Some explanations

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

General information on the benchmark

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

Trace number 49

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.031
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:        951184 kB
Buffers:         33020 kB
Cached:          23292 kB
SwapCached:        536 kB
Active:          52596 kB
Inactive:         6300 kB
HighTotal:      131008 kB
HighFree:       105700 kB
LowTotal:       903652 kB
LowFree:        845484 kB
SwapTotal:     2097892 kB
SwapFree:      2096832 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5856 kB
Slab:            19084 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 07:59:42 (client local time) WITH STATUS 0 IN 1195.04 SECONDS
stats: 45 7 1195.04 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 1733 variables and 1256 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 1.125
c After prepocess the problem consists of 1733 variables and 1256 constraints.
c Restart #1 #Var: 1733 #Dec: 544 LB: 0 @ 1.584
c Restart #2 #Var: 1733 #Dec: 990 LB: 0 @ 2.346
c Restart #3 #Var: 1733 #Dec: 1625 LB: 0 @ 3.726
c Restart #4 #Var: 1733 #Dec: 2491 LB: 0 @ 5.926
c Restart #5 #Var: 1733 #Dec: 3568 LB: 0 @ 8.814
c Restart #6 #Var: 1733 #Dec: 4867 LB: 0 @ 12.077
c Restart #7 #Var: 1733 #Dec: 6407 LB: 0 @ 15.986
c Restart #8 #Var: 1733 #Dec: 8116 LB: 0 @ 21.227
c Restart #9 #Var: 1733 #Dec: 10042 LB: 0 @ 26.377
c Restart #10 #Var: 1733 #Dec: 12185 LB: 0 @ 33.074
c Restart #11 #Var: 1733 #Dec: 14503 LB: 0 @ 40.509
c Restart #12 #Var: 1733 #Dec: 17054 LB: 0 @ 48.903
c Restart #13 #Var: 1733 #Dec: 19817 LB: 0 @ 58.434
c Restart #14 #Var: 1733 #Dec: 22867 LB: 0 @ 68.908
c Restart #15 #Var: 1733 #Dec: 26211 LB: 0 @ 78.591
c Restart #16 #Var: 1733 #Dec: 29700 LB: 0 @ 88.868
c Restart #17 #Var: 1733 #Dec: 33360 LB: 0 @ 100.29
c Restart #18 #Var: 1733 #Dec: 37333 LB: 0 @ 112.86
c Restart #19 #Var: 1733 #Dec: 41501 LB: 0 @ 128.1
c Restart #20 #Var: 1733 #Dec: 45771 LB: 0 @ 142.17
c Restart #21 #Var: 1733 #Dec: 50240 LB: 0 @ 156.75
c Restart #22 #Var: 1733 #Dec: 55160 LB: 0 @ 172.36
c Restart #23 #Var: 1733 #Dec: 60170 LB: 0 @ 188.11
c Restart #24 #Var: 1733 #Dec: 65340 LB: 0 @ 205
c Restart #25 #Var: 1733 #Dec: 70890 LB: 0 @ 221.81
c Restart #26 #Var: 1733 #Dec: 76653 LB: 0 @ 240.82
c Restart #27 #Var: 1733 #Dec: 82767 LB: 0 @ 261.64
c Restart #28 #Var: 1733 #Dec: 89209 LB: 0 @ 281.96
c Restart #29 #Var: 1733 #Dec: 95666 LB: 0 @ 303.85
c Restart #30 #Var: 1733 #Dec: 102500 LB: 0 @ 330.69
c Restart #31 #Var: 1733 #Dec: 109482 LB: 0 @ 355.61
c Restart #32 #Var: 1733 #Dec: 116556 LB: 0 @ 385.12
c Restart #33 #Var: 1733 #Dec: 123917 LB: 0 @ 413.35
c Restart #34 #Var: 1733 #Dec: 131536 LB: 0 @ 443.8
c Restart #35 #Var: 1733 #Dec: 139361 LB: 0 @ 475.18
c Restart #36 #Var: 1733 #Dec: 147404 LB: 0 @ 511.29
c Restart #37 #Var: 1733 #Dec: 155787 LB: 0 @ 543.99
c Restart #38 #Var: 1733 #Dec: 164464 LB: 0 @ 577.72
c CHANGE Heuristic... 
c Restart #0 #Var: 1733 #Dec: 173363 LB: 0 @ 616.35
c Restart #1 #Var: 1733 #Dec: 173719 LB: 0 @ 616.84
c Restart #2 #Var: 1733 #Dec: 174152 LB: 0 @ 618.52
c Restart #3 #Var: 1733 #Dec: 174787 LB: 0 @ 621.2
c Restart #4 #Var: 1733 #Dec: 175634 LB: 0 @ 625.17
c Restart #5 #Var: 1733 #Dec: 176688 LB: 0 @ 629.94
c Restart #6 #Var: 1733 #Dec: 177946 LB: 0 @ 636.5
c Restart #7 #Var: 1733 #Dec: 179428 LB: 0 @ 643.64
c Restart #8 #Var: 1733 #Dec: 181144 LB: 0 @ 652.22
c Restart #9 #Var: 1733 #Dec: 183054 LB: 0 @ 661.35
c Restart #10 #Var: 1733 #Dec: 185178 LB: 0 @ 671.39
c Restart #11 #Var: 1733 #Dec: 187514 LB: 0 @ 682.96
c Restart #12 #Var: 1733 #Dec: 190069 LB: 0 @ 694.91
c Restart #13 #Var: 1733 #Dec: 192843 LB: 0 @ 707.78
c Restart #14 #Var: 1733 #Dec: 195881 LB: 0 @ 721.95
c Restart #15 #Var: 1733 #Dec: 199150 LB: 0 @ 736.62
c Restart #16 #Var: 1733 #Dec: 202625 LB: 0 @ 754.58
c Restart #17 #Var: 1733 #Dec: 206378 LB: 0 @ 771.45
c Restart #18 #Var: 1733 #Dec: 210472 LB: 0 @ 791.52
c Restart #19 #Var: 1733 #Dec: 214708 LB: 0 @ 810.37
c Restart #20 #Var: 1733 #Dec: 219177 LB: 0 @ 833.05
c Restart #21 #Var: 1733 #Dec: 223782 LB: 0 @ 854.47
c Restart #22 #Var: 1733 #Dec: 228859 LB: 0 @ 879.12
c Restart #23 #Var: 1733 #Dec: 233909 LB: 0 @ 903.45
c Restart #24 #Var: 1733 #Dec: 239133 LB: 0 @ 930.49
c Restart #25 #Var: 1733 #Dec: 244529 LB: 0 @ 956.82
c Restart #26 #Var: 1733 #Dec: 250288 LB: 0 @ 984.28
c Restart #27 #Var: 1733 #Dec: 256226 LB: 0 @ 1015.1
c Restart #28 #Var: 1733 #Dec: 262308 LB: 0 @ 1047.5
c Restart #29 #Var: 1733 #Dec: 268665 LB: 0 @ 1079.1
c Restart #30 #Var: 1733 #Dec: 275502 LB: 0 @ 1112.6
c Restart #31 #Var: 1733 #Dec: 282280 LB: 0 @ 1146.8
c Restart #32 #Var: 1733 #Dec: 289403 LB: 0 @ 1181.5
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/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 19 0 0 0 0 0 0 0 20 0 1 0 1839523243 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 107 3 90 68 0 39 0
[pid=21598] 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/wulflinc22/normalized-fpga35_33_sat_pb.cnf.cr.opb

