aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2005-02-13 07:20:41 +0000
committerdancer <dancer>2005-02-13 07:20:41 +0000
commitfe8b58c821ae8c64663d50f528477ed3cdcf930e (patch)
treea7f5032c4655db639ea887b66d783d3fa233cc34
parent62aa1648b63ab7d89b9538e3511e7bbf86ab7d01 (diff)
downloadpbuilder-fe8b58c821ae8c64663d50f528477ed3cdcf930e.tar
pbuilder-fe8b58c821ae8c64663d50f528477ed3cdcf930e.tar.gz
2005-02-13 Junichi Uekawa <dancer@debian.org>
* pbuilder.8: update documentation to include 'sarge' * pbuilder: set umask 0022 in pbuilder. 276589 * pbuilderrc (BUILDRESULT): make default distribution sarge, instead of woody. * pbuilder-modules: update to include sarge in list of distributions; this list is too long, needs some improvement. 289170 * pdebuild: Change build results by default to be owned by the building user, not root:root This change only required for pdebuild only, UML already runs as user. 286397 * pbuilder.8: clarify documentation for 286602, Do not use --debbuildopts -B, but use --binary-arch * Documentation/pbuilder-doc.xml: 293882: Jens Seidel <jensseidel@users.sf.net> small typo fixes. * pbuilderrc (MIRRORSITE): 295032: change default mirror from www.jp.debian.org to ftp.jp.debian.org
-rw-r--r--ChangeLog24
-rw-r--r--Documentation/pbuilder-doc.xml8
-rw-r--r--debian/changelog13
-rwxr-xr-xpbuilder1
-rw-r--r--pbuilder-modules6
-rw-r--r--pbuilder.88
-rwxr-xr-xpbuilderrc6
-rw-r--r--pdebuild3
-rw-r--r--testsuite/normal/iostat1800
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sarge.log60
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sid.log83
-rw-r--r--testsuite/normal/pbuilder-create-sarge.log172
-rw-r--r--testsuite/normal/pbuilder-create-sid.log200
-rw-r--r--testsuite/normal/pbuilder-execute-sarge.log2
-rw-r--r--testsuite/normal/pbuilder-execute-sid.log2
-rw-r--r--testsuite/normal/pdebuild-internal-sarge.log62
-rw-r--r--testsuite/normal/pdebuild-internal-sid.log83
-rw-r--r--testsuite/normal/pdebuild-normal-sarge.log61
-rw-r--r--testsuite/normal/pdebuild-normal-sid.log83
-rw-r--r--testsuite/normal/vmstat940
20 files changed, 1847 insertions, 1770 deletions
diff --git a/ChangeLog b/ChangeLog
index 10a0164..b22074f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2005-02-13 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder.8: update documentation to include 'sarge'
+
+ * pbuilder: set umask 0022 in pbuilder.
+ 276589
+
+ * pbuilderrc (BUILDRESULT): make default distribution sarge, instead of woody.
+
+ * pbuilder-modules: update to include sarge in list of distributions;
+ this list is too long, needs some improvement.
+ 289170
+
+ * pdebuild: Change build results by default to be owned by the building user, not root:root
+ This change only required for pdebuild only, UML already runs as user.
+ 286397
+
+ * pbuilder.8: clarify documentation for 286602, Do not use --debbuildopts -B, but
+ use --binary-arch
+
+ * Documentation/pbuilder-doc.xml: 293882: Jens Seidel <jensseidel@users.sf.net> small typo fixes.
+
+ * pbuilderrc (MIRRORSITE): 295032: change default mirror from www.jp.debian.org to ftp.jp.debian.org
+
2005-01-04 Junichi Uekawa <dancer@debian.org>
* Documentation/pbuilder-doc.xsl: update XSL stylesheet to work with new LDP
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index c02b8d8..6b04918 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -4,7 +4,7 @@
and the latest version is found in CVS repository. -->
<book>
<bookinfo>
- <date>2005-01-04</date>
+ <date>2005-02-13</date>
<title>pbuilder User's Manual</title>
<abbrev>pbuilder-doc</abbrev>
<subtitle>Usage and operations</subtitle>
@@ -25,7 +25,7 @@
<title>Aims of pbuilder</title>
<para>
<command>pbuilder</command> stands for
- Personal Builder, and it is a automatic Debian Package Building system
+ Personal Builder, and it is an automatic Debian Package Building system
for personal environments.
<command>pbuilder</command> aims to be an
easy-to-setup system
@@ -837,7 +837,7 @@ $ sudo pbuilder update --hookdir ~/loginhooks/E10shell
<screen>
export debian_chroot="pbuild$$"
</screen>
- <para>example os PS1</para>
+ <para>example of PS1</para>
<screen>
export PS1="pbuild chroot 32165 # "
</screen>
@@ -1073,7 +1073,7 @@ $ sudo pbuilder update --hookdir ~/loginhooks/E10shell
</para>
<para>
This documentation is available from the pbuilder source tarball,
- and from the CVS repository of pbuilder (web-based acces is possible).
+ and from the CVS repository of pbuilder (web-based access is possible).
A copy of this documentation can be found on the
<ulink url="http://www.netfort.gr.jp/~dancer/software/pbuilder-doc/pbuilder-doc.html">Netfort page for pbuilder</ulink>.
The homepage for pbuilder is
diff --git a/debian/changelog b/debian/changelog
index 8c31bff..30abf73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+pbuilder (0.122) unstable; urgency=low
+
+ * set umask 0022 (closes: #276589)
+ * pdebuild will create resulting files as user, not as root (closes: #286397)
+ * emphasise in manpage that --debbuildopts -B is not recommended, and use --binary-arch (closes: #286602)
+ * Documentation typo update (closes: #293882)
+
+ * Minor changes in default config file:
+ - mention sarge rather than woody (closes: #289170)
+ - Change default mirror from www.jp.debian.org to ftp.jp.debian.org(closes: #295032)
+
+ -- Junichi Uekawa <dancer@debian.org> Sun, 13 Feb 2005 16:13:25 +0900
+
pbuilder (0.121) unstable; urgency=low
* Modify documentation to work with the new LDP stylesheet 0.0.20040321-0.1.
diff --git a/pbuilder b/pbuilder
index caf2c11..1d74476 100755
--- a/pbuilder
+++ b/pbuilder
@@ -23,6 +23,7 @@ set -e
# export this so that programs know which command line
# operation is currently done
export PBCURRENTCOMMANDLINEOPERATION="$1"
+umask 0022
case "$1" in
create)
diff --git a/pbuilder-modules b/pbuilder-modules
index 548e7bf..7747046 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -27,10 +27,10 @@ pbuilder [operation] [pbuilder-options]
pdebuild [pbuilder-options]
command lines:
-pbuilder create [--basetgz base.tgz-path] [--distribution woody|sid]
+pbuilder create [--basetgz base.tgz-path] [--distribution potato|woody|sarge|sid]
Creates a base.tgz
-pbuilder update [--basetgz base.tgz-path] [--distribution woody|sid]
+pbuilder update [--basetgz base.tgz-path] [--distribution potato|woody|sarge|sid]
Updates a base.tgz
pbuilder build [--basetgz base.tgz-path] pbuilder_2.2.0-1.dsc
@@ -53,7 +53,7 @@ pbuilder-options:
--nonusmirror [non-US mirror location]
--othermirror [other mirror location in apt deb-line format, delimited with | signs]
--http-proxy [proxy]
- --distribution [distribution(potato/woody/sid)]
+ --distribution [distribution(potato/woody/sarge/sid)]
--buildresult [location-to-copy-build-result]
--removepackages [packages-to-remove on pbuilder create]
--extrapackages [packages-to-add on pbuilder create]
diff --git a/pbuilder.8 b/pbuilder.8
index 7c90218..2f54f16 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -1,4 +1,4 @@
-.TH "pbuilder" 8 "2004 Apr 4" "Debian" "pbuilder"
+.TH "pbuilder" 8 "2005 Feb 13" "Debian" "pbuilder"
.SH NAME
pbuilder \- personal package builder
.SH SYNOPSIS
@@ -37,8 +37,8 @@ the given options and settings in the configuration file
for the base.tgz.
For example, to switch the distribution of an existing
-base.tgz to woody, specify the
-.B "--distribution woody --override-config"
+base.tgz to sarge, specify the
+.B "--distribution sarge --override-config"
options to update.
.TP
@@ -374,6 +374,8 @@ Setting
.B "--debbuildopts"
after this option will re-set some parts of the effect.
+Use this option rather than using
+.B "--debbuildopts -B"
.TP
.BI "--no-targz"
diff --git a/pbuilderrc b/pbuilderrc
index a392c76..b43c6de 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -8,8 +8,8 @@ BASETGZ=/var/cache/pbuilder/base.tgz
#EXTRAPACKAGES=gcc3.0-athlon-builder
#export DEBIAN_BUILDARCH=athlon
BUILDPLACE=/var/cache/pbuilder/build/
-MIRRORSITE=http://www.jp.debian.org/debian
-#NONUSMIRRORSITE="http://www.jp.debian.org/debian-non-US"
+MIRRORSITE=http://ftp.jp.debian.org/debian
+#NONUSMIRRORSITE="http://ftp.jp.debian.org/debian-non-US"
#OTHERMIRROR="deb http://www.home.com/updates/ ./"
#export http_proxy=http://your-proxy:8080/
USEPROC=yes
@@ -18,7 +18,7 @@ USEDEVFS=no
BUILDRESULT=/var/cache/pbuilder/result/
# specifying the distribution forces the distribution on "pbuilder update"
-#DISTRIBUTION=woody
+#DISTRIBUTION=sarge
#specify the cache for APT
APTCACHE="/var/cache/pbuilder/aptcache/"
APTCACHEHARDLINK="yes"
diff --git a/pdebuild b/pdebuild
index e6990e6..45725b6 100644
--- a/pdebuild
+++ b/pdebuild
@@ -33,6 +33,9 @@ PKG_SOURCENAME=$(dpkg-parsechangelog|sed -n 's/^Source: //p')
PKG_VERSION=$(dpkg-parsechangelog|sed -n 's/^Version: \(.*:\|\)//p')
ARCHITECTURE=$(dpkg-architecture -qDEB_HOST_ARCH)
+export BUILDRESULTUID=$(id -u)
+export BUILDRESULTGID=$(id -g)
+
if [ "${USE_PDEBUILD_INTERNAL}" = 'yes' ]; then
${PBUILDERROOTCMD} pbuilder execute "$@" ${EXTRA_CONFIGFILE[@]/#/--configfile } --bindmounts $(readlink -f ..) /usr/lib/pbuilder/pdebuild-internal ${PWD} --debbuildopts "${DEBBUILDOPTS}"
else
diff --git a/testsuite/normal/iostat b/testsuite/normal/iostat
index b17601b..aad4f3e 100644
--- a/testsuite/normal/iostat
+++ b/testsuite/normal/iostat
@@ -1,1854 +1,1874 @@
-Linux 2.6.9 (atoron) 12/29/04
+Linux 2.6.9 (atoron) 02/13/05
-Time: 20:22:06
+Time: 16:10:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.72 30.15 12.54 33.24 392.02 513.26 196.01 256.63 19.77 4.48 97.62 2.78 12.73
+hda 0.46 66.20 10.41 9.06 354.36 602.91 177.18 301.46 49.16 1.86 95.39 3.30 6.42
-Time: 20:22:07
+Time: 16:10:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.96 0.00 16.35 1.92 653.85 7.69 326.92 3.85 36.21 0.21 15.37 7.84 14.33
+hda 0.00 1412.87 54.46 35.64 768.32 11532.67 384.16 5766.34 136.53 2.11 27.89 5.46 49.21
-Time: 20:22:08
+Time: 16:10:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 4.04 0.00 88.89 0.00 44.44 0.00 22.00 0.04 9.25 9.25 3.74
+hda 2.04 321.43 51.02 55.10 1771.43 3012.24 885.71 1506.12 45.08 0.58 5.43 3.36 35.61
-Time: 20:22:09
+Time: 16:10:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.95 11.43 1.90 274.29 22.86 137.14 11.43 22.29 0.10 7.86 5.21 6.95
-Time: 20:22:10
+Time: 16:10:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 8.00 8.00 0.80
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:22:11
+Time: 16:10:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 16.67 0.98 3.92 15.69 164.71 7.84 82.35 36.80 0.01 2.80 2.80 1.37
+hda 0.00 9.90 2.97 2.97 118.81 102.97 59.41 51.49 37.33 0.02 4.00 4.00 2.38
-Time: 20:22:12
+Time: 16:10:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3264.65 0.00 51.52 0.00 26529.29 0.00 13264.65 514.98 7.88 152.90 5.90 30.40
+hda 0.00 1.00 5.00 1.00 208.00 16.00 104.00 8.00 37.33 0.04 6.83 6.83 4.10
-Time: 20:22:14
+Time: 16:10:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 4255.88 6.86 38.24 235.29 34352.94 117.65 17176.47 766.96 5.18 114.85 11.07 49.90
-Time: 20:22:15
+Time: 16:10:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 50.98 0.00 6956.86 0.00 3478.43 0.00 136.46 0.24 4.79 4.52 23.04
-Time: 20:22:16
+Time: 16:10:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 8.00 0.00 14.00 0.00 176.00 0.00 88.00 12.57 0.01 1.07 0.14 0.20
+hda 0.00 0.00 30.00 0.00 560.00 0.00 280.00 0.00 18.67 0.09 3.10 3.10 9.30
-Time: 20:22:17
+Time: 16:10:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.03 0.00 5.05 0.00 64.65 0.00 32.32 12.80 0.00 0.00 0.00 0.00
+hda 0.00 2.00 4.00 4.00 184.00 48.00 92.00 24.00 29.00 0.02 3.00 2.12 1.70
-Time: 20:22:18
+Time: 16:10:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 331.00 7.00 489.00 136.00 7496.00 68.00 3748.00 15.39 110.92 191.43 1.90 94.20
-Time: 20:22:19
+Time: 16:10:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 597.00 6.00 370.00 192.00 7784.00 96.00 3892.00 21.21 117.02 291.87 2.67 100.50
-Time: 20:22:20
+Time: 16:10:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 754.90 0.98 52.94 7.84 6470.59 3.92 3235.29 120.15 2.81 52.20 2.47 13.33
+hda 0.00 118.00 2.00 247.00 40.00 2864.00 20.00 1432.00 11.66 116.99 466.67 4.02 100.10
-Time: 20:22:21
+Time: 16:10:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.06 0.00 15.31 0.00 146.94 0.00 73.47 9.60 0.02 1.00 0.13 0.20
+hda 0.00 95.00 13.00 269.00 152.00 1984.00 76.00 992.00 7.57 73.27 345.02 2.93 82.60
-Time: 20:22:22
+Time: 16:10:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.96 2.94 3.92 23.53 47.06 11.76 23.53 10.29 0.03 3.86 3.86 2.65
+hda 0.00 1.98 5.94 3.96 55.45 47.52 27.72 23.76 10.40 0.05 4.70 4.70 4.65
-Time: 20:22:23
+Time: 16:10:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 8.00 0.00 1104.00 0.00 552.00 0.00 138.00 0.05 6.75 6.75 5.40
+hda 0.00 0.00 4.00 0.00 72.00 0.00 36.00 0.00 18.00 0.02 5.25 5.25 2.10
-Time: 20:22:24
+Time: 16:10:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.99 574.26 392.08 10.89 4633.66 4681.19 2316.83 2340.59 23.12 2.76 6.85 1.09 43.86
-Time: 20:22:25
+Time: 16:10:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1855.00 0.00 91.00 0.00 15568.00 0.00 7784.00 171.08 7.07 77.69 3.46 31.50
+hda 0.00 0.00 7.00 0.00 64.00 0.00 32.00 0.00 9.14 0.09 13.00 10.57 7.40
-Time: 20:22:26
+Time: 16:10:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:22:27
+Time: 16:10:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 12.75 0.00 8.82 0.00 172.55 0.00 86.27 19.56 0.00 0.22 0.11 0.10
+hda 0.00 4.95 0.00 3.96 0.00 71.29 0.00 35.64 18.00 0.00 0.25 0.25 0.10
-Time: 20:22:28
+Time: 16:10:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 1.92 0.00 15.38 0.00 7.69 0.00 8.00 0.02 8.50 8.50 1.63
-Time: 20:22:29
+Time: 16:10:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2106.93 3.96 28.71 47.52 17085.15 23.76 8542.57 524.36 2.52 77.00 5.67 18.51
-Time: 20:22:30
+Time: 16:10:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1472.00 0.00 22.00 0.00 11960.00 0.00 5980.00 543.64 1.27 57.95 4.77 10.50
+hda 0.00 0.00 15.00 0.00 256.00 0.00 128.00 0.00 17.07 0.04 2.40 2.40 3.60
-Time: 20:22:31
+Time: 16:10:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:22:32
+Time: 16:10:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2.00 0.00 4.00 0.00 48.00 0.00 24.00 12.00 0.00 0.00 0.00 0.00
+hda 0.00 5.00 4.00 7.00 32.00 96.00 16.00 48.00 11.64 0.04 3.18 3.00 3.30
-Time: 20:22:33
+Time: 16:10:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:22:34
+Time: 16:10:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1107.92 8.91 32.67 87.13 9124.75 43.56 4562.38 221.52 2.09 50.19 3.24 13.47
-Time: 20:22:35
+Time: 16:10:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1440.40 0.00 15.15 0.00 11644.44 0.00 5822.22 768.53 0.92 60.40 9.00 13.64
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:22:36
+Time: 16:10:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1.00 2.00 2.00 112.00 24.00 56.00 12.00 34.00 0.02 5.25 4.50 1.80
-Time: 20:22:37
+Time: 16:10:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.00 0.00 6.00 0.00 104.00 0.00 52.00 17.33 0.00 0.17 0.17 0.10
+hda 0.00 2.00 0.00 5.00 0.00 56.00 0.00 28.00 11.20 0.01 1.20 0.60 0.30
-Time: 20:22:38
+Time: 16:10:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:22:39
+Time: 16:10:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1988.00 0.00 24.00 0.00 16096.00 0.00 8048.00 670.67 2.19 91.12 7.42 17.80
-Time: 20:22:40
+Time: 16:10:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 249.49 0.00 16.16 0.00 2125.25 0.00 1062.63 131.50 0.18 10.94 1.88 3.03
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:22:41
+Time: 16:11:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:22:42
+Time: 16:11:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5.00 0.00 5.00 0.00 80.00 0.00 40.00 16.00 0.00 0.00 0.00 0.00
+hda 0.00 5.00 2.00 8.00 16.00 104.00 8.00 52.00 12.00 0.02 1.60 1.60 1.60
-Time: 20:22:43
+Time: 16:11:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 8.82 0.00 235.29 0.00 117.65 0.00 26.67 0.05 5.89 5.89 5.20
-Time: 20:22:44
+Time: 16:11:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 10.00 10.00 1.00
-Time: 20:22:45
+Time: 16:11:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1185.86 0.00 4.04 0.00 9656.57 0.00 4828.28 2390.00 0.31 3.00 4.50 1.82
+hda 1.00 1317.00 224.00 45.00 2176.00 10904.00 1088.00 5452.00 48.62 7.33 26.92 2.36 63.50
-Time: 20:22:46
+Time: 16:11:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 17.00 0.00 19.00 0.00 152.00 0.00 76.00 8.00 1.17 76.74 6.47 12.30
+hda 0.00 0.00 282.00 1.00 2240.00 0.00 1120.00 0.00 7.92 1.50 5.59 2.75 77.80
-Time: 20:22:47
+Time: 16:11:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.99 0.00 4.95 0.00 47.52 0.00 23.76 9.60 0.00 0.00 0.00 0.00
+hda 0.00 4.00 2.00 5.00 40.00 72.00 20.00 36.00 16.00 0.03 3.86 3.86 2.70
-Time: 20:22:48
+Time: 16:11:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:22:49
+Time: 16:11:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:22:50
+Time: 16:11:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1445.10 0.00 2.94 0.00 11796.08 0.00 5898.04 4010.67 0.52 4.33 7.00 2.06
+hda 0.00 1694.06 0.00 92.08 0.00 14415.84 0.00 7207.92 156.56 18.65 144.14 3.66 33.66
-Time: 20:22:51
+Time: 16:11:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 11.00 0.00 30.00 0.00 112.00 0.00 56.00 3.73 2.18 89.97 3.87 11.60
+hda 0.00 406.00 0.00 19.00 0.00 3272.00 0.00 1636.00 172.21 0.50 312.00 4.63 8.80
-Time: 20:22:52
+Time: 16:11:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 144.44 24.24 147.47 266.67 2335.35 133.33 1167.68 15.15 11.16 64.99 1.59 27.37
+hda 0.00 1.00 0.00 5.00 0.00 48.00 0.00 24.00 9.60 0.00 0.20 0.20 0.10
-Time: 20:22:53
+Time: 16:11:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 18.00 3.00 144.00 24.00 72.00 12.00 8.00 0.13 6.10 5.81 12.20
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:22:54
+Time: 16:11:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 400.00 17.00 187.00 488.00 4696.00 244.00 2348.00 25.41 24.54 120.29 1.79 36.50
+hda 1.00 0.00 13.00 3.00 752.00 24.00 376.00 12.00 48.50 0.25 15.38 6.62 10.60
-Time: 20:22:55
+Time: 16:11:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6566.34 12.87 111.88 237.62 54574.26 118.81 27287.13 439.37 98.80 180.40 5.93 73.96
+hda 1.00 5443.00 3.00 70.00 328.00 45368.00 164.00 22684.00 625.97 47.16 132.45 4.92 35.90
-Time: 20:22:56
+Time: 16:11:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3271.00 0.00 142.00 0.00 27192.00 0.00 13596.00 191.49 142.06 974.39 7.05 100.10
+hda 0.00 392.08 0.99 161.39 7.92 3184.16 3.96 1592.08 19.66 66.39 637.45 5.59 90.69
-Time: 20:22:57
+Time: 16:11:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 14.85 0.00 180.20 0.00 570.30 0.00 285.15 3.16 79.87 873.42 5.50 99.11
+hda 1.00 43.00 3.00 42.00 184.00 720.00 92.00 360.00 20.09 0.44 5.60 2.04 9.20
-Time: 20:22:58
+Time: 16:11:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2582.83 67.68 154.55 816.16 21858.59 408.08 10929.29 102.04 4.62 31.95 2.66 59.19
+hda 0.00 6245.45 3.03 97.98 56.57 51789.90 28.28 25894.95 513.28 80.62 218.14 6.04 61.01
-Time: 20:22:59
+Time: 16:11:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3767.00 3.00 62.00 24.00 30800.00 12.00 15400.00 474.22 9.99 84.05 4.17 27.10
+hda 0.00 886.00 1.00 183.00 8.00 7480.00 4.00 3740.00 40.70 65.90 674.35 5.13 94.40
-Time: 20:23:00
+Time: 16:11:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1377.00 11.00 123.00 176.00 11832.00 88.00 5916.00 89.61 2.67 53.73 3.39 45.40
+hda 0.00 1561.39 0.00 115.84 0.00 13417.82 0.00 6708.91 115.83 3.54 30.58 3.34 38.71
-Time: 20:23:01
+Time: 16:11:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3156.00 2.00 170.00 16.00 26608.00 8.00 13304.00 154.79 5.64 32.77 2.70 46.50
+hda 0.00 3999.00 0.00 65.00 0.00 32512.00 0.00 16256.00 500.18 9.96 153.15 6.97 45.30
-Time: 20:23:02
+Time: 16:11:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 1356.00 92.00 100.00 1520.00 11656.00 760.00 5828.00 68.62 15.44 80.39 4.70 90.30
+hda 0.00 1938.00 0.00 180.00 0.00 17848.00 0.00 8924.00 99.16 6.40 4.57 1.65 29.70
-Time: 20:23:03
+Time: 16:11:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1372.00 94.00 208.00 744.00 12632.00 372.00 6316.00 44.29 3.09 10.25 2.74 82.60
+hda 0.00 347.00 0.00 331.00 0.00 5488.00 0.00 2744.00 16.58 115.68 300.40 3.02 100.10
-Time: 20:23:04
+Time: 16:11:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3859.00 62.00 79.00 504.00 32488.00 252.00 16244.00 233.99 4.04 7.21 2.40 33.80
+hda 0.00 310.89 0.00 367.33 0.00 4625.74 0.00 2312.87 12.59 99.47 311.22 2.70 99.11
-Time: 20:23:05
+Time: 16:11:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 654.46 29.70 175.25 237.62 5671.29 118.81 2835.64 28.83 33.91 180.07 4.32 88.51
+hda 0.00 2494.00 0.00 144.00 0.00 20944.00 0.00 10472.00 145.44 7.05 96.33 3.05 43.90
-Time: 20:23:06
+Time: 16:11:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1106.06 64.65 228.28 509.09 11337.37 254.55 5668.69 40.44 54.84 74.92 2.99 87.47
+hda 0.00 2889.90 0.00 287.88 0.00 25422.22 0.00 12711.11 88.31 4.05 14.08 1.59 45.66
-Time: 20:23:07
+Time: 16:11:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1014.85 62.38 200.99 506.93 9116.83 253.47 4558.42 36.54 17.79 188.76 3.27 86.14
+hda 0.00 3966.34 0.00 81.19 0.00 32388.12 0.00 16194.06 398.93 15.04 185.26 6.06 49.21
-Time: 20:23:08
+Time: 16:11:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1382.00 84.00 168.00 664.00 12352.00 332.00 6176.00 51.65 2.52 11.28 3.21 80.80
+hda 0.00 2964.65 0.00 332.32 0.00 26367.68 0.00 13183.84 79.34 0.96 2.91 1.25 41.52
-Time: 20:23:09
+Time: 16:11:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1749.00 78.00 149.00 632.00 15192.00 316.00 7596.00 69.71 2.79 12.22 3.62 82.20
+hda 0.00 2869.61 3.92 227.45 125.49 24784.31 62.75 12392.16 107.66 1.05 4.52 1.69 39.12
-Time: 20:23:10
+Time: 16:11:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 981.00 100.00 208.00 896.00 9512.00 448.00 4756.00 33.79 2.47 8.03 2.71 83.40
+hda 0.00 924.49 0.00 376.53 0.00 10408.16 0.00 5204.08 27.64 2.93 7.78 1.61 60.71
-Time: 20:23:11
+Time: 16:11:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 569.00 84.00 330.00 672.00 7264.00 336.00 3632.00 19.17 7.23 15.89 1.83 75.70
+hda 0.00 954.46 0.00 401.98 0.00 10843.56 0.00 5421.78 26.98 2.05 5.09 1.65 66.14
-Time: 20:23:12
+Time: 16:11:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 589.00 81.00 300.00 640.00 7032.00 320.00 3516.00 20.14 1.86 6.61 1.95 74.30
+hda 0.00 347.52 0.99 163.37 7.92 4087.13 3.96 2043.56 24.92 5.72 34.81 2.22 36.53
-Time: 20:23:13
+Time: 16:11:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 313.00 91.00 125.00 1216.00 3504.00 608.00 1752.00 21.85 1.07 4.94 1.99 43.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:23:14
+Time: 16:11:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 230.00 34.00 108.00 312.00 2712.00 156.00 1356.00 21.30 0.33 2.07 1.23 17.40
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:23:15
+Time: 16:11:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 423.76 55.45 256.44 625.74 5449.50 312.87 2724.75 19.48 9.60 30.89 2.12 66.04
+hda 0.00 960.00 0.00 64.00 0.00 8192.00 0.00 4096.00 128.00 1.79 27.95 1.86 11.90
-Time: 20:23:16
+Time: 16:11:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 187.88 268.69 64.65 2149.49 2020.20 1074.75 1010.10 12.51 0.58 1.75 1.58 52.73
+hda 0.00 2680.00 0.00 241.00 0.00 23376.00 0.00 11688.00 97.00 18.00 74.69 3.00 72.20
-Time: 20:23:17
+Time: 16:11:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 30.69 55.45 10.89 443.56 332.67 221.78 166.34 11.70 0.18 2.75 2.73 18.12
+hda 0.00 4459.18 0.00 159.18 0.00 36963.27 0.00 18481.63 232.21 6.51 40.85 2.87 45.61
-Time: 20:23:18
+Time: 16:11:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.99 3220.79 10.89 105.94 451.49 26780.20 225.74 13390.10 233.08 2.86 12.70 2.81 32.87
-Time: 20:23:19
+Time: 16:11:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2256.44 0.00 102.97 0.00 19065.35 0.00 9532.67 185.15 4.01 26.10 2.22 22.87
+hda 0.00 2979.21 0.00 226.73 0.00 26297.03 0.00 13148.51 115.98 43.04 95.39 2.41 54.65
-Time: 20:23:20
+Time: 16:11:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3372.28 0.00 211.88 0.00 28514.85 0.00 14257.43 134.58 3.81 22.03 2.57 54.46
+hda 0.00 210.00 10.00 126.00 208.00 1848.00 104.00 924.00 15.12 34.82 425.29 5.09 69.20
-Time: 20:23:21
+Time: 16:11:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3750.50 37.62 171.29 1029.70 31342.57 514.85 15671.29 154.96 6.62 33.96 2.57 53.76
+hda 0.00 3006.06 1.01 296.97 32.32 26505.05 16.16 13252.53 89.06 19.46 64.69 2.61 77.88
-Time: 20:23:22
+Time: 16:11:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2296.97 0.00 110.10 0.00 19256.57 0.00 9628.28 174.90 4.75 43.17 2.76 30.40
+hda 0.00 440.59 4.95 336.63 126.73 7398.02 63.37 3699.01 22.03 87.90 113.10 2.48 84.65
-Time: 20:23:23
+Time: 16:11:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2893.94 0.00 143.43 0.00 24307.07 0.00 12153.54 169.46 21.73 151.50 4.65 66.77
+hda 0.00 37.00 22.00 286.00 544.00 1312.00 272.00 656.00 6.03 73.08 399.43 2.62 80.80
-Time: 20:23:24
+Time: 16:11:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2992.00 0.00 275.00 0.00 26136.00 0.00 13068.00 95.04 15.83 57.57 2.89 79.40
+hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.02 18.00 18.00 1.78
-Time: 20:23:25
+Time: 16:11:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 448.04 0.98 333.33 31.37 7450.98 15.69 3725.49 22.38 95.57 187.00 2.52 84.22
+hda 0.00 3299.00 1.00 26.00 8.00 26600.00 4.00 13300.00 985.48 2.48 91.74 10.78 29.10
-Time: 20:23:26
+Time: 16:11:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 50.00 24.49 274.49 530.61 1338.78 265.31 669.39 6.25 53.72 294.77 2.62 78.27
+hda 0.00 4064.36 0.00 56.44 0.00 32966.34 0.00 16483.17 584.14 1.34 23.74 5.65 31.88
-Time: 20:23:27
+Time: 16:11:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 146.46 13.13 38.38 395.96 1478.79 197.98 739.39 36.39 0.25 4.94 3.45 17.78
-Time: 20:23:28
+Time: 16:11:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3229.41 0.00 22.55 0.00 26015.69 0.00 13007.84 1153.74 2.96 131.43 12.96 29.22
+hda 0.00 356.00 1.00 137.00 8.00 3944.00 4.00 1972.00 28.64 15.03 108.88 2.06 28.40
-Time: 20:23:29
+Time: 16:11:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4142.86 0.00 109.18 0.00 34016.33 0.00 17008.16 311.55 5.39 49.35 4.11 44.90
+hda 0.00 0.00 5.00 0.00 40.00 0.00 20.00 0.00 8.00 0.03 6.60 6.60 3.30
-Time: 20:23:30
+Time: 16:11:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 164.36 2.97 43.56 23.76 1663.37 11.88 831.68 36.26 0.10 2.11 1.57 7.33
+hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.01 6.00 6.00 1.20
-Time: 20:23:31
+Time: 16:11:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 384.00 10.00 7.00 88.00 3128.00 44.00 1564.00 189.18 0.10 5.59 2.88 4.90
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:23:32
+Time: 16:11:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 45.45 6.06 4.04 48.48 395.96 24.24 197.98 44.00 0.06 6.00 6.00 6.06
-Time: 20:23:33
+Time: 16:11:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 861.39 2.97 148.51 23.76 9172.28 11.88 4586.14 60.71 48.93 176.74 2.44 36.93
-Time: 20:23:34
+Time: 16:11:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 375.25 0.00 414.85 0.00 6304.95 0.00 3152.48 15.20 142.12 342.00 2.39 99.11
-Time: 20:23:35
+Time: 16:11:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 48.51 0.00 3.96 0.00 419.80 0.00 209.90 106.00 0.00 1.00 1.00 0.40
+hda 0.00 373.74 0.00 449.49 0.00 6610.10 0.00 3305.05 14.71 145.16 322.14 2.25 101.11
-Time: 20:23:36
+Time: 16:11:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3819.19 0.00 23.23 0.00 30739.39 0.00 15369.70 1323.13 3.27 140.83 15.83 36.77
+hda 0.00 532.00 2.00 429.00 16.00 6680.00 8.00 3340.00 15.54 120.67 323.84 2.32 100.10
-Time: 20:23:37
+Time: 16:11:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 29.00 2.00 15.00 16.00 248.00 8.00 124.00 15.53 0.91 293.06 10.18 17.30
-Time: 20:23:38
+Time: 16:11:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1539.60 4.95 112.87 39.60 14352.48 19.80 7176.24 122.15 48.44 153.05 2.96 34.85
-Time: 20:23:39
+Time: 16:11:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 2.00 0.00 128.00 0.00 64.00 0.00 64.00 0.01 5.00 5.00 1.00
+hda 0.00 875.76 6.06 212.12 48.48 7547.47 24.24 3773.74 34.81 64.49 437.75 4.46 97.27
-Time: 20:23:40
+Time: 16:12:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:23:41
+Time: 16:12:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2894.06 0.00 16.83 0.00 23287.13 0.00 11643.56 1383.53 1.58 94.06 13.82 23.27
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:23:42
+Time: 16:12:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:23:43
+Time: 16:12:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2410.89 0.00 48.51 0.00 19722.77 0.00 9861.39 406.53 4.48 50.69 6.98 33.86
-Time: 20:23:44
+Time: 16:12:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 20.00 2.00 8.00 16.00 176.00 8.00 88.00 19.20 0.47 250.40 18.20 18.20
-Time: 20:23:45
+Time: 16:12:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.02 18.00 18.00 1.80
+hda 0.00 0.00 0.00 2.00 0.00 16.00 0.00 8.00 8.00 0.01 3.00 1.50 0.30
-Time: 20:23:46
+Time: 16:12:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2790.91 0.00 100.00 0.00 23159.60 0.00 11579.80 231.60 29.36 274.73 4.75 47.47
+hda 0.00 0.00 0.99 0.00 31.68 0.00 15.84 0.00 32.00 0.02 19.00 19.00 1.88
-Time: 20:23:47
+Time: 16:12:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 20.79 7.92 5.94 126.73 182.18 63.37 91.09 22.29 0.16 143.86 6.43 8.91
+hda 7.07 0.00 151.52 0.00 14044.44 0.00 7022.22 0.00 92.69 0.75 4.95 3.73 56.57
-Time: 20:23:48
+Time: 16:12:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 6.06 0.00 83.84 0.00 3983.84 0.00 1991.92 0.00 47.52 0.81 9.80 4.07 34.14
+hda 14.00 2002.00 155.00 43.00 11264.00 16576.00 5632.00 8288.00 140.61 17.53 45.29 3.60 71.20
-Time: 20:23:49
+Time: 16:12:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 7.92 0.00 217.82 0.00 23825.74 0.00 11912.87 0.00 109.38 1.64 7.54 2.76 60.10
+hda 0.00 20.20 14.14 30.30 573.74 185.86 286.87 92.93 17.09 4.94 305.93 8.16 36.26
-Time: 20:23:50
+Time: 16:12:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 478.00 40.00 4.00 1264.00 3856.00 632.00 1928.00 116.36 0.38 8.73 5.41 23.80
+hda 0.00 5493.07 0.00 150.50 0.00 46027.72 0.00 23013.86 305.84 73.90 297.30 5.98 90.00
-Time: 20:23:51
+Time: 16:12:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4576.00 2.00 64.00 16.00 38008.00 8.00 19004.00 576.12 62.61 216.11 7.29 48.10
+hda 0.99 2495.05 10.89 129.70 190.10 20998.02 95.05 10499.01 150.70 111.60 672.54 7.05 99.11
-Time: 20:23:52
+Time: 16:12:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3942.00 3.00 177.00 24.00 32952.00 12.00 16476.00 183.20 107.95 697.07 5.56 100.10
+hda 0.00 3899.00 0.00 148.00 0.00 32384.00 0.00 16192.00 218.81 112.11 757.71 6.76 100.10
-Time: 20:23:53
+Time: 16:12:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2773.00 0.00 136.00 0.00 23288.00 0.00 11644.00 171.24 111.86 688.25 7.36 100.10
+hda 1.00 6147.00 23.00 108.00 872.00 50504.00 436.00 25252.00 392.18 114.31 661.60 7.64 100.10
-Time: 20:23:54
+Time: 16:12:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4254.00 1.00 140.00 8.00 35152.00 4.00 17576.00 249.36 112.17 765.79 7.10 100.10
+hda 0.24 3489.62 24.76 69.58 1081.13 28345.28 540.57 14172.64 311.92 138.53 1439.87 10.60 100.02
-Time: 20:23:55
+Time: 16:12:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1028.85 41.35 72.12 2915.38 8492.31 1457.69 4246.15 100.54 99.29 686.27 8.75 99.23
+hda 0.00 417.00 1.00 45.00 16.00 3576.00 8.00 1788.00 78.09 59.49 1520.61 21.76 100.10
-Time: 20:23:56
+Time: 16:12:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5678.79 5.05 87.88 96.97 46731.31 48.48 23365.66 503.91 144.75 1222.12 10.87 101.01
+hda 0.00 1468.32 5.94 58.42 47.52 11809.90 23.76 5904.95 184.25 36.22 1455.82 15.60 100.40
-Time: 20:23:59
+Time: 16:12:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.35 3516.38 4.18 80.84 72.47 28401.39 36.24 14200.70 334.92 86.35 1394.95 11.75 99.86
+hda 0.00 1347.06 8.82 27.45 298.04 10941.18 149.02 5470.59 309.84 1.47 208.22 11.43 41.47
-Time: 20:24:00
+Time: 16:12:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2474.75 1.01 25.25 32.32 19975.76 16.16 9987.88 761.85 1.73 303.81 16.92 44.44
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:24:01
+Time: 16:12:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 438.61 1.98 42.57 15.84 3849.50 7.92 1924.75 86.76 1.08 24.27 2.16 9.60
+hda 0.00 0.00 15.15 0.00 395.96 0.00 197.98 0.00 26.13 0.12 8.20 7.80 11.82
-Time: 20:24:02
+Time: 16:12:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 3.00 1.00 64.00 8.00 32.00 4.00 18.00 0.00 1.00 1.00 0.40
+hda 0.00 1081.19 33.66 81.19 1417.82 9774.26 708.91 4887.13 97.45 29.09 68.56 5.69 65.35
-Time: 20:24:03
+Time: 16:12:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1304.00 0.00 131.00 0.00 11488.00 0.00 5744.00 87.69 0.92 6.95 1.98 26.00
+hda 0.00 524.00 25.00 151.00 2120.00 5048.00 1060.00 2524.00 40.73 11.57 183.69 5.14 90.40
-Time: 20:24:04
+Time: 16:12:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2040.20 0.00 154.90 0.00 17552.94 0.00 8776.47 113.32 3.95 25.59 3.94 61.08
+hda 0.00 1963.37 0.00 150.50 0.00 16863.37 0.00 8431.68 112.05 4.74 25.50 3.47 52.18
-Time: 20:24:05
+Time: 16:12:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1468.69 0.00 295.96 0.00 15046.46 0.00 7523.23 50.84 1.10 3.22 1.81 53.54
+hda 0.00 854.81 54.81 167.31 3800.00 8100.00 1900.00 4050.00 53.58 2.09 16.27 3.50 77.79
-Time: 20:24:06
+Time: 16:12:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 237.62 1.98 296.04 15.84 4253.47 7.92 2126.73 14.33 116.02 338.75 3.32 99.01
+hda 0.00 1835.35 35.35 181.82 824.24 16137.37 412.12 8068.69 78.10 0.95 4.40 2.67 57.98
-Time: 20:24:07
+Time: 16:12:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 63.00 0.00 320.00 0.00 3112.00 0.00 1556.00 9.72 118.13 348.78 3.13 100.10
+hda 1.00 223.00 37.00 47.00 1360.00 2160.00 680.00 1080.00 41.90 0.46 5.45 3.90 32.80
-Time: 20:24:08
+Time: 16:12:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 155.00 0.00 311.00 0.00 2776.00 0.00 1388.00 8.93 89.17 357.09 3.17 98.50
+hda 0.00 0.00 20.00 0.00 880.00 0.00 440.00 0.00 44.00 0.17 8.55 5.90 11.80
-Time: 20:24:09
+Time: 16:12:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1575.76 2.02 46.46 16.16 12985.86 8.08 6492.93 268.17 0.69 14.29 4.33 21.01
+hda 0.00 0.00 11.11 1.01 420.20 8.08 210.10 4.04 35.33 0.06 5.25 3.67 4.44
-Time: 20:24:10
+Time: 16:12:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 70.00 6.00 20.00 128.00 712.00 64.00 356.00 32.31 0.12 4.69 4.04 10.50
+hda 0.00 0.00 39.60 0.00 1465.35 0.00 732.67 0.00 37.00 0.12 3.08 2.88 11.39
-Time: 20:24:11
+Time: 16:12:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 30.00 0.00 824.00 0.00 412.00 0.00 27.47 0.10 3.27 2.63 7.90
-Time: 20:24:12
+Time: 16:12:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 606.06 10.10 63.64 250.51 5357.58 125.25 2678.79 76.05 3.79 51.44 3.05 22.53
-Time: 20:24:13
+Time: 16:12:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 4.95 0.00 190.10 0.00 95.05 0.00 38.40 0.03 6.80 4.60 2.28
-Time: 20:24:14
+Time: 16:12:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 2.00 0.00 128.00 0.00 64.00 0.00 64.00 0.02 8.00 5.50 1.10
-Time: 20:24:15
+Time: 16:12:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 631.37 0.00 28.43 0.00 5278.43 0.00 2639.22 185.66 1.58 55.69 4.69 13.33
+hda 0.00 1.00 0.00 1.00 0.00 16.00 0.00 8.00 16.00 0.00 3.00 3.00 0.30
-Time: 20:24:16
+Time: 16:12:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 6.00 0.00 80.00 0.00 40.00 0.00 13.33 0.02 3.67 3.67 2.20
-Time: 20:24:17
+Time: 16:12:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 75.00 11.00 14.00 208.00 720.00 104.00 360.00 37.12 0.04 1.56 0.92 2.30
-Time: 20:24:18
+Time: 16:12:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:24:19
+Time: 16:12:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.01 0.00 1.01 0.00 16.16 0.00 8.08 16.00 0.00 3.00 3.00 0.30
+hda 0.00 0.00 5.05 0.00 48.48 0.00 24.24 0.00 9.60 0.00 0.20 0.20 0.10
-Time: 20:24:20
+Time: 16:12:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 78.00 0.00 15.00 0.00 744.00 0.00 372.00 49.60 0.05 3.20 0.53 0.80
+hda 0.99 0.00 11.88 0.00 522.77 0.00 261.39 0.00 44.00 0.15 12.50 9.33 11.09
-Time: 20:24:21
+Time: 16:12:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 1.98 0.00 110.89 0.00 55.45 0.00 56.00 0.02 9.00 9.00 1.78
-Time: 20:24:22
+Time: 16:12:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 120.20 0.00 20.20 0.00 1131.31 0.00 565.66 56.00 0.06 3.20 0.35 0.71
-Time: 20:24:23
+Time: 16:12:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:24:24
+Time: 16:12:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:24:25
+Time: 16:12:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 122.00 0.00 23.00 0.00 1160.00 0.00 580.00 50.43 0.07 2.87 0.57 1.30
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:24:26
+Time: 16:12:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:24:27
+Time: 16:12:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.97 0.00 23.76 0.00 11.88 0.00 8.00 0.03 10.00 10.00 2.97
+hda 0.00 1.98 0.99 4.95 63.37 55.45 31.68 27.72 20.00 0.01 1.17 2.00 1.19
-Time: 20:24:28
+Time: 16:12:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 23.00 5.00 3.00 112.00 208.00 56.00 104.00 40.00 0.02 3.62 2.88 2.30
-Time: 20:24:29
+Time: 16:12:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 10.10 0.00 347.47 0.00 173.74 0.00 34.40 0.04 3.90 3.40 3.43
-Time: 20:24:30
+Time: 16:12:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 508.91 103.96 24.75 6154.46 4269.31 3077.23 2134.65 80.98 3.80 29.48 4.35 55.94
+hda 0.00 0.00 16.83 0.00 1021.78 0.00 510.89 0.00 60.71 0.30 17.29 10.35 17.43
-Time: 20:24:31
+Time: 16:12:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 18.81 0.00 435.64 0.00 217.82 0.00 23.16 0.25 13.32 7.95 14.95
+hda 8.00 0.00 230.00 0.00 22912.00 0.00 11456.00 0.00 99.62 1.23 5.37 2.81 64.70
-Time: 20:24:32
+Time: 16:12:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 32.32 0.00 864.65 0.00 432.32 0.00 26.75 0.25 7.06 4.22 13.64
+hda 3.03 585.86 61.62 31.31 1987.88 5026.26 993.94 2513.13 75.48 2.64 27.58 5.26 48.89
-Time: 20:24:33
+Time: 16:12:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 33.66 0.00 1394.06 0.00 697.03 0.00 41.41 0.21 6.68 5.53 18.61
+hda 0.00 487.00 43.00 15.00 3120.00 3928.00 1560.00 1964.00 121.52 2.05 36.72 13.50 78.30
-Time: 20:24:34
+Time: 16:12:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 116.00 9.00 8.00 200.00 992.00 100.00 496.00 70.12 0.16 9.35 3.47 5.90
+hda 0.00 114.00 21.00 17.00 456.00 1048.00 228.00 524.00 39.58 0.34 9.03 4.74 18.00
-Time: 20:24:35
+Time: 16:12:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4789.00 0.00 62.00 0.00 39896.00 0.00 19948.00 643.48 46.52 154.76 5.15 31.90
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:24:36
+Time: 16:12:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1953.00 6.00 129.00 136.00 16216.00 68.00 8108.00 121.13 132.42 850.72 7.44 100.50
+hda 0.00 4103.96 0.00 133.66 0.00 34780.20 0.00 17390.10 260.21 57.78 165.39 5.76 76.93
-Time: 20:24:37
+Time: 16:12:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 847.00 11.00 88.00 104.00 6832.00 52.00 3416.00 70.06 25.08 803.75 7.53 74.50
+hda 0.00 4691.92 0.00 173.74 0.00 39313.13 0.00 19656.57 226.28 113.05 618.67 5.83 101.21
-Time: 20:24:38
+Time: 16:12:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5726.73 0.00 143.56 0.00 47849.50 0.00 23924.75 333.30 69.95 234.23 6.62 95.05
+hda 0.00 2437.62 0.00 129.70 0.00 20522.77 0.00 10261.39 158.23 141.09 752.18 7.64 99.11
-Time: 20:24:39
+Time: 16:13:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4959.00 0.00 138.00 0.00 40776.00 0.00 20388.00 295.48 112.19 743.98 7.26 100.20
+hda 0.00 6248.51 0.00 113.86 0.00 51001.98 0.00 25500.99 447.93 140.50 1002.91 8.70 99.11
-Time: 20:24:40
+Time: 16:13:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4456.00 0.00 106.00 0.00 36920.00 0.00 18460.00 348.30 131.42 870.38 9.44 100.10
+hda 0.00 1931.00 0.00 110.00 0.00 16224.00 0.00 8112.00 147.49 142.17 1371.60 9.10 100.10
-Time: 20:24:41
+Time: 16:13:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 9704.00 0.00 94.00 0.00 78264.00 0.00 39132.00 832.60 142.24 1121.46 10.65 100.10
+hda 0.00 2109.09 0.00 81.82 0.00 18149.49 0.00 9074.75 221.83 152.77 1499.07 12.36 101.11
-Time: 20:24:42
+Time: 16:13:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 102.02 0.00 8.08 0.00 4.04 0.08 78.71 1492.27 9.91 101.11
+hda 3.00 2538.00 18.00 162.00 1264.00 21312.00 632.00 10656.00 125.42 113.79 853.27 5.56 100.10
-Time: 20:24:43
+Time: 16:13:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2291.09 0.00 49.50 0.00 18463.37 0.00 9231.68 372.96 16.88 1242.08 19.90 98.51
+hda 0.00 9356.44 13.86 75.25 245.54 76000.00 122.77 38000.00 855.64 34.98 937.34 11.10 98.91
-Time: 20:24:44
+Time: 16:13:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 8.91 0.00 7.92 0.00 95.05 0.00 47.52 12.00 0.23 108.62 5.88 4.65
+hda 0.29 459.77 28.45 45.69 1310.34 3735.63 655.17 1867.82 68.06 42.31 585.79 10.64 78.85
-Time: 20:24:45
+Time: 16:13:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.06 0.00 3.03 0.00 72.73 0.00 36.36 24.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:24:46
+Time: 16:13:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1323.23 0.00 136.36 0.00 11684.85 0.00 5842.42 85.69 1.00 7.24 2.31 31.52
+hda 0.00 7.07 8.08 3.03 137.37 80.81 68.69 40.40 19.64 0.05 4.09 4.09 4.55
-Time: 20:24:47
+Time: 16:13:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2226.00 0.00 192.00 0.00 19336.00 0.00 9668.00 100.71 3.92 20.47 3.40 65.30
+hda 0.00 1953.92 48.04 183.33 1952.94 17105.88 976.47 8552.94 82.37 1.96 8.42 2.79 64.61
-Time: 20:24:48
+Time: 16:13:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1000.98 2.94 263.73 674.51 10117.65 337.25 5058.82 40.47 1.26 3.78 2.17 57.94
+hda 0.00 1959.60 1.01 179.80 8.08 17115.15 4.04 8557.58 94.70 3.27 18.05 3.61 65.25
-Time: 20:24:49
+Time: 16:13:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1607.00 9.00 72.00 104.00 13432.00 52.00 6716.00 167.11 1.15 17.30 4.00 32.40
+hda 0.00 635.64 184.16 226.73 3540.59 6914.85 1770.30 3457.43 25.45 1.19 2.91 1.46 59.80
-Time: 20:24:50
+Time: 16:13:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.02 3.03 32.32 24.24 16.16 12.12 11.20 0.08 17.80 15.40 7.78
+hda 0.00 1592.00 14.00 66.00 872.00 13240.00 436.00 6620.00 176.40 1.10 13.78 3.94 31.50
-Time: 20:24:51
+Time: 16:13:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 21.21 0.00 501.01 0.00 250.51 0.00 23.62 0.19 9.19 4.48 9.49
-Time: 20:24:52
+Time: 16:13:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 6.93 0.00 229.70 0.00 114.85 0.00 33.14 0.01 1.57 1.57 1.09
-Time: 20:24:53
+Time: 16:13:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 24.75 0.00 1045.54 0.00 522.77 0.00 42.24 0.14 5.52 2.28 5.64
-Time: 20:24:54
+Time: 16:13:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 581.00 0.00 15.00 0.00 4840.00 0.00 2420.00 322.67 0.24 4.60 1.33 2.00
+hda 0.00 0.00 1.00 0.00 16.00 0.00 8.00 0.00 16.00 0.00 0.00 0.00 0.00
-Time: 20:24:55
+Time: 16:13:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 51.00 0.00 12.00 0.00 432.00 0.00 216.00 36.00 0.52 57.50 8.67 10.40
+hda 0.00 637.00 4.00 25.00 32.00 5304.00 16.00 2652.00 184.00 2.22 76.03 6.28 18.20
-Time: 20:24:56
+Time: 16:13:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 0.00 1.98 0.00 7.92 0.00 3.96 4.00 0.00 8.50 0.00 0.00
-Time: 20:24:57
+Time: 16:13:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:24:58
+Time: 16:13:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:24:59
+Time: 16:13:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 71.00 0.00 14.00 0.00 680.00 0.00 340.00 48.57 0.04 2.71 0.50 0.70
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.00 0.00 0.00 0.00
-Time: 20:25:00
+Time: 16:13:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 66.00 0.00 26.00 0.00 744.00 0.00 372.00 28.62 0.06 2.31 0.27 0.70
-Time: 20:25:01
+Time: 16:13:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:25:02
+Time: 16:13:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.96 88.12 12.87 4237.62 134.65 2118.81 67.33 43.29 1.05 10.44 4.87 49.21
+hda 0.00 0.00 3.00 0.00 24.00 0.00 12.00 0.00 8.00 0.03 10.33 10.33 3.10
-Time: 20:25:03
+Time: 16:13:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 10.00 23.00 5.00 904.00 120.00 452.00 60.00 36.57 0.47 16.71 3.93 11.00
+hda 0.00 0.00 0.99 0.00 23.76 0.00 11.88 0.00 24.00 0.00 0.00 0.00 0.00
-Time: 20:25:04
+Time: 16:13:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 177.23 0.00 28.71 0.00 1647.52 0.00 823.76 57.38 0.13 4.41 0.55 1.58
+hda 0.00 0.00 1.00 0.00 88.00 0.00 44.00 0.00 88.00 0.00 0.00 0.00 0.00
-Time: 20:25:05
+Time: 16:13:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 34.34 0.00 54.55 0.00 1696.97 0.00 848.48 31.11 8.51 18.67 1.33 7.27
+hda 0.99 124.75 1.98 54.46 134.65 1433.66 67.33 716.83 27.79 0.23 4.07 1.35 7.62
-Time: 20:25:06
+Time: 16:13:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 441.00 2.00 315.00 16.00 6040.00 8.00 3020.00 19.10 117.16 293.81 3.16 100.10
+hda 1.00 0.00 101.00 0.00 1976.00 0.00 988.00 0.00 19.56 0.60 5.94 4.90 49.50
-Time: 20:25:07
+Time: 16:13:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 47.52 0.00 168.32 0.00 1647.52 0.00 823.76 9.79 116.38 683.47 5.89 99.11
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:25:08
+Time: 16:13:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 113.00 0.00 278.00 0.00 3136.00 0.00 1568.00 11.28 116.55 438.94 3.60 100.10
+hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.03 12.50 12.50 2.50
-Time: 20:25:09
+Time: 16:13:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 164.36 0.00 146.53 0.00 1607.92 0.00 803.96 10.97 18.57 311.34 2.15 31.49
+hda 0.00 0.00 8.00 0.00 128.00 0.00 64.00 0.00 16.00 0.17 18.75 7.88 6.30
-Time: 20:25:10
+Time: 16:13:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 65.66 10.10 60.61 412.12 1002.02 206.06 501.01 20.00 1.06 15.07 1.79 12.63
+hda 1.00 53.00 95.00 13.00 928.00 536.00 464.00 268.00 13.56 0.47 4.44 3.15 34.00
-Time: 20:25:11
+Time: 16:13:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.00 17.00 3.00 864.00 32.00 432.00 16.00 44.80 0.12 5.75 5.25 10.50
+hda 0.00 0.00 57.58 2.02 460.61 8.08 230.30 4.04 7.86 0.24 4.10 3.66 21.82
-Time: 20:25:12
+Time: 16:13:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3360.61 0.00 14.14 0.00 28218.18 0.00 14109.09 1995.43 11.14 30.43 5.21 7.37
+hda 0.00 0.00 79.21 0.00 990.10 0.00 495.05 0.00 12.50 0.33 4.21 3.11 24.65
-Time: 20:25:13
+Time: 16:13:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4355.00 0.00 170.00 0.00 35992.00 0.00 17996.00 211.72 141.33 531.99 5.89 100.10
+hda 0.00 104.00 98.00 40.00 1456.00 1152.00 728.00 576.00 18.90 6.52 47.21 4.46 61.50
-Time: 20:25:14
+Time: 16:13:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 121.57 0.00 15.69 0.00 7.84 0.13 56.54 943.36 8.07 98.14
+hda 0.00 0.00 17.17 0.00 129.29 0.00 64.65 0.00 7.53 0.03 2.00 1.88 3.23
-Time: 20:25:15
+Time: 16:13:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5982.65 0.00 130.61 0.00 49648.98 0.00 24824.49 380.12 37.48 157.16 5.92 77.35
+hda 0.00 4866.34 5.94 103.96 55.45 40855.45 27.72 20427.72 372.25 132.59 347.32 8.23 90.50
-Time: 20:25:16
+Time: 16:13:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5275.25 1.98 118.81 15.84 43295.05 7.92 21647.52 358.56 108.40 568.51 8.20 99.11
+hda 0.00 1237.00 6.33 78.33 48.00 10154.67 24.00 5077.33 120.50 57.47 1054.20 8.02 67.87
-Time: 20:25:17
+Time: 16:13:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5470.00 4.00 102.00 120.00 44856.00 60.00 22428.00 424.30 126.45 1019.34 9.44 100.10
+hda 0.00 2932.00 2.00 62.00 24.00 24480.00 12.00 12240.00 382.88 9.53 66.69 3.78 24.20
-Time: 20:25:18
+Time: 16:13:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7656.57 0.00 91.92 0.00 61737.37 0.00 30868.69 671.65 139.66 1024.14 11.00 101.11
+hda 0.00 6517.82 6.93 103.96 55.45 53504.95 27.72 26752.48 483.00 134.50 519.22 8.94 99.11
-Time: 20:25:19
+Time: 16:13:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 78.22 7.92 0.00 3.96 0.00 0.10 57.59 1608.71 12.51 99.11
+hda 0.29 993.60 18.90 82.27 311.63 8846.51 155.81 4423.26 90.53 106.21 1051.74 9.93 100.44
-Time: 20:25:20
+Time: 16:13:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2240.59 0.00 44.55 0.00 18067.33 0.00 9033.66 405.51 7.18 1195.98 16.16 71.98
+hda 0.00 7130.69 57.43 114.85 4499.01 58590.10 2249.50 29295.05 366.21 87.69 679.37 5.75 99.11
-Time: 20:25:21
+Time: 16:13:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1792.10 11.00 95.19 85.22 14666.67 42.61 7333.33 138.93 89.29 987.50 9.24 98.11
-Time: 20:25:22
+Time: 16:13:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1410.10 0.00 145.45 0.00 12444.44 0.00 6222.22 85.56 0.85 5.83 2.06 30.00
+hda 0.00 0.00 223.76 0.00 2289.11 0.00 1144.55 0.00 10.23 0.66 2.95 2.29 51.29
-Time: 20:25:23
+Time: 16:13:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2073.53 0.00 176.47 0.00 18000.00 0.00 9000.00 102.00 2.45 13.91 3.18 56.08
+hda 0.00 1375.00 160.00 130.00 2008.00 12048.00 1004.00 6024.00 48.47 2.60 8.95 2.40 69.70
-Time: 20:25:24
+Time: 16:13:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1570.71 0.00 79.80 0.00 13204.04 0.00 6602.02 165.47 0.52 6.54 2.76 22.02
+hda 0.00 1822.77 58.42 86.14 475.25 15310.89 237.62 7655.45 109.21 3.06 19.79 4.99 72.08
-Time: 20:25:25
+Time: 16:13:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 381.00 114.00 128.00 4632.00 4024.00 2316.00 2012.00 35.77 1.50 7.04 2.93 70.80
-Time: 20:25:26
+Time: 16:13:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1486.00 66.00 64.00 1016.00 12400.00 508.00 6200.00 103.20 1.30 10.00 3.73 48.50
-Time: 20:25:27
+Time: 16:13:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2852.00 0.00 202.00 0.00 24432.00 0.00 12216.00 120.95 4.32 21.38 2.94 59.30
+hda 0.00 0.00 57.58 0.00 460.61 0.00 230.30 0.00 8.00 0.06 1.04 1.04 5.96
-Time: 20:25:28
+Time: 16:13:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 766.34 0.00 190.10 0.00 7651.49 0.00 3825.74 40.25 0.93 4.89 2.34 44.55
+hda 0.00 9.00 242.00 3.00 1960.00 96.00 980.00 48.00 8.39 0.38 1.52 1.44 35.40
-Time: 20:25:29
+Time: 16:13:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 16.83 0.99 237.62 7.92 118.81 3.96 13.78 0.02 1.06 1.06 1.88
+hda 0.00 2537.00 42.00 133.00 552.00 21488.00 276.00 10744.00 125.94 3.14 11.06 2.93 51.30
-Time: 20:25:30
+Time: 16:14:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1089.11 0.00 255.45 7.92 10629.70 3.96 5314.85 41.64 2.17 13.17 2.57 65.54
-Time: 20:25:31
+Time: 16:14:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 127.00 0.00 4768.00 0.00 2384.00 0.00 37.54 0.12 1.02 0.77 9.80
-Time: 20:25:32
+Time: 16:14:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 3.03 0.00 72.73 0.00 36.36 0.00 24.00 0.02 5.00 5.00 1.52
-Time: 20:25:33
+Time: 16:14:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 58.16 0.00 15.31 0.00 587.76 0.00 293.88 38.40 0.03 1.93 0.53 0.82
+hda 0.00 5.88 7.84 2.94 368.63 70.59 184.31 35.29 40.73 0.01 1.27 1.27 1.37
-Time: 20:25:34
+Time: 16:14:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 1.00 0.00 16.00 0.00 8.00 0.00 16.00 0.00 1.00 1.00 0.10
-Time: 20:25:35
+Time: 16:14:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 5.94 0.00 332.67 0.00 166.34 0.00 56.00 0.03 5.67 5.67 3.37
+hda 0.00 57.00 0.00 18.00 0.00 600.00 0.00 300.00 33.33 0.03 1.89 0.61 1.10
-Time: 20:25:36
+Time: 16:14:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 8.08 0.00 177.78 0.00 88.89 0.00 22.00 0.04 4.75 4.75 3.84
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:25:37
+Time: 16:14:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:25:38
+Time: 16:14:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 89.11 0.00 16.83 0.00 847.52 0.00 423.76 50.35 0.09 5.24 2.47 4.16
+hda 0.00 402.97 0.99 138.61 7.92 5259.41 3.96 2629.70 37.73 39.02 157.55 2.43 33.96
-Time: 20:25:39
+Time: 16:14:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.00 0.00 64.00 0.00 32.00 0.00 32.00 0.02 11.00 11.00 2.20
+hda 0.00 167.00 0.00 205.00 0.00 2984.00 0.00 1492.00 14.56 116.67 379.91 4.90 100.50
-Time: 20:25:40
+Time: 16:14:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 66.34 0.99 76.24 63.37 2106.93 31.68 1053.47 28.10 13.17 38.44 1.46 11.29
+hda 0.00 178.00 0.00 359.00 0.00 4328.00 0.00 2164.00 12.06 116.92 437.78 2.79 100.10
-Time: 20:25:41
+Time: 16:14:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 122.22 2.02 376.77 56.57 3959.60 28.28 1979.80 10.60 118.15 282.74 2.67 101.11
+hda 0.00 60.61 0.00 256.57 0.00 1551.52 0.00 775.76 6.05 79.94 373.61 3.71 95.25
-Time: 20:25:42
+Time: 16:14:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 378.00 2.00 173.00 120.00 4440.00 60.00 2220.00 26.06 116.45 479.86 5.72 100.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:25:43
+Time: 16:14:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 283.84 0.00 214.14 0.00 3878.79 0.00 1939.39 18.11 119.44 689.52 4.72 101.11
+hda 0.00 0.00 0.00 1.00 0.00 8.00 0.00 4.00 8.00 0.00 0.00 0.00 0.00
-Time: 20:25:44
+Time: 16:14:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 35.29 0.00 108.82 0.00 298.04 0.00 149.02 2.74 31.24 519.45 5.77 62.75
+hda 0.00 0.00 2.02 0.00 113.13 0.00 56.57 0.00 56.00 0.02 10.50 10.50 2.12
-Time: 20:25:45
+Time: 16:14:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 2.00 0.00 16.00 0.00 8.00 8.00 0.00 0.00 0.00 0.00
+hda 0.00 117.65 0.00 26.47 0.00 1152.94 0.00 576.47 43.56 0.10 3.70 0.52 1.37
-Time: 20:25:46
+Time: 16:14:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:25:47
+Time: 16:14:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:25:48
+Time: 16:14:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 54.46 2.97 12.87 174.26 538.61 87.13 269.31 45.00 0.06 3.50 1.69 2.67
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:25:49
+Time: 16:14:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 8.00 0.00 456.00 0.00 228.00 0.00 57.00 0.06 7.25 3.75 3.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:25:50
+Time: 16:14:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 16.00 48.00 13.00 1808.00 232.00 904.00 116.00 33.44 0.69 11.08 4.80 29.30
+hda 0.00 30.00 1.00 6.00 8.00 288.00 4.00 144.00 42.29 0.01 1.29 1.29 0.90
-Time: 20:25:51
+Time: 16:14:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 11.88 0.00 403.96 0.00 201.98 0.00 34.00 0.07 7.75 4.83 5.74
+hda 0.00 0.00 2.00 0.00 80.00 0.00 40.00 0.00 40.00 0.01 3.00 3.00 0.60
-Time: 20:25:52
+Time: 16:14:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1771.00 3.00 47.00 24.00 14952.00 12.00 7476.00 299.52 4.79 23.26 2.68 13.40
+hda 0.00 0.00 6.00 0.00 240.00 0.00 120.00 0.00 40.00 0.13 21.67 9.00 5.40
-Time: 20:25:53
+Time: 16:14:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4838.38 0.00 183.84 0.00 40662.63 0.00 20331.31 221.19 96.72 358.05 5.50 101.11
+hda 0.00 13.00 23.00 4.00 488.00 136.00 244.00 68.00 23.11 0.21 7.81 6.19 16.70
-Time: 20:25:54
+Time: 16:14:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2995.05 4.95 147.52 39.60 25156.44 19.80 12578.22 165.25 111.22 654.51 6.50 99.11
+hda 0.00 0.00 7.00 0.00 56.00 0.00 28.00 0.00 8.00 0.05 6.57 6.57 4.60
-Time: 20:25:55
+Time: 16:14:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3204.95 23.76 147.52 443.56 26803.96 221.78 13401.98 159.08 112.25 636.00 5.79 99.11
+hda 0.00 1882.35 10.78 73.53 86.27 15733.33 43.14 7866.67 187.63 3.45 30.31 2.56 21.57
-Time: 20:25:56
+Time: 16:14:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7284.00 0.00 144.00 0.00 59696.00 0.00 29848.00 414.56 141.60 753.99 6.95 100.10
+hda 0.00 6368.00 1.00 151.00 8.00 52960.00 4.00 26480.00 348.47 81.13 338.15 6.29 95.60
-Time: 20:25:57
+Time: 16:14:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6200.00 0.00 118.00 0.00 50624.00 0.00 25312.00 429.02 143.24 1074.84 8.48 100.10
+hda 0.00 2951.52 1.01 150.51 8.08 25171.72 4.04 12585.86 166.19 112.24 645.01 6.67 101.11
-Time: 20:25:58
+Time: 16:14:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6468.00 0.00 125.00 0.00 52128.00 0.00 26064.00 417.02 99.69 1104.77 8.01 100.10
+hda 0.00 1440.59 1.98 158.42 79.21 16174.26 39.60 8087.13 101.33 138.71 689.99 6.18 99.11
-Time: 20:25:59
+Time: 16:14:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2001.00 10.00 79.00 576.00 16152.00 288.00 8076.00 187.96 17.76 821.66 10.30 91.70
+hda 1.01 8107.07 82.83 178.79 1406.06 66408.08 703.03 33204.04 259.21 145.50 520.56 3.86 101.11
-Time: 20:26:00
+Time: 16:14:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 19.19 0.00 913.13 0.00 456.57 0.00 47.58 0.27 14.42 8.26 15.86
+hda 0.00 6238.61 0.00 131.68 0.00 50922.77 0.00 25461.39 386.71 143.16 966.89 7.53 99.11
-Time: 20:26:01
+Time: 16:14:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 4.04 0.00 121.21 0.00 60.61 0.00 30.00 0.06 15.50 10.50 4.24
+hda 0.00 2496.00 0.00 134.00 0.00 21016.00 0.00 10508.00 156.84 142.26 1022.19 7.47 100.10
-Time: 20:26:02
+Time: 16:14:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2004.95 45.54 161.39 601.98 16213.86 300.99 8106.93 81.26 21.61 526.02 4.57 94.65
-Time: 20:26:03
+Time: 16:14:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 48.00 0.00 6.00 0.00 432.00 0.00 216.00 72.00 0.00 0.67 0.67 0.40
+hda 3.03 0.00 51.52 0.00 1737.37 0.00 868.69 0.00 33.73 0.57 11.16 8.04 41.41
-Time: 20:26:04
+Time: 16:14:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3007.00 0.00 6.00 0.00 24360.00 0.00 12180.00 4060.00 2.93 21.00 15.00 9.00
+hda 0.00 0.00 8.00 0.00 152.00 0.00 76.00 0.00 19.00 0.09 10.88 8.12 6.50
-Time: 20:26:05
+Time: 16:14:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 18.81 0.00 33.66 0.00 166.34 0.00 83.17 4.94 3.05 173.09 5.24 17.62
+hda 0.00 77.45 0.00 4.90 0.00 658.82 0.00 329.41 134.40 0.00 0.60 0.60 0.29
-Time: 20:26:06
+Time: 16:14:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:26:07
+Time: 16:14:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 7.00 0.00 56.00 0.00 28.00 0.00 8.00 0.05 7.14 7.14 5.00
-Time: 20:26:08
+Time: 16:14:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.00 0.00 5.00 0.00 48.00 0.00 24.00 9.60 0.00 0.20 0.20 0.10
+hda 0.00 3030.69 0.00 56.44 0.00 24697.03 0.00 12348.51 437.61 8.79 155.81 4.93 27.82
-Time: 20:26:09
+Time: 16:14:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:26:10
+Time: 16:14:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 6.06 0.00 145.45 0.00 72.73 0.00 24.00 0.04 6.00 4.17 2.53
+hda 0.00 17.65 0.00 5.88 0.00 188.24 0.00 94.12 32.00 0.00 0.33 0.33 0.20
-Time: 20:26:11
+Time: 16:14:41
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 11.00 0.00 88.00 0.00 44.00 0.00 8.00 0.07 6.36 6.36 7.00
+
+Time: 16:14:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:26:12
+Time: 16:14:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1675.00 0.00 78.00 0.00 14024.00 0.00 7012.00 179.79 6.64 85.10 2.88 22.50
+hda 0.00 0.00 3.00 0.00 24.00 0.00 12.00 0.00 8.00 0.01 4.00 4.00 1.20
-Time: 20:26:13
+Time: 16:14:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 10.00 0.00 5.00 0.00 120.00 0.00 60.00 24.00 0.00 0.20 0.20 0.10
+hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.00 0.00 0.00 0.00
-Time: 20:26:14
+Time: 16:14:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 71.00 0.00 25.00 0.00 800.00 0.00 400.00 32.00 0.08 3.08 0.28 0.70
-Time: 20:26:15
+Time: 16:14:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 33.00 0.00 4.00 0.00 296.00 0.00 148.00 74.00 0.01 1.75 0.75 0.30
+hda 0.00 14.71 0.00 3.92 0.00 141.18 0.00 70.59 36.00 0.00 2.75 1.00 0.39
-Time: 20:26:16
+Time: 16:14:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2035.35 0.00 54.55 0.00 16719.19 0.00 8359.60 306.52 5.27 96.65 3.87 21.11
-Time: 20:26:17
+Time: 16:14:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2070.00 0.00 38.00 0.00 16864.00 0.00 8432.00 443.79 3.07 80.84 5.03 19.10
+hda 0.00 0.00 3.00 0.00 24.00 0.00 12.00 0.00 8.00 0.01 5.00 5.00 1.50
-Time: 20:26:18
+Time: 16:14:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.00 0.00 5.00 0.00 48.00 0.00 24.00 9.60 0.00 0.00 0.00 0.00
+hda 0.00 0.00 0.98 0.00 7.84 0.00 3.92 0.00 8.00 0.02 17.00 17.00 1.67
-Time: 20:26:19
+Time: 16:14:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 6.93 3.96 6.93 31.68 110.89 15.84 55.45 13.09 0.03 3.18 3.09 3.37
-Time: 20:26:20
+Time: 16:14:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.02 18.00 18.00 1.80
-Time: 20:26:21
+Time: 16:14:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 746.15 0.96 27.88 7.69 6192.31 3.85 3096.15 214.93 1.29 44.60 2.90 8.37
-Time: 20:26:22
+Time: 16:14:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1693.94 0.00 16.16 0.00 13680.81 0.00 6840.40 846.50 1.07 66.12 7.81 12.63
+hda 3.85 0.00 21.15 0.00 1100.00 0.00 550.00 0.00 52.00 0.07 3.41 3.41 7.21
-Time: 20:26:23
+Time: 16:14:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.99 0.00 4.95 0.00 47.52 0.00 23.76 9.60 0.00 0.20 0.20 0.10
+hda 6.00 0.00 44.00 0.00 3464.00 0.00 1732.00 0.00 78.73 0.16 3.57 2.48 10.90
-Time: 20:26:24
+Time: 16:14:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 569.31 0.00 35.64 0.00 4839.60 0.00 2419.80 135.78 0.56 15.64 1.42 5.05
-Time: 20:26:25
+Time: 16:14:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.99 0.00 7.92 0.00 3.96 8.00 0.00 3.00 3.00 0.30
+hda 0.00 856.19 0.00 169.52 0.00 9142.86 0.00 4571.43 53.93 66.19 197.72 3.35 56.86
-Time: 20:26:26
+Time: 16:14:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2283.84 3.03 130.30 24.24 19248.48 12.12 9624.24 144.55 122.72 775.77 7.58 101.11
+
+Time: 16:14:58
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.99 27.72 6.93 134.65 198.02 388.12 99.01 194.06 4.14 61.41 807.12 5.85 82.87
-Time: 20:26:27
+Time: 16:14:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:26:28
+Time: 16:15:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 344.55 0.00 21.78 0.00 2930.69 0.00 1465.35 134.55 0.32 14.82 1.64 3.56
+hda 0.00 37.00 0.00 10.00 0.00 376.00 0.00 188.00 37.60 0.01 1.00 0.30 0.30
-Time: 20:26:29
+Time: 16:15:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.98 659.80 23.53 9.80 674.51 5380.39 337.25 2690.20 181.65 2.77 58.88 8.00 26.67
-Time: 20:26:30
+Time: 16:15:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 250.00 0.00 64.00 0.00 3432.00 0.00 1716.00 53.62 18.91 48.88 2.55 16.30
+hda 6.00 96.00 120.00 18.00 5128.00 888.00 2564.00 444.00 43.59 1.97 20.19 5.26 72.60
-Time: 20:26:31
+Time: 16:15:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 335.35 0.00 376.77 0.00 5672.73 0.00 2836.36 15.06 117.87 305.42 2.68 101.11
+hda 5.00 0.00 62.00 0.00 2240.00 0.00 1120.00 0.00 36.13 0.50 7.95 5.42 33.60
-Time: 20:26:32
+Time: 16:15:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 450.00 0.00 199.00 0.00 4296.00 0.00 2148.00 21.59 58.94 389.37 4.45 88.50
+hda 3.00 204.00 38.00 8.00 1120.00 1696.00 560.00 848.00 61.22 0.31 6.96 4.93 22.70
-Time: 20:26:33
+Time: 16:15:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.92 0.00 3.92 0.00 62.75 0.00 31.37 16.00 0.00 0.25 0.25 0.10
+hda 0.97 438.83 5.83 37.86 333.98 3937.86 166.99 1968.93 97.78 1.11 10.02 1.56 6.80
-Time: 20:26:34
+Time: 16:15:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2050.51 0.00 29.29 0.00 16638.38 0.00 8319.19 568.00 2.69 91.90 7.03 20.61
+hda 0.00 36.36 0.00 19.19 0.00 315.15 0.00 157.58 16.42 0.61 68.11 4.95 9.49
-Time: 20:26:35
+Time: 16:15:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:26:36
+Time: 16:15:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:26:37
+Time: 16:15:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1619.00 0.00 17.00 0.00 13088.00 0.00 6544.00 769.88 1.11 65.47 7.47 12.70
+
+Time: 16:15:10
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 12.00 0.00 5.00 0.00 136.00 0.00 68.00 27.20 0.00 0.20 0.20 0.10
+
+Time: 16:15:11
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 9.90 0.00 95.05 0.00 47.52 0.00 9.60 0.05 5.30 5.30 5.25
-Time: 20:26:38
+Time: 16:15:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2.00 0.00 4.00 0.00 48.00 0.00 24.00 12.00 0.00 0.00 0.00 0.00
+hda 1.89 0.00 9.43 0.00 339.62 0.00 169.81 0.00 36.00 0.04 4.40 4.40 4.15
-Time: 20:26:39
+Time: 16:15:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:26:40
+Time: 16:15:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 875.76 9.09 15.15 711.11 7127.27 355.56 3563.64 323.33 0.76 31.21 7.04 17.07
+hda 0.00 0.00 13.00 0.00 744.00 0.00 372.00 0.00 57.23 0.24 18.62 5.69 7.40
-Time: 20:26:41
+Time: 16:15:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 3.96 0.00 31.68 0.00 15.84 8.00 0.01 3.00 1.50 0.59
+hda 0.00 5776.77 0.00 95.96 0.00 48072.73 0.00 24036.36 500.97 57.18 147.51 4.22 40.51
-Time: 20:26:42
+Time: 16:15:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1019.00 4.00 51.00 176.00 8560.00 88.00 4280.00 158.84 2.23 40.45 2.62 14.40
+hda 0.00 400.99 0.00 138.61 0.00 3263.37 0.00 1631.68 23.54 55.61 705.43 5.86 81.29
-Time: 20:26:43
+Time: 16:15:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6716.00 3.00 128.00 56.00 55792.00 28.00 27896.00 426.32 97.21 270.79 5.40 70.70
+hda 1.00 0.00 4.00 4.00 184.00 32.00 92.00 16.00 27.00 0.06 7.75 5.88 4.70
-Time: 20:26:44
+Time: 16:15:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2683.00 0.00 126.00 0.00 22392.00 0.00 11196.00 177.71 141.33 914.14 7.94 100.10
+hda 0.00 5637.62 2.97 72.28 55.45 46875.25 27.72 23437.62 623.68 66.50 165.03 6.39 48.12
-Time: 20:26:45
+Time: 16:15:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1265.69 0.00 190.20 0.00 10721.57 0.00 5360.78 56.37 46.78 698.95 4.38 83.24
+hda 0.00 861.00 0.00 161.00 0.00 6984.00 0.00 3492.00 43.38 83.28 856.23 6.21 100.00
-Time: 20:26:46
+Time: 16:15:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1356.12 0.00 88.78 0.00 11551.02 0.00 5775.51 130.11 3.56 40.13 3.33 29.59
+hda 0.00 1762.63 0.00 163.64 0.00 15393.94 0.00 7696.97 94.07 4.57 28.23 2.71 44.34
-Time: 20:26:47
+Time: 16:15:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4254.00 0.00 85.00 0.00 34712.00 0.00 17356.00 408.38 10.80 127.02 5.46 46.40
+hda 0.00 3633.33 3.92 60.78 31.37 29600.00 15.69 14800.00 457.94 11.98 148.62 6.23 40.29
-Time: 20:26:48
+Time: 16:15:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3263.00 0.00 172.00 0.00 27704.00 0.00 13852.00 161.07 2.43 4.72 1.80 31.00
+hda 0.00 1495.00 13.00 140.00 424.00 13032.00 212.00 6516.00 87.95 0.93 21.89 2.72 41.60
-Time: 20:26:49
+Time: 16:15:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 657.43 56.44 85.15 1417.82 5718.81 708.91 2859.41 50.41 4.14 40.57 4.68 66.24
+hda 1.01 2960.61 62.63 139.39 7046.46 24800.00 3523.23 12400.00 157.64 4.61 22.82 3.16 63.84
-Time: 20:26:50
+Time: 16:15:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1402.00 37.00 92.00 1112.00 11952.00 556.00 5976.00 101.27 4.75 36.86 3.74 48.20
+hda 1.00 2189.00 53.00 178.00 5344.00 18944.00 2672.00 9472.00 105.14 3.90 16.87 3.34 77.20
-Time: 20:26:51
+Time: 16:15:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1494.90 0.00 218.37 0.00 13706.12 0.00 6853.06 62.77 0.51 2.33 0.92 20.10
+hda 0.00 836.63 10.89 130.69 562.38 7730.69 281.19 3865.35 58.57 0.28 1.95 1.38 19.60
-Time: 20:26:52
+Time: 16:15:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3631.68 0.00 98.02 0.00 29861.39 0.00 14930.69 304.65 22.42 211.75 5.75 56.34
+hda 0.00 4973.47 15.31 198.98 1338.78 41428.57 669.39 20714.29 199.58 21.81 101.75 3.81 81.63
-Time: 20:26:53
+Time: 16:15:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1898.02 0.00 299.01 0.00 18201.98 0.00 9100.99 60.87 49.18 78.76 2.38 71.29
+hda 0.00 895.00 10.00 265.00 640.00 9232.00 320.00 4616.00 35.90 15.73 57.24 3.05 83.90
-Time: 20:26:54
+Time: 16:15:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1616.16 0.00 251.52 0.00 14400.00 0.00 7200.00 57.25 15.12 169.76 2.98 74.85
+hda 0.00 1850.50 0.00 213.86 0.00 16522.77 0.00 8261.39 77.26 20.88 97.59 3.45 73.86
-Time: 20:26:55
+Time: 16:15:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2806.00 2.00 227.00 120.00 24144.00 60.00 12072.00 105.96 1.68 8.38 2.48 56.70
+hda 0.00 2332.67 4.95 211.88 245.54 20348.51 122.77 10174.26 94.98 1.81 8.36 2.95 63.86
-Time: 20:26:56
+Time: 16:15:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 962.38 0.99 385.15 0.00 10788.12 0.00 5394.06 27.94 3.14 8.17 1.71 66.04
+hda 0.00 931.00 1.00 375.00 0.00 10456.00 0.00 5228.00 27.81 3.89 10.34 1.80 67.70
-Time: 20:26:57
+Time: 16:15:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 919.00 0.00 391.00 0.00 10480.00 0.00 5240.00 26.80 1.78 4.55 1.62 63.40
+hda 0.00 471.72 0.00 361.62 0.00 7628.28 0.00 3814.14 21.09 88.65 170.94 2.47 89.29
-Time: 20:26:58
+Time: 16:15:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 522.00 0.00 230.00 0.00 6008.00 0.00 3004.00 26.12 6.70 29.13 2.17 49.90
+hda 0.00 462.38 0.00 295.05 0.00 5124.75 0.00 2562.38 17.37 28.33 185.16 2.67 78.81
-Time: 20:26:59
+Time: 16:15:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 737.62 0.00 218.81 0.00 7643.56 0.00 3821.78 34.93 0.41 1.87 1.86 40.59
-Time: 20:27:00
+Time: 16:15:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:27:01
+Time: 16:15:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 881.82 0.00 59.60 0.00 7539.39 0.00 3769.70 126.51 1.75 29.22 1.68 10.00
+hda 0.00 5.05 0.00 5.05 0.00 80.81 0.00 40.40 16.00 0.00 0.20 0.20 0.10
-Time: 20:27:02
+Time: 16:15:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2525.49 0.00 206.86 0.00 21866.67 0.00 10933.33 105.71 18.91 91.44 3.18 65.69
+hda 0.00 889.00 15.00 41.00 2152.00 7448.00 1076.00 3724.00 171.43 0.99 17.70 3.04 17.00
-Time: 20:27:03
+Time: 16:15:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2436.00 26.00 143.00 4976.00 20632.00 2488.00 10316.00 151.53 2.52 14.88 3.53 59.70
+hda 0.99 2617.82 49.50 145.54 7508.91 22106.93 3754.46 11053.47 151.84 6.68 34.20 4.24 82.67
-Time: 20:27:04
+Time: 16:15:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3708.00 31.00 134.00 4864.00 30736.00 2432.00 15368.00 215.76 6.09 36.92 4.44 73.30
+hda 0.00 2297.96 64.29 108.16 11371.43 19240.82 5685.71 9620.41 177.51 2.67 15.56 4.92 84.80
-Time: 20:27:05
+Time: 16:15:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2248.51 36.63 103.96 7382.18 18819.80 3691.09 9409.90 186.37 4.81 34.24 4.49 63.07
+hda 0.00 3620.59 8.82 120.59 1168.63 29929.41 584.31 14964.71 240.30 5.57 43.02 3.49 45.20
-Time: 20:27:06
+Time: 16:15:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2620.79 1.98 49.50 15.84 21758.42 7.92 10879.21 422.92 13.52 82.15 4.06 20.89
+hda 0.00 5012.24 0.00 146.94 0.00 41624.49 0.00 20812.24 283.28 19.59 66.41 3.67 53.98
-Time: 20:27:07
+Time: 16:15:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2736.36 19.19 139.39 4307.07 22763.64 2153.54 11381.82 170.70 21.71 161.46 5.19 82.32
+hda 0.00 2617.00 3.00 185.00 24.00 22392.00 12.00 11196.00 119.23 38.90 180.02 3.57 67.20
-Time: 20:27:08
+Time: 16:15:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 707.92 6.93 296.04 380.20 7881.19 190.10 3940.59 27.27 3.75 30.44 2.46 74.55
+hda 0.00 701.96 7.84 235.29 211.76 7192.16 105.88 3596.08 30.45 5.18 80.58 2.85 69.31
-Time: 20:27:09
+Time: 16:15:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 267.68 5.05 302.02 129.29 5721.21 64.65 2860.61 19.05 112.31 262.01 2.93 90.10
+hda 0.00 240.00 5.00 343.00 128.00 5696.00 64.00 2848.00 16.74 124.78 291.32 2.66 92.70
-Time: 20:27:10
+Time: 16:15:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 42.00 20.00 238.00 592.00 1080.00 296.00 540.00 6.48 57.26 344.16 2.97 76.50
+hda 0.00 30.61 28.57 158.16 636.73 465.31 318.37 232.65 5.90 18.19 225.28 2.90 54.08
-Time: 20:27:11
+Time: 16:15:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2989.32 2.91 10.68 23.30 24085.44 11.65 12042.72 1773.71 1.44 21.86 9.00 12.23
-Time: 20:27:12
+Time: 16:15:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3082.00 0.00 22.00 0.00 24832.00 0.00 12416.00 1128.73 1.78 80.77 11.55 25.40
+hda 0.00 57.00 0.00 13.00 0.00 472.00 0.00 236.00 36.31 0.88 157.85 11.31 14.70
-Time: 20:27:13
+Time: 16:15:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3837.37 0.00 90.91 0.00 31426.26 0.00 15713.13 345.69 3.17 34.92 4.12 37.47
+hda 0.00 2500.98 0.00 17.65 0.00 20149.02 0.00 10074.51 1141.78 0.45 25.39 10.89 19.22
-Time: 20:27:14
+Time: 16:15:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 164.00 24.00 42.00 656.00 1648.00 328.00 824.00 34.91 0.48 7.33 2.73 18.00
+hda 0.00 1318.81 19.80 33.66 190.10 10819.80 95.05 5409.90 205.93 1.12 21.00 3.70 19.80
-Time: 20:27:15
+Time: 16:15:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 389.00 90.00 92.00 1016.00 3848.00 508.00 1924.00 26.73 7.34 40.32 2.36 43.00
+hda 0.00 180.00 91.00 45.00 1560.00 1808.00 780.00 904.00 24.76 0.39 2.90 2.43 33.10
-Time: 20:27:16
+Time: 16:15:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 36.00 0.00 1552.00 0.00 776.00 0.00 43.11 0.15 4.17 1.78 6.40
+hda 0.00 0.00 1.98 0.00 15.84 0.00 7.92 0.00 8.00 0.01 7.00 7.00 1.39
-Time: 20:27:17
+Time: 16:15:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 7.00 0.00 64.00 0.00 32.00 0.00 9.14 0.02 1.43 3.43 2.40
+hda 0.00 0.00 113.86 0.00 1409.90 0.00 704.95 0.00 12.38 0.15 1.32 1.32 15.05
-Time: 20:27:18
+Time: 16:15:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.01 19.00 5.00 0.51
+hda 0.00 0.00 171.00 0.00 1440.00 0.00 720.00 0.00 8.42 0.09 0.52 0.52 8.90
-Time: 20:27:19
+Time: 16:15:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 46.08 496.08 3.92 3968.63 400.00 1984.31 200.00 8.74 0.08 0.17 0.17 8.43
+hda 0.00 0.00 80.81 0.00 3418.18 0.00 1709.09 0.00 42.30 0.12 1.52 1.32 10.71
-Time: 20:27:20
+Time: 16:15:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3759.60 219.19 20.20 1777.78 30270.71 888.89 15135.35 133.87 5.62 15.89 2.10 50.20
+hda 0.00 1200.00 21.78 237.62 1845.54 12704.95 922.77 6352.48 56.09 112.27 272.81 3.09 80.10
-Time: 20:27:21
+Time: 16:15:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 22.00 105.00 6.00 4560.00 192.00 2280.00 96.00 42.81 0.22 18.18 1.65 18.30
+hda 0.00 374.26 15.84 369.31 918.81 5782.18 459.41 2891.09 17.40 144.39 412.95 2.57 99.11
-Time: 20:27:22
+Time: 16:15:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 285.86 12.12 397.98 468.69 4808.08 234.34 2404.04 12.87 134.21 356.49 2.47 101.11
-Time: 20:27:23
+Time: 16:15:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 240.59 0.00 7944.55 0.00 3972.28 0.00 33.02 0.13 0.54 0.49 11.78
+hda 0.00 17.65 61.76 49.02 4447.06 156.86 2223.53 78.43 41.56 3.35 165.19 2.80 30.98
-Time: 20:27:24
+Time: 16:15:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 26.00 0.00 2064.00 0.00 1032.00 0.00 79.38 0.07 2.50 2.15 5.60
+hda 0.00 0.00 464.71 0.00 4823.53 0.00 2411.76 0.00 10.38 0.14 0.31 0.30 13.82
-Time: 20:27:25
+Time: 16:15:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2851.49 6.93 15.84 229.70 22938.61 114.85 11469.31 1017.39 2.76 121.17 18.52 42.18
+hda 0.00 640.40 0.00 427.27 0.00 9519.19 0.00 4759.60 22.28 111.30 217.29 1.87 80.10
-Time: 20:27:26
+Time: 16:16:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 17.17 0.00 727.27 0.00 363.64 0.00 42.35 0.14 8.41 2.76 4.75
+hda 1.01 20.20 78.79 124.24 3272.73 177.78 1636.36 88.89 17.00 17.05 174.87 3.15 63.94
-Time: 20:27:27
+Time: 16:16:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 6.00 0.00 1112.00 0.00 556.00 0.00 185.33 0.03 5.00 4.33 2.60
+hda 0.99 0.00 7.92 0.00 221.78 0.00 110.89 0.00 28.00 0.02 3.12 3.12 2.48
-Time: 20:27:28
+Time: 16:16:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 13.00 0.00 376.00 0.00 188.00 0.00 28.92 0.05 3.85 3.85 5.00
+hda 0.00 99.00 18.00 1.00 152.00 800.00 76.00 400.00 50.11 0.08 4.21 4.21 8.00
-Time: 20:27:29
+Time: 16:16:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 244.55 0.00 7968.32 0.00 3984.16 0.00 32.58 0.18 0.74 0.61 14.95
-Time: 20:27:30
+Time: 16:16:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2146.96 6.09 13.91 55.65 17286.96 27.83 8643.48 867.13 2.19 109.70 15.78 31.57
+hda 0.00 2164.65 1.01 276.77 16.16 19894.95 8.08 9947.47 71.68 88.37 247.04 2.86 79.39
-Time: 20:27:31
+Time: 16:16:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 107.07 0.00 1292.93 0.00 646.46 0.00 12.08 0.13 1.19 1.11 11.92
+hda 0.00 12.87 5.94 46.53 39.60 118.81 19.80 59.41 3.02 7.80 517.49 7.17 37.62
-Time: 20:27:32
+Time: 16:16:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.00 0.00 1.00 0.00 16.00 0.00 8.00 16.00 0.00 3.00 3.00 0.30
+hda 0.00 0.00 63.64 0.00 6634.34 0.00 3317.17 0.00 104.25 0.24 3.75 3.32 21.11
-Time: 20:27:33
+Time: 16:16:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 6.93 0.00 174.26 0.00 87.13 0.00 25.14 0.09 13.57 10.29 7.13
+hda 0.00 0.00 1.98 0.00 15.84 0.00 7.92 0.00 8.00 0.01 4.50 4.50 0.89
-Time: 20:27:34
+Time: 16:16:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.02 0.00 120.20 0.00 16395.96 0.00 8197.98 0.00 136.40 0.76 6.33 4.14 49.80
+hda 0.00 0.00 55.00 0.00 1200.00 0.00 600.00 0.00 21.82 0.11 1.95 1.87 10.30
-Time: 20:27:35
+Time: 16:16:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 6.93 1540.59 122.77 11.88 10819.80 12435.64 5409.90 6217.82 172.71 3.86 28.17 4.51 60.69
+hda 0.00 2378.22 0.00 61.39 0.00 19516.83 0.00 9758.42 317.94 6.86 111.79 8.69 53.37
-Time: 20:27:36
+Time: 16:16:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 27.72 2.97 823.76 7.92 411.88 3.96 27.10 0.37 14.16 5.52 16.93
+hda 0.00 0.00 208.08 0.00 2408.08 0.00 1204.04 0.00 11.57 0.26 1.20 1.25 26.06
-Time: 20:27:37
+Time: 16:16:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5229.59 0.00 128.57 0.00 43795.92 0.00 21897.96 340.63 62.63 263.06 6.55 84.18
+hda 0.00 0.00 2.00 2.00 8.00 16.00 4.00 8.00 6.00 0.03 10.50 7.25 2.90
-Time: 20:27:38
+Time: 16:16:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3468.63 0.00 169.61 0.00 29098.04 0.00 14549.02 171.56 109.83 592.57 5.79 98.14
+hda 1.00 0.00 38.00 0.00 440.00 0.00 220.00 0.00 11.58 0.26 6.89 5.92 22.50
-Time: 20:27:39
+Time: 16:16:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.02 2242.86 40.82 114.29 995.92 18848.98 497.96 9424.49 127.95 114.41 586.72 6.59 102.14
+hda 1.01 0.00 123.23 0.00 1098.99 0.00 549.49 0.00 8.92 0.62 4.96 5.02 61.92
-Time: 20:27:40
+Time: 16:16:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 2373.27 49.50 89.11 1457.43 19912.87 728.71 9956.44 154.17 125.37 639.41 7.15 99.11
+hda 4.95 1679.21 145.54 42.57 13417.82 13774.26 6708.91 6887.13 144.55 20.39 108.46 4.95 93.17
-Time: 20:27:43
+Time: 16:16:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3501.97 15.77 108.73 1005.07 28899.15 502.54 14449.58 240.18 141.30 1165.07 8.03 99.94
+hda 5.94 0.00 128.71 0.00 10796.04 0.00 5398.02 0.00 83.88 0.78 6.02 2.62 33.76
-Time: 20:27:44
+Time: 16:16:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6071.00 0.00 136.00 0.00 48888.00 0.00 24444.00 359.47 111.34 1113.24 7.36 100.10
+hda 0.00 478.00 55.00 4.00 1192.00 3856.00 596.00 1928.00 85.56 0.70 12.02 5.97 35.20
-Time: 20:27:45
+Time: 16:16:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1930.30 0.00 64.65 0.00 15870.71 0.00 7935.35 245.50 57.26 978.98 15.64 101.11
+hda 0.00 3484.00 0.00 133.00 0.00 29824.00 0.00 14912.00 224.24 52.81 166.23 5.10 67.80
-Time: 20:27:46
+Time: 16:16:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1262.38 0.99 43.56 31.68 10217.82 15.84 5108.91 230.04 4.94 706.87 10.22 45.54
+hda 0.00 4492.00 4.00 189.00 32.00 37448.00 16.00 18724.00 194.20 104.08 579.46 5.19 100.10
-Time: 20:27:47
+Time: 16:16:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 3207.92 0.00 125.74 0.00 26954.46 0.00 13477.23 214.36 113.98 688.66 7.88 99.11
-Time: 20:27:48
+Time: 16:16:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 8.00 0.00 136.00 0.00 68.00 0.00 17.00 0.06 7.00 7.00 5.60
+hda 0.00 6195.00 1.00 123.00 16.00 50616.00 8.00 25308.00 408.32 142.78 885.48 8.07 100.10
-Time: 20:27:50
+Time: 16:16:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2333.33 12.75 199.02 1584.31 21176.47 792.16 10588.24 107.48 3.09 10.54 2.78 58.92
+hda 1.01 2024.24 37.37 65.66 743.43 16711.11 371.72 8355.56 169.41 148.63 885.26 9.81 101.11
-Time: 20:27:51
+Time: 16:16:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 101.98 0.00 228.71 0.00 2685.15 0.00 1342.57 11.74 115.96 439.94 4.33 99.11
+hda 3.00 1227.00 81.00 26.00 3880.00 10072.00 1940.00 5036.00 130.39 143.05 535.50 9.36 100.10
-Time: 20:27:52
+Time: 16:16:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 191.00 0.00 310.00 0.00 3984.00 0.00 1992.00 12.85 117.09 363.69 3.23 100.10
+hda 0.00 3378.00 7.00 73.00 128.00 27544.00 64.00 13772.00 345.90 145.19 2419.11 12.51 100.10
-Time: 20:27:53
+Time: 16:16:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 73.00 3.00 254.00 24.00 2176.00 12.00 1088.00 8.56 112.66 459.82 3.89 100.10
+hda 0.00 911.88 0.99 104.95 7.92 7350.50 3.96 3675.25 69.46 107.36 2130.63 9.36 99.11
-Time: 20:27:54
+Time: 16:16:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1488.89 0.00 178.79 0.00 12840.40 0.00 6420.20 71.82 15.75 173.90 4.26 76.16
+hda 0.00 1832.00 1.00 80.00 8.00 15464.00 4.00 7732.00 191.01 92.08 1088.79 12.36 100.10
-Time: 20:27:55
+Time: 16:16:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 880.00 11.00 241.00 584.00 8952.00 292.00 4476.00 37.84 1.47 5.86 2.62 65.90
+hda 0.00 5879.00 0.00 91.00 0.00 47464.00 0.00 23732.00 521.58 37.26 980.22 11.00 100.10
-Time: 20:27:56
+Time: 16:16:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1569.31 0.99 89.11 7.92 13267.33 3.96 6633.66 147.34 0.52 5.74 2.82 25.45
+hda 0.00 1508.08 2.02 50.51 40.40 12193.94 20.20 6096.97 232.92 13.93 452.19 18.10 95.05
-Time: 20:27:57
+Time: 16:16:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 68.00 18.00 18.00 1344.00 688.00 672.00 344.00 56.44 0.19 5.31 4.00 14.40
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:27:58
+Time: 16:16:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 6.86 0.00 227.45 0.00 113.73 0.00 33.14 0.03 4.71 4.71 3.24
+hda 0.00 0.00 8.91 0.00 142.57 0.00 71.29 0.00 16.00 0.06 6.44 6.44 5.74
-Time: 20:27:59
+Time: 16:16:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 14.00 0.00 1120.00 0.00 560.00 0.00 80.00 0.04 2.86 2.86 4.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:00
+Time: 16:16:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 16.00 0.00 8.00 0.00 16.00 0.00 0.00 0.00 0.00
+hda 0.00 1322.00 13.00 133.00 1616.00 11648.00 808.00 5824.00 90.85 1.13 7.75 3.13 45.70
-Time: 20:28:01
+Time: 16:16:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2104.95 0.99 170.30 7.92 18194.06 3.96 9097.03 106.27 4.17 24.34 3.77 64.55
-Time: 20:28:02
+Time: 16:16:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 636.00 0.00 31.00 0.00 5336.00 0.00 2668.00 172.13 0.71 22.84 3.77 11.70
+hda 0.00 975.00 5.00 248.00 224.00 9784.00 112.00 4892.00 39.56 1.48 5.84 2.45 62.10
-Time: 20:28:03
+Time: 16:16:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1669.00 1.00 110.00 8.00 14232.00 4.00 7116.00 128.29 0.74 6.67 2.61 29.00
-Time: 20:28:04
+Time: 16:16:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 17.17 0.00 1228.28 0.00 614.14 0.00 71.53 0.17 10.18 8.06 13.84
-Time: 20:28:05
+Time: 16:16:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 6.93 0.00 229.70 0.00 114.85 0.00 33.14 0.02 2.86 2.86 1.98
-Time: 20:28:06
+Time: 16:16:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 13.00 1.00 104.00 8.00 52.00 4.00 8.00 0.09 6.07 5.21 7.30
+hda 0.00 0.00 8.08 0.00 395.96 0.00 197.98 0.00 49.00 0.00 0.50 0.38 0.30
-Time: 20:28:07
+Time: 16:16:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 71.29 0.00 11.88 0.00 665.35 0.00 332.67 56.00 0.02 1.92 0.58 0.69
+hda 0.00 0.00 5.00 0.00 48.00 0.00 24.00 0.00 9.60 0.04 9.00 9.00 4.50
-Time: 20:28:08
+Time: 16:16:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 1.01 0.00 8.08 0.00 4.04 8.00 0.00 3.00 3.00 0.30
+hda 0.00 580.00 0.00 13.00 0.00 4864.00 0.00 2432.00 374.15 0.17 4.00 0.69 0.90
-Time: 20:28:09
+Time: 16:16:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 22.77 0.00 483.17 0.00 241.58 0.00 21.22 0.10 4.30 4.30 9.80
+hda 0.00 53.47 0.00 16.83 0.00 443.56 0.00 221.78 26.35 1.26 81.41 7.18 12.08
-Time: 20:28:10
+Time: 16:16:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 0.00 16.16 0.00 8.08 0.00 16.00 0.00 1.00 1.00 0.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:11
+Time: 16:16:42
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.00 1.00 1.00 0.10
+
+Time: 16:16:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:12
+Time: 16:16:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 114.14 0.00 28.28 0.00 1139.39 0.00 569.70 40.29 0.11 3.96 0.32 0.91
+hda 0.00 69.70 0.00 16.16 0.00 686.87 0.00 343.43 42.50 0.04 2.69 0.44 0.71
-Time: 20:28:13
+Time: 16:16:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:14
+Time: 16:16:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:15
+Time: 16:16:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.01 8.00 8.00 0.79
+hda 0.00 0.00 2.02 0.00 113.13 0.00 56.57 0.00 56.00 0.00 0.00 0.00 0.00
-Time: 20:28:16
+Time: 16:16:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 5.00 0.00 40.00 0.00 20.00 0.00 8.00 0.04 7.80 7.80 3.90
-Time: 20:28:17
+Time: 16:16:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 55.56 11.11 13.13 347.47 549.49 173.74 274.75 37.00 0.17 7.00 3.00 7.27
+hda 0.00 111.88 0.00 25.74 0.00 1100.99 0.00 550.50 42.77 0.09 3.31 0.35 0.89
-Time: 20:28:18
+Time: 16:16:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.02 0.00 101.01 0.00 15709.09 0.00 7854.55 0.00 155.52 0.62 6.11 4.15 41.92
+hda 0.00 0.00 0.00 0.99 0.00 7.92 0.00 3.96 8.00 0.00 3.00 3.00 0.30
-Time: 20:28:19
+Time: 16:16:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 109.90 0.00 10978.22 0.00 5489.11 0.00 99.89 1.07 9.79 3.52 38.71
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:20
+Time: 16:16:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 0.00 51.00 0.00 1488.00 0.00 744.00 0.00 29.18 0.32 6.24 5.84 29.80
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:21
+Time: 16:16:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 37.00 0.00 1080.00 0.00 540.00 0.00 29.19 0.26 6.68 6.51 24.10
+hda 0.00 0.00 4.00 0.00 88.00 0.00 44.00 0.00 22.00 0.03 6.75 5.75 2.30
-Time: 20:28:22
+Time: 16:16:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1722.00 15.00 43.00 152.00 14120.00 76.00 7060.00 246.07 3.66 63.29 6.00 34.80
+hda 0.00 23.00 0.00 14.00 0.00 304.00 0.00 152.00 21.71 0.03 1.86 0.29 0.40
-Time: 20:28:23
+Time: 16:16:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1882.18 8.91 42.57 1774.26 15635.64 887.13 7817.82 338.15 2.60 21.12 4.12 21.19
+hda 1.00 40.00 11.00 4.00 352.00 344.00 176.00 172.00 46.40 0.14 9.67 6.67 10.00
-Time: 20:28:24
+Time: 16:16:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 4421.21 6.06 158.59 266.67 37301.01 133.33 18650.51 228.17 100.10 446.30 6.14 101.11
+hda 3.00 0.00 129.00 0.00 13480.00 0.00 6740.00 0.00 104.50 0.81 6.31 4.16 53.70
-Time: 20:28:25
+Time: 16:16:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 2508.91 4.95 118.81 704.95 21013.86 352.48 10506.93 175.49 111.36 671.46 8.01 99.11
+hda 5.88 0.00 133.33 0.00 10690.20 0.00 5345.10 0.00 80.18 0.81 6.10 2.82 37.65
-Time: 20:28:26
+Time: 16:16:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3789.22 5.88 155.88 533.33 31576.47 266.67 15788.24 198.50 112.37 811.90 6.20 100.29
+hda 5.05 0.00 63.64 0.00 3927.27 0.00 1963.64 0.00 61.71 0.47 7.33 6.94 44.14
-Time: 20:28:27
+Time: 16:16:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4674.26 38.61 56.44 1687.13 38170.30 843.56 19085.15 419.33 140.46 596.53 10.46 99.41
+hda 1.98 563.37 39.60 5.94 895.05 4665.35 447.52 2332.67 122.09 0.31 5.52 5.07 23.07
-Time: 20:28:28
+Time: 16:17:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2909.09 1.01 97.98 8.08 24056.57 4.04 12028.28 243.10 144.61 1440.29 10.21 101.11
+hda 0.00 615.00 12.00 50.00 264.00 5208.00 132.00 2604.00 88.26 6.30 102.63 5.16 32.00
-Time: 20:28:29
+Time: 16:17:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 10936.63 0.99 99.01 7.92 88253.47 3.96 44126.73 882.61 142.61 1572.36 9.94 99.41
+hda 5.00 1404.00 177.00 11.00 2304.00 11672.00 1152.00 5836.00 74.34 24.07 59.21 2.46 46.30
-Time: 20:28:30
+Time: 16:17:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.97 87.13 23.76 15.84 11.88 7.92 0.44 101.68 1488.46 11.00 99.11
+hda 2.97 4189.11 103.96 140.59 3192.08 35184.16 1596.04 17592.08 156.92 102.63 282.46 4.05 99.11
-Time: 20:28:31
+Time: 16:17:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 584.85 0.00 58.59 8.08 4727.27 4.04 2363.64 80.83 27.88 1719.76 17.19 100.71
+hda 2.02 2201.01 17.17 110.10 1664.65 18472.73 832.32 9236.36 158.22 114.54 799.81 7.94 101.11
-Time: 20:28:32
+Time: 16:17:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2139.39 5.05 23.23 64.65 17276.77 32.32 8638.38 613.14 1.10 40.18 14.86 42.02
+hda 4.00 3309.00 14.00 106.00 1432.00 27696.00 716.00 13848.00 242.73 113.98 946.00 8.36 100.30
-Time: 20:28:33
+Time: 16:17:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 3321.52 0.45 104.48 3.59 27142.60 1.79 13571.30 258.70 108.62 1161.41 9.19 96.39
-Time: 20:28:34
+Time: 16:17:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 15.00 0.00 504.00 0.00 252.00 0.00 33.60 0.10 6.93 6.20 9.30
+hda 0.00 7574.75 47.47 35.35 678.79 61082.83 339.39 30541.41 745.66 25.08 132.16 12.12 100.40
-Time: 20:28:35
+Time: 16:17:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2182.00 34.00 237.00 3024.00 19352.00 1512.00 9676.00 82.57 1.86 6.88 2.53 68.50
+hda 0.00 1500.99 0.99 49.50 31.68 12150.50 15.84 6075.25 241.25 11.97 515.12 19.25 97.23
-Time: 20:28:36
+Time: 16:17:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1802.00 3.00 153.00 24.00 15688.00 12.00 7844.00 100.72 4.59 29.38 4.44 69.30
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:37
+Time: 16:17:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1805.94 91.09 221.78 4697.03 16213.86 2348.51 8106.93 66.84 0.89 2.52 2.04 63.76
+hda 0.00 0.00 7.92 0.00 134.65 0.00 67.33 0.00 17.00 0.04 5.25 5.25 4.16
-Time: 20:28:38
+Time: 16:17:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 236.36 26.26 52.53 1414.14 2270.71 707.07 1135.35 46.77 0.56 8.51 3.58 28.18
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:39
+Time: 16:17:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 10.89 0.00 475.25 0.00 237.62 0.00 43.64 0.11 10.00 6.91 7.52
+hda 0.00 864.00 7.00 71.00 408.00 7480.00 204.00 3740.00 101.13 0.42 5.35 2.12 16.50
-Time: 20:28:40
+Time: 16:17:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 11.00 0.00 416.00 0.00 208.00 0.00 37.82 0.04 3.36 2.45 2.70
+hda 0.00 2367.00 9.00 192.00 1232.00 20584.00 616.00 10292.00 108.54 3.56 9.73 3.06 61.50
-Time: 20:28:41
+Time: 16:17:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 10.10 0.00 420.20 0.00 210.10 0.00 41.60 0.08 8.10 6.10 6.16
+hda 0.00 1045.54 4.95 237.62 221.78 10162.38 110.89 5081.19 42.81 2.41 16.47 2.99 72.48
-Time: 20:28:42
+Time: 16:17:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 16.00 0.00 8.00 0.00 16.00 0.00 0.00 0.00 0.00
+hda 0.00 1601.01 3.03 118.18 24.24 13745.45 12.12 6872.73 113.60 0.59 4.90 2.85 34.55
-Time: 20:28:43
+Time: 16:17:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 617.65 0.00 27.45 7.84 5160.78 3.92 2580.39 188.29 1.16 42.29 4.43 12.16
+hda 0.00 226.73 16.83 45.54 1203.96 2178.22 601.98 1089.11 54.22 0.29 4.68 2.81 17.52
-Time: 20:28:44
+Time: 16:17:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 7.00 0.00 192.00 0.00 96.00 0.00 27.43 0.12 18.00 17.43 12.20
+hda 0.00 0.00 7.00 0.00 232.00 0.00 116.00 0.00 33.14 0.02 3.14 3.14 2.20
-Time: 20:28:45
+Time: 16:17:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.02 0.00 129.29 0.00 64.65 0.00 64.00 0.04 19.00 11.00 2.22
+hda 0.00 0.00 16.16 0.00 436.36 0.00 218.18 0.00 27.00 0.04 2.31 1.19 1.92
-Time: 20:28:46
+Time: 16:17:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 3.96 0.00 190.10 0.00 95.05 0.00 48.00 0.00 0.50 0.25 0.10
-Time: 20:28:47
+Time: 16:17:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.00 1.00 1.00 0.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:48
+Time: 16:17:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 75.00 0.00 14.00 0.00 712.00 0.00 356.00 50.86 0.03 2.29 0.43 0.60
+hda 0.00 638.38 0.00 27.27 0.00 5325.25 0.00 2662.63 195.26 1.22 44.56 4.56 12.42
-Time: 20:28:49
+Time: 16:17:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:50
+Time: 16:17:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:51
+Time: 16:17:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 0.00 64.65 0.00 32.32 0.00 64.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.00 0.00 0.00 0.00
-Time: 20:28:52
+Time: 16:17:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.00 0.00 112.00 0.00 56.00 0.00 56.00 0.01 4.50 4.50 0.90
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:53
+Time: 16:17:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 123.00 0.00 18.00 0.00 1128.00 0.00 564.00 62.67 0.05 2.89 0.67 1.20
+hda 0.00 72.28 0.00 14.85 0.00 697.03 0.00 348.51 46.93 0.04 2.60 0.53 0.79
-Time: 20:28:54
+Time: 16:17:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:55
+Time: 16:17:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 12.00 0.00 64.00 0.00 608.00 0.00 304.00 9.50 1.64 25.61 1.20 7.70
+hda 0.00 0.00 8.08 0.00 177.78 0.00 88.89 0.00 22.00 0.04 4.75 3.25 2.63
-Time: 20:28:56
+Time: 16:17:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:57
+Time: 16:17:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:28:58
+Time: 16:17:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 43.56 0.99 14.85 55.45 475.25 27.72 237.62 33.50 0.02 1.38 0.31 0.50
+hda 0.00 113.00 0.00 28.00 0.00 1128.00 0.00 564.00 40.29 0.07 2.64 0.32 0.90
-Time: 20:28:59
+Time: 16:17:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 9.00 2.00 288.00 8.00 144.00 4.00 26.91 0.10 9.27 8.00 8.80
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:29:00
+Time: 16:17:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 67.33 6.93 49.50 380.20 1845.54 190.10 922.77 39.44 12.09 18.54 2.67 15.05
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:29:01
+Time: 16:17:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 59.00 0.00 234.00 0.00 1832.00 0.00 916.00 7.83 109.85 466.31 4.28 100.10
+hda 0.00 0.00 8.91 0.00 118.81 0.00 59.41 0.00 13.33 0.01 0.78 0.44 0.40
-Time: 20:29:02
+Time: 16:17:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 49.50 40.59 72.28 942.57 847.52 471.29 423.76 15.86 12.76 189.41 6.75 76.24
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:29:03
+Time: 16:17:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3529.00 0.00 43.00 0.00 29568.00 0.00 14784.00 687.63 1.77 104.40 1.65 7.10
+hda 0.00 94.06 12.87 48.51 459.41 1140.59 229.70 570.30 26.06 0.30 4.85 1.85 11.39
-Time: 20:29:05
+Time: 16:17:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 922.18 0.00 94.14 0.00 7598.33 0.00 3799.16 80.71 54.73 583.45 6.24 58.70
+hda 0.00 0.00 32.00 0.00 760.00 0.00 380.00 0.00 23.75 0.25 7.75 7.59 24.30
-Time: 20:29:06
+Time: 16:17:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.94 3940.20 6.86 102.94 901.96 32556.86 450.98 16278.43 304.71 18.36 112.39 6.80 74.71
+hda 0.00 91.09 16.83 34.65 293.07 1005.94 146.53 502.97 25.23 1.15 22.35 1.79 9.21
-Time: 20:29:07
+Time: 16:17:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.03 6493.94 6.06 137.37 969.70 53632.32 484.85 26816.16 380.68 53.30 262.54 7.05 101.11
+hda 0.00 4274.75 0.00 79.80 0.00 35943.43 0.00 17971.72 450.43 82.98 212.78 7.28 58.08
-Time: 20:29:08
+Time: 16:17:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5490.00 2.00 95.00 80.00 45216.00 40.00 22608.00 466.97 124.53 685.18 10.32 100.10
+hda 0.00 1666.89 0.00 173.72 0.00 14386.35 0.00 7193.17 82.81 92.20 652.49 5.74 99.76
-Time: 20:29:09
+Time: 16:17:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 10940.59 0.00 105.94 0.00 88293.07 0.00 44146.53 833.42 142.08 1198.33 9.36 99.11
+hda 1.00 3052.00 10.00 83.00 536.00 25552.00 268.00 12776.00 280.52 13.09 122.59 5.35 49.80
-Time: 20:29:10
+Time: 16:17:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 93.94 0.00 8.08 0.00 4.04 0.09 95.81 1305.32 10.76 101.11
+hda 0.00 8050.00 0.00 130.00 0.00 65960.00 0.00 32980.00 507.38 121.60 460.79 7.70 100.10
-Time: 20:29:11
+Time: 16:17:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 53.47 0.00 0.00 0.00 0.00 0.00 27.47 1721.85 18.54 99.11
+hda 0.00 2456.44 0.00 87.13 0.00 20419.80 0.00 10209.90 234.36 142.00 1033.67 11.38 99.11
-Time: 20:29:12
+Time: 16:17:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2304.04 0.00 24.24 0.00 18618.18 0.00 9309.09 768.00 0.80 107.50 13.33 32.32
+hda 0.00 3811.00 0.00 77.00 0.00 30792.00 0.00 15396.00 399.90 129.99 1453.30 13.00 100.10
-Time: 20:29:13
+Time: 16:17:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1392.00 0.00 143.00 0.00 12280.00 0.00 6140.00 85.87 1.17 8.16 2.08 29.70
+hda 0.00 3.00 2.00 103.00 80.00 32.00 40.00 16.00 1.07 47.01 1730.14 9.53 100.10
-Time: 20:29:14
+Time: 16:17:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2083.17 1.98 176.24 15.84 18091.09 7.92 9045.54 101.60 2.01 11.23 2.73 48.61
+hda 0.00 6461.62 0.00 52.53 0.00 52113.13 0.00 26056.57 992.15 21.95 425.85 19.21 100.91
-Time: 20:29:15
+Time: 16:17:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1464.00 1.00 76.00 8.00 12304.00 4.00 6152.00 159.90 0.37 4.83 2.84 21.90
+hda 0.00 1498.00 0.00 17.00 0.00 12104.00 0.00 6052.00 712.00 1.03 168.12 13.53 23.00
-Time: 20:29:16
+Time: 16:17:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 9.09 0.00 266.67 0.00 133.33 0.00 29.33 0.06 6.44 5.33 4.85
+hda 0.00 1370.30 0.00 142.57 0.00 12102.97 0.00 6051.49 84.89 1.67 11.74 2.37 33.76
-Time: 20:29:17
+Time: 16:17:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2081.19 0.00 200.00 0.00 19136.63 0.00 9568.32 95.68 43.40 82.39 4.13 82.57
-Time: 20:29:18
+Time: 16:17:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 169.70 0.00 276.77 0.00 3571.72 0.00 1785.86 12.91 117.52 406.90 3.65 101.11
-Time: 20:29:19
+Time: 16:17:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 997.03 0.00 37.62 0.00 8285.15 0.00 4142.57 220.21 1.40 37.16 3.11 11.68
+hda 0.00 70.00 0.00 245.00 0.00 1664.00 0.00 832.00 6.79 87.03 481.73 4.09 100.10
-Time: 20:29:20
+Time: 16:17:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2145.45 0.00 192.93 0.00 18707.07 0.00 9353.54 96.96 4.61 23.76 3.32 64.14
+hda 0.00 1566.00 1.00 111.00 8.00 13376.00 4.00 6688.00 119.50 0.42 13.21 2.17 24.30
-Time: 20:29:21
+Time: 16:17:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 482.83 8.08 169.70 751.52 5212.12 375.76 2606.06 33.55 0.33 2.01 1.68 29.90
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:29:22
+Time: 16:17:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 109.90 0.00 3786.14 0.00 1893.07 0.00 34.45 0.04 0.32 0.31 3.37
+hda 0.00 0.00 0.98 0.00 7.84 0.00 3.92 0.00 8.00 0.02 21.00 21.00 2.06
-Time: 20:29:23
+Time: 16:18:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2628.00 2.00 170.00 16.00 22392.00 8.00 11196.00 130.28 6.07 35.30 3.20 55.00
-Time: 20:29:24
+Time: 16:18:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 986.00 19.00 239.00 160.00 9792.00 80.00 4896.00 38.57 1.64 6.35 2.94 75.90
-Time: 20:29:25
+Time: 16:18:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 2.00 0.00 132.00 0.00 4736.00 0.00 2368.00 0.00 35.88 0.11 0.77 0.70 9.20
-Time: 20:29:26
+Time: 16:18:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 65.00 2.00 14.00 16.00 632.00 8.00 316.00 40.50 0.04 2.56 1.69 2.70
+hda 0.00 0.00 7.00 0.00 64.00 0.00 32.00 0.00 9.14 0.04 7.00 5.43 3.80
-Time: 20:29:27
+Time: 16:18:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 1.00 0.00 31.00 0.00 456.00 0.00 228.00 0.00 14.71 0.07 2.29 1.77 5.50
-Time: 20:29:28
+Time: 16:18:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.00 0.00 0.00 0.00
-Time: 20:29:29
+Time: 16:18:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 53.00 0.00 17.00 0.00 560.00 0.00 280.00 32.94 0.02 1.35 0.47 0.80
-Time: 20:29:30
+Time: 16:18:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:29:31
+Time: 16:18:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 86.14 0.00 17.82 0.00 831.68 0.00 415.84 46.67 0.10 5.83 2.28 4.06
+hda 0.00 0.00 6.00 0.00 72.00 0.00 36.00 0.00 12.00 0.01 1.67 0.67 0.40
-Time: 20:29:32
+Time: 16:18:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 23.76 0.00 11.88 0.00 24.00 0.02 23.00 23.00 2.28
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.00 0.00 0.00 0.00
-Time: 20:29:33
+Time: 16:18:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:29:34
+Time: 16:18:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 3.00 0.00 64.00 0.00 32.00 0.00 21.33 0.01 2.33 2.33 0.70
+hda 0.00 80.00 0.00 16.00 0.00 768.00 0.00 384.00 48.00 0.02 1.31 0.44 0.70
-Time: 20:29:35
+Time: 16:18:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 459.00 0.00 133.00 0.00 5632.00 0.00 2816.00 42.35 63.80 272.72 4.14 55.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:29:36
+Time: 16:18:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 282.18 0.00 398.02 0.00 5449.50 0.00 2724.75 13.69 116.45 315.33 2.49 99.11
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:29:37
+Time: 16:18:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 120.20 0.00 282.83 0.00 3280.81 0.00 1640.40 11.60 118.24 400.27 3.57 101.11
+hda 0.00 4.00 2.00 14.00 112.00 144.00 56.00 72.00 16.00 0.02 1.12 0.25 0.40
-Time: 20:29:38
+Time: 16:18:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 134.00 0.00 112.00 0.00 56.00 0.84 41.70 485.54 4.73 63.40
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:29:39
+Time: 16:18:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 113.00 0.00 33.00 0.00 1168.00 0.00 584.00 35.39 0.12 3.48 0.27 0.90
-Time: 20:29:40
+Time: 16:18:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.00 5.00 3.00 48.00 48.00 24.00 24.00 12.00 0.03 3.62 2.50 2.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 20:29:41
+Time: 16:18:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 179.00 7.00 18.00 168.00 1576.00 84.00 788.00 69.76 0.11 4.24 2.04 5.10
+hda 0.00 0.00 3.00 0.00 24.00 0.00 12.00 0.00 8.00 0.03 8.33 8.33 2.50
-Time: 20:29:42
+Time: 16:18:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.03 10.10 81.82 4.04 2739.39 113.13 1369.70 56.57 33.22 1.65 17.49 4.13 35.45
+hda 0.00 164.00 0.00 116.00 0.00 3000.00 0.00 1500.00 25.86 44.31 154.18 3.33 38.60
-Time: 20:29:43
+Time: 16:18:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 0.00 94.00 0.00 14608.00 0.00 7304.00 0.00 155.40 1.05 12.66 4.98 46.80
+hda 0.00 0.00 1.00 95.00 72.00 0.00 36.00 0.00 0.75 28.13 568.32 5.36 51.50
-Time: 20:29:44
+Time: 16:18:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 87.00 0.00 20504.00 0.00 10252.00 0.00 235.68 0.49 5.61 5.45 47.40
+hda 0.00 61.00 1.00 15.00 8.00 616.00 4.00 308.00 39.00 0.05 3.12 1.88 3.00
-Time: 20:29:45
+Time: 16:18:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2710.89 23.76 119.80 5584.16 22859.41 2792.08 11429.70 198.12 32.03 190.66 6.82 97.92
+hda 5.00 0.00 179.00 2.00 1824.00 8.00 912.00 4.00 10.12 0.86 4.78 3.14 56.80
-Time: 20:29:46
+Time: 16:18:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2350.00 14.00 117.00 3584.00 19600.00 1792.00 9800.00 176.98 19.63 166.85 7.44 97.50
+hda 0.00 11.00 86.00 4.00 1568.00 120.00 784.00 60.00 18.76 0.86 9.62 5.00 45.00
-Time: 20:29:47
+Time: 16:18:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5818.00 22.00 76.00 5120.00 48160.00 2560.00 24080.00 543.67 40.38 162.55 10.18 99.80
+hda 0.00 0.00 10.89 1.98 87.13 15.84 43.56 7.92 8.00 0.08 5.92 5.69 7.33
-Time: 20:29:48
+Time: 16:18:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2385.15 19.80 91.09 5069.31 19841.58 2534.65 9920.79 224.64 144.45 586.70 8.94 99.11
+hda 0.00 1815.15 6.06 56.57 48.48 15135.35 24.24 7567.68 242.45 4.86 52.60 3.15 19.70
-Time: 20:29:49
+Time: 16:18:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1266.67 26.26 64.65 6464.65 10650.51 3232.32 5325.25 188.27 143.88 992.66 11.12 101.11
+hda 1.00 5338.00 3.00 179.00 576.00 44872.00 288.00 22436.00 249.71 103.10 378.21 5.50 100.10
-Time: 20:29:50
+Time: 16:18:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3279.00 22.00 101.00 5120.00 27000.00 2560.00 13500.00 261.14 145.73 1258.32 8.14 100.10
+hda 0.00 2551.00 4.00 154.00 416.00 21640.00 208.00 10820.00 139.59 112.31 702.70 6.34 100.10
-Time: 20:29:51
+Time: 16:18:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1218.18 19.19 94.95 4654.55 9955.56 2327.27 4977.78 128.00 119.78 1682.70 8.86 101.11
+hda 1.00 6665.00 27.00 130.00 504.00 54848.00 252.00 27424.00 352.56 116.61 610.45 6.38 100.10
-Time: 20:29:52
+Time: 16:18:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1249.50 17.82 75.25 3817.82 10091.09 1908.91 5045.54 149.45 29.42 1157.28 10.65 99.11
+hda 0.00 3938.61 0.00 122.77 0.00 32277.23 0.00 16138.61 262.90 142.09 908.27 8.07 99.11
-Time: 20:29:53
+Time: 16:18:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 10161.00 14.00 86.00 3088.00 82576.00 1544.00 41288.00 856.64 109.86 406.86 10.00 100.00
+hda 0.00 9520.00 0.00 110.00 0.00 77184.00 0.00 38592.00 701.67 143.81 1257.40 9.10 100.10
-Time: 20:29:54
+Time: 16:18:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 15.69 68.63 3764.71 0.00 1882.35 0.00 44.65 38.42 1105.40 11.64 98.14
+hda 0.00 2575.76 0.00 129.29 0.00 20743.43 0.00 10371.72 160.44 81.71 1076.51 7.82 101.11
-Time: 20:29:55
+Time: 16:18:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.02 216.16 41.41 14.14 1947.47 1777.78 973.74 888.89 67.05 1.76 282.89 9.69 53.84
+hda 0.00 1758.82 22.55 49.02 188.24 14180.39 94.12 7090.20 200.77 11.58 619.14 12.51 89.51
diff --git a/testsuite/normal/pbuilder-build-dsh-sarge.log b/testsuite/normal/pbuilder-build-dsh-sarge.log
index cbfe0ae..e1d06d9 100644
--- a/testsuite/normal/pbuilder-build-dsh-sarge.log
+++ b/testsuite/normal/pbuilder-build-dsh-sarge.log
@@ -2,8 +2,8 @@ I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Wed Dec 29 20:27:35 JST 2004
-pbuilder-time-stamp: 1104319655
+Current time: Sun Feb 13 16:16:16 JST 2005
+pbuilder-time-stamp: 1108278976
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -36,7 +36,7 @@ The following NEW packages will be installed:
liblocale-gettext-perl libmagic1 libtext-charwidth-perl libtext-iconv-perl
libtext-wrapi18n-perl po-debconf
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2749kB of archives.
+Need to get 2751kB of archives.
After unpacking 11.3MB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sarge/main libtext-iconv-perl 1.2-3 [12.2kB]
@@ -46,18 +46,18 @@ Get:5 http://ring.asahi-net.or.jp sarge/main debconf-i18n 1.4.30.11 [90.1kB]
Get:6 http://ring.asahi-net.or.jp sarge/main debconf 1.4.30.11 [101kB]
Get:7 http://ring.asahi-net.or.jp sarge/main libmagic1 4.12-1 [233kB]
Get:8 http://ring.asahi-net.or.jp sarge/main file 4.12-1 [28.6kB]
-Get:9 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-6 [91.1kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-7 [91.2kB]
Get:10 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.11 [33.0kB]
Get:11 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-1 [89.3kB]
-Get:12 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-6 [1555kB]
+Get:12 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-7 [1555kB]
Get:13 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
-Get:14 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.15 [72.9kB]
-Get:15 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.28 [361kB]
+Get:14 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.17 [73.2kB]
+Get:15 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.30 [362kB]
Get:16 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2749kB in 0s (2841kB/s)
+Fetched 2751kB in 1s (1532kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7695 files and directories currently installed.)
+(Reading database ... 7698 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -74,19 +74,19 @@ Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-7_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.30.11_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-7_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.15_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.17_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.28_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.30_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -98,14 +98,14 @@ Setting up libtext-wrapi18n-perl (0.06-1) ...
Setting up libmagic1 (4.12-1) ...
Setting up file (4.12-1) ...
-Setting up gettext-base (0.14.1-6) ...
+Setting up gettext-base (0.14.1-7) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-6) ...
+Setting up gettext (0.14.1-7) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.15) ...
+Setting up po-debconf (0.8.17) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
@@ -114,22 +114,22 @@ Setting up debconf (1.4.30.11) ...
Setting up debconf-utils (1.4.30.11) ...
-Setting up debhelper (4.2.28) ...
+Setting up debhelper (4.2.30) ...
-> Finished parsing the build-deps
Reading Package Lists...
Building Dependency Tree...
The following NEW packages will be installed:
fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 69.5kB of archives.
+Need to get 69.6kB of archives.
After unpacking 262kB of additional disk space will be used.
-Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.1 [69.5kB]
+Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.2 [69.6kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 69.5kB in 0s (890kB/s)
+Fetched 69.6kB in 0s (1287kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8525 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.2.1_i386.deb) ...
-Setting up fakeroot (1.2.1) ...
+(Reading database ... 8530 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.2_i386.deb) ...
+Setting up fakeroot (1.2.2) ...
Copying source file
-> copying [testbuild/dsh_0.25.4-1.dsc]
-> copying [testbuild/dsh_0.25.4.orig.tar.gz]
@@ -443,11 +443,11 @@ dsh: Failed executing ./invalid-exec-file with llexec call
dsh: Failed executing ./invalid-exec-file with llexec call
success
PASS: tests/param-r-invalid.sh
-2: 2
1: 1
+2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Wed Dec 29 11:28:08 UTC 2004
+Sun Feb 13 07:16:47 UTC 2005
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -517,7 +517,7 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Wed Dec 29 11:28:14 UTC 2004
+Sun Feb 13 07:16:53 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
@@ -628,9 +628,9 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
-> unmounting dev/pts filesystem
-/usr/lib/pbuilder/pbuilder-modules: line 83: 6884 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
+/usr/lib/pbuilder/pbuilder-modules: line 83: 17692 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting proc filesystem
-Current time: Wed Dec 29 20:28:16 JST 2004
-pbuilder-time-stamp: 1104319696
+Current time: Sun Feb 13 16:16:55 JST 2005
+pbuilder-time-stamp: 1108279015
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/6550 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/17358 and its subdirectories
diff --git a/testsuite/normal/pbuilder-build-dsh-sid.log b/testsuite/normal/pbuilder-build-dsh-sid.log
index 1274e7b..0cf9aeb 100644
--- a/testsuite/normal/pbuilder-build-dsh-sid.log
+++ b/testsuite/normal/pbuilder-build-dsh-sid.log
@@ -2,8 +2,8 @@ I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Wed Dec 29 20:23:49 JST 2004
-pbuilder-time-stamp: 1104319429
+Current time: Sun Feb 13 16:12:08 JST 2005
+pbuilder-time-stamp: 1108278728
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -29,35 +29,35 @@ Suggested packages:
debconf-doc whiptail dialog gnome-utils libterm-readline-gnu-perl
libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs gettext-doc
Recommended packages:
- apt-utils libmail-sendmail-perl
+ apt-utils curl wget lynx libmail-sendmail-perl
The following NEW packages will be installed:
debconf debconf-i18n debconf-utils debhelper file gettext gettext-base
html2text intltool-debian libdshconfig1 libdshconfig1-dev
liblocale-gettext-perl libmagic1 libtext-charwidth-perl libtext-iconv-perl
libtext-wrapi18n-perl po-debconf
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2750kB of archives.
-After unpacking 11.3MB of additional disk space will be used.
+Need to get 2770kB of archives.
+After unpacking 11.4MB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sid/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sid/main libtext-charwidth-perl 0.04-1 [11.0kB]
Get:4 http://ring.asahi-net.or.jp sid/main libtext-wrapi18n-perl 0.06-1 [8442B]
-Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.41 [90.0kB]
-Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.41 [101kB]
+Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.45 [97.1kB]
+Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.45 [102kB]
Get:7 http://ring.asahi-net.or.jp sid/main libmagic1 4.12-1 [233kB]
Get:8 http://ring.asahi-net.or.jp sid/main file 4.12-1 [28.6kB]
-Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-6 [91.1kB]
-Get:10 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.41 [33.0kB]
+Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-10 [93.5kB]
+Get:10 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.45 [33.0kB]
Get:11 http://ring.asahi-net.or.jp sid/main html2text 1.3.2a-1 [89.3kB]
-Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-6 [1555kB]
+Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-10 [1560kB]
Get:13 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040213 [23.5kB]
-Get:14 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.16 [73.1kB]
-Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.28 [361kB]
+Get:14 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.20 [76.7kB]
+Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.30 [362kB]
Get:16 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2750kB in 1s (2086kB/s)
+Fetched 2770kB in 1s (2540kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7704 files and directories currently installed.)
+(Reading database ... 7713 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -66,27 +66,27 @@ Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.de
Selecting previously deselected package libtext-wrapi18n-perl.
Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ...
Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.41_all.deb) ...
+Unpacking debconf-i18n (from .../debconf-i18n_1.4.45_all.deb) ...
Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.41_all.deb) ...
+Unpacking debconf (from .../debconf_1.4.45_all.deb) ...
Selecting previously deselected package libmagic1.
Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-10_i386.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.41_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.45_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-10_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.16_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.20_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.28_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.30_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -98,38 +98,38 @@ Setting up libtext-wrapi18n-perl (0.06-1) ...
Setting up libmagic1 (4.12-1) ...
Setting up file (4.12-1) ...
-Setting up gettext-base (0.14.1-6) ...
+Setting up gettext-base (0.14.1-10) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-6) ...
+Setting up gettext (0.14.1-10) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.16) ...
+Setting up po-debconf (0.8.20) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-Setting up debconf-i18n (1.4.41) ...
-Setting up debconf (1.4.41) ...
+Setting up debconf-i18n (1.4.45) ...
+Setting up debconf (1.4.45) ...
-Setting up debconf-utils (1.4.41) ...
+Setting up debconf-utils (1.4.45) ...
-Setting up debhelper (4.2.28) ...
+Setting up debhelper (4.2.30) ...
-> Finished parsing the build-deps
Reading Package Lists...
Building Dependency Tree...
The following NEW packages will be installed:
fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 69.6kB of archives.
-After unpacking 262kB of additional disk space will be used.
-Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.2.2 [69.6kB]
+Need to get 69.7kB of archives.
+After unpacking 193kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.2.4 [69.7kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 69.6kB in 0s (435kB/s)
+Fetched 69.7kB in 0s (1388kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8535 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.2.2_i386.deb) ...
-Setting up fakeroot (1.2.2) ...
+(Reading database ... 8553 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.4_i386.deb) ...
+Setting up fakeroot (1.2.4) ...
Copying source file
-> copying [testbuild/dsh_0.25.4-1.dsc]
-> copying [testbuild/dsh_0.25.4.orig.tar.gz]
@@ -447,7 +447,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Wed Dec 29 11:24:21 UTC 2004
+Sun Feb 13 07:12:41 UTC 2005
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -517,11 +517,12 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Wed Dec 29 11:24:27 UTC 2004
+Sun Feb 13 07:12:47 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
+dsh: Process terminated (before write).
b: b
a: a
PASS: tests/segv-catcher.sh
@@ -627,9 +628,9 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
-> unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 83: 27442 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting proc filesystem
-/usr/lib/pbuilder/pbuilder-buildpackage: line 143: 17868 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-Current time: Wed Dec 29 20:24:30 JST 2004
-pbuilder-time-stamp: 1104319470
+Current time: Sun Feb 13 16:12:50 JST 2005
+pbuilder-time-stamp: 1108278770
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/17534 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/27096 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sarge.log b/testsuite/normal/pbuilder-create-sarge.log
index 718086f..97d0d68 100644
--- a/testsuite/normal/pbuilder-create-sarge.log
+++ b/testsuite/normal/pbuilder-create-sarge.log
@@ -253,7 +253,7 @@ I: Extracting zlib1g...
I: Installing core packages...
Selecting previously deselected package base-files.
(Reading database ... 0 files and directories currently installed.)
-Unpacking base-files (from .../base-files_3.1.0_i386.deb) ...
+Unpacking base-files (from .../base-files_3.1.2_i386.deb) ...
Selecting previously deselected package base-passwd.
Unpacking base-passwd (from .../base-passwd_3.5.9_i386.deb) ...
dpkg: base-passwd: dependency problems, but configuring anyway as you request:
@@ -264,51 +264,51 @@ Setting up base-passwd (3.5.9) ...
dpkg: base-files: dependency problems, but configuring anyway as you request:
base-files depends on awk; however:
Package awk is not installed.
-Setting up base-files (3.1.0) ...
+Setting up base-files (3.1.2) ...
-dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.26_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.26_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on libc6 (>= 2.3.2.ds1-4)
dpkg: warning - ignoring pre-dependency problem !
(Reading database ... 84 files and directories currently installed.)
-Preparing to replace dpkg 1.10.25 (using .../archives/dpkg_1.10.25_i386.deb) ...
+Preparing to replace dpkg 1.10.26 (using .../archives/dpkg_1.10.26_i386.deb) ...
Unpacking replacement dpkg ...
dpkg: dpkg: dependency problems, but configuring anyway as you request:
dpkg depends on dselect; however:
Package dselect is not installed.
dpkg depends on libc6 (>= 2.3.2.ds1-4); however:
Package libc6 is not installed.
-Setting up dpkg (1.10.25) ...
+Setting up dpkg (1.10.26) ...
Moving /usr/info/dir to /usr/share/info/dir.
Making /usr/info a symlink to /usr/share/info.
Selecting previously deselected package libc6.
-(Reading database ... 266 files and directories currently installed.)
-Unpacking libc6 (from .../libc6_2.3.2.ds1-18_i386.deb) ...
+(Reading database ... 275 files and directories currently installed.)
+Unpacking libc6 (from .../libc6_2.3.2.ds1-20_i386.deb) ...
dpkg: libc6: dependency problems, but configuring anyway as you request:
libc6 depends on libdb1-compat; however:
Package libdb1-compat is not installed.
-Setting up libc6 (2.3.2.ds1-18) ...
+Setting up libc6 (2.3.2.ds1-20) ...
Current default timezone: 'UTC'.
-Local time is now: Wed Dec 29 11:26:47 UTC 2004.
-Universal Time is now: Wed Dec 29 11:26:47 UTC 2004.
+Local time is now: Sun Feb 13 07:15:21 UTC 2005.
+Universal Time is now: Sun Feb 13 07:15:21 UTC 2005.
Run 'tzconfig' if you wish to change it.
Selecting previously deselected package perl-base.
-(Reading database ... 2319 files and directories currently installed.)
-Unpacking perl-base (from .../perl-base_5.8.4-3_i386.deb) ...
-Setting up perl-base (5.8.4-3) ...
+(Reading database ... 2326 files and directories currently installed.)
+Unpacking perl-base (from .../perl-base_5.8.4-6_i386.deb) ...
+Setting up perl-base (5.8.4-6) ...
Selecting previously deselected package mawk.
-(Reading database ... 2439 files and directories currently installed.)
+(Reading database ... 2447 files and directories currently installed.)
Unpacking mawk (from .../mawk_1.3.3-11_i386.deb) ...
Setting up mawk (1.3.3-11) ...
I: Unpacking required packages...
-(Reading database ... 2458 files and directories currently installed.)
-Preparing to replace base-files 3.1.0 (using .../base-files_3.1.0_i386.deb) ...
+(Reading database ... 2466 files and directories currently installed.)
+Preparing to replace base-files 3.1.2 (using .../base-files_3.1.2_i386.deb) ...
Unpacking replacement base-files ...
Preparing to replace base-passwd 3.5.9 (using .../base-passwd_3.5.9_i386.deb) ...
Unpacking replacement base-passwd ...
@@ -331,15 +331,15 @@ dpkg: regarding .../debianutils_2.8.4_i386.deb containing debianutils, pre-depen
dpkg: warning - ignoring pre-dependency problem !
Unpacking debianutils (from .../debianutils_2.8.4_i386.deb) ...
Selecting previously deselected package diff.
-Unpacking diff (from .../archives/diff_2.8.1-7_i386.deb) ...
-dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
+Unpacking diff (from .../archives/diff_2.8.1-9_i386.deb) ...
+dpkg: regarding .../archives/dpkg_1.10.26_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-Preparing to replace dpkg 1.10.25 (using .../archives/dpkg_1.10.25_i386.deb) ...
+Preparing to replace dpkg 1.10.26 (using .../archives/dpkg_1.10.26_i386.deb) ...
Unpacking replacement dpkg ...
Selecting previously deselected package dselect.
-Unpacking dselect (from .../dselect_1.10.25_i386.deb) ...
+Unpacking dselect (from .../dselect_1.10.26_i386.deb) ...
Selecting previously deselected package e2fslibs.
Unpacking e2fslibs (from .../e2fslibs_1.35-6_i386.deb) ...
Selecting previously deselected package e2fsprogs.
@@ -363,7 +363,7 @@ Unpacking e2fsprogs (from .../e2fsprogs_1.35-6_i386.deb) ...
Selecting previously deselected package findutils.
Unpacking findutils (from .../findutils_4.1.20-5_i386.deb) ...
Selecting previously deselected package gcc-3.3-base.
-Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.4-13_i386.deb) ...
+Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package grep.
Unpacking grep (from .../grep_2.5.1.ds1-4_i386.deb) ...
Selecting previously deselected package gzip.
@@ -371,14 +371,14 @@ Unpacking gzip (from .../archives/gzip_1.3.5-9_i386.deb) ...
Selecting previously deselected package hostname.
Unpacking hostname (from .../hostname_2.13_i386.deb) ...
Selecting previously deselected package initscripts.
-Unpacking initscripts (from .../initscripts_2.86-5_i386.deb) ...
+Unpacking initscripts (from .../initscripts_2.86.ds1-1_i386.deb) ...
Selecting previously deselected package libacl1.
Unpacking libacl1 (from .../libacl1_2.2.23-1_i386.deb) ...
Selecting previously deselected package libattr1.
Unpacking libattr1 (from .../libattr1_2.4.16-1_i386.deb) ...
Selecting previously deselected package libblkid1.
Unpacking libblkid1 (from .../libblkid1_1.35-6_i386.deb) ...
-Preparing to replace libc6 2.3.2.ds1-18 (using .../libc6_2.3.2.ds1-18_i386.deb) ...
+Preparing to replace libc6 2.3.2.ds1-20 (using .../libc6_2.3.2.ds1-20_i386.deb) ...
Unpacking replacement libc6 ...
Selecting previously deselected package libcap1.
Unpacking libcap1 (from .../libcap1_1%3a1.10-14_i386.deb) ...
@@ -389,7 +389,7 @@ Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_i386.deb) ...
Selecting previously deselected package libdb3.
Unpacking libdb3 (from .../libdb3_3.2.9-20_i386.deb) ...
Selecting previously deselected package libgcc1.
-Unpacking libgcc1 (from .../libgcc1_1%3a3.4.2-2_i386.deb) ...
+Unpacking libgcc1 (from .../libgcc1_1%3a3.4.3-6_i386.deb) ...
Selecting previously deselected package libncurses5.
Unpacking libncurses5 (from .../libncurses5_5.4-4_i386.deb) ...
Selecting previously deselected package libpam-modules.
@@ -401,19 +401,19 @@ Unpacking libpam0g (from .../libpam0g_0.76-22_i386.deb) ...
Selecting previously deselected package libss2.
Unpacking libss2 (from .../libss2_1.35-6_i386.deb) ...
Selecting previously deselected package libstdc++5.
-Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.4-13_i386.deb) ...
+Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package libuuid1.
Unpacking libuuid1 (from .../libuuid1_1.35-6_i386.deb) ...
Selecting previously deselected package login.
-dpkg: regarding .../login_1%3a4.0.3-30.4_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-30.8_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam0g (>= 0.76)
libpam0g is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../login_1%3a4.0.3-30.4_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-30.8_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam-runtime (>= 0.76-14)
libpam-runtime is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking login (from .../login_1%3a4.0.3-30.4_i386.deb) ...
+Unpacking login (from .../login_1%3a4.0.3-30.8_i386.deb) ...
Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_i386.deb) ...
Unpacking replacement mawk ...
Selecting previously deselected package mount.
@@ -427,25 +427,25 @@ dpkg: regarding .../ncurses-bin_5.4-4_i386.deb containing ncurses-bin, pre-depen
dpkg: warning - ignoring pre-dependency problem !
Unpacking ncurses-bin (from .../ncurses-bin_5.4-4_i386.deb) ...
Selecting previously deselected package passwd.
-Unpacking passwd (from .../passwd_1%3a4.0.3-30.4_i386.deb) ...
-Preparing to replace perl-base 5.8.4-3 (using .../perl-base_5.8.4-3_i386.deb) ...
+Unpacking passwd (from .../passwd_1%3a4.0.3-30.8_i386.deb) ...
+Preparing to replace perl-base 5.8.4-6 (using .../perl-base_5.8.4-6_i386.deb) ...
Unpacking replacement perl-base ...
Selecting previously deselected package sed.
Unpacking sed (from .../archives/sed_4.1.2-8_i386.deb) ...
Selecting previously deselected package slang1a-utf8.
Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9dbs-8_i386.deb) ...
Selecting previously deselected package sysv-rc.
-Unpacking sysv-rc (from .../sysv-rc_2.86-5_all.deb) ...
+Unpacking sysv-rc (from .../sysv-rc_2.86.ds1-1_all.deb) ...
Selecting previously deselected package sysvinit.
-dpkg: regarding .../sysvinit_2.86-5_i386.deb containing sysvinit, pre-dependency problem:
+dpkg: regarding .../sysvinit_2.86.ds1-1_i386.deb containing sysvinit, pre-dependency problem:
sysvinit pre-depends on initscripts
initscripts is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../sysvinit_2.86-5_i386.deb containing sysvinit, pre-dependency problem:
+dpkg: regarding .../sysvinit_2.86.ds1-1_i386.deb containing sysvinit, pre-dependency problem:
sysvinit pre-depends on sysv-rc (>= 2.85-2) | file-rc (>> 0.7.0)
sysv-rc is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking sysvinit (from .../sysvinit_2.86-5_i386.deb) ...
+Unpacking sysvinit (from .../sysvinit_2.86.ds1-1_i386.deb) ...
Selecting previously deselected package tar.
Unpacking tar (from .../tar_1.13.93-4_i386.deb) ...
Selecting previously deselected package util-linux.
@@ -466,15 +466,15 @@ Unpacking zlib1g (from .../zlib1g_1%3a1.2.2-3_i386.deb) ...
I: Configuring required packages...
Setting up ncurses-base (5.4-4) ...
-Setting up sysv-rc (2.86-5) ...
+Setting up sysv-rc (2.86.ds1-1) ...
Setting up libpam-runtime (0.76-22) ...
-Setting up gcc-3.3-base (3.3.4-13) ...
-Setting up libc6 (2.3.2.ds1-18) ...
+Setting up gcc-3.3-base (3.3.5-8) ...
+Setting up libc6 (2.3.2.ds1-20) ...
Current default timezone: 'UTC'.
-Local time is now: Wed Dec 29 11:26:55 UTC 2004.
-Universal Time is now: Wed Dec 29 11:26:55 UTC 2004.
+Local time is now: Sun Feb 13 07:15:30 UTC 2005.
+Universal Time is now: Sun Feb 13 07:15:30 UTC 2005.
Run 'tzconfig' if you wish to change it.
Setting up libcap1 (1.10-14) ...
@@ -487,14 +487,14 @@ Setting up libpam0g (0.76-22) ...
Setting up bsdutils (2.12-10) ...
-Setting up perl-base (5.8.4-3) ...
+Setting up perl-base (5.8.4-6) ...
Setting up tar (1.13.93-4) ...
Setting up zlib1g (1.2.2-3) ...
Setting up slang1a-utf8 (1.4.9dbs-8) ...
-Setting up libgcc1 (3.4.2-2) ...
+Setting up libgcc1 (3.4.3-6) ...
Setting up mount (2.12-10) ...
@@ -523,12 +523,12 @@ Setting up libss2 (1.35-6) ...
Setting up findutils (4.1.20-5) ...
Setting up e2fsprogs (1.35-6) ...
-Setting up diff (2.8.1-7) ...
+Setting up diff (2.8.1-9) ...
Setting up libdb3 (3.2.9-20) ...
Setting up util-linux (2.12-10) ...
-Setting up libstdc++5 (3.3.4-13) ...
+Setting up libstdc++5 (3.3.5-8) ...
Setting up coreutils (5.2.1-2) ...
@@ -538,55 +538,55 @@ Setting up ncurses-bin (5.4-4) ...
Setting up libpam-modules (0.76-22) ...
-Setting up base-files (3.1.0) ...
+Setting up base-files (3.1.2) ...
Setting up gzip (1.3.5-9) ...
-Setting up dselect (1.10.25) ...
-Setting up login (4.0.3-30.4) ...
+Setting up dselect (1.10.26) ...
+Setting up login (4.0.3-30.8) ...
-Setting up passwd (4.0.3-30.4) ...
+Setting up passwd (4.0.3-30.8) ...
-Setting up dpkg (1.10.25) ...
+Setting up dpkg (1.10.26) ...
Setting up bash (2.05b-24) ...
-Setting up initscripts (2.86-5) ...
+Setting up initscripts (2.86.ds1-1) ...
-Setting up sysvinit (2.86-5) ...
+Setting up sysvinit (2.86.ds1-1) ...
sysvinit: creating /dev/initctl
init: timeout opening/writing control channel /dev/initctl
I: Installing base packages...
Selecting previously deselected package apt.
-(Reading database ... 4055 files and directories currently installed.)
-Unpacking apt (from .../archives/apt_0.5.27_i386.deb) ...
+(Reading database ... 4057 files and directories currently installed.)
+Unpacking apt (from .../archives/apt_0.5.28.1_i386.deb) ...
Selecting previously deselected package binutils.
Unpacking binutils (from .../binutils_2.15-5_i386.deb) ...
Selecting previously deselected package cpio.
-Unpacking cpio (from .../archives/cpio_2.5-1.1_i386.deb) ...
+Unpacking cpio (from .../archives/cpio_2.5-1.2_i386.deb) ...
Selecting previously deselected package cpp.
-Unpacking cpp (from .../cpp_4%3a3.3.4-2_i386.deb) ...
+Unpacking cpp (from .../cpp_4%3a3.3.5-1_i386.deb) ...
Selecting previously deselected package cpp-3.3.
-Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.4-13_i386.deb) ...
+Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package dpkg-dev.
-Unpacking dpkg-dev (from .../dpkg-dev_1.10.25_all.deb) ...
+Unpacking dpkg-dev (from .../dpkg-dev_1.10.26_all.deb) ...
Selecting previously deselected package g++.
-Unpacking g++ (from .../g++_4%3a3.3.4-2_i386.deb) ...
+Unpacking g++ (from .../g++_4%3a3.3.5-1_i386.deb) ...
Selecting previously deselected package g++-3.3.
-Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.4-13_i386.deb) ...
+Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package gcc.
-Unpacking gcc (from .../gcc_4%3a3.3.4-2_i386.deb) ...
+Unpacking gcc (from .../gcc_4%3a3.3.5-1_i386.deb) ...
Selecting previously deselected package gcc-3.3.
-Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.4-13_i386.deb) ...
+Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package libc6-dev.
-Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-18_i386.deb) ...
+Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-20_i386.deb) ...
Selecting previously deselected package libdb4.2.
Unpacking libdb4.2 (from .../libdb4.2_4.2.52-17_i386.deb) ...
Selecting previously deselected package libgdbm3.
Unpacking libgdbm3 (from .../libgdbm3_1.8.3-2_i386.deb) ...
Selecting previously deselected package libstdc++5-3.3-dev.
-Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.4-13_i386.deb) ...
+Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package linux-kernel-headers.
Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-16_i386.deb) ...
Selecting previously deselected package make.
@@ -594,39 +594,39 @@ Unpacking make (from .../archives/make_3.80-9_i386.deb) ...
Selecting previously deselected package patch.
Unpacking patch (from .../patch_2.5.9-2_i386.deb) ...
Selecting previously deselected package perl.
-Unpacking perl (from .../archives/perl_5.8.4-3_i386.deb) ...
+Unpacking perl (from .../archives/perl_5.8.4-6_i386.deb) ...
Selecting previously deselected package perl-modules.
-Unpacking perl-modules (from .../perl-modules_5.8.4-3_all.deb) ...
+Unpacking perl-modules (from .../perl-modules_5.8.4-6_all.deb) ...
Setting up libgdbm3 (1.8.3-2) ...
-Setting up cpp-3.3 (3.3.4-13) ...
-Setting up apt (0.5.27) ...
+Setting up cpp-3.3 (3.3.5-8) ...
+Setting up apt (0.5.28.1) ...
Setting up patch (2.5.9-2) ...
Setting up libdb4.2 (4.2.52-17) ...
Setting up linux-kernel-headers (2.5.999-test7-bk-16) ...
-Setting up cpp (3.3.4-2) ...
+Setting up cpp (3.3.5-1) ...
Setting up make (3.80-9) ...
-Setting up cpio (2.5-1.1) ...
+Setting up cpio (2.5-1.2) ...
Setting up binutils (2.15-5) ...
-Setting up gcc-3.3 (3.3.4-13) ...
-Setting up libc6-dev (2.3.2.ds1-18) ...
-Setting up gcc (3.3.4-2) ...
+Setting up gcc-3.3 (3.3.5-8) ...
+Setting up libc6-dev (2.3.2.ds1-20) ...
+Setting up gcc (3.3.5-1) ...
-Setting up libstdc++5-3.3-dev (3.3.4-13) ...
-Setting up perl-modules (5.8.4-3) ...
-Setting up perl (5.8.4-3) ...
+Setting up libstdc++5-3.3-dev (3.3.5-8) ...
+Setting up perl-modules (5.8.4-6) ...
+Setting up perl (5.8.4-6) ...
-Setting up g++-3.3 (3.3.4-13) ...
-Setting up dpkg-dev (1.10.25) ...
-Setting up g++ (3.3.4-2) ...
+Setting up g++-3.3 (3.3.5-8) ...
+Setting up dpkg-dev (1.10.26) ...
+Setting up g++ (3.3.5-1) ...
I: Base system installed successfully.
-umount: /var/cache/pbuilder/build/2496/./dev/pts: not mounted
-umount: /var/cache/pbuilder/build/2496/./dev/shm: not mounted
-umount: /var/cache/pbuilder/build/2496/./proc/bus/usb: not mounted
+umount: /var/cache/pbuilder/build/13368/./dev/pts: not mounted
+umount: /var/cache/pbuilder/build/13368/./dev/shm: not mounted
+umount: /var/cache/pbuilder/build/13368/./proc/bus/usb: not mounted
-> debootstrap finished
-> copying local configuration
-> Installing apt-lines
@@ -635,9 +635,9 @@ Refreshing the base.tgz
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> installing dummy policy-rc.d
-Get:1 http://ring.asahi-net.or.jp sarge/main Packages [3194kB]
+Get:1 http://ring.asahi-net.or.jp sarge/main Packages [3251kB]
Get:2 http://ring.asahi-net.or.jp sarge/main Release [81B]
-Fetched 3195kB in 1s (2494kB/s)
+Fetched 3251kB in 1s (2443kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading Package Lists...
@@ -653,13 +653,13 @@ The following NEW packages will be installed:
Need to get 6520B of archives.
After unpacking 49.2kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main build-essential 10.1 [6520B]
-Fetched 6520B in 0s (318kB/s)
+Fetched 6520B in 0s (307kB/s)
Selecting previously deselected package build-essential.
-(Reading database ... 7686 files and directories currently installed.)
+(Reading database ... 7689 files and directories currently installed.)
Unpacking build-essential (from .../build-essential_10.1_i386.deb) ...
Setting up build-essential (10.1) ...
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//2496 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//13368 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sid.log b/testsuite/normal/pbuilder-create-sid.log
index 3829366..5f75906 100644
--- a/testsuite/normal/pbuilder-create-sid.log
+++ b/testsuite/normal/pbuilder-create-sid.log
@@ -266,57 +266,57 @@ dpkg: base-files: dependency problems, but configuring anyway as you request:
Package awk is not installed.
Setting up base-files (3.1.2) ...
-dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.27_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.27_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on libc6 (>= 2.3.2.ds1-4)
dpkg: warning - ignoring pre-dependency problem !
(Reading database ... 84 files and directories currently installed.)
-Preparing to replace dpkg 1.10.25 (using .../archives/dpkg_1.10.25_i386.deb) ...
+Preparing to replace dpkg 1.10.27 (using .../archives/dpkg_1.10.27_i386.deb) ...
Unpacking replacement dpkg ...
dpkg: dpkg: dependency problems, but configuring anyway as you request:
dpkg depends on dselect; however:
Package dselect is not installed.
dpkg depends on libc6 (>= 2.3.2.ds1-4); however:
Package libc6 is not installed.
-Setting up dpkg (1.10.25) ...
+Setting up dpkg (1.10.27) ...
Moving /usr/info/dir to /usr/share/info/dir.
Making /usr/info a symlink to /usr/share/info.
Selecting previously deselected package libc6.
-(Reading database ... 266 files and directories currently installed.)
+(Reading database ... 281 files and directories currently installed.)
Unpacking libc6 (from .../libc6_2.3.2.ds1-20_i386.deb) ...
dpkg: libc6: dependency problems, but configuring anyway as you request:
libc6 depends on libdb1-compat; however:
Package libdb1-compat is not installed.
Setting up libc6 (2.3.2.ds1-20) ...
Current default timezone: 'UTC'.
-Local time is now: Wed Dec 29 11:22:59 UTC 2004.
-Universal Time is now: Wed Dec 29 11:22:59 UTC 2004.
+Local time is now: Sun Feb 13 07:11:21 UTC 2005.
+Universal Time is now: Sun Feb 13 07:11:21 UTC 2005.
Run 'tzconfig' if you wish to change it.
Selecting previously deselected package perl-base.
-(Reading database ... 2317 files and directories currently installed.)
-Unpacking perl-base (from .../perl-base_5.8.4-5_i386.deb) ...
-Setting up perl-base (5.8.4-5) ...
+(Reading database ... 2332 files and directories currently installed.)
+Unpacking perl-base (from .../perl-base_5.8.4-6_i386.deb) ...
+Setting up perl-base (5.8.4-6) ...
Selecting previously deselected package mawk.
-(Reading database ... 2438 files and directories currently installed.)
+(Reading database ... 2453 files and directories currently installed.)
Unpacking mawk (from .../mawk_1.3.3-11_i386.deb) ...
Setting up mawk (1.3.3-11) ...
I: Unpacking required packages...
-(Reading database ... 2457 files and directories currently installed.)
+(Reading database ... 2472 files and directories currently installed.)
Preparing to replace base-files 3.1.2 (using .../base-files_3.1.2_i386.deb) ...
Unpacking replacement base-files ...
Preparing to replace base-passwd 3.5.9 (using .../base-passwd_3.5.9_i386.deb) ...
Unpacking replacement base-passwd ...
Selecting previously deselected package bash.
-dpkg: regarding .../archives/bash_3.0-12_i386.deb containing bash, pre-dependency problem:
+dpkg: regarding .../archives/bash_3.0-14_i386.deb containing bash, pre-dependency problem:
bash pre-depends on libncurses5 (>= 5.4-1)
dpkg: warning - ignoring pre-dependency problem !
-Unpacking bash (from .../archives/bash_3.0-12_i386.deb) ...
+Unpacking bash (from .../archives/bash_3.0-14_i386.deb) ...
Selecting previously deselected package bsdutils.
Unpacking bsdutils (from .../bsdutils_1%3a2.12p-2_i386.deb) ...
Selecting previously deselected package coreutils.
@@ -331,39 +331,39 @@ dpkg: regarding .../debianutils_2.11.2_i386.deb containing debianutils, pre-depe
dpkg: warning - ignoring pre-dependency problem !
Unpacking debianutils (from .../debianutils_2.11.2_i386.deb) ...
Selecting previously deselected package diff.
-Unpacking diff (from .../archives/diff_2.8.1-7_i386.deb) ...
-dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
+Unpacking diff (from .../archives/diff_2.8.1-9_i386.deb) ...
+dpkg: regarding .../archives/dpkg_1.10.27_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-Preparing to replace dpkg 1.10.25 (using .../archives/dpkg_1.10.25_i386.deb) ...
+Preparing to replace dpkg 1.10.27 (using .../archives/dpkg_1.10.27_i386.deb) ...
Unpacking replacement dpkg ...
Selecting previously deselected package dselect.
-Unpacking dselect (from .../dselect_1.10.25_i386.deb) ...
+Unpacking dselect (from .../dselect_1.10.27_i386.deb) ...
Selecting previously deselected package e2fslibs.
-Unpacking e2fslibs (from .../e2fslibs_1.35-8_i386.deb) ...
+Unpacking e2fslibs (from .../e2fslibs_1.36release-1_i386.deb) ...
Selecting previously deselected package e2fsprogs.
-dpkg: regarding .../e2fsprogs_1.35-8_i386.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on e2fslibs (= 1.35-8)
+dpkg: regarding .../e2fsprogs_1.36release-1_i386.deb containing e2fsprogs, pre-dependency problem:
+ e2fsprogs pre-depends on e2fslibs (= 1.36release-1)
e2fslibs is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.35-8_i386.deb containing e2fsprogs, pre-dependency problem:
+dpkg: regarding .../e2fsprogs_1.36release-1_i386.deb containing e2fsprogs, pre-dependency problem:
e2fsprogs pre-depends on libblkid1 (>= 1.34-1)
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.35-8_i386.deb containing e2fsprogs, pre-dependency problem:
+dpkg: regarding .../e2fsprogs_1.36release-1_i386.deb containing e2fsprogs, pre-dependency problem:
e2fsprogs pre-depends on libcomerr2 (>= 1.34-1)
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.35-8_i386.deb containing e2fsprogs, pre-dependency problem:
+dpkg: regarding .../e2fsprogs_1.36release-1_i386.deb containing e2fsprogs, pre-dependency problem:
e2fsprogs pre-depends on libss2 (>= 1.34-1)
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.35-8_i386.deb containing e2fsprogs, pre-dependency problem:
+dpkg: regarding .../e2fsprogs_1.36release-1_i386.deb containing e2fsprogs, pre-dependency problem:
e2fsprogs pre-depends on libuuid1 (>= 1.34-1)
dpkg: warning - ignoring pre-dependency problem !
-Unpacking e2fsprogs (from .../e2fsprogs_1.35-8_i386.deb) ...
+Unpacking e2fsprogs (from .../e2fsprogs_1.36release-1_i386.deb) ...
Selecting previously deselected package findutils.
Unpacking findutils (from .../findutils_4.1.20-5_i386.deb) ...
Selecting previously deselected package gcc-3.3-base.
-Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.5-5_i386.deb) ...
+Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package grep.
Unpacking grep (from .../grep_2.5.1.ds1-4_i386.deb) ...
Selecting previously deselected package gzip.
@@ -371,25 +371,25 @@ Unpacking gzip (from .../archives/gzip_1.3.5-9_i386.deb) ...
Selecting previously deselected package hostname.
Unpacking hostname (from .../hostname_2.13_i386.deb) ...
Selecting previously deselected package initscripts.
-Unpacking initscripts (from .../initscripts_2.86-5_i386.deb) ...
+Unpacking initscripts (from .../initscripts_2.86.ds1-1_i386.deb) ...
Selecting previously deselected package libacl1.
-Unpacking libacl1 (from .../libacl1_2.2.26-1_i386.deb) ...
+Unpacking libacl1 (from .../libacl1_2.2.29-1_i386.deb) ...
Selecting previously deselected package libattr1.
-Unpacking libattr1 (from .../libattr1_2.4.18-1_i386.deb) ...
+Unpacking libattr1 (from .../libattr1_2.4.21-1_i386.deb) ...
Selecting previously deselected package libblkid1.
-Unpacking libblkid1 (from .../libblkid1_1.35-8_i386.deb) ...
+Unpacking libblkid1 (from .../libblkid1_1.36release-1_i386.deb) ...
Preparing to replace libc6 2.3.2.ds1-20 (using .../libc6_2.3.2.ds1-20_i386.deb) ...
Unpacking replacement libc6 ...
Selecting previously deselected package libcap1.
Unpacking libcap1 (from .../libcap1_1%3a1.10-14_i386.deb) ...
Selecting previously deselected package libcomerr2.
-Unpacking libcomerr2 (from .../libcomerr2_1.35-8_i386.deb) ...
+Unpacking libcomerr2 (from .../libcomerr2_1.36release-1_i386.deb) ...
Selecting previously deselected package libdb1-compat.
Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_i386.deb) ...
Selecting previously deselected package libdb3.
-Unpacking libdb3 (from .../libdb3_3.2.9-20_i386.deb) ...
+Unpacking libdb3 (from .../libdb3_3.2.9-22_i386.deb) ...
Selecting previously deselected package libgcc1.
-Unpacking libgcc1 (from .../libgcc1_1%3a3.4.3-6_i386.deb) ...
+Unpacking libgcc1 (from .../libgcc1_1%3a3.4.3-9_i386.deb) ...
Selecting previously deselected package libncurses5.
Unpacking libncurses5 (from .../libncurses5_5.4-4_i386.deb) ...
Selecting previously deselected package libpam-modules.
@@ -399,21 +399,21 @@ Unpacking libpam-runtime (from .../libpam-runtime_0.76-22_all.deb) ...
Selecting previously deselected package libpam0g.
Unpacking libpam0g (from .../libpam0g_0.76-22_i386.deb) ...
Selecting previously deselected package libss2.
-Unpacking libss2 (from .../libss2_1.35-8_i386.deb) ...
+Unpacking libss2 (from .../libss2_1.36release-1_i386.deb) ...
Selecting previously deselected package libstdc++5.
-Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.5-5_i386.deb) ...
+Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package libuuid1.
-Unpacking libuuid1 (from .../libuuid1_1.35-8_i386.deb) ...
+Unpacking libuuid1 (from .../libuuid1_1.36release-1_i386.deb) ...
Selecting previously deselected package login.
-dpkg: regarding .../login_1%3a4.0.3-30.7_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-30.9_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam0g (>= 0.76)
libpam0g is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../login_1%3a4.0.3-30.7_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-30.9_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam-runtime (>= 0.76-14)
libpam-runtime is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking login (from .../login_1%3a4.0.3-30.7_i386.deb) ...
+Unpacking login (from .../login_1%3a4.0.3-30.9_i386.deb) ...
Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_i386.deb) ...
Unpacking replacement mawk ...
Selecting previously deselected package mount.
@@ -435,25 +435,25 @@ dpkg: regarding .../ncurses-bin_5.4-4_i386.deb containing ncurses-bin, pre-depen
dpkg: warning - ignoring pre-dependency problem !
Unpacking ncurses-bin (from .../ncurses-bin_5.4-4_i386.deb) ...
Selecting previously deselected package passwd.
-Unpacking passwd (from .../passwd_1%3a4.0.3-30.7_i386.deb) ...
-Preparing to replace perl-base 5.8.4-5 (using .../perl-base_5.8.4-5_i386.deb) ...
+Unpacking passwd (from .../passwd_1%3a4.0.3-30.9_i386.deb) ...
+Preparing to replace perl-base 5.8.4-6 (using .../perl-base_5.8.4-6_i386.deb) ...
Unpacking replacement perl-base ...
Selecting previously deselected package sed.
-Unpacking sed (from .../archives/sed_4.1.2-8_i386.deb) ...
+Unpacking sed (from .../archives/sed_4.1.4-2_i386.deb) ...
Selecting previously deselected package slang1a-utf8.
Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9dbs-8_i386.deb) ...
Selecting previously deselected package sysv-rc.
-Unpacking sysv-rc (from .../sysv-rc_2.86-5_all.deb) ...
+Unpacking sysv-rc (from .../sysv-rc_2.86.ds1-1_all.deb) ...
Selecting previously deselected package sysvinit.
-dpkg: regarding .../sysvinit_2.86-5_i386.deb containing sysvinit, pre-dependency problem:
+dpkg: regarding .../sysvinit_2.86.ds1-1_i386.deb containing sysvinit, pre-dependency problem:
sysvinit pre-depends on initscripts
initscripts is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../sysvinit_2.86-5_i386.deb containing sysvinit, pre-dependency problem:
+dpkg: regarding .../sysvinit_2.86.ds1-1_i386.deb containing sysvinit, pre-dependency problem:
sysvinit pre-depends on sysv-rc (>= 2.85-2) | file-rc (>> 0.7.0)
sysv-rc is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking sysvinit (from .../sysvinit_2.86-5_i386.deb) ...
+Unpacking sysvinit (from .../sysvinit_2.86.ds1-1_i386.deb) ...
Selecting previously deselected package tar.
Unpacking tar (from .../archives/tar_1.14-2_i386.deb) ...
Selecting previously deselected package util-linux.
@@ -478,67 +478,67 @@ Unpacking zlib1g (from .../zlib1g_1%3a1.2.2-4_i386.deb) ...
I: Configuring required packages...
Setting up ncurses-base (5.4-4) ...
-Setting up sysv-rc (2.86-5) ...
+Setting up sysv-rc (2.86.ds1-1) ...
Setting up libpam-runtime (0.76-22) ...
-Setting up gcc-3.3-base (3.3.5-5) ...
+Setting up gcc-3.3-base (3.3.5-8) ...
Setting up libc6 (2.3.2.ds1-20) ...
Current default timezone: 'UTC'.
-Local time is now: Wed Dec 29 11:23:10 UTC 2004.
-Universal Time is now: Wed Dec 29 11:23:10 UTC 2004.
+Local time is now: Sun Feb 13 07:11:29 UTC 2005.
+Universal Time is now: Sun Feb 13 07:11:29 UTC 2005.
Run 'tzconfig' if you wish to change it.
Setting up libcap1 (1.10-14) ...
Setting up libdb1-compat (2.1.3-7) ...
-Setting up libuuid1 (1.35-8) ...
+Setting up libuuid1 (1.36release-1) ...
Setting up libpam0g (0.76-22) ...
Setting up bsdutils (2.12p-2) ...
-Setting up perl-base (5.8.4-5) ...
+Setting up perl-base (5.8.4-6) ...
Setting up tar (1.14-2) ...
Setting up zlib1g (1.2.2-4) ...
Setting up slang1a-utf8 (1.4.9dbs-8) ...
-Setting up libgcc1 (3.4.3-6) ...
+Setting up libgcc1 (3.4.3-9) ...
Setting up libncurses5 (5.4-4) ...
-Setting up libattr1 (2.4.18-1) ...
+Setting up libattr1 (2.4.21-1) ...
-Setting up sed (4.1.2-8) ...
+Setting up sed (4.1.4-2) ...
-Setting up e2fslibs (1.35-8) ...
+Setting up e2fslibs (1.36release-1) ...
Setting up base-passwd (3.5.9) ...
-Setting up libcomerr2 (1.35-8) ...
+Setting up libcomerr2 (1.36release-1) ...
Setting up mawk (1.3.3-11) ...
Setting up grep (2.5.1.ds1-4) ...
Setting up hostname (2.13) ...
-Setting up libacl1 (2.2.26-1) ...
+Setting up libacl1 (2.2.29-1) ...
-Setting up libblkid1 (1.35-8) ...
+Setting up libblkid1 (1.36release-1) ...
-Setting up libss2 (1.35-8) ...
+Setting up libss2 (1.36release-1) ...
Setting up findutils (4.1.20-5) ...
-Setting up e2fsprogs (1.35-8) ...
-Setting up diff (2.8.1-7) ...
-Setting up libdb3 (3.2.9-20) ...
+Setting up e2fsprogs (1.36release-1) ...
+Setting up diff (2.8.1-9) ...
+Setting up libdb3 (3.2.9-22) ...
Setting up util-linux (2.12p-2) ...
-Setting up libstdc++5 (3.3.5-5) ...
+Setting up libstdc++5 (3.3.5-8) ...
Setting up coreutils (5.2.1-2) ...
@@ -554,51 +554,51 @@ Setting up mount (2.12p-2) ...
Setting up gzip (1.3.5-9) ...
-Setting up dselect (1.10.25) ...
-Setting up login (4.0.3-30.7) ...
+Setting up dselect (1.10.27) ...
+Setting up login (4.0.3-30.9) ...
-Setting up passwd (4.0.3-30.7) ...
+Setting up passwd (4.0.3-30.9) ...
-Setting up dpkg (1.10.25) ...
+Setting up dpkg (1.10.27) ...
-Setting up bash (3.0-12) ...
+Setting up bash (3.0-14) ...
-Setting up initscripts (2.86-5) ...
+Setting up initscripts (2.86.ds1-1) ...
-Setting up sysvinit (2.86-5) ...
+Setting up sysvinit (2.86.ds1-1) ...
sysvinit: creating /dev/initctl
init: timeout opening/writing control channel /dev/initctl
I: Installing base packages...
Selecting previously deselected package apt.
(Reading database ... 4063 files and directories currently installed.)
-Unpacking apt (from .../archives/apt_0.5.27_i386.deb) ...
+Unpacking apt (from .../archives/apt_0.5.28.4_i386.deb) ...
Selecting previously deselected package binutils.
Unpacking binutils (from .../binutils_2.15-5_i386.deb) ...
Selecting previously deselected package cpio.
-Unpacking cpio (from .../archives/cpio_2.5-1.1_i386.deb) ...
+Unpacking cpio (from .../archives/cpio_2.5-1.2_i386.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a3.3.5-1_i386.deb) ...
Selecting previously deselected package cpp-3.3.
-Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-5_i386.deb) ...
+Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package dpkg-dev.
-Unpacking dpkg-dev (from .../dpkg-dev_1.10.25_all.deb) ...
+Unpacking dpkg-dev (from .../dpkg-dev_1.10.27_all.deb) ...
Selecting previously deselected package g++.
Unpacking g++ (from .../g++_4%3a3.3.5-1_i386.deb) ...
Selecting previously deselected package g++-3.3.
-Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.5-5_i386.deb) ...
+Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a3.3.5-1_i386.deb) ...
Selecting previously deselected package gcc-3.3.
-Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.5-5_i386.deb) ...
+Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-20_i386.deb) ...
Selecting previously deselected package libdb4.2.
-Unpacking libdb4.2 (from .../libdb4.2_4.2.52-17_i386.deb) ...
+Unpacking libdb4.2 (from .../libdb4.2_4.2.52-18_i386.deb) ...
Selecting previously deselected package libgdbm3.
Unpacking libgdbm3 (from .../libgdbm3_1.8.3-2_i386.deb) ...
Selecting previously deselected package libstdc++5-3.3-dev.
-Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.5-5_i386.deb) ...
+Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.5-8_i386.deb) ...
Selecting previously deselected package linux-kernel-headers.
Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-17_i386.deb) ...
Selecting previously deselected package make.
@@ -606,39 +606,39 @@ Unpacking make (from .../archives/make_3.80-9_i386.deb) ...
Selecting previously deselected package patch.
Unpacking patch (from .../patch_2.5.9-2_i386.deb) ...
Selecting previously deselected package perl.
-Unpacking perl (from .../archives/perl_5.8.4-5_i386.deb) ...
+Unpacking perl (from .../archives/perl_5.8.4-6_i386.deb) ...
Selecting previously deselected package perl-modules.
-Unpacking perl-modules (from .../perl-modules_5.8.4-5_all.deb) ...
+Unpacking perl-modules (from .../perl-modules_5.8.4-6_all.deb) ...
Setting up libgdbm3 (1.8.3-2) ...
-Setting up cpp-3.3 (3.3.5-5) ...
-Setting up apt (0.5.27) ...
+Setting up cpp-3.3 (3.3.5-8) ...
+Setting up apt (0.5.28.4) ...
Setting up patch (2.5.9-2) ...
-Setting up libdb4.2 (4.2.52-17) ...
+Setting up libdb4.2 (4.2.52-18) ...
Setting up linux-kernel-headers (2.5.999-test7-bk-17) ...
Setting up cpp (3.3.5-1) ...
Setting up make (3.80-9) ...
-Setting up cpio (2.5-1.1) ...
+Setting up cpio (2.5-1.2) ...
Setting up binutils (2.15-5) ...
-Setting up gcc-3.3 (3.3.5-5) ...
+Setting up gcc-3.3 (3.3.5-8) ...
Setting up libc6-dev (2.3.2.ds1-20) ...
Setting up gcc (3.3.5-1) ...
-Setting up libstdc++5-3.3-dev (3.3.5-5) ...
-Setting up perl-modules (5.8.4-5) ...
-Setting up perl (5.8.4-5) ...
+Setting up libstdc++5-3.3-dev (3.3.5-8) ...
+Setting up perl-modules (5.8.4-6) ...
+Setting up perl (5.8.4-6) ...
-Setting up g++-3.3 (3.3.5-5) ...
-Setting up dpkg-dev (1.10.25) ...
+Setting up g++-3.3 (3.3.5-8) ...
+Setting up dpkg-dev (1.10.27) ...
Setting up g++ (3.3.5-1) ...
I: Base system installed successfully.
-umount: /var/cache/pbuilder/build/12342/./dev/pts: not mounted
-umount: /var/cache/pbuilder/build/12342/./dev/shm: not mounted
-umount: /var/cache/pbuilder/build/12342/./proc/bus/usb: not mounted
+umount: /var/cache/pbuilder/build/17716/./dev/pts: not mounted
+umount: /var/cache/pbuilder/build/17716/./dev/shm: not mounted
+umount: /var/cache/pbuilder/build/17716/./proc/bus/usb: not mounted
-> debootstrap finished
-> copying local configuration
-> Installing apt-lines
@@ -647,9 +647,9 @@ Refreshing the base.tgz
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> installing dummy policy-rc.d
-Get:1 http://ring.asahi-net.or.jp sid/main Packages [3385kB]
+Get:1 http://ring.asahi-net.or.jp sid/main Packages [3401kB]
Get:2 http://ring.asahi-net.or.jp sid/main Release [82B]
-Fetched 3385kB in 1s (2459kB/s)
+Fetched 3401kB in 1s (2517kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading Package Lists...
@@ -665,13 +665,13 @@ The following NEW packages will be installed:
Need to get 6520B of archives.
After unpacking 49.2kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main build-essential 10.1 [6520B]
-Fetched 6520B in 0s (296kB/s)
+Fetched 6520B in 0s (214kB/s)
Selecting previously deselected package build-essential.
-(Reading database ... 7695 files and directories currently installed.)
+(Reading database ... 7704 files and directories currently installed.)
Unpacking build-essential (from .../build-essential_10.1_i386.deb) ...
Setting up build-essential (10.1) ...
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//12342 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//17716 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sarge.log b/testsuite/normal/pbuilder-execute-sarge.log
index ac1a9dc..945ee40 100644
--- a/testsuite/normal/pbuilder-execute-sarge.log
+++ b/testsuite/normal/pbuilder-execute-sarge.log
@@ -10,4 +10,4 @@ Building the build Environment
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//23849 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//2248 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sid.log b/testsuite/normal/pbuilder-execute-sid.log
index bc6f89a..d610da4 100644
--- a/testsuite/normal/pbuilder-execute-sid.log
+++ b/testsuite/normal/pbuilder-execute-sid.log
@@ -10,4 +10,4 @@ Building the build Environment
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//2416 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//13283 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sarge.log b/testsuite/normal/pdebuild-internal-sarge.log
index d20038d..34f4dcd 100644
--- a/testsuite/normal/pdebuild-internal-sarge.log
+++ b/testsuite/normal/pdebuild-internal-sarge.log
@@ -6,7 +6,7 @@ Building the build Environment
-> mounting /dev/pts filesystem
-> Mounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2
-> policy-rc.d already exists
-Using: : pdebuild-internal,v 1.3 2004/01/18 23:31:04 dancer Exp $
+Using: : pdebuild-internal,v 1.4 2005/01/04 01:47:18 dancer Exp $
Reading Package Lists...
Building Dependency Tree...
The following extra packages will be installed:
@@ -22,8 +22,8 @@ The following NEW packages will be installed:
debconf debconf-i18n debootstrap liblocale-gettext-perl libssl0.9.7
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl pbuilder wget
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2984kB of archives.
-After unpacking 9427kB of additional disk space will be used.
+Need to get 2990kB of archives.
+After unpacking 9417kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sarge/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sarge/main libtext-charwidth-perl 0.04-1 [11.0kB]
@@ -32,11 +32,11 @@ Get:5 http://ring.asahi-net.or.jp sarge/main debconf-i18n 1.4.30.11 [90.1kB]
Get:6 http://ring.asahi-net.or.jp sarge/main debconf 1.4.30.11 [101kB]
Get:7 http://ring.asahi-net.or.jp sarge/main libssl0.9.7 0.9.7e-2 [2190kB]
Get:8 http://ring.asahi-net.or.jp sarge/main wget 1.9.1-8 [425kB]
-Get:9 http://ring.asahi-net.or.jp sarge/main debootstrap 0.2.45 [65.8kB]
-Get:10 http://ring.asahi-net.or.jp sarge/main pbuilder 0.119 [64.4kB]
-Fetched 2984kB in 0s (4129kB/s)
+Get:9 http://ring.asahi-net.or.jp sarge/main debootstrap 0.2.45-0.1 [71.9kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main pbuilder 0.121 [63.5kB]
+Fetched 2990kB in 0s (3735kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7695 files and directories currently installed.)
+(Reading database ... 7698 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -53,9 +53,9 @@ Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7e-2_i386.deb) ...
Selecting previously deselected package wget.
Unpacking wget (from .../archives/wget_1.9.1-8_i386.deb) ...
Selecting previously deselected package debootstrap.
-Unpacking debootstrap (from .../debootstrap_0.2.45_i386.deb) ...
+Unpacking debootstrap (from .../debootstrap_0.2.45-0.1_i386.deb) ...
Selecting previously deselected package pbuilder.
-Unpacking pbuilder (from .../pbuilder_0.119_all.deb) ...
+Unpacking pbuilder (from .../pbuilder_0.121_all.deb) ...
Setting up liblocale-gettext-perl (1.01-17) ...
Setting up libtext-iconv-perl (1.2-3) ...
Setting up libtext-charwidth-perl (0.04-1) ...
@@ -67,8 +67,8 @@ Setting up libssl0.9.7 (0.9.7e-2) ...
Setting up wget (1.9.1-8) ...
-Setting up debootstrap (0.2.45) ...
-Setting up pbuilder (0.119) ...
+Setting up debootstrap (0.2.45-0.1) ...
+Setting up pbuilder (0.121) ...
Setting DEBBUILDOPTS=
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -89,40 +89,40 @@ The following NEW packages will be installed:
debconf-utils debhelper file gettext gettext-base html2text intltool-debian
libdshconfig1 libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2510kB of archives.
-After unpacking 8958kB of additional disk space will be used.
+Need to get 2512kB of archives.
+After unpacking 8966kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main libmagic1 4.12-1 [233kB]
Get:2 http://ring.asahi-net.or.jp sarge/main file 4.12-1 [28.6kB]
-Get:3 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-6 [91.1kB]
+Get:3 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-7 [91.2kB]
Get:4 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.11 [33.0kB]
Get:5 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-1 [89.3kB]
-Get:6 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-6 [1555kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-7 [1555kB]
Get:7 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
-Get:8 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.15 [72.9kB]
-Get:9 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.28 [361kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.17 [73.2kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.30 [362kB]
Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
Get:11 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 2510kB in 2s (908kB/s)
+Fetched 2512kB in 0s (3493kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 8063 files and directories currently installed.)
+(Reading database ... 8066 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-7_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.30.11_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-7_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.15_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.17_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.28_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.30_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -130,17 +130,17 @@ Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
Setting up libmagic1 (4.12-1) ...
Setting up file (4.12-1) ...
-Setting up gettext-base (0.14.1-6) ...
+Setting up gettext-base (0.14.1-7) ...
Setting up debconf-utils (1.4.30.11) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-6) ...
+Setting up gettext (0.14.1-7) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.15) ...
-Setting up debhelper (4.2.28) ...
+Setting up po-debconf (0.8.17) ...
+Setting up debhelper (4.2.30) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
@@ -443,7 +443,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Wed Dec 29 11:29:33 UTC 2004
+Sun Feb 13 07:18:13 UTC 2005
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -513,13 +513,13 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Wed Dec 29 11:29:39 UTC 2004
+Sun Feb 13 07:18:19 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
-b: b
dsh: Process terminated (before write).
+b: b
a: a
PASS: tests/segv-catcher.sh
l w
@@ -614,4 +614,4 @@ dpkg-buildpackage: full upload (original source is included)
-> unmounting proc filesystem
-> unmounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/18189 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/29008 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sid.log b/testsuite/normal/pdebuild-internal-sid.log
index 8ec83aa..3d311f6 100644
--- a/testsuite/normal/pdebuild-internal-sid.log
+++ b/testsuite/normal/pdebuild-internal-sid.log
@@ -6,7 +6,7 @@ Building the build Environment
-> mounting /dev/pts filesystem
-> Mounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2
-> policy-rc.d already exists
-Using: : pdebuild-internal,v 1.3 2004/01/18 23:31:04 dancer Exp $
+Using: : pdebuild-internal,v 1.4 2005/01/04 01:47:18 dancer Exp $
Reading Package Lists...
Building Dependency Tree...
The following extra packages will be installed:
@@ -22,21 +22,21 @@ The following NEW packages will be installed:
debconf debconf-i18n debootstrap liblocale-gettext-perl libssl0.9.7
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl pbuilder wget
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2985kB of archives.
-After unpacking 9447kB of additional disk space will be used.
+Need to get 2998kB of archives.
+After unpacking 9495kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sid/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sid/main libtext-charwidth-perl 0.04-1 [11.0kB]
Get:4 http://ring.asahi-net.or.jp sid/main libtext-wrapi18n-perl 0.06-1 [8442B]
-Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.41 [90.0kB]
-Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.41 [101kB]
+Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.45 [97.1kB]
+Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.45 [102kB]
Get:7 http://ring.asahi-net.or.jp sid/main libssl0.9.7 0.9.7e-3 [2190kB]
Get:8 http://ring.asahi-net.or.jp sid/main wget 1.9.1-10 [425kB]
-Get:9 http://ring.asahi-net.or.jp sid/main debootstrap 0.2.45 [65.8kB]
-Get:10 http://ring.asahi-net.or.jp sid/main pbuilder 0.119 [64.4kB]
-Fetched 2985kB in 1s (2712kB/s)
+Get:9 http://ring.asahi-net.or.jp sid/main debootstrap 0.2.45-0.1 [71.9kB]
+Get:10 http://ring.asahi-net.or.jp sid/main pbuilder 0.121 [63.5kB]
+Fetched 2998kB in 1s (2676kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7704 files and directories currently installed.)
+(Reading database ... 7713 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -45,30 +45,30 @@ Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.de
Selecting previously deselected package libtext-wrapi18n-perl.
Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ...
Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.41_all.deb) ...
+Unpacking debconf-i18n (from .../debconf-i18n_1.4.45_all.deb) ...
Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.41_all.deb) ...
+Unpacking debconf (from .../debconf_1.4.45_all.deb) ...
Selecting previously deselected package libssl0.9.7.
Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7e-3_i386.deb) ...
Selecting previously deselected package wget.
Unpacking wget (from .../wget_1.9.1-10_i386.deb) ...
Selecting previously deselected package debootstrap.
-Unpacking debootstrap (from .../debootstrap_0.2.45_i386.deb) ...
+Unpacking debootstrap (from .../debootstrap_0.2.45-0.1_i386.deb) ...
Selecting previously deselected package pbuilder.
-Unpacking pbuilder (from .../pbuilder_0.119_all.deb) ...
+Unpacking pbuilder (from .../pbuilder_0.121_all.deb) ...
Setting up liblocale-gettext-perl (1.01-17) ...
Setting up libtext-iconv-perl (1.2-3) ...
Setting up libtext-charwidth-perl (0.04-1) ...
Setting up libtext-wrapi18n-perl (0.06-1) ...
-Setting up debconf-i18n (1.4.41) ...
-Setting up debconf (1.4.41) ...
+Setting up debconf-i18n (1.4.45) ...
+Setting up debconf (1.4.45) ...
Setting up libssl0.9.7 (0.9.7e-3) ...
Setting up wget (1.9.1-10) ...
-Setting up debootstrap (0.2.45) ...
-Setting up pbuilder (0.119) ...
+Setting up debootstrap (0.2.45-0.1) ...
+Setting up pbuilder (0.121) ...
Setting DEBBUILDOPTS=
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -84,45 +84,45 @@ The following extra packages will be installed:
Suggested packages:
dh-make cvs gettext-doc
Recommended packages:
- libmail-sendmail-perl
+ curl libmail-sendmail-perl
The following NEW packages will be installed:
debconf-utils debhelper file gettext gettext-base html2text intltool-debian
libdshconfig1 libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2511kB of archives.
-After unpacking 8958kB of additional disk space will be used.
+Need to get 2522kB of archives.
+After unpacking 8991kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main libmagic1 4.12-1 [233kB]
Get:2 http://ring.asahi-net.or.jp sid/main file 4.12-1 [28.6kB]
-Get:3 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-6 [91.1kB]
-Get:4 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.41 [33.0kB]
+Get:3 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-10 [93.5kB]
+Get:4 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.45 [33.0kB]
Get:5 http://ring.asahi-net.or.jp sid/main html2text 1.3.2a-1 [89.3kB]
-Get:6 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-6 [1555kB]
+Get:6 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-10 [1560kB]
Get:7 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040213 [23.5kB]
-Get:8 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.16 [73.1kB]
-Get:9 http://ring.asahi-net.or.jp sid/main debhelper 4.2.28 [361kB]
+Get:8 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.20 [76.7kB]
+Get:9 http://ring.asahi-net.or.jp sid/main debhelper 4.2.30 [362kB]
Get:10 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.11-1 [10.7kB]
Get:11 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.11-1 [12.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 2511kB in 0s (3527kB/s)
+Fetched 2522kB in 0s (3124kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 8077 files and directories currently installed.)
+(Reading database ... 8090 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-10_i386.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.41_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.45_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-10_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.16_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.20_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.28_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.30_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -130,17 +130,17 @@ Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
Setting up libmagic1 (4.12-1) ...
Setting up file (4.12-1) ...
-Setting up gettext-base (0.14.1-6) ...
+Setting up gettext-base (0.14.1-10) ...
-Setting up debconf-utils (1.4.41) ...
+Setting up debconf-utils (1.4.45) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-6) ...
+Setting up gettext (0.14.1-10) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.16) ...
-Setting up debhelper (4.2.28) ...
+Setting up po-debconf (0.8.20) ...
+Setting up debhelper (4.2.30) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
@@ -443,7 +443,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Wed Dec 29 11:25:41 UTC 2004
+Sun Feb 13 07:14:13 UTC 2005
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -513,13 +513,14 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Wed Dec 29 11:25:47 UTC 2004
+Sun Feb 13 07:14:20 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
-b: b
c: c
+dsh: Process terminated (before write).
a: a
+b: b
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -613,4 +614,4 @@ dpkg-buildpackage: full upload (original source is included)
-> unmounting proc filesystem
-> unmounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/29181 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/6612 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-sarge.log b/testsuite/normal/pdebuild-normal-sarge.log
index fe0ad26..c86eccc 100644
--- a/testsuite/normal/pdebuild-normal-sarge.log
+++ b/testsuite/normal/pdebuild-normal-sarge.log
@@ -29,8 +29,8 @@ I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Wed Dec 29 20:28:21 JST 2004
-pbuilder-time-stamp: 1104319701
+Current time: Sun Feb 13 16:17:00 JST 2005
+pbuilder-time-stamp: 1108279020
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -63,7 +63,7 @@ The following NEW packages will be installed:
liblocale-gettext-perl libmagic1 libtext-charwidth-perl libtext-iconv-perl
libtext-wrapi18n-perl po-debconf
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2749kB of archives.
+Need to get 2751kB of archives.
After unpacking 11.3MB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sarge/main libtext-iconv-perl 1.2-3 [12.2kB]
@@ -73,18 +73,18 @@ Get:5 http://ring.asahi-net.or.jp sarge/main debconf-i18n 1.4.30.11 [90.1kB]
Get:6 http://ring.asahi-net.or.jp sarge/main debconf 1.4.30.11 [101kB]
Get:7 http://ring.asahi-net.or.jp sarge/main libmagic1 4.12-1 [233kB]
Get:8 http://ring.asahi-net.or.jp sarge/main file 4.12-1 [28.6kB]
-Get:9 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-6 [91.1kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-7 [91.2kB]
Get:10 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.11 [33.0kB]
Get:11 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-1 [89.3kB]
-Get:12 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-6 [1555kB]
+Get:12 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-7 [1555kB]
Get:13 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
-Get:14 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.15 [72.9kB]
-Get:15 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.28 [361kB]
+Get:14 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.17 [73.2kB]
+Get:15 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.30 [362kB]
Get:16 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2749kB in 0s (3035kB/s)
+Fetched 2751kB in 2s (1275kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7695 files and directories currently installed.)
+(Reading database ... 7698 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -101,19 +101,19 @@ Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-7_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.30.11_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-7_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.15_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.17_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.28_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.30_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -125,14 +125,14 @@ Setting up libtext-wrapi18n-perl (0.06-1) ...
Setting up libmagic1 (4.12-1) ...
Setting up file (4.12-1) ...
-Setting up gettext-base (0.14.1-6) ...
+Setting up gettext-base (0.14.1-7) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-6) ...
+Setting up gettext (0.14.1-7) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.15) ...
+Setting up po-debconf (0.8.17) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
@@ -141,22 +141,22 @@ Setting up debconf (1.4.30.11) ...
Setting up debconf-utils (1.4.30.11) ...
-Setting up debhelper (4.2.28) ...
+Setting up debhelper (4.2.30) ...
-> Finished parsing the build-deps
Reading Package Lists...
Building Dependency Tree...
The following NEW packages will be installed:
fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 69.5kB of archives.
+Need to get 69.6kB of archives.
After unpacking 262kB of additional disk space will be used.
-Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.1 [69.5kB]
+Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.2 [69.6kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 69.5kB in 0s (1444kB/s)
+Fetched 69.6kB in 0s (1446kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8525 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.2.1_i386.deb) ...
-Setting up fakeroot (1.2.1) ...
+(Reading database ... 8530 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.2_i386.deb) ...
+Setting up fakeroot (1.2.2) ...
Copying source file
-> copying [../dsh_0.25.4-1.dsc]
-> copying [../dsh_0.25.4.orig.tar.gz]
@@ -477,7 +477,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Wed Dec 29 11:28:51 UTC 2004
+Sun Feb 13 07:17:31 UTC 2005
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -547,14 +547,13 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Wed Dec 29 11:28:57 UTC 2004
+Sun Feb 13 07:17:37 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
-dsh: Process terminated (before write).
-a: a
b: b
+a: a
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -658,9 +657,9 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
-> unmounting dev/pts filesystem
-/usr/lib/pbuilder/pbuilder-modules: line 83: 12815 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
+/usr/lib/pbuilder/pbuilder-modules: line 83: 23629 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting proc filesystem
-Current time: Wed Dec 29 20:28:59 JST 2004
-pbuilder-time-stamp: 1104319739
+Current time: Sun Feb 13 16:17:39 JST 2005
+pbuilder-time-stamp: 1108279059
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/12484 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/23296 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-sid.log b/testsuite/normal/pdebuild-normal-sid.log
index ae85063..e961693 100644
--- a/testsuite/normal/pdebuild-normal-sid.log
+++ b/testsuite/normal/pdebuild-normal-sid.log
@@ -29,8 +29,8 @@ I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Wed Dec 29 20:24:33 JST 2004
-pbuilder-time-stamp: 1104319473
+Current time: Sun Feb 13 16:12:55 JST 2005
+pbuilder-time-stamp: 1108278775
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -56,35 +56,35 @@ Suggested packages:
debconf-doc whiptail dialog gnome-utils libterm-readline-gnu-perl
libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs gettext-doc
Recommended packages:
- apt-utils libmail-sendmail-perl
+ apt-utils curl wget lynx libmail-sendmail-perl
The following NEW packages will be installed:
debconf debconf-i18n debconf-utils debhelper file gettext gettext-base
html2text intltool-debian libdshconfig1 libdshconfig1-dev
liblocale-gettext-perl libmagic1 libtext-charwidth-perl libtext-iconv-perl
libtext-wrapi18n-perl po-debconf
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2750kB of archives.
-After unpacking 11.3MB of additional disk space will be used.
+Need to get 2770kB of archives.
+After unpacking 11.4MB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sid/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sid/main libtext-charwidth-perl 0.04-1 [11.0kB]
Get:4 http://ring.asahi-net.or.jp sid/main libtext-wrapi18n-perl 0.06-1 [8442B]
-Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.41 [90.0kB]
-Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.41 [101kB]
+Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.45 [97.1kB]
+Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.45 [102kB]
Get:7 http://ring.asahi-net.or.jp sid/main libmagic1 4.12-1 [233kB]
Get:8 http://ring.asahi-net.or.jp sid/main file 4.12-1 [28.6kB]
-Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-6 [91.1kB]
-Get:10 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.41 [33.0kB]
+Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-10 [93.5kB]
+Get:10 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.45 [33.0kB]
Get:11 http://ring.asahi-net.or.jp sid/main html2text 1.3.2a-1 [89.3kB]
-Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-6 [1555kB]
+Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-10 [1560kB]
Get:13 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040213 [23.5kB]
-Get:14 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.16 [73.1kB]
-Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.28 [361kB]
+Get:14 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.20 [76.7kB]
+Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.30 [362kB]
Get:16 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2750kB in 0s (3674kB/s)
+Fetched 2770kB in 0s (3651kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7704 files and directories currently installed.)
+(Reading database ... 7713 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -93,27 +93,27 @@ Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.de
Selecting previously deselected package libtext-wrapi18n-perl.
Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ...
Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.41_all.deb) ...
+Unpacking debconf-i18n (from .../debconf-i18n_1.4.45_all.deb) ...
Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.41_all.deb) ...
+Unpacking debconf (from .../debconf_1.4.45_all.deb) ...
Selecting previously deselected package libmagic1.
Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-10_i386.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.41_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.45_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-10_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.16_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.20_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.28_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.30_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -125,38 +125,38 @@ Setting up libtext-wrapi18n-perl (0.06-1) ...
Setting up libmagic1 (4.12-1) ...
Setting up file (4.12-1) ...
-Setting up gettext-base (0.14.1-6) ...
+Setting up gettext-base (0.14.1-10) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-6) ...
+Setting up gettext (0.14.1-10) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.16) ...
+Setting up po-debconf (0.8.20) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-Setting up debconf-i18n (1.4.41) ...
-Setting up debconf (1.4.41) ...
+Setting up debconf-i18n (1.4.45) ...
+Setting up debconf (1.4.45) ...
-Setting up debconf-utils (1.4.41) ...
+Setting up debconf-utils (1.4.45) ...
-Setting up debhelper (4.2.28) ...
+Setting up debhelper (4.2.30) ...
-> Finished parsing the build-deps
Reading Package Lists...
Building Dependency Tree...
The following NEW packages will be installed:
fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 69.6kB of archives.
-After unpacking 262kB of additional disk space will be used.
-Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.2.2 [69.6kB]
+Need to get 69.7kB of archives.
+After unpacking 193kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.2.4 [69.7kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 69.6kB in 0s (1458kB/s)
+Fetched 69.7kB in 0s (1429kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8535 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.2.2_i386.deb) ...
-Setting up fakeroot (1.2.2) ...
+(Reading database ... 8553 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.4_i386.deb) ...
+Setting up fakeroot (1.2.4) ...
Copying source file
-> copying [../dsh_0.25.4-1.dsc]
-> copying [../dsh_0.25.4.orig.tar.gz]
@@ -477,7 +477,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Wed Dec 29 11:25:01 UTC 2004
+Sun Feb 13 07:13:26 UTC 2005
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -547,11 +547,12 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Wed Dec 29 11:25:07 UTC 2004
+Sun Feb 13 07:13:32 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
+dsh: Process terminated (before write).
b: b
a: a
PASS: tests/segv-catcher.sh
@@ -657,9 +658,9 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
-> unmounting dev/pts filesystem
-/usr/lib/pbuilder/pbuilder-modules: line 83: 23800 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
+/usr/lib/pbuilder/pbuilder-modules: line 83: 921 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting proc filesystem
-Current time: Wed Dec 29 20:25:09 JST 2004
-pbuilder-time-stamp: 1104319509
+Current time: Sun Feb 13 16:13:35 JST 2005
+pbuilder-time-stamp: 1108278815
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/23465 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/584 and its subdirectories
diff --git a/testsuite/normal/vmstat b/testsuite/normal/vmstat
index f35c610..44b350f 100644
--- a/testsuite/normal/vmstat
+++ b/testsuite/normal/vmstat
@@ -1,466 +1,478 @@
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
- 0 2 0 50964 26604 248084 0 0 196 257 1063 435 18 2 69 11
- 1 0 0 47972 26660 249796 0 0 340 4 2714 81739 35 22 31 12
- 1 0 0 40932 26672 253368 0 0 44 0 2445 1918 73 7 20 0
- 1 0 0 36196 26680 258004 0 0 0 0 1016 595 96 4 0 0
- 1 0 0 31332 26688 262736 0 0 4 0 1057 559 94 5 0 1
- 3 0 0 36068 26700 261468 0 0 8 84 1055 1930 81 18 0 1
- 1 0 0 36132 26712 261468 0 0 0 13132 1053 592 85 15 0 0
- 2 0 0 36132 26712 261468 0 0 0 0 1018 682 85 15 0 0
- 1 0 0 36132 26712 261468 0 0 0 0 1023 1088 91 9 0 0
- 1 0 0 36132 26712 261468 0 0 0 88 1016 280 86 14 0 0
- 1 0 0 36132 26720 261468 0 0 0 32 1007 277 86 14 0 0
- 1 0 0 36132 26720 261468 0 0 0 0 1002 222 85 15 0 0
- 0 0 0 34524 26740 262984 0 0 0 0 3044 2984 35 16 50 0
- 2 0 0 31452 26752 265556 0 0 4 3300 4138 3607 43 15 31 12
- 0 0 0 29276 26760 268004 0 0 0 72 4099 3587 8 11 81 0
- 1 1 0 27548 26788 269648 0 0 16 24 3157 2882 22 17 58 3
- 0 0 0 25052 26800 271392 0 0 548 0 2589 2480 53 11 34 2
- 0 0 0 23132 26816 272300 0 0 0 0 2204 1982 44 15 42 0
- 2 0 0 20828 26836 274604 0 0 0 7784 4091 3466 21 18 35 25
- 0 0 0 18836 26848 276460 0 0 0 0 3421 3036 23 19 58 0
- 0 0 0 18516 26864 276804 0 0 0 88 1553 1070 44 20 36 0
- 0 0 0 18324 26864 276928 0 0 0 0 1307 296 0 0 100 0
- 0 0 0 18132 26864 276928 0 0 0 0 1023 1364 31 1 68 0
- 0 0 0 14484 26872 280728 0 0 0 5980 5635 5730 11 15 65 9
- 0 0 0 11200 26884 283852 0 0 0 0 4833 5040 27 16 57 0
- 1 0 0 11284 26892 283964 0 0 0 24 1229 919 71 13 16 0
- 0 0 0 10552 26900 284468 0 0 0 0 1848 1193 13 5 82 0
- 0 0 0 10448 26900 284468 0 0 0 0 1018 1217 16 3 81 0
- 0 0 0 10316 26912 284660 0 0 0 5764 1197 1599 35 8 57 0
- 0 0 0 9904 26916 284952 0 0 0 0 1396 2026 26 7 67 0
- 0 0 0 23900 26924 284744 0 0 0 52 1029 2295 35 4 60 1
- 0 0 0 23784 26936 285028 0 0 0 0 1469 1717 41 10 49 0
- 0 0 0 23404 26940 285356 0 0 0 0 1471 1487 33 11 56 0
- 0 0 0 23280 26948 285356 0 0 0 1052 1031 699 12 1 85 2
- 1 0 0 22672 26952 286120 0 0 0 0 2016 1292 15 7 78 0
- 2 0 0 21228 26968 287500 0 0 0 40 2723 3038 60 15 25 0
- 0 0 0 20224 26976 288412 0 0 0 0 2225 1751 51 12 37 0
- 2 0 0 19776 26988 288832 0 0 0 0 1595 957 55 13 32 0
- 0 1 0 18116 27000 290348 0 0 0 4780 3009 2225 30 16 50 4
- 1 0 0 15256 27012 293336 0 0 0 76 4712 4466 22 16 54 8
- 2 0 0 12888 27028 295664 0 0 0 24 3951 3532 32 15 53 0
- 0 0 0 12504 27032 295956 0 0 0 0 1404 584 15 2 83 0
- 0 0 0 12504 27032 295956 0 0 0 0 1002 224 0 0 100 0
- 0 1 0 12248 27036 296088 0 0 0 6016 1228 554 49 16 32 3
- 1 0 0 11480 27052 296948 0 0 0 56 2197 2167 45 9 37 8
- 2 0 0 3832 27644 306108 0 0 132 1156 1298 11893 48 35 8 9
- 2 0 0 3064 28336 307084 0 0 72 12 1029 10958 61 31 0 8
- 1 0 0 2912 29548 304576 0 0 256 2348 1228 8373 36 50 0 15
- 0 2 0 6668 29756 299520 0 0 108 27564 1136 1186 35 16 0 49
- 0 2 0 6860 29756 299520 0 0 0 13632 1146 168 0 1 0 99
- 0 2 0 7116 29824 299524 0 0 4 4152 1201 817 23 2 0 75
- 2 0 0 6328 30308 300016 0 0 400 6916 1232 3788 26 21 3 50
- 0 1 0 31016 30520 273288 0 0 12 15400 1109 8913 32 39 1 28
- 0 1 0 46188 30848 258592 0 0 88 6292 1163 2467 34 24 2 40
- 2 0 0 44188 31364 259628 0 0 8 12928 1204 7145 33 24 3 40
- 0 2 0 42596 31660 260700 0 0 768 6108 1231 3846 15 14 0 71
- 0 2 0 41748 32092 261100 0 0 388 6216 1313 3242 14 25 0 61
- 0 2 0 24652 32352 276564 0 0 228 16064 1172 9159 35 44 0 21
- 1 2 0 38752 32520 263112 0 0 144 3052 1211 1224 7 15 0 78
- 0 2 0 37920 32764 263628 0 0 228 5424 1306 2451 11 13 0 76
- 0 3 0 36068 33000 265344 0 0 256 4984 1295 2942 11 17 0 72
- 0 2 0 34268 33328 266516 0 0 336 7792 1259 4013 16 25 0 59
- 0 2 0 35280 33572 265148 0 0 328 5988 1237 2760 10 20 0 70
- 0 2 0 37804 33928 263808 0 0 444 4656 1337 2041 16 19 0 65
- 4 0 0 36780 34324 264152 0 0 336 3528 1440 1843 17 21 0 62
- 2 0 0 35948 34724 264468 0 0 320 3496 1388 1696 21 21 0 58
- 3 1 0 35244 35016 264844 0 0 596 1588 1221 1228 62 10 0 28
- 0 2 0 34732 35204 265060 0 0 164 1776 1186 1076 75 8 0 17
- 3 1 0 34540 35392 265040 0 0 308 2332 1335 2461 49 11 0 40
- 2 0 0 32492 35504 266276 0 0 1188 1000 1364 2052 18 28 0 54
- 0 0 0 32876 35512 266376 0 0 100 168 1038 279 1 1 87 11
- 0 0 0 32876 35512 266376 0 0 0 0 1002 128 0 0 100 0
- 0 1 0 22828 35800 274968 0 0 0 9628 1128 6185 26 17 27 29
- 1 0 0 7732 36260 289048 0 0 52 14856 1222 10901 32 21 3 43
- 1 1 0 1548 36696 293852 0 0 468 15380 1207 8930 25 30 2 44
- 0 1 0 18136 36860 276276 0 0 0 20504 1298 9870 30 35 1 35
- 0 1 0 6296 37344 286620 0 0 0 11312 1141 5943 17 18 0 65
- 0 1 0 7600 37748 286816 0 0 0 3324 1294 944 18 6 5 71
- 0 2 0 8368 37860 286656 0 0 16 3416 1345 407 4 9 2 85
- 1 0 0 7972 37892 287724 0 0 260 524 2326 1678 4 11 18 67
- 1 0 0 66656 37316 230572 0 0 0 0 4100 9234 40 24 37 0
- 1 0 0 64376 37340 233408 0 0 0 13268 1029 1156 63 8 0 29
- 1 0 0 56824 37420 240152 0 0 0 16668 1109 180 49 10 0 40
- 1 0 0 74040 37532 223360 0 0 12 840 1086 1555 83 8 3 6
- 1 0 0 71912 37544 225400 0 0 44 1564 1063 4394 91 9 0 0
- 1 0 0 67128 37552 230236 0 0 0 0 1035 3900 94 6 0 0
- 1 0 0 63672 37556 233628 0 0 0 0 1008 3893 93 7 0 0
- 1 0 0 61240 37560 235964 0 0 0 0 1033 3716 96 4 0 0
- 1 0 0 58872 37572 238284 0 0 0 212 1021 4334 94 6 0 0
- 1 0 0 56792 37584 240444 0 0 0 15216 1040 4799 94 6 0 0
- 1 0 0 54232 37584 242972 0 0 0 0 1014 3229 96 4 0 0
- 1 0 0 51928 37588 245244 0 0 0 0 1020 5121 93 7 0 0
- 1 0 0 49112 37596 248024 0 0 64 0 1025 4160 94 6 0 0
- 1 0 0 47080 37596 250024 0 0 0 0 1020 3355 95 5 0 0
- 1 0 0 44776 37608 252280 0 0 0 11760 1055 4003 93 7 0 0
- 1 0 0 42344 37608 254712 0 0 0 0 1035 3866 96 4 0 0
- 1 0 0 40104 37612 256920 0 0 0 0 1029 3465 95 5 0 0
- 1 0 0 37808 37612 259240 0 0 0 0 1032 4408 94 6 0 0
- 1 0 0 35376 37620 261592 0 0 4 0 1018 4786 91 7 0 2
- 1 0 0 33392 37628 263528 0 0 0 11556 1113 2686 96 4 0 0
- 1 0 0 31344 37632 265496 0 0 64 0 1041 3262 95 5 0 0
- 0 1 0 152496 37708 140060 0 0 7276 0 1176 1598 18 43 0 40
- 0 0 0 143792 37772 146900 0 0 6784 0 1379 1407 50 6 8 36
- 1 0 0 146416 38912 155016 0 0 576 1928 1448 6704 27 48 8 17
- 1 1 0 116848 40508 181764 0 0 8 19008 1115 14663 71 29 0 0
- 1 2 0 77112 42336 217248 0 0 12 18424 1219 15141 48 46 0 6
- 1 3 0 39800 43308 251856 0 0 4 10872 1169 17055 62 37 0 1
- 0 2 0 9820 43616 280664 0 0 28 18168 1179 15154 63 29 0 8
- 0 2 0 7516 43624 282176 0 0 1500 19076 1151 892 4 10 0 86
- 0 2 0 7428 43624 282212 0 0 36 6708 1126 703 2 0 0 98
- 0 2 0 7068 43624 282212 0 0 0 40748 1134 439 1 3 0 96
- 0 1 0 7400 43628 282312 0 0 104 0 1135 1480 12 3 0 85
- 0 2 0 8184 43724 282312 0 0 0 9848 1096 750 2 2 0 96
- 1 0 0 7760 43732 282324 0 0 24 1984 1102 751 76 5 0 19
- 1 0 0 7216 43732 282356 0 0 32 0 1059 506 97 1 2 0
- 0 0 0 4892 43756 284536 0 0 0 4 3736 3540 6 10 75 9
- 0 1 0 3556 44092 283356 0 0 0 7796 1914 3613 18 16 26 40
- 0 1 0 2576 44076 284196 0 0 0 8808 1204 5597 30 21 3 47
- 0 2 0 5116 44272 283124 0 0 0 5716 1286 1510 26 11 6 57
- 0 2 0 5440 44276 283136 0 0 8 3168 2091 708 3 1 0 96
- 0 1 0 5440 44280 283136 0 0 0 1216 1328 494 1 2 0 97
- 2 0 0 5980 44364 282976 0 0 8 6176 1251 588 41 8 15 35
- 2 0 0 3908 44488 285560 0 0 64 1140 1093 2013 72 18 1 9
- 0 0 0 7260 43960 282920 0 0 0 0 1023 2432 42 31 27 0
- 2 1 0 7068 43964 282924 0 0 0 0 1023 649 18 11 71 0
- 1 0 0 7192 43984 282932 0 0 0 0 1044 1304 63 37 0 0
- 2 1 0 7128 44000 282940 0 0 0 0 1040 1276 67 33 0 0
- 3 0 0 6992 44028 282944 0 0 0 2692 1060 1945 50 45 0 5
- 3 0 0 5328 44036 282956 0 0 0 0 1014 2194 54 46 0 0
- 3 0 0 5200 44056 283140 0 0 0 0 1029 1503 60 40 0 0
- 1 0 0 5244 44076 283152 0 0 0 0 1002 1102 61 39 0 0
- 1 0 0 5236 44088 283160 0 0 0 8 1003 972 64 36 0 0
- 2 0 0 5144 44096 283184 0 0 0 372 1017 969 64 36 0 0
- 4 0 0 6516 43932 281936 0 0 0 0 1002 1254 67 33 0 0
- 0 0 0 8360 43796 280392 0 0 0 0 1002 906 68 21 11 0
- 0 0 0 8364 43796 280392 0 0 0 0 1002 152 1 1 98 0
- 0 0 0 8368 43796 280392 0 0 0 0 1023 607 6 1 93 0
- 0 0 0 8688 43804 280392 0 0 0 580 1049 565 22 0 77 1
- 0 0 0 8816 43804 280392 0 0 0 0 1026 573 4 1 95 0
- 1 0 0 8816 43804 280408 0 0 12 0 1032 366 30 1 66 3
- 1 0 0 8088 43820 282224 0 0 0 0 1002 498 47 6 47 0
- 3 0 0 7896 43892 282348 0 0 0 0 1014 3287 74 26 0 0
- 3 2 0 5328 43908 284724 0 0 2396 1944 1120 3662 80 20 0 0
- 3 0 0 149484 43972 138096 0 0 932 212 1063 1787 31 63 0 6
- 3 0 0 147436 43976 138476 0 0 4 0 1577 959 83 6 9 2
- 1 0 0 157116 44020 141536 0 0 1124 0 1069 1778 57 15 0 28
- 1 0 0 154684 44184 143864 0 0 104 496 1026 3895 44 52 0 4
- 0 2 0 127808 45460 167008 0 0 0 16480 1074 13868 49 39 0 13
- 0 4 0 127808 45464 167040 0 0 32 11576 1169 403 3 1 0 96
- 1 1 0 107664 46488 185112 0 0 88 3416 1138 8796 52 23 0 25
- 1 2 0 66832 47516 222448 0 0 0 20984 1119 19847 61 39 0 0
- 1 2 0 26896 48028 260628 0 0 0 18520 1145 21779 70 30 0 0
- 0 2 0 11920 48192 274656 0 0 0 20840 1116 7376 32 24 0 45
- 0 3 0 11728 48192 274656 0 0 0 36120 1095 388 1 2 0 97
- 0 1 0 11792 48192 274660 0 0 0 5684 1130 289 0 2 0 98
- 0 1 0 12816 48244 274660 0 0 0 3880 1065 182 1 2 0 97
- 1 0 0 12496 48264 274652 0 0 0 5492 1020 246 73 5 0 22
- 0 0 0 11936 48272 274692 0 0 0 36 1066 230 95 2 3 0
- 0 1 0 6508 48492 277972 0 0 0 4680 4415 4574 11 16 42 31
- 0 1 0 1944 48540 281636 0 0 0 9960 1194 5014 16 19 3 62
- 1 0 0 2380 48768 279380 0 0 0 5232 1270 2151 25 15 6 54
- 1 0 0 2916 48860 279620 0 0 380 6368 1215 750 54 10 6 30
- 3 0 0 15396 48888 268180 0 0 32 1088 1056 2352 64 22 1 13
- 0 0 0 17472 48896 267712 0 0 0 12 1017 1743 27 27 46 0
- 2 0 0 17472 48912 267736 0 0 0 0 1008 714 29 17 54 0
- 1 0 0 16568 48916 267732 0 0 0 0 1020 1296 63 37 0 0
- 1 0 0 16312 48936 267740 0 0 0 0 1002 973 67 33 0 0
- 1 0 0 16816 48960 267736 0 0 0 2636 1032 2238 46 54 0 0
- 2 0 0 16944 48976 267736 0 0 0 0 1014 1456 60 40 0 0
- 1 0 0 14448 48992 267948 0 0 0 0 1014 1379 55 45 0 0
- 1 0 0 15152 49016 268028 0 0 0 0 1014 909 66 34 0 0
- 2 0 0 13808 49020 267968 0 0 0 0 1020 1146 61 39 0 0
- 2 0 0 15200 49040 268032 0 0 0 340 1028 1246 60 40 0 0
- 1 0 0 12384 49052 268196 0 0 0 0 1002 905 77 23 0 0
- 1 0 0 6776 49108 270208 0 0 1852 68 1091 1136 69 22 0 9
- 0 0 0 11872 49124 271152 0 0 740 60 1049 377 42 3 41 15
- 0 0 0 11872 49124 271152 0 0 0 0 1002 122 0 0 100 0
- 0 0 0 12064 49136 271152 0 0 0 832 1061 367 1 0 97 2
- 0 1 0 12320 49136 271160 0 0 8 3668 1345 260 4 1 9 86
- 0 1 0 12328 49136 271160 0 0 0 768 1159 167 0 1 0 99
- 3 1 0 13224 49164 271164 0 0 0 1656 1294 1037 19 9 0 72
- 2 0 0 12200 49220 271288 0 0 0 724 1185 3166 71 29 0 0
- 2 0 0 18064 49236 269300 0 0 204 260 1032 3818 60 35 0 5
- 1 0 0 167696 49340 126200 0 0 432 508 1095 2621 30 60 0 10
- 1 0 0 136976 50720 152904 0 0 0 0 1017 16061 53 47 0 0
- 0 2 0 133408 50880 155920 0 0 0 31964 1183 1995 6 5 0 89
- 2 1 0 105632 51964 180684 0 0 0 8 1124 11458 35 30 0 36
- 1 0 0 70112 52960 213292 0 0 0 20220 1135 17201 53 39 0 8
- 1 2 0 32928 53284 249100 0 0 8 24380 1135 20223 64 32 0 4
- 0 1 0 25204 53380 256936 0 0 60 24024 1103 4134 18 15 0 67
- 0 1 0 24820 53380 256940 0 0 0 30556 1095 131 1 1 0 98
- 0 1 0 25272 53380 256944 0 0 4 0 1138 1401 38 3 0 59
- 2 0 0 25400 53456 256932 0 0 0 9124 1097 516 18 4 0 78
- 0 1 0 22992 53468 258804 0 0 0 0 3385 3479 51 9 27 13
- 0 1 0 18128 53868 261088 0 0 0 5996 2485 2621 9 14 47 30
- 1 0 0 9432 54324 267592 0 0 0 9064 1186 5323 28 17 4 51
- 1 0 0 12088 54484 267592 0 0 0 6816 1100 669 66 13 2 19
- 1 0 0 12856 54484 267592 0 0 0 0 1011 400 97 3 0 0
- 1 0 0 8596 54504 270068 0 0 0 0 4108 3695 35 9 56 0
- 1 0 0 2028 54612 275036 0 0 0 11744 1229 5944 28 22 3 48
- 1 0 0 4328 54884 275208 0 0 0 4336 1244 2338 31 22 5 42
- 0 0 0 6636 54552 273108 0 0 120 4 1038 2135 46 36 17 2
- 3 0 0 6320 54552 273120 0 0 0 0 1036 473 12 7 81 0
- 2 0 0 6376 54572 273116 0 0 0 0 1017 1182 64 36 0 0
- 1 0 0 4136 54584 273128 0 0 0 0 1011 1012 69 31 0 0
- 2 0 0 5920 54612 273132 0 0 0 288 1035 1836 54 46 0 0
- 1 0 0 5284 54620 273140 0 0 0 0 1014 2200 57 43 0 0
- 3 0 0 18256 54100 260364 0 0 168 0 1032 1314 60 36 0 4
- 1 0 0 17680 54104 260472 0 0 88 0 1058 1748 67 33 0 0
- 2 0 0 17808 54128 260488 0 0 0 0 1011 1257 65 35 0 0
- 2 0 0 18128 54140 260496 0 0 0 428 1055 1670 63 33 0 4
- 2 0 0 17680 54148 260648 0 0 32 0 1040 2002 64 34 0 2
- 1 1 0 13520 54164 260800 0 0 32 876 1080 1177 81 19 0 0
- 0 2 0 18000 54184 260968 0 0 16 2084 1435 1769 46 19 0 35
- 0 1 0 17088 54184 261040 0 0 72 2220 1204 619 3 3 0 94
- 0 2 0 17412 54184 261040 0 0 0 1392 1203 209 0 1 0 99
- 0 0 0 17736 54196 261040 0 0 0 744 1149 207 1 2 28 69
- 0 0 0 17928 54200 261040 0 0 0 8 1004 143 0 0 100 0
- 0 0 0 18184 54200 261040 0 0 0 0 1020 604 5 0 95 0
- 0 0 0 18184 54200 261040 0 0 0 0 1014 177 0 0 100 0
- 3 0 0 19824 54288 261212 0 0 88 272 1033 1031 60 21 17 2
- 1 0 0 18736 54292 261508 0 0 228 0 1037 1327 74 23 0 3
- 0 1 0 180184 54300 109324 0 0 836 116 1068 1517 19 60 0 21
- 1 0 0 159704 55692 125800 0 0 272 0 1071 10944 38 53 0 9
- 1 0 0 116696 57596 164460 0 0 12 3400 1080 17918 60 39 0 1
- 1 3 0 77480 58748 200260 0 0 0 23424 1207 16572 65 35 0 0
- 0 2 0 34216 59204 242596 0 0 188 23196 2127 21714 41 24 0 35
- 0 3 0 57704 59204 214036 0 0 56 30804 1193 867 25 22 0 53
- 0 3 0 72568 59204 169720 0 0 0 21000 1137 951 7 16 0 77
- 0 2 0 73336 59204 143000 0 0 0 33228 1157 858 5 8 0 87
- 1 2 0 74496 59300 109792 0 0 0 6224 1086 204 0 4 0 96
- 0 0 0 125300 59344 65916 0 0 740 1868 3005 30553 14 22 37 26
- 2 0 0 114612 59360 76624 0 0 60 0 2980 2866 45 22 28 4
- 1 0 0 114612 59360 76624 0 0 0 0 1032 746 80 20 0 0
- 1 0 0 114676 59360 76624 0 0 0 0 1026 748 85 15 0 0
- 1 0 0 114612 59368 76624 0 0 0 216 1029 458 85 15 0 0
- 1 0 0 114628 59376 76624 0 0 0 12264 1077 527 81 19 0 0
- 1 0 0 114628 59376 76624 0 0 0 0 1017 668 85 15 0 0
- 0 0 0 113092 59392 78044 0 0 0 0 3039 2599 37 19 44 0
- 0 0 0 110660 59396 80556 0 0 0 0 4026 3796 35 16 49 0
- 3 0 0 107852 59412 83204 0 0 0 24 4234 4214 36 16 48 0
- 0 0 0 107596 59416 83564 0 0 0 0 1679 977 4 6 90 0
- 0 0 0 107212 59428 83624 0 0 72 0 1020 269 12 1 85 2
- 1 0 0 106060 59440 84884 0 0 0 7012 2579 2094 16 11 53 20
- 0 0 0 104140 59448 86724 0 0 0 0 3419 2966 19 18 63 0
- 0 0 0 102540 59456 88336 0 0 0 60 3175 2361 25 12 63 0
- 0 0 0 100236 59460 90696 0 0 0 0 4010 3536 22 19 59 0
- 0 0 0 99852 59464 91072 0 0 0 148 1591 1997 50 22 28 0
- 0 0 0 96140 59472 94748 0 0 0 8432 5586 5487 9 16 60 15
- 0 0 0 95244 59480 95520 0 0 0 0 2107 1280 5 4 91 0
- 0 0 0 95244 59488 95520 0 0 0 24 1007 123 0 0 100 0
- 0 0 0 92492 59492 98360 0 0 0 0 4378 4027 12 13 75 0
- 0 0 0 92240 59496 98672 0 0 0 0 1483 929 38 16 46 0
- 0 0 0 92112 59504 98672 0 0 0 6772 1018 128 0 0 88 12
- 0 0 0 91856 59508 99052 0 0 0 0 1556 600 8 6 86 0
- 0 0 0 91472 59520 99428 0 0 0 24 1543 774 34 10 56 0
- 0 0 0 91472 59520 99428 0 0 0 0 1002 117 1 0 99 0
- 1 0 0 91280 59528 99644 0 0 0 4 1339 616 26 9 65 0
- 0 0 0 90832 59536 100048 0 0 0 0 1570 773 31 9 60 0
- 0 0 0 90832 59540 100048 0 0 0 1436 1019 129 1 0 95 4
- 1 0 0 90128 59548 100808 0 0 0 44 2031 1167 17 9 74 0
- 0 0 0 88464 59556 102368 0 0 0 0 3046 2543 36 14 49 0
- 2 1 0 87568 59568 103276 0 0 0 3744 2662 1494 50 20 6 24
- 2 0 0 86736 59580 104096 0 0 0 2928 2425 1486 51 20 10 19
- 1 0 0 83600 59584 107268 0 0 0 0 4869 4520 23 18 59 0
- 0 0 0 83472 59604 108200 0 0 0 8268 2479 1443 14 8 58 20
- 0 0 0 83472 59604 108200 0 0 0 0 1013 124 0 0 100 0
- 1 0 0 81872 59604 110124 0 0 0 0 3200 2810 14 9 77 0
- 0 0 0 81360 59612 110616 0 0 0 0 1673 972 25 9 66 0
- 0 0 0 81360 59612 110616 0 0 0 0 1002 119 0 0 100 0
- 2 0 0 81232 59624 110748 0 0 0 24 1215 507 37 8 55 0
- 0 0 0 80336 59632 111600 0 0 0 0 2178 1353 52 16 32 0
- 2 0 0 57872 60836 132136 0 0 352 3540 1121 14356 50 37 6 7
- 0 1 0 32656 61724 155356 0 0 36 4284 1054 13905 51 47 0 2
- 0 1 0 29048 61788 155472 0 0 80 23928 1093 1874 13 42 0 44
- 0 2 0 29048 61788 155476 0 0 0 12648 1142 126 0 1 0 99
- 0 2 0 29304 61852 155476 0 0 0 6380 1155 151 5 3 0 92
- 1 0 0 25584 62224 157928 0 0 0 7256 1158 5448 37 25 3 35
- 1 0 0 19676 62392 162264 0 0 0 16296 1067 6750 23 34 0 43
- 2 0 0 24828 62744 156776 0 0 0 7832 1181 4018 46 27 5 21
- 0 2 0 23012 62988 156644 0 0 356 9860 1148 5533 36 23 1 41
- 2 0 0 21860 63180 158004 0 0 916 5456 1156 7341 46 19 0 36
- 0 1 0 21540 63624 158116 0 0 0 7172 1234 3821 63 19 4 14
- 0 1 0 5664 63792 173200 0 0 0 15260 1086 8419 32 39 0 30
- 0 1 0 19468 64188 159636 0 0 0 8396 1260 2280 11 18 5 66
- 1 0 0 18896 64404 159964 0 0 0 5564 1261 2307 8 10 2 80
- 0 1 0 16656 64832 161496 0 0 0 12004 1238 5359 20 24 4 52
- 0 1 0 20676 65360 158632 0 0 60 6756 1348 2156 19 16 8 57
- 0 1 0 20228 65836 158544 0 0 0 4832 1393 1760 28 14 9 50
- 0 0 0 19972 66228 158316 0 0 0 4496 1331 1446 13 11 15 61
- 0 0 0 19972 66232 158316 0 0 0 36 1007 119 0 0 100 0
- 0 0 0 19844 66232 158316 0 0 0 0 1014 1126 28 1 71 0
- 2 0 0 20308 66240 158244 0 0 0 168 1046 490 9 2 89 0
- 2 0 0 10068 66496 166908 0 0 0 10560 1377 6589 21 15 1 63
- 2 1 0 36060 63164 144004 0 0 508 14440 1263 10202 27 28 3 42
- 0 1 0 19356 63492 160100 0 0 3208 15296 1209 8518 22 25 2 51
- 3 0 0 2348 63040 176536 0 0 3780 9568 1200 8499 30 31 1 38
- 4 0 0 2228 58168 180304 0 0 1160 40 1056 4510 85 14 0 1
- 0 1 4 2400 48268 190432 0 0 2132 22256 1145 6115 20 23 1 56
- 1 0 4 4256 48476 190732 0 0 192 2316 1257 629 16 5 2 77
- 0 1 4 5344 48764 190704 0 0 64 4060 1344 707 8 11 4 77
- 0 1 4 6176 48788 190856 0 0 152 976 1333 659 1 6 0 93
- 2 0 4 1560 48796 196768 0 0 144 0 4864 6120 21 15 58 6
- 1 0 4 14876 48800 192064 0 0 0 12416 1029 4822 66 11 0 23
- 1 0 4 6828 48864 199504 0 0 0 15556 1092 205 54 12 0 34
- 1 0 4 18412 48952 188124 0 0 328 824 1096 1020 77 5 2 16
- 1 1 4 14700 48952 190392 0 0 508 1820 1175 3716 76 10 0 14
- 1 0 4 10092 48968 194960 0 0 776 104 1051 3372 91 6 0 3
- 1 0 4 5676 48972 199308 0 0 28 0 1009 3903 92 8 0 0
- 1 0 4 3244 48984 201692 0 0 4 0 1003 3606 97 3 0 0
- 1 0 4 1768 48996 203964 0 0 0 204 1006 3741 94 6 0 0
- 1 1 4 2400 49000 206656 0 0 2904 14984 1735 5703 82 12 0 6
- 1 0 4 3688 49008 207496 0 0 2280 96 1123 3764 83 7 0 10
- 1 0 4 5752 49012 206288 0 0 0 0 1002 4011 96 4 0 0
- 1 0 4 1640 49016 211352 0 0 2588 0 1179 4722 87 9 0 4
- 1 0 4 1904 49016 213676 0 0 2456 0 1094 3213 91 7 0 2
- 1 1 4 2240 49004 215592 0 0 0 11544 1011 3743 95 5 0 0
- 1 0 4 1984 49016 217560 0 0 176 40 1030 2439 76 4 0 20
- 1 0 4 1856 49020 220224 0 0 856 0 1011 3670 96 4 0 0
- 1 0 4 2240 49020 222236 0 0 188 0 1015 3202 92 4 0 4
- 1 0 4 1728 49024 224268 0 0 0 0 1008 4752 94 6 0 0
- 4 1 4 2032 49024 224556 0 0 32 9896 1110 2650 90 4 0 7
- 4 0 4 1692 49028 226016 0 0 640 44 1202 2789 85 5 0 10
- 1 0 4 2032 49000 227600 0 0 0 8 1003 2695 97 3 0 0
- 2 0 4 56132 49008 174860 0 0 84 0 1017 2435 79 16 0 5
- 1 0 4 114412 49048 110972 0 0 7592 0 1120 994 26 36 0 38
- 0 2 4 106988 49096 116780 0 0 5852 4264 1136 452 65 3 0 32
- 1 0 4 115308 49300 119904 0 0 556 2020 1580 3192 26 41 1 33
- 2 0 4 78572 50912 153244 0 0 0 17128 1078 18980 64 36 0 0
- 2 2 4 34668 52484 192408 0 0 0 15104 1178 19224 53 47 0 0
- 1 2 4 1780 53204 225340 0 0 140 10336 1167 16599 64 34 0 2
- 0 3 4 2112 53404 230968 0 0 992 12900 1158 11718 42 24 0 34
- 0 4 4 2260 53416 232496 0 0 1876 27716 2323 675 4 4 0 91
- 0 3 4 2196 53416 232496 0 0 0 16424 1088 154 0 1 0 99
- 0 3 4 1940 53416 232496 0 0 0 27716 1129 162 0 2 0 98
- 0 2 4 2196 53416 232496 0 0 0 5940 1129 180 5 2 0 93
- 0 2 4 2904 53516 232496 0 0 0 5924 1079 150 0 2 0 98
- 1 0 4 2664 53544 232452 0 0 16 5160 1023 247 73 6 0 22
- 0 0 4 2088 53544 232596 0 0 64 0 1116 324 86 2 8 4
- 0 1 4 2016 53576 234776 0 0 168 2748 4269 4455 23 15 46 16
- 0 2 4 1704 53680 237788 0 0 644 8180 1267 3093 19 15 3 63
- 0 2 4 1832 53684 237860 0 0 0 1548 1292 678 4 3 0 93
- 0 2 4 1848 53692 237860 0 0 0 1800 1289 451 2 2 0 96
- 0 1 4 2488 53696 237868 0 0 12 1004 1281 352 3 1 0 96
- 0 1 4 2700 49612 242072 0 4 0 7880 1196 4361 16 20 3 61
- 0 1 4 7724 48700 241680 0 0 292 8832 1277 1451 27 13 6 54
- 3 1 4 3440 48860 243512 0 0 560 1120 1182 1098 61 12 8 19
- 1 0 12 7220 46616 243272 0 0 164 0 1029 2941 58 40 0 2
- 0 0 12 7020 46616 243348 0 0 68 0 1016 363 6 6 86 2
- 2 0 12 6188 46632 243948 0 0 560 0 1019 994 53 31 13 3
- 2 0 12 5412 46640 243936 0 0 8 0 1009 1262 64 36 0 0
- 4 0 12 5660 46680 243940 0 0 0 2668 1063 1407 61 39 0 0
- 2 1 12 4764 46680 243940 0 0 0 0 1014 2696 41 59 0 0
- 1 0 12 1932 46700 244140 0 0 0 0 1044 1396 64 36 0 0
- 2 0 12 5592 45820 244048 0 0 4 0 1026 1273 56 44 0 0
- 1 0 12 3908 45840 244040 0 0 0 0 1059 1161 64 36 0 0
- 4 0 12 5508 45896 244044 0 0 52 340 1086 1170 67 33 0 0
- 2 0 12 5108 45904 244188 0 0 0 4 1003 1196 62 38 0 0
- 1 0 12 1756 45072 244180 0 0 0 0 1026 756 83 17 0 0
- 1 0 12 6104 45148 244512 0 0 252 0 1043 1041 71 19 0 10
- 0 0 12 6104 45148 244512 0 0 0 0 1026 763 20 1 79 0
- 0 0 12 6104 45160 244520 0 0 0 564 1033 158 0 0 100 0
- 0 0 12 6296 45160 244520 0 0 0 0 1008 202 2 0 98 0
- 1 0 12 6488 45160 244520 0 0 0 0 1007 127 1 0 99 0
- 0 0 12 6552 45160 244520 0 0 0 0 1014 315 1 0 99 0
- 2 0 12 6720 45188 244552 0 0 4 0 1036 2451 36 18 45 1
- 1 0 12 7232 45232 244628 0 0 16 272 1031 4041 72 27 0 1
- 2 0 12 66968 45240 186840 0 0 156 0 1048 2708 48 47 0 5
- 2 0 12 134572 45244 110972 0 0 8040 0 1146 927 39 27 0 34
- 0 1 12 127852 45272 116684 0 0 5364 0 1702 1222 45 5 13 36
- 0 1 12 137852 45364 119484 0 0 920 0 1094 1944 50 16 0 35
- 0 2 12 135356 45512 121972 0 0 316 5036 1088 3770 48 38 0 14
- 1 0 12 118780 46328 135368 0 0 40 2024 1095 9180 33 42 0 25
- 1 0 12 76988 48008 172828 0 0 940 15160 1136 19224 59 40 0 1
- 1 2 12 42556 48708 204664 0 0 88 14072 1202 16028 53 38 0 9
- 1 2 12 18620 49104 227608 0 0 364 9768 1148 12277 45 26 0 29
- 0 4 12 3340 43288 248128 0 0 336 27120 1170 12458 48 27 0 25
- 0 3 12 63528 43284 185904 0 0 784 11400 1124 623 26 11 0 63
- 0 2 12 63596 43284 185908 0 0 0 15496 1106 302 1 2 0 97
- 0 3 12 63148 43292 185912 0 0 12 35816 1122 303 3 2 0 95
- 0 1 12 63468 43296 185916 0 0 4 4 1115 269 3 2 0 95
- 0 1 12 64536 43424 185916 0 0 4 10856 1080 329 1 3 0 96
- 1 0 12 64296 43432 185888 0 0 32 36 1021 449 79 3 0 18
- 1 0 12 63336 43440 186288 0 0 188 0 1322 843 82 4 5 9
- 0 1 12 57832 43620 189800 0 0 820 3680 4176 4287 9 17 42 32
- 0 2 12 48744 44240 198128 0 0 760 10268 1230 5463 18 24 3 55
- 0 1 12 46492 44636 201516 0 0 2084 4192 1251 1625 11 10 4 75
- 1 0 12 47092 45032 201740 0 0 296 7604 1218 1192 39 13 5 43
- 1 0 12 42100 45180 205140 0 0 808 1088 1206 1966 59 14 5 22
- 0 0 12 42476 45208 205488 0 0 340 0 1054 2528 56 37 3 4
- 3 0 12 42348 45208 205572 0 0 80 0 1030 711 7 1 88 4
- 3 0 12 41516 45220 205736 0 0 128 0 1035 1518 66 34 0 0
- 1 0 12 40036 45228 205728 0 0 8 0 1018 1096 68 32 0 0
- 2 0 12 42084 45264 205812 0 0 76 2632 1066 1296 66 33 0 1
- 2 0 12 41500 45264 205832 0 0 24 0 1004 1851 65 35 0 0
- 2 0 12 41372 45280 205892 0 0 64 0 1013 1672 60 39 0 1
- 4 0 12 40028 45292 206108 0 0 4 0 1015 1504 55 45 0 0
- 4 0 12 40028 45304 206116 0 0 0 0 1014 1120 62 38 0 0
- 1 0 12 40156 45324 206120 0 0 0 356 1028 1103 62 38 0 0
- 3 0 12 39820 45332 206184 0 0 0 0 1026 1517 63 37 0 0
- 3 0 12 40844 45340 206324 0 0 0 0 1035 1361 77 23 0 0
- 0 0 12 39164 45364 206612 0 0 88 0 1032 1267 71 23 5 1
- 0 0 12 39164 45364 206612 0 0 0 0 1035 481 1 2 97 0
- 2 0 12 39228 45372 206612 0 0 0 564 1082 902 3 3 93 1
- 0 0 12 39420 45372 206612 0 0 0 0 1011 297 4 0 96 0
- 0 0 12 39612 45376 206612 0 0 0 304 1090 512 5 1 94 0
- 0 0 12 39692 45376 206612 0 0 0 0 1020 377 1 1 98 0
- 2 0 12 40932 45376 206644 0 0 28 0 1006 602 5 5 90 0
- 2 0 12 40100 45452 206824 0 0 56 244 1026 3217 70 25 0 5
- 2 0 12 39652 45452 206976 0 0 128 0 1041 4494 72 24 0 4
- 0 2 12 85316 45452 163152 0 0 152 1188 1116 1226 12 46 0 42
- 2 0 12 123396 45452 125232 0 0 0 660 1273 782 3 9 0 88
- 1 0 12 147760 45572 103356 0 0 476 512 1119 2556 21 42 0 37
- 0 2 12 126192 46616 121760 0 0 0 17816 1063 10853 37 36 0 28
- 1 2 12 86156 48112 159212 0 0 0 5964 2361 16877 30 19 0 52
- 0 1 12 59212 48696 183824 0 0 460 16604 1129 10832 40 27 0 32
- 1 0 12 28812 49180 212748 0 0 480 26548 1186 14193 52 29 0 19
- 1 3 12 2924 49376 233108 0 0 40 22616 1134 10231 38 27 0 34
- 0 2 12 2312 49376 233108 0 0 0 44584 1155 489 21 4 0 75
- 0 1 12 2656 49376 233108 0 0 0 0 1119 309 0 1 0 99
- 0 1 12 3296 49376 233108 0 0 0 0 1064 235 1 1 0 98
- 0 0 12 2336 49212 233588 0 0 0 9216 2639 1962 36 9 18 36
- 2 0 12 43236 45268 194984 0 0 0 6140 3302 6556 22 23 30 26
- 1 0 12 38536 45704 197544 0 0 8 9288 1235 2653 38 14 4 44
- 2 0 12 42508 45820 197464 0 0 4 6000 1104 954 70 12 2 16
- 0 0 12 41740 45820 197668 0 0 132 0 1121 528 89 2 4 5
- 0 0 12 41484 45820 197840 0 0 0 0 1393 473 2 2 96 0
- 0 0 12 41484 45820 197840 0 0 0 0 1035 303 1 1 98 0
- 0 1 12 35992 45896 201448 0 0 0 4308 3769 4142 22 13 51 14
- 0 1 12 28504 46408 207904 0 0 0 9180 1223 5492 17 20 3 60
- 2 0 12 27928 46808 209160 0 0 372 2536 1192 2049 54 19 4 23
- 0 0 12 28508 46808 210192 0 0 1912 0 1146 1908 23 28 47 2
- 3 0 12 28316 46828 210220 0 0 0 0 1032 816 32 16 52 0
- 1 0 12 27028 46832 210208 0 0 0 0 1026 1318 63 37 0 0
- 1 0 12 26836 46848 210216 0 0 0 0 1023 1054 68 32 0 0
- 3 0 12 27788 46868 210220 0 0 8 316 1041 2338 44 56 0 0
- 3 0 12 27660 46876 210232 0 0 0 0 1038 1672 59 41 0 0
- 1 0 12 25548 46888 210444 0 0 0 0 1050 1435 63 37 0 0
- 1 0 12 26508 46908 210440 0 0 0 0 1047 1351 61 39 0 0
- 4 0 12 26072 46912 210448 0 0 0 0 1035 1239 60 40 0 0
- 5 0 12 26120 46928 210496 0 0 0 420 1047 1078 60 39 0 1
- 1 0 12 24456 46936 210672 0 0 12 0 1057 1797 71 29 0 0
- 0 0 12 25656 46956 210868 0 0 0 0 1034 1191 64 20 16 0
- 0 0 12 25536 46956 210900 0 0 32 0 1023 283 0 1 98 1
- 0 1 12 25536 46960 210900 0 0 0 2880 1188 503 4 0 42 54
- 0 2 12 25860 46960 210900 0 0 0 2740 1443 619 2 2 0 96
- 0 2 12 26124 46968 210900 0 0 0 1616 1328 515 0 1 0 99
- 0 0 12 26136 46972 210904 0 0 0 12 1134 184 1 1 40 58
- 1 0 12 27840 46972 210908 0 0 0 0 1050 916 15 6 79 0
- 2 0 12 25664 47052 211052 0 0 24 24 1089 1431 76 24 0 0
- 3 0 12 32592 47076 208508 0 0 84 788 1074 1271 64 33 0 3
- 1 0 12 183788 47152 63008 0 0 1484 56 1122 2317 25 45 0 30
- 1 0 12 158508 47892 85320 0 0 7816 0 1111 9643 35 54 0 11
- 1 0 12 107068 49700 132580 0 0 9868 3308 1090 17928 58 38 0 4
- 0 1 12 96828 49856 142364 0 0 2564 8236 1164 3874 15 8 0 77
- 0 3 12 82428 50156 155452 0 0 1920 9804 1178 5603 16 16 0 68
- 0 3 12 71612 50376 165480 0 0 2688 25948 1229 3978 14 9 0 77
- 1 3 12 62484 50636 174312 0 0 2432 8152 1150 3713 12 8 0 80
- 0 4 12 47380 50792 189012 0 0 3584 7808 1126 6006 21 10 0 69
- 0 4 12 39060 50828 197224 0 0 2048 15880 1145 3559 13 6 0 81
- 0 3 12 28052 50932 208160 0 0 2560 36 1146 4614 16 8 0 76
- 0 2 12 18132 51052 217440 0 0 1932 46344 1119 4052 12 11 0 77
- 0 2 12 12052 51156 223548 0 0 1412 12 1113 2308 9 5 0 86
- 0 2 12 4400 51184 231484 0 0 2180 512 1093 3104 14 6 0 80
+ 0 2 4756 4392 22088 253964 0 2 177 301 1058 578 12 2 82 5
+ 2 1 4756 7896 22192 243388 0 0 388 5824 1196 656 68 11 0 21
+ 2 0 4756 7756 22392 247748 0 0 868 1476 2440 86508 56 34 0 10
+ 5 1 4756 2652 22424 247596 0 0 144 12 2967 5116 77 22 0 1
+ 2 0 4756 5064 22428 245320 0 0 0 0 1023 1831 85 15 0 0
+ 2 0 4756 5772 22448 246324 0 0 60 52 1008 597 89 11 0 0
+ 1 0 4756 1876 22452 250040 0 0 104 8 1008 322 93 7 0 0
+ 5 0 4756 5092 22472 247676 0 0 120 17520 1054 437 65 11 0 25
+ 3 0 4756 4172 22472 247980 0 0 3548 0 1070 826 80 20 0 0
+ 2 0 4756 4748 22476 248280 0 0 280 0 1056 1534 85 15 0 0
+ 2 1 4756 3980 22492 248360 0 0 92 24 1016 976 79 21 0 0
+ 1 2 4756 3212 22492 248428 0 0 68 3748 1507 1319 76 24 0 0
+ 4 2 4756 4564 22504 248520 0 0 96 3892 1415 903 83 17 0 0
+ 2 2 4756 3604 22508 248540 0 0 20 1432 1287 926 83 17 0 0
+ 2 0 4756 4564 22512 248612 0 0 76 992 1317 1058 84 16 0 0
+ 2 0 4756 4564 22548 248632 0 0 28 24 1057 1679 80 20 0 0
+ 3 0 4756 4624 21656 249388 0 0 36 0 3581 3865 60 38 0 2
+ 5 0 4756 2780 21620 251996 0 0 2340 2364 4497 4598 48 39 0 14
+ 3 0 4756 2708 21524 251724 0 0 32 0 4242 4576 61 36 0 3
+ 3 0 4756 6604 21480 248020 0 0 0 0 2955 4368 45 55 0 0
+ 5 0 4756 5268 21512 248904 0 0 0 36 2239 2560 60 40 0 0
+ 3 0 4756 6172 21380 247144 0 0 8 0 2733 3338 57 42 0 1
+ 1 0 4756 4324 21408 247512 0 0 24 8628 1530 1887 51 47 0 2
+ 1 0 4756 5732 21428 247656 0 0 128 0 1020 1510 63 34 0 3
+ 6 0 4756 5732 21432 247796 0 0 0 0 1257 1430 64 36 0 0
+ 4 0 4756 3804 21468 249616 0 0 16 48 3364 3564 63 37 0 0
+ 2 0 4756 7852 21344 247476 0 0 0 0 3204 3914 52 48 0 0
+ 2 0 4756 2796 21368 247852 0 0 44 4608 1420 917 82 17 0 1
+ 3 0 4756 7648 21248 247160 0 0 0 0 1362 1611 72 28 0 0
+ 0 0 4756 2516 21256 251468 0 0 56 12 6330 6633 7 22 61 10
+ 2 0 6672 2628 20396 250328 0 0 0 28 4687 4342 22 18 52 8
+ 0 0 6672 2504 20400 250632 0 0 0 0 1484 1026 28 13 59 0
+ 0 0 6672 2508 20412 250632 0 0 0 8048 1031 465 1 1 81 17
+ 0 0 6672 2516 20416 250988 0 0 0 0 1524 678 9 5 86 0
+ 0 0 6672 2196 20424 251332 0 0 0 0 1530 952 30 12 58 0
+ 4 0 6672 2152 20012 250456 0 0 8 52 1413 2829 69 30 1 0
+ 2 0 6672 3228 20076 251072 0 0 120 0 1545 2350 68 28 0 4
+11 0 6672 7248 19324 249640 0 0 4 0 1007 4449 73 26 0 1
+ 1 3 6672 32808 20272 223244 0 0 1100 5452 1324 1863 24 41 0 35
+ 2 0 6672 81636 21388 173256 0 0 1108 0 3369 3643 31 36 0 33
+ 0 0 6672 116680 21404 143496 0 0 20 36 3101 2663 46 27 25 2
+ 0 0 6672 116168 21416 143968 0 0 0 0 1699 1134 54 20 26 0
+ 0 0 6672 114524 21428 145668 0 0 0 0 3128 2963 45 15 39 0
+ 0 2 6672 112348 21428 147700 0 0 0 7280 3745 3700 32 14 35 19
+ 0 0 6672 110236 21472 149908 0 0 0 1636 3759 3492 30 12 50 8
+ 1 0 6672 109084 21488 151092 0 0 0 24 2563 2015 50 16 34 0
+ 1 0 6672 108464 21496 151712 0 0 0 0 1910 1285 53 18 29 0
+ 1 0 6672 99440 22180 159480 0 0 376 12 1665 6094 50 26 14 10
+ 0 2 6672 86832 22780 170892 0 0 164 22684 1091 8162 40 26 0 33
+ 2 1 6672 78192 23024 179784 0 0 4 1608 1167 5217 18 10 0 73
+ 1 1 6672 59276 23924 196648 0 0 92 360 1048 11075 43 54 0 3
+ 0 1 6672 56204 24268 196716 0 0 28 25640 1109 1487 17 31 0 52
+ 0 1 6672 56012 24412 196796 0 0 4 3752 1195 604 10 5 1 84
+ 1 0 6672 51596 24808 200284 0 0 0 6760 1174 6680 37 30 2 32
+ 1 0 6672 46732 25108 203536 0 0 0 16256 1088 6188 25 38 0 37
+ 0 3 6672 51088 25484 198784 0 0 0 9020 1195 3671 46 25 4 25
+ 0 3 6672 51152 25504 198780 0 0 0 2648 1344 273 2 2 0 96
+ 0 1 6672 51152 25508 198780 0 0 0 2336 1372 248 1 2 0 97
+ 2 0 6672 48728 25960 200768 0 0 0 10472 1141 7897 39 21 2 38
+ 1 0 6672 46488 26620 202212 0 0 0 12584 1287 6814 28 28 5 38
+ 1 0 6672 43736 26776 204740 0 0 0 16360 1086 5451 19 33 1 48
+ 2 0 6672 46872 27524 200880 0 0 0 13048 1341 6649 26 35 7 31
+ 1 0 6672 50136 28112 198740 0 0 64 12884 1277 5657 33 26 5 35
+ 3 0 6672 48856 28780 198612 0 0 0 4964 1395 2236 27 15 9 48
+ 2 0 6672 48472 29496 198516 0 0 0 5368 1402 1766 22 14 10 54
+ 0 0 6672 48600 29732 198332 0 0 4 2064 1225 1388 12 7 49 33
+ 0 0 6672 48600 29732 198332 0 0 0 0 1026 799 6 0 94 0
+ 0 0 6672 48472 29732 198332 0 0 0 0 1014 1113 16 1 83 0
+ 2 1 6672 40408 29944 205016 0 0 0 4096 1108 5131 24 16 50 10
+ 2 0 6672 34024 30220 211012 0 0 0 12000 1293 5013 16 14 2 68
+ 1 0 6672 16424 30584 227716 0 0 0 17968 1187 11554 31 26 2 40
+ 0 1 6672 2316 30884 240260 0 0 228 13356 1132 7060 43 30 1 26
+ 0 1 6672 35676 28572 208812 0 0 0 13280 1234 7744 22 26 1 51
+ 0 1 6672 24552 28996 219252 0 0 104 11216 1163 5899 22 19 0 59
+ 1 1 6672 26048 29316 219420 0 0 16 2828 1285 810 16 6 4 74
+ 0 3 6672 26432 29504 219352 0 0 64 3744 1360 565 6 11 3 80
+ 0 0 6672 23880 29540 222576 0 0 276 648 5642 5031 6 12 33 49
+ 1 0 6672 25996 29580 220408 0 0 4 13300 1658 7279 54 12 5 29
+ 0 1 6672 15948 29604 230516 0 0 0 10872 1028 180 77 9 1 13
+ 2 0 6672 12812 29700 230564 0 0 8 6096 1078 350 73 8 1 18
+ 1 0 6672 46292 29776 199288 0 0 192 412 1034 3772 75 10 1 14
+ 1 0 6672 43748 29792 201832 0 0 0 1972 1160 3962 94 6 0 0
+ 1 0 6672 38308 29824 207224 0 0 28 0 1050 4276 86 9 0 5
+ 1 0 6672 36260 29824 209288 0 0 0 0 1025 3751 94 6 0 0
+ 1 0 6672 33828 29828 211672 0 0 0 0 1013 3735 95 5 0 0
+ 1 0 6672 31732 29876 213756 0 0 36 196 1027 4117 85 6 0 9
+ 1 1 6672 30004 29880 215388 0 0 0 6600 1418 3636 94 6 0 0
+ 1 1 6672 27636 29880 217756 0 0 0 3396 1483 3828 91 9 0 0
+ 1 1 6672 25460 29892 219900 0 0 8 2800 1430 4319 89 7 0 4
+ 1 0 6672 22844 29912 222604 0 0 8 1756 1189 4097 88 7 0 5
+ 1 0 6672 20668 29916 224748 0 0 4 0 1003 3162 96 3 0 1
+ 0 2 6672 19772 29948 225580 0 0 32 10920 1304 1950 48 4 0 48
+ 1 0 6672 17980 29968 227452 0 0 8 64 1046 3263 78 4 0 18
+ 1 0 6672 15484 29968 229980 0 0 0 0 1002 3603 96 4 0 0
+ 1 0 6672 13180 29972 232252 0 0 0 0 1002 3269 97 3 0 0
+ 1 0 6672 10812 29976 234620 0 0 0 0 1002 4447 96 4 0 0
+ 1 0 6672 8444 29988 236940 0 0 4 10048 1061 4419 91 8 0 1
+ 1 0 6672 6524 29996 238876 0 0 4 0 1005 2756 96 2 0 2
+ 3 0 6672 18224 29996 227420 0 0 16 8 1005 2678 92 6 0 2
+ 0 1 6672 138992 30100 113716 0 0 6348 0 1135 855 6 43 0 51
+ 0 0 6672 131828 30188 119940 0 0 6072 0 1517 743 39 5 20 37
+ 1 0 6672 127732 31004 122768 0 0 448 8380 1294 2955 15 37 3 44
+ 2 1 6672 90804 32984 155920 0 0 0 17852 1087 18622 60 40 0 0
+ 0 3 6672 61644 34396 181688 0 0 92 12720 1202 10820 50 30 0 21
+ 1 1 6672 22604 35648 217464 0 0 4 12112 1154 16366 59 36 0 5
+ 0 2 6672 4744 33000 237096 0 0 320 16456 1146 18157 63 34 0 3
+ 0 5 6672 4560 33056 237428 0 0 348 21296 1099 332 1 5 0 94
+ 0 6 6672 2308 33088 239156 0 0 1760 5044 1143 700 4 3 0 93
+ 0 15 6672 680 32628 235716 0 44 268 9476 1117 377 2 5 0 93
+ 0 4 6672 62248 28696 180564 0 1872 24 40368 1108 348 24 9 0 67
+ 0 1 6672 62516 28704 180564 0 0 8 60 1093 266 7 1 0 92
+ 0 2 6672 62964 28716 180576 0 0 24 1788 1089 627 2 1 0 97
+ 0 1 6672 63744 28864 180580 0 0 28 11544 1095 382 11 5 1 83
+ 1 0 6672 62912 28864 180712 0 0 132 0 1009 275 93 3 0 4
+ 0 0 6672 62336 28872 180920 0 0 196 0 1062 240 78 1 9 12
+ 2 1 6672 57020 28912 184340 0 0 700 2760 4477 3950 16 14 49 22
+ 0 1 6672 56892 29000 184448 0 0 48 2344 1165 580 21 4 0 75
+ 0 1 6672 52796 29440 188008 0 0 1028 4312 1178 2437 40 13 2 46
+ 2 0 6672 45632 30036 194312 0 0 0 8028 1199 4767 17 20 3 60
+ 0 0 6672 44352 30484 196900 0 0 2280 3868 1313 1634 20 10 5 65
+ 0 0 6672 44792 30712 196912 0 0 104 6864 1222 739 56 9 6 29
+ 2 0 6672 40304 30896 200392 0 0 976 1080 1108 1908 48 18 1 33
+ 0 1 6672 40544 30936 200760 0 0 352 4 1044 2475 56 33 0 11
+ 1 0 6672 40224 30936 200856 0 0 92 0 1018 448 2 3 93 2
+ 4 0 6672 39128 30952 201624 0 0 760 0 1051 1032 56 33 0 11
+ 1 0 6672 37848 30964 201932 0 0 304 0 1026 1027 62 32 0 6
+ 4 0 6672 38872 31004 202164 0 0 212 2652 1078 893 54 30 0 16
+ 1 0 6672 38608 31004 202152 0 0 4 0 1003 2323 44 56 0 0
+ 3 0 6672 38352 31020 202216 0 0 64 8 1005 1373 61 38 0 1
+ 3 0 6672 35984 31036 202456 0 0 24 0 1006 1210 59 41 0 0
+ 2 0 6672 37072 31060 202576 0 0 120 0 1017 965 61 35 0 4
+ 1 0 6672 37008 31076 202600 0 0 0 360 1022 946 66 34 0 0
+ 5 0 6672 35840 31084 202652 0 0 0 0 1005 1294 60 40 0 0
+ 1 0 6672 34240 31096 202836 0 0 24 0 1034 1501 76 24 0 0
+ 0 0 6672 35560 31140 203308 0 0 320 0 1031 1118 59 19 16 6
+ 0 0 6672 35808 31140 203304 0 0 0 0 1046 627 7 2 91 0
+ 0 0 6672 35552 31152 203308 0 0 0 560 1049 483 14 1 85 0
+ 1 0 6672 35744 31152 203312 0 0 0 0 1050 249 5 0 95 0
+ 0 0 6672 35936 31152 203312 0 0 0 0 1008 381 29 0 71 0
+ 0 0 6672 35936 31152 203312 0 0 0 0 1005 602 3 0 97 0
+ 1 0 6672 37064 31152 203344 0 0 28 0 1012 898 27 7 65 1
+ 3 0 6672 36168 31244 203424 0 0 4 132 1026 2772 82 18 0 0
+ 3 0 6672 35912 31244 203616 0 0 152 0 1021 2054 85 12 0 3
+ 2 0 6672 39272 31260 202748 0 0 240 0 1027 4496 57 34 0 9
+ 1 0 6672 129656 31264 115272 0 0 6628 0 1128 960 12 42 0 45
+ 2 0 6672 120888 31288 121412 0 0 5784 0 1711 881 42 8 16 35
+ 1 0 6672 119296 31432 124904 0 0 1612 4452 1099 1623 40 14 0 46
+ 1 0 6672 116160 31520 127100 0 0 396 0 1044 2417 42 11 0 47
+ 1 0 6672 114696 31552 128496 0 0 160 524 1036 3555 34 57 0 9
+ 1 0 6672 76808 31552 164764 0 0 0 5960 1071 19770 67 33 0 0
+ 2 0 6672 35656 31552 203080 0 0 0 18716 1151 19624 57 43 0 0
+ 0 4 6672 14472 31552 223420 0 0 0 17996 1161 9852 38 18 0 45
+ 0 4 6672 14344 31552 223420 0 0 0 18340 1129 189 0 2 0 98
+ 0 5 6728 828 27912 245508 0 56 0 16712 1126 14637 53 25 0 22
+ 0 5 6728 828 27912 245636 0 0 0 8716 1086 576 2 1 0 97
+ 0 5 6728 884 27856 245844 0 0 0 14188 1123 1297 5 5 0 90
+ 0 2 6728 6992 27728 240276 0 0 632 268 1161 2499 10 6 0 84
+ 0 4 6728 6044 27852 240684 0 0 432 38384 1162 935 8 7 0 85
+ 0 4 6728 3868 27860 242620 0 0 1944 0 1155 1038 8 4 0 88
+ 0 1 6728 4808 27888 236672 0 0 8 908 1075 1626 27 6 0 67
+ 1 0 6728 3528 27920 236680 0 0 20 5588 1045 869 70 4 0 26
+ 1 0 6728 4360 27920 236680 0 0 0 0 1014 758 96 4 0 0
+ 0 0 6728 2256 27956 238120 0 0 68 40 4017 3572 38 10 36 15
+ 0 1 6728 2320 28504 235624 0 0 996 8724 1666 3021 11 21 9 60
+ 0 1 6728 2064 29024 235244 0 0 4 8472 1181 4480 15 21 3 61
+ 1 0 6728 7676 29564 232804 0 0 1788 3428 1427 2440 32 15 6 48
+ 2 1 6728 6400 29712 233880 0 0 436 6684 1206 1083 59 9 4 28
+ 3 0 6728 3472 29776 234152 0 0 248 0 1064 3337 65 28 0 7
+ 0 0 6728 6844 29776 232416 0 0 116 0 1027 1082 21 18 60 1
+ 1 0 6728 6268 29788 232948 0 0 528 0 1027 722 37 25 34 5
+ 2 0 6728 6196 29796 232968 0 0 8 0 1003 1082 65 35 0 0
+ 1 0 6728 5108 29832 232992 0 0 16 2656 1054 1068 58 32 0 10
+ 1 0 6728 5548 29844 233004 0 0 0 0 1029 2503 49 51 0 0
+ 3 0 6728 5484 29856 233004 0 0 0 0 1002 1467 62 38 0 0
+ 2 0 6728 5420 29872 232068 0 0 0 0 1022 1796 55 45 0 0
+ 2 0 6728 5524 29892 232084 0 0 4 0 1008 1038 64 36 0 0
+ 2 0 6728 5456 29912 232108 0 0 0 372 1037 1380 62 38 0 0
+ 2 0 6728 5248 29916 232112 0 0 0 0 1026 1420 64 36 0 0
+ 1 0 6728 1724 29936 232328 0 0 12 0 1023 1522 66 34 0 0
+ 3 0 6728 7228 29956 230644 0 0 12 0 1009 1237 80 20 0 0
+ 0 0 6728 6508 29956 230688 0 0 44 0 1042 524 4 2 94 0
+ 2 0 6728 6436 29976 230752 0 0 68 724 1101 887 28 0 66 6
+ 0 0 6728 4644 30100 231616 0 0 988 0 1434 849 8 3 41 48
+ 0 0 6728 5608 30100 231616 0 0 0 0 1105 246 14 0 86 0
+ 0 0 6728 5800 30104 231620 0 0 8 0 1004 159 0 0 97 3
+ 0 1 6728 5736 30124 231680 0 0 80 0 1012 158 0 0 94 6
+ 2 1 6728 5200 30252 232176 0 0 448 272 1112 3300 63 36 0 1
+ 3 1 6728 3712 30256 232428 0 0 232 0 1062 3762 71 27 0 2
+ 3 1 6728 129928 30260 112052 0 0 496 0 1081 2350 32 63 0 5
+ 2 0 6728 131352 30408 113120 0 0 728 576 1171 2553 25 37 0 38
+ 2 1 6728 100504 31852 140068 0 0 64 0 1044 16234 53 47 0 0
+ 0 3 6728 97176 31988 142992 0 0 28 20636 1125 2190 6 5 0 89
+ 4 1 6728 76464 33028 160676 0 0 72 15228 4287 9227 33 11 0 56
+ 1 1 6728 47280 33652 188636 0 0 12 12240 1097 12617 64 34 0 2
+ 0 4 6728 42736 33816 192464 0 0 28 27028 1124 1981 7 8 0 85
+ 0 4 6728 42688 33816 192496 0 0 32 10104 1107 389 1 2 0 97
+ 1 4 6728 10732 34328 223760 0 0 32 0 1097 15572 58 25 0 17
+ 0 2 6728 42056 32068 198860 0 0 104 5100 1105 10304 36 27 0 38
+ 0 3 6728 39264 32104 201496 0 0 2604 32 1148 527 3 8 0 89
+ 0 3 6728 38836 32112 201544 0 0 48 29696 1145 250 2 3 0 95
+ 0 3 6728 39028 32112 201572 0 0 28 14312 1077 342 1 2 0 97
+ 0 2 6728 39156 32152 201620 0 0 44 6852 1167 359 0 3 0 97
+ 1 0 6728 36468 32172 203024 0 0 744 40 2012 1828 42 16 0 42
+ 1 1 6728 30788 32312 206776 0 0 1328 3612 4155 4854 15 40 0 46
+ 2 1 6728 22980 32736 214204 0 0 256 9208 1198 5646 19 25 0 56
+ 2 0 6728 23236 33128 214992 0 0 280 2568 1210 1202 23 16 0 61
+ 2 1 6728 21180 33300 217532 0 0 2576 6580 1211 1063 33 18 0 50
+ 2 1 6728 20220 33300 217768 0 0 232 0 1066 569 92 8 0 0
+ 2 0 6728 19068 33312 219044 0 0 640 0 2037 1695 69 18 0 13
+ 3 0 6728 12988 33480 223288 0 0 692 4676 3544 4599 27 32 1 39
+ 0 1 6728 7932 34092 229428 0 0 0 9936 1231 5250 19 21 4 56
+ 1 0 6728 4924 34372 231868 0 0 576 1548 1160 2442 54 22 3 21
+ 0 0 6728 6396 34376 231868 0 0 1848 0 1097 938 17 25 54 4
+ 4 0 6728 5756 34388 232064 0 0 188 0 1018 695 33 20 46 1
+ 2 0 6728 6204 34400 232076 0 0 8 36 1006 1120 65 35 0 0
+ 2 0 6728 6140 34428 232108 0 0 0 0 1008 989 66 34 0 0
+ 1 0 6728 5500 34448 232088 0 0 0 300 1020 2232 43 57 0 0
+ 3 0 6728 5500 34460 232092 0 0 0 0 1002 1377 61 39 0 0
+ 1 0 6728 4732 34468 232192 0 0 4 4 1010 1372 55 45 0 0
+ 1 1 6728 4600 34488 232180 0 0 0 3468 1315 964 57 31 0 12
+ 1 1 6728 4856 34496 232184 0 0 0 1956 1259 1187 57 43 0 0
+ 0 1 6728 5432 34504 232204 0 0 0 1648 1351 667 25 10 0 65
+ 3 0 6728 5688 34512 232188 0 0 0 4 1061 1234 56 21 0 23
+ 1 0 6728 2476 34524 232364 0 0 0 4 1021 3410 63 37 0 0
+ 2 0 6728 7132 34544 231964 0 0 12 0 1012 929 80 20 0 0
+ 0 0 6728 6284 34544 232008 0 0 44 0 1012 487 2 2 94 2
+ 0 0 6728 6476 34556 232008 0 0 0 588 1044 282 2 1 95 2
+ 0 0 6728 6668 34556 232008 0 0 0 0 1014 207 1 0 99 0
+ 0 0 6728 6924 34556 232008 0 0 0 0 1011 218 2 0 98 0
+ 0 0 6728 7180 34556 232008 0 0 0 0 1002 886 21 1 78 0
+ 0 0 6728 7180 34556 232012 0 0 4 0 1015 976 37 0 63 0
+ 1 0 6728 8228 34620 232176 0 0 36 144 1015 1156 69 26 5 0
+ 2 0 6728 10372 34624 230812 0 0 124 0 1018 781 69 25 0 6
+ 2 0 6728 128712 34704 115656 0 0 244 68 1049 2595 24 61 0 15
+ 1 0 6728 117064 35360 124204 0 0 20 0 1013 7423 49 48 0 3
+ 1 0 6728 78600 37264 158340 0 0 52 0 1078 17677 58 38 0 4
+ 2 0 6728 47568 38020 186696 0 0 0 23128 1211 15821 63 37 0 0
+ 1 2 6728 14736 38712 217536 0 0 8 20572 1169 18366 64 34 0 2
+ 0 4 6728 836 36192 234756 0 0 0 9224 1156 10275 30 18 0 52
+ 2 3 7128 14172 33292 226316 0 0 736 27380 1278 6510 29 32 0 39
+ 0 4 7128 45920 33292 175220 0 0 0 21672 1145 549 2 18 0 80
+ 0 4 7128 45820 33292 146764 0 0 0 12144 1150 542 1 9 0 90
+ 0 2 7128 115828 33440 61864 0 0 120 18280 1203 571 0 14 0 86
+ 1 0 7128 113396 33612 62792 0 0 1044 16 1268 42115 21 15 2 62
+ 1 0 7128 101428 33640 74664 0 0 64 0 5146 4516 20 17 59 4
+ 2 0 7128 100856 33648 75216 0 0 12 0 1042 674 75 23 0 2
+ 1 0 7128 100964 33664 75216 0 0 0 336 1076 1453 88 12 0 0
+ 3 0 7128 100964 33688 75252 0 0 28 0 1080 1196 88 12 0 0
+ 1 0 7128 101092 33700 75252 0 0 0 12472 1068 866 88 12 0 0
+ 1 0 7128 101092 33700 75256 0 0 0 0 1020 1115 85 15 0 0
+ 1 0 7128 101092 33700 75256 0 0 0 0 1113 625 86 14 0 0
+ 1 0 7128 100836 33728 75400 0 0 36 96 1214 1074 92 8 0 0
+ 2 0 7128 100644 33736 75440 0 0 8 0 1184 1240 86 14 0 0
+ 3 0 7128 99364 33748 76652 0 0 12 0 2615 2110 82 7 10 1
+ 1 0 7128 98852 33752 76796 0 0 4 0 1238 1478 86 10 4 0
+ 0 0 7128 95972 33760 79580 0 0 0 0 4656 4391 17 19 64 0
+ 2 0 7128 93348 33784 82264 0 0 0 472 4534 4133 20 21 58 1
+ 0 1 7128 91556 33800 83944 0 0 0 8272 3332 2998 19 17 52 12
+ 0 0 7128 91108 33804 84192 0 0 0 4 1493 879 13 1 85 1
+ 0 0 7128 91108 33804 84204 0 0 12 0 1020 709 10 0 88 2
+ 2 0 7128 85284 33804 85500 0 0 8 0 2525 2559 84 12 3 1
+ 1 0 7128 89444 33836 86088 0 0 16 56 1799 1569 58 11 29 2
+ 0 0 7128 88356 33856 87496 0 0 4 3220 2837 2309 51 15 31 3
+ 1 0 7128 87076 33860 89108 0 0 0 0 3109 3011 55 13 32 0
+ 2 0 7128 83748 33984 92228 0 0 2304 0 2468 1920 76 12 11 1
+ 1 0 7128 83428 33992 92536 0 0 0 0 1517 1410 50 21 29 0
+ 0 1 7128 80292 34008 95652 0 0 0 4108 5004 4501 13 15 58 14
+ 0 2 7128 76968 34032 98988 0 0 12 12420 5467 4861 26 19 0 55
+ 2 1 7128 76136 34040 99888 0 0 8 360 2290 1973 33 12 0 55
+ 3 0 7128 75624 34064 100624 0 0 92 80 2040 1937 51 17 29 3
+ 2 0 7128 75240 34072 101000 0 0 0 0 1604 2369 58 14 28 0
+ 3 0 7128 74728 34096 101320 0 0 0 192 1514 2368 69 15 16 0
+ 0 2 7128 72488 34272 103016 0 0 1540 3184 1559 2635 43 10 0 48
+ 0 1 7128 67368 34392 104872 0 0 1864 0 1362 2213 73 6 0 21
+ 1 0 7128 69344 34556 106880 0 0 1184 848 2256 2087 64 14 0 22
+ 0 0 7128 67296 34572 108896 0 0 172 0 3451 2631 31 19 47 3
+ 2 0 7128 66852 34592 109416 0 0 0 2184 1797 2128 71 13 16 0
+ 0 0 7128 66212 34604 109988 0 0 0 0 1821 1286 53 17 30 0
+ 0 0 7128 63780 34612 112428 0 0 0 0 4167 3553 27 18 55 0
+ 0 1 7128 62500 34612 113524 0 0 0 6472 2418 3551 52 6 42 0
+ 0 0 7128 62564 34620 113524 0 0 0 72 1030 734 20 1 67 12
+ 2 0 7128 61924 34660 114288 0 0 48 68 2073 1568 46 12 42 0
+ 1 0 7128 59764 34668 116508 0 0 0 0 3835 3534 35 15 50 0
+ 1 0 7128 59188 34704 117092 0 0 180 0 1631 997 74 13 12 1
+ 1 0 7128 58228 34716 118044 0 0 0 0 2362 1463 52 15 33 0
+ 3 0 7128 39796 35948 134576 0 0 372 16 1116 11490 50 36 8 7
+ 0 3 7128 35956 36052 137832 0 0 0 23800 1161 2562 10 10 0 80
+ 2 1 7128 9972 37028 162048 0 0 0 1644 1452 14584 37 35 0 28
+ 0 1 7128 6128 37364 162356 0 0 120 20736 1064 2054 18 52 0 30
+ 0 1 7128 6228 37364 162356 0 0 0 3680 1156 151 0 1 0 99
+ 0 1 7128 5912 37832 162648 0 0 0 9868 1170 3820 21 19 3 57
+ 0 1 7128 24592 38060 153920 0 0 0 15596 1073 8613 37 40 1 22
+ 2 0 7128 40880 38332 139092 0 0 156 5688 1149 2030 29 18 2 51
+ 1 0 7128 34792 38812 143256 0 0 3452 12028 1384 6963 28 26 3 43
+ 0 1 7128 32116 39196 145724 0 0 2484 9188 1202 4854 31 19 2 47
+ 2 0 7128 19508 39732 157472 0 0 580 5216 1197 8427 31 38 4 28
+ 2 0 7128 28692 39960 148192 0 0 132 18344 1158 2341 10 24 2 64
+ 2 0 7128 26644 40292 149684 0 0 844 5072 1285 2628 10 11 3 76
+ 2 0 7128 26520 40580 149456 0 0 0 7256 1241 2373 10 11 2 77
+ 2 0 7128 25176 41016 150112 0 0 0 11080 1207 5455 20 22 4 54
+ 2 0 7128 27064 41672 148188 0 0 124 6188 1331 1882 20 14 8 58
+ 0 2 7128 27960 41948 148120 0 0 0 4376 1411 960 11 8 3 78
+ 2 0 7128 27384 42180 148244 0 0 0 1864 1280 641 6 5 4 85
+ 0 0 7128 27384 42836 147864 0 0 0 4856 1280 1543 20 16 24 40
+ 0 0 7128 27384 42836 147864 0 0 0 0 1002 154 0 0 100 0
+ 0 0 7128 27384 42836 147864 0 0 0 0 1002 157 0 0 100 0
+ 0 1 7128 25792 42884 148408 0 0 244 396 1025 557 9 4 85 2
+ 0 1 7128 9088 43232 164556 0 0 4460 13676 1208 8494 25 18 2 55
+ 2 1 7128 2192 43548 174268 0 0 4072 10280 1184 7588 22 17 2 59
+ 3 1 7128 1816 43948 191056 0 0 2260 15268 1150 8931 23 32 2 43
+ 0 1 7128 8856 44456 191212 0 0 0 20392 1101 10044 31 37 1 32
+ 0 1 7128 6552 44820 193632 0 0 12 11200 1199 5800 16 20 0 64
+ 1 0 7128 7820 45128 193912 0 0 108 2736 1273 771 18 7 5 70
+ 0 1 7128 8332 45300 193832 0 0 64 3464 1336 506 5 10 2 83
+ 1 0 7128 8092 45340 194804 0 0 312 544 2166 1616 4 9 18 69
+ 2 0 7128 2392 45280 202016 0 0 12 0 4120 9305 42 20 37 1
+ 1 0 7128 14616 45176 191164 0 0 0 12640 1039 1009 86 6 0 8
+ 2 0 7128 3992 45212 197052 0 0 0 10276 1033 1251 80 7 0 13
+ 1 0 7128 8040 45272 197032 0 0 20 5464 1042 604 81 6 1 12
+ 1 0 7128 23024 45428 179796 0 0 708 904 1149 3082 60 13 2 25
+ 1 0 7128 21488 45436 181304 0 0 156 0 1047 2421 86 4 0 10
+ 3 0 7128 12464 45452 185308 0 0 684 0 1158 3397 83 9 0 8
+ 1 0 7128 14832 45452 187572 0 0 216 0 1068 2328 90 6 0 4
+ 1 0 7128 9456 45456 192708 0 0 2128 0 1214 3703 87 7 0 6
+ 0 2 7128 7024 45464 195072 0 0 988 5812 1225 2328 65 5 0 30
+ 0 2 7128 6192 45468 195896 0 0 424 3016 1359 822 17 2 0 81
+ 0 3 7128 5504 45468 196640 0 0 280 2888 1425 903 19 3 0 78
+ 1 0 7128 1676 45476 200368 0 0 2288 80 1192 2449 64 3 0 33
+ 1 0 7128 10596 45016 200520 0 0 668 0 1035 2682 90 6 0 4
+ 2 1 7128 6884 45020 203940 0 0 1804 3520 1917 4666 87 10 0 3
+ 0 1 7128 3892 45028 206904 0 0 1444 1280 1272 3988 73 6 0 21
+ 1 0 7128 2240 45044 209420 0 0 276 0 1026 3189 91 5 0 4
+ 1 0 7128 2304 44396 210564 0 400 88 400 1048 5054 87 7 0 6
+ 1 0 7128 2296 39068 215776 0 0 4024 0 1249 3863 84 9 0 7
+ 1 1 7128 2308 37548 217224 0 0 4 9848 1265 3030 92 6 0 2
+ 3 0 7128 2484 36804 217876 0 0 24 60 1100 2556 75 3 0 23
+ 1 0 7128 2088 33364 221816 0 0 3284 0 1071 3536 91 6 0 3
+ 1 0 7128 1796 32344 223040 0 0 8 0 1004 3525 95 4 0 1
+ 1 0 7128 2104 29988 225156 0 0 344 0 1034 3232 94 4 0 2
+ 1 0 7128 1776 28368 227004 0 0 256 9856 1089 4592 87 9 0 4
+ 1 0 7128 1804 27656 227780 0 0 1188 0 1208 3661 74 5 0 21
+ 1 0 7128 1856 26240 229344 0 0 8 8 1008 2670 93 4 0 3
+ 0 1 7128 28348 26296 204648 0 0 164 0 1028 2365 78 7 0 15
+ 2 0 7128 132276 26812 104516 0 0 532 0 1133 876 7 35 0 58
+ 0 2 7128 127400 26916 111296 0 0 6844 6872 1191 577 12 5 0 83
+ 2 0 7128 122612 26944 117040 0 0 5384 84 1683 761 54 6 10 30
+ 1 0 7128 116792 27380 119900 0 0 664 1928 1062 2985 26 42 0 32
+ 1 2 7128 78648 29272 154400 0 0 0 14864 1123 19575 61 39 0 0
+ 1 2 7128 44216 30584 184936 0 0 16 18396 1199 14514 42 39 0 19
+ 1 2 7128 5556 31452 221204 0 0 0 13992 1129 20428 62 38 0 0
+ 1 4 7128 5712 22716 231876 0 0 8 17568 1126 13135 43 22 0 34
+ 0 4 7128 2644 21852 235612 0 0 368 16012 1107 2171 8 8 0 84
+ 1 4 7128 3492 21496 234792 0 0 1940 0 1123 603 4 3 0 93
+ 0 3 7128 3044 21508 234852 0 0 64 18808 1087 242 2 4 0 94
+ 0 1 7128 3044 21512 234852 0 0 4 3708 1102 190 0 3 0 97
+ 0 1 7128 3432 21608 234852 0 0 4 7732 1089 164 0 2 0 98
+ 0 2 7128 3576 21616 234852 0 0 0 23732 1101 145 0 2 0 98
+ 1 0 7128 4024 21660 234864 0 0 20 6036 1065 203 1 2 0 97
+ 1 0 7128 2872 21660 234864 0 0 0 0 1002 254 97 3 0 0
+ 0 0 7128 2616 21680 235336 0 0 72 0 1554 806 61 3 30 6
+ 0 0 7128 1848 21692 236104 0 0 0 0 2004 1211 1 4 85 10
+ 0 1 7128 2208 20216 238772 0 0 808 5728 3163 3350 10 18 26 46
+ 2 0 7128 2144 20768 244284 0 0 4 9196 1174 4840 15 19 2 64
+ 2 0 7128 1512 21340 245348 0 0 112 4980 1261 2083 23 16 7 55
+ 0 1 7128 6280 21532 245152 0 0 4 6900 1212 766 58 12 6 23
+ 2 0 7128 1900 21656 249548 0 0 608 216 1033 2963 56 29 1 14
+ 0 0 7128 7012 21640 247556 0 0 116 0 1009 660 17 19 62 2
+ 2 0 7128 6820 21656 247764 0 0 196 0 1010 736 39 24 37 0
+ 4 0 7128 6620 21680 247780 0 0 24 0 1007 1117 61 37 0 2
+ 1 0 7128 6108 21712 247788 0 0 0 0 1002 991 68 32 0 0
+ 1 0 7128 5908 21724 247792 0 0 0 2656 1032 2467 42 58 0 0
+ 1 0 7128 5844 21740 247984 0 0 0 0 1002 1322 61 39 0 0
+ 2 0 7128 4876 21752 248004 0 0 4 0 1014 1197 59 41 0 0
+ 1 0 7128 3388 21776 248020 0 0 0 0 1002 927 66 34 0 0
+ 2 1 7128 4860 21776 248032 0 0 0 0 1002 1021 60 40 0 0
+ 2 0 7128 4244 21800 248172 0 0 0 340 1018 1399 58 42 0 0
+ 3 0 7128 6892 21504 247960 0 0 0 0 1002 478 88 12 0 0
+ 0 0 7128 6684 21516 248124 0 0 56 0 1004 842 18 17 65 0
+ 0 0 7128 6684 21524 248136 0 0 20 0 1010 194 2 0 94 4
+ 0 0 7128 6748 21524 248136 0 0 0 0 1002 149 1 0 99 0
+ 0 0 7128 6940 21536 248136 0 0 0 560 1029 176 0 1 98 1
+ 0 0 7128 7132 21536 248136 0 0 0 0 1002 145 0 0 100 0
+ 0 0 7128 7212 21536 248136 0 0 0 0 1012 164 0 0 100 0
+ 3 0 7128 7876 21616 248248 0 0 44 0 1043 2529 45 22 32 1
+ 3 0 7128 7176 21628 248280 0 0 0 0 1002 3692 76 24 0 0
+ 2 0 7128 81500 21668 178068 0 0 176 324 1031 2113 42 50 0 9
+ 1 0 7128 154092 21692 109564 0 0 6740 0 1131 646 27 21 0 52
+ 0 1 7128 147308 21736 115348 0 0 5444 0 1673 817 51 7 10 32
+ 1 0 7128 143856 21844 119184 0 0 1952 0 1068 1629 50 13 0 37
+ 1 0 7128 142768 21964 119552 0 0 452 0 1044 2163 50 28 0 23
+ 1 0 7128 132404 22440 128632 0 0 132 4960 1070 6782 33 54 0 13
+ 1 0 7128 101876 23788 156724 0 0 1152 5836 1190 14867 48 29 0 23
+ 1 2 7128 64308 24940 190572 0 0 1484 17768 1250 13254 46 41 0 14
+ 0 2 7128 47284 25316 206352 0 0 952 9144 1129 6838 26 16 0 58
+ 2 3 7128 32260 25656 220588 0 0 716 13852 1126 6723 24 17 0 59
+ 1 0 7128 2168 22228 254888 0 0 8 60524 4924 18032 14 9 0 76
+ 0 2 7128 21808 21408 235376 0 0 336 30236 1084 401 6 7 0 87
+ 1 0 7128 16820 21464 235392 0 0 16 6136 1053 224 2 6 0 92
+ 1 0 7128 16052 21464 235392 0 0 0 0 1002 247 98 2 0 0
+ 0 0 7128 16180 21468 235456 0 0 68 0 1021 195 60 2 34 4
+ 0 0 7128 16180 21468 235456 0 0 0 0 1002 162 0 0 100 0
+ 0 1 7128 10988 21704 238564 0 0 204 3820 4471 4287 10 16 59 15
+ 0 1 7128 1900 22340 246736 0 0 616 10212 1200 5299 18 22 3 57
+ 0 1 7128 3440 21232 248236 0 0 112 5196 1251 2036 15 13 6 66
+ 1 0 7128 5332 19836 248176 0 0 12 6740 1227 761 57 11 7 25
+ 1 1 7128 2016 19976 251300 0 0 608 1100 1065 2047 64 20 1 15
+ 0 0 7128 7700 17448 250608 0 0 116 0 1009 1855 31 30 37 2
+ 1 0 7128 6036 17452 250828 0 0 216 0 1018 521 25 12 63 0
+ 2 0 7128 6284 17468 250940 0 0 96 0 1017 1135 61 39 0 0
+ 2 0 7128 6988 17484 250996 0 0 0 0 1002 949 65 35 0 0
+ 2 0 7128 7176 17508 250944 0 0 0 2636 1029 1868 45 45 0 10
+ 1 0 7128 4808 17520 250960 0 0 0 0 1002 1620 57 43 0 0
+ 1 0 7128 5444 17536 251156 0 0 4 0 1003 1419 54 46 0 0
+ 1 0 7128 5444 17556 251168 0 0 0 0 1002 986 64 36 0 0
+ 2 0 7128 5384 17564 251172 0 0 0 0 1002 965 62 38 0 0
+ 3 0 7128 4728 17584 251236 0 0 0 352 1017 1145 60 40 0 0
+ 1 0 7128 3832 17592 250508 0 0 0 0 1002 964 75 25 0 0
+ 0 0 7128 8232 17608 248532 0 0 88 0 1010 925 53 18 29 0
+ 0 0 7128 8232 17608 248532 0 0 0 0 1002 155 0 0 100 0
+ 0 0 7128 8232 17608 248532 0 0 0 0 1002 150 0 0 100 0
+ 0 0 7128 8488 17624 248536 0 0 0 564 1030 176 0 0 99 1
+ 0 0 7128 8680 17624 248536 0 0 0 0 1002 146 0 0 100 0
+ 0 0 7128 8696 17624 248536 0 0 0 0 1002 146 0 0 100 0
+ 2 0 7128 9040 17652 248600 0 0 60 0 1011 1091 21 10 69 0
+ 0 1 7128 7568 17704 248728 0 0 4 0 1002 3018 73 26 0 1
+ 2 0 7128 12144 17728 247468 0 0 228 576 1064 3738 56 35 0 9
+ 0 2 7128 157992 17752 107052 0 0 480 424 1039 978 26 50 0 24
+ 1 0 7128 136296 18768 124712 0 0 48 84 1049 11003 41 57 0 2
+ 0 2 7128 120360 19460 139392 0 0 0 17796 1100 8781 27 13 0 60
+ 1 0 7128 97404 20528 160280 0 0 0 21072 3397 9623 10 10 0 80
+ 1 0 7128 62076 21332 193092 0 0 268 12776 1096 16754 50 41 0 9
+ 0 2 7128 43004 21584 211112 0 0 0 32988 1132 9080 32 19 0 49
+ 0 2 7128 43084 21584 211112 0 0 0 10308 1089 155 2 1 0 97
+ 1 1 7128 27980 21676 226272 0 0 0 15392 1082 7774 23 17 0 60
+ 0 1 7128 14860 21860 239116 0 0 40 16 1107 6300 28 18 0 54
+ 0 1 7128 14988 21912 239116 0 0 0 25796 1054 147 0 2 0 98
+ 0 0 7128 12492 21960 240464 0 0 0 6052 2740 2018 38 9 25 28
+ 1 2 7128 3124 22436 246976 0 0 0 6112 3169 6128 19 19 31 32
+ 0 2 7128 3580 21444 249452 0 0 0 9728 1209 2535 8 10 3 79
+ 0 3 7128 3580 21448 249456 0 0 0 1768 1275 225 0 0 0 100
+ 1 0 7128 1996 21492 249480 0 0 0 960 1330 256 6 3 0 92
+ 1 0 7128 5368 20564 249088 0 0 4 6496 1097 704 65 14 2 19
+ 1 0 7128 6136 20564 249092 0 0 0 0 1002 250 98 2 0 0
+ 1 0 7128 1616 19692 251564 0 0 4 0 4221 3586 31 13 56 0
+ 0 1 7128 4216 19140 250612 0 0 24 11492 1194 5359 21 18 2 59
+ 1 0 7128 4700 19692 251824 0 0 68 4600 1242 2036 26 16 5 53
+ 0 0 7128 5788 19408 251776 0 0 2388 0 1138 2327 54 38 1 7
+ 2 0 7128 5660 19420 251824 0 0 56 0 1012 176 1 1 96 2
+ 2 0 7128 5468 19436 252020 0 0 180 0 1027 1068 61 36 0 3
+ 2 0 7128 5460 19452 252012 0 0 4 0 1003 1057 66 34 0 0
+ 2 0 7128 4940 19488 252016 0 0 0 280 1019 1492 58 42 0 0
+ 1 0 7128 3148 19492 252044 0 0 0 0 1002 2135 49 51 0 0
+ 1 0 7128 5772 19504 250116 0 0 36 0 1008 1204 62 38 0 0
+ 1 0 7128 3852 19520 250136 0 0 4 0 1003 1119 59 41 0 0
+ 2 0 7128 5772 19532 250144 0 0 0 0 1002 1019 60 40 0 0
+ 2 0 7128 5772 19548 250164 0 0 0 384 1018 936 64 36 0 0
+ 1 0 7128 2364 19548 250324 0 0 0 0 1002 1393 63 37 0 0
+ 2 0 7128 7664 19388 248872 0 0 56 0 1004 932 78 22 0 0
+ 0 0 7128 6760 19388 248872 0 0 0 72 1016 182 0 1 99 0
+ 0 0 7128 6824 19388 248872 0 0 0 0 1002 156 0 0 100 0
+ 0 0 7128 6824 19400 248872 0 0 0 584 1035 166 0 0 99 1
+ 1 0 7128 7144 19400 248872 0 0 0 0 1002 149 0 0 100 0
+ 0 0 7128 7272 19400 248884 0 0 12 0 1005 168 2 0 96 2
+ 3 0 7128 7720 19404 248884 0 0 0 1500 1138 193 0 2 66 32
+ 1 0 7128 8208 19452 249004 0 0 36 0 1078 842 55 21 0 24
+ 2 0 7128 8272 19468 249080 0 0 4 312 1020 597 78 19 0 3
+ 2 0 7128 40244 20256 219232 0 0 1016 0 1219 1298 15 30 0 55
+ 2 0 7128 155324 20560 109588 0 0 680 60 1065 2206 19 45 0 35
+ 1 0 7128 127884 22472 132276 0 0 52 8 1018 13770 47 45 0 8
+ 1 0 7128 84748 24388 170872 0 0 16 11632 1076 19804 57 42 0 1
+ 0 3 7128 49932 25516 202692 0 0 348 18600 1181 17232 49 36 0 15
+ 0 3 7128 16740 25936 236120 0 0 400 33032 2058 19904 40 28 0 32
+ 0 4 7128 16612 25936 235480 0 0 0 21212 1124 200 0 2 0 98
+ 0 4 7128 50596 25936 161036 0 0 0 21288 1112 517 4 21 0 75
+ 0 2 7128 50212 25936 150312 0 0 0 27552 1136 400 0 4 0 96
+ 1 0 7128 104368 26124 62328 0 0 44 7248 1073 351 1 14 0 85