[startup+10.0032 s]
Raw data (loadavg): 0.76 0.28 0.10 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 1883 0 0 0 966 14 0 0 25 0 1 0 1839523243 10772480 1794 4294967295 134512640 134736556 3221224560 3221223212 134554060 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 2630 1794 1116 68 0 2562 0
[pid=21598] vsize: 10520
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (Kb) 10520

[startup+20.0039 s]
Raw data (loadavg): 0.79 0.30 0.11 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2077 0 0 0 1945 22 0 0 22 0 1 0 1839523243 11583488 1988 4294967295 134512640 134736556 3221224560 3221223184 134544646 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 2828 1988 1116 68 0 2760 0
[pid=21598] vsize: 11312
Current children cumulated CPU time (s) 19.67
Current children cumulated vsize (Kb) 11312

[startup+30.0046 s]
Raw data (loadavg): 0.82 0.32 0.11 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2192 0 0 0 2924 29 0 0 25 0 1 0 1839523243 12091392 2103 4294967295 134512640 134736556 3221224560 3221223248 134536470 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 2952 2103 1116 68 0 2884 0
[pid=21598] vsize: 11808
Current children cumulated CPU time (s) 29.53
Current children cumulated vsize (Kb) 11808

[startup+40.0053 s]
Raw data (loadavg): 0.85 0.34 0.12 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2227 0 0 0 3909 35 0 0 25 0 1 0 1839523243 12226560 2138 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 2985 2138 1116 68 0 2917 0
[pid=21598] vsize: 11940
Current children cumulated CPU time (s) 39.44
Current children cumulated vsize (Kb) 11940

[startup+50.006 s]
Raw data (loadavg): 0.87 0.37 0.13 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2256 0 0 0 4891 42 0 0 25 0 1 0 1839523243 12361728 2167 4294967295 134512640 134736556 3221224560 3221223184 134537463 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3018 2167 1116 68 0 2950 0
[pid=21598] vsize: 12072
Current children cumulated CPU time (s) 49.33
Current children cumulated vsize (Kb) 12072

[startup+60.0057 s]
Raw data (loadavg): 0.89 0.39 0.14 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2263 0 0 0 5874 49 0 0 25 0 1 0 1839523243 12361728 2174 4294967295 134512640 134736556 3221224560 3221223220 134525075 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3018 2174 1116 68 0 2950 0
[pid=21598] vsize: 12072
Current children cumulated CPU time (s) 59.23
Current children cumulated vsize (Kb) 12072

[startup+70.0074 s]
Raw data (loadavg): 0.91 0.41 0.15 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2308 0 0 0 6855 55 0 0 25 0 1 0 1839523243 12627968 2219 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3083 2219 1116 68 0 3015 0
[pid=21598] vsize: 12332
Current children cumulated CPU time (s) 69.1
Current children cumulated vsize (Kb) 12332

[startup+80.008 s]
Raw data (loadavg): 0.92 0.42 0.16 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2367 0 0 0 7834 64 0 0 25 0 1 0 1839523243 12824576 2278 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3131 2278 1116 68 0 3063 0
[pid=21598] vsize: 12524
Current children cumulated CPU time (s) 78.98
Current children cumulated vsize (Kb) 12524

[startup+90.0077 s]
Raw data (loadavg): 0.93 0.44 0.17 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2427 0 0 0 8813 71 0 0 25 0 1 0 1839523243 13090816 2338 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3196 2338 1116 68 0 3128 0
[pid=21598] vsize: 12784
Current children cumulated CPU time (s) 88.84
Current children cumulated vsize (Kb) 12784

[startup+100.008 s]
Raw data (loadavg): 0.94 0.46 0.18 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 2445 0 0 0 9796 77 0 0 25 0 1 0 1839523243 13090816 2356 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3196 2356 1116 68 0 3128 0
[pid=21598] vsize: 12784
Current children cumulated CPU time (s) 98.73
Current children cumulated vsize (Kb) 12784

[startup+110.009 s]
Raw data (loadavg): 0.95 0.48 0.18 1/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 2462 0 0 0 10777 83 0 0 25 0 1 0 1839523243 13225984 2373 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3229 2373 1116 68 0 3161 0
[pid=21598] vsize: 12916
Current children cumulated CPU time (s) 108.6
Current children cumulated vsize (Kb) 12916

[startup+120.01 s]
Raw data (loadavg): 0.96 0.49 0.19 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2464 0 0 0 11761 88 0 0 25 0 1 0 1839523243 13225984 2375 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3229 2375 1116 68 0 3161 0
[pid=21598] vsize: 12916
Current children cumulated CPU time (s) 118.49
Current children cumulated vsize (Kb) 12916

[startup+130.01 s]
Raw data (loadavg): 0.96 0.51 0.20 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2487 0 0 0 12745 93 0 0 25 0 1 0 1839523243 13328384 2398 4294967295 134512640 134736556 3221224560 3221223116 134537537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3254 2398 1116 68 0 3186 0
[pid=21598] vsize: 13016
Current children cumulated CPU time (s) 128.38
Current children cumulated vsize (Kb) 13016

[startup+140.01 s]
Raw data (loadavg): 0.97 0.53 0.21 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2487 0 0 0 13728 99 0 0 25 0 1 0 1839523243 13303808 2398 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3248 2398 1116 68 0 3180 0
[pid=21598] vsize: 12992
Current children cumulated CPU time (s) 138.27
Current children cumulated vsize (Kb) 12992

[startup+150.011 s]
Raw data (loadavg): 0.97 0.54 0.22 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2487 0 0 0 14712 106 0 0 25 0 1 0 1839523243 13303808 2398 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3248 2398 1116 68 0 3180 0
[pid=21598] vsize: 12992
Current children cumulated CPU time (s) 148.18
Current children cumulated vsize (Kb) 12992

[startup+160.011 s]
Raw data (loadavg): 0.98 0.56 0.22 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2496 0 0 0 15692 114 0 0 25 0 1 0 1839523243 13303808 2407 4294967295 134512640 134736556 3221224560 3221223164 134537545 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3248 2407 1116 68 0 3180 0
[pid=21598] vsize: 12992
Current children cumulated CPU time (s) 158.06
Current children cumulated vsize (Kb) 12992

[startup+170.011 s]
Raw data (loadavg): 0.98 0.57 0.23 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2512 0 0 0 16671 122 0 0 25 0 1 0 1839523243 13438976 2423 4294967295 134512640 134736556 3221224560 3221223296 134528835 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3281 2423 1116 68 0 3213 0
[pid=21598] vsize: 13124
Current children cumulated CPU time (s) 167.93
Current children cumulated vsize (Kb) 13124

[startup+180.012 s]
Raw data (loadavg): 0.98 0.58 0.24 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2526 0 0 0 17652 129 0 0 25 0 1 0 1839523243 13438976 2437 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3281 2437 1116 68 0 3213 0
[pid=21598] vsize: 13124
Current children cumulated CPU time (s) 177.81
Current children cumulated vsize (Kb) 13124

[startup+190.012 s]
Raw data (loadavg): 0.98 0.60 0.25 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2558 0 0 0 18632 136 0 0 25 0 1 0 1839523243 13574144 2469 4294967295 134512640 134736556 3221224560 3221223216 134536532 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3314 2469 1116 68 0 3246 0
[pid=21598] vsize: 13256
Current children cumulated CPU time (s) 187.68
Current children cumulated vsize (Kb) 13256

[startup+200.012 s]
Raw data (loadavg): 0.99 0.61 0.26 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2559 0 0 0 19616 142 0 0 25 0 1 0 1839523243 13574144 2470 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3314 2470 1116 68 0 3246 0
[pid=21598] vsize: 13256
Current children cumulated CPU time (s) 197.58
Current children cumulated vsize (Kb) 13256

[startup+210.013 s]
Raw data (loadavg): 0.99 0.62 0.26 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 2597 0 0 0 20596 150 0 0 25 0 1 0 1839523243 13709312 2508 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3347 2508 1116 68 0 3279 0
[pid=21598] vsize: 13388
Current children cumulated CPU time (s) 207.46
Current children cumulated vsize (Kb) 13388

[startup+220.014 s]
Raw data (loadavg): 0.99 0.63 0.27 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2650 0 0 0 21578 156 0 0 25 0 1 0 1839523243 13979648 2561 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3413 2561 1116 68 0 3345 0
[pid=21598] vsize: 13652
Current children cumulated CPU time (s) 217.34
Current children cumulated vsize (Kb) 13652

[startup+230.013 s]
Raw data (loadavg): 0.99 0.65 0.28 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2658 0 0 0 22561 161 0 0 25 0 1 0 1839523243 13979648 2569 4294967295 134512640 134736556 3221224560 3221223344 134602751 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3413 2569 1116 68 0 3345 0
[pid=21598] vsize: 13652
Current children cumulated CPU time (s) 227.22
Current children cumulated vsize (Kb) 13652

[startup+240.013 s]
Raw data (loadavg): 0.99 0.66 0.29 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2669 0 0 0 23544 167 0 0 25 0 1 0 1839523243 13979648 2580 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3413 2580 1116 68 0 3345 0
[pid=21598] vsize: 13652
Current children cumulated CPU time (s) 237.11
Current children cumulated vsize (Kb) 13652

[startup+250.014 s]
Raw data (loadavg): 0.99 0.67 0.29 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2674 0 0 0 24527 174 0 0 25 0 1 0 1839523243 14114816 2585 4294967295 134512640 134736556 3221224560 3221223260 1076647871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3446 2585 1116 68 0 3378 0
[pid=21598] vsize: 13784
Current children cumulated CPU time (s) 247.01
Current children cumulated vsize (Kb) 13784

[startup+260.014 s]
Raw data (loadavg): 0.99 0.68 0.30 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2684 0 0 0 25508 182 0 0 25 0 1 0 1839523243 14114816 2595 4294967295 134512640 134736556 3221224560 3221223136 134543071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3446 2595 1116 68 0 3378 0
[pid=21598] vsize: 13784
Current children cumulated CPU time (s) 256.9
Current children cumulated vsize (Kb) 13784

[startup+270.014 s]
Raw data (loadavg): 0.99 0.69 0.31 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2702 0 0 0 26490 189 0 0 25 0 1 0 1839523243 14114816 2613 4294967295 134512640 134736556 3221224560 3221222692 134717260 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3446 2613 1116 68 0 3378 0
[pid=21598] vsize: 13784
Current children cumulated CPU time (s) 266.79
Current children cumulated vsize (Kb) 13784

[startup+280.015 s]
Raw data (loadavg): 0.99 0.70 0.31 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2712 0 0 0 27470 197 0 0 25 0 1 0 1839523243 14249984 2623 4294967295 134512640 134736556 3221224560 3221223152 134716183 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3479 2623 1116 68 0 3411 0
[pid=21598] vsize: 13916
Current children cumulated CPU time (s) 276.67
Current children cumulated vsize (Kb) 13916

[startup+290.015 s]
Raw data (loadavg): 0.99 0.71 0.32 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2735 0 0 0 28450 204 0 0 25 0 1 0 1839523243 14249984 2646 4294967295 134512640 134736556 3221224560 3221223104 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3479 2646 1116 68 0 3411 0
[pid=21598] vsize: 13916
Current children cumulated CPU time (s) 286.54
Current children cumulated vsize (Kb) 13916

[startup+300.015 s]
Raw data (loadavg): 0.99 0.72 0.33 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2758 0 0 0 29430 211 0 0 25 0 1 0 1839523243 14368768 2669 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3508 2669 1116 68 0 3440 0
[pid=21598] vsize: 14032
Current children cumulated CPU time (s) 296.41
Current children cumulated vsize (Kb) 14032

[startup+310.016 s]
Raw data (loadavg): 0.99 0.73 0.33 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2786 0 0 0 30412 219 0 0 25 0 1 0 1839523243 14503936 2697 4294967295 134512640 134736556 3221224560 3221223024 134536182 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3541 2697 1116 68 0 3473 0
[pid=21598] vsize: 14164
Current children cumulated CPU time (s) 306.31
Current children cumulated vsize (Kb) 14164

[startup+320.017 s]
Raw data (loadavg): 0.99 0.73 0.34 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2786 0 0 0 31395 226 0 0 25 0 1 0 1839523243 14503936 2697 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3541 2697 1116 68 0 3473 0
[pid=21598] vsize: 14164
Current children cumulated CPU time (s) 316.21
Current children cumulated vsize (Kb) 14164

[startup+330.016 s]
Raw data (loadavg): 0.99 0.74 0.35 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2808 0 0 0 32379 233 0 0 25 0 1 0 1839523243 14639104 2719 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3574 2719 1116 68 0 3506 0
[pid=21598] vsize: 14296
Current children cumulated CPU time (s) 326.12
Current children cumulated vsize (Kb) 14296

[startup+340.016 s]
Raw data (loadavg): 0.99 0.75 0.35 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2828 0 0 0 33363 238 0 0 25 0 1 0 1839523243 14639104 2739 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3574 2739 1116 68 0 3506 0
[pid=21598] vsize: 14296
Current children cumulated CPU time (s) 336.01
Current children cumulated vsize (Kb) 14296

[startup+350.017 s]
Raw data (loadavg): 0.99 0.76 0.36 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2828 0 0 0 34346 244 0 0 25 0 1 0 1839523243 14630912 2739 4294967295 134512640 134736556 3221224560 3221223248 134524522 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3572 2739 1116 68 0 3504 0
[pid=21598] vsize: 14288
Current children cumulated CPU time (s) 345.9
Current children cumulated vsize (Kb) 14288

[startup+360.016 s]
Raw data (loadavg): 0.99 0.77 0.37 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2834 0 0 0 35328 250 0 0 25 0 1 0 1839523243 14766080 2745 4294967295 134512640 134736556 3221224560 3221223264 134605061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3605 2745 1116 68 0 3537 0
[pid=21598] vsize: 14420
Current children cumulated CPU time (s) 355.78
Current children cumulated vsize (Kb) 14420

[startup+370.017 s]
Raw data (loadavg): 0.99 0.77 0.37 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2848 0 0 0 36311 256 0 0 19 0 1 0 1839523243 14766080 2759 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3605 2759 1116 68 0 3537 0
[pid=21598] vsize: 14420
Current children cumulated CPU time (s) 365.67
Current children cumulated vsize (Kb) 14420

[startup+380.018 s]
Raw data (loadavg): 0.99 0.78 0.38 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2867 0 0 0 37294 263 0 0 25 0 1 0 1839523243 14901248 2778 4294967295 134512640 134736556 3221224560 3221223116 134544504 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3638 2778 1116 68 0 3570 0
[pid=21598] vsize: 14552
Current children cumulated CPU time (s) 375.57
Current children cumulated vsize (Kb) 14552

[startup+390.018 s]
Raw data (loadavg): 0.99 0.79 0.38 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2895 0 0 0 38278 270 0 0 25 0 1 0 1839523243 14901248 2806 4294967295 134512640 134736556 3221224560 3221223076 134716792 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3638 2806 1116 68 0 3570 0
[pid=21598] vsize: 14552
Current children cumulated CPU time (s) 385.48
Current children cumulated vsize (Kb) 14552

[startup+400.018 s]
Raw data (loadavg): 0.99 0.79 0.39 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2895 0 0 0 39262 276 0 0 25 0 1 0 1839523243 14901248 2806 4294967295 134512640 134736556 3221224560 3221223096 134716081 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3638 2806 1116 68 0 3570 0
[pid=21598] vsize: 14552
Current children cumulated CPU time (s) 395.38
Current children cumulated vsize (Kb) 14552

[startup+410.019 s]
Raw data (loadavg): 0.99 0.80 0.40 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2899 0 0 0 40247 281 0 0 25 0 1 0 1839523243 15036416 2810 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3671 2810 1116 68 0 3603 0
[pid=21598] vsize: 14684
Current children cumulated CPU time (s) 405.28
Current children cumulated vsize (Kb) 14684

[startup+420.02 s]
Raw data (loadavg): 0.99 0.81 0.40 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2936 0 0 0 41231 287 0 0 25 0 1 0 1839523243 15171584 2847 4294967295 134512640 134736556 3221224560 3221223024 134536162 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3704 2847 1116 68 0 3636 0
[pid=21598] vsize: 14816
Current children cumulated CPU time (s) 415.18
Current children cumulated vsize (Kb) 14816

[startup+430.02 s]
Raw data (loadavg): 0.99 0.81 0.41 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2936 0 0 0 42214 294 0 0 25 0 1 0 1839523243 15171584 2847 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3704 2847 1116 68 0 3636 0
[pid=21598] vsize: 14816
Current children cumulated CPU time (s) 425.08
Current children cumulated vsize (Kb) 14816

[startup+440.02 s]
Raw data (loadavg): 0.99 0.82 0.41 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 2938 0 0 0 43199 300 0 0 25 0 1 0 1839523243 15171584 2849 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3704 2849 1116 68 0 3636 0
[pid=21598] vsize: 14816
Current children cumulated CPU time (s) 434.99
Current children cumulated vsize (Kb) 14816

[startup+450.021 s]
Raw data (loadavg): 0.99 0.82 0.42 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2957 0 0 0 44181 306 0 0 25 0 1 0 1839523243 15171584 2868 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3704 2868 1116 68 0 3636 0
[pid=21598] vsize: 14816
Current children cumulated CPU time (s) 444.87
Current children cumulated vsize (Kb) 14816

[startup+460.02 s]
Raw data (loadavg): 0.99 0.83 0.43 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2957 0 0 0 45164 311 0 0 25 0 1 0 1839523243 15171584 2868 4294967295 134512640 134736556 3221224560 3221223152 134551105 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3704 2868 1116 68 0 3636 0
[pid=21598] vsize: 14816
Current children cumulated CPU time (s) 454.75
Current children cumulated vsize (Kb) 14816

[startup+470.021 s]
Raw data (loadavg): 0.99 0.83 0.43 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2957 0 0 0 46146 317 0 0 25 0 1 0 1839523243 15171584 2868 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3704 2868 1116 68 0 3636 0
[pid=21598] vsize: 14816
Current children cumulated CPU time (s) 464.63
Current children cumulated vsize (Kb) 14816

[startup+480.022 s]
Raw data (loadavg): 0.99 0.84 0.44 1/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 2963 0 0 0 47128 324 0 0 25 0 1 0 1839523243 15306752 2874 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3737 2874 1116 68 0 3669 0
[pid=21598] vsize: 14948
Current children cumulated CPU time (s) 474.52
Current children cumulated vsize (Kb) 14948

[startup+490.022 s]
Raw data (loadavg): 0.99 0.84 0.44 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2968 0 0 0 48111 329 0 0 25 0 1 0 1839523243 15306752 2879 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3737 2879 1116 68 0 3669 0
[pid=21598] vsize: 14948
Current children cumulated CPU time (s) 484.4
Current children cumulated vsize (Kb) 14948

[startup+500.022 s]
Raw data (loadavg): 0.99 0.85 0.45 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 2982 0 0 0 49098 335 0 0 25 0 1 0 1839523243 15306752 2893 4294967295 134512640 134736556 3221224560 3221223184 134537350 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3737 2893 1116 68 0 3669 0
[pid=21598] vsize: 14948
Current children cumulated CPU time (s) 494.33
Current children cumulated vsize (Kb) 14948

[startup+510.022 s]
Raw data (loadavg): 0.99 0.85 0.45 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3001 0 0 0 50081 341 0 0 25 0 1 0 1839523243 15441920 2912 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3770 2912 1116 68 0 3702 0
[pid=21598] vsize: 15080
Current children cumulated CPU time (s) 504.22
Current children cumulated vsize (Kb) 15080

[startup+520.022 s]
Raw data (loadavg): 0.99 0.86 0.46 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3019 0 0 0 51066 347 0 0 23 0 1 0 1839523243 15441920 2930 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3770 2930 1116 68 0 3702 0
[pid=21598] vsize: 15080
Current children cumulated CPU time (s) 514.13
Current children cumulated vsize (Kb) 15080

[startup+530.022 s]
Raw data (loadavg): 0.99 0.86 0.46 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3019 0 0 0 52048 355 0 0 25 0 1 0 1839523243 15441920 2930 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3770 2930 1116 68 0 3702 0
[pid=21598] vsize: 15080
Current children cumulated CPU time (s) 524.03
Current children cumulated vsize (Kb) 15080

[startup+540.023 s]
Raw data (loadavg): 0.99 0.86 0.47 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3019 0 0 0 53030 361 0 0 25 0 1 0 1839523243 15441920 2930 4294967295 134512640 134736556 3221224560 3221223120 134551217 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3770 2930 1116 68 0 3702 0
[pid=21598] vsize: 15080
Current children cumulated CPU time (s) 533.91
Current children cumulated vsize (Kb) 15080

[startup+550.024 s]
Raw data (loadavg): 0.99 0.87 0.47 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3058 0 0 0 54012 368 0 0 25 0 1 0 1839523243 15577088 2969 4294967295 134512640 134736556 3221224560 3221223016 134717503 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 3803 2969 1116 68 0 3735 0
[pid=21598] vsize: 15212
Current children cumulated CPU time (s) 543.8
Current children cumulated vsize (Kb) 15212

[startup+560.023 s]
Raw data (loadavg): 0.99 0.87 0.48 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3071 0 0 0 54994 375 0 0 25 0 1 0 1839523243 15699968 2982 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3833 2982 1116 68 0 3765 0
[pid=21598] vsize: 15332
Current children cumulated CPU time (s) 553.69
Current children cumulated vsize (Kb) 15332

[startup+570.023 s]
Raw data (loadavg): 0.99 0.88 0.48 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3084 0 0 0 55978 382 0 0 25 0 1 0 1839523243 15699968 2995 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3833 2995 1116 68 0 3765 0
[pid=21598] vsize: 15332
Current children cumulated CPU time (s) 563.6
Current children cumulated vsize (Kb) 15332

[startup+580.024 s]
Raw data (loadavg): 0.99 0.88 0.49 1/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 3101 0 0 0 56958 388 0 0 25 0 1 0 1839523243 15835136 3012 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3866 3012 1116 68 0 3798 0
[pid=21598] vsize: 15464
Current children cumulated CPU time (s) 573.46
Current children cumulated vsize (Kb) 15464

[startup+590.023 s]
Raw data (loadavg): 0.99 0.88 0.49 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3139 0 0 0 57943 393 0 0 25 0 1 0 1839523243 15970304 3050 4294967295 134512640 134736556 3221224560 3221223152 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3899 3050 1116 68 0 3831 0
[pid=21598] vsize: 15596
Current children cumulated CPU time (s) 583.36
Current children cumulated vsize (Kb) 15596

[startup+600.024 s]
Raw data (loadavg): 0.99 0.89 0.50 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 3143 0 0 0 58927 399 0 0 25 0 1 0 1839523243 15970304 3054 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3899 3054 1116 68 0 3831 0
[pid=21598] vsize: 15596
Current children cumulated CPU time (s) 593.26
Current children cumulated vsize (Kb) 15596

[startup+610.024 s]
Raw data (loadavg): 0.99 0.89 0.50 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3157 0 0 0 59910 404 0 0 25 0 1 0 1839523243 16105472 3068 4294967295 134512640 134736556 3221224560 3221223164 134537486 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3932 3068 1116 68 0 3864 0
[pid=21598] vsize: 15728
Current children cumulated CPU time (s) 603.14
Current children cumulated vsize (Kb) 15728

[startup+620.024 s]
Raw data (loadavg): 0.99 0.89 0.51 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3184 0 0 0 60895 409 0 0 25 0 1 0 1839523243 16105472 3095 4294967295 134512640 134736556 3221224560 3221223120 134544698 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 3932 3095 1116 68 0 3864 0
[pid=21598] vsize: 15728
Current children cumulated CPU time (s) 613.04
Current children cumulated vsize (Kb) 15728

[startup+630.023 s]
Raw data (loadavg): 0.99 0.90 0.51 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3438 0 0 0 61878 415 0 0 25 0 1 0 1839523243 17158144 3349 4294967295 134512640 134736556 3221224560 3221223108 134544618 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4189 3349 1116 68 0 4121 0
[pid=21598] vsize: 16756
Current children cumulated CPU time (s) 622.93
Current children cumulated vsize (Kb) 16756

[startup+640.023 s]
Raw data (loadavg): 0.99 0.90 0.52 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3508 0 0 0 62863 421 0 0 25 0 1 0 1839523243 17428480 3419 4294967295 134512640 134736556 3221224560 3221223296 134597321 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4255 3419 1116 68 0 4187 0
[pid=21598] vsize: 17020
Current children cumulated CPU time (s) 632.84
Current children cumulated vsize (Kb) 17020

[startup+650.024 s]
Raw data (loadavg): 0.99 0.90 0.52 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3549 0 0 0 63848 426 0 0 25 0 1 0 1839523243 17698816 3460 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4321 3460 1116 68 0 4253 0
[pid=21598] vsize: 17284
Current children cumulated CPU time (s) 642.74
Current children cumulated vsize (Kb) 17284

[startup+660.024 s]
Raw data (loadavg): 0.99 0.90 0.53 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3599 0 0 0 64835 431 0 0 25 0 1 0 1839523243 17833984 3510 4294967295 134512640 134736556 3221224560 3221223276 134560216 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4354 3510 1116 68 0 4286 0
[pid=21598] vsize: 17416
Current children cumulated CPU time (s) 652.66
Current children cumulated vsize (Kb) 17416

[startup+670.024 s]
Raw data (loadavg): 0.99 0.91 0.53 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3613 0 0 0 65821 437 0 0 25 0 1 0 1839523243 17944576 3524 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4381 3524 1116 68 0 4313 0
[pid=21598] vsize: 17524
Current children cumulated CPU time (s) 662.58
Current children cumulated vsize (Kb) 17524

[startup+680.025 s]
Raw data (loadavg): 0.99 0.91 0.54 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3643 0 0 0 66805 445 0 0 25 0 1 0 1839523243 18071552 3554 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4412 3554 1116 68 0 4344 0
[pid=21598] vsize: 17648
Current children cumulated CPU time (s) 672.5
Current children cumulated vsize (Kb) 17648

[startup+690.025 s]
Raw data (loadavg): 0.99 0.91 0.54 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3695 0 0 0 67789 451 0 0 25 0 1 0 1839523243 18206720 3606 4294967295 134512640 134736556 3221224560 3221223120 134550952 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4445 3606 1116 68 0 4377 0
[pid=21598] vsize: 17780
Current children cumulated CPU time (s) 682.4
Current children cumulated vsize (Kb) 17780

[startup+700.026 s]
Raw data (loadavg): 0.99 0.91 0.55 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3700 0 0 0 68777 455 0 0 25 0 1 0 1839523243 18206720 3611 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4445 3611 1116 68 0 4377 0
[pid=21598] vsize: 17780
Current children cumulated CPU time (s) 692.32
Current children cumulated vsize (Kb) 17780

[startup+710.026 s]
Raw data (loadavg): 0.99 0.92 0.55 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3716 0 0 0 69762 460 0 0 25 0 1 0 1839523243 18329600 3627 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4475 3627 1116 68 0 4407 0
[pid=21598] vsize: 17900
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (Kb) 17900

[startup+720.025 s]
Raw data (loadavg): 0.99 0.92 0.56 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3733 0 0 0 70745 466 0 0 25 0 1 0 1839523243 18427904 3644 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4499 3644 1116 68 0 4431 0
[pid=21598] vsize: 17996
Current children cumulated CPU time (s) 712.11
Current children cumulated vsize (Kb) 17996

[startup+730.026 s]
Raw data (loadavg): 0.99 0.92 0.56 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3756 0 0 0 71729 474 0 0 25 0 1 0 1839523243 18427904 3667 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4499 3667 1116 68 0 4431 0
[pid=21598] vsize: 17996
Current children cumulated CPU time (s) 722.03
Current children cumulated vsize (Kb) 17996

[startup+740.026 s]
Raw data (loadavg): 0.99 0.92 0.56 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3756 0 0 0 72715 479 0 0 25 0 1 0 1839523243 18427904 3667 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4499 3667 1116 68 0 4431 0
[pid=21598] vsize: 17996
Current children cumulated CPU time (s) 731.94
Current children cumulated vsize (Kb) 17996

[startup+750.027 s]
Raw data (loadavg): 0.99 0.92 0.57 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3774 0 0 0 73704 483 0 0 25 0 1 0 1839523243 18542592 3685 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4527 3685 1116 68 0 4459 0
[pid=21598] vsize: 18108
Current children cumulated CPU time (s) 741.87
Current children cumulated vsize (Kb) 18108

[startup+760.027 s]
Raw data (loadavg): 0.99 0.93 0.57 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3799 0 0 0 74690 488 0 0 25 0 1 0 1839523243 18677760 3710 4294967295 134512640 134736556 3221224560 3221223116 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4560 3710 1116 68 0 4492 0
[pid=21598] vsize: 18240
Current children cumulated CPU time (s) 751.78
Current children cumulated vsize (Kb) 18240

[startup+770.027 s]
Raw data (loadavg): 0.99 0.93 0.57 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3799 0 0 0 75674 493 0 0 25 0 1 0 1839523243 18677760 3710 4294967295 134512640 134736556 3221224560 3221223276 134553032 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4560 3710 1116 68 0 4492 0
[pid=21598] vsize: 18240
Current children cumulated CPU time (s) 761.67
Current children cumulated vsize (Kb) 18240

[startup+780.028 s]
Raw data (loadavg): 0.99 0.93 0.58 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3813 0 0 0 76660 500 0 0 25 0 1 0 1839523243 18677760 3724 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4560 3724 1116 68 0 4492 0
[pid=21598] vsize: 18240
Current children cumulated CPU time (s) 771.6
Current children cumulated vsize (Kb) 18240

[startup+790.027 s]
Raw data (loadavg): 0.99 0.93 0.58 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3813 0 0 0 77646 506 0 0 25 0 1 0 1839523243 18677760 3724 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4560 3724 1116 68 0 4492 0
[pid=21598] vsize: 18240
Current children cumulated CPU time (s) 781.52
Current children cumulated vsize (Kb) 18240

[startup+800.028 s]
Raw data (loadavg): 0.99 0.93 0.59 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3839 0 0 0 78633 511 0 0 25 0 1 0 1839523243 18812928 3750 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4593 3750 1116 68 0 4525 0
[pid=21598] vsize: 18372
Current children cumulated CPU time (s) 791.44
Current children cumulated vsize (Kb) 18372

[startup+810.028 s]
Raw data (loadavg): 0.99 0.94 0.59 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3839 0 0 0 79620 517 0 0 25 0 1 0 1839523243 18812928 3750 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4593 3750 1116 68 0 4525 0
[pid=21598] vsize: 18372
Current children cumulated CPU time (s) 801.37
Current children cumulated vsize (Kb) 18372

[startup+820.027 s]
Raw data (loadavg): 0.99 0.94 0.59 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3854 0 0 0 80606 523 0 0 25 0 1 0 1839523243 18948096 3765 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4626 3765 1116 68 0 4558 0
[pid=21598] vsize: 18504
Current children cumulated CPU time (s) 811.29
Current children cumulated vsize (Kb) 18504

[startup+830.028 s]
Raw data (loadavg): 0.99 0.94 0.60 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3854 0 0 0 81592 528 0 0 25 0 1 0 1839523243 18944000 3765 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4625 3765 1116 68 0 4557 0
[pid=21598] vsize: 18500
Current children cumulated CPU time (s) 821.2
Current children cumulated vsize (Kb) 18500

[startup+840.028 s]
Raw data (loadavg): 0.99 0.94 0.60 1/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 3864 0 0 0 82580 533 0 0 25 0 1 0 1839523243 18944000 3775 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4625 3775 1116 68 0 4557 0
[pid=21598] vsize: 18500
Current children cumulated CPU time (s) 831.13
Current children cumulated vsize (Kb) 18500

[startup+850.029 s]
Raw data (loadavg): 0.99 0.94 0.61 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3879 0 0 0 83567 538 0 0 25 0 1 0 1839523243 18944000 3790 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4625 3790 1116 68 0 4557 0
[pid=21598] vsize: 18500
Current children cumulated CPU time (s) 841.05
Current children cumulated vsize (Kb) 18500

[startup+860.029 s]
Raw data (loadavg): 0.99 0.94 0.61 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3888 0 0 0 84550 544 0 0 25 0 1 0 1839523243 19079168 3799 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4658 3799 1116 68 0 4590 0
[pid=21598] vsize: 18632
Current children cumulated CPU time (s) 850.94
Current children cumulated vsize (Kb) 18632

[startup+870.029 s]
Raw data (loadavg): 0.99 0.94 0.61 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3896 0 0 0 85537 548 0 0 25 0 1 0 1839523243 19079168 3807 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4658 3807 1116 68 0 4590 0
[pid=21598] vsize: 18632
Current children cumulated CPU time (s) 860.85
Current children cumulated vsize (Kb) 18632

[startup+880.029 s]
Raw data (loadavg): 0.99 0.95 0.62 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 3909 0 0 0 86523 552 0 0 25 0 1 0 1839523243 19079168 3820 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4658 3820 1116 68 0 4590 0
[pid=21598] vsize: 18632
Current children cumulated CPU time (s) 870.75
Current children cumulated vsize (Kb) 18632

[startup+890.028 s]
Raw data (loadavg): 0.99 0.95 0.62 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3922 0 0 0 87508 558 0 0 25 0 1 0 1839523243 19214336 3833 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4691 3833 1116 68 0 4623 0
[pid=21598] vsize: 18764
Current children cumulated CPU time (s) 880.66
Current children cumulated vsize (Kb) 18764

[startup+900.029 s]
Raw data (loadavg): 0.99 0.95 0.63 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3928 0 0 0 88493 563 0 0 25 0 1 0 1839523243 19214336 3839 4294967295 134512640 134736556 3221224560 3221223168 134634142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4691 3839 1116 68 0 4623 0
[pid=21598] vsize: 18764
Current children cumulated CPU time (s) 890.56
Current children cumulated vsize (Kb) 18764

[startup+910.029 s]
Raw data (loadavg): 0.99 0.95 0.63 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3941 0 0 0 89480 568 0 0 25 0 1 0 1839523243 19214336 3852 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4691 3852 1116 68 0 4623 0
[pid=21598] vsize: 18764
Current children cumulated CPU time (s) 900.48
Current children cumulated vsize (Kb) 18764

[startup+920.028 s]
Raw data (loadavg): 0.99 0.95 0.63 1/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 3946 0 0 0 90466 573 0 0 25 0 1 0 1839523243 19214336 3857 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4691 3857 1116 68 0 4623 0
[pid=21598] vsize: 18764
Current children cumulated CPU time (s) 910.39
Current children cumulated vsize (Kb) 18764

[startup+930.029 s]
Raw data (loadavg): 0.99 0.95 0.64 1/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 3946 0 0 0 91452 578 0 0 25 0 1 0 1839523243 19214336 3857 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4691 3857 1116 68 0 4623 0
[pid=21598] vsize: 18764
Current children cumulated CPU time (s) 920.3
Current children cumulated vsize (Kb) 18764

[startup+940.029 s]
Raw data (loadavg): 0.99 0.95 0.64 1/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 3952 0 0 0 92439 584 0 0 25 0 1 0 1839523243 19349504 3863 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4724 3863 1116 68 0 4656 0
[pid=21598] vsize: 18896
Current children cumulated CPU time (s) 930.23
Current children cumulated vsize (Kb) 18896

[startup+950.029 s]
Raw data (loadavg): 0.99 0.95 0.64 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3953 0 0 0 93426 589 0 0 25 0 1 0 1839523243 19300352 3864 4294967295 134512640 134736556 3221224560 3221223296 134529320 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4712 3864 1116 68 0 4644 0
[pid=21598] vsize: 18848
Current children cumulated CPU time (s) 940.15
Current children cumulated vsize (Kb) 18848

[startup+960.03 s]
Raw data (loadavg): 0.99 0.95 0.65 1/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 3963 0 0 0 94412 593 0 0 25 0 1 0 1839523243 19300352 3874 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4712 3874 1116 68 0 4644 0
[pid=21598] vsize: 18848
Current children cumulated CPU time (s) 950.05
Current children cumulated vsize (Kb) 18848

[startup+970.03 s]
Raw data (loadavg): 0.99 0.95 0.65 1/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 3976 0 0 0 95398 598 0 0 25 0 1 0 1839523243 19435520 3887 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4745 3887 1116 68 0 4677 0
[pid=21598] vsize: 18980
Current children cumulated CPU time (s) 959.96
Current children cumulated vsize (Kb) 18980

[startup+980.031 s]
Raw data (loadavg): 0.99 0.96 0.65 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3976 0 0 0 96383 604 0 0 25 0 1 0 1839523243 19394560 3887 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4735 3887 1116 68 0 4667 0
[pid=21598] vsize: 18940
Current children cumulated CPU time (s) 969.87
Current children cumulated vsize (Kb) 18940

[startup+990.03 s]
Raw data (loadavg): 0.99 0.96 0.65 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3979 0 0 0 97366 608 0 0 25 0 1 0 1839523243 19394560 3890 4294967295 134512640 134736556 3221224560 3221223144 134544505 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4735 3890 1116 68 0 4667 0
[pid=21598] vsize: 18940
Current children cumulated CPU time (s) 979.74
Current children cumulated vsize (Kb) 18940

[startup+1000.03 s]
Raw data (loadavg): 0.99 0.96 0.66 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3990 0 0 0 98353 613 0 0 25 0 1 0 1839523243 19394560 3901 4294967295 134512640 134736556 3221224560 3221223120 134551217 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4735 3901 1116 68 0 4667 0
[pid=21598] vsize: 18940
Current children cumulated CPU time (s) 989.66
Current children cumulated vsize (Kb) 18940

[startup+1010.03 s]
Raw data (loadavg): 0.99 0.96 0.66 1/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 3990 0 0 0 99338 619 0 0 25 0 1 0 1839523243 19394560 3901 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4735 3901 1116 68 0 4667 0
[pid=21598] vsize: 18940
Current children cumulated CPU time (s) 999.57
Current children cumulated vsize (Kb) 18940

[startup+1020.03 s]
Raw data (loadavg): 0.99 0.96 0.66 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 3997 0 0 0 100324 624 0 0 25 0 1 0 1839523243 19525632 3908 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4767 3908 1116 68 0 4699 0
[pid=21598] vsize: 19068
Current children cumulated CPU time (s) 1009.48
Current children cumulated vsize (Kb) 19068

[startup+1030.03 s]
Raw data (loadavg): 0.99 0.96 0.67 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4005 0 0 0 101312 628 0 0 25 0 1 0 1839523243 19525632 3916 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4767 3916 1116 68 0 4699 0
[pid=21598] vsize: 19068
Current children cumulated CPU time (s) 1019.4
Current children cumulated vsize (Kb) 19068

[startup+1040.03 s]
Raw data (loadavg): 0.99 0.96 0.67 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4013 0 0 0 102297 633 0 0 25 0 1 0 1839523243 19525632 3924 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4767 3924 1116 68 0 4699 0
[pid=21598] vsize: 19068
Current children cumulated CPU time (s) 1029.3
Current children cumulated vsize (Kb) 19068

[startup+1050.03 s]
Raw data (loadavg): 0.99 0.96 0.67 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4024 0 0 0 103281 640 0 0 25 0 1 0 1839523243 19525632 3935 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4767 3935 1116 68 0 4699 0
[pid=21598] vsize: 19068
Current children cumulated CPU time (s) 1039.21
Current children cumulated vsize (Kb) 19068

[startup+1060.03 s]
Raw data (loadavg): 0.99 0.96 0.68 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4033 0 0 0 104268 645 0 0 25 0 1 0 1839523243 19652608 3944 4294967295 134512640 134736556 3221224560 3221223272 134560225 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4798 3944 1116 68 0 4730 0
[pid=21598] vsize: 19192
Current children cumulated CPU time (s) 1049.13
Current children cumulated vsize (Kb) 19192

[startup+1070.03 s]
Raw data (loadavg): 0.99 0.96 0.68 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4033 0 0 0 105256 649 0 0 25 0 1 0 1839523243 19652608 3944 4294967295 134512640 134736556 3221224560 3221223116 134537504 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4798 3944 1116 68 0 4730 0
[pid=21598] vsize: 19192
Current children cumulated CPU time (s) 1059.05
Current children cumulated vsize (Kb) 19192

[startup+1080.03 s]
Raw data (loadavg): 0.99 0.97 0.68 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4036 0 0 0 106243 655 0 0 25 0 1 0 1839523243 19652608 3947 4294967295 134512640 134736556 3221224560 3221223288 134605795 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4798 3947 1116 68 0 4730 0
[pid=21598] vsize: 19192
Current children cumulated CPU time (s) 1068.98
Current children cumulated vsize (Kb) 19192

[startup+1090.03 s]
Raw data (loadavg): 0.99 0.97 0.68 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4056 0 0 0 107230 659 0 0 25 0 1 0 1839523243 19771392 3967 4294967295 134512640 134736556 3221224560 3221223168 134634114 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4827 3967 1116 68 0 4759 0
[pid=21598] vsize: 19308
Current children cumulated CPU time (s) 1078.89
Current children cumulated vsize (Kb) 19308

[startup+1100.04 s]
Raw data (loadavg): 0.99 0.97 0.69 1/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) T 21597 21598 21452 0 -1 0 4057 0 0 0 108218 663 0 0 25 0 1 0 1839523243 19771392 3968 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4827 3968 1116 68 0 4759 0
[pid=21598] vsize: 19308
Current children cumulated CPU time (s) 1088.81
Current children cumulated vsize (Kb) 19308

[startup+1110.03 s]
Raw data (loadavg): 0.99 0.97 0.69 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4069 0 0 0 109206 667 0 0 25 0 1 0 1839523243 19771392 3980 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4827 3980 1116 68 0 4759 0
[pid=21598] vsize: 19308
Current children cumulated CPU time (s) 1098.73
Current children cumulated vsize (Kb) 19308

[startup+1120.03 s]
Raw data (loadavg): 0.99 0.97 0.69 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4092 0 0 0 110189 674 0 0 25 0 1 0 1839523243 19906560 4003 4294967295 134512640 134736556 3221224560 3221223272 134553056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4860 4003 1116 68 0 4792 0
[pid=21598] vsize: 19440
Current children cumulated CPU time (s) 1108.63
Current children cumulated vsize (Kb) 19440

[startup+1130.04 s]
Raw data (loadavg): 0.99 0.97 0.70 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4119 0 0 0 111177 677 0 0 25 0 1 0 1839523243 20041728 4030 4294967295 134512640 134736556 3221224560 3221223164 134537504 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4893 4030 1116 68 0 4825 0
[pid=21598] vsize: 19572
Current children cumulated CPU time (s) 1118.54
Current children cumulated vsize (Kb) 19572

[startup+1140.03 s]
Raw data (loadavg): 0.99 0.97 0.70 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4119 0 0 0 112163 683 0 0 25 0 1 0 1839523243 20041728 4030 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4893 4030 1116 68 0 4825 0
[pid=21598] vsize: 19572
Current children cumulated CPU time (s) 1128.46
Current children cumulated vsize (Kb) 19572

[startup+1150.04 s]
Raw data (loadavg): 0.99 0.97 0.70 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4126 0 0 0 113148 688 0 0 25 0 1 0 1839523243 20041728 4037 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4893 4037 1116 68 0 4825 0
[pid=21598] vsize: 19572
Current children cumulated CPU time (s) 1138.36
Current children cumulated vsize (Kb) 19572

[startup+1160.04 s]
Raw data (loadavg): 0.99 0.97 0.70 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4153 0 0 0 114134 693 0 0 25 0 1 0 1839523243 20168704 4064 4294967295 134512640 134736556 3221224560 3221223288 134605852 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4924 4064 1116 68 0 4856 0
[pid=21598] vsize: 19696
Current children cumulated CPU time (s) 1148.27
Current children cumulated vsize (Kb) 19696

[startup+1170.04 s]
Raw data (loadavg): 0.99 0.97 0.71 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4153 0 0 0 115119 699 0 0 25 0 1 0 1839523243 20168704 4064 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21598/statm): 4924 4064 1116 68 0 4856 0
[pid=21598] vsize: 19696
Current children cumulated CPU time (s) 1158.18
Current children cumulated vsize (Kb) 19696

[startup+1180.04 s]
Raw data (loadavg): 0.99 0.97 0.71 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4165 0 0 0 116105 704 0 0 25 0 1 0 1839523243 20160512 4076 4294967295 134512640 134736556 3221224560 3221223120 134549986 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4922 4076 1116 68 0 4854 0
[pid=21598] vsize: 19688
Current children cumulated CPU time (s) 1168.09
Current children cumulated vsize (Kb) 19688

[startup+1190.04 s]
Raw data (loadavg): 0.99 0.97 0.71 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4184 0 0 0 117092 708 0 0 25 0 1 0 1839523243 20295680 4095 4294967295 134512640 134736556 3221224560 3221223136 134550726 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4955 4095 1116 68 0 4887 0
[pid=21598] vsize: 19820
Current children cumulated CPU time (s) 1178
Current children cumulated vsize (Kb) 19820

[startup+1200.04 s]
Raw data (loadavg): 0.99 0.97 0.72 2/56 21598
Raw data (/proc/21598/stat): 21598 (bsolo) R 21597 21598 21452 0 -1 0 4184 0 0 0 118080 712 0 0 25 0 1 0 1839523243 20295680 4095 4294967295 134512640 134736556 3221224560 3221223024 134536117 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21598/statm): 4955 4095 1116 68 0 4887 0
[pid=21598] vsize: 19820
Current children cumulated CPU time (s) 1187.92
Current children cumulated vsize (Kb) 19820
One traced child (pid=21598) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1207.22
CPU time (s): 1195.04
CPU user time (s): 1187.87
CPU system time (s): 7.16991
CPU usage (%): 98.9909
Max. virtual memory (cumulated for all children) (Kb): 19820

Verifier Data

ERROR: no interpretation found !