aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2005-07-02 05:39:41 +0000
committerdancer <dancer>2005-07-02 05:39:41 +0000
commitf77f9ec61afdc8078bfa6baa2c056687a57435e2 (patch)
treeb3ba54489d6b788c8509bb3ae5b07185ca2a739f
parent6a6401128d9b2600b5a191e956e18d17de5c9792 (diff)
downloadpbuilder-f77f9ec61afdc8078bfa6baa2c056687a57435e2.tar
pbuilder-f77f9ec61afdc8078bfa6baa2c056687a57435e2.tar.gz
pbuilder (0.128) unstable; urgency=low
* Add example framework to test package inside chroot - B92test-pkg - add debian/pbuilder-test/ directory to test pbuilder itself. * Documentation/pbuilder-doc.xml: - add reference on directory structure on pbuilder. - Add note on pbuilder-test * Support '--distribution experimental'. "pbuilder: Please add support for experimental", thanks to Emanuele Rocca (Closes: #308813). and also support working with new apt-get by using --force-yes. (closes: 316281). * Feature enhancement: "pbuilder: Clean apt cache ", thanks to Daniel Schepler implement --autocleanaptcache option. (Closes: #185227). * pdebuild now checks for unsupported command-line options. Bug fix: "pbuilder: pdebuild does not warn about --basetgz or --distribution", thanks to Matt Kraai (Closes: #305944). * man pages fixup: add \% for non-hyphenation (closes: #310656) * Fix find options -xdev location. (closes: #312913) * Bug fix: "pbuilder: Please document proper format of OTHERMIRROR", thanks to Roberto C. Sanchez (Closes: #312153). * Bug fix: "pbuilder: Support for preserving environment PATH", thanks to Brian Nelson (Closes: #306448). * work around debootstrap 3.0.0 bug which fails to build sid chroot with --variant=buildd, by not passing --variant=buildd, see 314858 -- Junichi Uekawa <dancer@debian.org> Sat, 2 Jul 2005 13:20:23 +0900
-rw-r--r--ChangeLog12
-rw-r--r--debian/TODO2
-rw-r--r--debian/changelog9
-rwxr-xr-xpbuilderrc5
-rw-r--r--pdebuild-internal2
-rw-r--r--testsuite/normal/iostat3350
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sarge.log162
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sid.log182
-rw-r--r--testsuite/normal/pbuilder-create-sarge.log771
-rw-r--r--testsuite/normal/pbuilder-create-sid.log1009
-rw-r--r--testsuite/normal/pbuilder-execute-sarge.log6
-rw-r--r--testsuite/normal/pbuilder-execute-sid.log6
-rw-r--r--testsuite/normal/pdebuild-internal-sarge.log262
-rw-r--r--testsuite/normal/pdebuild-internal-sid.log633
-rw-r--r--testsuite/normal/pdebuild-normal-sarge.log187
-rw-r--r--testsuite/normal/pdebuild-normal-sid.log198
-rw-r--r--testsuite/normal/vmstat1422
-rw-r--r--testsuite/run-test.log2
18 files changed, 2692 insertions, 5528 deletions
diff --git a/ChangeLog b/ChangeLog
index 84a0b45..471c9ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-07-02 Junichi Uekawa <dancer@debian.org>
+
+ * testsuite/run-test.log: failure to run pdebuild-internal-sid-dsh
+ is correct; until fixed pbuilder is in archive proper, it
+ will fail.
+
+ * debian/changelog: prepare for release.
+
+ * debian/TODO: updated todo list.
+
+ * pdebuild-internal: add missing --force-yes to pbuilder install.
+
2005-06-25 Junichi Uekawa <dancer@debian.org>
* pbuilder-user-mode-linux: use configured PATH instead of hard-coded PATH.
diff --git a/debian/TODO b/debian/TODO
index 8c57230..cdd7017 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,5 +1,7 @@
TODO and possible bugs:
+* When 314858 is fixed, revert back to using --variant=buildd for debootstrap
+
* Use pbuilder cache in pdebuild-internal (2353237)
* BUG: Too many options! Creeping featurism!!
diff --git a/debian/changelog b/debian/changelog
index 45a5229..2cd10c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pbuilder (0.128) UNRELEASED; urgency=low
+pbuilder (0.128) unstable; urgency=low
* Add example framework to test package inside chroot
- B92test-pkg
@@ -9,6 +9,8 @@ pbuilder (0.128) UNRELEASED; urgency=low
* Support '--distribution experimental'.
"pbuilder: Please add support for experimental", thanks to
Emanuele Rocca (Closes: #308813).
+ and also support working with new apt-get by using --force-yes.
+ (closes: 316281).
* Feature enhancement: "pbuilder: Clean apt cache ", thanks to Daniel Schepler
implement --autocleanaptcache option.
(Closes: #185227).
@@ -21,8 +23,11 @@ pbuilder (0.128) UNRELEASED; urgency=low
thanks to Roberto C. Sanchez (Closes: #312153).
* Bug fix: "pbuilder: Support for preserving environment PATH", thanks
to Brian Nelson (Closes: #306448).
+ * work around debootstrap 3.0.0 bug which fails to build sid chroot
+ with --variant=buildd, by not passing --variant=buildd,
+ see 314858
- -- Junichi Uekawa <dancer@debian.org> Sat, 25 Jun 2005 15:27:08 +0900
+ -- Junichi Uekawa <dancer@debian.org> Sat, 2 Jul 2005 13:20:23 +0900
pbuilder (0.127) unstable; urgency=low
diff --git a/pbuilderrc b/pbuilderrc
index 2aa8525..4530c5f 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -51,8 +51,9 @@ BUILDUSERID=1234
BINDMOUNTS=""
# Set the debootstrap variant to 'buildd' type.
-DEBOOTSTRAPOPTS[0]='--variant=buildd'
-# unset DEBOOTSTRAPOPTS
+# DEBOOTSTRAPOPTS[0]='--variant=buildd'
+# or work around bug in debootstrap 3.0.0 (314858)
+unset DEBOOTSTRAPOPTS
# Set the PATH I am going to use inside pbuilder: default is "/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
diff --git a/pdebuild-internal b/pdebuild-internal
index 88f5f0d..61cb602 100644
--- a/pdebuild-internal
+++ b/pdebuild-internal
@@ -29,7 +29,7 @@ set -e
echo "Using: $Id$"
# I am probably running as root; make sure I have pbuilder installed here.
-apt-get install -y pbuilder
+apt-get install -y --force-yes pbuilder
# I'm not going to have the same LOGNAME as outside, I'm root.
export LOGNAME=root
diff --git a/testsuite/normal/iostat b/testsuite/normal/iostat
index cdb62b4..8962a19 100644
--- a/testsuite/normal/iostat
+++ b/testsuite/normal/iostat
@@ -1,3414 +1,2298 @@
-Linux 2.6.9 (ibookg4) 06/04/05
+Linux 2.6.13-rc1 (atoron) 07/02/05
-Time: 14:07:56
+Time: 13:51: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 3.17 83.65 10.99 7.90 387.12 732.90 193.56 366.45 59.30 3.68 193.93 5.84 11.03
+hda 0.62 140.44 24.43 29.96 487.31 1365.73 243.65 682.87 34.07 5.26 96.49 2.92 15.88
-Time: 14:07:57
+Time: 13:51: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 2.97 12.87 60.40 4.95 1433.66 142.57 716.83 71.29 24.12 1.07 19.33 9.76 63.76
+hda 0.00 1.00 85.00 3.00 1752.00 32.00 876.00 16.00 20.27 0.83 10.50 5.56 48.90
-Time: 14:07:58
+Time: 13:51: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 2.02 0.00 7.07 0.00 323.23 0.00 161.62 0.00 45.71 0.10 13.57 13.57 9.60
+hda 0.00 0.00 13.86 0.99 245.54 7.92 122.77 3.96 17.07 0.08 5.27 2.87 4.26
-Time: 14:07:59
+Time: 13:51: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: 14:08: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: 14:08: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 60.00 3018.00 59.00 1.00 2288.00 24576.00 1144.00 12288.00 447.73 20.27 11.45 8.43 50.60
-
-Time: 14:08: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 9.00 0.00 100.00 12.00 4152.00 0.00 2076.00 0.00 37.07 52.11 138.18 8.94 100.10
-
-Time: 14:08: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 63.64 0.00 73.74 13.13 2666.67 0.00 1333.33 0.00 30.70 37.58 314.42 11.64 101.11
+hda 0.00 37.62 0.00 2.97 0.00 324.75 0.00 162.38 109.33 0.01 3.33 3.33 0.99
-Time: 14:08:04
+Time: 13:51: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 139.00 0.00 58.00 5.00 1624.00 0.00 812.00 0.00 25.78 27.37 256.44 15.89 100.10
+hda 0.00 12.87 0.00 1.98 0.00 118.81 0.00 59.41 60.00 0.01 3.00 3.00 0.59
-Time: 14:08:05
+Time: 13:51: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 27.00 901.00 23.00 34.00 576.00 7328.00 288.00 3664.00 138.67 14.52 1596.44 17.39 99.10
+hda 0.00 15.84 9.90 7.92 79.21 190.10 39.60 95.05 15.11 0.07 3.83 3.61 6.44
-Time: 14:08:06
+Time: 13:51: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 16.00 0.00 6.00 0.00 144.00 0.00 72.00 24.00 0.01 185.50 0.67 0.40
+hda 0.00 3441.41 0.00 41.41 0.00 27862.63 0.00 13931.31 672.78 3.51 84.80 7.20 29.80
-Time: 14:08:07
+Time: 13:51: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
-Time: 14:08:08
+Time: 13:51: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: 14:08: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
-
-Time: 14:08: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 3.03 0.00 5.05 0.00 64.65 0.00 32.32 12.80 0.00 0.20 0.20 0.10
+hda 0.00 0.00 2.00 0.00 64.00 0.00 32.00 0.00 32.00 0.01 4.00 4.00 0.80
-Time: 14:08:11
+Time: 13:51: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 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 14:08:12
+Time: 13:51: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 1.98 0.00 4.95 0.00 55.45 0.00 27.72 11.20 0.00 0.00 0.00 0.00
-Time: 14:08:13
+Time: 13:51: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: 14:08:14
+Time: 13:51: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: 14:08:15
+Time: 13:51: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 1731.31 0.00 7.07 0.00 14149.49 0.00 7074.75 2001.14 4.37 31.71 19.86 14.04
+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
-Time: 14:08:16
+Time: 13:51: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 18.63 0.00 31.37 0.00 164.71 0.00 82.35 5.25 7.43 365.00 11.91 37.35
-
-Time: 14:08: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
+hda 0.00 14.00 0.00 3.00 0.00 136.00 0.00 68.00 45.33 0.01 3.00 2.00 0.60
-Time: 14:08:18
+Time: 13:51: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 2.97 0.00 23.76 0.00 11.88 8.00 0.01 3.00 1.00 0.30
+hda 0.00 3002.94 0.00 37.25 0.00 24352.94 0.00 12176.47 653.68 5.31 141.76 7.58 28.24
-Time: 14:08:19
+Time: 13:51: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 3.00 0.00 24.00 0.00 12.00 0.00 8.00 0.04 11.67 11.67 3.50
+hda 0.00 2.00 0.00 12.00 0.00 88.00 0.00 44.00 7.33 0.04 5.50 1.17 1.40
-Time: 14:08:20
+Time: 13:51: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 2016.16 0.00 80.81 0.00 17511.11 0.00 8755.56 216.70 14.94 41.51 1.61 13.03
+hda 0.00 533.33 0.00 12.12 0.00 4363.64 0.00 2181.82 360.00 0.39 31.92 5.42 6.57
-Time: 14:08: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 27.72 0.00 92.08 0.00 237.62 0.00 118.81 2.58 17.44 312.72 7.25 66.73
-
-Time: 14:08: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
-
-Time: 14:08: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 3.96 0.00 33.66 0.00 300.99 0.00 150.50 8.94 0.11 3.38 0.21 0.69
-
-Time: 14:08:24
+Time: 13:51: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 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 14:08:25
+Time: 13:51: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 1986.00 4.00 5.00 32.00 16112.00 16.00 8056.00 1793.78 3.09 22.44 16.78 15.10
+hda 0.00 2.97 0.00 0.99 0.00 31.68 0.00 15.84 32.00 0.00 3.00 3.00 0.30
-Time: 14:08:26
+Time: 13:51: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 18.45 0.00 24.27 0.00 163.11 0.00 81.55 6.72 7.06 406.44 15.32 37.18
-
-Time: 14:08: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 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 2792.00 6.00 62.00 48.00 22984.00 24.00 11492.00 338.71 8.67 62.78 4.69 31.90
-Time: 14:08:28
+Time: 13:51: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 1.98 0.00 23.76 0.00 205.94 0.00 102.97 8.67 0.05 2.21 0.17 0.40
+hda 0.00 42.57 1.98 20.79 15.84 372.28 7.92 186.14 17.04 1.91 275.13 12.87 29.31
-Time: 14:08:29
+Time: 13:51: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: 14:08:30
+Time: 13:51: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 1047.47 2.02 12.12 24.24 8961.62 12.12 4480.81 635.43 7.44 31.07 10.86 15.35
+hda 0.00 18.18 13.13 7.07 670.71 202.02 335.35 101.01 43.20 0.23 11.30 4.90 9.90
-Time: 14:08:31
+Time: 13:51: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 22.77 0.99 61.39 0.00 198.02 0.00 99.01 3.17 14.59 343.90 6.22 38.81
+hda 0.00 3207.77 0.97 80.58 7.77 26998.06 3.88 13499.03 331.14 6.94 75.06 3.70 30.19
-Time: 14:08:32
+Time: 13:51: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 3.03 0.00 24.24 0.00 12.12 0.00 8.00 0.05 16.00 11.00 3.33
+hda 0.00 3455.00 19.00 143.00 392.00 29360.00 196.00 14680.00 183.65 69.34 174.72 5.25 85.10
-Time: 14:08:33
+Time: 13:51: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 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.04 20.50 20.50 4.10
+hda 0.00 3283.00 18.00 154.00 272.00 27312.00 136.00 13656.00 160.37 144.48 539.58 5.83 100.20
-Time: 14:08:34
+Time: 13:51: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 10.89 2.97 166.34 23.76 83.17 11.88 13.71 0.28 20.14 4.86 6.73
+hda 0.00 2791.09 0.00 196.04 0.00 23271.29 0.00 11635.64 118.71 119.62 882.24 5.06 99.21
-Time: 14:08:35
+Time: 13:51: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 1898.99 1.01 15.15 8.08 15797.98 4.04 7898.99 978.00 7.49 32.25 8.75 14.14
+hda 0.00 1473.74 1.01 163.64 8.08 12686.87 4.04 6343.43 77.10 8.23 293.02 3.54 58.28
-Time: 14:08:36
+Time: 13:51: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 29.29 0.00 62.63 0.00 250.51 0.00 125.25 4.00 22.32 467.68 8.53 53.43
+hda 0.00 67.65 0.00 23.53 0.00 745.10 0.00 372.55 31.67 0.07 2.79 1.38 3.24
-Time: 14:08:37
+Time: 13:51: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.92 0.00 27.88 0.00 1115.38 0.00 557.69 0.00 40.00 0.92 32.83 8.21 22.88
+hda 0.00 1217.60 0.00 80.80 0.00 10387.20 0.00 5193.60 128.55 4.83 59.77 3.29 26.56
-Time: 14:08:38
+Time: 13:51: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 19.39 11.22 293.88 89.80 146.94 44.90 12.53 0.64 20.97 3.87 11.84
+hda 0.00 62.00 1.00 8.00 8.00 560.00 4.00 280.00 63.11 0.05 5.89 2.89 2.60
-Time: 14:08:39
+Time: 13:51: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 1776.00 9.00 135.00 80.00 15352.00 40.00 7676.00 107.17 32.94 197.49 5.88 84.60
+hda 0.00 4536.63 2.97 26.73 23.76 36863.37 11.88 18431.68 1241.87 2.03 7.83 5.20 15.45
-Time: 14:08:40
+Time: 13:51: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.98 4336.63 25.74 73.27 1100.99 36475.25 550.50 18237.62 379.52 25.61 208.74 8.98 88.91
+hda 0.00 479.00 1.00 81.00 8.00 4128.00 4.00 2064.00 50.44 6.54 101.91 4.99 40.90
-Time: 14:08:41
+Time: 13:51: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 1570.71 13.13 66.67 993.94 13082.83 496.97 6541.41 176.41 149.16 381.49 12.67 101.11
+hda 0.00 685.00 1.00 62.00 64.00 5976.00 32.00 2988.00 95.87 0.26 4.05 1.54 9.70
-Time: 14:08:42
+Time: 13:51: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 519.80 13.86 76.24 689.11 4324.75 344.55 2162.38 55.65 131.48 1164.15 11.00 99.11
+hda 0.00 402.00 1.00 310.00 8.00 6544.00 4.00 3272.00 21.07 68.34 144.48 2.07 64.50
-Time: 14:08:44
+Time: 13:51: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 9.00 55.00 592.00 0.00 296.00 0.00 9.25 71.29 2030.39 15.64 100.10
+hda 0.00 96.12 0.00 299.03 0.00 2337.86 0.00 1168.93 7.82 55.21 260.62 2.55 76.21
-Time: 14:08:45
+Time: 13:52: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 570.00 30.00 47.00 1016.00 4584.00 508.00 2292.00 72.73 21.31 1503.73 12.97 99.90
+hda 0.00 27.12 0.00 6.78 0.00 271.19 0.00 135.59 40.00 0.00 0.38 0.38 0.25
-Time: 14:08:46
+Time: 13:52: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 9.09 3037.37 33.33 7.07 1123.23 25389.90 561.62 12694.95 656.20 8.84 51.52 13.82 55.86
+hda 0.00 286.27 0.00 35.29 0.00 2572.55 0.00 1286.27 72.89 0.05 1.28 1.22 4.31
-Time: 14:08:47
+Time: 13:52: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 12.87 36.63 332.67 31.68 166.34 15.84 7.36 116.59 488.12 20.02 99.11
+hda 0.00 39.60 0.99 17.82 7.92 459.41 3.96 229.70 24.84 0.01 0.74 0.74 1.39
-Time: 14:08:48
+Time: 13:52: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 387.88 34.34 113.13 541.41 3224.24 270.71 1612.12 25.53 38.02 948.01 6.83 100.71
+hda 0.00 804.00 1.00 124.00 8.00 7424.00 4.00 3712.00 59.46 0.30 2.42 0.99 12.40
-Time: 14:08:49
+Time: 13:52: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 316.83 61.39 75.25 697.03 3136.63 348.51 1568.32 28.06 1.57 11.67 4.91 67.13
+hda 0.00 2873.00 1.00 158.00 8.00 24256.00 4.00 12128.00 152.60 4.06 25.56 2.55 40.50
-Time: 14:08:50
+Time: 13:52: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 1328.71 11.88 89.11 142.57 11350.50 71.29 5675.25 113.80 28.27 279.64 7.39 74.65
+hda 0.00 2933.33 1.01 252.53 8.08 25494.95 4.04 12747.47 100.59 5.06 19.96 1.94 49.29
-Time: 14:08:51
+Time: 13:52: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 1.00 224.00 74.00 48.00 1208.00 2192.00 604.00 1096.00 27.87 1.10 9.23 3.67 44.80
+hda 0.00 4201.98 0.00 151.49 0.00 35128.71 0.00 17564.36 231.90 2.90 4.05 0.97 14.65
-Time: 14:08:52
+Time: 13:52: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 3462.00 5.00 53.00 1144.00 28224.00 572.00 14112.00 506.34 23.68 230.69 12.02 69.70
+hda 0.00 1952.00 1.00 297.00 8.00 17696.00 4.00 8848.00 59.41 5.89 27.53 2.01 59.80
-Time: 14:08:53
+Time: 13:52: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 444.00 12.00 43.00 232.00 3768.00 116.00 1884.00 72.73 4.16 263.07 12.85 70.70
+hda 0.00 2777.45 0.00 347.06 0.00 24988.24 0.00 12494.12 72.00 0.81 2.34 1.20 41.57
-Time: 14:08:54
+Time: 13:52: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 892.00 1.00 89.00 64.00 7848.00 32.00 3924.00 87.91 1.24 13.81 3.87 34.80
+hda 1.01 2484.85 3.03 232.32 40.40 21745.45 20.20 10872.73 92.57 0.90 3.82 1.54 36.26
-Time: 14:08:55
+Time: 13:52: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 2.97 798.02 52.48 88.12 6883.17 7097.03 3441.58 3548.51 99.44 1.93 13.70 4.46 62.67
+hda 0.00 146.00 0.00 89.00 0.00 1880.00 0.00 940.00 21.12 0.13 1.44 0.47 4.20
-Time: 14:08:56
+Time: 13:52: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 2013.00 0.00 49.00 88.00 16488.00 44.00 8244.00 338.29 17.85 363.82 19.88 97.40
+hda 0.00 827.00 0.00 497.00 0.00 10600.00 0.00 5300.00 21.33 1.89 3.80 1.05 52.40
-Time: 14:08:57
+Time: 13:52: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 5.05 409.09 68.69 49.49 2577.78 3725.25 1288.89 1862.63 53.33 3.71 21.79 5.21 61.62
+hda 0.00 449.00 0.00 229.00 0.00 5416.00 0.00 2708.00 23.65 0.51 2.25 1.09 25.00
-Time: 14:08:58
+Time: 13:52: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 2.00 1674.00 16.00 129.00 1904.00 14376.00 952.00 7188.00 112.28 13.56 101.37 6.18 89.60
+hda 0.00 6.00 0.00 6.00 0.00 96.00 0.00 48.00 16.00 0.00 0.17 0.17 0.10
-Time: 14:08:59
+Time: 13:52: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 4.00 1186.00 26.00 118.00 1832.00 10424.00 916.00 5212.00 85.11 2.01 13.99 4.81 69.20
+hda 0.00 211.11 0.00 76.77 0.00 2311.11 0.00 1155.56 30.11 0.07 0.91 0.95 7.27
-Time: 14:09:00
+Time: 13:52: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 400.00 43.43 100.00 6933.33 4000.00 3466.67 2000.00 76.23 0.63 4.42 2.32 33.23
+hda 0.00 919.61 0.00 463.73 0.00 11058.82 0.00 5529.41 23.85 11.38 24.54 1.58 73.14
-Time: 14:09:01
+Time: 13:52: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 3247.52 4.95 180.20 1227.72 27722.77 613.86 13861.39 156.36 94.08 386.48 4.86 90.00
+hda 0.00 689.00 0.00 271.00 0.00 7680.00 0.00 3840.00 28.34 0.30 1.12 1.00 27.10
-Time: 14:09: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 472.28 6.93 52.48 55.45 3904.95 27.72 1952.48 66.67 11.37 569.17 16.02 95.15
-
-Time: 14:09: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 3.03 942.42 19.19 127.27 1737.37 8557.58 868.69 4278.79 70.29 3.07 21.48 5.34 78.18
-
-Time: 14:09: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 1.96 520.59 5.88 214.71 258.82 6760.78 129.41 3380.39 31.82 89.68 212.85 4.16 91.76
-
-Time: 14:09: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 165.31 5.10 261.22 89.80 2522.45 44.90 1261.22 9.81 77.33 456.57 3.75 100.00
-
-Time: 14:09: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.99 982.18 12.87 109.90 1100.99 8704.95 550.50 4352.48 79.87 3.67 31.60 6.60 81.09
-
-Time: 14:09: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 2.00 683.00 36.00 89.00 1408.00 6176.00 704.00 3088.00 60.67 0.97 7.76 5.92 74.00
-
-Time: 14:09: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 4.04 1216.16 33.33 74.75 2165.66 10327.27 1082.83 5163.64 115.59 3.30 30.52 8.15 88.08
-
-Time: 14:09: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 731.37 28.43 69.61 1027.45 6407.84 513.73 3203.92 75.84 1.75 17.84 8.55 83.82
-
-Time: 14:09: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 3.00 750.00 58.00 57.00 2240.00 6568.00 1120.00 3284.00 76.59 3.90 32.64 7.65 88.00
-
-Time: 14:09: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 1.00 414.00 33.00 97.00 480.00 3984.00 240.00 1992.00 34.34 1.81 15.00 6.07 78.90
-
-Time: 14:09: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 690.00 31.00 261.00 264.00 7608.00 132.00 3804.00 26.96 0.58 2.00 1.98 57.80
-
-Time: 14:09: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 469.00 17.00 194.00 136.00 5296.00 68.00 2648.00 25.74 0.44 2.09 2.06 43.50
-
-Time: 14:09: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 606.06 40.40 221.21 404.04 6618.18 202.02 3309.09 26.84 0.74 2.76 2.83 73.94
-
-Time: 14:09: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 379.00 30.00 102.00 584.00 3848.00 292.00 1924.00 33.58 0.75 5.84 4.51 59.50
-
-Time: 14:09:16
+Time: 13:52: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: 14:09: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: 14:09: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 30.69 1.98 10.89 15.84 332.67 7.92 166.34 27.08 0.02 1.23 1.23 1.58
-
-Time: 14:09: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 2.00 969.00 47.00 62.00 5784.00 8248.00 2892.00 4124.00 128.73 4.67 42.69 6.51 71.00
-
-Time: 14:09: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.01 1720.20 13.13 79.80 1478.79 14400.00 739.39 7200.00 170.87 14.18 152.55 9.58 88.99
-
-Time: 14:09: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 7.92 980.20 85.15 46.53 3342.57 8213.86 1671.29 4106.93 87.76 4.39 33.35 6.95 91.58
-
-Time: 14:09: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 3.00 1366.00 37.00 73.00 5136.00 11512.00 2568.00 5756.00 151.35 2.03 18.47 7.32 80.50
-
-Time: 14:09: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 1.00 1213.00 37.00 39.00 7544.00 10040.00 3772.00 5020.00 231.37 7.09 92.42 10.13 77.00
-
-Time: 14:09: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 2.97 2341.58 26.73 67.33 926.73 19247.52 463.37 9623.76 214.48 19.87 211.99 9.85 92.67
-
-Time: 14:09: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 1.00 1515.00 19.00 81.00 2208.00 12776.00 1104.00 6388.00 149.84 4.49 44.76 8.38 83.80
-
-Time: 14:09: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 1.00 1783.00 39.00 60.00 2808.00 14768.00 1404.00 7384.00 177.54 6.78 48.93 7.21 71.40
-
-Time: 14:09: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 4.00 532.00 47.00 94.00 2856.00 4976.00 1428.00 2488.00 55.55 2.77 33.47 5.91 83.40
-
-Time: 14:09: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 2.02 2692.93 45.45 124.24 5204.04 22973.74 2602.02 11486.87 166.05 47.49 117.66 5.17 87.68
-
-Time: 14:09: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 2.02 186.87 20.20 66.67 460.61 1680.81 230.30 840.40 24.65 19.91 537.50 11.50 99.90
-
-Time: 14:09: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 2443.69 27.18 129.13 4077.67 20932.04 2038.83 10466.02 160.00 34.46 82.09 5.20 81.36
-
-Time: 14:09: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 181.00 12.00 72.00 216.00 1576.00 108.00 788.00 21.33 17.95 487.50 10.17 85.40
-
-Time: 14:09: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 10.20 158.16 118.37 74.49 7020.41 1869.39 3510.20 934.69 46.10 2.14 11.07 5.04 97.24
-
-Time: 14:09: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 12.87 184.16 46.53 100.99 2851.49 2297.03 1425.74 1148.51 34.90 1.63 10.95 5.02 74.06
-
-Time: 14:09: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 9.09 215.15 77.78 89.90 1591.92 2416.16 795.96 1208.08 23.90 4.63 27.75 5.33 89.39
-
-Time: 14:09: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 2.97 190.10 21.78 180.20 411.88 4174.26 205.94 2087.13 22.71 92.65 231.40 4.59 92.67
-
-Time: 14:09: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 3.00 33.00 12.00 238.00 304.00 944.00 152.00 472.00 4.99 75.12 485.95 3.82 95.60
-
-Time: 14:09: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 3.03 0.00 82.83 0.00 3167.68 0.00 1583.84 0.00 38.24 1.19 14.35 7.24 60.00
-
-Time: 14:09: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.99 3252.48 10.89 5.94 253.47 26233.66 126.73 13116.83 1573.65 2.56 6.18 12.76 21.49
-
-Time: 14:09: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 47.00 4.00 26.00 16.00 416.00 8.00 208.00 14.40 11.04 450.73 32.40 97.20
-
-Time: 14:09: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 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-
-Time: 14:09: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 2194.06 2.97 34.65 23.76 17972.28 11.88 8986.14 478.32 8.06 210.74 12.87 48.42
-
-Time: 14:09: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 1.01 531.31 30.30 35.35 476.77 4387.88 238.38 2193.94 74.09 5.43 84.77 11.60 76.16
-
-Time: 14:09: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 1419.00 17.00 43.00 136.00 11696.00 68.00 5848.00 197.20 10.25 170.90 9.95 59.70
-
-Time: 14:09: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 2.00 0.00 6.00 0.00 328.00 0.00 164.00 0.00 54.67 0.08 12.67 11.33 6.80
-
-Time: 14:09: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 1.98 152.48 85.15 43.56 1164.36 1568.32 582.18 784.16 21.23 1.11 8.66 7.12 91.68
-
-Time: 14:09: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 1.00 0.00 50.00 0.00 800.00 0.00 400.00 0.00 16.00 0.55 10.72 10.92 54.60
-
-Time: 14:09: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 8.00 0.00 148.00 0.00 3640.00 0.00 1820.00 0.00 24.59 0.56 3.82 2.90 42.90
-
-Time: 14:09: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 2.00 0.00 177.00 0.00 3152.00 0.00 1576.00 0.00 17.81 0.75 4.23 3.20 56.70
-
-Time: 14:09: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 5.00 0.00 126.00 0.00 4592.00 0.00 2296.00 0.00 36.44 0.54 4.25 3.38 42.60
-
-Time: 14:09: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 14.00 1216.00 218.00 2.00 5504.00 10144.00 2752.00 5072.00 71.13 1.13 3.62 3.34 73.50
-
-Time: 14:09: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 5.94 74.26 124.75 51.49 2764.36 609.90 1382.18 304.95 19.15 6.12 36.63 5.19 91.49
-
-Time: 14:09: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 9.00 0.00 293.00 0.00 5216.00 0.00 2608.00 0.00 17.80 0.73 2.48 2.49 73.10
-
-Time: 14:09: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 360.00 0.00 3744.00 0.00 1872.00 0.00 10.40 0.83 2.33 2.30 82.70
-
-Time: 14:09: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 6.00 0.00 251.00 0.00 4472.00 0.00 2236.00 0.00 17.82 0.80 3.12 3.03 76.10
-
-Time: 14:09: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 10.89 1352.48 95.05 1.98 6170.30 10914.85 3085.15 5457.43 176.08 0.70 5.92 5.77 55.94
-
-Time: 14:09: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 6.00 8.00 41.00 12.00 2096.00 80.00 1048.00 40.00 41.06 4.58 89.17 17.51 92.80
-
-Time: 14:09: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 11.00 0.00 101.00 0.00 6992.00 0.00 3496.00 0.00 69.23 0.54 5.18 4.69 47.40
-
-Time: 14:09: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 15.00 0.00 123.00 1.00 6184.00 8.00 3092.00 4.00 49.94 0.66 5.25 5.06 62.70
-
-Time: 14:09: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 11.00 0.00 112.00 1.00 5288.00 8.00 2644.00 4.00 46.87 0.70 6.28 5.68 64.20
-
-Time: 14:10: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 15.84 1040.59 103.96 2.97 6067.33 8388.12 3033.66 4194.06 135.19 0.69 6.03 5.74 61.39
-
-Time: 14:10: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 6.00 9.00 71.00 9.00 3432.00 104.00 1716.00 52.00 44.20 2.02 25.85 10.32 82.60
-
-Time: 14:10: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 4.04 0.00 120.20 0.00 3757.58 0.00 1878.79 0.00 31.26 0.93 6.58 6.41 77.07
-
-Time: 14:10: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 654.46 0.00 5243.56 39.60 2621.78 19.80 8.07 2.21 2.45 1.49 97.33
-
-Time: 14:10: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 2.00 0.00 868.00 8.00 7560.00 24.00 3780.00 12.00 8.66 3.60 4.96 1.08 95.00
-
-Time: 14:10: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 21.78 690.10 358.42 2.97 10906.93 5623.76 5453.47 2811.88 45.74 0.56 1.18 1.21 43.66
-
-Time: 14:10: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 8.00 8.00 401.00 12.00 9184.00 80.00 4592.00 40.00 22.43 2.35 6.01 1.74 71.80
-
-Time: 14:10: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 10.00 0.00 179.00 0.00 7880.00 0.00 3940.00 0.00 44.02 0.34 1.94 1.92 34.40
-
-Time: 14:10: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 23.00 0.00 140.00 0.00 8232.00 0.00 4116.00 0.00 58.80 0.35 2.51 2.11 29.50
-
-Time: 14:10: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 2.97 22.77 324.75 75.25 4752.48 784.16 2376.24 392.08 13.84 39.85 99.63 2.39 95.74
-
-Time: 14:10: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 5.00 1160.00 577.00 2.00 9448.00 9424.00 4724.00 4712.00 32.59 0.75 1.12 1.12 64.60
-
-Time: 14:10: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 3.00 8.00 264.00 18.00 4328.00 80.00 2164.00 40.00 15.63 5.90 21.28 3.21 90.50
-
-Time: 14:10: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 7.00 0.00 567.00 0.00 9240.00 0.00 4620.00 0.00 16.30 0.55 0.98 0.97 55.10
-
-Time: 14:10: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 19.00 0.00 235.00 0.00 8032.00 0.00 4016.00 0.00 34.18 0.81 3.45 1.93 45.40
-
-Time: 14:10: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 6.93 0.00 275.25 0.00 6621.78 0.00 3310.89 0.00 24.06 0.70 2.55 2.19 60.20
-
-Time: 14:10: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 5.00 1319.00 73.00 2.00 8120.00 10712.00 4060.00 5356.00 251.09 0.33 2.24 2.19 16.40
-
-Time: 14:10: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 2.97 8.91 107.92 19.80 4839.60 87.13 2419.80 43.56 38.57 5.72 46.05 5.12 65.45
-
-Time: 14:10: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 12.00 0.00 253.00 0.00 8904.00 0.00 4452.00 0.00 35.19 0.44 1.75 1.75 44.30
-
-Time: 14:10: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 4.00 0.00 93.00 0.00 7608.00 0.00 3804.00 0.00 81.81 0.24 2.60 2.48 23.10
-
-Time: 14:10: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.99 0.00 36.63 0.00 8007.92 0.00 4003.96 0.00 218.59 0.19 5.11 5.16 18.91
-
-Time: 14:10: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 12.00 1644.00 104.00 3.00 9848.00 13296.00 4924.00 6648.00 216.30 0.98 6.62 3.79 40.60
-
-Time: 14:10: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 10.00 22.00 17.00 4352.00 96.00 2176.00 48.00 114.05 6.49 173.49 20.95 81.70
-
-Time: 14:10: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 5.00 0.00 49.00 0.00 7064.00 0.00 3532.00 0.00 144.16 0.17 3.39 3.39 16.60
-
-Time: 14:10: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 3.96 0.00 108.91 0.00 6368.32 0.00 3184.16 0.00 58.47 0.58 5.35 5.12 55.74
-
-Time: 14:10: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 2.02 0.00 63.64 0.00 14763.64 0.00 7381.82 0.00 232.00 0.25 4.00 3.84 24.44
-
-Time: 14:10: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 2.97 1581.19 98.02 0.00 10170.30 12784.16 5085.15 6392.08 234.18 0.64 4.25 4.27 41.88
-
-Time: 14: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 1.01 0.00 140.40 10.10 1462.63 0.00 731.31 0.00 9.72 16.10 60.77 6.72 101.11
-
-Time: 14: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 2.94 0.00 117.65 5.88 1835.29 0.00 917.65 0.00 14.86 5.50 84.29 7.94 98.14
-
-Time: 14: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 2.02 8.08 40.40 3.03 5713.13 80.81 2856.57 40.40 133.40 0.52 60.72 6.37 27.68
-
-Time: 14: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 51.00 0.00 6448.00 0.00 3224.00 0.00 126.43 0.25 4.92 3.53 18.00
-
-Time: 14: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 887.00 30.00 2.00 5888.00 7280.00 2944.00 3640.00 411.50 0.30 5.38 4.84 15.50
-
-Time: 14: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 1.00 9.00 41.00 23.00 4328.00 88.00 2164.00 44.00 69.00 5.01 79.77 9.44 60.40
-
-Time: 14: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 3.96 0.00 87.13 0.00 1172.28 0.00 586.14 0.00 13.45 1.87 21.10 11.15 97.13
-
-Time: 14: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 147.47 0.00 1179.80 0.00 589.90 0.00 8.00 1.69 11.89 6.72 99.09
-
-Time: 14: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 20.00 0.00 198.00 4.00 2160.00 32.00 1080.00 16.00 10.85 4.66 22.15 4.96 100.10
-
-Time: 14: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 0.00 119.00 0.00 1040.00 0.00 520.00 0.00 8.74 3.84 30.12 8.41 100.10
-
-Time: 14: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 1.00 224.00 172.00 2.00 1608.00 1856.00 804.00 928.00 19.91 8.71 23.25 5.75 100.10
-
-Time: 14: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 373.27 132.67 8.91 1188.12 3009.90 594.06 1504.95 29.65 4.84 69.87 6.85 96.93
-
-Time: 14: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 1.01 0.00 173.74 0.00 1397.98 0.00 698.99 0.00 8.05 1.57 8.90 5.57 96.77
-
-Time: 14: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 0.00 140.59 0.00 1378.22 0.00 689.11 0.00 9.80 1.32 9.51 6.44 90.59
-
-Time: 14: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 5.05 0.00 106.06 0.00 11434.34 0.00 5717.17 0.00 107.81 1.11 10.51 8.64 91.62
-
-Time: 14: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 5.00 314.00 56.00 11.00 5464.00 2600.00 2732.00 1300.00 120.36 1.06 14.78 8.88 59.50
-
-Time: 14: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 16.00 0.00 172.00 0.00 10848.00 0.00 5424.00 0.00 63.07 5.37 31.08 5.82 100.10
-
-Time: 14: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 7.00 102.00 102.00 10.00 2096.00 896.00 1048.00 448.00 26.71 2.24 20.54 7.86 88.00
-
-Time: 14: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 2.00 306.00 46.00 165.00 2496.00 4264.00 1248.00 2132.00 32.04 109.20 448.14 4.74 100.10
-
-Time: 14: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 1.00 875.00 53.00 99.00 8768.00 7480.00 4384.00 3740.00 106.89 18.14 176.08 5.03 76.40
-
-Time: 14: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 3.00 413.00 37.00 49.00 8464.00 3512.00 4232.00 1756.00 139.26 7.68 158.56 11.06 95.10
-
-Time: 14: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 271.00 988.00 74.00 9.00 4912.00 8216.00 2456.00 4108.00 158.17 36.63 130.66 12.06 100.10
-
-Time: 14: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 269.00 2452.00 79.00 40.00 3856.00 20960.00 1928.00 10480.00 208.54 102.73 393.97 8.41 100.10
-
-Time: 14: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 678.22 0.99 142.57 0.00 5584.16 0.00 2792.08 38.90 102.55 1095.99 6.90 99.11
-
-Time: 14: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 1.00 440.00 24.00 38.00 5656.00 3560.00 2828.00 1780.00 148.65 10.05 587.65 13.65 84.60
-
-Time: 14: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 2322.77 31.68 30.69 6083.17 19152.48 3041.58 9576.24 404.57 11.65 107.57 13.33 83.17
-
-Time: 14: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 1.00 1002.00 24.00 42.00 3904.00 8272.00 1952.00 4136.00 184.48 16.86 316.30 15.05 99.30
-
-Time: 14: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 4062.00 6.00 79.00 768.00 33904.00 384.00 16952.00 407.91 94.48 365.38 11.84 100.60
-
-Time: 14: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 561.39 0.00 109.90 0.00 4586.14 0.00 2293.07 41.73 80.36 1015.93 9.02 99.11
-
-Time: 14: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 1.00 489.00 31.00 33.00 5640.00 3952.00 2820.00 1976.00 149.88 5.54 598.98 11.66 74.60
-
-Time: 14: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 1.00 526.00 32.00 166.00 5640.00 5536.00 2820.00 2768.00 56.44 7.72 38.22 4.45 88.10
-
-Time: 14: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 7.07 2012.12 60.61 23.23 6892.93 16711.11 3446.46 8355.56 281.54 20.57 77.92 10.66 89.39
-
-Time: 14: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 3506.00 48.00 11.00 3920.00 28920.00 1960.00 14460.00 556.61 121.72 254.41 16.97 100.10
-
-Time: 14: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 2.97 1878.22 42.57 67.33 1473.27 15603.96 736.63 7801.98 155.39 146.48 893.00 9.02 99.11
-
-Time: 14: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 4.00 0.00 51.00 11.00 1888.00 0.00 944.00 0.00 30.45 153.55 504.82 16.15 100.10
-
-Time: 14: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 1.00 510.00 25.00 43.00 688.00 4336.00 344.00 2168.00 73.88 147.31 1737.79 14.72 100.10
-
-Time: 14: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 2.00 71.00 16.00 2200.00 112.00 1100.00 56.00 26.57 131.63 800.68 11.52 100.20
-
-Time: 14: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.99 5.94 40.59 15.84 2796.04 182.18 1398.02 91.09 52.77 132.37 1452.54 17.56 99.11
-
-Time: 14: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 8.08 4.04 68.69 23.23 3595.96 226.26 1797.98 113.13 41.58 136.62 1461.77 11.00 101.11
-
-Time: 14: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 1.98 13.86 50.50 23.76 1766.34 459.41 883.17 229.70 29.97 146.51 1967.68 13.35 99.11
-
-Time: 14: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 4.95 1.98 36.63 33.66 1259.41 110.89 629.70 55.45 19.49 135.60 3033.07 14.10 99.11
-
-Time: 14: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 1.01 377.78 46.46 70.71 1349.49 3393.94 674.75 1696.97 40.48 129.92 1745.43 8.63 101.11
-
-Time: 14: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 2.02 48.48 44.44 130.30 4985.86 1583.84 2492.93 791.92 37.60 125.45 1838.83 5.79 101.11
-
-Time: 14: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.99 46.53 53.47 98.02 4665.35 736.63 2332.67 368.32 35.66 104.12 804.62 6.54 99.11
-
-Time: 14: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 1.98 1312.87 62.38 56.44 6091.09 11374.26 3045.54 5687.13 147.00 110.94 779.48 8.34 99.11
-
-Time: 14: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 1.02 8243.88 32.65 111.22 1273.47 66726.53 636.73 33363.27 472.62 128.81 913.07 7.10 102.14
-
-Time: 14: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.99 30.69 34.65 411.88 23.76 205.94 11.88 6.67 69.34 778.29 15.17 99.11
-
-Time: 14: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 0.00 2.00 38.00 5.00 512.00 32.00 256.00 16.00 12.65 52.35 309.58 23.28 100.10
-
-Time: 14: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 0.00 20.00 13.00 272.00 16.00 136.00 8.00 8.73 45.26 1360.00 30.33 100.10
-
-Time: 14: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 3.00 0.00 18.00 14.00 800.00 8.00 400.00 4.00 25.25 32.92 1705.94 31.28 100.10
-
-Time: 14: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 1.00 38.00 14.00 856.00 40.00 428.00 20.00 17.23 23.86 1518.31 19.25 100.10
-
-Time: 14: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 3.96 393.07 82.18 49.50 8435.64 3461.39 4217.82 1730.69 90.35 6.68 510.47 6.88 90.59
-
-Time: 14: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 4.04 0.00 121.21 6.06 2424.24 48.48 1212.12 24.24 19.43 6.33 44.01 7.94 101.11
-
-Time: 14: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 2.97 0.00 42.57 24.75 990.10 150.50 495.05 75.25 16.94 7.22 127.10 8.31 55.94
-
-Time: 14:11:20
+Time: 13:52: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 12.12 0.00 113.13 3.03 2109.09 24.24 1054.55 12.12 18.37 2.55 19.64 8.42 97.78
+hda 0.00 10.00 0.00 6.00 0.00 128.00 0.00 64.00 21.33 0.00 0.17 0.17 0.10
-Time: 14:11:21
+Time: 13:52: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 118.00 11.00 944.00 88.00 472.00 44.00 8.00 7.55 60.45 7.76 100.10
+hda 0.00 30.69 0.00 10.89 0.00 332.67 0.00 166.34 30.55 0.01 1.18 0.55 0.59
-Time: 14:11:22
+Time: 13:52: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 2271.29 92.08 0.99 736.63 18479.21 368.32 9239.60 206.47 27.08 21.50 10.65 99.11
+hda 0.00 233.00 0.00 45.00 0.00 2224.00 0.00 1112.00 49.42 0.05 1.04 0.56 2.50
-Time: 14:11:23
+Time: 13:52: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 85.86 81.82 4.04 670.71 1422.22 335.35 711.11 24.38 50.29 79.49 11.78 101.11
+hda 0.00 2388.89 2.02 216.16 16.16 20840.40 8.08 10420.20 95.59 3.51 16.08 2.02 44.04
-Time: 14:11:24
+Time: 13:52: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 1.96 2.94 79.41 16.67 1176.47 125.49 588.24 62.75 13.55 115.00 269.11 10.21 98.14
+hda 0.00 1911.00 0.00 231.00 0.00 17144.00 0.00 8572.00 74.22 2.42 10.48 1.50 34.70
-Time: 14:11:25
+Time: 13:52: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 4.04 13.13 81.82 26.26 4428.28 339.39 2214.14 169.70 44.11 123.94 539.89 9.36 101.11
+hda 0.00 2492.00 0.00 257.00 0.00 22008.00 0.00 11004.00 85.63 3.73 14.44 2.68 69.00
-Time: 14:11:26
+Time: 13:52: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 217.00 75.00 167.00 1912.00 2728.00 956.00 1364.00 19.17 103.62 1218.71 4.14 100.10
+hda 0.00 1438.38 0.00 313.13 0.00 14092.93 0.00 7046.46 45.01 2.01 6.41 2.21 69.09
-Time: 14:11:27
+Time: 13:52: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 1404.04 17.17 116.16 331.31 11515.15 165.66 5757.58 88.85 17.16 376.58 7.58 101.11
+hda 0.00 2789.22 0.00 266.67 0.00 24352.94 0.00 12176.47 91.32 2.27 8.62 2.07 55.20
-Time: 14:11:28
+Time: 13:52: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 29.70 0.00 62.38 2.97 1433.66 15.84 716.83 7.92 22.18 1.96 33.17 12.76 83.37
+hda 0.00 3570.00 2.00 222.00 16.00 30344.00 8.00 15172.00 135.54 2.90 12.95 2.98 66.80
-Time: 14:11:29
+Time: 13:52: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.99 0.00 58.42 0.00 1465.35 0.00 732.67 0.00 25.08 0.89 15.61 10.32 60.30
+hda 0.00 1412.00 0.00 265.00 0.00 13400.00 0.00 6700.00 50.57 2.30 8.69 2.28 60.50
-Time: 14:11:30
+Time: 13:52: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 1.00 0.00 57.00 0.00 1048.00 0.00 524.00 0.00 18.39 1.31 22.40 13.95 79.50
+hda 0.00 74.26 0.00 31.68 0.00 847.52 0.00 423.76 26.75 0.02 0.66 0.53 1.68
-Time: 14:11:31
+Time: 13:52: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 3.03 26.26 66.67 12.12 1656.57 307.07 828.28 153.54 24.92 1.38 17.87 9.08 71.52
+hda 0.00 1225.00 1.00 267.00 8.00 11944.00 4.00 5972.00 44.60 0.60 2.22 1.09 29.20
-Time: 14:11:32
+Time: 13:52: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 1.98 0.00 24.75 0.00 388.12 0.00 194.06 0.00 15.68 0.33 13.76 10.16 25.15
+hda 0.00 816.00 1.00 391.00 8.00 9664.00 4.00 4832.00 24.67 0.49 1.25 0.91 35.50
-Time: 14:11:33
+Time: 13:52: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 1.00 0.00 48.00 0.00 1440.00 0.00 720.00 0.00 30.00 1.02 21.33 7.56 36.30
+hda 0.00 1256.44 0.99 235.64 7.92 11960.40 3.96 5980.20 50.58 0.55 2.33 0.95 22.38
-Time: 14:11:34
+Time: 13:52: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.00 188.00 111.00 64.00 2288.00 2016.00 1144.00 1008.00 24.59 1.53 8.74 4.63 81.00
+hda 0.00 259.41 1.98 79.21 15.84 2685.15 7.92 1342.57 33.27 0.15 1.88 1.06 8.61
-Time: 14:11:35
+Time: 13:52: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 3.96 509.90 55.45 75.25 2574.26 4681.19 1287.13 2340.59 55.52 1.28 9.70 6.53 85.35
+hda 0.00 182.83 0.00 310.10 0.00 3951.52 0.00 1975.76 12.74 61.63 198.75 2.17 67.17
-Time: 14:11:36
+Time: 13:52: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 4.04 502.02 53.54 54.55 1276.77 4452.53 638.38 2226.26 53.01 2.73 25.31 6.87 74.24
+hda 0.00 11.00 0.00 0.00 8.00 136.00 4.00 68.00 0.00 0.07 0.00 0.00 1.50
-Time: 14:11:37
+Time: 13:52: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 19.00 234.00 57.00 41.00 672.00 2264.00 336.00 1132.00 29.96 5.04 27.82 9.28 90.90
+hda 0.00 151.49 4.95 59.41 55.45 1695.05 27.72 847.52 27.20 0.16 3.51 1.82 11.68
-Time: 14:11:38
+Time: 13:52: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 2.02 16.16 122.22 10.10 1171.72 145.45 585.86 72.73 9.95 4.91 54.47 7.64 101.11
+hda 0.00 826.00 0.00 218.00 0.00 8352.00 0.00 4176.00 38.31 0.37 1.69 0.92 20.00
-Time: 14:11:39
+Time: 13:52: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 25.74 113.86 7.92 1045.54 269.31 522.77 134.65 10.80 4.38 36.25 7.92 96.44
+hda 0.00 682.00 0.00 79.00 0.00 6088.00 0.00 3044.00 77.06 0.15 1.96 1.15 9.10
-Time: 14:11:40
+Time: 13:52: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 1.98 1369.31 28.71 84.16 3730.69 11865.35 1865.35 5932.67 138.18 8.37 22.23 6.86 77.43
+hda 0.00 348.00 0.00 96.00 0.00 3552.00 0.00 1776.00 37.00 0.13 1.39 1.06 10.20
-Time: 14:11:41
+Time: 13:52: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 2.00 347.00 11.00 117.00 992.00 4088.00 496.00 2044.00 39.69 15.03 103.55 6.96 89.10
+hda 0.00 18.63 60.78 9.80 619.61 227.45 309.80 113.73 12.00 0.50 7.04 3.60 25.39
-Time: 14:11:42
+Time: 13:52: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 475.76 18.18 181.82 145.45 4646.46 72.73 2323.23 23.96 34.15 209.61 4.74 94.75
+hda 0.00 387.13 1.98 127.72 39.60 4118.81 19.80 2059.41 32.06 3.64 28.08 2.16 28.02
-Time: 14:11:43
+Time: 13:52: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 12.87 103.96 93.07 47.52 1291.09 1203.96 645.54 601.98 17.75 4.14 29.47 6.42 90.20
+hda 1.00 0.00 36.00 2.00 560.00 16.00 280.00 8.00 15.16 0.19 5.08 4.55 17.30
-Time: 14:11:44
+Time: 13:52: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.96 99.01 45.54 197.03 1750.50 2447.52 875.25 1223.76 17.31 30.20 116.29 3.64 88.22
+hda 0.00 5408.00 1.00 137.00 8.00 44360.00 4.00 22180.00 321.51 23.35 169.22 5.32 73.40
-Time: 14:11:45
+Time: 13:52: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 13.27 37.76 124.49 28.57 6693.88 457.14 3346.94 228.57 46.72 5.82 50.17 5.98 91.53
+hda 0.00 1360.78 0.00 23.53 0.00 11113.73 0.00 5556.86 472.33 0.76 18.62 2.83 6.67
-Time: 14:11:46
+Time: 13:52: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 55.45 107.92 5.94 863.37 499.01 431.68 249.50 11.97 2.30 20.11 8.67 98.71
+hda 0.00 2890.91 0.00 83.84 0.00 23757.58 0.00 11878.79 283.37 4.68 59.81 5.04 42.22
-Time: 14:11:47
+Time: 13:52: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 10.00 89.00 5.00 704.00 112.00 352.00 56.00 8.68 2.25 25.94 10.62 99.80
+hda 0.00 4.00 0.00 5.00 0.00 72.00 0.00 36.00 14.40 0.00 0.20 0.20 0.10
-Time: 14:11:48
+Time: 13:52: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 1.00 127.00 3.00 1024.00 32.00 512.00 16.00 8.12 1.96 14.94 7.69 100.00
+hda 0.00 2898.02 0.00 70.30 0.00 23841.58 0.00 11920.79 339.15 9.40 94.17 3.79 26.63
-Time: 14:11:49
+Time: 13:52: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 42.57 124.75 1.98 998.02 364.36 499.01 182.18 10.75 2.37 15.17 7.82 99.11
+hda 0.00 2768.69 2.02 34.34 48.48 22327.27 24.24 11163.64 615.33 2.26 138.69 10.61 38.59
-Time: 14:11:50
+Time: 13:52: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 70.71 91.92 36.36 2812.12 840.40 1406.06 420.20 28.47 2.06 19.68 7.08 90.81
+hda 0.98 3841.18 12.75 147.06 156.86 31905.88 78.43 15952.94 200.64 5.21 32.93 3.21 51.37
-Time: 14:11:51
+Time: 13:52: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 4.00 168.00 65.00 74.00 1392.00 1936.00 696.00 968.00 23.94 1.36 9.92 5.34 74.20
+hda 0.00 2963.64 4.04 118.18 32.32 24654.55 16.16 12327.27 201.98 19.94 163.11 4.70 57.47
-Time: 14:11:52
+Time: 13:52: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 4.00 297.00 70.00 59.00 1424.00 2896.00 712.00 1448.00 33.49 9.42 64.92 7.38 95.20
+hda 0.00 3430.69 2.97 183.17 31.68 28910.89 15.84 14455.45 155.49 20.55 110.40 3.21 59.70
-Time: 14:11:53
+Time: 13:52: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 29.70 46.53 63.37 31.68 1077.23 657.43 538.61 328.71 18.25 10.13 79.47 10.05 95.54
+hda 0.00 3028.00 7.00 111.00 112.00 25112.00 56.00 12556.00 213.76 5.36 45.44 3.65 43.10
-Time: 14:11:54
+Time: 13:52: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 180.20 351.49 50.50 69.31 1940.59 3287.13 970.30 1643.56 43.64 7.28 90.93 7.08 84.85
+hda 1.00 4655.00 25.00 172.00 448.00 38640.00 224.00 19320.00 198.42 6.34 32.19 2.67 52.60
-Time: 14:11:55
+Time: 13:52: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 22.22 33.33 87.88 13.13 1389.90 371.72 694.95 185.86 17.44 4.34 42.95 9.20 92.93
+hda 1.00 474.00 87.00 215.00 1336.00 5504.00 668.00 2752.00 22.65 0.90 2.95 2.61 78.90
-Time: 14:11:56
+Time: 13:52: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 2.97 49.50 39.60 59.41 1354.46 942.57 677.23 471.29 23.20 2.62 17.89 4.65 46.04
+hda 7.84 0.00 182.35 0.00 3443.14 0.00 1721.57 0.00 18.88 0.75 4.18 2.15 39.22
-Time: 14:11:57
+Time: 13:52: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 11.00 202.00 35.00 69.00 1496.00 2112.00 748.00 1056.00 34.69 24.43 243.14 7.79 81.00
+hda 0.00 634.00 21.00 36.00 280.00 6408.00 140.00 3204.00 117.33 2.52 3.91 1.91 10.90
-Time: 14:11:58
+Time: 13:52: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.00 759.00 29.00 55.00 608.00 7488.00 304.00 3744.00 96.38 25.72 83.85 10.25 86.10
+hda 4.00 139.00 98.00 172.00 2160.00 1440.00 1080.00 720.00 13.33 60.85 233.82 3.09 83.30
-Time: 14:11:59
+Time: 13:52: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.00 54.00 9.00 267.00 464.00 2224.00 232.00 1112.00 9.74 128.66 266.38 3.63 100.10
+hda 5.94 148.51 148.51 7.92 2502.97 1251.49 1251.49 625.74 24.00 0.35 2.33 2.06 32.18
-Time: 14:12:00
+Time: 13:52: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 29.00 111.00 16.00 96.00 512.00 1040.00 256.00 520.00 13.86 13.44 779.12 7.82 87.60
+hda 2.00 1082.00 183.00 29.00 2248.00 8888.00 1124.00 4444.00 52.53 1.63 7.67 1.91 40.40
-Time: 14:12:01
+Time: 13:52: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 90.00 1818.00 39.00 139.00 1424.00 17280.00 712.00 8640.00 105.08 115.00 277.08 5.58 99.40
+hda 17.65 962.75 71.57 41.18 3701.96 8031.37 1850.98 4015.69 104.07 2.25 19.92 3.27 36.86
-Time: 14:12:02
+Time: 13:53: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 39.60 0.00 33.66 106.93 879.21 39.60 439.60 19.80 6.54 119.03 751.72 7.05 99.11
+hda 18.18 1373.74 72.73 6.06 4169.70 11070.71 2084.85 5535.35 193.44 0.35 2.50 2.28 17.98
-Time: 14:12:03
+Time: 13:53: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 25.00 0.00 56.00 16.00 848.00 0.00 424.00 0.00 11.78 60.04 419.90 13.90 100.10
+hda 2.97 19.80 165.35 7.92 5085.15 198.02 2542.57 99.01 30.49 2.19 11.75 4.78 82.77
-Time: 14:12:04
+Time: 13:53: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 3.03 0.00 49.49 52.53 4024.24 0.00 2012.12 0.00 39.45 19.17 1265.63 8.76 89.39
+hda 3.03 0.00 194.95 2.02 5228.28 8.08 2614.14 4.04 26.58 3.08 17.04 4.98 98.18
-Time: 14:12:05
+Time: 13:53: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 3.96 186.14 40.59 218.81 5069.31 4285.15 2534.65 2142.57 36.06 126.31 341.32 3.81 98.81
+hda 5.00 30.00 140.00 1.00 4760.00 248.00 2380.00 124.00 35.52 1.43 10.13 5.28 74.50
-Time: 14:12:06
+Time: 13:53: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 2.00 52.00 22.00 341.00 1472.00 3192.00 736.00 1596.00 12.85 141.14 396.48 2.76 100.20
+hda 0.00 1371.29 569.31 11.88 5790.10 11065.35 2895.05 5532.67 29.00 6.24 10.67 1.70 99.01
-Time: 14:12:07
+Time: 13:53: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 30.69 61.39 34.65 224.75 617.82 1227.72 308.91 613.86 7.11 84.69 461.42 3.52 91.39
+hda 0.00 1294.06 916.83 7.92 7445.54 10439.60 3722.77 5219.80 19.34 0.66 0.75 0.36 33.66
-Time: 14:12:08
+Time: 13:53: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 34.65 109.90 56.44 11.88 1069.31 2233.66 534.65 1116.83 48.35 23.37 16.42 12.64 86.34
+hda 0.00 298.99 473.74 6.06 4080.81 2440.40 2040.40 1220.20 13.59 1.12 1.57 1.20 57.78
-Time: 14:12:09
+Time: 13:53: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 48.00 261.00 15.00 442.00 656.00 4576.00 328.00 2288.00 11.45 119.32 290.28 2.19 100.10
+hda 4.95 585.15 181.19 9.90 6154.46 4736.63 3077.23 2368.32 56.99 1.25 8.59 3.27 62.48
-Time: 14:12:10
+Time: 13:53: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 75.00 556.00 13.00 226.00 704.00 6672.00 352.00 3336.00 30.86 93.98 272.90 4.08 97.50
+hda 4.00 2301.00 85.00 22.00 4448.00 18584.00 2224.00 9292.00 215.25 3.12 28.48 6.50 69.50
-Time: 14:12:11
+Time: 13:53: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 120.00 642.00 69.00 219.00 1688.00 7560.00 844.00 3780.00 32.11 161.09 402.40 5.61 161.60
+hda 4.95 0.00 94.06 0.00 2946.53 0.00 1473.27 0.00 31.33 0.62 7.38 3.28 30.89
-Time: 14:12:12
+Time: 13:53: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 14.14 3.03 77.78 24.24 258.59 12.12 129.29 3.50 40.19 752.05 4.28 34.55
+hda 1.00 1176.00 55.00 8.00 776.00 9592.00 388.00 4796.00 164.57 0.66 4.38 3.29 20.70
-Time: 14:12:13
+Time: 13:53: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 1.96 39.22 19.61 91.18 407.84 392.16 203.92 196.08 7.22 17.86 716.26 4.65 51.47
+hda 8.91 355.45 253.47 22.77 7271.29 2906.93 3635.64 1453.47 36.85 2.24 9.49 2.91 80.50
-Time: 14:12:14
+Time: 13:53: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 1.01 45.45 11.11 44.44 775.76 719.19 387.88 359.60 26.91 0.69 12.42 2.67 14.85
+hda 7.00 579.00 158.00 60.00 4680.00 5952.00 2340.00 2976.00 48.77 8.51 10.02 2.87 62.60
-Time: 14:12:15
+Time: 13:53: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 5.00 176.00 39.00 52.00 720.00 2912.00 360.00 1456.00 39.91 19.71 18.45 5.41 49.20
+hda 0.00 113.00 19.00 305.00 288.00 3248.00 144.00 1624.00 10.91 110.46 282.23 3.10 100.30
-Time: 14:12:16
+Time: 13:53: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 1.00 295.00 46.00 134.00 512.00 3560.00 256.00 1780.00 22.62 142.83 360.08 5.56 100.10
+hda 2.97 0.00 96.04 92.08 2431.68 0.00 1215.84 0.00 12.93 15.81 217.42 3.51 65.94
-Time: 14:12:17
+Time: 13:53: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 1.00 123.00 53.00 61.00 7656.00 1568.00 3828.00 784.00 80.91 134.62 670.39 8.78 100.10
+hda 6.00 1583.00 52.00 4.00 3272.00 12744.00 1636.00 6372.00 286.00 0.57 6.43 4.77 26.70
-Time: 14:12:18
+Time: 13:53: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 23.00 51.00 147.00 408.00 336.00 204.00 168.00 3.76 75.60 1016.16 5.06 100.10
+hda 6.93 8.91 78.22 7.92 3920.79 87.13 1960.40 43.56 46.53 1.98 25.37 6.15 52.97
-Time: 14:12:19
+Time: 13:53: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 60.61 47.47 85.86 589.90 929.29 294.95 464.65 11.39 21.38 377.37 6.38 85.05
+hda 0.00 6.00 0.00 29.00 0.00 280.00 0.00 140.00 9.66 0.05 1.59 0.17 0.50
-Time: 14:12:20
+Time: 13:53: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 38.24 0.98 7.84 7.84 368.63 3.92 184.31 42.67 0.07 8.33 7.89 6.96
+hda 0.00 0.00 24.00 0.00 264.00 0.00 132.00 0.00 11.00 0.11 4.62 3.92 9.40
-Time: 14:12:21
+Time: 13:53: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 12.00 0.00 96.00 0.00 48.00 0.00 8.00 0.16 13.08 13.08 15.70
+hda 0.00 0.00 113.86 0.00 3904.95 0.00 1952.48 0.00 34.30 0.85 7.48 4.10 46.73
-Time: 14:12:22
+Time: 13:53: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 44.00 11.00 14.00 96.00 464.00 48.00 232.00 22.40 0.17 6.84 3.52 8.80
+hda 1.00 2615.00 41.00 0.00 1416.00 21064.00 708.00 10532.00 548.29 1.17 4.76 3.78 15.50
-Time: 14:12:23
+Time: 13:53: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 3.03 356.57 59.60 112.12 735.35 3854.55 367.68 1927.27 26.73 23.79 111.97 4.42 75.96
+hda 2.97 19.80 283.17 17.82 4221.78 166.34 2110.89 83.17 14.58 14.54 50.70 3.31 99.50
-Time: 14:12:24
+Time: 13:53: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 1.00 0.00 9.00 12.00 568.00 0.00 284.00 0.00 27.05 0.37 232.81 7.81 16.40
+hda 2.02 0.00 192.93 2.02 2189.90 8.08 1094.95 4.04 11.27 1.34 8.15 2.95 57.47
-Time: 14:12:25
+Time: 13:53: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 268.00 17.00 134.00 160.00 3224.00 80.00 1612.00 22.41 30.97 205.11 4.05 61.10
+hda 0.00 1.00 0.00 3.00 0.00 32.00 0.00 16.00 10.67 0.00 0.00 0.00 0.00
-Time: 14:12:26
+Time: 13:53: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 77.23 17.82 113.86 190.10 1536.63 95.05 768.32 13.11 13.29 100.92 4.00 52.67
+hda 0.00 0.00 6.00 0.00 48.00 0.00 24.00 0.00 8.00 0.02 3.17 3.17 1.90
-Time: 14:12:27
+Time: 13:53: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 7.00 0.00 14.00 0.00 560.00 0.00 280.00 0.00 40.00 0.13 7.43 7.86 11.00
+hda 1.96 1413.73 137.25 0.00 1458.82 11411.76 729.41 5705.88 93.77 1.86 12.08 5.36 73.63
-Time: 14:12:28
+Time: 13:53: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 91.00 21.00 22.00 248.00 904.00 124.00 452.00 26.79 0.88 21.09 5.35 23.00
+hda 0.00 14.29 111.43 14.29 899.05 129.52 449.52 64.76 8.18 3.22 27.18 7.17 90.19
-Time: 14:12:29
+Time: 13:53: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 82.00 48.00 112.00 496.00 1560.00 248.00 780.00 12.85 7.27 45.42 3.43 54.90
+hda 3.03 0.00 196.97 0.00 4501.01 0.00 2250.51 0.00 22.85 2.17 11.01 5.05 99.39
-Time: 14:12:30
+Time: 13:53: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 11.00 0.00 88.00 0.00 44.00 0.00 8.00 0.07 6.45 6.09 6.70
+hda 19.00 0.00 220.00 0.00 16600.00 0.00 8300.00 0.00 75.45 2.50 11.28 2.75 60.40
-Time: 14:12:31
+Time: 13:53: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 34.65 9.90 17.82 87.13 427.72 43.56 213.86 18.57 0.40 14.36 4.43 12.28
+hda 7.92 0.99 180.20 0.99 11366.34 23.76 5683.17 11.88 62.86 2.66 12.73 4.73 85.74
-Time: 14:12:32
+Time: 13:53: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 229.00 38.00 80.00 10.00 3352.00 384.00 1676.00 192.00 41.51 3.03 32.31 10.50 94.50
+hda 11.88 4035.64 294.06 16.83 13647.52 33394.06 6823.76 16697.03 151.31 11.03 23.63 3.09 96.14
-Time: 14:12:33
+Time: 13:53: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 193.94 0.00 119.19 0.00 3474.75 0.00 1737.37 0.00 29.15 3.74 31.66 8.48 101.11
+hda 10.10 0.00 113.13 33.33 15927.27 0.00 7963.64 0.00 108.74 114.46 167.61 6.91 101.21
-Time: 14:12:34
+Time: 13:53: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 228.43 0.00 97.06 0.00 3215.69 0.00 1607.84 0.00 33.13 3.04 26.87 10.10 98.04
+hda 6.93 203.96 32.67 94.06 5512.87 1671.29 2756.44 835.64 56.69 42.20 1060.16 7.73 98.02
-Time: 14:12:35
+Time: 13:53: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 101.01 0.00 113.13 0.00 2545.45 0.00 1272.73 0.00 22.50 3.78 34.78 8.94 101.11
+hda 0.00 2188.00 34.00 149.00 512.00 19584.00 256.00 9792.00 109.81 53.81 158.07 3.93 71.90
-Time: 14:12:36
+Time: 13:53: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 140.00 0.00 112.00 0.00 2752.00 0.00 1376.00 0.00 24.57 3.92 36.63 8.94 100.10
+hda 0.99 1853.47 19.80 189.11 277.23 16031.68 138.61 8015.84 78.07 80.83 487.44 4.78 99.80
-Time: 14:12:37
+Time: 13:53: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 62.38 61.39 90.10 18.81 2368.32 641.58 1184.16 320.79 27.64 14.07 129.21 9.03 98.32
+hda 3.03 1449.49 14.14 176.77 460.61 13664.65 230.30 6832.32 73.99 55.44 204.86 5.13 97.98
-Time: 14:12:38
+Time: 13:53: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 106.00 0.00 118.00 0.00 3616.00 0.00 1808.00 0.00 30.64 3.32 29.08 8.47 99.90
+hda 0.95 2827.62 18.10 218.10 594.29 24335.24 297.14 12167.62 105.55 142.16 499.91 4.20 99.24
-Time: 14:12:39
+Time: 13:53: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 110.00 0.00 91.00 0.00 1888.00 0.00 944.00 0.00 20.75 3.31 34.89 10.98 99.90
+hda 0.98 2149.02 15.69 126.47 478.43 18196.08 239.22 9098.04 131.37 143.69 748.59 7.00 99.51
-Time: 14:12:40
+Time: 13:53: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 61.39 0.00 92.08 0.00 1370.30 0.00 685.15 0.00 14.88 2.66 30.45 10.75 99.01
+hda 2.00 3758.00 10.00 127.00 840.00 31128.00 420.00 15564.00 233.34 142.75 981.36 7.31 100.20
-Time: 14:12:41
+Time: 13:53: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 70.71 0.00 113.13 0.00 1527.27 0.00 763.64 0.00 13.50 2.45 20.03 8.94 101.11
+hda 8.00 79.00 45.00 64.00 4568.00 656.00 2284.00 328.00 47.93 111.67 730.26 9.20 100.30
-Time: 14:12:42
+Time: 13:53: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 57.00 64.00 107.00 0.00 1312.00 656.00 656.00 328.00 18.39 6.39 19.76 9.36 100.10
+hda 7.00 1.00 16.00 82.00 4152.00 16.00 2076.00 8.00 42.53 53.43 1617.83 10.22 100.20
-Time: 14:12:43
+Time: 13:53: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 21.78 33.66 138.61 18.81 1275.25 285.15 637.62 142.57 9.91 6.11 67.28 6.12 96.34
+hda 5.94 7946.53 31.68 33.66 5441.58 64934.65 2720.79 32467.33 1076.97 41.26 388.47 15.15 99.01
-Time: 14:12:44
+Time: 13:53: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 204.00 0.00 1632.00 0.00 816.00 0.00 8.00 0.79 3.87 3.85 78.50
+hda 0.52 1803.62 12.40 71.32 527.13 14761.76 263.57 7380.88 182.62 118.93 1348.73 11.97 100.23
-Time: 14:12:45
+Time: 13:53: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 189.90 0.00 1519.19 0.00 759.60 0.00 8.00 0.82 4.30 4.32 82.02
+hda 1.98 10076.24 16.83 43.56 673.27 81196.04 336.63 40598.02 1355.54 17.14 1132.52 14.95 90.30
-Time: 14:12:46
+Time: 13:53: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 92.08 0.00 974.26 0.00 487.13 0.00 10.58 1.17 12.86 7.72 71.09
+hda 2.02 0.00 50.51 24.24 703.03 0.00 351.52 0.00 9.41 51.87 211.31 13.54 101.21
-Time: 14:12:47
+Time: 13:53: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 61.39 0.00 483.17 0.00 241.58 0.00 7.87 0.51 8.40 8.39 51.49
+hda 0.93 0.00 136.45 8.41 2205.61 0.00 1102.80 0.00 15.23 37.92 127.68 6.86 99.44
-Time: 14:12:48
+Time: 13:53: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 48.98 51.02 16.33 693.88 522.45 346.94 261.22 18.06 1.23 18.15 9.65 65.00
+hda 2.97 358.42 108.91 12.87 2265.35 2978.22 1132.67 1489.11 43.06 26.79 292.26 8.20 99.90
-Time: 14:12:49
+Time: 13:53: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 19.80 0.00 190.10 0.00 95.05 0.00 9.60 0.26 13.30 8.15 16.14
+hda 1.00 128.00 116.00 35.00 2272.00 1080.00 1136.00 540.00 22.20 21.75 498.34 6.64 100.20
-Time: 14:12:50
+Time: 13:53: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 4.00 0.00 106.00 0.00 1848.00 0.00 924.00 0.00 17.43 1.72 15.51 8.36 88.60
+hda 0.00 1677.00 27.00 30.00 224.00 13640.00 112.00 6820.00 243.23 2.12 38.75 9.89 56.40
-Time: 14:12:51
+Time: 13:53: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 44.00 0.00 41.00 0.00 840.00 0.00 420.00 0.00 20.49 1.42 36.44 8.49 34.80
+hda 0.00 0.00 63.00 0.00 504.00 0.00 252.00 0.00 8.00 0.06 1.02 1.02 6.40
-Time: 14:12:52
+Time: 13:53: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 60.00 14.00 13.00 624.00 592.00 312.00 296.00 45.04 0.14 5.26 4.30 11.60
+hda 0.98 0.00 153.92 0.00 2878.43 0.00 1439.22 0.00 18.70 0.77 5.03 2.27 34.90
-Time: 14:12:53
+Time: 13:53: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.99 23.76 200.00 50.50 1893.07 712.87 946.53 356.44 10.40 12.39 33.15 3.36 84.06
+hda 0.00 1056.44 50.50 79.21 1116.83 9584.16 558.42 4792.08 82.50 23.48 64.27 5.83 75.64
-Time: 14:12:54
+Time: 13:53: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 185.00 16.00 1488.00 0.00 744.00 0.00 7.40 1.95 30.07 4.75 95.50
+hda 0.00 1605.94 41.58 200.00 396.04 13964.36 198.02 6982.18 59.44 9.55 101.96 2.79 67.33
-Time: 14:12:55
+Time: 13:53: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 168.32 0.00 1346.53 0.00 673.27 0.00 8.00 1.77 10.60 5.82 97.92
+hda 0.00 590.29 47.57 120.39 372.82 5669.90 186.41 2834.95 35.98 2.00 12.32 3.22 54.08
-Time: 14:12:56
+Time: 13:53: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 234.34 0.00 1874.75 0.00 937.37 0.00 8.00 1.36 5.70 4.12 96.67
+hda 0.00 204.85 126.21 78.64 5413.59 2267.96 2706.80 1133.98 37.50 0.91 4.42 1.71 35.05
-Time: 14:12:57
+Time: 13:53: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 85.00 177.00 0.00 1408.00 864.00 704.00 432.00 12.84 1.55 8.31 5.19 91.90
+hda 0.00 1668.00 49.00 121.00 472.00 14312.00 236.00 7156.00 86.96 1.41 8.28 2.69 45.70
-Time: 14:12:58
+Time: 13:53: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 889.90 129.29 29.29 1042.42 7167.68 521.21 3583.84 51.77 14.22 90.20 6.21 98.48
+hda 1.02 294.90 97.96 58.16 1967.35 2824.49 983.67 1412.24 30.69 1.14 6.86 3.08 48.16
-Time: 14:12:59
+Time: 13:54: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 9.90 0.00 93.07 0.00 4261.39 0.00 2130.69 0.00 45.79 1.35 14.83 9.30 86.53
+hda 0.00 6.93 70.30 2.97 546.53 79.21 273.27 39.60 8.54 0.27 4.57 2.97 21.78
-Time: 14:13:00
+Time: 13:54: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 2.00 0.00 66.00 0.00 12744.00 0.00 6372.00 0.00 193.09 0.52 7.85 6.42 42.40
+hda 0.00 0.00 324.75 0.00 2772.28 0.00 1386.14 0.00 8.54 0.64 1.97 1.63 52.87
-Time: 14:13:01
+Time: 13:54: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 20.00 0.00 162.00 0.00 11040.00 0.00 5520.00 0.00 68.15 3.00 18.55 4.52 73.30
+hda 1.01 0.00 137.37 0.00 1624.24 0.00 812.12 0.00 11.82 0.79 5.64 4.80 65.96
-Time: 14:13:02
+Time: 13:54: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 35.00 531.00 104.00 0.00 3248.00 4672.00 1624.00 2336.00 76.15 2.40 19.71 7.71 80.20
+hda 0.00 0.00 94.12 0.00 956.86 0.00 478.43 0.00 10.17 0.55 5.96 4.45 41.86
-Time: 14:13:03
+Time: 13:54: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 1.00 255.00 26.00 56.00 448.00 2064.00 224.00 1032.00 30.63 4.99 64.98 9.05 74.20
+hda 1.01 652.53 17.17 35.35 460.61 5519.19 230.30 2759.60 113.85 1.65 31.52 3.71 19.49
-Time: 14: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 2.02 0.00 31.31 0.00 703.03 0.00 351.52 0.00 22.45 0.31 10.23 9.42 29.49
-
-Time: 14:13: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 1.98 0.00 32.67 0.00 855.45 0.00 427.72 0.00 26.18 0.31 9.42 9.00 29.41
-
-Time: 14:13: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 2.97 0.99 28.71 0.99 617.82 71.29 308.91 35.64 23.20 0.61 14.67 10.67 31.68
-
-Time: 14: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 4.04 21.21 71.72 9.09 7773.74 185.86 3886.87 92.93 98.50 2.57 33.94 7.55 61.01
-
-Time: 14: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 4.00 1291.00 69.00 67.00 15896.00 10920.00 7948.00 5460.00 197.18 12.68 77.76 5.79 78.80
-
-Time: 14: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 1.00 1940.00 24.00 45.00 5896.00 16408.00 2948.00 8204.00 323.25 16.25 204.13 13.04 90.00
-
-Time: 14: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 1.98 967.33 19.80 119.80 3445.54 8158.42 1722.77 4079.21 83.12 44.21 327.94 7.10 99.11
-
-Time: 14: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 4422.00 14.00 54.00 3440.00 36488.00 1720.00 18244.00 587.18 29.74 325.22 14.78 100.50
-
-Time: 14: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 2612.12 4.04 78.79 258.59 21987.88 129.29 10993.94 268.59 147.63 628.24 12.22 101.21
-
-Time: 14: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 921.78 0.00 104.95 0.00 7706.93 0.00 3853.47 73.43 124.78 1443.00 9.44 99.11
-
-Time: 14: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 1.00 275.00 18.00 90.00 3608.00 2392.00 1804.00 1196.00 55.56 64.81 1225.24 9.27 100.10
-
-Time: 14: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 2.97 1626.73 32.67 25.74 6598.02 13251.49 3299.01 6625.74 339.80 6.85 257.61 12.85 75.05
-
-Time: 14: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 1.98 4100.99 29.70 34.65 5085.15 33544.55 2542.57 16772.28 600.25 14.24 168.11 15.28 98.32
-
-Time: 14: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 2024.24 11.11 54.55 1082.83 16565.66 541.41 8282.83 268.80 101.57 569.75 15.40 101.11
-
-Time: 14: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.99 0.00 13.86 26.73 2803.96 0.00 1401.98 0.00 69.07 56.52 1022.56 24.41 99.11
-
-Time: 14: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 2.00 0.00 11.00 34.00 2320.00 0.00 1160.00 0.00 51.56 31.41 2036.67 22.24 100.10
-
-Time: 14: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 1.01 630.30 45.45 64.65 9317.17 5551.52 4658.59 2775.76 135.05 16.97 346.78 8.60 94.65
-
-Time: 14: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 4677.23 23.76 121.78 5576.24 39508.91 2788.12 19754.46 309.77 48.36 247.46 6.84 99.60
-
-Time: 14: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.99 2073.27 17.82 29.70 2811.88 16736.63 1405.94 8368.32 411.33 102.91 468.62 20.85 99.11
-
-Time: 14: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 1.01 5.05 19.19 64.65 3878.79 177.78 1939.39 88.89 48.39 63.98 1243.60 12.06 101.11
-
-Time: 14: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.99 1118.81 18.81 17.82 4316.83 9116.83 2158.42 4558.42 366.70 40.64 1169.14 27.05 99.11
-
-Time: 14: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 2.00 2105.00 40.00 57.00 6152.00 17760.00 3076.00 8880.00 246.52 85.14 719.78 10.32 100.10
-
-Time: 14: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 3.00 1905.00 9.00 115.00 488.00 15472.00 244.00 7736.00 128.71 31.17 741.47 8.03 99.60
-
-Time: 14: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.99 2131.68 25.74 10.89 499.01 17283.17 249.50 8641.58 485.41 39.19 176.57 27.05 99.11
-
-Time: 14: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 2.02 0.00 22.22 27.27 533.33 0.00 266.67 0.00 10.78 17.42 774.92 20.43 101.11
-
-Time: 14: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.99 208.91 136.63 9.90 2059.41 1710.89 1029.70 855.45 25.73 7.57 132.66 6.76 99.11
-
-Time: 14: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 1423.76 62.38 54.46 617.82 11817.82 308.91 5908.91 106.44 5.06 46.82 5.95 69.50
-
-Time: 14: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 2.00 1.00 12.00 8.00 112.00 4.00 56.00 9.23 0.04 3.08 1.62 2.10
-
-Time: 14:13:32
+Time: 13:54: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
-Time: 14: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 394.06 37.62 112.87 855.45 4942.57 427.72 2471.29 38.53 38.19 87.94 2.82 42.48
-
-Time: 14: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 45.00 45.00 219.00 664.00 2104.00 332.00 1052.00 10.48 117.59 453.11 3.79 100.10
-
-Time: 14: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 116.16 0.00 273.74 0.00 3208.08 0.00 1604.04 11.72 118.14 418.69 3.69 101.11
-
-Time: 14: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 88.00 0.00 302.00 0.00 2856.00 0.00 1428.00 9.46 115.79 402.39 3.31 100.10
-
-Time: 14: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 2.97 435.64 27.72 176.24 1291.09 4190.10 645.54 2095.05 26.87 13.22 166.25 4.14 84.36
-
-Time: 14: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 2.02 922.22 32.32 168.69 1931.31 8743.43 965.66 4371.72 53.11 13.26 63.72 4.17 83.84
-
-Time: 14:13: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 3.00 228.00 47.00 55.00 3968.00 2248.00 1984.00 1124.00 60.94 3.54 39.18 7.95 81.10
-
-Time: 14:13: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 14.85 1749.50 18.81 109.90 1251.49 14883.17 625.74 7441.58 125.35 12.76 98.27 6.53 84.06
-
-Time: 14: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 43.43 418.18 162.63 139.39 3628.28 4460.61 1814.14 2230.30 26.78 3.01 10.44 2.76 83.43
-
-Time: 14: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 203.96 151.49 89.11 1932.67 2336.63 966.34 1168.32 17.74 2.51 10.44 2.90 69.80
-
-Time: 14: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 1.00 139.00 29.00 43.00 360.00 1456.00 180.00 728.00 25.22 0.38 5.31 2.94 21.20
-
-Time: 14:13: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 2.00 0.00 83.00 0.00 1760.00 0.00 880.00 0.00 21.20 0.99 11.82 3.66 30.40
-
-Time: 14:13: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 38.38 0.00 428.28 0.00 214.14 0.00 11.16 0.47 12.71 2.82 10.81
-
-Time: 14:13: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 20.00 0.00 384.00 0.00 192.00 0.00 19.20 0.27 13.70 6.50 13.00
-
-Time: 14: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 4.00 0.00 176.00 0.00 88.00 0.00 44.00 0.04 11.00 5.75 2.30
-
-Time: 14: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 2.00 581.00 439.00 17.00 5712.00 4816.00 2856.00 2408.00 23.09 12.92 23.94 1.96 89.30
-
-Time: 14:13: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 46.00 44.00 6.00 584.00 384.00 292.00 192.00 19.36 0.96 59.26 8.34 41.70
-
-Time: 14:13: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 22.77 0.00 332.67 0.00 166.34 0.00 14.61 0.20 9.00 7.52 17.13
-
-Time: 14: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 21.78 0.00 245.54 0.00 122.77 0.00 11.27 0.16 7.23 3.23 7.03
-
-Time: 14: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 0.00 4.04 0.00 64.65 0.00 32.32 0.00 16.00 0.05 11.50 11.50 4.65
-
-Time: 14: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 1.01 21.21 226.26 10.10 2828.28 250.51 1414.14 125.25 13.03 4.25 17.33 1.79 42.22
-
-Time: 14: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 0.00 183.17 0.00 2011.88 0.00 1005.94 0.00 10.98 2.66 15.33 1.81 33.07
-
-Time: 14: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.99 0.00 7.92 0.00 3.96 0.00 8.00 0.01 10.00 10.00 0.99
-
-Time: 14:13:56
+Time: 13:54: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: 14: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 0.00 8.00 0.00 88.00 0.00 44.00 0.00 11.00 0.13 16.25 3.75 3.00
-
-Time: 14: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 22.00 35.00 10.00 400.00 256.00 200.00 128.00 14.58 0.41 9.07 1.80 8.10
-
-Time: 14:13:59
+Time: 13:54: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: 14: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 3.03 0.00 32.32 0.00 16.16 0.00 10.67 0.03 8.67 8.67 2.63
-
-Time: 14: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 5.00 0.00 64.00 0.00 32.00 0.00 12.80 0.06 11.00 9.40 4.70
-
-Time: 14: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 14.85 0.00 134.65 0.00 67.33 0.00 9.07 0.10 6.47 4.93 7.33
-
-Time: 14: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 69.70 0.00 15.15 0.00 678.79 0.00 339.39 44.80 0.03 1.73 0.40 0.61
-
-Time: 14:14:04
+Time: 13:54: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
-Time: 14: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 1.01 0.00 16.16 0.00 8.08 0.00 16.00 0.02 17.00 17.00 1.72
-
-Time: 14: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 0.98 0.00 7.84 0.00 3.92 0.00 8.00 0.02 23.00 23.00 2.25
-
-Time: 14: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 6.06 0.00 56.57 0.00 28.28 0.00 9.33 0.06 9.33 9.33 5.66
-
-Time: 14:14:08
+Time: 13:54: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 91.09 4.95 22.77 55.45 910.89 27.72 455.45 34.86 0.16 5.86 1.68 4.65
+hda 0.00 77.78 1.01 15.15 8.08 743.43 4.04 371.72 46.50 0.05 3.25 1.69 2.73
-Time: 14:14:09
+Time: 13:54: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 2.02 0.00 113.13 0.00 56.57 0.00 56.00 0.05 24.00 24.00 4.85
+hda 0.00 0.00 7.77 0.00 116.50 0.00 58.25 0.00 15.00 0.05 6.12 6.00 4.66
-Time: 14:14:10
+Time: 13:54: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 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 9.00 0.00 232.00 0.00 116.00 0.00 25.78 0.04 4.33 3.78 3.40
-Time: 14:14:11
+Time: 13:54: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: 14:14:12
+Time: 13:54: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
-Time: 14: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 41.00 0.00 10.00 0.00 408.00 0.00 204.00 40.80 0.01 1.00 0.40 0.40
-
-Time: 14: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 0.00 5.94 0.00 87.13 0.00 43.56 0.00 14.67 0.13 21.50 5.00 2.97
-
-Time: 14: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 7.07 0.00 113.13 0.00 56.57 0.00 16.00 0.11 15.43 11.00 7.78
-
-Time: 14: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 30.00 0.00 384.00 0.00 192.00 0.00 12.80 0.33 10.83 4.23 12.70
-
-Time: 14: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 15.84 0.00 205.94 0.00 102.97 0.00 13.00 0.19 12.19 2.62 4.16
-
-Time: 14: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 69.70 2.02 110.10 185.86 2004.04 92.93 1002.02 19.53 35.86 112.07 3.33 37.37
-
-Time: 14: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 45.10 119.61 70.59 1098.04 376.47 549.02 188.24 7.75 19.46 221.20 4.97 94.51
-
-Time: 14: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 0.00 0.00 138.38 0.00 1098.99 0.00 549.49 0.00 7.94 1.44 10.39 7.01 96.97
-
-Time: 14: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 97.98 0.00 840.40 0.00 420.20 0.00 8.58 0.65 6.60 6.29 61.62
-
-Time: 14:14:22
+Time: 13:54: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 478.43 45.10 29.41 980.39 4062.75 490.20 2031.37 67.68 2.22 28.12 9.64 71.86
+hda 0.00 77.00 0.00 19.00 0.00 776.00 0.00 388.00 40.84 0.04 2.32 0.32 0.60
-Time: 14:14:23
+Time: 13:54: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 3.03 0.00 85.86 0.00 13648.48 0.00 6824.24 0.00 158.96 2.33 28.66 7.36 63.23
+hda 0.00 0.00 3.00 0.00 112.00 0.00 56.00 0.00 37.33 0.01 2.67 2.67 0.80
-Time: 14:14:24
+Time: 13:54: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 1.98 860.40 55.45 59.41 12926.73 7358.42 6463.37 3679.21 176.62 14.79 128.78 5.98 68.71
-
-Time: 14: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 1.00 1675.00 14.00 156.00 3328.00 15128.00 1664.00 7564.00 108.56 56.22 242.88 5.68 96.60
+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: 14:14:26
+Time: 13:54: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 1924.75 21.78 144.55 4308.91 16285.15 2154.46 8142.57 123.81 54.36 322.53 5.96 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: 14:14:27
+Time: 13:54: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 2544.90 17.35 40.82 3395.92 21673.47 1697.96 10836.73 431.02 92.84 630.11 17.56 102.14
+hda 2.00 0.00 5.00 0.00 272.00 0.00 136.00 0.00 54.40 0.02 3.20 3.00 1.50
-Time: 14:14:28
+Time: 13:54: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 2029.41 0.00 152.94 0.00 17505.88 0.00 8752.94 114.46 140.06 866.16 6.42 98.14
+hda 0.00 56.00 0.00 18.00 0.00 592.00 0.00 296.00 32.89 0.04 2.00 0.28 0.50
-Time: 14:14:29
+Time: 13:54: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 1.00 2001.00 22.00 104.00 4096.00 16776.00 2048.00 8388.00 165.65 146.49 674.57 7.94 100.10
+hda 0.00 0.00 49.00 0.00 1664.00 0.00 832.00 0.00 33.96 1.17 23.80 4.27 20.90
-Time: 14:14:30
+Time: 13:54: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 1.01 1746.46 16.16 71.72 3620.20 14343.43 1810.10 7171.72 204.41 139.53 1400.46 11.51 101.11
+hda 0.00 0.00 6.93 0.00 174.26 0.00 87.13 0.00 25.14 0.08 11.00 6.29 4.36
-Time: 14:14:31
+Time: 13:54: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 18.00 89.00 2944.00 0.00 1472.00 0.00 27.51 72.87 1682.34 9.36 100.10
+hda 1.01 0.00 22.22 0.00 452.53 0.00 226.26 0.00 20.36 0.14 6.18 5.55 12.32
-Time: 14:14:32
+Time: 13:54: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.99 895.05 29.70 33.66 5077.23 7207.92 2538.61 3603.96 193.88 17.92 1039.23 15.62 99.01
+hda 24.75 0.00 215.84 0.00 18542.57 0.00 9271.29 0.00 85.91 2.37 10.98 3.06 66.04
-Time: 14:14:33
+Time: 13:54: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 6576.00 9.00 56.00 1792.00 54160.00 896.00 27080.00 860.80 113.38 419.35 15.37 99.90
+hda 13.86 576.24 119.80 50.50 11152.48 5013.86 5576.24 2506.93 94.93 9.97 58.54 3.81 64.95
-Time: 14:14:34
+Time: 13:54: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 765.66 0.00 86.87 0.00 6303.03 0.00 3151.52 72.56 111.31 1160.31 11.64 101.11
+hda 5.10 0.00 100.00 0.00 1861.22 0.00 930.61 0.00 18.61 1.81 18.02 8.18 81.84
-Time: 14:14:35
+Time: 13:54: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.99 189.11 7.92 77.23 1782.18 1536.63 891.09 768.32 38.98 42.78 1632.51 11.64 99.11
+hda 0.00 0.00 71.57 0.00 1333.33 0.00 666.67 0.00 18.63 0.53 7.53 5.93 42.45
-Time: 14:14:36
+Time: 13:54: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 74.00 59.00 4.00 11816.00 616.00 5908.00 308.00 197.33 1.05 16.48 11.54 72.70
+hda 11.11 2.02 232.32 4.04 7733.33 48.48 3866.67 24.24 32.92 4.28 16.98 2.36 55.76
-Time: 14:14:37
+Time: 13:54: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 1652.00 42.00 51.00 6472.00 13832.00 3236.00 6916.00 218.32 29.22 188.29 10.76 100.10
+hda 5.94 0.00 178.22 0.00 26938.61 0.00 13469.31 0.00 151.16 1.52 10.02 3.81 67.92
-Time: 14:14:38
+Time: 13:54: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 1.00 5864.00 20.00 40.00 3840.00 47392.00 1920.00 23696.00 853.87 48.94 434.85 16.68 100.10
+hda 0.00 3903.96 7.92 185.15 316.83 33900.99 158.42 16950.50 177.23 59.62 183.89 3.70 71.39
-Time: 14:14:39
+Time: 13:54: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 33.00 12.00 4368.00 0.00 2184.00 0.00 97.07 38.88 339.80 22.24 100.10
+hda 0.99 3302.97 2.97 218.81 142.57 28198.02 71.29 14099.01 127.79 144.05 502.59 4.50 99.90
-Time: 14:14:40
+Time: 13:54: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 12.00 0.00 71.00 8.00 5384.00 16.00 2692.00 8.00 68.35 34.49 286.54 12.67 100.10
+hda 1.00 2665.00 12.00 188.00 664.00 22856.00 332.00 11428.00 117.60 143.82 721.29 5.02 100.40
-Time: 14:14:41
+Time: 13:54: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 12.00 241.00 30.00 17.00 2744.00 2000.00 1372.00 1000.00 100.94 25.70 870.17 21.30 100.10
+hda 6.80 3055.34 9.71 160.19 2578.64 25693.20 1289.32 12846.60 166.40 146.31 820.71 5.90 100.29
-Time: 14:14:42
+Time: 13:54: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 1.00 0.00 40.00 15.00 4216.00 0.00 2108.00 0.00 76.65 12.98 966.60 18.20 100.10
+hda 8.26 881.65 16.51 114.68 3823.85 7471.56 1911.93 3735.78 86.10 127.54 916.69 7.60 99.72
-Time: 14:14:43
+Time: 13:54: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 4426.26 28.28 25.25 1098.99 35846.46 549.49 17923.23 690.11 29.54 414.11 18.87 101.01
+hda 6.93 4996.04 8.91 119.80 3801.98 41528.71 1900.99 20764.36 352.18 43.58 809.92 7.71 99.21
-Time: 14:14:44
+Time: 13:54: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 1599.01 0.00 51.49 0.00 12942.57 0.00 6471.29 251.38 9.45 606.02 17.67 90.99
+hda 0.54 2786.64 5.42 97.83 1481.59 22851.99 740.79 11425.99 235.68 98.80 975.30 9.44 97.47
-Time: 14:14:45
+Time: 13:54: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 175.76 56.57 57.58 2092.93 1866.67 1046.46 933.33 34.69 0.76 6.68 3.01 34.34
+hda 2.00 0.00 49.00 2.00 11280.00 16.00 5640.00 8.00 221.49 1.21 24.33 14.63 74.60
-Time: 14:14:46
+Time: 13:54: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 1.98 1275.25 20.79 107.92 2811.88 11065.35 1405.94 5532.67 107.82 2.28 17.58 5.77 74.26
+hda 0.97 0.00 81.55 0.00 8194.17 0.00 4097.09 0.00 100.48 0.85 10.10 7.17 58.45
-Time: 14:14:47
+Time: 13:54: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.99 515.84 31.68 122.77 665.35 5108.91 332.67 2554.46 37.38 0.69 4.58 3.34 51.58
+hda 2.02 8565.66 213.13 12.12 4323.23 69123.23 2161.62 34561.62 326.06 9.50 17.69 3.70 83.33
-Time: 14:14:48
+Time: 13:54: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 1.01 216.16 85.86 79.80 3620.20 2367.68 1810.10 1183.84 36.15 0.78 4.68 2.58 42.73
+hda 0.00 0.00 0.00 52.00 0.00 0.00 0.00 0.00 0.00 37.56 620.60 19.27 100.20
-Time: 14:14:49
+Time: 13:54: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 1409.00 32.00 25.00 608.00 11472.00 304.00 5736.00 211.93 4.19 73.54 11.60 66.10
+hda 0.00 1725.00 3.00 26.00 40.00 13928.00 20.00 6964.00 481.66 1.61 427.93 11.34 32.90
-Time: 14:14:50
+Time: 13:54: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: 14: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 2.02 0.00 16.16 0.00 8.08 0.00 8.00 0.04 21.50 21.50 4.34
-
-Time: 14: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 354.55 9.09 16.16 525.25 2997.98 262.63 1498.99 139.52 0.34 8.48 4.20 10.61
-
-Time: 14: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 866.34 8.91 235.64 530.69 9687.13 265.35 4843.56 41.78 47.76 90.40 3.44 84.16
-
-Time: 14: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 100.00 0.00 207.92 0.00 2439.60 0.00 1219.80 11.73 114.92 538.30 4.77 99.11
-
-Time: 14: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 98.99 0.00 283.84 0.00 3062.63 0.00 1531.31 10.79 118.63 438.55 3.56 101.11
-
-Time: 14:14:56
+Time: 13:54: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 84.00 0.00 249.00 0.00 2032.00 0.00 1016.00 8.16 98.93 425.16 4.02 100.10
+hda 0.99 6.93 144.55 2.97 1742.57 79.21 871.29 39.60 12.35 0.94 6.32 1.95 28.81
-Time: 14:14:57
+Time: 13:54: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 1322.77 16.83 90.10 3453.47 11057.43 1726.73 5528.71 135.70 13.42 276.84 7.61 81.39
+hda 0.00 2790.20 27.45 228.43 282.35 24149.02 141.18 12074.51 95.48 5.56 21.75 2.26 57.94
-Time: 14:14:58
+Time: 13:54: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 810.00 10.00 172.00 928.00 7848.00 464.00 3924.00 48.22 2.59 14.26 3.50 63.70
+hda 1.01 829.29 234.34 230.30 3377.78 8476.77 1688.89 4238.38 25.51 2.51 5.40 1.65 76.87
-Time: 14:14:59
+Time: 13:54: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 1578.00 0.00 88.00 0.00 13328.00 0.00 6664.00 151.45 2.27 25.78 6.11 53.80
+hda 0.00 1444.00 0.00 37.00 0.00 11848.00 0.00 5924.00 320.22 1.40 37.95 5.65 20.90
-Time: 14:15:00
+Time: 13:54: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.00 288.00 10.00 62.00 312.00 2800.00 156.00 1400.00 43.22 0.27 3.56 2.76 19.90
+hda 3.00 291.00 38.00 56.00 1400.00 2776.00 700.00 1388.00 44.43 0.41 4.39 2.59 24.30
-Time: 14:15:01
+Time: 13:54: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 1.00 0.00 42.00 0.00 592.00 0.00 296.00 0.00 14.10 0.35 8.74 4.98 20.90
+hda 0.00 0.00 7.00 0.00 232.00 0.00 116.00 0.00 33.14 0.02 2.86 2.86 2.00
-Time: 14:15:02
+Time: 13:54: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 32.67 458.42 110.89 0.99 1893.07 3738.61 946.53 1869.31 50.34 2.14 16.01 5.68 63.56
+hda 0.00 0.00 4.39 0.00 189.47 0.00 94.74 0.00 43.20 0.01 2.00 2.00 0.88
-Time: 14:15:03
+Time: 13:54: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 36.36 111.11 15.15 3701.01 347.47 1850.51 173.74 32.06 2.62 23.63 5.02 63.43
+hda 1.00 0.00 29.00 0.00 728.00 0.00 364.00 0.00 25.10 0.26 8.97 2.62 7.60
-Time: 14:15:04
+Time: 13:54: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 5.00 0.00 24.00 0.00 488.00 0.00 244.00 0.00 20.33 0.28 11.75 6.42 15.40
+hda 0.00 0.00 6.00 0.00 168.00 0.00 84.00 0.00 28.00 0.01 1.67 1.67 1.00
-Time: 14:15:05
+Time: 13:54: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.00 0.00 71.00 0.00 984.00 0.00 492.00 0.00 13.86 0.71 10.07 1.94 13.80
+hda 0.00 621.57 3.92 33.33 117.65 5247.06 58.82 2623.53 144.00 1.24 33.37 3.45 12.84
-Time: 14: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 0.00 35.00 0.00 576.00 0.00 288.00 0.00 16.46 0.25 7.00 4.80 16.80
-
-Time: 14: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 25.74 0.00 293.07 0.00 146.53 0.00 11.38 0.16 6.23 5.38 13.86
-
-Time: 14: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 38.38 16.16 13.13 185.86 412.12 92.93 206.06 20.41 0.25 8.62 2.93 8.59
-
-Time: 14: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 8.00 0.00 136.00 0.00 68.00 0.00 17.00 0.10 11.75 8.62 6.90
-
-Time: 14: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.99 0.00 345.54 0.00 4205.94 0.00 2102.97 0.00 12.17 5.39 15.46 1.72 59.31
-
-Time: 14: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 58.00 0.00 528.00 0.00 264.00 0.00 9.10 1.09 19.83 2.69 15.60
-
-Time: 14: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 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: 14: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 24.00 0.00 9.00 0.00 264.00 0.00 132.00 29.33 0.01 1.11 0.67 0.60
-
-Time: 14: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 0.00 11.88 0.00 126.73 0.00 63.37 0.00 10.67 0.22 18.83 3.50 4.16
-
-Time: 14: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 30.00 0.00 344.00 0.00 172.00 0.00 11.47 0.22 7.30 1.43 4.30
-
-Time: 14:15:16
+Time: 13:54: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
-Time: 14: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 0.00 15.00 0.00 208.00 0.00 104.00 0.00 13.87 0.17 11.27 6.33 9.50
-
-Time: 14: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 58.00 16.00 27.00 168.00 680.00 84.00 340.00 19.72 0.26 6.00 3.23 13.90
-
-Time: 14:15:19
+Time: 13:54: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: 14:15:20
+Time: 13:55: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 2.00 1.00 9.00 8.00 88.00 4.00 44.00 9.60 0.00 0.40 0.10 0.10
-Time: 14:15:21
+Time: 13:55: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 4.00 0.00 56.00 0.00 28.00 0.00 14.00 0.05 12.00 13.00 5.20
-Time: 14:15:22
+Time: 13:55: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 5.00 0.00 48.00 0.00 24.00 0.00 9.60 0.07 15.00 7.00 3.50
+hda 2.00 75.00 102.00 29.00 1904.00 840.00 952.00 420.00 20.95 4.26 32.23 6.68 87.50
-Time: 14:15:23
+Time: 13:55: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 62.00 4.00 15.00 32.00 616.00 16.00 308.00 34.11 0.08 4.00 2.79 5.30
+hda 5.00 1.00 95.00 22.00 1944.00 184.00 972.00 92.00 18.19 5.03 43.20 6.87 80.40
-Time: 14:15:24
+Time: 13:55: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 22.00 0.00 200.00 0.00 100.00 0.00 9.09 0.24 11.05 3.73 8.20
+hda 2.00 8.00 22.00 5.00 528.00 104.00 264.00 52.00 23.41 0.57 21.85 12.89 34.80
-Time: 14:15:25
+Time: 13:55: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 141.58 2.97 155.45 31.68 3231.68 15.84 1615.84 20.60 47.30 188.03 2.68 42.48
-Time: 14:15:26
+Time: 13:55: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 2.00 0.00 112.00 0.00 56.00 0.00 56.00 0.02 11.00 11.00 2.20
+hda 0.00 190.00 1.00 344.00 88.00 4256.00 44.00 2128.00 12.59 109.97 298.07 2.90 100.20
-Time: 14:15:27
+Time: 13:55: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
+hda 0.00 260.78 1.96 233.33 23.53 4070.59 11.76 2035.29 17.40 112.93 405.44 4.27 100.39
-Time: 14:15:28
+Time: 13:55: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 87.00 0.00 152.00 0.00 2080.00 0.00 1040.00 13.68 31.66 169.45 2.83 43.00
+hda 0.00 196.00 0.00 274.00 0.00 3640.00 0.00 1820.00 13.28 108.76 480.71 3.66 100.20
-Time: 14:15:29
+Time: 13:55: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 34.34 0.00 23.23 0.00 290.91 0.00 145.45 12.52 1.03 301.13 4.91 11.41
+hda 0.00 70.00 0.00 240.00 0.00 1648.00 0.00 824.00 6.87 59.20 328.59 2.99 71.80
-Time: 14:15:30
+Time: 13:55: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: 14:15:31
+Time: 13:55: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.96 0.00 39.60 0.00 19.80 0.00 10.00 0.10 24.50 6.25 2.48
+hda 0.00 0.00 24.24 0.00 193.94 0.00 96.97 0.00 8.00 0.04 1.79 1.79 4.34
-Time: 14:15:32
+Time: 13:55: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 3.03 0.00 153.54 0.00 76.77 0.00 50.67 0.05 15.33 15.33 4.65
+hda 0.00 46.53 0.99 13.86 7.92 483.17 3.96 241.58 33.07 0.02 1.27 0.53 0.79
-Time: 14:15:33
+Time: 13:55: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 58.42 10.89 16.83 158.42 601.98 79.21 300.99 27.43 0.19 6.68 4.79 13.27
+hda 0.00 0.00 5.00 0.00 96.00 0.00 48.00 0.00 19.20 0.08 16.40 10.00 5.00
-Time: 14:15:34
+Time: 13:55: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 34.00 0.00 408.00 0.00 204.00 0.00 12.00 0.33 9.74 2.00 6.80
+hda 1.01 0.00 15.15 0.00 492.93 0.00 246.46 0.00 32.53 0.09 6.13 6.13 9.29
-Time: 14:15:35
+Time: 13:55: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 7.00 0.00 88.00 0.00 44.00 0.00 12.57 0.09 13.14 6.57 4.60
+hda 11.00 121.00 210.00 13.00 7032.00 1072.00 3516.00 536.00 36.34 4.85 21.12 3.26 72.60
-Time: 14:15:36
+Time: 13:55: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 163.00 0.00 1424.00 0.00 712.00 0.00 8.74 0.98 6.04 4.68 76.30
+hda 6.93 0.00 188.12 0.00 23825.74 0.00 11912.87 0.00 126.65 2.92 16.26 4.31 80.99
-Time: 14:15:37
+Time: 13:55: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 420.79 92.08 15.84 839.60 3508.91 419.80 1754.46 40.29 1.59 13.99 5.51 59.50
+hda 0.00 1709.90 54.46 125.74 10487.13 15112.87 5243.56 7556.44 142.07 26.31 83.13 2.95 53.17
-Time: 14:15:38
+Time: 13:55: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 2.97 0.00 63.37 2.97 2732.67 7.92 1366.34 3.96 41.31 3.17 48.97 11.79 78.22
+hda 0.00 4621.21 28.28 191.92 460.61 39450.51 230.30 19725.25 181.25 135.38 395.76 4.60 101.21
-Time: 14:15:39
+Time: 13:55: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.00 745.00 96.00 4.00 20992.00 6648.00 10496.00 3324.00 276.40 4.36 7.33 5.90 59.00
+hda 1.00 6114.00 6.00 188.00 176.00 50448.00 88.00 25224.00 260.95 144.49 671.36 5.16 100.20
-Time: 14:15:40
+Time: 13:55: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 981.82 26.26 135.35 4961.62 8347.47 2480.81 4173.74 82.35 35.82 215.43 5.73 92.63
+hda 0.00 1499.00 6.00 102.00 48.00 12760.00 24.00 6380.00 118.59 144.29 1028.39 9.28 100.20
-Time: 14:15:41
+Time: 13:55: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 5.00 3049.00 31.00 185.00 5704.00 26392.00 2852.00 13196.00 148.59 73.81 269.75 4.59 99.20
+hda 0.00 275.25 6.93 162.38 63.37 2415.84 31.68 1207.92 14.64 75.73 1023.16 5.86 99.21
-Time: 14:15:42
+Time: 13:55: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 9.09 1548.48 27.27 54.55 4000.00 13503.03 2000.00 6751.52 213.93 102.11 700.68 12.36 101.11
+hda 0.00 1905.94 4.95 20.79 23.76 15825.74 11.88 7912.87 615.69 0.55 16.88 5.54 14.26
-Time: 14:15:43
+Time: 13:55: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 1521.78 1.98 136.63 253.47 13196.04 126.73 6598.02 97.03 143.91 1032.74 7.15 99.11
+hda 0.00 3683.00 0.00 177.00 0.00 31592.00 0.00 15796.00 178.49 137.18 448.25 5.66 100.20
-Time: 14:15:44
+Time: 13:55: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 2807.92 0.99 124.75 506.93 23477.23 253.47 11738.61 190.74 145.02 792.90 7.88 99.11
+hda 0.00 4403.00 0.00 218.00 0.00 37024.00 0.00 18512.00 169.83 143.79 674.78 4.60 100.20
-Time: 14:15:45
+Time: 13:55: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 390.91 32.32 34.34 5705.05 3385.86 2852.53 1692.93 136.36 144.58 756.88 15.15 101.01
+hda 1.00 4064.00 4.00 129.00 312.00 33560.00 156.00 16780.00 254.68 143.68 806.58 7.53 100.20
-Time: 14:15:46
+Time: 13:55: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 1821.78 15.84 67.33 2796.04 14970.30 1398.02 7485.15 213.62 136.96 1874.46 11.93 99.21
+hda 1.96 1649.02 47.06 93.14 1756.86 13678.43 878.43 6839.22 110.10 137.03 903.34 7.01 98.24
-Time: 14:15:47
+Time: 13:55: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 1.00 0.00 27.00 77.00 4864.00 8.00 2432.00 4.00 46.85 85.89 1833.88 9.62 100.10
+hda 7.07 0.00 7.07 85.86 3620.20 0.00 1810.10 0.00 38.96 76.97 1424.12 10.89 101.21
-Time: 14:15:48
+Time: 13:55: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 2.00 0.00 30.00 44.00 6160.00 8.00 3080.00 4.00 83.35 30.24 1282.61 13.54 100.20
+hda 7.00 4384.00 16.00 53.00 4888.00 35472.00 2444.00 17736.00 584.93 18.98 822.03 14.51 100.10
-Time: 14:15:49
+Time: 13:55: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 5245.45 25.25 14.14 4921.21 42739.39 2460.61 21369.70 1209.85 32.31 332.82 25.64 101.01
+hda 1.98 51.49 23.76 28.71 4839.60 427.72 2419.80 213.86 100.38 8.72 339.04 16.58 87.03
-Time: 14:15:50
+Time: 13:55: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 3943.56 7.92 61.39 1774.26 32491.09 887.13 16245.54 494.40 125.75 753.60 14.30 99.11
+hda 1.01 0.00 47.47 9.09 12153.54 72.73 6076.77 36.36 216.14 1.46 25.29 13.59 76.87
-Time: 14:15:51
+Time: 13:55: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 2207.00 0.00 54.00 0.00 18008.00 0.00 9004.00 333.48 141.30 1579.61 18.56 100.20
+hda 3.00 0.00 80.00 1.00 5728.00 8.00 2864.00 4.00 70.81 1.18 14.86 8.79 71.20
-Time: 14:15:52
+Time: 13:55: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 2.00 62.00 16.00 0.00 8.00 0.00 0.25 99.88 2025.84 15.64 100.10
+hda 0.00 7993.07 158.42 53.47 2772.28 64601.98 1386.14 32300.99 317.98 43.78 100.55 4.51 95.64
-Time: 14:15:53
+Time: 13:55: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 18.00 67.00 3592.00 0.00 1796.00 0.00 42.26 22.73 1684.80 11.78 100.10
+hda 0.00 1729.00 0.00 45.00 0.00 13960.00 0.00 6980.00 310.22 7.79 677.89 14.87 66.90
-Time: 14:15:54
+Time: 13:55: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 1123.00 54.00 13.00 10008.00 9192.00 5004.00 4596.00 286.57 2.97 124.16 11.91 79.80
+hda 0.98 436.27 87.25 97.06 1694.12 4266.67 847.06 2133.33 32.34 0.59 3.19 2.16 39.80
-Time: 14:15:55
+Time: 13:55: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 5190.10 18.81 25.74 4308.91 41956.44 2154.46 20978.22 1038.40 40.01 237.53 22.27 99.21
+hda 0.00 1471.72 4.04 18.18 185.86 11919.19 92.93 5959.60 544.73 0.56 25.23 9.77 21.72
-Time: 14:15:56
+Time: 13:55: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 2.02 0.00 35.35 12.12 5171.72 8.08 2585.86 4.04 109.11 40.99 333.26 21.32 101.21
+hda 0.00 7.00 0.00 3.00 0.00 80.00 0.00 40.00 26.67 0.00 0.33 0.33 0.10
-Time: 14:15:57
+Time: 13:55: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 313.86 26.73 11.88 3239.60 2558.42 1619.80 1279.21 150.15 32.22 670.10 25.67 99.11
+hda 0.00 1491.00 10.00 31.00 264.00 12176.00 132.00 6088.00 303.41 0.72 17.51 5.66 23.20
-Time: 14:15:58
+Time: 13:55: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 1.00 68.00 36.00 24.00 1768.00 552.00 884.00 276.00 38.67 12.81 1124.80 16.70 100.20
+hda 7.00 11.00 141.00 4.00 3504.00 120.00 1752.00 60.00 24.99 2.70 18.35 3.93 57.00
-Time: 14:15:59
+Time: 13:55: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 22.00 6.00 2936.00 8.00 1468.00 4.00 105.14 2.49 351.39 20.71 58.00
+hda 7.92 0.00 259.41 0.00 23104.95 0.00 11552.48 0.00 89.07 4.04 15.72 3.19 82.77
-Time: 14:16:00
+Time: 13:55: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 917.82 26.73 10.89 332.67 7445.54 166.34 3722.77 206.74 2.30 55.58 15.61 58.71
+hda 0.00 2826.00 54.00 118.00 12048.00 23936.00 6024.00 11968.00 209.21 21.65 91.27 3.72 64.00
-Time: 14:16:01
+Time: 13:55: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 9.09 216.16 61.62 8.08 864.65 1777.78 432.32 888.89 37.91 1.52 24.83 12.97 90.40
+hda 0.99 3113.86 8.91 215.84 396.04 27152.48 198.02 13576.24 122.57 96.04 359.86 4.44 99.70
-Time: 14:16:02
+Time: 13:55: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 31.68 0.00 586.14 0.00 293.07 0.00 18.50 0.67 21.41 12.12 38.42
+hda 0.00 3331.00 9.00 187.00 320.00 28112.00 160.00 14056.00 145.06 108.78 437.88 5.11 100.20
-Time: 14:16:03
+Time: 13:55: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 377.78 7.07 145.45 153.54 5123.23 76.77 2561.62 34.60 54.76 200.42 3.64 55.56
+hda 1.00 1069.00 3.00 121.00 280.00 9808.00 140.00 4904.00 81.35 106.57 869.78 8.08 100.20
-Time: 14:16:04
+Time: 13:55: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 46.00 0.00 334.00 0.00 2448.00 0.00 1224.00 7.33 106.55 355.16 3.00 100.10
+hda 1.00 3494.00 82.00 154.00 2728.00 29240.00 1364.00 14620.00 135.46 142.52 439.03 4.25 100.20
-Time: 14:16:05
+Time: 13:55: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 41.58 0.00 0.00 0.00 0.00 0.00 2.89 352.48 3.38 14.06
+hda 0.00 1682.52 37.86 100.00 489.32 14205.83 244.66 7102.91 106.59 144.77 744.63 7.29 100.49
-Time: 14:16:06
+Time: 13:55: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 3056.00 0.00 17.00 0.00 24832.00 0.00 12416.00 1460.71 14.84 192.53 22.24 37.80
+hda 1.87 6394.39 6.54 171.03 642.99 52381.31 321.50 26190.65 298.61 143.05 1079.63 5.61 99.63
-Time: 14:16:07
+Time: 13:55: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 29.00 0.00 33.00 0.00 248.00 0.00 124.00 7.52 8.75 615.85 14.55 48.00
+hda 6.14 2.63 8.77 85.09 3600.00 70.18 1800.00 35.09 39.10 74.07 1059.76 10.49 98.42
-Time: 14:16:08
+Time: 13:55: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 5.10 7791.84 9.18 89.80 2636.73 63983.67 1318.37 31991.84 673.07 74.37 631.47 10.33 102.24
-Time: 14:16:09
+Time: 13:55: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 3824.00 0.00 161.00 0.00 31000.00 0.00 15500.00 192.55 106.44 836.38 6.22 100.20
-Time: 14:16:10
+Time: 13:55: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 1.00 0.00 0.00 0.00 16.00 0.00 8.00 0.00 0.00 0.08 0.00 0.00 8.20
+hda 1.98 345.54 30.69 42.57 7611.88 2819.80 3805.94 1409.90 142.38 10.08 509.96 12.19 89.31
-Time: 14:16:11
+Time: 13:55: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 11.00 3.00 20.00 5.00 448.00 64.00 224.00 32.00 20.48 0.28 14.44 7.08 17.70
+hda 1.98 0.00 48.51 1.98 10930.69 15.84 5465.35 7.92 216.78 0.72 15.16 10.55 53.27
-Time: 14:16:12
+Time: 13:55: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 2.88 4.81 44.23 11.54 5746.15 130.77 2873.08 65.38 105.38 1.11 19.95 9.17 51.15
-Time: 14:16:13
+Time: 13:55: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 9897.06 154.90 23.53 4792.16 79905.88 2396.08 39952.94 474.68 37.75 32.91 4.78 85.29
-Time: 14:16:14
+Time: 13:55: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 303.03 10.10 72.73 185.86 2448.48 92.93 1224.24 31.80 26.42 715.45 9.45 78.28
-Time: 14:16:15
+Time: 13:55: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 389.00 70.00 10.00 848.00 3192.00 424.00 1596.00 50.50 1.37 17.00 7.78 62.20
-Time: 14:16:16
+Time: 13:55: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 2700.00 0.00 21.78 0.00 22526.73 0.00 11263.37 1034.18 15.35 18.00 7.41 16.14
+hda 2.00 0.00 87.00 0.00 2232.00 0.00 1116.00 0.00 25.66 0.91 10.53 5.52 48.00
-Time: 14:16:17
+Time: 13:55: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 29.29 0.00 101.01 0.00 274.75 0.00 137.37 2.72 29.01 438.20 8.20 82.83
+hda 0.00 29.70 117.82 6.93 2201.98 293.07 1100.99 146.53 20.00 2.72 21.83 3.09 38.51
-Time: 14:16:18
+Time: 13:55: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
-Time: 14:16:19
+Time: 13:55: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: 14:16:20
+Time: 13:56: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 0.00 3.00 0.00 24.00 0.00 12.00 0.00 8.00 0.02 7.33 7.33 2.20
-Time: 14:16:21
+Time: 13:56: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 2726.00 0.00 9.00 0.00 22584.00 0.00 11292.00 2509.33 14.18 28.56 17.89 16.10
+hda 0.00 3927.72 0.00 50.50 7.92 31841.58 3.96 15920.79 630.75 6.16 121.86 7.22 36.44
-Time: 14:16:22
+Time: 13:56: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 17.82 0.00 89.11 0.00 158.42 0.00 79.21 1.78 26.04 446.93 7.23 64.46
+hda 0.00 2.00 2.00 5.00 8.00 56.00 4.00 28.00 9.14 0.00 1.71 0.14 0.10
-Time: 14:16:23
+Time: 13:56: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
-Time: 14:16:24
+Time: 13:56: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
-Time: 14:16:25
+Time: 13:56: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
-Time: 14:16:26
+Time: 13:56: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 1227.00 0.00 5.00 0.00 9984.00 0.00 4992.00 1996.80 2.56 22.00 30.80 15.40
+hda 0.00 3512.24 1.02 46.94 8.16 28473.47 4.08 14236.73 593.87 8.30 173.13 8.34 40.00
-Time: 14:16:27
+Time: 13:56: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 24.75 0.00 17.82 0.00 213.86 0.00 106.93 12.00 2.19 259.00 18.78 33.47
+hda 0.00 5.88 0.00 3.92 0.00 78.43 0.00 39.22 20.00 0.00 0.25 0.25 0.10
-Time: 14:16:28
+Time: 13:56: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: 14: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 0.00 0.99 0.00 7.92 0.00 3.96 8.00 0.00 3.00 3.00 0.30
-
-Time: 14:16:30
+Time: 13:56: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
-Time: 14: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 1985.71 0.00 9.18 0.00 16065.31 0.00 8032.65 1749.33 2.25 34.11 16.89 15.51
-
-Time: 14: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 18.63 0.00 14.71 0.00 164.71 0.00 82.35 11.20 2.79 316.53 25.00 36.76
-
-Time: 14:16:33
+Time: 13:56: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 2.02 0.00 9.09 0.00 307.07 0.00 153.54 0.00 33.78 0.40 43.44 12.44 11.31
-
-Time: 14: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 6.00 0.00 632.00 0.00 316.00 0.00 105.33 0.04 8.33 6.83 4.10
-
-Time: 14: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 3164.36 0.00 89.11 0.00 26693.07 0.00 13346.53 299.56 48.93 250.83 7.31 65.15
+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: 14:16:36
+Time: 13:56: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 3361.62 2.02 129.29 113.13 28476.77 56.57 14238.38 217.72 102.85 629.89 7.70 101.11
+hda 0.00 3185.00 0.00 43.00 0.00 25824.00 0.00 12912.00 600.56 7.78 180.91 9.79 42.10
-Time: 14:16:37
+Time: 13:56: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 2506.93 2.97 106.93 47.52 20815.84 23.76 10407.92 189.84 142.14 557.19 9.02 99.11
+hda 0.00 1.98 0.00 3.96 7.92 47.52 3.96 23.76 14.00 0.00 0.00 0.75 0.30
-Time: 14:16:38
+Time: 13:56: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 1842.00 0.00 106.00 0.00 15512.00 0.00 7756.00 146.34 135.31 1501.94 9.44 100.10
+hda 0.00 0.00 16.16 9.09 703.03 72.73 351.52 36.36 30.72 0.21 8.48 4.44 11.21
-Time: 14:16:39
+Time: 13:56: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 2.02 0.00 100.00 0.00 323.23 0.00 161.62 3.23 102.48 1447.32 10.11 101.11
+hda 0.00 2952.48 0.00 193.07 0.00 26075.25 0.00 13037.62 135.06 24.13 69.52 2.69 51.98
-Time: 14:16:40
+Time: 13:56: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 1080.00 9.00 126.00 136.00 9168.00 68.00 4584.00 68.92 9.59 505.55 6.52 88.00
+hda 0.00 4248.00 5.00 357.00 144.00 37112.00 72.00 18556.00 102.92 100.78 225.02 2.77 100.20
-Time: 14:16:41
+Time: 13:56: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 1230.69 0.00 55.45 0.00 10392.08 0.00 5196.04 187.43 7.36 48.48 9.00 49.90
+hda 0.00 4604.95 0.00 211.88 0.00 38550.50 0.00 19275.25 181.94 141.63 461.21 4.68 99.21
-Time: 14:16:42
+Time: 13:56: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 5.00 334.00 2.00 61.00 56.00 3048.00 28.00 1524.00 49.27 2.00 106.79 6.43 40.50
+hda 0.00 1239.00 1.00 175.00 8.00 10480.00 4.00 5240.00 59.59 98.45 879.90 5.69 100.20
-Time: 14:16:43
+Time: 13:56: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 3343.56 0.99 80.20 15.84 27857.43 7.92 13928.71 343.32 40.88 139.00 6.27 50.89
+hda 0.00 309.00 0.00 114.00 0.00 3096.00 0.00 1548.00 27.16 6.06 204.61 4.66 53.10
-Time: 14:16:44
+Time: 13:56: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 251.52 2.02 69.70 8.08 2092.93 4.04 1046.46 29.30 22.30 732.01 14.00 100.40
+hda 0.00 1247.52 0.00 30.69 0.00 10407.92 0.00 5203.96 339.10 2.62 18.00 3.71 11.39
-Time: 14:16:45
+Time: 13:56: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 888.12 19.80 60.40 205.94 7588.12 102.97 3794.06 97.19 1.30 16.21 7.23 58.02
+hda 0.00 343.43 0.00 65.66 0.00 3103.03 0.00 1551.52 47.26 2.34 67.72 3.66 24.04
-Time: 14:16:46
+Time: 13:56: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 900.00 0.00 131.00 0.00 8248.00 0.00 4124.00 62.96 0.80 6.11 1.98 26.00
+hda 0.00 3617.65 2.94 70.59 23.53 29607.84 11.76 14803.92 402.99 13.90 128.32 5.93 43.63
-Time: 14:16:47
+Time: 13:56: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 1888.00 1.00 58.00 8.00 15592.00 4.00 7796.00 264.41 15.42 257.36 12.83 75.70
+hda 1.01 514.14 14.14 317.17 379.80 7426.26 189.90 3713.13 23.56 99.17 276.09 3.02 100.00
-Time: 14:16:48
+Time: 13:56: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 1566.34 0.00 70.30 0.00 13512.87 0.00 6756.44 192.23 7.27 16.73 5.23 36.73
+hda 0.00 553.00 2.00 378.00 16.00 6584.00 8.00 3292.00 17.37 71.19 219.39 2.33 88.50
-Time: 14:16:49
+Time: 13:56: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 1047.00 0.00 150.00 0.00 9128.00 0.00 4564.00 60.85 11.32 118.06 5.19 77.80
+hda 0.00 670.71 0.00 45.45 0.00 5729.29 0.00 2864.65 126.04 0.16 3.60 2.07 9.39
-Time: 14:16:50
+Time: 13:56: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 31.31 974.75 13.13 152.53 412.12 9018.18 206.06 4509.09 56.93 1.25 7.57 2.85 47.27
+hda 0.00 133.66 0.00 28.71 0.00 1299.01 0.00 649.50 45.24 0.02 0.79 0.76 2.18
-Time: 14:16:51
+Time: 13:56: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 3400.00 0.00 61.00 0.00 28000.00 0.00 14000.00 459.02 27.90 206.74 6.61 40.30
+hda 0.00 310.89 0.00 37.62 0.00 2788.12 0.00 1394.06 74.11 0.05 1.37 1.29 4.85
-Time: 14:16:52
+Time: 13:56: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 246.00 3.00 39.00 24.00 1976.00 12.00 988.00 47.62 16.70 760.50 23.76 99.80
+hda 0.00 154.00 0.00 42.00 0.00 1576.00 0.00 788.00 37.52 0.04 0.83 0.83 3.50
-Time: 14:16:53
+Time: 13:56: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 1135.64 3.96 126.73 39.60 10130.69 19.80 5065.35 77.82 1.62 12.42 5.20 68.02
+hda 0.00 2302.00 1.00 103.00 8.00 19472.00 4.00 9736.00 187.31 2.80 6.43 1.60 16.60
-Time: 14:16:54
+Time: 13:56: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 1364.00 0.00 212.00 0.00 13120.00 0.00 6560.00 61.89 21.87 36.97 3.41 72.30
+hda 0.00 2305.94 0.00 182.18 0.00 20015.84 0.00 10007.92 109.87 6.53 33.04 2.61 47.62
-Time: 14:16:55
+Time: 13:56: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 1206.00 0.00 192.00 0.00 10632.00 0.00 5316.00 55.38 9.70 123.84 3.49 67.10
+hda 0.00 1899.00 1.00 323.00 8.00 17464.00 4.00 8732.00 53.93 4.05 20.69 2.01 65.10
-Time: 14:16:56
+Time: 13:56: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 5.05 1283.84 8.08 92.93 274.75 11014.14 137.37 5507.07 111.76 2.12 21.00 7.44 75.15
+hda 0.00 3616.16 20.20 74.75 161.62 30553.54 80.81 15276.77 323.49 26.92 38.69 3.48 33.03
-Time: 14:16:57
+Time: 13:56: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 1135.00 3.00 130.00 136.00 10120.00 68.00 5060.00 77.11 1.25 9.38 4.33 57.60
+hda 0.00 983.17 1.98 237.62 15.84 8768.32 7.92 4384.16 36.66 40.14 262.66 3.42 81.98
-Time: 14:16:58
+Time: 13:56: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 754.46 34.65 259.41 277.23 8110.89 138.61 4055.45 28.53 0.64 2.16 2.00 58.81
+hda 0.00 2458.00 0.00 367.00 0.00 22616.00 0.00 11308.00 61.62 1.83 4.99 1.51 55.30
-Time: 14:16:59
+Time: 13:56: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 592.00 3.00 361.00 24.00 7632.00 12.00 3816.00 21.03 3.25 8.91 1.63 59.40
+hda 0.00 2496.00 0.00 286.00 0.00 22256.00 0.00 11128.00 77.82 2.26 7.89 1.91 54.60
-Time: 14:17:00
+Time: 13:56: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 598.00 14.00 276.00 136.00 6984.00 68.00 3492.00 24.55 0.66 2.29 1.82 52.70
+hda 1.01 1101.01 3.03 236.36 129.29 10707.07 64.65 5353.54 45.27 2.35 9.80 1.70 40.81
-Time: 14:17:01
+Time: 13:56: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 352.48 35.64 126.73 340.59 3833.66 170.30 1916.83 25.71 0.44 2.77 2.36 38.32
+hda 0.00 641.18 0.00 313.73 0.00 7654.90 0.00 3827.45 24.40 1.21 3.82 1.40 44.02
-Time: 14:17:02
+Time: 13:56: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 17.00 22.00 11.00 264.00 224.00 132.00 112.00 14.79 1.09 33.18 9.48 31.30
+hda 0.00 677.78 0.00 320.20 0.00 7959.60 0.00 3979.80 24.86 0.73 2.33 1.59 50.81
-Time: 14:17:03
+Time: 13:56: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
-Time: 14: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 65.00 0.00 63.00 0.00 1024.00 0.00 512.00 16.25 1.09 17.30 1.56 9.80
-
-Time: 14:17: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 2433.66 1.98 74.26 15.84 20237.62 7.92 10118.81 265.66 12.76 93.36 8.17 62.28
-
-Time: 14:17: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 1263.00 0.00 171.00 0.00 11296.00 0.00 5648.00 66.06 8.97 85.81 4.41 75.40
-
-Time: 14:17: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 2348.00 1.00 120.00 8.00 20768.00 4.00 10384.00 171.70 29.73 32.60 4.88 59.00
-
-Time: 14:17: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 1025.00 0.00 232.00 0.00 10224.00 0.00 5112.00 44.07 45.06 213.06 2.70 62.70
-
-Time: 14: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 1370.79 2.48 145.54 19.80 11540.59 9.90 5770.30 78.10 35.97 314.62 5.33 78.91
-
-Time: 14: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 2037.62 1.98 52.48 15.84 16744.55 7.92 8372.28 307.78 8.13 146.60 12.67 69.01
-
-Time: 14:17:12
+Time: 13:56: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 2907.00 2.00 101.00 16.00 24480.00 8.00 12240.00 237.83 31.05 76.11 4.90 50.50
+hda 0.00 120.00 0.00 38.00 0.00 1264.00 0.00 632.00 33.26 0.04 0.95 0.92 3.50
-Time: 14:17:15
+Time: 13:56: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 1150.62 12.35 173.25 1781.07 10646.91 890.53 5323.46 66.96 63.66 360.09 4.54 84.24
+hda 0.00 728.71 0.00 400.99 0.00 9045.54 0.00 4522.77 22.56 6.46 16.10 1.48 59.21
-Time: 14:17:16
+Time: 13:56: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 178.79 2.02 88.89 16.16 1559.60 8.08 779.80 17.33 24.44 442.66 10.09 91.72
+hda 0.00 417.00 0.00 160.00 0.00 4608.00 0.00 2304.00 28.80 0.24 1.49 1.34 21.50
-Time: 14:17:17
+Time: 13:56: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 539.00 22.00 215.00 656.00 6032.00 328.00 3016.00 28.22 0.70 2.97 2.70 64.10
+hda 0.00 7.00 0.00 4.00 0.00 88.00 0.00 44.00 22.00 0.00 0.00 0.00 0.00
-Time: 14: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 1.98 150.50 18.81 218.81 198.02 3065.35 99.01 1532.67 13.73 67.60 257.19 3.81 90.59
-
-Time: 14: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 3.03 31.31 67.68 36.36 1713.13 428.28 856.57 214.14 20.58 2.10 83.82 5.76 59.90
-
-Time: 14: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 3046.53 5.94 6.93 47.52 24625.74 23.76 12312.87 1916.92 2.94 12.15 12.77 16.44
-
-Time: 14: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 48.00 1.00 27.00 8.00 400.00 4.00 200.00 14.57 12.37 541.96 33.21 93.00
-
-Time: 14:17:22
+Time: 13:56: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: 14: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 2479.00 0.00 94.00 0.00 20624.00 0.00 10312.00 219.40 7.57 65.57 6.88 64.70
-
-Time: 14: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.98 1290.20 34.31 27.45 384.31 11011.76 192.16 5505.88 184.51 7.35 32.94 9.79 60.49
-
-Time: 14: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 8.08 0.00 68.69 0.00 88.89 0.00 44.44 1.29 11.26 264.35 4.82 33.13
-
-Time: 14:17:26
+Time: 13:56: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.99 157.43 20.79 41.58 316.83 1592.08 158.42 796.04 30.60 0.32 5.13 4.21 26.24
+hda 0.00 215.84 0.00 87.13 0.00 2423.76 0.00 1211.88 27.82 0.13 1.51 1.34 11.68
-Time: 14:17:27
+Time: 13:56: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 1.00 0.00 79.00 0.00 848.00 0.00 424.00 0.00 10.73 0.99 11.90 9.56 75.50
+hda 0.00 112.00 0.00 24.00 0.00 1096.00 0.00 548.00 45.67 0.03 1.21 0.38 0.90
-Time: 14:17:28
+Time: 13:56: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 8.00 0.00 189.00 0.00 3648.00 0.00 1824.00 0.00 19.30 0.56 3.20 2.49 47.10
+hda 0.00 2559.00 0.00 178.00 0.00 21904.00 0.00 10952.00 123.06 4.79 26.94 2.61 46.40
-Time: 14:17:29
+Time: 13:56: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 2.00 0.00 74.00 0.00 960.00 0.00 480.00 0.00 12.97 0.35 4.64 4.12 30.50
+hda 0.00 2179.00 0.00 191.00 0.00 18992.00 0.00 9496.00 99.43 2.24 11.36 1.87 35.80
-Time: 14:17:30
+Time: 13:56: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 5.00 0.00 140.00 0.00 2704.00 0.00 1352.00 0.00 19.31 0.48 3.41 3.40 47.60
+hda 0.00 1603.96 0.00 294.06 0.00 15200.00 0.00 7600.00 51.69 3.46 11.54 2.27 66.63
-Time: 14:17:31
+Time: 13:56: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 4.00 1367.00 139.00 28.00 2216.00 11272.00 1108.00 5636.00 80.77 5.48 8.97 4.20 70.20
+hda 0.00 1927.00 17.00 255.00 136.00 17432.00 68.00 8716.00 64.59 1.82 7.19 2.28 61.90
-Time: 14:17:32
+Time: 13:56: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.00 69.00 107.00 16.00 1480.00 568.00 740.00 284.00 16.65 5.07 73.57 7.18 88.30
+hda 0.00 1259.60 20.20 232.32 161.62 11951.52 80.81 5975.76 47.97 1.33 5.09 2.98 75.35
-Time: 14:17:33
+Time: 13:56: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.99 0.00 342.57 0.00 2994.06 0.00 1497.03 0.00 8.74 0.80 2.35 2.32 79.60
+hda 0.00 1935.00 30.00 192.00 248.00 16992.00 124.00 8496.00 77.66 1.86 8.59 2.49 55.30
-Time: 14:17:34
+Time: 13:56: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.03 0.00 233.33 0.00 3054.55 0.00 1527.27 0.00 13.09 0.85 3.62 3.54 82.53
+hda 0.00 672.00 70.00 100.00 560.00 6176.00 280.00 3088.00 39.62 6.95 40.86 5.21 88.60
-Time: 14:17:35
+Time: 13:56: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 7.92 0.00 78.22 0.00 3112.87 0.00 1556.44 0.00 39.80 0.54 6.89 6.87 53.76
+hda 0.00 684.11 33.64 111.21 261.68 6370.09 130.84 3185.05 45.78 10.99 75.91 5.39 78.13
-Time: 14:17:36
+Time: 13:56: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 6.06 1355.56 51.52 8.08 2917.17 10949.49 1458.59 5474.75 232.68 3.30 29.19 10.44 62.22
+hda 0.00 1043.00 28.00 153.00 224.00 9784.00 112.00 4892.00 55.29 6.04 13.28 3.44 62.30
-Time: 14:17:37
+Time: 13:56: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 9.00 9.00 67.00 7.00 2984.00 88.00 1492.00 44.00 41.51 1.29 38.26 8.41 62.20
+hda 0.00 690.00 15.00 163.00 128.00 6600.00 64.00 3300.00 37.80 5.16 49.43 4.52 80.40
-Time: 14:17:38
+Time: 13:56: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 13.86 0.00 117.82 0.00 4807.92 0.00 2403.96 0.00 40.81 0.59 5.03 4.79 56.44
+hda 0.00 625.00 10.00 136.00 72.00 6112.00 36.00 3056.00 42.36 12.26 83.97 6.36 92.90
-Time: 14:17:39
+Time: 13:56: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 8.91 0.00 87.13 0.00 4221.78 0.00 2110.89 0.00 48.45 0.60 6.91 6.81 59.31
+hda 0.00 483.48 6.09 103.48 48.70 4688.70 24.35 2344.35 43.24 8.76 79.94 5.75 63.04
-Time: 14:17:40
+Time: 13:56: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 8.00 0.00 95.00 0.00 3344.00 0.00 1672.00 0.00 35.20 0.58 6.02 6.08 57.80
+hda 0.00 108.91 0.00 72.28 0.00 1449.50 0.00 724.75 20.05 0.21 2.96 0.66 4.75
-Time: 14:17:41
+Time: 13:56: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.98 1074.26 521.78 2.97 4562.38 8665.35 2281.19 4332.67 25.21 4.49 4.43 1.73 90.89
+hda 0.00 522.00 3.00 187.00 24.00 5672.00 12.00 2836.00 29.98 0.28 1.47 1.22 23.20
-Time: 14:17:42
+Time: 13:57: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 3.03 0.00 765.66 3.03 6238.38 0.00 3119.19 0.00 8.12 7.07 6.72 1.32 101.11
+hda 0.00 738.61 0.00 332.67 0.00 8578.22 0.00 4289.11 25.79 0.72 2.16 1.26 41.88
-Time: 14:17:43
+Time: 13:57: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 7.00 8.00 356.00 5.00 3216.00 80.00 1608.00 40.00 9.13 4.63 24.15 2.61 94.10
+hda 0.00 539.39 0.00 268.69 0.00 7305.05 0.00 3652.53 27.19 19.59 26.79 1.18 31.82
-Time: 14:17:44
+Time: 13:57: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 4.00 0.00 168.00 0.00 2304.00 0.00 1152.00 0.00 13.71 0.30 1.81 1.80 30.30
+hda 0.00 135.00 0.00 175.00 0.00 2480.00 0.00 1240.00 14.17 109.28 400.18 5.73 100.20
-Time: 14:17:45
+Time: 13:57: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 5.00 0.00 438.00 1.00 7240.00 8.00 3620.00 4.00 16.51 0.47 1.06 0.96 42.00
+hda 0.00 173.00 0.00 197.00 0.00 2120.00 0.00 1060.00 10.76 48.33 506.82 3.53 69.60
-Time: 14:17:46
+Time: 13:57: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 11.00 1039.00 96.00 20.00 5048.00 8504.00 2524.00 4252.00 116.83 4.97 33.10 4.98 57.80
+hda 0.00 576.77 0.00 182.83 0.00 6076.77 0.00 3038.38 33.24 0.40 2.17 1.81 33.03
-Time: 14:17:47
+Time: 13:57: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 8.00 21.00 194.00 6.00 4976.00 184.00 2488.00 92.00 25.80 0.67 8.99 2.11 42.20
+hda 0.00 292.23 0.00 47.57 0.00 2718.45 0.00 1359.22 57.14 0.10 2.06 1.51 7.18
-Time: 14:17:48
+Time: 13:57: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 495.05 0.00 4831.68 0.00 2415.84 0.00 9.76 0.53 1.07 1.06 52.57
+hda 0.00 18.18 0.00 4.04 0.00 177.78 0.00 88.89 44.00 0.00 0.75 0.50 0.20
-Time: 14:17:49
+Time: 13:57: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 7.00 0.00 475.00 0.00 6496.00 0.00 3248.00 0.00 13.68 0.49 1.03 1.00 47.60
+hda 0.00 1.98 0.00 3.96 0.00 47.52 0.00 23.76 12.00 0.00 0.00 0.00 0.00
-Time: 14:17:50
+Time: 13:57: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 15.00 0.00 196.00 0.00 8752.00 0.00 4376.00 0.00 44.65 0.29 1.45 1.42 27.80
+hda 0.00 164.00 3.00 68.00 24.00 1920.00 12.00 960.00 27.38 0.11 1.56 1.30 9.20
-Time: 14:17:51
+Time: 13:57: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 4.00 1601.00 245.00 6.00 3464.00 12976.00 1732.00 6488.00 65.50 3.45 4.42 1.86 46.60
+hda 0.00 515.00 6.00 78.00 48.00 4744.00 24.00 2372.00 57.05 0.26 3.13 2.08 17.50
-Time: 14:17:52
+Time: 13:57: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 10.00 4.00 18.00 32.00 104.00 16.00 52.00 6.18 3.40 260.64 17.05 37.50
+hda 0.00 939.00 0.00 199.00 0.00 9104.00 0.00 4552.00 45.75 0.37 1.86 1.63 32.40
-Time: 14:17:53
+Time: 13:57: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 1.00 23.00 183.00 36.00 4032.00 888.00 2016.00 444.00 22.47 3.66 3.95 2.50 54.70
+hda 0.00 553.00 0.00 121.00 0.00 5392.00 0.00 2696.00 44.56 0.22 1.83 1.51 18.30
-Time: 14:17:54
+Time: 13:57: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 3.96 0.00 101.98 51.49 6265.35 0.00 3132.67 0.00 40.83 8.05 70.58 3.03 46.53
+hda 0.00 346.53 0.00 67.33 0.00 3310.89 0.00 1655.45 49.18 0.21 3.09 1.46 9.80
-Time: 14:17:55
+Time: 13:57: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.99 0.00 33.66 0.00 7984.16 0.00 3992.08 0.00 237.18 0.14 4.03 4.03 13.56
+hda 0.00 466.00 12.00 83.00 96.00 4392.00 48.00 2196.00 47.24 0.23 2.38 1.92 18.20
-Time: 14:17:56
+Time: 13:57: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 7.14 1820.41 93.88 5.10 8816.33 14751.02 4408.16 7375.51 238.10 3.63 7.00 4.15 41.12
+hda 0.00 477.78 1.01 170.71 32.32 5204.04 16.16 2602.02 30.49 21.65 121.21 2.86 49.09
-Time: 14:17:57
+Time: 13:57: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 11.88 10.89 68.32 19.80 4063.37 102.97 2031.68 51.49 47.28 8.79 131.93 10.71 94.36
+hda 0.00 36.00 19.00 31.00 240.00 520.00 120.00 260.00 15.20 1.85 53.58 4.72 23.60
-Time: 14:17:58
+Time: 13:57: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 15.84 0.00 205.94 0.00 7382.18 0.00 3691.09 0.00 35.85 5.45 26.56 4.08 84.06
+hda 0.00 3130.39 0.00 35.29 0.00 25325.49 0.00 12662.75 717.56 2.19 62.03 7.92 27.94
-Time: 14:17:59
+Time: 13:57: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 5.05 0.00 79.80 1.01 5995.96 8.08 2997.98 4.04 74.30 0.40 4.83 4.62 37.37
+hda 0.00 3958.42 0.00 72.28 0.00 32245.54 0.00 16122.77 446.14 1.70 23.51 4.88 35.25
-Time: 14: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 17.82 0.00 213.86 0.00 106.93 0.00 12.00 0.12 7.61 7.00 12.48
-
-Time: 14: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.99 1631.68 29.70 0.99 554.46 13267.33 277.23 6633.66 450.32 0.40 4.55 4.84 14.85
-
-Time: 14: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 1.02 0.00 197.96 3.06 2016.33 0.00 1008.16 0.00 10.03 26.20 13.05 5.08 102.14
-
-Time: 14: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.98 9.80 49.02 24.51 1003.92 94.12 501.96 47.06 14.93 16.68 538.48 12.32 90.59
-
-Time: 14:18:04
+Time: 13:57: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 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 14:18:05
+Time: 13:57: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
-Time: 14: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 1046.46 9.09 1.01 80.81 8614.14 40.40 4307.07 860.80 0.19 4.50 5.70 5.76
-
-Time: 14: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.99 0.00 43.56 16.83 522.77 0.00 261.39 0.00 8.66 22.47 176.57 16.41 99.11
-
-Time: 14: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 9.09 196.97 12.12 1575.76 80.81 787.88 40.40 7.92 6.84 89.56 4.83 101.01
-
-Time: 14: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 133.00 2.00 1064.00 8.00 532.00 4.00 7.94 1.66 14.44 6.84 92.30
-
-Time: 14: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 147.52 0.00 1203.96 0.00 601.98 0.00 8.16 0.92 6.25 5.25 77.43
-
-Time: 14: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 6.93 3.96 79.21 0.00 4792.08 71.29 2396.04 35.64 61.40 1.03 12.71 11.42 90.50
-
-Time: 14: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 1.00 322.00 62.00 8.00 12040.00 2600.00 6020.00 1300.00 209.14 2.62 37.84 8.21 57.50
-
-Time: 14: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 25.00 0.00 169.00 0.00 11192.00 0.00 5596.00 0.00 66.22 3.18 18.71 4.70 79.50
-
-Time: 14:18:14
+Time: 13:57: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 7.00 99.00 75.00 11.00 1680.00 880.00 840.00 440.00 29.77 1.62 19.09 10.02 86.20
+hda 0.00 5.94 1.98 4.95 15.84 87.13 7.92 43.56 14.86 0.02 2.86 2.86 1.98
-Time: 14:18:15
+Time: 13:57: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 1.00 1229.00 42.00 41.00 7104.00 10296.00 3552.00 5148.00 209.64 6.76 63.49 7.66 63.60
+hda 0.00 4272.28 0.00 73.27 0.00 34764.36 0.00 17382.18 474.49 9.50 129.62 5.99 43.86
-Time: 14:18:16
+Time: 13:57: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 4502.02 1.01 140.40 32.32 37915.15 16.16 18957.58 268.34 87.62 386.90 7.15 101.11
+hda 0.00 4922.22 0.00 166.67 0.00 40856.57 0.00 20428.28 245.14 15.59 65.22 3.03 50.51
-Time: 14:18:17
+Time: 13:57: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 1345.54 56.44 71.29 2582.18 11326.73 1291.09 5663.37 108.90 112.25 466.37 7.76 99.11
+hda 3.00 2822.00 167.00 100.00 4464.00 23480.00 2232.00 11740.00 104.66 17.15 53.90 2.17 58.00
-Time: 14:18:18
+Time: 13:57: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 1.00 1391.00 24.00 65.00 4104.00 11640.00 2052.00 5820.00 176.90 108.45 1108.51 11.25 100.10
+hda 5.00 1881.00 47.00 170.00 2632.00 16168.00 1316.00 8084.00 86.64 5.58 59.99 2.98 64.70
-Time: 14:18:19
+Time: 13:57: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 2215.00 9.00 74.00 1552.00 18552.00 776.00 9276.00 242.22 122.17 1542.83 12.06 100.10
+hda 2.00 4042.00 47.00 113.00 760.00 33240.00 380.00 16620.00 212.50 8.16 51.03 2.99 47.90
-Time: 14:18:20
+Time: 13:57: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 4031.68 0.00 107.92 0.00 33275.25 0.00 16637.62 308.33 141.41 1250.16 9.18 99.11
+hda 0.00 2682.18 101.98 251.49 2502.97 23477.23 1251.49 11738.61 73.50 2.39 6.75 1.96 69.31
-Time: 14:18:21
+Time: 13:57: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 1693.94 9.09 75.76 1583.84 13826.26 791.92 6913.13 181.62 146.15 1277.46 11.92 101.11
+hda 2.00 33.00 144.00 10.00 2072.00 344.00 1036.00 172.00 15.69 0.90 5.85 4.09 63.00
-Time: 14:18:22
+Time: 13:57: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.99 0.00 25.74 32.67 4055.45 7.92 2027.72 3.96 69.56 102.46 1168.46 16.97 99.11
+hda 2.00 0.00 62.00 0.00 1000.00 0.00 500.00 0.00 16.13 0.27 4.31 4.19 26.00
-Time: 14:18:23
+Time: 13:57: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 17.17 27.27 2141.41 0.00 1070.71 0.00 48.18 73.83 1684.30 22.75 101.11
+hda 8.91 0.00 217.82 0.00 4063.37 0.00 2031.68 0.00 18.65 0.48 2.20 1.70 37.13
-Time: 14:18:24
+Time: 13:57: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 1.00 0.00 24.00 43.00 4376.00 0.00 2188.00 0.00 65.31 34.98 2157.45 14.94 100.10
+hda 4.04 971.72 128.28 210.10 2400.00 9632.32 1200.00 4816.16 35.56 82.16 198.63 2.76 93.23
-Time: 14:18:25
+Time: 13:57: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 6959.00 22.00 33.00 3600.00 56992.00 1800.00 28496.00 1101.67 29.38 1150.89 18.20 100.10
+hda 1.98 36.63 245.54 23.76 5100.99 364.36 2550.50 182.18 20.29 4.36 70.49 3.38 90.89
-Time: 14:18:26
+Time: 13:57: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 76.24 0.00 0.00 0.00 0.00 0.00 117.88 795.05 13.00 99.11
+hda 3.96 48.51 386.14 10.89 5433.66 419.80 2716.83 209.90 14.74 1.10 2.82 1.61 63.86
-Time: 14:18:27
+Time: 13:57: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 24.75 56.44 5576.24 7.92 2788.12 3.96 68.78 51.20 1272.66 12.21 99.11
+hda 1.01 892.93 294.95 20.20 3022.22 7305.05 1511.11 3652.53 32.77 1.54 4.88 1.61 50.81
-Time: 14:18:28
+Time: 13:57: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 2.02 237.37 40.40 16.16 8024.24 1915.15 4012.12 957.58 175.71 5.86 603.71 15.73 88.99
+hda 5.00 995.00 211.00 33.00 3360.00 8288.00 1680.00 4144.00 47.74 3.78 10.09 2.43 59.40
-Time: 14:18:29
+Time: 13:57: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 1.00 4984.00 10.00 35.00 1176.00 41056.00 588.00 20528.00 938.49 27.06 246.36 21.89 98.50
+hda 4.95 930.69 78.22 15.84 1932.67 7508.91 966.34 3754.46 100.38 1.36 28.26 6.27 59.01
-Time: 14:18:30
+Time: 13:57: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 3.00 4908.00 33.00 19.00 568.00 39728.00 284.00 19864.00 774.92 118.84 352.02 19.25 100.10
+hda 2.00 0.00 115.00 0.00 2512.00 0.00 1256.00 0.00 21.84 0.37 3.18 2.93 33.70
-Time: 14:18:31
+Time: 13:57: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 812.00 51.00 82.00 896.00 6592.00 448.00 3296.00 56.30 112.21 1013.74 7.53 100.10
+hda 5.88 87.25 150.00 3.92 3529.41 729.41 1764.71 364.71 27.67 0.70 4.56 3.36 51.76
-Time: 14:18:32
+Time: 13:57: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 1.00 0.00 31.00 28.00 608.00 0.00 304.00 0.00 10.31 61.93 981.12 16.97 100.10
+hda 4.00 0.00 136.00 0.00 2584.00 0.00 1292.00 0.00 19.00 0.63 4.65 3.62 49.20
-Time: 14:18:33
+Time: 13:57: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 1.00 0.00 44.00 19.00 1472.00 0.00 736.00 0.00 23.37 36.36 799.59 15.89 100.10
+hda 0.97 0.00 125.24 0.00 2407.77 0.00 1203.88 0.00 19.22 0.59 4.67 4.08 51.07
-Time: 14:18:34
+Time: 13:57: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 10.00 16.00 18.00 2208.00 472.00 1104.00 236.00 78.82 25.71 2000.24 29.44 100.10
+hda 0.00 1739.00 96.00 17.00 1800.00 14048.00 900.00 7024.00 140.25 2.92 25.65 7.60 85.90
-Time: 14:18:35
+Time: 13:57: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 1544.55 6.93 79.21 118.81 12530.69 59.41 6265.35 146.85 15.50 620.36 11.29 97.23
-
-Time: 14:18: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 16.00 0.00 152.00 0.00 76.00 0.00 9.50 0.22 14.25 3.38 5.40
-
-Time: 14:18: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 1363.00 0.00 10992.00 0.00 5496.00 0.00 8.06 0.90 0.67 0.49 67.40
-Time: 14:18:38
+Time: 13:57: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 64.65 55.56 22.22 2036.36 694.95 1018.18 347.47 35.12 0.57 7.17 3.48 27.07
+hda 1.98 0.00 111.88 3.96 1417.82 31.68 708.91 15.84 12.51 0.14 1.21 1.21 13.96
-Time: 14:18:39
+Time: 13:57: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 2.97 626.73 38.61 133.66 2455.45 6400.00 1227.72 3200.00 51.40 8.19 21.54 4.75 81.78
+hda 0.00 897.00 468.00 13.00 3960.00 7280.00 1980.00 3640.00 23.37 0.98 2.03 0.71 34.10
-Time: 14:18:40
+Time: 13:57: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 3.03 913.13 15.15 150.51 1907.07 8185.86 953.54 4092.93 60.93 5.02 57.90 4.71 77.98
+hda 2.65 476.11 118.58 0.00 2031.86 3865.49 1015.93 1932.74 49.73 0.31 2.32 1.74 20.62
-Time: 14:18:41
+Time: 13:57: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 1.98 1478.22 19.80 95.05 2922.77 12586.14 1461.39 6293.07 135.03 11.29 98.34 6.68 76.73
+hda 4.95 8.91 98.02 9.90 4863.37 87.13 2431.68 43.56 45.87 0.55 5.47 2.45 26.44
-Time: 14:18:42
+Time: 13:57: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 701.00 42.00 166.00 3296.00 6936.00 1648.00 3468.00 49.19 1.99 9.58 4.00 83.20
+hda 6.06 98.99 88.89 123.23 2472.73 1777.78 1236.36 888.89 20.04 13.06 61.56 1.98 41.92
-Time: 14:18:43
+Time: 13:57: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 7.00 207.00 45.00 85.00 912.00 2336.00 456.00 1168.00 24.98 1.88 14.18 6.38 82.90
+hda 0.00 0.00 1.72 0.00 13.79 0.00 6.90 0.00 8.00 0.02 10.50 10.50 1.81
-Time: 14:18:44
+Time: 13:57: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 347.52 17.82 94.06 182.18 4451.49 91.09 2225.74 41.42 14.58 10.19 2.65 29.60
+hda 20.79 484.16 271.29 2.97 7413.86 3897.03 3706.93 1948.51 41.24 0.39 1.42 1.26 34.65
-Time: 14:18:45
+Time: 13:57: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 264.65 21.21 221.21 1163.64 3878.79 581.82 1939.39 20.80 118.15 403.20 4.17 101.11
+hda 10.00 1683.00 131.00 16.00 4320.00 13624.00 2160.00 6812.00 122.07 1.81 5.84 2.35 34.60
-Time: 14:18:46
+Time: 13:57: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 67.33 28.71 243.56 522.77 2534.65 261.39 1267.33 11.23 118.59 467.00 3.64 99.11
+hda 0.00 10.89 9.90 5.94 340.59 102.97 170.30 51.49 28.00 0.33 80.44 6.38 10.10
-Time: 14:18:47
+Time: 13:57: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 21.21 23.23 227.27 266.67 1010.10 133.33 505.05 5.10 71.76 387.93 3.41 85.45
+hda 0.00 88.00 52.00 234.00 704.00 3368.00 352.00 1684.00 14.24 70.38 198.35 2.51 71.90
-Time: 14:18:48
+Time: 13:57: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 13.86 0.00 158.42 0.00 79.21 0.00 11.43 0.17 12.07 2.86 3.96
+hda 1.98 0.00 83.17 98.02 2431.68 0.00 1215.84 0.00 13.42 17.01 168.49 3.78 68.51
-Time: 14:18:49
+Time: 13:57: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 624.00 17.00 23.00 464.00 5176.00 232.00 2588.00 141.00 2.38 59.62 9.05 36.20
+hda 6.93 0.00 33.66 0.00 1196.04 0.00 598.02 0.00 35.53 0.16 4.68 3.26 10.99
-Time: 14:18:50
+Time: 13:57: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 78.00 0.00 1080.00 0.00 540.00 0.00 13.85 0.66 8.49 1.44 11.20
+hda 3.00 1775.00 53.00 14.00 2008.00 14312.00 1004.00 7156.00 243.58 0.78 11.58 4.00 26.80
-Time: 14:18:51
+Time: 13:57: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 36.00 0.00 528.00 0.00 264.00 0.00 14.67 0.25 7.03 4.53 16.30
+hda 0.00 0.00 4.00 0.00 280.00 0.00 140.00 0.00 70.00 0.03 7.50 7.50 3.00
-Time: 14:18:52
+Time: 13:57: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 33.00 0.00 344.00 0.00 172.00 0.00 10.42 0.18 5.52 4.27 14.10
+hda 0.00 0.00 21.00 1.00 424.00 8.00 212.00 4.00 19.64 0.11 4.77 4.73 10.40
-Time: 14:18:53
+Time: 13:57: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 13.00 0.00 144.00 0.00 72.00 0.00 11.08 0.22 17.15 7.23 9.40
+hda 7.00 0.00 113.00 0.00 3312.00 0.00 1656.00 0.00 29.31 0.26 2.30 2.12 23.90
-Time: 14:18: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 28.71 13.86 11.88 174.26 324.75 87.13 162.38 19.38 0.11 4.31 2.73 7.03
-
-Time: 14:18: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 12.12 0.00 137.37 0.00 68.69 0.00 11.33 0.15 12.00 2.92 3.54
-
-Time: 14:18:56
+Time: 13:57: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: 14:18: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: 14:18: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 11.88 0.00 126.73 0.00 63.37 0.00 10.67 0.18 14.75 3.42 4.06
-
-Time: 14:18:59
+Time: 13:58: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 47.00 22.00 10.00 264.00 464.00 132.00 232.00 22.75 0.29 8.94 1.22 3.90
+hda 4.95 2240.59 345.54 3.96 3778.22 18043.56 1889.11 9021.78 62.44 4.18 5.75 2.69 94.06
-Time: 14:19:00
+Time: 13:58: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 7.00 16.00 1.00 3.00 72.00 144.00 36.00 72.00 54.00 0.09 20.75 22.75 9.10
+hda 0.99 8.91 273.27 12.87 2510.89 87.13 1255.45 43.56 9.08 2.80 17.35 2.72 77.92
-Time: 14:19:01
+Time: 13:58: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 6.06 0.00 56.57 0.00 28.28 0.00 9.33 0.04 9.67 6.83 4.14
+hda 0.00 0.00 10.00 1.00 80.00 8.00 40.00 4.00 8.00 0.07 6.55 6.55 7.20
-Time: 14:19: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 17.65 0.00 156.86 0.00 78.43 0.00 8.89 0.13 7.61 5.39 9.51
-
-Time: 14:19:03
+Time: 13:58: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
-Time: 14:19:04
+Time: 13:58: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 44.55 0.00 13.86 0.00 491.09 0.00 245.54 35.43 0.05 2.21 0.50 0.69
+hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.02 9.50 9.50 1.90
-Time: 14:19:05
+Time: 13:58: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 18.18 0.00 5.05 0.00 161.62 0.00 80.81 32.00 0.00 3.40 0.40 0.20
+hda 0.93 1330.56 179.63 12.96 1733.33 10748.15 866.67 5374.07 64.81 1.03 5.34 3.85 74.17
-Time: 14:19:06
+Time: 13:58: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 1.00 0.00 16.00 0.00 8.00 0.00 16.00 0.02 19.00 19.00 1.90
+hda 0.00 0.00 123.23 0.00 993.94 0.00 496.97 0.00 8.07 0.42 3.39 3.38 41.62
-Time: 14:19:07
+Time: 13:58: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 9.00 0.00 80.00 0.00 40.00 0.00 8.89 0.07 7.44 7.44 6.70
-
-Time: 14:19: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
+hda 0.00 1311.88 112.87 8.91 1156.44 10566.34 578.22 5283.17 96.26 1.08 8.80 6.47 78.81
-Time: 14:19:09
+Time: 13:58: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 93.94 4.04 14.14 169.70 921.21 84.85 460.61 60.00 0.13 5.17 3.28 5.96
+hda 24.75 0.00 251.49 0.00 18677.23 0.00 9338.61 0.00 74.27 2.01 8.01 2.96 74.46
-Time: 14:19:10
+Time: 13:58: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.80 29.13 0.97 8.74 62.14 248.54 31.07 124.27 32.00 0.04 8.00 3.70 3.59
+hda 17.17 0.00 112.12 0.00 11183.84 0.00 5591.92 0.00 99.75 0.87 7.74 3.57 40.00
-Time: 14:19:11
+Time: 13:58: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
+hda 0.00 415.69 52.94 13.73 635.29 3435.29 317.65 1717.65 61.06 0.84 12.68 6.29 41.96
-Time: 14:19:12
+Time: 13:58: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 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 1.01 0.00 54.55 0.00 896.97 0.00 448.48 0.00 16.44 0.47 8.56 4.70 25.66
-Time: 14:19:13
+Time: 13:58: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 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 3654.46 7.92 160.40 71.29 31366.34 35.64 15683.17 186.78 42.25 138.18 3.99 67.13
-Time: 14:19:14
+Time: 13:58: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.99 3.96 0.00 79.21 31.68 39.60 15.84 28.00 0.57 77.00 21.50 8.51
+hda 0.00 2309.09 8.08 187.88 64.65 19765.66 32.32 9882.83 101.20 108.60 510.36 5.16 101.21
-Time: 14:19:15
+Time: 13:58: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 4.00 3.00 5.00 0.00 48.00 0.00 24.00 6.00 0.04 37.88 1.25 1.00
+hda 0.00 951.00 12.00 155.00 88.00 8232.00 44.00 4116.00 49.82 26.48 324.41 5.38 89.90
-Time: 14:19:16
+Time: 13:58: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.00 0.00 208.00 0.00 104.00 0.00 20.80 0.08 7.60 6.70 6.70
+hda 0.98 2185.29 12.75 166.67 313.73 18870.59 156.86 9435.29 106.93 26.45 134.18 4.85 86.96
-Time: 14:19:17
+Time: 13:58: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 1.01 0.00 36.36 0.00 428.28 0.00 214.14 0.00 11.78 0.33 9.03 2.89 10.51
+hda 0.00 4275.76 7.07 161.62 56.57 36533.33 28.28 18266.67 216.91 135.86 478.92 6.00 101.21
-Time: 14:19:18
+Time: 13:58: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 6.86 0.00 101.96 0.00 50.98 0.00 14.86 0.08 12.29 5.86 4.02
+hda 0.00 1029.70 5.94 114.85 47.52 9251.49 23.76 4625.74 76.98 142.70 982.77 8.21 99.21
-Time: 14:19:19
+Time: 13:58: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 786.87 17.17 35.35 307.07 6602.02 153.54 3301.01 131.54 0.30 5.63 3.67 19.29
+hda 2.00 1947.00 10.00 192.00 400.00 17112.00 200.00 8556.00 86.69 146.38 884.65 4.96 100.20
-Time: 14:19:20
+Time: 13:58: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 111.88 3.96 1013.86 7.92 506.93 3.96 8.82 1.19 10.32 6.38 73.96
+hda 0.00 844.44 9.09 169.70 153.54 7402.02 76.77 3701.01 42.26 121.53 735.17 5.66 101.21
-Time: 14:19:21
+Time: 13:58: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.99 0.00 71.29 0.00 13283.17 0.00 6641.58 0.00 186.33 0.61 8.60 6.94 49.50
+hda 0.00 1190.20 13.73 64.71 101.96 9592.16 50.98 4796.08 123.60 10.33 619.77 6.70 52.55
-Time: 14:19:22
+Time: 13:58: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 18.18 0.00 153.54 0.00 10933.33 0.00 5466.67 0.00 71.21 2.81 18.15 4.38 67.17
+hda 0.00 9249.49 0.00 121.21 0.00 76080.81 0.00 38040.40 627.67 134.88 346.80 7.91 95.86
-Time: 14:19:23
+Time: 13:58: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 5.00 0.00 73.00 0.00 1944.00 0.00 972.00 0.00 26.63 1.05 14.01 10.00 73.00
+hda 0.00 228.71 19.80 82.18 364.36 1964.36 182.18 982.18 22.83 111.10 1117.46 9.73 99.21
-Time: 14:19:24
+Time: 13:58: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 509.00 44.00 35.00 720.00 4672.00 360.00 2336.00 68.25 1.33 10.73 5.18 40.90
+hda 1.00 401.00 70.00 74.00 3104.00 3240.00 1552.00 1620.00 44.06 30.16 827.58 6.64 95.60
-Time: 14:19:25
+Time: 13:58: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 1.00 307.00 35.00 46.00 744.00 2504.00 372.00 1252.00 40.10 4.03 56.28 10.33 83.70
+hda 0.00 0.00 41.00 1.00 9984.00 8.00 4992.00 4.00 237.90 1.24 29.64 17.43 73.20
-Time: 14:19:26
+Time: 13:58: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.99 0.00 2.97 0.00 142.57 0.00 71.29 0.00 48.00 0.05 16.33 16.33 4.85
+hda 1.98 2643.56 49.50 55.45 11516.83 21916.83 5758.42 10958.42 318.57 8.48 33.87 7.18 75.35
-Time: 14:19:27
+Time: 13:58: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 32.00 52.00 7.00 2752.00 312.00 1376.00 156.00 51.93 1.84 31.25 9.19 54.20
+hda 2.97 8365.35 15.84 62.38 879.21 67611.88 439.60 33805.94 875.65 81.70 396.81 12.68 99.21
-Time: 14:19:28
+Time: 13:58: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 3.00 331.00 92.00 3.00 19472.00 2792.00 9736.00 1396.00 234.36 1.25 7.40 5.89 56.00
+hda 0.90 471.17 54.95 62.61 1113.51 4061.26 556.76 2030.63 44.02 59.26 695.54 8.52 100.18
-Time: 14:19:29
+Time: 13:58: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 1.00 1963.00 20.00 88.00 4872.00 16536.00 2436.00 8268.00 198.22 22.76 157.53 9.06 97.90
+hda 3.03 1.01 267.68 8.08 4274.75 24.24 2137.37 12.12 15.59 5.05 40.73 3.46 95.35
-Time: 14:19:30
+Time: 13:58: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 2935.00 22.00 101.00 4272.00 24672.00 2136.00 12336.00 235.32 39.00 295.63 8.03 98.80
+hda 0.00 4526.73 2.97 52.48 39.60 36633.66 19.80 18316.83 661.43 9.47 170.86 14.66 81.29
-Time: 14:19:31
+Time: 13:58: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 2344.00 26.00 80.00 3976.00 19656.00 1988.00 9828.00 222.94 107.56 340.52 9.44 100.10
+hda 0.00 86.00 8.00 51.00 64.00 2016.00 32.00 1008.00 35.25 5.77 12.07 2.02 11.90
-Time: 14:19:32
+Time: 13:58: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 2043.00 24.00 40.00 4872.00 17000.00 2436.00 8500.00 341.75 129.68 927.38 15.64 100.10
+hda 0.00 173.74 47.47 347.47 686.87 4072.73 343.43 2036.36 12.05 111.41 245.45 2.57 101.41
-Time: 14:19:36
+Time: 13:58: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.84 1227.58 26.95 53.68 5662.32 10150.74 2831.16 5075.37 196.11 137.47 1759.49 12.40 100.02
+hda 0.00 209.80 25.49 219.61 1882.35 3521.57 941.18 1760.78 22.05 107.59 417.36 4.00 98.04
-Time: 14:19:37
+Time: 13:58: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 2.00 0.00 36.00 32.00 5640.00 8.00 2820.00 4.00 83.06 64.94 1141.94 14.72 100.10
+hda 0.00 116.16 35.35 165.66 549.49 2278.79 274.75 1139.39 14.07 112.95 425.77 5.04 101.21
-Time: 14:19:38
+Time: 13:58: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 2.02 756.57 28.28 39.39 4921.21 6197.98 2460.61 3098.99 164.30 40.34 1658.87 14.94 101.11
+hda 0.00 669.31 6.93 197.03 55.45 6875.25 27.72 3437.62 33.98 110.40 669.58 4.86 99.21
-Time: 14:19:39
+Time: 13:58: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.98 5372.55 43.14 28.43 5301.96 44219.61 2650.98 22109.80 691.95 109.75 667.55 13.71 98.14
+hda 0.00 459.00 17.00 163.00 624.00 4096.00 312.00 2048.00 26.22 47.94 407.73 5.10 91.80
-Time: 14:19:40
+Time: 13:58: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 1.01 402.02 7.07 56.57 573.74 3345.45 286.87 1672.73 61.59 141.36 1310.13 15.89 101.11
+hda 0.00 1449.00 0.00 136.00 0.00 12792.00 0.00 6396.00 94.06 10.65 61.57 5.60 76.20
-Time: 14:19:41
+Time: 13:58: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 3017.82 0.00 72.28 7.92 24641.58 3.96 12320.79 341.04 110.56 1636.32 13.71 99.11
+hda 0.00 861.00 7.00 141.00 656.00 7904.00 328.00 3952.00 57.84 2.70 33.66 5.48 81.10
-Time: 14:19:42
+Time: 13:58: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 1.00 0.00 25.00 56.00 464.00 0.00 232.00 0.00 5.73 86.81 1790.54 12.36 100.10
+hda 0.00 1627.72 72.28 139.60 4063.37 14138.61 2031.68 7069.31 85.91 1.48 7.00 2.77 58.61
-Time: 14:19:43
+Time: 13:58: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 12.00 0.00 53.00 13.00 928.00 0.00 464.00 0.00 14.06 45.50 511.52 15.17 100.10
+hda 2.02 302.02 40.40 53.54 1583.84 2844.44 791.92 1422.22 47.14 0.97 6.70 3.38 31.72
-Time: 14:19:44
+Time: 13:58: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 7.07 0.00 41.41 22.22 2060.61 0.00 1030.30 0.00 32.38 28.34 1166.71 15.89 101.11
+hda 0.99 0.00 30.69 0.00 396.04 0.00 198.02 0.00 12.90 0.31 21.23 3.68 11.29
-Time: 14:19:45
+Time: 13:58: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 7513.86 8.91 48.51 1370.30 60807.92 685.15 30403.96 1082.76 47.53 1277.26 17.19 98.71
+hda 0.00 383.84 12.12 334.34 226.26 6642.42 113.13 3321.21 19.83 103.77 259.02 2.73 94.44
-Time: 14:19:46
+Time: 13:58: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 43.00 0.00 0.00 0.00 0.00 0.00 36.79 1121.81 23.28 100.10
+hda 0.00 122.00 77.00 312.00 1376.00 3248.00 688.00 1624.00 11.89 108.98 275.91 2.58 100.20
-Time: 14:19:47
+Time: 13:58: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 1816.00 1.00 30.00 32.00 14672.00 16.00 7336.00 474.32 4.67 746.58 23.45 72.70
+hda 0.98 0.00 8.82 81.37 117.65 0.00 58.82 0.00 1.30 20.75 398.96 6.23 56.18
-Time: 14:19:48
+Time: 13:58: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.99 0.00 7.92 0.00 3.96 0.00 8.00 0.02 21.00 21.00 2.08
+hda 0.00 646.00 0.00 34.00 0.00 5456.00 0.00 2728.00 160.47 1.83 53.91 3.91 13.30
-Time: 14:19:49
+Time: 13:58: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: 14:19:50
+Time: 13:58: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 346.46 62.63 82.83 2319.19 3458.59 1159.60 1729.29 39.72 0.92 4.97 2.84 41.31
+hda 0.00 79.21 16.83 185.15 205.94 2114.85 102.97 1057.43 11.49 50.78 251.40 3.88 78.42
-Time: 14:19:51
+Time: 13:58: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 1090.00 35.00 133.00 2888.00 9760.00 1444.00 4880.00 75.29 1.59 10.39 4.42 74.30
+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: 14:19:52
+Time: 13:58: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 1413.86 18.81 69.31 3461.39 11873.27 1730.69 5936.63 174.02 14.51 164.92 9.02 79.50
+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: 14:19:53
+Time: 13:58: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.00 787.00 14.00 166.00 1144.00 7616.00 572.00 3808.00 48.67 2.40 13.32 4.18 75.20
+hda 0.00 74.00 0.00 12.00 0.00 688.00 0.00 344.00 57.33 0.04 2.92 0.58 0.70
-Time: 14:19:54
+Time: 13:58: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 268.00 105.00 111.00 3720.00 3040.00 1860.00 1520.00 31.30 1.56 7.28 3.70 80.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: 14:19:55
+Time: 13:58: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 168.00 16.00 55.00 320.00 1776.00 160.00 888.00 29.52 0.21 3.03 2.68 19.00
+hda 0.00 0.00 2.00 0.00 24.00 0.00 12.00 0.00 12.00 0.02 9.50 9.50 1.90
-Time: 14:19:56
+Time: 13:58: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 39.00 0.00 1304.00 0.00 652.00 0.00 33.44 0.68 17.49 7.05 27.50
+hda 0.00 0.00 7.00 0.00 160.00 0.00 80.00 0.00 22.86 0.02 2.43 2.14 1.50
-Time: 14:19:57
+Time: 13:58: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 381.19 9.90 278.22 118.81 6170.30 59.41 3085.15 21.83 109.43 299.49 3.26 94.06
+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: 14:19:58
+Time: 13:58: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 21.21 12.12 143.43 226.26 404.04 113.13 202.02 4.05 42.42 424.48 4.10 63.74
+hda 0.00 114.85 0.00 19.80 0.00 1093.07 0.00 546.53 55.20 0.08 4.20 0.50 0.99
-Time: 14:19:59
+Time: 13:58: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 11.00 0.00 312.00 0.00 156.00 0.00 28.36 0.21 19.55 11.82 13.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: 14:20:00
+Time: 13:58: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 562.38 332.67 15.84 4118.81 4760.40 2059.41 2380.20 25.48 17.60 30.07 1.62 56.44
+hda 0.00 0.00 0.00 0.98 0.00 7.84 0.00 3.92 8.00 0.00 3.00 3.00 0.29
-Time: 14:20:01
+Time: 13:58: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 1.01 48.48 124.24 19.19 1696.97 404.04 848.48 202.02 14.65 6.56 96.38 3.95 56.67
+hda 0.00 0.00 4.04 0.00 56.57 0.00 28.28 0.00 14.00 0.06 14.50 7.25 2.93
-Time: 14:20:02
+Time: 13:58: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 142.00 4.00 331.00 136.00 4720.00 68.00 2360.00 14.50 111.57 268.28 2.88 96.50
+hda 0.00 0.00 10.00 0.00 96.00 0.00 48.00 0.00 9.60 0.06 6.20 2.50 2.50
-Time: 14:20:03
+Time: 13:59: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 60.00 2.00 253.00 16.00 1568.00 8.00 784.00 6.21 78.02 391.02 3.31 84.40
+hda 4.00 63.00 63.00 17.00 984.00 640.00 492.00 320.00 20.30 0.45 5.66 2.54 20.30
-Time: 14:20:04
+Time: 13:59: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 11.00 0.00 128.00 0.00 64.00 0.00 11.64 0.13 11.64 2.55 2.80
+hda 0.00 0.00 131.68 0.00 1069.31 0.00 534.65 0.00 8.12 0.89 6.63 4.98 65.54
-Time: 14:20:05
+Time: 13:59: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 25.00 8.00 14.00 96.00 312.00 48.00 156.00 18.55 0.08 3.68 2.23 4.90
+hda 21.00 118.00 191.00 11.00 17680.00 1032.00 8840.00 516.00 92.63 2.28 9.12 3.94 79.60
-Time: 14:20:06
+Time: 13:59: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 13.00 0.00 144.00 0.00 72.00 0.00 11.08 0.24 18.31 4.54 5.90
+hda 16.67 0.00 174.51 0.00 12345.10 0.00 6172.55 0.00 70.74 1.15 9.08 2.67 46.57
-Time: 14:20:07
+Time: 13:59: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 7.00 0.00 56.00 0.00 28.00 8.00 0.01 0.86 0.29 0.20
+hda 5.00 0.00 91.00 0.00 1552.00 0.00 776.00 0.00 17.05 0.78 8.65 5.31 48.30
-Time: 14:20:08
+Time: 13:59: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 1527.27 56.57 37.37 1018.18 12517.17 509.09 6258.59 144.09 2.01 21.44 5.29 49.70
-Time: 14:20:09
+Time: 13:59: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 14.00 0.00 144.00 0.00 72.00 0.00 10.29 0.24 17.21 3.50 4.90
+hda 0.00 0.99 28.71 2.97 388.12 31.68 194.06 15.84 13.25 0.35 11.00 5.94 18.81
-Time: 14:20:10
+Time: 13:59: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 67.00 22.00 13.00 264.00 640.00 132.00 320.00 25.83 0.50 14.23 1.74 6.10
+hda 0.00 1814.14 8.08 82.83 64.65 15789.90 32.32 7894.95 174.40 18.53 89.14 2.82 25.66
-Time: 14:20:11
+Time: 13:59: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 1.01 0.00 8.08 0.00 4.04 0.00 8.00 0.02 23.00 23.00 2.32
+hda 0.99 2088.12 12.87 288.12 506.93 19302.97 253.47 9651.49 65.82 101.16 304.56 3.30 99.21
-Time: 14:20:12
+Time: 13:59: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 5.88 0.00 70.59 0.00 35.29 0.00 12.00 0.07 11.17 11.17 6.57
+hda 0.00 5647.00 11.00 240.00 552.00 47048.00 276.00 23524.00 189.64 109.38 370.58 3.99 100.20
-Time: 14:20:13
+Time: 13:59: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 14.00 0.00 128.00 0.00 64.00 0.00 9.14 0.09 6.21 3.93 5.50
+hda 3.00 2222.00 8.00 134.00 1144.00 19216.00 572.00 9608.00 143.38 115.17 553.37 7.06 100.20
-Time: 14:20:14
+Time: 13:59: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 6.00 0.00 48.00 0.00 24.00 0.00 8.00 0.04 6.00 3.83 2.30
+hda 9.00 71.00 10.00 143.00 4608.00 1600.00 2304.00 800.00 40.58 144.76 1015.94 6.55 100.20
-Time: 14:20:15
+Time: 13:59: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 70.71 0.00 12.12 0.00 662.63 0.00 331.31 54.67 0.19 15.67 4.00 4.85
+hda 7.00 2796.00 7.00 205.00 3584.00 23968.00 1792.00 11984.00 129.96 141.00 598.69 4.73 100.20
-Time: 14:20:16
+Time: 13:59: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
+hda 6.93 2566.34 6.93 118.81 3049.50 21481.19 1524.75 10740.59 195.09 140.93 971.50 7.89 99.21
-Time: 14:20:17
+Time: 13:59: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 1.00 0.00 16.00 0.00 8.00 0.00 16.00 0.03 27.00 27.00 2.70
+hda 6.06 3453.54 6.06 113.13 3103.03 28509.09 1551.52 14254.55 265.22 145.62 1206.88 8.49 101.21
-Time: 14:20:18
+Time: 13:59: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 7.92 0.00 79.21 0.00 39.60 0.00 10.00 0.07 9.25 9.25 7.33
+hda 4.95 3083.17 5.94 91.09 2796.04 25536.63 1398.02 12768.32 292.00 143.62 1437.74 10.22 99.21
-Time: 14:20:19
+Time: 13:59: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 7.00 1647.00 11.00 113.00 2848.00 13976.00 1424.00 6988.00 135.68 145.00 975.52 8.08 100.20
-Time: 14:20:20
+Time: 13:59: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 124.00 4.00 22.00 168.00 1168.00 84.00 584.00 51.38 0.12 4.73 2.15 5.60
+hda 7.92 2056.44 10.89 99.01 4071.29 16910.89 2035.64 8455.45 190.92 133.42 1616.09 9.03 99.21
-Time: 14:20:21
+Time: 13:59: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 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 6.00 0.00 9.00 83.00 3096.00 8.00 1548.00 4.00 33.74 52.86 1339.79 10.89 100.20
-Time: 14:20:22
+Time: 13:59: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 2.00 12699.00 8.00 97.00 1544.00 102944.00 772.00 51472.00 995.12 72.74 319.33 9.51 99.90
-Time: 14:20:23
+Time: 13:59: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
+hda 0.00 0.00 0.00 57.58 0.00 0.00 0.00 0.00 0.00 50.30 1090.88 17.58 101.21
-Time: 14:20:24
+Time: 13:59: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
+hda 1.94 220.39 24.27 24.27 5017.48 1778.64 2508.74 889.32 140.00 6.77 878.26 18.40 89.32
-Time: 14:20:25
+Time: 13:59: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 6.86 6.86 2.94 78.43 94.12 39.22 47.06 17.60 0.56 56.70 9.10 8.92
+hda 4.08 0.00 78.57 0.00 6808.16 8.16 3404.08 4.08 86.75 1.48 18.75 11.29 88.67
-Time: 14:20:27
+Time: 13:59: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.94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.99 0.00 180.20 0.99 3596.04 0.00 1798.02 0.00 19.85 5.00 27.57 5.37 97.23
-Time: 14:20:28
+Time: 13:59: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 4.00 0.00 112.00 0.00 56.00 0.00 28.00 0.04 10.50 10.50 4.20
+hda 2.00 4401.00 143.00 56.00 2248.00 35656.00 1124.00 17828.00 190.47 10.99 55.35 4.56 90.80
-Time: 14:20:29
+Time: 13:59: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.99 0.00 36.63 0.00 427.72 0.00 213.86 0.00 11.68 0.40 10.97 3.65 13.37
+hda 0.00 0.00 1.98 0.00 15.84 0.00 7.92 0.00 8.00 0.02 10.00 10.00 1.98
-Time: 14:20:30
+Time: 13:59: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 7.07 0.00 105.05 0.00 52.53 0.00 14.86 0.11 15.86 5.71 4.04
+hda 0.00 0.00 42.00 0.00 696.00 0.00 348.00 0.00 16.57 0.28 6.69 3.60 15.10
-Time: 14:20:31
+Time: 13:59: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 852.00 8.00 28.00 360.00 7072.00 180.00 3536.00 206.44 0.46 7.33 5.06 18.20
+hda 0.00 1338.38 46.46 113.13 2739.39 11628.28 1369.70 5814.14 90.03 1.11 6.82 3.01 47.98
-Time: 14:20:32
+Time: 13:59: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 1.00 35.00 5.00 664.00 24.00 332.00 12.00 17.20 1.08 31.07 17.77 71.10
+hda 0.00 1400.98 14.71 123.53 117.65 12219.61 58.82 6109.80 89.25 26.18 188.33 5.84 80.69
-Time: 14:20:33
+Time: 13:59: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 282.18 56.44 6.93 2811.88 2304.95 1405.94 1152.48 80.75 2.11 33.77 9.94 62.97
+hda 1.01 813.13 121.21 177.78 4468.69 7911.11 2234.34 3955.56 41.41 1.69 6.20 2.54 75.86
-Time: 14:20:34
+Time: 13:59: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 2.02 850.51 92.93 3.03 19911.11 7377.78 9955.56 3688.89 284.38 4.07 7.43 6.07 58.28
+hda 0.00 1454.00 0.00 54.00 0.00 12056.00 0.00 6028.00 223.26 0.91 16.87 4.37 23.60
-Time: 14:20:35
+Time: 13:59: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 1889.00 25.00 126.00 6144.00 16392.00 3072.00 8196.00 149.25 47.06 231.48 6.44 97.30
+hda 2.02 307.07 45.45 52.53 1543.43 2876.77 771.72 1438.38 45.11 0.67 6.84 3.35 32.83
-Time: 14:20:36
+Time: 13:59: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 1920.00 27.00 116.00 4864.00 15984.00 2432.00 7992.00 145.79 89.00 481.20 7.00 100.10
+hda 0.00 4.85 6.80 25.24 225.24 240.78 112.62 120.39 14.55 0.04 1.39 0.70 2.23
-Time: 14:20:37
+Time: 13:59: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 2065.35 20.79 66.34 4562.38 17433.66 2281.19 8716.83 252.45 93.17 703.02 11.38 99.11
+hda 1.01 0.00 6.06 0.00 444.44 0.00 222.22 0.00 73.33 0.03 4.17 4.17 2.53
-Time: 14:20:38
+Time: 13:59: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 3230.00 18.00 121.00 2816.00 27112.00 1408.00 13556.00 215.31 127.85 846.63 7.20 100.10
+hda 0.00 0.00 21.00 0.00 656.00 0.00 328.00 0.00 31.24 0.04 2.14 2.14 4.50
-Time: 14:20:41
+Time: 13:59: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.27 1065.38 12.91 64.84 2461.54 8797.80 1230.77 4398.90 144.82 109.89 1378.58 12.89 100.19
+hda 0.00 0.00 5.00 0.00 152.00 0.00 76.00 0.00 30.40 0.01 1.60 1.60 0.80
-Time: 14:20:42
+Time: 13:59: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 1534.00 20.00 115.00 4616.00 13040.00 2308.00 6520.00 130.79 51.36 1011.81 7.41 100.10
+hda 0.00 649.00 1.00 32.00 8.00 5448.00 4.00 2724.00 165.33 1.13 34.15 4.06 13.40
-Time: 14:20:43
+Time: 13:59: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.99 1982.18 28.71 50.50 5845.54 16285.15 2922.77 8142.57 279.40 30.09 309.57 12.51 99.11
+hda 0.00 69.70 0.00 38.38 0.00 1115.15 0.00 557.58 29.05 1.59 5.66 1.16 4.44
-Time: 14:20:44
+Time: 13:59: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 2.00 5621.00 42.00 20.00 2656.00 46208.00 1328.00 23104.00 788.13 67.35 425.55 16.15 100.10
+hda 0.00 0.00 0.00 31.00 0.00 0.00 0.00 0.00 0.00 2.24 116.23 4.97 15.40
-Time: 14:20:45
+Time: 13:59: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 11.00 891.00 0.00 81.00 192.00 7192.00 96.00 3596.00 91.16 123.59 957.63 12.36 100.10
+hda 0.00 0.00 3.00 0.00 40.00 0.00 20.00 0.00 13.33 0.00 0.00 0.00 0.00
-Time: 14:20:46
+Time: 13:59: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 48.51 0.00 48.51 6.93 1299.01 0.00 649.50 0.00 23.43 79.48 243.02 17.88 99.11
+hda 0.00 0.00 4.95 0.00 126.73 0.00 63.37 0.00 25.60 0.02 3.80 3.80 1.88
-Time: 14:20:47
+Time: 13:59: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 30.00 130.00 23.00 64.00 824.00 1880.00 412.00 940.00 31.08 99.69 1996.85 11.51 100.10
+hda 0.00 74.00 0.00 15.00 0.00 712.00 0.00 356.00 47.47 0.05 3.13 0.40 0.60
-Time: 14:20:48
+Time: 13:59: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 346.46 20.20 121.21 4137.37 2804.04 2068.69 1402.02 49.09 71.88 1134.32 7.15 101.11
+hda 0.00 76.24 0.99 38.61 7.92 1821.78 3.96 910.89 46.20 4.54 5.12 1.00 3.96
-Time: 14:20:49
+Time: 13:59: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 2.94 4815.69 50.98 5.88 9803.92 38894.12 4901.96 19447.06 856.41 10.63 34.95 13.55 77.06
+hda 0.00 223.00 4.00 401.00 120.00 4944.00 60.00 2472.00 12.50 109.83 235.77 2.47 100.20
-Time: 14:20:50
+Time: 13:59: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 1.01 0.00 27.27 25.25 4913.13 0.00 2456.57 0.00 93.54 28.07 341.25 19.23 101.01
+hda 0.00 281.19 0.00 189.11 0.00 3770.30 0.00 1885.15 19.94 109.57 405.10 5.25 99.21
-Time: 14:20:51
+Time: 13:59: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 18.00 13.00 3840.00 16.00 1920.00 8.00 124.39 12.65 766.68 32.29 100.10
+hda 0.00 204.00 0.00 256.00 0.00 3696.00 0.00 1848.00 14.44 110.98 534.77 3.91 100.20
-Time: 14:20:52
+Time: 13:59: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 1.98 987.13 33.66 145.54 3200.00 9916.83 1600.00 4958.42 73.19 82.58 319.91 5.53 99.11
+hda 0.00 158.59 0.00 229.29 0.00 3046.46 0.00 1523.23 13.29 113.52 472.41 4.41 101.21
-Time: 14:20:53
+Time: 13:59: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 1.01 75.76 15.15 185.86 282.83 2125.25 141.41 1062.63 11.98 116.46 462.86 5.03 101.11
+hda 0.00 15.69 0.00 147.06 0.00 486.27 0.00 243.14 3.31 25.27 380.16 2.84 41.76
-Time: 14:20:54
+Time: 13:59: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 4433.00 58.00 86.00 5096.00 36360.00 2548.00 18180.00 287.89 123.07 507.80 6.95 100.10
+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
-Time: 14:20:55
+Time: 13:59: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 55.00 9.00 59.00 127.00 1464.00 864.00 732.00 432.00 12.52 118.82 669.38 5.38 100.10
+hda 0.00 0.00 8.00 0.00 80.00 0.00 40.00 0.00 10.00 0.05 6.62 2.50 2.00
-Time: 14:20:56
+Time: 13:59: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 302.00 2.00 94.00 23.00 3360.00 256.00 1680.00 128.00 30.91 132.31 304.41 8.56 100.10
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.02 19.00 19.00 1.90
-Time: 14:20:57
+Time: 13:59: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 177.23 0.00 91.09 3.96 2986.14 0.00 1493.07 0.00 31.42 123.32 168.17 10.47 99.50
+hda 1.00 3.00 46.00 0.00 864.00 56.00 432.00 28.00 20.00 0.54 5.78 5.96 27.40
-Time: 14:20:58
+Time: 13:59: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 5.00 38.00 4.00 126.00 136.00 1304.00 68.00 652.00 11.08 118.75 2874.69 7.70 100.10
+hda 8.91 590.10 220.79 14.85 7334.65 4807.92 3667.33 2403.96 51.53 5.63 24.13 3.50 82.57
-Time: 14:20:59
+Time: 13:59: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 26.00 1539.00 35.00 150.00 744.00 12624.00 372.00 6312.00 72.26 85.32 735.12 5.38 99.60
+hda 12.12 0.00 215.15 1.01 26925.25 8.08 13462.63 4.04 124.60 2.84 14.20 3.59 77.68
-Time: 14:21:00
+Time: 13:59: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 34.00 0.00 33.00 0.00 488.00 0.00 244.00 14.79 2.65 85.27 17.00 56.10
+hda 0.00 2680.39 36.27 154.90 7600.00 23529.41 3800.00 11764.71 162.83 47.21 122.64 3.24 61.96
-Time: 14:21:01
+Time: 13:59: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.99 665.35 66.34 132.67 2510.89 6384.16 1255.45 3192.08 44.70 1.32 6.62 3.05 60.69
+hda 0.99 2817.82 6.93 320.79 110.89 25116.83 55.45 12558.42 76.98 108.45 356.66 3.05 100.10
-Time: 14:21:02
+Time: 13:59: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 2.02 1072.73 21.21 76.77 2553.54 9212.12 1276.77 4606.06 120.08 2.99 29.38 8.87 86.87
+hda 1.01 3838.38 2.02 194.95 218.18 32622.22 109.09 16311.11 166.73 113.38 422.26 5.14 101.21
-Time: 14:21:03
+Time: 13:59: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 260.40 52.48 98.02 736.63 2851.49 368.32 1425.74 23.84 0.86 6.43 3.27 49.21
+hda 0.00 1435.64 0.99 317.82 0.00 14043.56 0.00 7021.78 44.05 142.66 525.98 3.11 99.21
-Time: 14:21:04
+Time: 13:59: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 1.01 169.70 84.85 61.62 3878.79 1850.51 1939.39 925.25 39.12 0.98 6.68 2.83 41.52
+hda 2.00 3086.00 65.00 203.00 2392.00 26240.00 1196.00 13120.00 106.84 143.09 379.84 3.74 100.20
-Time: 14:21:05
+Time: 13:59: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 1420.79 34.65 187.13 776.24 13251.49 388.12 6625.74 63.25 46.82 111.60 4.01 89.01
+hda 6.86 3130.39 6.86 138.24 3513.73 26047.06 1756.86 13023.53 203.73 141.05 941.09 6.77 98.24
-Time: 14:21:06
+Time: 14:00: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 49.00 0.00 0.00 0.00 0.00 0.00 5.07 558.49 4.88 23.90
+hda 7.07 4533.33 8.08 105.05 3620.20 37301.01 1810.10 18650.51 361.71 145.71 1016.05 8.95 101.21
-Time: 14:21:07
+Time: 14:00: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 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 14.00 14.00 1.40
+hda 7.07 3821.21 9.09 85.86 4153.54 31345.45 2076.77 15672.73 373.87 146.75 1339.84 10.66 101.21
-Time: 14:21:08
+Time: 14:00: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 6.86 0.00 42.16 28.43 4556.86 0.00 2278.43 0.00 64.56 148.66 782.97 13.92 98.24
-Time: 14:21:09
+Time: 14:00: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 853.00 19.00 105.00 1064.00 7696.00 532.00 3848.00 70.65 1.95 14.03 4.19 52.00
+hda 1.00 909.00 81.00 43.00 1392.00 7576.00 696.00 3788.00 72.32 146.73 866.26 8.08 100.20
-Time: 14:21:10
+Time: 14:00: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 5.94 1341.58 17.82 61.39 3588.12 11215.84 1794.06 5607.92 186.90 8.44 105.50 7.83 61.98
+hda 4.00 1613.00 31.00 55.00 3064.00 13480.00 1532.00 6740.00 192.37 147.54 1996.31 11.65 100.20
-Time: 14:21:11
+Time: 14:00: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 69.31 419.80 75.25 54.46 2788.12 3841.58 1394.06 1920.79 51.11 3.10 21.44 6.57 85.25
+hda 6.00 1120.00 36.00 62.00 3840.00 9376.00 1920.00 4688.00 134.86 130.60 1999.54 10.22 100.20
-Time: 14:21:12
+Time: 14:00: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 1903.03 2.02 202.02 56.57 16808.08 28.28 8404.04 82.65 1.30 5.83 2.42 49.29
+hda 6.00 8.00 43.00 39.00 6408.00 136.00 3204.00 68.00 79.80 95.92 1114.35 12.22 100.20
-Time: 14:21:13
+Time: 14:00: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 1.01 6.06 6.06 8.08 72.73 72.73 36.36 36.36 10.29 0.73 103.79 18.14 25.66
+hda 13.00 0.00 66.00 37.00 5816.00 16.00 2908.00 8.00 56.62 64.62 1049.45 9.73 100.20
-Time: 14:21:14
+Time: 14:00: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.97 214.56 3.88 36.89 38.83 2011.65 19.42 1005.83 50.29 0.19 4.55 2.71 11.07
+hda 5.94 0.00 105.94 26.73 3912.87 23.76 1956.44 11.88 29.67 34.18 726.15 7.48 99.21
-Time: 14:21:15
+Time: 14:00: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 97.96 25.51 23.47 448.98 971.43 224.49 485.71 29.00 0.27 5.60 3.81 18.67
+hda 0.00 1691.92 75.76 26.26 654.55 13656.57 327.27 6828.28 140.28 12.73 463.59 9.92 101.21
-Time: 14:21:16
+Time: 14:00: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 42.57 0.00 467.33 0.00 233.66 0.00 10.98 0.47 11.07 4.16 17.72
+hda 0.99 13481.19 46.53 45.54 562.38 109330.69 281.19 54665.35 1193.46 108.74 214.13 10.77 99.21
-Time: 14:21:17
+Time: 14:00: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 1.00 0.00 74.00 0.00 1304.00 0.00 652.00 0.00 17.62 0.60 8.08 3.01 22.30
+hda 0.00 0.00 10.00 66.00 72.00 0.00 36.00 0.00 0.95 111.20 1059.00 13.33 101.30
-Time: 14:21:18
+Time: 14:00: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 3.00 0.00 104.00 0.00 3456.00 0.00 1728.00 0.00 33.23 0.72 6.88 2.95 30.70
+hda 0.00 0.00 8.00 51.00 120.00 0.00 60.00 0.00 2.03 57.95 2009.66 16.98 100.20
-Time: 14:21:19
+Time: 14:00: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 14.42 0.00 392.31 0.00 196.15 0.00 27.20 0.17 12.13 8.27 11.92
+hda 0.99 424.75 139.60 26.73 2613.86 3413.86 1306.93 1706.93 36.24 9.37 418.46 5.96 99.21
-Time: 14:21:20
+Time: 14:00: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 28.28 4.04 10.10 210.10 315.15 105.05 157.58 37.14 0.07 4.71 2.86 4.04
+hda 0.00 1354.46 113.86 26.73 1734.65 11033.66 867.33 5516.83 90.82 3.49 27.13 5.32 74.75
-Time: 14:21:21
+Time: 14:00: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.99 0.00 399.01 0.00 5061.39 0.00 2530.69 0.00 12.68 6.40 16.04 1.63 65.15
+hda 0.00 119.19 113.13 19.19 1567.68 1115.15 783.84 557.58 20.27 2.78 21.22 6.44 85.15
-Time: 14:21:22
+Time: 14:00: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 94.95 0.00 1147.47 0.00 573.74 0.00 12.09 0.48 5.05 2.20 20.91
+hda 0.00 1649.50 136.63 83.17 1378.22 13956.44 689.11 6978.22 69.77 2.97 8.92 4.05 89.11
-Time: 14:21:23
+Time: 14:00: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 69.61 0.00 50.00 0.00 1419.61 0.00 709.80 0.00 28.39 0.67 13.31 6.98 34.90
+hda 0.00 6.00 58.00 16.00 480.00 72.00 240.00 36.00 7.46 1.12 30.08 4.99 36.90
-Time: 14:21:24
+Time: 14:00: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 24.24 0.00 43.43 0.00 977.78 0.00 488.89 0.00 22.51 1.04 13.63 7.07 30.71
+hda 0.00 0.00 62.00 0.00 496.00 0.00 248.00 0.00 8.00 0.13 2.13 2.13 13.20
-Time: 14:21:25
+Time: 14:00: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 40.00 21.00 72.00 9.00 1456.00 240.00 728.00 120.00 20.94 2.59 37.49 5.72 46.30
+hda 0.00 1110.00 47.00 57.00 384.00 9360.00 192.00 4680.00 93.69 1.21 10.88 3.98 41.40
-Time: 14:21:26
+Time: 14:00: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 13.00 0.00 20.00 0.00 304.00 0.00 152.00 0.00 15.20 0.22 11.05 6.55 13.10
+hda 0.00 1526.26 45.45 111.11 363.64 13074.75 181.82 6537.37 85.83 8.71 56.12 5.00 78.28
-Time: 14:21:27
+Time: 14:00: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 215.00 0.00 2808.00 0.00 1404.00 0.00 13.06 3.43 15.88 1.68 36.10
+hda 0.00 654.46 55.45 126.73 554.46 6249.50 277.23 3124.75 37.35 3.54 18.99 4.05 73.76
-Time: 14:21:28
+Time: 14:00: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 194.00 0.00 2032.00 0.00 1016.00 0.00 10.47 2.56 13.26 1.70 32.90
+hda 1.00 88.00 136.00 99.00 4488.00 2328.00 2244.00 1164.00 29.00 112.22 251.31 4.26 100.20
-Time: 14:21:29
+Time: 14:00: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.01 13.00 13.00 1.30
+hda 0.99 86.14 22.77 220.79 451.49 2487.13 225.74 1243.56 12.07 110.92 604.79 4.07 99.21
-Time: 14:21:30
+Time: 14:00: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 20.00 0.00 7.00 0.00 216.00 0.00 108.00 30.86 0.00 0.43 0.29 0.20
+hda 0.00 255.56 10.10 321.21 80.81 4581.82 40.40 2290.91 14.07 113.10 310.66 3.05 101.21
-Time: 14:21:31
+Time: 14:00: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 8.91 0.00 102.97 0.00 51.49 0.00 11.56 0.19 20.89 5.11 4.55
+hda 0.00 152.48 6.93 230.69 79.21 3081.19 39.60 1540.59 13.30 109.37 452.72 4.17 99.21
-Time: 14:21:32
+Time: 14:00: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 28.57 0.00 326.53 0.00 163.27 0.00 11.43 0.48 16.89 2.96 8.47
+hda 0.00 185.86 12.12 192.93 121.21 3014.14 60.61 1507.07 15.29 112.36 561.67 4.94 101.21
-Time: 14:21:33
+Time: 14:00: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 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 124.75 7.92 217.82 63.37 2344.55 31.68 1172.28 10.67 100.40 443.34 4.39 99.21
-Time: 14:21:34
+Time: 14:00: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 3.96 0.00 39.60 0.00 19.80 0.00 10.00 0.03 7.00 7.00 2.77
+hda 0.00 189.00 35.00 156.00 360.00 2336.00 180.00 1168.00 14.12 11.12 193.88 4.60 87.90
-Time: 14:21:35
+Time: 14:00: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 72.00 17.00 12.00 160.00 672.00 80.00 336.00 28.69 0.33 11.38 5.52 16.00
+hda 0.00 1439.00 38.00 51.00 304.00 11912.00 152.00 5956.00 137.26 1.61 18.08 5.35 47.60
-Time: 14:21:36
+Time: 14:00: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
+hda 0.00 342.31 86.54 61.54 838.46 3230.77 419.23 1615.38 27.48 0.82 5.61 2.77 40.96
-Time: 14:21:37
+Time: 14:00: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 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 6.00 0.00 163.00 0.00 4296.00 0.00 2148.00 0.00 26.36 0.56 3.42 1.88 30.60
-Time: 14:21:38
+Time: 14:00: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 1.00 0.00 215.00 0.00 2544.00 0.00 1272.00 0.00 11.83 0.67 3.09 2.18 46.90
-Time: 14:21:39
+Time: 14:00: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.99 0.00 15.84 0.00 7.92 0.00 16.00 0.08 80.00 80.00 7.92
+hda 1.00 6.00 284.00 46.00 2640.00 416.00 1320.00 208.00 9.26 1.50 4.51 1.85 61.10
-Time: 14:21:40
+Time: 14:00: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 64.29 4.08 59.18 40.82 987.76 20.41 493.88 16.26 0.40 6.23 1.50 9.49
+hda 0.00 12.87 87.13 2.97 831.68 126.73 415.84 63.37 10.64 0.49 5.49 4.27 38.51
-Time: 14:21:41
+Time: 14:00: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 5.94 0.00 47.52 0.00 23.76 0.00 8.00 0.05 8.17 7.67 4.55
+hda 0.00 36.00 86.00 11.00 696.00 376.00 348.00 188.00 11.05 0.24 2.49 2.24 21.70
-Time: 14:21:42
+Time: 14:00: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 84.00 0.00 680.00 0.00 340.00 0.00 8.10 0.42 4.90 4.99 41.90
-Time: 14:21:43
+Time: 14:00: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 2.00 0.00 112.00 0.00 56.00 0.00 56.00 0.04 18.00 18.00 3.60
+hda 0.00 0.00 65.35 0.00 562.38 0.00 281.19 0.00 8.61 0.28 4.42 4.21 27.52
-Time: 14:21:44
+Time: 14:00: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 3.00 0.00 51.00 0.00 632.00 0.00 316.00 0.00 12.39 0.91 17.84 10.75 54.80
+hda 0.00 0.00 0.00 2.00 0.00 16.00 0.00 8.00 8.00 0.01 3.00 3.00 0.60
-Time: 14:21:45
+Time: 14:00: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 112.00 0.00 136.00 0.00 2072.00 0.00 1036.00 15.24 20.78 152.43 2.92 39.70
+hda 0.00 7.00 1.00 3.00 8.00 80.00 4.00 40.00 22.00 0.01 1.50 1.50 0.60
-Time: 14:21:46
+Time: 14:00: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 37.00 0.00 13.00 0.00 312.00 0.00 156.00 24.00 0.05 7.46 2.92 3.80
+hda 0.00 79.00 0.00 13.00 0.00 736.00 0.00 368.00 56.62 0.02 1.23 0.38 0.50
-Time: 14:21:47
+Time: 14:00: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: 14:21: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.99 0.00 63.37 0.00 31.68 0.00 64.00 0.03 31.00 31.00 3.07
-
-Time: 14:21: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 2.00 0.00 144.00 0.00 72.00 0.00 72.00 0.03 16.00 16.00 3.20
-
-Time: 14:21:50
+Time: 14:00: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 69.00 10.00 13.00 160.00 664.00 80.00 332.00 35.83 0.10 4.17 3.61 8.30
+hda 0.00 0.00 4.00 0.00 32.00 0.00 16.00 0.00 8.00 0.05 13.00 5.00 2.00
-Time: 14:21:51
+Time: 14:00: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 10.10 2.02 662.63 8.08 331.31 4.04 55.33 0.11 8.92 6.83 8.28
-
-Time: 14:21: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 3.00 0.00 128.00 0.00 64.00 0.00 42.67 0.08 26.00 26.00 7.80
-
-Time: 14:21: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 85.15 0.00 800.00 0.00 400.00 0.00 9.40 1.07 12.52 7.99 68.02
-
-Time: 14:21: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 7.00 0.00 127.00 0.00 1192.00 0.00 596.00 0.00 9.39 2.11 15.14 5.98 76.00
+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: 14:21:55
+Time: 14:00: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 73.27 418.81 72.28 16.83 1497.03 3485.15 748.51 1742.57 55.91 3.58 42.28 10.79 96.14
+hda 0.00 0.00 4.00 0.00 120.00 0.00 60.00 0.00 30.00 0.04 11.25 11.25 4.50
-Time: 14:21:56
+Time: 14:00: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 8.00 0.00 82.00 0.00 11560.00 0.00 5780.00 0.00 140.98 2.01 24.55 8.05 66.00
+hda 0.00 120.79 0.99 25.74 7.92 1196.04 3.96 598.02 45.04 0.11 4.00 0.96 2.57
-Time: 14:21:57
+Time: 14:00: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 1.00 1692.00 63.00 77.00 14592.00 14656.00 7296.00 7328.00 208.91 20.89 138.66 5.18 72.50
+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: 14:21:58
+Time: 14:00: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 903.00 24.00 90.00 5128.00 7768.00 2564.00 3884.00 113.12 69.12 394.89 8.78 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: 14:21:59
+Time: 14:00: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 2754.00 28.00 82.00 5632.00 23264.00 2816.00 11632.00 262.69 109.14 524.90 9.10 100.10
+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: 14:22:00
+Time: 14:00: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 1088.00 29.00 73.00 4872.00 9592.00 2436.00 4796.00 141.80 121.57 703.74 9.81 100.10
+hda 0.00 0.00 3.00 0.00 56.00 0.00 28.00 0.00 18.67 0.05 18.00 10.67 3.20
-Time: 14:22:01
+Time: 14:00: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 3497.00 1.00 131.00 0.00 29008.00 0.00 14504.00 219.76 140.35 1305.86 7.58 100.10
+hda 0.00 49.00 17.00 16.00 232.00 520.00 116.00 260.00 22.79 0.14 4.03 2.21 7.30
-Time: 14:22:02
+Time: 14:00: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 1050.00 8.00 59.00 2304.00 8912.00 1152.00 4456.00 167.40 144.37 796.63 14.94 100.10
+hda 2.00 0.00 30.00 0.00 544.00 0.00 272.00 0.00 18.13 0.22 7.60 4.00 12.00
-Time: 14:22:03
+Time: 14:00: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 8.00 1517.00 43.00 45.00 6032.00 12648.00 3016.00 6324.00 212.27 149.54 965.03 11.43 100.60
+hda 0.00 10.89 120.79 3.96 1251.49 118.81 625.74 59.41 10.98 0.74 5.83 3.87 48.22
-Time: 14:22:04
+Time: 14:00: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 1717.00 14.00 69.00 3600.00 14080.00 1800.00 7040.00 213.01 140.88 2232.46 12.06 100.10
+hda 11.65 0.00 294.17 1.94 16209.71 15.53 8104.85 7.77 54.79 6.14 20.78 2.66 78.83
-Time: 14:22:05
+Time: 14:00: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 11.00 1.00 43.00 33.00 6168.00 16.00 3084.00 8.00 81.37 111.65 1214.32 13.17 100.10
+hda 4.00 0.00 135.00 0.00 24312.00 0.00 12156.00 0.00 180.09 1.05 7.81 3.98 53.70
-Time: 14:22:06
+Time: 14:00: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 6.00 0.00 29.00 64.00 5224.00 0.00 2612.00 0.00 56.17 76.74 2160.08 10.76 100.10
+hda 1.00 3834.00 7.00 272.00 176.00 33760.00 88.00 16880.00 121.63 88.39 246.39 3.29 91.70
-Time: 14:22:07
+Time: 14:00: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.00 0.00 21.00 27.00 4104.00 0.00 2052.00 0.00 85.50 21.87 1760.08 20.85 100.10
+hda 0.00 4832.32 0.00 266.67 0.00 40719.19 0.00 20359.60 152.70 108.80 395.67 3.80 101.21
-Time: 14:22:08
+Time: 14:00: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 7353.47 19.80 38.61 4071.29 60174.26 2035.64 30087.13 1099.80 57.41 364.00 16.95 99.01
+hda 1.98 3727.72 6.93 113.86 681.19 31136.63 340.59 15568.32 263.41 112.53 612.06 8.21 99.21
-Time: 14:22:12
+Time: 14:00: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.77 1424.24 15.91 50.51 1422.22 11573.74 711.11 5786.87 195.68 92.31 1330.36 15.07 100.08
+hda 0.00 2017.82 0.00 235.64 0.00 17924.75 0.00 8962.38 76.07 142.48 671.58 4.21 99.21
-Time: 14:22:13
+Time: 14:01: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 30.69 16.83 3603.96 0.00 1801.98 0.00 75.83 16.50 1226.67 20.85 99.11
+hda 7.07 4490.91 11.11 151.52 4646.46 37220.20 2323.23 18610.10 257.44 147.13 683.98 6.22 101.21
-Time: 14:22:14
+Time: 14:01: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 1.01 5438.38 21.21 16.16 4153.54 43854.55 2076.77 21927.27 1284.54 11.78 791.03 26.95 100.71
+hda 4.00 5476.00 10.00 125.00 2336.00 44848.00 1168.00 22424.00 349.51 145.67 1072.59 7.42 100.20
-Time: 14:22:15
+Time: 14:01: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 3.03 2.02 61.62 8.08 4339.39 72.73 2169.70 36.36 63.30 36.88 116.91 14.51 101.11
+hda 4.95 3070.30 8.91 99.01 3302.97 25497.03 1651.49 12748.51 266.86 141.47 1125.64 9.19 99.21
-Time: 14:22:16
+Time: 14:01: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 9.90 0.00 114.85 2.97 4665.35 15.84 2332.67 7.92 39.73 35.73 72.70 8.41 99.11
+hda 7.92 2457.43 9.90 85.15 4055.45 20332.67 2027.72 10166.34 256.58 147.41 1383.16 10.54 100.20
-Time: 14:22:17
+Time: 14:01: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 7.92 0.00 91.09 5.94 8744.55 0.00 4372.28 0.00 90.12 31.63 199.17 10.21 99.11
+hda 7.92 4.95 23.76 81.19 5156.44 63.37 2578.22 31.68 49.74 106.84 1213.06 9.51 99.80
-Time: 14:22:18
+Time: 14:01: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 2.02 0.00 67.68 14.14 12872.73 0.00 6436.36 0.00 157.33 20.89 644.26 12.36 101.11
+hda 6.93 9988.12 13.86 100.00 4324.75 80657.43 2162.38 40328.71 746.37 34.29 1040.99 8.70 99.01
-Time: 14:22:19
+Time: 14:01: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 3.81 1516.19 64.76 34.29 4693.33 12365.71 2346.67 6182.86 172.23 7.87 489.90 9.56 94.67
+hda 5.05 5.05 6.06 61.62 3103.03 64.65 1551.52 32.32 46.81 34.27 540.03 14.96 101.21
-Time: 14:22:20
+Time: 14:01: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 1.96 186.27 31.37 9.80 713.73 1513.73 356.86 756.86 54.10 3.35 126.69 21.36 87.94
+hda 0.99 104.95 43.56 13.86 9219.80 895.05 4609.90 447.52 176.14 1.42 142.62 11.28 64.75
-Time: 14:22:21
+Time: 14:01: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 3.00 10.00 65.00 5.00 760.00 160.00 380.00 80.00 13.14 1.98 22.56 11.20 78.40
+hda 2.97 0.00 243.56 0.00 3588.12 0.00 1794.06 0.00 14.73 2.01 8.27 2.17 52.87
diff --git a/testsuite/normal/pbuilder-build-dsh-sarge.log b/testsuite/normal/pbuilder-build-dsh-sarge.log
index 3b15d05..cfcfec4 100644
--- a/testsuite/normal/pbuilder-build-dsh-sarge.log
+++ b/testsuite/normal/pbuilder-build-dsh-sarge.log
@@ -1,17 +1,17 @@
-pbuilder-buildpackage/powerpc $Id$
+I: using fakeroot in build.
+pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Sat Jun 4 14:18:14 JST 2005
-pbuilder-time-stamp: 1117862294
+Current time: Sat Jul 2 13:58:10 JST 2005
+pbuilder-time-stamp: 1120280290
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result/
-Obtaining the cached apt archive contents
Installing the build-deps
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.19 2005/06/03 12:07:39 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -22,47 +22,40 @@ Installing the build-deps
Reading Package Lists...
Building Dependency Tree...
The following extra packages will be installed:
- debconf debconf-i18n debconf-utils file gettext gettext-base html2text
- intltool-debian libdshconfig1 liblocale-gettext-perl libmagic1
- libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl po-debconf
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
Suggested packages:
- debconf-doc whiptail dialog gnome-utils libterm-readline-gnu-perl
- libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs gettext-doc
+ dh-make cvs gettext-doc
Recommended packages:
- apt-utils curl wget lynx libmail-sendmail-perl libcompress-zlib-perl
+ curl libmail-sendmail-perl libcompress-zlib-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 0B/2994kB of archives.
-After unpacking 12.3MB of additional disk space will be used.
-Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7463 files and directories currently installed.)
-Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_powerpc.deb) ...
-Selecting previously deselected package libtext-iconv-perl.
-Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_powerpc.deb) ...
-Selecting previously deselected package libtext-charwidth-perl.
-Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_powerpc.deb) ...
-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.30.13_all.deb) ...
-Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.30.13_all.deb) ...
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2591kB of archives.
+After unpacking 8679kB 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 debconf-utils 1.4.30.13 [33.0kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.14.4-2 [1718kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.32 [362kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2591kB in 0s (4450kB/s)
Selecting previously deselected package libmagic1.
-Unpacking libmagic1 (from .../libmagic1_4.12-1_powerpc.deb) ...
+(Reading database ... 11040 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
-Unpacking file (from .../file_4.12-1_powerpc.deb) ...
-Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.4-2_powerpc.deb) ...
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.30.13_all.deb) ...
Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.2a-2_powerpc.deb) ...
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.4-2_powerpc.deb) ...
+Unpacking gettext (from .../gettext_0.14.4-2_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.
@@ -70,17 +63,13 @@ Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_4.2.32_all.deb) ...
Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_powerpc.deb) ...
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_powerpc.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) ...
+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.4-2) ...
+Setting up debconf-utils (1.4.30.13) ...
Setting up html2text (1.3.2a-2) ...
@@ -88,38 +77,46 @@ Setting up gettext (0.14.4-2) ...
Setting up intltool-debian (0.30+20040213) ...
Setting up po-debconf (0.8.23) ...
+Setting up debhelper (4.2.32) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-Setting up debconf-i18n (1.4.30.13) ...
-Setting up debconf (1.4.30.13) ...
-
-Setting up debconf-utils (1.4.30.13) ...
-
-Setting up debhelper (4.2.32) ...
-> Finished parsing the build-deps
-Copying back the cached apt archive contents
+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 70.5kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.10 [70.5kB]
+Fetched 70.5kB in 0s (2061kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 11582 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_i386.deb) ...
+Setting up fakeroot (1.2.10) ...
+
Copying source file
-> copying [testbuild/dsh_0.25.6-1.dsc]
-> copying [testbuild/dsh_0.25.6.orig.tar.gz]
-> copying [testbuild/dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
-> Building the package
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source package is dsh
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-buildpackage: host architecture is powerpc
-dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: host architecture is i386
+dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+ fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
@@ -135,9 +132,9 @@ make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -180,8 +177,8 @@ checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... powerpc-unknown-linux-gnu
-checking host system type... powerpc-unknown-linux-gnu
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
@@ -360,9 +357,9 @@ make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: `dsh' is up to date.
make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
/usr/bin/make check-TESTS
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
@@ -416,7 +413,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
-Sat Jun 4 05:19:09 UTC 2005
+Sat Jul 2 04:58:53 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -486,14 +483,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
-Sat Jun 4 05:19:14 UTC 2005
+Sat Jul 2 04:58:58 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
+dsh: Process terminated (before write).
b: b
c: c
-dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -506,7 +503,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -588,18 +585,19 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_powerpc.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
dpkg-genchanges -mJunichi Uekawa <dancer@debian.org>
-dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-Copying back the cached apt archive contents
+ -> Terminate timeout process
+/usr/lib/pbuilder/pbuilder-buildpackage: line 126: 31006 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sat Jun 4 14:19:18 JST 2005
-pbuilder-time-stamp: 1117862358
+Current time: Sat Jul 2 13:59:00 JST 2005
+pbuilder-time-stamp: 1120280340
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild/6438 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/30720 and its subdirectories
diff --git a/testsuite/normal/pbuilder-build-dsh-sid.log b/testsuite/normal/pbuilder-build-dsh-sid.log
index 548e070..ad7a832 100644
--- a/testsuite/normal/pbuilder-build-dsh-sid.log
+++ b/testsuite/normal/pbuilder-build-dsh-sid.log
@@ -1,17 +1,17 @@
-pbuilder-buildpackage/powerpc $Id$
+I: using fakeroot in build.
+pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Sat Jun 4 14:10:43 JST 2005
-pbuilder-time-stamp: 1117861843
+Current time: Sat Jul 2 13:53:29 JST 2005
+pbuilder-time-stamp: 1120280009
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result/
-Obtaining the cached apt archive contents
Installing the build-deps
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.19 2005/06/03 12:07:39 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -19,107 +19,111 @@ Installing the build-deps
-> Considering libdshconfig1-dev (>= 0.20.11-1)
-> Trying libdshconfig1-dev
-> Installing debhelper libdshconfig1-dev
-Reading Package Lists...
-Building Dependency Tree...
+Reading package lists...
+Building dependency tree...
The following extra packages will be installed:
- debconf debconf-i18n debconf-utils file gettext gettext-base html2text
- intltool-debian libdshconfig1 liblocale-gettext-perl libmagic1
- libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl po-debconf
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
Suggested packages:
- debconf-doc whiptail dialog gnome-utils libterm-readline-gnu-perl
- libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs gettext-doc
+ dh-make cvs gettext-doc
Recommended packages:
- apt-utils curl wget lynx libmail-sendmail-perl libcompress-zlib-perl
+ curl libmail-sendmail-perl libcompress-zlib-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 0B/3017kB of archives.
-After unpacking 12.4MB of additional disk space will be used.
-Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7488 files and directories currently installed.)
-Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.04-1_powerpc.deb) ...
-Selecting previously deselected package libtext-iconv-perl.
-Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_powerpc.deb) ...
-Selecting previously deselected package libtext-charwidth-perl.
-Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-2_powerpc.deb) ...
-Selecting previously deselected package libtext-wrapi18n-perl.
-Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-2_all.deb) ...
-Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.50_all.deb) ...
-Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.50_all.deb) ...
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2642kB of archives.
+After unpacking 8380kB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ libmagic1 file debconf-utils html2text gettext intltool-debian po-debconf
+ debhelper libdshconfig1 libdshconfig1-dev
+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 debconf-utils 1.4.51 [33.0kB]
+Get:4 http://ring.asahi-net.or.jp sid/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp sid/main gettext 0.14.5-1 [1767kB]
+Get:6 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp sid/main debhelper 4.9.3 [363kB]
+Get:9 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2642kB in 0s (5159kB/s)
Selecting previously deselected package libmagic1.
-Unpacking libmagic1 (from .../libmagic1_4.12-1_powerpc.deb) ...
+(Reading database ... 10817 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
-Unpacking file (from .../file_4.12-1_powerpc.deb) ...
-Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.4-2_powerpc.deb) ...
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.50_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.51_all.deb) ...
Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.2a-2_powerpc.deb) ...
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.4-2_powerpc.deb) ...
+Unpacking gettext (from .../gettext_0.14.5-1_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.23_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.36_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.9.3_all.deb) ...
Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_powerpc.deb) ...
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_powerpc.deb) ...
-Setting up liblocale-gettext-perl (1.04-1) ...
-Setting up libtext-iconv-perl (1.2-3) ...
-Setting up libtext-charwidth-perl (0.04-2) ...
-Setting up libtext-wrapi18n-perl (0.06-2) ...
+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.4-2) ...
+Setting up debconf-utils (1.4.51) ...
Setting up html2text (1.3.2a-2) ...
-Setting up gettext (0.14.4-2) ...
+Setting up gettext (0.14.5-1) ...
Setting up intltool-debian (0.30+20040213) ...
Setting up po-debconf (0.8.23) ...
+Setting up debhelper (4.9.3) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-Setting up debconf-i18n (1.4.50) ...
-Setting up debconf (1.4.50) ...
-
-Setting up debconf-utils (1.4.50) ...
-
-Setting up debhelper (4.2.36) ...
-> Finished parsing the build-deps
-Copying back the cached apt archive contents
+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 71.1kB of archives.
+After unpacking 201kB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ fakeroot
+Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.4 [71.1kB]
+Fetched 71.1kB in 0s (2198kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 11360 files and directories currently installed.)
+Unpacking fakeroot (from .../archives/fakeroot_1.4_i386.deb) ...
+Setting up fakeroot (1.4) ...
+
Copying source file
-> copying [testbuild/dsh_0.25.6-1.dsc]
-> copying [testbuild/dsh_0.25.6.orig.tar.gz]
-> copying [testbuild/dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
+dpkg-source: unpacking dsh_0.25.6.orig.tar.gz
+dpkg-source: applying ./dsh_0.25.6-1.diff.gz
-> Building the package
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source package is dsh
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-buildpackage: host architecture is powerpc
-dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: host architecture i386
+dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+ fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
@@ -135,9 +139,9 @@ make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -180,8 +184,8 @@ checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... powerpc-unknown-linux-gnu
-checking host system type... powerpc-unknown-linux-gnu
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
@@ -360,9 +364,9 @@ make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: `dsh' is up to date.
make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
/usr/bin/make check-TESTS
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
@@ -403,8 +407,8 @@ success
success
a: dsh: Failed executing ./invalid-exec-file with llexec call
b: dsh: Failed executing ./invalid-exec-file with llexec call
-d: dsh: Failed executing ./invalid-exec-file with llexec call
c: dsh: Failed executing ./invalid-exec-file with llexec call
+d: dsh: Failed executing ./invalid-exec-file with llexec call
success
dsh: Failed executing ./invalid-exec-file with llexec call
dsh: Failed executing ./invalid-exec-file with llexec call
@@ -416,7 +420,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
-Sat Jun 4 05:12:40 UTC 2005
+Sat Jul 2 04:54:15 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -486,14 +490,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
-Sat Jun 4 05:12:45 UTC 2005
+Sat Jul 2 04:54:20 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
+a: a
b: b
c: c
-dsh: Process terminated (before write).
-a: a
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -506,7 +509,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -588,18 +591,19 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_powerpc.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
dpkg-genchanges -mJunichi Uekawa <dancer@debian.org>
-dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-Copying back the cached apt archive contents
+ -> Terminate timeout process
+/usr/lib/pbuilder/pbuilder-buildpackage: line 126: 9153 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sat Jun 4 14:12:52 JST 2005
-pbuilder-time-stamp: 1117861972
+Current time: Sat Jul 2 13:54:22 JST 2005
+pbuilder-time-stamp: 1120280062
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild/15009 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/8235 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sarge.log b/testsuite/normal/pbuilder-create-sarge.log
index 6b7a456..12feb55 100644
--- a/testsuite/normal/pbuilder-create-sarge.log
+++ b/testsuite/normal/pbuilder-create-sarge.log
@@ -1,213 +1,17 @@
Distribution is sarge.
Building the build environment
-> running debootstrap
-I: Retrieving debootstrap.invalid_dists_sarge_Release
-I: Validating debootstrap.invalid_dists_sarge_Release
-I: Retrieving debootstrap.invalid_dists_sarge_main_binary-powerpc_Packages
-I: Validating debootstrap.invalid_dists_sarge_main_binary-powerpc_Packages
-I: Checking apt...
-I: Checking base-files...
-I: Checking base-passwd...
-I: Checking bash...
-I: Checking binutils...
-I: Checking bsdutils...
-I: Checking coreutils...
-I: Checking cpio...
-I: Checking cpp...
-I: Checking cpp-3.3...
-I: Checking debianutils...
-I: Checking diff...
-I: Checking dpkg...
-I: Checking dpkg-dev...
-I: Checking dselect...
-I: Checking e2fslibs...
-I: Checking e2fsprogs...
-I: Checking findutils...
-I: Checking g++...
-I: Checking g++-3.3...
-I: Checking gcc...
-I: Checking gcc-3.3...
-I: Checking gcc-3.3-base...
-I: Checking grep...
-I: Checking gzip...
-I: Checking hostname...
-I: Checking initscripts...
-I: Checking libacl1...
-I: Checking libattr1...
-I: Checking libblkid1...
-I: Checking libc6...
-I: Checking libc6-dev...
-I: Checking libcap1...
-I: Checking libcomerr2...
-I: Checking libdb1-compat...
-I: Checking libdb3...
-I: Checking libdb4.2...
-I: Checking libgcc1...
-I: Checking libgdbm3...
-I: Checking libncurses5...
-I: Checking libpam-modules...
-I: Checking libpam-runtime...
-I: Checking libpam0g...
-I: Checking libss2...
-I: Checking libstdc++5...
-I: Checking libstdc++5-3.3-dev...
-I: Checking libuuid1...
-I: Checking linux-kernel-headers...
-I: Checking login...
-I: Checking make...
-I: Checking mawk...
-I: Checking mount...
-I: Checking ncurses-base...
-I: Checking ncurses-bin...
-I: Checking passwd...
-I: Checking patch...
-I: Checking perl...
-I: Checking perl-base...
-I: Checking perl-modules...
-I: Checking sed...
-I: Checking slang1a-utf8...
-I: Checking sysv-rc...
-I: Checking sysvinit...
-I: Checking tar...
-I: Checking util-linux...
-I: Checking zlib1g...
-I: Retrieving apt
-I: Validating apt
-I: Retrieving base-files
-I: Validating base-files
-I: Retrieving base-passwd
-I: Validating base-passwd
-I: Retrieving bash
-I: Validating bash
-I: Retrieving binutils
-I: Validating binutils
-I: Retrieving bsdutils
-I: Validating bsdutils
-I: Retrieving coreutils
-I: Validating coreutils
-I: Retrieving cpio
-I: Validating cpio
-I: Retrieving cpp
-I: Validating cpp
-I: Retrieving cpp-3.3
-I: Validating cpp-3.3
-I: Retrieving debianutils
-I: Validating debianutils
-I: Retrieving diff
-I: Validating diff
-I: Retrieving dpkg
-I: Validating dpkg
-I: Retrieving dpkg-dev
-I: Validating dpkg-dev
-I: Retrieving dselect
-I: Validating dselect
-I: Retrieving e2fslibs
-I: Validating e2fslibs
-I: Retrieving e2fsprogs
-I: Validating e2fsprogs
-I: Retrieving findutils
-I: Validating findutils
-I: Retrieving g++
-I: Validating g++
-I: Retrieving g++-3.3
-I: Validating g++-3.3
-I: Retrieving gcc
-I: Validating gcc
-I: Retrieving gcc-3.3
-I: Validating gcc-3.3
-I: Retrieving gcc-3.3-base
-I: Validating gcc-3.3-base
-I: Retrieving grep
-I: Validating grep
-I: Retrieving gzip
-I: Validating gzip
-I: Retrieving hostname
-I: Validating hostname
-I: Retrieving initscripts
-I: Validating initscripts
-I: Retrieving libacl1
-I: Validating libacl1
-I: Retrieving libattr1
-I: Validating libattr1
-I: Retrieving libblkid1
-I: Validating libblkid1
-I: Retrieving libc6
-I: Validating libc6
-I: Retrieving libc6-dev
-I: Validating libc6-dev
-I: Retrieving libcap1
-I: Validating libcap1
-I: Retrieving libcomerr2
-I: Validating libcomerr2
-I: Retrieving libdb1-compat
-I: Validating libdb1-compat
-I: Retrieving libdb3
-I: Validating libdb3
-I: Retrieving libdb4.2
-I: Validating libdb4.2
-I: Retrieving libgcc1
-I: Validating libgcc1
-I: Retrieving libgdbm3
-I: Validating libgdbm3
-I: Retrieving libncurses5
-I: Validating libncurses5
-I: Retrieving libpam-modules
-I: Validating libpam-modules
-I: Retrieving libpam-runtime
-I: Validating libpam-runtime
-I: Retrieving libpam0g
-I: Validating libpam0g
-I: Retrieving libss2
-I: Validating libss2
-I: Retrieving libstdc++5
-I: Validating libstdc++5
-I: Retrieving libstdc++5-3.3-dev
-I: Validating libstdc++5-3.3-dev
-I: Retrieving libuuid1
-I: Validating libuuid1
-I: Retrieving linux-kernel-headers
-I: Validating linux-kernel-headers
-I: Retrieving login
-I: Validating login
-I: Retrieving make
-I: Validating make
-I: Retrieving mawk
-I: Validating mawk
-I: Retrieving mount
-I: Validating mount
-I: Retrieving ncurses-base
-I: Validating ncurses-base
-I: Retrieving ncurses-bin
-I: Validating ncurses-bin
-I: Retrieving passwd
-I: Validating passwd
-I: Retrieving patch
-I: Validating patch
-I: Retrieving perl
-I: Validating perl
-I: Retrieving perl-base
-I: Validating perl-base
-I: Retrieving perl-modules
-I: Validating perl-modules
-I: Retrieving sed
-I: Validating sed
-I: Retrieving slang1a-utf8
-I: Validating slang1a-utf8
-I: Retrieving sysv-rc
-I: Validating sysv-rc
-I: Retrieving sysvinit
-I: Validating sysvinit
-I: Retrieving tar
-I: Validating tar
-I: Retrieving util-linux
-I: Validating util-linux
-I: Retrieving zlib1g
-I: Validating zlib1g
+I: Retrieving Release
+I: Retrieving Packages
+I: Validating Packages
+I: Checking component main on http://ring.asahi-net.or.jp/archives/linux/debian/debian...
I: Extracting base-files...
I: Extracting base-passwd...
I: Extracting bash...
I: Extracting bsdutils...
I: Extracting coreutils...
+I: Extracting debconf...
+I: Extracting debconf-i18n...
I: Extracting debianutils...
I: Extracting diff...
I: Extracting dpkg...
@@ -229,416 +33,40 @@ I: Extracting libcomerr2...
I: Extracting libdb1-compat...
I: Extracting libdb3...
I: Extracting libgcc1...
+I: Extracting liblocale-gettext-perl...
I: Extracting libncurses5...
+I: Extracting libnewt0.51...
I: Extracting libpam-modules...
I: Extracting libpam-runtime...
I: Extracting libpam0g...
+I: Extracting libpopt0...
I: Extracting libss2...
I: Extracting libstdc++5...
+I: Extracting libtext-charwidth-perl...
+I: Extracting libtext-wrapi18n-perl...
I: Extracting libuuid1...
I: Extracting login...
+I: Extracting makedev...
I: Extracting mawk...
+I: Extracting modutils...
I: Extracting mount...
I: Extracting ncurses-base...
I: Extracting ncurses-bin...
I: Extracting passwd...
I: Extracting perl-base...
+I: Extracting procps...
I: Extracting sed...
I: Extracting slang1a-utf8...
I: Extracting sysv-rc...
I: Extracting sysvinit...
I: Extracting tar...
I: Extracting util-linux...
-I: Extracting zlib1g...
+I: Extracting whiptail...
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.2_powerpc.deb) ...
-Selecting previously deselected package base-passwd.
-Unpacking base-passwd (from .../base-passwd_3.5.9_powerpc.deb) ...
-dpkg: base-passwd: dependency problems, but configuring anyway as you request:
- base-passwd depends on libc6 (>= 2.3.2.ds1-4); however:
- Package libc6 is not installed.
-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.2) ...
-
-dpkg: regarding .../dpkg_1.10.27_powerpc.deb containing dpkg, pre-dependency problem:
- dpkg pre-depends on dselect
- dselect is not installed.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../dpkg_1.10.27_powerpc.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.27 (using .../dpkg_1.10.27_powerpc.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.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 ... 281 files and directories currently installed.)
-Unpacking libc6 (from .../libc6_2.3.2.ds1-22_powerpc.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-22) ...
-Current default timezone: 'UTC'.
-Local time is now: Sat Jun 4 05:16:44 UTC 2005.
-Universal Time is now: Sat Jun 4 05:16:44 UTC 2005.
-Run 'tzconfig' if you wish to change it.
-
-Selecting previously deselected package perl-base.
-(Reading database ... 2287 files and directories currently installed.)
-Unpacking perl-base (from .../perl-base_5.8.4-8_powerpc.deb) ...
-Setting up perl-base (5.8.4-8) ...
-Selecting previously deselected package mawk.
-(Reading database ... 2410 files and directories currently installed.)
-Unpacking mawk (from .../mawk_1.3.3-11_powerpc.deb) ...
-Setting up mawk (1.3.3-11) ...
-
I: Unpacking required packages...
-(Reading database ... 2429 files and directories currently installed.)
-Preparing to replace base-files 3.1.2 (using .../base-files_3.1.2_powerpc.deb) ...
-Unpacking replacement base-files ...
-Preparing to replace base-passwd 3.5.9 (using .../base-passwd_3.5.9_powerpc.deb) ...
-Unpacking replacement base-passwd ...
-Selecting previously deselected package bash.
-dpkg: regarding .../bash_2.05b-26_powerpc.deb containing bash, pre-dependency problem:
- bash pre-depends on libncurses5 (>= 5.4-1)
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking bash (from .../bash_2.05b-26_powerpc.deb) ...
-Selecting previously deselected package bsdutils.
-Unpacking bsdutils (from .../bsdutils_1%3a2.12p-4_powerpc.deb) ...
-Selecting previously deselected package coreutils.
-dpkg: regarding .../coreutils_5.2.1-2_powerpc.deb containing coreutils, pre-dependency problem:
- coreutils pre-depends on libacl1 (>= 2.2.11-1)
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking coreutils (from .../coreutils_5.2.1-2_powerpc.deb) ...
-Selecting previously deselected package debianutils.
-dpkg: regarding .../debianutils_2.8.4_powerpc.deb containing debianutils, pre-dependency problem:
- debianutils pre-depends on coreutils (>= 4.5.8-1)
- coreutils is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking debianutils (from .../debianutils_2.8.4_powerpc.deb) ...
-Selecting previously deselected package diff.
-Unpacking diff (from .../diff_2.8.1-11_powerpc.deb) ...
-dpkg: regarding .../dpkg_1.10.27_powerpc.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.27 (using .../dpkg_1.10.27_powerpc.deb) ...
-Unpacking replacement dpkg ...
-Selecting previously deselected package dselect.
-Unpacking dselect (from .../dselect_1.10.27_powerpc.deb) ...
-Selecting previously deselected package e2fslibs.
-Unpacking e2fslibs (from .../e2fslibs_1.37-2sarge1_powerpc.deb) ...
-Selecting previously deselected package e2fsprogs.
-dpkg: regarding .../e2fsprogs_1.37-2sarge1_powerpc.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on e2fslibs (= 1.37-2sarge1)
- e2fslibs is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.37-2sarge1_powerpc.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on libblkid1 (>= 1.34-1)
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.37-2sarge1_powerpc.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on libcomerr2 (>= 1.34-1)
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.37-2sarge1_powerpc.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on libss2 (>= 1.34-1)
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.37-2sarge1_powerpc.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.37-2sarge1_powerpc.deb) ...
-Selecting previously deselected package findutils.
-Unpacking findutils (from .../findutils_4.1.20-6_powerpc.deb) ...
-Selecting previously deselected package gcc-3.3-base.
-Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.5-13_powerpc.deb) ...
-Selecting previously deselected package grep.
-Unpacking grep (from .../grep_2.5.1.ds1-4_powerpc.deb) ...
-Selecting previously deselected package gzip.
-Unpacking gzip (from .../gzip_1.3.5-9_powerpc.deb) ...
-Selecting previously deselected package hostname.
-Unpacking hostname (from .../hostname_2.13_powerpc.deb) ...
-Selecting previously deselected package initscripts.
-Unpacking initscripts (from .../initscripts_2.86.ds1-1_powerpc.deb) ...
-Selecting previously deselected package libacl1.
-Unpacking libacl1 (from .../libacl1_2.2.23-1_powerpc.deb) ...
-Selecting previously deselected package libattr1.
-Unpacking libattr1 (from .../libattr1_2.4.16-1_powerpc.deb) ...
-Selecting previously deselected package libblkid1.
-Unpacking libblkid1 (from .../libblkid1_1.37-2sarge1_powerpc.deb) ...
-Preparing to replace libc6 2.3.2.ds1-22 (using .../libc6_2.3.2.ds1-22_powerpc.deb) ...
-Unpacking replacement libc6 ...
-Selecting previously deselected package libcap1.
-Unpacking libcap1 (from .../libcap1_1%3a1.10-14_powerpc.deb) ...
-Selecting previously deselected package libcomerr2.
-Unpacking libcomerr2 (from .../libcomerr2_1.37-2sarge1_powerpc.deb) ...
-Selecting previously deselected package libdb1-compat.
-Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_powerpc.deb) ...
-Selecting previously deselected package libdb3.
-Unpacking libdb3 (from .../libdb3_3.2.9-22_powerpc.deb) ...
-Selecting previously deselected package libgcc1.
-Unpacking libgcc1 (from .../libgcc1_1%3a3.4.3-13_powerpc.deb) ...
-Selecting previously deselected package libncurses5.
-Unpacking libncurses5 (from .../libncurses5_5.4-4_powerpc.deb) ...
-Selecting previously deselected package libpam-modules.
-Unpacking libpam-modules (from .../libpam-modules_0.76-22_powerpc.deb) ...
-Selecting previously deselected package libpam-runtime.
-Unpacking libpam-runtime (from .../libpam-runtime_0.76-22_all.deb) ...
-Selecting previously deselected package libpam0g.
-Unpacking libpam0g (from .../libpam0g_0.76-22_powerpc.deb) ...
-Selecting previously deselected package libss2.
-Unpacking libss2 (from .../libss2_1.37-2sarge1_powerpc.deb) ...
-Selecting previously deselected package libstdc++5.
-Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.5-13_powerpc.deb) ...
-Selecting previously deselected package libuuid1.
-Unpacking libuuid1 (from .../libuuid1_1.37-2sarge1_powerpc.deb) ...
-Selecting previously deselected package login.
-dpkg: regarding .../login_1%3a4.0.3-31sarge5_powerpc.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-31sarge5_powerpc.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-31sarge5_powerpc.deb) ...
-Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_powerpc.deb) ...
-Unpacking replacement mawk ...
-Selecting previously deselected package mount.
-dpkg: regarding .../mount_2.12p-4_powerpc.deb containing mount, pre-dependency problem:
- mount pre-depends on libblkid1 (>= 1.37-1)
- libblkid1 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../mount_2.12p-4_powerpc.deb containing mount, pre-dependency problem:
- mount pre-depends on libuuid1
- libuuid1 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking mount (from .../mount_2.12p-4_powerpc.deb) ...
-Selecting previously deselected package ncurses-base.
-Unpacking ncurses-base (from .../ncurses-base_5.4-4_all.deb) ...
-Selecting previously deselected package ncurses-bin.
-dpkg: regarding .../ncurses-bin_5.4-4_powerpc.deb containing ncurses-bin, pre-dependency problem:
- ncurses-bin pre-depends on libncurses5 (>= 5.4-1)
- libncurses5 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking ncurses-bin (from .../ncurses-bin_5.4-4_powerpc.deb) ...
-Selecting previously deselected package passwd.
-Unpacking passwd (from .../passwd_1%3a4.0.3-31sarge5_powerpc.deb) ...
-Preparing to replace perl-base 5.8.4-8 (using .../perl-base_5.8.4-8_powerpc.deb) ...
-Unpacking replacement perl-base ...
-Selecting previously deselected package sed.
-Unpacking sed (from .../sed_4.1.2-8_powerpc.deb) ...
-Selecting previously deselected package slang1a-utf8.
-Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9dbs-8_powerpc.deb) ...
-Selecting previously deselected package sysv-rc.
-Unpacking sysv-rc (from .../sysv-rc_2.86.ds1-1_all.deb) ...
-Selecting previously deselected package sysvinit.
-dpkg: regarding .../sysvinit_2.86.ds1-1_powerpc.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.ds1-1_powerpc.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.ds1-1_powerpc.deb) ...
-Selecting previously deselected package tar.
-Unpacking tar (from .../tar_1.14-2_powerpc.deb) ...
-Selecting previously deselected package util-linux.
-dpkg: regarding .../util-linux_2.12p-4_powerpc.deb containing util-linux, pre-dependency problem:
- util-linux pre-depends on libncurses5 (>= 5.4-1)
- libncurses5 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12p-4_powerpc.deb containing util-linux, pre-dependency problem:
- util-linux pre-depends on libuuid1
- libuuid1 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12p-4_powerpc.deb containing util-linux, pre-dependency problem:
- util-linux pre-depends on slang1a-utf8 (>> 1.4.9dbs-4)
- slang1a-utf8 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12p-4_powerpc.deb containing util-linux, pre-dependency problem:
- util-linux pre-depends on zlib1g (>= 1:1.2.1)
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking util-linux (from .../util-linux_2.12p-4_powerpc.deb) ...
-Selecting previously deselected package zlib1g.
-Unpacking zlib1g (from .../zlib1g_1%3a1.2.2-4_powerpc.deb) ...
I: Configuring required packages...
-Setting up ncurses-base (5.4-4) ...
-
-Setting up sysv-rc (2.86.ds1-1) ...
-
-Setting up libpam-runtime (0.76-22) ...
-
-Setting up gcc-3.3-base (3.3.5-13) ...
-Setting up libc6 (2.3.2.ds1-22) ...
-Current default timezone: 'UTC'.
-Local time is now: Sat Jun 4 05:16:58 UTC 2005.
-Universal Time is now: Sat Jun 4 05:16:58 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.37-2sarge1) ...
-
-Setting up libpam0g (0.76-22) ...
-
-Setting up bsdutils (2.12p-4) ...
-
-Setting up perl-base (5.8.4-8) ...
-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-13) ...
-
-Setting up libncurses5 (5.4-4) ...
-
-Setting up libattr1 (2.4.16-1) ...
-
-Setting up sed (4.1.2-8) ...
-
-Setting up e2fslibs (1.37-2sarge1) ...
-
-Setting up base-passwd (3.5.9) ...
-
-Setting up libcomerr2 (1.37-2sarge1) ...
-
-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.23-1) ...
-
-Setting up libblkid1 (1.37-2sarge1) ...
-
-Setting up libss2 (1.37-2sarge1) ...
-
-Setting up findutils (4.1.20-6) ...
-
-Setting up e2fsprogs (1.37-2sarge1) ...
-Setting up diff (2.8.1-11) ...
-Setting up libdb3 (3.2.9-22) ...
-
-Setting up util-linux (2.12p-4) ...
-
-Setting up libstdc++5 (3.3.5-13) ...
-
-Setting up coreutils (5.2.1-2) ...
-
-Setting up debianutils (2.8.4) ...
-
-Setting up ncurses-bin (5.4-4) ...
-
-Setting up libpam-modules (0.76-22) ...
-
-Setting up base-files (3.1.2) ...
-
-Setting up mount (2.12p-4) ...
-
-Setting up gzip (1.3.5-9) ...
-
-Setting up dselect (1.10.27) ...
-Setting up login (4.0.3-31sarge5) ...
-
-Setting up passwd (4.0.3-31sarge5) ...
-
-Setting up dpkg (1.10.27) ...
-
-Setting up bash (2.05b-26) ...
-
-Setting up initscripts (2.86.ds1-1) ...
-
-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 ... 4010 files and directories currently installed.)
-Unpacking apt (from .../apt_0.5.28.6_powerpc.deb) ...
-Selecting previously deselected package binutils.
-Unpacking binutils (from .../binutils_2.15-6_powerpc.deb) ...
-Selecting previously deselected package cpio.
-Unpacking cpio (from .../cpio_2.5-1.2_powerpc.deb) ...
-Selecting previously deselected package cpp.
-Unpacking cpp (from .../cpp_4%3a3.3.5-3_powerpc.deb) ...
-Selecting previously deselected package cpp-3.3.
-Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-13_powerpc.deb) ...
-Selecting previously deselected package dpkg-dev.
-Unpacking dpkg-dev (from .../dpkg-dev_1.10.27_all.deb) ...
-Selecting previously deselected package g++.
-Unpacking g++ (from .../g++_4%3a3.3.5-3_powerpc.deb) ...
-Selecting previously deselected package g++-3.3.
-Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.5-13_powerpc.deb) ...
-Selecting previously deselected package gcc.
-Unpacking gcc (from .../gcc_4%3a3.3.5-3_powerpc.deb) ...
-Selecting previously deselected package gcc-3.3.
-Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.5-13_powerpc.deb) ...
-Selecting previously deselected package libc6-dev.
-Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-22_powerpc.deb) ...
-Selecting previously deselected package libdb4.2.
-Unpacking libdb4.2 (from .../libdb4.2_4.2.52-18_powerpc.deb) ...
-Selecting previously deselected package libgdbm3.
-Unpacking libgdbm3 (from .../libgdbm3_1.8.3-2_powerpc.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-13_powerpc.deb) ...
-Selecting previously deselected package linux-kernel-headers.
-Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-17_powerpc.deb) ...
-Selecting previously deselected package make.
-Unpacking make (from .../make_3.80-9_powerpc.deb) ...
-Selecting previously deselected package patch.
-Unpacking patch (from .../patch_2.5.9-2_powerpc.deb) ...
-Selecting previously deselected package perl.
-Unpacking perl (from .../perl_5.8.4-8_powerpc.deb) ...
-Selecting previously deselected package perl-modules.
-Unpacking perl-modules (from .../perl-modules_5.8.4-8_all.deb) ...
-Setting up libgdbm3 (1.8.3-2) ...
-Setting up cpp-3.3 (3.3.5-13) ...
-Setting up apt (0.5.28.6) ...
-
-Setting up patch (2.5.9-2) ...
-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-3) ...
-Setting up make (3.80-9) ...
-
-Setting up cpio (2.5-1.2) ...
-
-Setting up binutils (2.15-6) ...
-
-Setting up gcc-3.3 (3.3.5-13) ...
-Setting up libc6-dev (2.3.2.ds1-22) ...
-Setting up gcc (3.3.5-3) ...
-
-Setting up libstdc++5-3.3-dev (3.3.5-13) ...
-Setting up perl-modules (5.8.4-8) ...
-Setting up perl (5.8.4-8) ...
-
-Setting up g++-3.3 (3.3.5-13) ...
-Setting up dpkg-dev (1.10.27) ...
-Setting up g++ (3.3.5-3) ...
-
I: Base system installed successfully.
-umount: /var/cache/pbuilder/build/2137/./dev/pts: not mounted
-umount: /var/cache/pbuilder/build/2137/./dev/shm: not mounted
-umount: /var/cache/pbuilder/build/2137/./proc/bus/usb: not mounted
-> debootstrap finished
-> copying local configuration
-> Installing apt-lines
@@ -647,97 +75,106 @@ 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 [3272kB]
-Get:2 http://ring.asahi-net.or.jp sarge/main Release [84B]
-Fetched 3272kB in 1s (2920kB/s)
+Get:1 http://ring.asahi-net.or.jp sarge/main Packages [3347kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main Release [95B]
+Fetched 3347kB in 1s (3146kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
-Obtaining the cached apt archive contents
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//apt_0.5.28.6_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//base-files_3.1.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//base-passwd_3.5.9_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//binutils_2.15-6_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//bsdutils_1%3a2.12p-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//coreutils_5.2.1-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//cpio_2.5-1.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//cpp_4%3a3.3.5-3_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//diff_2.8.1-11_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//findutils_4.1.20-6_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//g++_4%3a3.3.5-3_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//gcc_4%3a3.3.5-3_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//grep_2.5.1.ds1-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//hostname_2.13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//initscripts_2.86.ds1-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libc6_2.3.2.ds1-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libc6-dev_2.3.2.ds1-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libcap1_1%3a1.10-14_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libdb1-compat_2.1.3-7_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libdb3_3.2.9-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libdb4.2_4.2.52-18_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libgcc1_1%3a3.4.3-13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libgdbm3_1.8.3-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libncurses5_5.4-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libpam-modules_0.76-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libpam-runtime_0.76-22_all.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libpam0g_0.76-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//linux-kernel-headers_2.5.999-test7-bk-17_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//make_3.80-9_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//mawk_1.3.3-11_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//mount_2.12p-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//ncurses-base_5.4-4_all.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//ncurses-bin_5.4-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//patch_2.5.9-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//perl_5.8.4-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//perl-base_5.8.4-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//perl-modules_5.8.4-8_all.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//slang1a-utf8_1.4.9dbs-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//sysv-rc_2.86.ds1-1_all.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//sysvinit_2.86.ds1-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//util-linux_2.12p-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//zlib1g_1%3a1.2.2-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//bash_2.05b-26_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//cpp-3.3_1%3a3.3.5-13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//debianutils_2.8.4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//dpkg_1.10.27_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//dpkg-dev_1.10.27_all.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//dselect_1.10.27_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//e2fslibs_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//e2fsprogs_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//g++-3.3_1%3a3.3.5-13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//gcc-3.3_1%3a3.3.5-13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//gcc-3.3-base_1%3a3.3.5-13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//gzip_1.3.5-9_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libacl1_2.2.23-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libattr1_2.4.16-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libblkid1_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libcomerr2_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libss2_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libstdc++5_1%3a3.3.5-13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libstdc++5-3.3-dev_1%3a3.3.5-13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//libuuid1_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//login_1%3a4.0.3-31sarge5_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//passwd_1%3a4.0.3-31sarge5_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//sed_4.1.2-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//2137/var/cache/apt/archives//tar_1.14-2_powerpc.deb': File exists
Reading Package Lists...
Building Dependency Tree...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading Package Lists...
Building Dependency Tree...
-dpkg-dev is already the newest version.
apt is already the newest version.
+The following extra packages will be installed:
+ binutils cpp cpp-3.3 g++ g++-3.3 gcc gcc-3.3 libc6-dev libstdc++5-3.3-dev
+ linux-kernel-headers make patch perl perl-modules
+Suggested packages:
+ binutils-doc cpp-doc gnupg debian-keyring gcc-3.3-doc manpages-dev autoconf
+ automake libtool flex bison gdb gcc-doc glibc-doc libstdc++5-3.3-doc
+ stl-manual libterm-readline-gnu-perl libterm-readline-perl-perl
+Recommended packages:
+ perl-doc
The following NEW packages will be installed:
- build-essential
-0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/6536B of archives.
-After unpacking 49.2kB of additional disk space will be used.
+ binutils build-essential cpp cpp-3.3 dpkg-dev g++ g++-3.3 gcc gcc-3.3
+ libc6-dev libstdc++5-3.3-dev linux-kernel-headers make patch perl
+ perl-modules
+0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
+Need to get 17.7MB of archives.
+After unpacking 62.4MB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main binutils 2.15-6 [2221kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main cpp-3.3 1:3.3.5-13 [1393kB]
+Get:3 http://ring.asahi-net.or.jp sarge/main cpp 4:3.3.5-3 [29.6kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main perl-modules 5.8.4-8 [2178kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main perl 5.8.4-8 [3238kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main patch 2.5.9-2 [96.4kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main make 3.80-9 [366kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main dpkg-dev 1.10.28 [166kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main gcc-3.3 1:3.3.5-13 [1570kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main gcc 4:3.3.5-3 [4906B]
+Get:11 http://ring.asahi-net.or.jp sarge/main linux-kernel-headers 2.5.999-test7-bk-17 [1377kB]
+Get:12 http://ring.asahi-net.or.jp sarge/main libc6-dev 2.3.2.ds1-22 [2532kB]
+Get:13 http://ring.asahi-net.or.jp sarge/main libstdc++5-3.3-dev 1:3.3.5-13 [775kB]
+Get:14 http://ring.asahi-net.or.jp sarge/main g++-3.3 1:3.3.5-13 [1779kB]
+Get:15 http://ring.asahi-net.or.jp sarge/main g++ 4:3.3.5-3 [1398B]
+Get:16 http://ring.asahi-net.or.jp sarge/main build-essential 10.1 [6520B]
+Fetched 17.7MB in 2s (7557kB/s)
+Selecting previously deselected package binutils.
+(Reading database ... 7584 files and directories currently installed.)
+Unpacking binutils (from .../binutils_2.15-6_i386.deb) ...
+Selecting previously deselected package cpp-3.3.
+Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-13_i386.deb) ...
+Selecting previously deselected package cpp.
+Unpacking cpp (from .../cpp_4%3a3.3.5-3_i386.deb) ...
+Selecting previously deselected package perl-modules.
+Unpacking perl-modules (from .../perl-modules_5.8.4-8_all.deb) ...
+Selecting previously deselected package perl.
+Unpacking perl (from .../archives/perl_5.8.4-8_i386.deb) ...
+Selecting previously deselected package patch.
+Unpacking patch (from .../patch_2.5.9-2_i386.deb) ...
+Selecting previously deselected package make.
+Unpacking make (from .../archives/make_3.80-9_i386.deb) ...
+Selecting previously deselected package dpkg-dev.
+Unpacking dpkg-dev (from .../dpkg-dev_1.10.28_all.deb) ...
+Selecting previously deselected package gcc-3.3.
+Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.5-13_i386.deb) ...
+Selecting previously deselected package gcc.
+Unpacking gcc (from .../gcc_4%3a3.3.5-3_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 libc6-dev.
+Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-22_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-13_i386.deb) ...
+Selecting previously deselected package g++-3.3.
+Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.5-13_i386.deb) ...
+Selecting previously deselected package g++.
+Unpacking g++ (from .../g++_4%3a3.3.5-3_i386.deb) ...
Selecting previously deselected package build-essential.
-(Reading database ... 7454 files and directories currently installed.)
-Unpacking build-essential (from .../build-essential_10.1_powerpc.deb) ...
+Unpacking build-essential (from .../build-essential_10.1_i386.deb) ...
+Setting up binutils (2.15-6) ...
+
+Setting up cpp-3.3 (3.3.5-13) ...
+Setting up cpp (3.3.5-3) ...
+Setting up patch (2.5.9-2) ...
+Setting up make (3.80-9) ...
+
+Setting up gcc-3.3 (3.3.5-13) ...
+Setting up gcc (3.3.5-3) ...
+
+Setting up linux-kernel-headers (2.5.999-test7-bk-17) ...
+Setting up libc6-dev (2.3.2.ds1-22) ...
+Setting up perl-modules (5.8.4-8) ...
+Setting up libstdc++5-3.3-dev (3.3.5-13) ...
+Setting up perl (5.8.4-8) ...
+
+Setting up dpkg-dev (1.10.28) ...
+Setting up g++-3.3 (3.3.5-13) ...
+Setting up g++ (3.3.5-3) ...
+
Setting up build-essential (10.1) ...
-Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//2137 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//21342 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sid.log b/testsuite/normal/pbuilder-create-sid.log
index b4d7808..cea27b2 100644
--- a/testsuite/normal/pbuilder-create-sid.log
+++ b/testsuite/normal/pbuilder-create-sid.log
@@ -1,213 +1,17 @@
Distribution is sid.
Building the build environment
-> running debootstrap
-I: Retrieving debootstrap.invalid_dists_sid_Release
-I: Validating debootstrap.invalid_dists_sid_Release
-I: Retrieving debootstrap.invalid_dists_sid_main_binary-powerpc_Packages
-I: Validating debootstrap.invalid_dists_sid_main_binary-powerpc_Packages
-I: Checking apt...
-I: Checking base-files...
-I: Checking base-passwd...
-I: Checking bash...
-I: Checking binutils...
-I: Checking bsdutils...
-I: Checking coreutils...
-I: Checking cpio...
-I: Checking cpp...
-I: Checking cpp-3.3...
-I: Checking debianutils...
-I: Checking diff...
-I: Checking dpkg...
-I: Checking dpkg-dev...
-I: Checking dselect...
-I: Checking e2fslibs...
-I: Checking e2fsprogs...
-I: Checking findutils...
-I: Checking g++...
-I: Checking g++-3.3...
-I: Checking gcc...
-I: Checking gcc-3.3...
-I: Checking gcc-3.3-base...
-I: Checking grep...
-I: Checking gzip...
-I: Checking hostname...
-I: Checking initscripts...
-I: Checking libacl1...
-I: Checking libattr1...
-I: Checking libblkid1...
-I: Checking libc6...
-I: Checking libc6-dev...
-I: Checking libcap1...
-I: Checking libcomerr2...
-I: Checking libdb1-compat...
-I: Checking libdb3...
-I: Checking libdb4.2...
-I: Checking libgcc1...
-I: Checking libgdbm3...
-I: Checking libncurses5...
-I: Checking libpam-modules...
-I: Checking libpam-runtime...
-I: Checking libpam0g...
-I: Checking libss2...
-I: Checking libstdc++5...
-I: Checking libstdc++5-3.3-dev...
-I: Checking libuuid1...
-I: Checking linux-kernel-headers...
-I: Checking login...
-I: Checking make...
-I: Checking mawk...
-I: Checking mount...
-I: Checking ncurses-base...
-I: Checking ncurses-bin...
-I: Checking passwd...
-I: Checking patch...
-I: Checking perl...
-I: Checking perl-base...
-I: Checking perl-modules...
-I: Checking sed...
-I: Checking slang1a-utf8...
-I: Checking sysv-rc...
-I: Checking sysvinit...
-I: Checking tar...
-I: Checking util-linux...
-I: Checking zlib1g...
-I: Retrieving apt
-I: Validating apt
-I: Retrieving base-files
-I: Validating base-files
-I: Retrieving base-passwd
-I: Validating base-passwd
-I: Retrieving bash
-I: Validating bash
-I: Retrieving binutils
-I: Validating binutils
-I: Retrieving bsdutils
-I: Validating bsdutils
-I: Retrieving coreutils
-I: Validating coreutils
-I: Retrieving cpio
-I: Validating cpio
-I: Retrieving cpp
-I: Validating cpp
-I: Retrieving cpp-3.3
-I: Validating cpp-3.3
-I: Retrieving debianutils
-I: Validating debianutils
-I: Retrieving diff
-I: Validating diff
-I: Retrieving dpkg
-I: Validating dpkg
-I: Retrieving dpkg-dev
-I: Validating dpkg-dev
-I: Retrieving dselect
-I: Validating dselect
-I: Retrieving e2fslibs
-I: Validating e2fslibs
-I: Retrieving e2fsprogs
-I: Validating e2fsprogs
-I: Retrieving findutils
-I: Validating findutils
-I: Retrieving g++
-I: Validating g++
-I: Retrieving g++-3.3
-I: Validating g++-3.3
-I: Retrieving gcc
-I: Validating gcc
-I: Retrieving gcc-3.3
-I: Validating gcc-3.3
-I: Retrieving gcc-3.3-base
-I: Validating gcc-3.3-base
-I: Retrieving grep
-I: Validating grep
-I: Retrieving gzip
-I: Validating gzip
-I: Retrieving hostname
-I: Validating hostname
-I: Retrieving initscripts
-I: Validating initscripts
-I: Retrieving libacl1
-I: Validating libacl1
-I: Retrieving libattr1
-I: Validating libattr1
-I: Retrieving libblkid1
-I: Validating libblkid1
-I: Retrieving libc6
-I: Validating libc6
-I: Retrieving libc6-dev
-I: Validating libc6-dev
-I: Retrieving libcap1
-I: Validating libcap1
-I: Retrieving libcomerr2
-I: Validating libcomerr2
-I: Retrieving libdb1-compat
-I: Validating libdb1-compat
-I: Retrieving libdb3
-I: Validating libdb3
-I: Retrieving libdb4.2
-I: Validating libdb4.2
-I: Retrieving libgcc1
-I: Validating libgcc1
-I: Retrieving libgdbm3
-I: Validating libgdbm3
-I: Retrieving libncurses5
-I: Validating libncurses5
-I: Retrieving libpam-modules
-I: Validating libpam-modules
-I: Retrieving libpam-runtime
-I: Validating libpam-runtime
-I: Retrieving libpam0g
-I: Validating libpam0g
-I: Retrieving libss2
-I: Validating libss2
-I: Retrieving libstdc++5
-I: Validating libstdc++5
-I: Retrieving libstdc++5-3.3-dev
-I: Validating libstdc++5-3.3-dev
-I: Retrieving libuuid1
-I: Validating libuuid1
-I: Retrieving linux-kernel-headers
-I: Validating linux-kernel-headers
-I: Retrieving login
-I: Validating login
-I: Retrieving make
-I: Validating make
-I: Retrieving mawk
-I: Validating mawk
-I: Retrieving mount
-I: Validating mount
-I: Retrieving ncurses-base
-I: Validating ncurses-base
-I: Retrieving ncurses-bin
-I: Validating ncurses-bin
-I: Retrieving passwd
-I: Validating passwd
-I: Retrieving patch
-I: Validating patch
-I: Retrieving perl
-I: Validating perl
-I: Retrieving perl-base
-I: Validating perl-base
-I: Retrieving perl-modules
-I: Validating perl-modules
-I: Retrieving sed
-I: Validating sed
-I: Retrieving slang1a-utf8
-I: Validating slang1a-utf8
-I: Retrieving sysv-rc
-I: Validating sysv-rc
-I: Retrieving sysvinit
-I: Validating sysvinit
-I: Retrieving tar
-I: Validating tar
-I: Retrieving util-linux
-I: Validating util-linux
-I: Retrieving zlib1g
-I: Validating zlib1g
+I: Retrieving Release
+I: Retrieving Packages
+I: Validating Packages
+I: Checking component main on http://ring.asahi-net.or.jp/archives/linux/debian/debian...
I: Extracting base-files...
I: Extracting base-passwd...
I: Extracting bash...
I: Extracting bsdutils...
I: Extracting coreutils...
+I: Extracting debconf...
+I: Extracting debconf-i18n...
I: Extracting debianutils...
I: Extracting diff...
I: Extracting dpkg...
@@ -229,20 +33,28 @@ I: Extracting libcomerr2...
I: Extracting libdb1-compat...
I: Extracting libdb3...
I: Extracting libgcc1...
+I: Extracting liblocale-gettext-perl...
I: Extracting libncurses5...
+I: Extracting libnewt0.51...
I: Extracting libpam-modules...
I: Extracting libpam-runtime...
I: Extracting libpam0g...
+I: Extracting libslang2...
I: Extracting libss2...
I: Extracting libstdc++5...
+I: Extracting libtext-charwidth-perl...
+I: Extracting libtext-iconv-perl...
+I: Extracting libtext-wrapi18n-perl...
I: Extracting libuuid1...
I: Extracting login...
+I: Extracting makedev...
I: Extracting mawk...
I: Extracting mount...
I: Extracting ncurses-base...
I: Extracting ncurses-bin...
I: Extracting passwd...
I: Extracting perl-base...
+I: Extracting procps...
I: Extracting sed...
I: Extracting slang1a-utf8...
I: Extracting sysv-rc...
@@ -251,394 +63,231 @@ I: Extracting tar...
I: Extracting util-linux...
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.2_powerpc.deb) ...
-Selecting previously deselected package base-passwd.
-Unpacking base-passwd (from .../base-passwd_3.5.9_powerpc.deb) ...
-dpkg: base-passwd: dependency problems, but configuring anyway as you request:
- base-passwd depends on libc6 (>= 2.3.2.ds1-4); however:
- Package libc6 is not installed.
-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.2) ...
-
-dpkg: regarding .../dpkg_1.10.28_powerpc.deb containing dpkg, pre-dependency problem:
- dpkg pre-depends on dselect
- dselect is not installed.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../dpkg_1.10.28_powerpc.deb containing dpkg, pre-dependency problem:
- dpkg pre-depends on libc6 (>= 2.3.2.ds1-21)
-dpkg: warning - ignoring pre-dependency problem !
-(Reading database ... 84 files and directories currently installed.)
-Preparing to replace dpkg 1.10.28 (using .../dpkg_1.10.28_powerpc.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-21); however:
- Package libc6 is not installed.
-Setting up dpkg (1.10.28) ...
-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 ... 287 files and directories currently installed.)
-Unpacking libc6 (from .../libc6_2.3.2.ds1-22_powerpc.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-22) ...
-Current default timezone: 'UTC'.
-Local time is now: Sat Jun 4 05:08:52 UTC 2005.
-Universal Time is now: Sat Jun 4 05:08:52 UTC 2005.
-Run 'tzconfig' if you wish to change it.
-
-Selecting previously deselected package perl-base.
-(Reading database ... 2293 files and directories currently installed.)
-Unpacking perl-base (from .../perl-base_5.8.4-8_powerpc.deb) ...
-Setting up perl-base (5.8.4-8) ...
-Selecting previously deselected package mawk.
-(Reading database ... 2416 files and directories currently installed.)
-Unpacking mawk (from .../mawk_1.3.3-11_powerpc.deb) ...
-Setting up mawk (1.3.3-11) ...
-
I: Unpacking required packages...
-(Reading database ... 2435 files and directories currently installed.)
-Preparing to replace base-files 3.1.2 (using .../base-files_3.1.2_powerpc.deb) ...
-Unpacking replacement base-files ...
-Preparing to replace base-passwd 3.5.9 (using .../base-passwd_3.5.9_powerpc.deb) ...
-Unpacking replacement base-passwd ...
-Selecting previously deselected package bash.
-dpkg: regarding .../bash_3.0-15_powerpc.deb containing bash, pre-dependency problem:
- bash pre-depends on libncurses5 (>= 5.4-1)
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking bash (from .../bash_3.0-15_powerpc.deb) ...
-Selecting previously deselected package bsdutils.
-Unpacking bsdutils (from .../bsdutils_1%3a2.12p-4_powerpc.deb) ...
-Selecting previously deselected package coreutils.
-dpkg: regarding .../coreutils_5.2.1-2_powerpc.deb containing coreutils, pre-dependency problem:
- coreutils pre-depends on libacl1 (>= 2.2.11-1)
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking coreutils (from .../coreutils_5.2.1-2_powerpc.deb) ...
-Selecting previously deselected package debianutils.
-dpkg: regarding .../debianutils_2.13.2_powerpc.deb containing debianutils, pre-dependency problem:
- debianutils pre-depends on coreutils (>= 4.5.8-1)
- coreutils is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking debianutils (from .../debianutils_2.13.2_powerpc.deb) ...
-Selecting previously deselected package diff.
-Unpacking diff (from .../diff_2.8.1-11_powerpc.deb) ...
-dpkg: regarding .../dpkg_1.10.28_powerpc.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.28 (using .../dpkg_1.10.28_powerpc.deb) ...
-Unpacking replacement dpkg ...
-Selecting previously deselected package dselect.
-Unpacking dselect (from .../dselect_1.10.28_powerpc.deb) ...
-Selecting previously deselected package e2fslibs.
-Unpacking e2fslibs (from .../e2fslibs_1.37+1.38-WIP-0509-1_powerpc.deb) ...
-Selecting previously deselected package e2fsprogs.
-dpkg: regarding .../e2fsprogs_1.37+1.38-WIP-0509-1_powerpc.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on e2fslibs (= 1.37+1.38-WIP-0509-1)
- e2fslibs is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.37+1.38-WIP-0509-1_powerpc.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on libblkid1 (>= 1.34-1)
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.37+1.38-WIP-0509-1_powerpc.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on libcomerr2 (>= 1.34-1)
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.37+1.38-WIP-0509-1_powerpc.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on libss2 (>= 1.34-1)
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.37+1.38-WIP-0509-1_powerpc.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.37+1.38-WIP-0509-1_powerpc.deb) ...
-Selecting previously deselected package findutils.
-Unpacking findutils (from .../findutils_4.1.20-6_powerpc.deb) ...
-Selecting previously deselected package gcc-3.3-base.
-Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.6-5.0.2_powerpc.deb) ...
-Selecting previously deselected package grep.
-Unpacking grep (from .../grep_2.5.1.ds1-4_powerpc.deb) ...
-Selecting previously deselected package gzip.
-Unpacking gzip (from .../gzip_1.3.5-10_powerpc.deb) ...
-Selecting previously deselected package hostname.
-Unpacking hostname (from .../hostname_2.13_powerpc.deb) ...
-Selecting previously deselected package initscripts.
-Unpacking initscripts (from .../initscripts_2.86.ds1-1_powerpc.deb) ...
-Selecting previously deselected package libacl1.
-Unpacking libacl1 (from .../libacl1_2.2.29-1_powerpc.deb) ...
-Selecting previously deselected package libattr1.
-Unpacking libattr1 (from .../libattr1_2.4.21-1_powerpc.deb) ...
-Selecting previously deselected package libblkid1.
-Unpacking libblkid1 (from .../libblkid1_1.37+1.38-WIP-0509-1_powerpc.deb) ...
-Preparing to replace libc6 2.3.2.ds1-22 (using .../libc6_2.3.2.ds1-22_powerpc.deb) ...
-Unpacking replacement libc6 ...
-Selecting previously deselected package libcap1.
-Unpacking libcap1 (from .../libcap1_1%3a1.10-14_powerpc.deb) ...
-Selecting previously deselected package libcomerr2.
-Unpacking libcomerr2 (from .../libcomerr2_1.37+1.38-WIP-0509-1_powerpc.deb) ...
-Selecting previously deselected package libdb1-compat.
-Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_powerpc.deb) ...
-Selecting previously deselected package libdb3.
-Unpacking libdb3 (from .../libdb3_3.2.9-22_powerpc.deb) ...
-Selecting previously deselected package libgcc1.
-Unpacking libgcc1 (from .../libgcc1_1%3a3.4.3-13_powerpc.deb) ...
-Selecting previously deselected package libncurses5.
-Unpacking libncurses5 (from .../libncurses5_5.4-4_powerpc.deb) ...
-Selecting previously deselected package libpam-modules.
-Unpacking libpam-modules (from .../libpam-modules_0.76-22_powerpc.deb) ...
-Selecting previously deselected package libpam-runtime.
-Unpacking libpam-runtime (from .../libpam-runtime_0.76-22_all.deb) ...
-Selecting previously deselected package libpam0g.
-Unpacking libpam0g (from .../libpam0g_0.76-22_powerpc.deb) ...
-Selecting previously deselected package libss2.
-Unpacking libss2 (from .../libss2_1.37+1.38-WIP-0509-1_powerpc.deb) ...
-Selecting previously deselected package libstdc++5.
-Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.6-5.0.2_powerpc.deb) ...
-Selecting previously deselected package libuuid1.
-Unpacking libuuid1 (from .../libuuid1_1.37+1.38-WIP-0509-1_powerpc.deb) ...
-Selecting previously deselected package login.
-dpkg: regarding .../login_1%3a4.0.3-34_powerpc.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-34_powerpc.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-34_powerpc.deb) ...
-Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_powerpc.deb) ...
-Unpacking replacement mawk ...
-Selecting previously deselected package mount.
-dpkg: regarding .../mount_2.12p-4_powerpc.deb containing mount, pre-dependency problem:
- mount pre-depends on libblkid1 (>= 1.37-1)
- libblkid1 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../mount_2.12p-4_powerpc.deb containing mount, pre-dependency problem:
- mount pre-depends on libuuid1
- libuuid1 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking mount (from .../mount_2.12p-4_powerpc.deb) ...
-Selecting previously deselected package ncurses-base.
-Unpacking ncurses-base (from .../ncurses-base_5.4-4_all.deb) ...
-Selecting previously deselected package ncurses-bin.
-dpkg: regarding .../ncurses-bin_5.4-4_powerpc.deb containing ncurses-bin, pre-dependency problem:
- ncurses-bin pre-depends on libncurses5 (>= 5.4-1)
- libncurses5 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking ncurses-bin (from .../ncurses-bin_5.4-4_powerpc.deb) ...
-Selecting previously deselected package passwd.
-Unpacking passwd (from .../passwd_1%3a4.0.3-34_powerpc.deb) ...
-Preparing to replace perl-base 5.8.4-8 (using .../perl-base_5.8.4-8_powerpc.deb) ...
-Unpacking replacement perl-base ...
-Selecting previously deselected package sed.
-Unpacking sed (from .../sed_4.1.4-2_powerpc.deb) ...
-Selecting previously deselected package slang1a-utf8.
-Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9dbs-8_powerpc.deb) ...
-Selecting previously deselected package sysv-rc.
-Unpacking sysv-rc (from .../sysv-rc_2.86.ds1-1_all.deb) ...
-Selecting previously deselected package sysvinit.
-dpkg: regarding .../sysvinit_2.86.ds1-1_powerpc.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.ds1-1_powerpc.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.ds1-1_powerpc.deb) ...
-Selecting previously deselected package tar.
-Unpacking tar (from .../tar_1.15.1-1_powerpc.deb) ...
-Selecting previously deselected package util-linux.
-dpkg: regarding .../util-linux_2.12p-4_powerpc.deb containing util-linux, pre-dependency problem:
- util-linux pre-depends on libncurses5 (>= 5.4-1)
- libncurses5 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12p-4_powerpc.deb containing util-linux, pre-dependency problem:
- util-linux pre-depends on libuuid1
- libuuid1 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12p-4_powerpc.deb containing util-linux, pre-dependency problem:
- util-linux pre-depends on slang1a-utf8 (>> 1.4.9dbs-4)
- slang1a-utf8 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12p-4_powerpc.deb containing util-linux, pre-dependency problem:
- util-linux pre-depends on zlib1g (>= 1:1.2.1)
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking util-linux (from .../util-linux_2.12p-4_powerpc.deb) ...
-Selecting previously deselected package zlib1g.
-Unpacking zlib1g (from .../zlib1g_1%3a1.2.2-4_powerpc.deb) ...
+I: Unpacking base-files...
+I: Unpacking base-passwd...
+I: Unpacking bash...
+I: Unpacking bsdutils...
+I: Unpacking coreutils...
+I: Unpacking debconf...
+I: Unpacking debconf-i18n...
+I: Unpacking debianutils...
+I: Unpacking diff...
+I: Unpacking dpkg...
+I: Unpacking dselect...
+I: Unpacking e2fslibs...
+I: Unpacking e2fsprogs...
+I: Unpacking findutils...
+I: Unpacking gcc-3.3-base...
+I: Unpacking grep...
+I: Unpacking gzip...
+I: Unpacking hostname...
+I: Unpacking initscripts...
+I: Unpacking libacl1...
+I: Unpacking libattr1...
+I: Unpacking libblkid1...
+I: Unpacking libc6...
+I: Unpacking libcap1...
+I: Unpacking libcomerr2...
+I: Unpacking libdb1-compat...
+I: Unpacking libdb3...
+I: Unpacking libgcc1...
+I: Unpacking liblocale-gettext-perl...
+I: Unpacking libncurses5...
+I: Unpacking libnewt0.51...
+I: Unpacking libpam-modules...
+I: Unpacking libpam-runtime...
+I: Unpacking libpam0g...
+I: Unpacking libslang2...
+I: Unpacking libss2...
+I: Unpacking libstdc++5...
+I: Unpacking libtext-charwidth-perl...
+I: Unpacking libtext-iconv-perl...
+I: Unpacking libtext-wrapi18n-perl...
+I: Unpacking libuuid1...
+I: Unpacking login...
+I: Unpacking makedev...
+I: Unpacking mawk...
+I: Unpacking mount...
+I: Unpacking ncurses-base...
+I: Unpacking ncurses-bin...
+I: Unpacking passwd...
+I: Unpacking perl-base...
+I: Unpacking procps...
+I: Unpacking sed...
+I: Unpacking slang1a-utf8...
+I: Unpacking sysv-rc...
+I: Unpacking sysvinit...
+I: Unpacking tar...
+I: Unpacking util-linux...
+I: Unpacking zlib1g...
I: Configuring required packages...
-Setting up ncurses-base (5.4-4) ...
-
-Setting up sysv-rc (2.86.ds1-1) ...
-
-Setting up libpam-runtime (0.76-22) ...
-
-Setting up gcc-3.3-base (3.3.6-5.0.2) ...
-Setting up libc6 (2.3.2.ds1-22) ...
-Current default timezone: 'UTC'.
-Local time is now: Sat Jun 4 05:09:11 UTC 2005.
-Universal Time is now: Sat Jun 4 05:09:11 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.37+1.38-WIP-0509-1) ...
-
-Setting up libpam0g (0.76-22) ...
-
-Setting up bsdutils (2.12p-4) ...
-
-Setting up perl-base (5.8.4-8) ...
-Setting up tar (1.15.1-1) ...
-
-Setting up zlib1g (1.2.2-4) ...
-
-Setting up slang1a-utf8 (1.4.9dbs-8) ...
-
-Setting up libgcc1 (3.4.3-13) ...
-
-Setting up libncurses5 (5.4-4) ...
-
-Setting up libattr1 (2.4.21-1) ...
-
-Setting up sed (4.1.4-2) ...
-
-Setting up e2fslibs (1.37+1.38-WIP-0509-1) ...
-
-Setting up base-passwd (3.5.9) ...
-
-Setting up libcomerr2 (1.37+1.38-WIP-0509-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.29-1) ...
-
-Setting up libblkid1 (1.37+1.38-WIP-0509-1) ...
-
-Setting up libss2 (1.37+1.38-WIP-0509-1) ...
-
-Setting up findutils (4.1.20-6) ...
-
-Setting up e2fsprogs (1.37+1.38-WIP-0509-1) ...
-Setting up diff (2.8.1-11) ...
-Setting up libdb3 (3.2.9-22) ...
-
-Setting up util-linux (2.12p-4) ...
-
-Setting up libstdc++5 (3.3.6-5.0.2) ...
-
-Setting up coreutils (5.2.1-2) ...
-
-Setting up debianutils (2.13.2) ...
-
-Setting up ncurses-bin (5.4-4) ...
-
-Setting up libpam-modules (0.76-22) ...
-
-Setting up base-files (3.1.2) ...
-
-Setting up mount (2.12p-4) ...
-
-Setting up gzip (1.3.5-10) ...
-
-Setting up dselect (1.10.28) ...
-Setting up login (4.0.3-34) ...
-
-Setting up passwd (4.0.3-34) ...
-
-Setting up dpkg (1.10.28) ...
-
-Setting up bash (3.0-15) ...
-
-Setting up initscripts (2.86.ds1-1) ...
-
-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 ... 4034 files and directories currently installed.)
-Unpacking apt (from .../apt_0.5.28.6_powerpc.deb) ...
-Selecting previously deselected package binutils.
-Unpacking binutils (from .../binutils_2.15-6_powerpc.deb) ...
-Selecting previously deselected package cpio.
-Unpacking cpio (from .../cpio_2.5-1.2_powerpc.deb) ...
-Selecting previously deselected package cpp.
-Unpacking cpp (from .../cpp_4%3a3.3.5-3_powerpc.deb) ...
-Selecting previously deselected package cpp-3.3.
-Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.6-5.0.2_powerpc.deb) ...
-Selecting previously deselected package dpkg-dev.
-Unpacking dpkg-dev (from .../dpkg-dev_1.10.28_all.deb) ...
-Selecting previously deselected package g++.
-Unpacking g++ (from .../g++_4%3a3.3.5-3_powerpc.deb) ...
-Selecting previously deselected package g++-3.3.
-Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.6-5.0.2_powerpc.deb) ...
-Selecting previously deselected package gcc.
-Unpacking gcc (from .../gcc_4%3a3.3.5-3_powerpc.deb) ...
-Selecting previously deselected package gcc-3.3.
-Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.6-5.0.2_powerpc.deb) ...
-Selecting previously deselected package libc6-dev.
-Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-22_powerpc.deb) ...
-Selecting previously deselected package libdb4.2.
-Unpacking libdb4.2 (from .../libdb4.2_4.2.52-18_powerpc.deb) ...
-Selecting previously deselected package libgdbm3.
-Unpacking libgdbm3 (from .../libgdbm3_1.8.3-2_powerpc.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.6-5.0.2_powerpc.deb) ...
-Selecting previously deselected package linux-kernel-headers.
-Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-17_powerpc.deb) ...
-Selecting previously deselected package make.
-Unpacking make (from .../make_3.80-9_powerpc.deb) ...
-Selecting previously deselected package patch.
-Unpacking patch (from .../patch_2.5.9-2_powerpc.deb) ...
-Selecting previously deselected package perl.
-Unpacking perl (from .../perl_5.8.4-8_powerpc.deb) ...
-Selecting previously deselected package perl-modules.
-Unpacking perl-modules (from .../perl-modules_5.8.4-8_all.deb) ...
-Setting up libgdbm3 (1.8.3-2) ...
-Setting up cpp-3.3 (3.3.6-5.0.2) ...
-Setting up apt (0.5.28.6) ...
-
-Setting up patch (2.5.9-2) ...
-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-3) ...
-Setting up make (3.80-9) ...
-
-Setting up cpio (2.5-1.2) ...
-
-Setting up binutils (2.15-6) ...
-
-Setting up gcc-3.3 (3.3.6-5.0.2) ...
-Setting up libc6-dev (2.3.2.ds1-22) ...
-Setting up gcc (3.3.5-3) ...
-
-Setting up libstdc++5-3.3-dev (3.3.6-5.0.2) ...
-Setting up perl-modules (5.8.4-8) ...
-Setting up perl (5.8.4-8) ...
-
-Setting up g++-3.3 (3.3.6-5.0.2) ...
-Setting up dpkg-dev (1.10.28) ...
-Setting up g++ (3.3.5-3) ...
-
+I: Configuring sysv-rc...
+I: Configuring libpam-runtime...
+I: Configuring gcc-3.3-base...
+I: Configuring libc6...
+I: Configuring libcap1...
+I: Configuring libdb1-compat...
+I: Configuring libuuid1...
+I: Configuring libpam0g...
+I: Configuring bsdutils...
+I: Configuring perl-base...
+I: Configuring tar...
+I: Configuring zlib1g...
+I: Configuring slang1a-utf8...
+I: Configuring libgcc1...
+I: Configuring libtext-iconv-perl...
+I: Configuring libncurses5...
+I: Configuring libattr1...
+I: Configuring sed...
+I: Configuring e2fslibs...
+I: Configuring base-passwd...
+I: Configuring libcomerr2...
+I: Configuring mawk...
+I: Configuring grep...
+I: Configuring hostname...
+I: Configuring libacl1...
+I: Configuring libslang2...
+I: Configuring libblkid1...
+I: Configuring libss2...
+I: Configuring findutils...
+I: Configuring e2fsprogs...
+I: Configuring liblocale-gettext-perl...
+I: Configuring diff...
+I: Configuring libdb3...
+I: Configuring util-linux...
+I: Configuring libstdc++5...
+I: Configuring libtext-charwidth-perl...
+I: Configuring libtext-wrapi18n-perl...
+I: Configuring coreutils...
+I: Configuring debianutils...
+I: Configuring makedev...
+I: Configuring procps...
+I: Configuring ncurses-base...
+I: Configuring ncurses-bin...
+I: Configuring libpam-modules...
+I: Configuring base-files...
+I: Configuring mount...
+I: Configuring libnewt0.51...
+I: Configuring debconf-i18n...
+I: Configuring gzip...
+I: Configuring dpkg...
+I: Configuring dselect...
+I: Configuring debconf...
+I: Configuring login...
+I: Configuring passwd...
+I: Configuring initscripts...
+I: Configuring bash...
+I: Configuring sysvinit...
+I: Unpacking the base system...
+I: Unpacking adduser...
+I: Unpacking apt...
+I: Unpacking apt-utils...
+I: Unpacking aptitude...
+I: Unpacking base-config...
+I: Unpacking bsdmainutils...
+I: Unpacking console-common...
+I: Unpacking console-data...
+I: Unpacking console-tools...
+I: Unpacking cpio...
+I: Unpacking cron...
+I: Unpacking dhcp-client...
+I: Unpacking ed...
+I: Unpacking gettext-base...
+I: Unpacking groff-base...
+I: Unpacking ifupdown...
+I: Unpacking info...
+I: Unpacking iptables...
+I: Unpacking iputils-ping...
+I: Unpacking klogd...
+I: Unpacking libconsole...
+I: Unpacking libdb4.2...
+I: Unpacking libgcrypt11...
+I: Unpacking libgdbm3...
+I: Unpacking libgnutls11...
+I: Unpacking libgpg-error0...
+I: Unpacking liblockfile1...
+I: Unpacking liblzo1...
+I: Unpacking libncursesw5...
+I: Unpacking libopencdk8...
+I: Unpacking libpcre3...
+I: Unpacking libpopt0...
+I: Unpacking libsigc++-1.2-5c102...
+I: Unpacking libssl0.9.7...
+I: Unpacking libtasn1-2...
+I: Unpacking libtextwrap1...
+I: Unpacking libwrap0...
+I: Unpacking logrotate...
+I: Unpacking man-db...
+I: Unpacking manpages...
+I: Unpacking modutils...
+I: Unpacking nano...
+I: Unpacking net-tools...
+I: Unpacking netbase...
+I: Unpacking netcat...
+I: Unpacking netkit-inetd...
+I: Unpacking nvi...
+I: Unpacking sysklogd...
+I: Unpacking tasksel...
+I: Unpacking tcpd...
+I: Unpacking traceroute...
+I: Unpacking wget...
+I: Unpacking whiptail...
+I: Configuring the base system...
+I: Configuring gettext-base...
+I: Configuring libgdbm3...
+I: Configuring libtasn1-2...
+I: Configuring libpopt0...
+I: Configuring libgpg-error0...
+I: Configuring libssl0.9.7...
+I: Configuring apt...
+I: Configuring whiptail...
+I: Configuring dhcp-client...
+I: Configuring adduser...
+I: Configuring modutils...
+I: Configuring traceroute...
+I: Configuring manpages...
+I: Configuring ed...
+I: Configuring liblzo1...
+I: Configuring wget...
+I: Configuring groff-base...
+I: Configuring libdb4.2...
+I: Configuring net-tools...
+I: Configuring bsdmainutils...
+I: Configuring libsigc++-1.2-5c102...
+I: Configuring libpcre3...
+I: Configuring aptitude...
+I: Configuring libncursesw5...
+I: Configuring info...
+I: Configuring iputils-ping...
+I: Configuring cron...
+I: Configuring nano...
+I: Configuring netkit-inetd...
+I: Configuring libconsole...
+I: Configuring apt-utils...
+I: Configuring iptables...
+I: Configuring cpio...
+I: Configuring nvi...
+I: Configuring libwrap0...
+I: Configuring netcat...
+I: Configuring liblockfile1...
+I: Configuring tcpd...
+I: Configuring man-db...
+I: Configuring libgcrypt11...
+I: Configuring ifupdown...
+I: Configuring tasksel...
+I: Configuring logrotate...
+I: Configuring libopencdk8...
+I: Configuring libgnutls11...
+I: Configuring netbase...
+I: Configuring libtextwrap1...
+I: Configuring console-data...
+I: Configuring sysklogd...
+I: Configuring klogd...
+I: Configuring console-tools...
+I: Configuring console-common...
+I: Configuring base-config...
I: Base system installed successfully.
-umount: /var/cache/pbuilder/build/10706/./dev/pts: not mounted
-umount: /var/cache/pbuilder/build/10706/./dev/shm: not mounted
-umount: /var/cache/pbuilder/build/10706/./proc/bus/usb: not mounted
-> debootstrap finished
-> copying local configuration
-> Installing apt-lines
@@ -647,97 +296,113 @@ 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 [3471kB]
-Get:2 http://ring.asahi-net.or.jp sid/main Release [85B]
-Fetched 3471kB in 1s (2786kB/s)
-Reading Package Lists...
+Get:1 http://ring.asahi-net.or.jp sid Release.gpg [197B]
+Get:2 http://ring.asahi-net.or.jp sid Release [34.1kB]
+Ign http://ring.asahi-net.or.jp sid Release
+Get:3 http://ring.asahi-net.or.jp sid/main Packages [3587kB]
+Fetched 3621kB in 1s (2992kB/s)
+Reading package lists...
+W: GPG error: http://ring.asahi-net.or.jp sid Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
+W: You may want to run apt-get update to correct these problems
dpkg - warning: ignoring request to remove lilo which isn't installed.
-Obtaining the cached apt archive contents
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//apt_0.5.28.6_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//base-files_3.1.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//base-passwd_3.5.9_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//bash_3.0-15_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//binutils_2.15-6_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//bsdutils_1%3a2.12p-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//coreutils_5.2.1-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//cpio_2.5-1.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//cpp_4%3a3.3.5-3_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//cpp-3.3_1%3a3.3.6-5.0.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//debianutils_2.13.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//diff_2.8.1-11_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//dpkg_1.10.28_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//dpkg-dev_1.10.28_all.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//dselect_1.10.28_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//e2fslibs_1.37+1.38-WIP-0509-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//e2fsprogs_1.37+1.38-WIP-0509-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//findutils_4.1.20-6_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//g++_4%3a3.3.5-3_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//g++-3.3_1%3a3.3.6-5.0.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//gcc_4%3a3.3.5-3_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//gcc-3.3_1%3a3.3.6-5.0.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//gcc-3.3-base_1%3a3.3.6-5.0.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//grep_2.5.1.ds1-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//gzip_1.3.5-10_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//hostname_2.13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//initscripts_2.86.ds1-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libacl1_2.2.29-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libattr1_2.4.21-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libblkid1_1.37+1.38-WIP-0509-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libc6_2.3.2.ds1-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libc6-dev_2.3.2.ds1-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libcap1_1%3a1.10-14_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libcomerr2_1.37+1.38-WIP-0509-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libdb1-compat_2.1.3-7_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libdb3_3.2.9-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libdb4.2_4.2.52-18_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libgcc1_1%3a3.4.3-13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libgdbm3_1.8.3-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libncurses5_5.4-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libpam-modules_0.76-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libpam-runtime_0.76-22_all.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libpam0g_0.76-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libss2_1.37+1.38-WIP-0509-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libstdc++5_1%3a3.3.6-5.0.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libstdc++5-3.3-dev_1%3a3.3.6-5.0.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//libuuid1_1.37+1.38-WIP-0509-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//linux-kernel-headers_2.5.999-test7-bk-17_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//login_1%3a4.0.3-34_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//make_3.80-9_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//mawk_1.3.3-11_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//mount_2.12p-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//ncurses-base_5.4-4_all.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//ncurses-bin_5.4-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//passwd_1%3a4.0.3-34_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//patch_2.5.9-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//perl_5.8.4-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//perl-base_5.8.4-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//perl-modules_5.8.4-8_all.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//sed_4.1.4-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//slang1a-utf8_1.4.9dbs-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//sysv-rc_2.86.ds1-1_all.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//sysvinit_2.86.ds1-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//tar_1.15.1-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//util-linux_2.12p-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//10706/var/cache/apt/archives//zlib1g_1%3a1.2.2-4_powerpc.deb': File exists
-Reading Package Lists...
-Building Dependency Tree...
+Reading package lists...
+Building dependency tree...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-Reading Package Lists...
-Building Dependency Tree...
-dpkg-dev is already the newest version.
+Reading package lists...
+Building dependency tree...
apt is already the newest version.
+The following extra packages will be installed:
+ binutils cpp cpp-3.3 g++ g++-3.3 gcc gcc-3.3 libc6-dev libstdc++5-3.3-dev
+ linux-kernel-headers make patch perl perl-modules
+Suggested packages:
+ binutils-doc cpp-doc gnupg debian-keyring gcc-3.3-doc manpages-dev autoconf
+ automake libtool flex bison gdb gcc-doc glibc-doc libstdc++5-3.3-doc
+ libterm-readline-gnu-perl libterm-readline-perl-perl
+Recommended packages:
+ bzip2 perl-doc
The following NEW packages will be installed:
- build-essential
-0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/6536B of archives.
-After unpacking 49.2kB of additional disk space will be used.
+ binutils build-essential cpp cpp-3.3 dpkg-dev g++ g++-3.3 gcc gcc-3.3
+ libc6-dev libstdc++5-3.3-dev linux-kernel-headers make patch perl
+ perl-modules
+0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
+Need to get 18.0MB of archives.
+After unpacking 63.5MB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ binutils cpp-3.3 cpp perl-modules perl patch make dpkg-dev gcc-3.3 gcc
+ linux-kernel-headers libc6-dev libstdc++5-3.3-dev g++-3.3 g++ build-essential
+Get:1 http://ring.asahi-net.or.jp sid/main binutils 2.15-7 [2221kB]
+Get:2 http://ring.asahi-net.or.jp sid/main cpp-3.3 1:3.3.6-7 [1393kB]
+Get:3 http://ring.asahi-net.or.jp sid/main cpp 4:3.3.6-1 [29.8kB]
+Get:4 http://ring.asahi-net.or.jp sid/main perl-modules 5.8.7-3 [2326kB]
+Get:5 http://ring.asahi-net.or.jp sid/main perl 5.8.7-3 [3371kB]
+Get:6 http://ring.asahi-net.or.jp sid/main patch 2.5.9-2 [96.4kB]
+Get:7 http://ring.asahi-net.or.jp sid/main make 3.80-9 [366kB]
+Get:8 http://ring.asahi-net.or.jp sid/main dpkg-dev 1.13.10 [163kB]
+Get:9 http://ring.asahi-net.or.jp sid/main gcc-3.3 1:3.3.6-7 [1556kB]
+Get:10 http://ring.asahi-net.or.jp sid/main gcc 4:3.3.6-1 [4898B]
+Get:11 http://ring.asahi-net.or.jp sid/main linux-kernel-headers 2.5.999-test7-bk-17 [1377kB]
+Get:12 http://ring.asahi-net.or.jp sid/main libc6-dev 2.3.2.ds1-22 [2532kB]
+Get:13 http://ring.asahi-net.or.jp sid/main libstdc++5-3.3-dev 1:3.3.6-7 [775kB]
+Get:14 http://ring.asahi-net.or.jp sid/main g++-3.3 1:3.3.6-7 [1779kB]
+Get:15 http://ring.asahi-net.or.jp sid/main g++ 4:3.3.6-1 [1384B]
+Get:16 http://ring.asahi-net.or.jp sid/main build-essential 10.1 [6520B]
+Fetched 18.0MB in 2s (7499kB/s)
+Selecting previously deselected package binutils.
+(Reading database ... 7214 files and directories currently installed.)
+Unpacking binutils (from .../binutils_2.15-7_i386.deb) ...
+Selecting previously deselected package cpp-3.3.
+Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.6-7_i386.deb) ...
+Selecting previously deselected package cpp.
+Unpacking cpp (from .../cpp_4%3a3.3.6-1_i386.deb) ...
+Selecting previously deselected package perl-modules.
+Unpacking perl-modules (from .../perl-modules_5.8.7-3_all.deb) ...
+Selecting previously deselected package perl.
+Unpacking perl (from .../archives/perl_5.8.7-3_i386.deb) ...
+Selecting previously deselected package patch.
+Unpacking patch (from .../patch_2.5.9-2_i386.deb) ...
+Selecting previously deselected package make.
+Unpacking make (from .../archives/make_3.80-9_i386.deb) ...
+Selecting previously deselected package dpkg-dev.
+Unpacking dpkg-dev (from .../dpkg-dev_1.13.10_all.deb) ...
+Selecting previously deselected package gcc-3.3.
+Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.6-7_i386.deb) ...
+Selecting previously deselected package gcc.
+Unpacking gcc (from .../gcc_4%3a3.3.6-1_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 libc6-dev.
+Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-22_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.6-7_i386.deb) ...
+Selecting previously deselected package g++-3.3.
+Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.6-7_i386.deb) ...
+Selecting previously deselected package g++.
+Unpacking g++ (from .../g++_4%3a3.3.6-1_i386.deb) ...
Selecting previously deselected package build-essential.
-(Reading database ... 7479 files and directories currently installed.)
-Unpacking build-essential (from .../build-essential_10.1_powerpc.deb) ...
+Unpacking build-essential (from .../build-essential_10.1_i386.deb) ...
+Setting up binutils (2.15-7) ...
+
+Setting up cpp-3.3 (3.3.6-7) ...
+Setting up cpp (3.3.6-1) ...
+Setting up patch (2.5.9-2) ...
+Setting up make (3.80-9) ...
+
+Setting up gcc-3.3 (3.3.6-7) ...
+Setting up gcc (3.3.6-1) ...
+
+Setting up linux-kernel-headers (2.5.999-test7-bk-17) ...
+Setting up libc6-dev (2.3.2.ds1-22) ...
+Setting up perl-modules (5.8.7-3) ...
+Setting up libstdc++5-3.3-dev (3.3.6-7) ...
+Setting up perl (5.8.7-3) ...
+
+Setting up dpkg-dev (1.13.10) ...
+Setting up g++-3.3 (3.3.6-7) ...
+Setting up g++ (3.3.6-1) ...
+
Setting up build-essential (10.1) ...
-Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//10706 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//31775 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sarge.log b/testsuite/normal/pbuilder-execute-sarge.log
index fa26076..7631ae6 100644
--- a/testsuite/normal/pbuilder-execute-sarge.log
+++ b/testsuite/normal/pbuilder-execute-sarge.log
@@ -1,15 +1,13 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-Obtaining the cached apt archive contents
--- parameters given to this script
[test1 test2 test3]
-Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//25028 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//16973 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sid.log b/testsuite/normal/pbuilder-execute-sid.log
index 3d3cc68..da7e8e7 100644
--- a/testsuite/normal/pbuilder-execute-sid.log
+++ b/testsuite/normal/pbuilder-execute-sid.log
@@ -1,15 +1,13 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-Obtaining the cached apt archive contents
--- parameters given to this script
[test1 test2 test3]
-Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//1703 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//21255 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sarge.log b/testsuite/normal/pdebuild-internal-sarge.log
index 7842513..bb3a214 100644
--- a/testsuite/normal/pdebuild-internal-sarge.log
+++ b/testsuite/normal/pdebuild-internal-sarge.log
@@ -1,63 +1,33 @@
-W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2
+-> Mounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2
-> policy-rc.d already exists
-Obtaining the cached apt archive contents
-Using: : pdebuild-internal,v 1.4 2005/01/04 01:47:18 dancer Exp $
+Using: : pdebuild-internal,v 1.5 2005/06/04 05:29:21 dancer Exp $
Reading Package Lists...
Building Dependency Tree...
The following extra packages will be installed:
- debconf debconf-i18n debootstrap liblocale-gettext-perl libssl0.9.7
- libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl wget
+ debootstrap
Suggested packages:
- debconf-doc debconf-utils whiptail dialog gnome-utils
- libterm-readline-gnu-perl libgnome2-perl libqt-perl libnet-ldap-perl
pbuilder-uml
Recommended packages:
- apt-utils fakeroot sudo devscripts
+ fakeroot sudo devscripts
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 0B/1575kB of archives.
-After unpacking 6357kB of additional disk space will be used.
-Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7463 files and directories currently installed.)
-Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_powerpc.deb) ...
-Selecting previously deselected package libtext-iconv-perl.
-Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_powerpc.deb) ...
-Selecting previously deselected package libtext-charwidth-perl.
-Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_powerpc.deb) ...
-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.30.13_all.deb) ...
-Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.30.13_all.deb) ...
-Selecting previously deselected package libssl0.9.7.
-Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7e-3_powerpc.deb) ...
-Selecting previously deselected package wget.
-Unpacking wget (from .../wget_1.9.1-12_powerpc.deb) ...
+ debootstrap pbuilder
+0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
+Need to get 136kB of archives.
+After unpacking 586kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main debootstrap 0.2.45-0.2 [72.2kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main pbuilder 0.123 [64.0kB]
+Fetched 136kB in 0s (326kB/s)
Selecting previously deselected package debootstrap.
-Unpacking debootstrap (from .../debootstrap_0.2.45-0.2_powerpc.deb) ...
+(Reading database ... 11040 files and directories currently installed.)
+Unpacking debootstrap (from .../debootstrap_0.2.45-0.2_i386.deb) ...
Selecting previously deselected package pbuilder.
Unpacking pbuilder (from .../pbuilder_0.123_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.30.13) ...
-Setting up debconf (1.4.30.13) ...
-
-Setting up libssl0.9.7 (0.9.7e-3) ...
-
-Setting up wget (1.9.1-12) ...
-
Setting up debootstrap (0.2.45-0.2) ...
Setting up pbuilder (0.123) ...
Setting DEBBUILDOPTS=
@@ -70,32 +40,40 @@ Setting DEBBUILDOPTS=
Reading Package Lists...
Building Dependency Tree...
The following extra packages will be installed:
- debconf-utils file gettext gettext-base html2text intltool-debian
- libdshconfig1 libmagic1 po-debconf
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
Suggested packages:
dh-make cvs gettext-doc
Recommended packages:
curl libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
- debconf-utils debhelper file gettext gettext-base html2text intltool-debian
- libdshconfig1 libdshconfig1-dev libmagic1 po-debconf
-debconf: delaying package configuration, since apt-utils is not installed
-0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/2744kB of archives.
-After unpacking 9851kB of additional disk space will be used.
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2591kB of archives.
+After unpacking 8679kB 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 debconf-utils 1.4.30.13 [33.0kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.14.4-2 [1718kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.32 [362kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2591kB in 0s (7765kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 7825 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.12-1_powerpc.deb) ...
+(Reading database ... 11115 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
-Unpacking file (from .../file_4.12-1_powerpc.deb) ...
-Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.4-2_powerpc.deb) ...
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.30.13_all.deb) ...
Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.2a-2_powerpc.deb) ...
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.4-2_powerpc.deb) ...
+Unpacking gettext (from .../gettext_0.14.4-2_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.
@@ -103,14 +81,12 @@ Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_4.2.32_all.deb) ...
Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_powerpc.deb) ...
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_powerpc.deb) ...
+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.4-2) ...
-
Setting up debconf-utils (1.4.30.13) ...
Setting up html2text (1.3.2a-2) ...
@@ -129,33 +105,32 @@ 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 81.8kB of archives.
-After unpacking 315kB of additional disk space will be used.
-Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.10 [81.8kB]
-debconf: delaying package configuration, since apt-utils is not installed
-Fetched 81.8kB in 0s (281kB/s)
+Need to get 70.5kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.10 [70.5kB]
+Fetched 70.5kB in 0s (2006kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8433 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.2.10_powerpc.deb) ...
+(Reading database ... 11657 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_i386.deb) ...
Setting up fakeroot (1.2.10) ...
dpkg-buildpackage: source package is dsh
dpkg-buildpackage: source version is 0.25.6-1
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-buildpackage: host architecture is powerpc
+dpkg-buildpackage: host architecture is i386
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
@@ -201,8 +176,8 @@ checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... powerpc-unknown-linux-gnu
-checking host system type... powerpc-unknown-linux-gnu
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
@@ -343,18 +318,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -367,26 +342,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -437,7 +412,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
-Sat Jun 4 05:21:43 UTC 2005
+Sat Jul 2 05:00:44 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -507,11 +482,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
-Sat Jun 4 05:21:48 UTC 2005
+Sat Jul 2 05:00:49 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
+dsh: Process terminated (before write).
b: b
c: c
PASS: tests/segv-catcher.sh
@@ -522,9 +498,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -532,58 +508,58 @@ dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-cp /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -600,14 +576,12 @@ dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_powerpc.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
dpkg-genchanges
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-Copying back the cached apt archive contents
- -> new cache content fakeroot_1.2.10_powerpc.deb added
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> unmounting /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2 filesystem
+ -> unmounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/18971 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/9883 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sid.log b/testsuite/normal/pdebuild-internal-sid.log
index 2e9e5f4..f8929a0 100644
--- a/testsuite/normal/pdebuild-internal-sid.log
+++ b/testsuite/normal/pdebuild-internal-sid.log
@@ -1,64 +1,36 @@
-W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2
+-> Mounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2
-> policy-rc.d already exists
-Obtaining the cached apt archive contents
-Using: : pdebuild-internal,v 1.4 2005/01/04 01:47:18 dancer Exp $
-Reading Package Lists...
-Building Dependency Tree...
+Using: : pdebuild-internal,v 1.5 2005/06/04 05:29:21 dancer Exp $
+Reading package lists...
+Building dependency tree...
The following extra packages will be installed:
- debconf debconf-i18n debootstrap liblocale-gettext-perl libssl0.9.7
- libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl wget
+ debootstrap
Suggested packages:
- debconf-doc debconf-utils whiptail dialog gnome-utils
- libterm-readline-gnu-perl libgnome2-perl libqt-perl libnet-ldap-perl
pbuilder-uml
Recommended packages:
- apt-utils fakeroot sudo devscripts
+ fakeroot sudo devscripts
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 0B/1605kB of archives.
-After unpacking 6480kB of additional disk space will be used.
-Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7488 files and directories currently installed.)
-Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.04-1_powerpc.deb) ...
-Selecting previously deselected package libtext-iconv-perl.
-Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_powerpc.deb) ...
-Selecting previously deselected package libtext-charwidth-perl.
-Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-2_powerpc.deb) ...
-Selecting previously deselected package libtext-wrapi18n-perl.
-Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-2_all.deb) ...
-Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.50_all.deb) ...
-Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.50_all.deb) ...
-Selecting previously deselected package libssl0.9.7.
-Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7g-1_powerpc.deb) ...
-Selecting previously deselected package wget.
-Unpacking wget (from .../wget_1.9.1-12_powerpc.deb) ...
+ debootstrap pbuilder
+0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
+Need to get 107kB of archives.
+After unpacking 627kB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ debootstrap pbuilder
+Get:1 http://ring.asahi-net.or.jp sid/main debootstrap 0.3.1.4 [42.1kB]
+Get:2 http://ring.asahi-net.or.jp sid/main pbuilder 0.127 [64.9kB]
+Fetched 107kB in 0s (504kB/s)
Selecting previously deselected package debootstrap.
-Unpacking debootstrap (from .../debootstrap_0.2.45-0.2_powerpc.deb) ...
+(Reading database ... 10817 files and directories currently installed.)
+Unpacking debootstrap (from .../debootstrap_0.3.1.4_all.deb) ...
Selecting previously deselected package pbuilder.
Unpacking pbuilder (from .../pbuilder_0.127_all.deb) ...
-Setting up liblocale-gettext-perl (1.04-1) ...
-Setting up libtext-iconv-perl (1.2-3) ...
-Setting up libtext-charwidth-perl (0.04-2) ...
-Setting up libtext-wrapi18n-perl (0.06-2) ...
-Setting up debconf-i18n (1.4.50) ...
-Setting up debconf (1.4.50) ...
-
-Setting up libssl0.9.7 (0.9.7g-1) ...
-
-Setting up wget (1.9.1-12) ...
-
-Setting up debootstrap (0.2.45-0.2) ...
+Setting up debootstrap (0.3.1.4) ...
Setting up pbuilder (0.127) ...
Setting DEBBUILDOPTS=
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
@@ -67,545 +39,48 @@ Setting DEBBUILDOPTS=
-> Considering libdshconfig1-dev (>= 0.20.11-1)
-> Trying libdshconfig1-dev
-> Installing debhelper libdshconfig1-dev
-Reading Package Lists...
-Building Dependency Tree...
+Reading package lists...
+Building dependency tree...
The following extra packages will be installed:
- debconf-utils file gettext gettext-base html2text intltool-debian
- libdshconfig1 libmagic1 po-debconf
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
Suggested packages:
dh-make cvs gettext-doc
Recommended packages:
curl libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
- debconf-utils debhelper file gettext gettext-base html2text intltool-debian
- libdshconfig1 libdshconfig1-dev libmagic1 po-debconf
-debconf: delaying package configuration, since apt-utils is not installed
-0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/2744kB of archives.
-After unpacking 9855kB of additional disk space will be used.
-Selecting previously deselected package libmagic1.
-(Reading database ... 7865 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.12-1_powerpc.deb) ...
-Selecting previously deselected package file.
-Unpacking file (from .../file_4.12-1_powerpc.deb) ...
-Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.4-2_powerpc.deb) ...
-Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.50_all.deb) ...
-Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.2a-2_powerpc.deb) ...
-Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.4-2_powerpc.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.23_all.deb) ...
-Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.36_all.deb) ...
-Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_powerpc.deb) ...
-Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_powerpc.deb) ...
-Setting up libmagic1 (4.12-1) ...
-
-Setting up file (4.12-1) ...
-Setting up gettext-base (0.14.4-2) ...
-
-Setting up debconf-utils (1.4.50) ...
-
-Setting up html2text (1.3.2a-2) ...
-
-Setting up gettext (0.14.4-2) ...
-
-Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.23) ...
-Setting up debhelper (4.2.36) ...
-Setting up libdshconfig1 (0.20.11-1) ...
-
-Setting up libdshconfig1-dev (0.20.11-1) ...
- -> Finished parsing the build-deps
-Reading Package Lists...
-Building Dependency Tree...
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2642kB of archives.
+After unpacking 8380kB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ libmagic1 file debconf-utils html2text gettext intltool-debian po-debconf
+ debhelper libdshconfig1 libdshconfig1-dev
+E: There are problems and -y was used without --force-yes
+ -> Trying to fix apt error
+Reading package lists...
+Building dependency tree...
+The following extra packages will be installed:
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ curl libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
- fakeroot
-debconf: delaying package configuration, since apt-utils is not installed
-0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/81.7kB of archives.
-After unpacking 315kB of additional disk space will be used.
-Selecting previously deselected package fakeroot.
-(Reading database ... 8467 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.3_powerpc.deb) ...
-Setting up fakeroot (1.3) ...
-
-dpkg-buildpackage: source package is dsh
-dpkg-buildpackage: source version is 0.25.6-1
-dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-buildpackage: host architecture is powerpc
- fakeroot debian/rules clean
-dh_testdir
-dh_testroot
-rm -f build-stamp configure-stamp
-/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make: [clean] Error 2 (ignored)
-/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make: [clean] Error 2 (ignored)
-dh_clean
- dpkg-source -b dsh-0.25.6
-dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
-dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
-dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.6-1.dsc
- debian/rules build
-dh_testdir
-INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
- ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... no
-checking for mawk... mawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for style of include used by make... GNU
-checking for gcc... gcc
-checking for C compiler default output file name... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables...
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ANSI C... none needed
-checking dependency style of gcc... gcc3
-checking for library containing strerror... none required
-checking for gcc... (cached) gcc
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether gcc accepts -g... (cached) yes
-checking for gcc option to accept ANSI C... (cached) none needed
-checking dependency style of gcc... (cached) gcc3
-checking for gcc... (cached) gcc
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether gcc accepts -g... (cached) yes
-checking for gcc option to accept ANSI C... (cached) none needed
-checking dependency style of gcc... (cached) gcc3
-checking whether make sets $(MAKE)... (cached) yes
-checking how to run the C preprocessor... gcc -E
-checking for egrep... grep -E
-checking for ANSI C header files... yes
-checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... powerpc-unknown-linux-gnu
-checking host system type... powerpc-unknown-linux-gnu
-checking for a sed that does not truncate output... /bin/sed
-checking for ld used by gcc... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for /usr/bin/ld option to reload object files... -r
-checking for BSD-compatible nm... /usr/bin/nm -B
-checking whether ln -s works... yes
-checking how to recognise dependent libraries... pass_all
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking dlfcn.h usability... yes
-checking dlfcn.h presence... yes
-checking for dlfcn.h... yes
-checking for g++... g++
-checking whether we are using the GNU C++ compiler... yes
-checking whether g++ accepts -g... yes
-checking dependency style of g++... gcc3
-checking how to run the C++ preprocessor... g++ -E
-checking for g77... no
-checking for f77... no
-checking for xlf... no
-checking for frt... no
-checking for pgf77... no
-checking for fort77... no
-checking for fl32... no
-checking for af77... no
-checking for f90... no
-checking for xlf90... no
-checking for pgf90... no
-checking for epcf90... no
-checking for f95... no
-checking for fort... no
-checking for xlf95... no
-checking for ifc... no
-checking for efc... no
-checking for pgf95... no
-checking for lf95... no
-checking for gfortran... no
-checking whether we are using the GNU Fortran 77 compiler... no
-checking whether accepts -g... no
-checking the maximum length of command line arguments... 32768
-checking command to parse /usr/bin/nm -B output from gcc object... ok
-checking for objdir... .libs
-checking for ar... ar
-checking for ranlib... ranlib
-checking for strip... strip
-checking if gcc static flag works... yes
-checking if gcc supports -fno-rtti -fno-exceptions... no
-checking for gcc option to produce PIC... -fPIC
-checking if gcc PIC flag -fPIC works... yes
-checking if gcc supports -c -o file.o... yes
-checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
-checking whether -lc should be explicitly linked in... no
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-checking if libtool supports shared libraries... yes
-checking whether to build shared libraries... yes
-checking whether to build static libraries... yes
-configure: creating libtool
-appending configuration tag "CXX" to libtool
-checking for ld used by g++... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking for g++ option to produce PIC... -fPIC
-checking if g++ PIC flag -fPIC works... yes
-checking if g++ supports -c -o file.o... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-appending configuration tag "F77" to libtool
-checking for an ANSI C-conforming const... yes
-checking for msgfmt... /usr/bin/msgfmt
-checking for gmsgfmt... /usr/bin/msgfmt
-checking for xgettext... /usr/bin/xgettext
-checking for msgmerge... /usr/bin/msgmerge
-checking for ld used by GCC... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for shared library run path origin... done
-checking whether NLS is requested... yes
-checking for GNU gettext in libc... yes
-checking for gettext... yes
-checking getopt.h usability... yes
-checking getopt.h presence... yes
-checking for getopt.h... yes
-checking fcntl.h usability... yes
-checking fcntl.h presence... yes
-checking for fcntl.h... yes
-checking libintl.h usability... yes
-checking libintl.h presence... yes
-checking for libintl.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking for stdlib.h... (cached) yes
-checking netdb.h usability... yes
-checking netdb.h presence... yes
-checking for netdb.h... yes
-checking for string.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking netgroup.h usability... no
-checking netgroup.h presence... no
-checking for netgroup.h... no
-checking signal.h usability... yes
-checking signal.h presence... yes
-checking for signal.h... yes
-checking for libdshconfig.h ... yes
-checking for asprintf... yes
-checking for strdup... yes
-checking for getopt_long... yes
-checking for getline... yes
-checking for dup2... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for setnetgrent... yes
-checking for getnetgrent... yes
-checking for endnetgrent... yes
-checking for open_dshconfig in -ldshconfig... yes
-checking netdb.h has setnetgrent that returns void... no
-checking getopt with a GNU option reordering extention... yes, disabling
-configure: creating ./config.status
-config.status: creating po/Makefile.in
-config.status: creating m4/Makefile
-config.status: creating Makefile
-config.status: creating config.h
-config.status: executing depfiles commands
-config.status: executing default-1 commands
-config.status: creating po/POTFILES
-config.status: creating po/Makefile
-touch configure-stamp
-dh_testdir
-/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
-Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
-then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
-then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
-then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; else rm -f ".deps/dsh-parameter.Tpo"; exit 1; fi
-/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
-mkdir .libs
-gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
-mkdir build-man
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
-Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
-/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-PASS: tests/param-f.sh
-dsh: File ./tests/nonexistent.file could not be opened for read
-PASS: tests/param-f-fail.sh
-PASS: tests/param-f-with-space.sh
-PASS: tests/param-m.sh
-test to check that unknown parameter checking is right.
-./dsh: unrecognized option `--unknown-parameter'
-./dsh: invalid option -- u
-PASS: tests/param-unknown.sh
-test1
-test2
-dsh: Process terminated (before write).
-PASS: tests/param-i.sh
-Check that cn4 option is working.
-PASS: tests/param-cn4.sh
-test to check that -b0 is rejected, and -b1 is accepted
-Buffer size needs to be greater than 1
-Buffer size needs to be greater than 1
-a
-b
-PASS: tests/param-b-0.sh
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-success
-success
-success
-success
-a: dsh: Failed executing ./invalid-exec-file with llexec call
-b: dsh: Failed executing ./invalid-exec-file with llexec call
-c: dsh: Failed executing ./invalid-exec-file with llexec call
-d: dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-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
-1: 1
-2: 2
-dsh: fork limit and wait shell cannot be specified at the same time
-PASS: tests/param-F-invalid.sh
-Sat Jun 4 05:15:25 UTC 2005
-2: Using sleep as the remote shell
-2: Show machine names on output
-2: Adding machine 5,4,3,2,1 to list
-2: Setting forklimit to 3 and wait_shell to 0
-2: DUMPing parameters passed to llexec
-2: [2]
-Using sleep as the remote shell
-Show machine names on output
-Adding machine 5,4,3,2,1 to list
-Setting forklimit to 3 and wait_shell to 0
-DUMPing parameters passed to llexec
-[2]
-3: Using sleep as the remote shell
-3: Show machine names on output
-3: Adding machine 5,4,3,2,1 to list
-3: Setting forklimit to 3 and wait_shell to 0
-3: DUMPing parameters passed to llexec
-3: [3]
-Using sleep as the remote shell
-Show machine names on output
-Adding machine 5,4,3,2,1 to list
-Setting forklimit to 3 and wait_shell to 0
-DUMPing parameters passed to llexec
-[3]
-1: Using sleep as the remote shell
-1: Show machine names on output
-1: Adding machine 5,4,3,2,1 to list
-1: Setting forklimit to 3 and wait_shell to 0
-1: ... Waiting for process to end with waitpid
-1: DUMPing parameters passed to llexec
-1: [1]
-Using sleep as the remote shell
-Show machine names on output
-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
-DUMPing parameters passed to llexec
-[1]
-4: Using sleep as the remote shell
-4: Show machine names on output
-4: Adding machine 5,4,3,2,1 to list
-4: Setting forklimit to 3 and wait_shell to 0
-4: DUMPing parameters passed to llexec
-4: [4]
-Using sleep as the remote shell
-Show machine names on output
-Adding machine 5,4,3,2,1 to list
-Setting forklimit to 3 and wait_shell to 0
-DUMPing parameters passed to llexec
-[4]
-5: Using sleep as the remote shell
-5: Show machine names on output
-5: Adding machine 5,4,3,2,1 to list
-5: Setting forklimit to 3 and wait_shell to 0
-5: DUMPing parameters passed to llexec
-5: [5]
-Using sleep as the remote shell
-Show machine names on output
-Adding machine 5,4,3,2,1 to list
-Setting forklimit to 3 and wait_shell to 0
-DUMPing parameters passed to llexec
-[5]
---- Terminated running
-Using sleep as the remote shell
-Show machine names on output
-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
-Sat Jun 4 05:15:30 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
-PASS: tests/segv-catcher.sh
-l w
-PASS: tests/test-bufferoverflow.sh
-PASS: tests/machinelist-comment-test.sh
-PASS: tests/machinelist-order.sh
-===================
-All 17 tests passed
-===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-touch build-stamp
- fakeroot debian/rules binary
-dh_testdir
-dh_testroot
-dh_clean -k
-dh_installdirs
-# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
-make[3]: Nothing to be done for `install-exec-am'.
-make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/m4'
-Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
-if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
- for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
- /usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
- done; \
-else \
- : ; \
-fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
-for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
-done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
-cp /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
-dh_testdir
-dh_testroot
-dh_installdocs NEWS
-dh_installexamples
-dh_installmenu
-dh_installman
-dh_installchangelogs ChangeLog
-dh_link
-dh_strip
-dh_shlibdeps
-dh_compress
-dh_fixperms
-dh_installdeb
-dh_gencontrol
-dh_md5sums
-dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_powerpc.deb'.
- dpkg-genchanges
-dpkg-genchanges: including full source code in upload
-dpkg-buildpackage: full upload (original source is included)
-Copying back the cached apt archive contents
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2642kB of archives.
+After unpacking 8380kB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ libmagic1 file debconf-utils html2text gettext intltool-debian po-debconf
+ debhelper libdshconfig1 libdshconfig1-dev
+E: There are problems and -y was used without --force-yes
+E: Unrecoverable error installing build-dependencies.
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> unmounting /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2 filesystem
+ -> unmounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/28098 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/21052 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-sarge.log b/testsuite/normal/pdebuild-normal-sarge.log
index 500176a..0e66b07 100644
--- a/testsuite/normal/pdebuild-normal-sarge.log
+++ b/testsuite/normal/pdebuild-normal-sarge.log
@@ -6,14 +6,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
@@ -25,21 +25,20 @@ dpkg-source: building dsh in dsh_0.25.6-1.dsc
dpkg-genchanges -S
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
-W: /home/dancer/.pbuilderrc does not exist
-pbuilder-buildpackage/powerpc $Id$
+I: using fakeroot in build.
+pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Sat Jun 4 14:19:26 JST 2005
-pbuilder-time-stamp: 1117862366
+Current time: Sat Jul 2 13:59:06 JST 2005
+pbuilder-time-stamp: 1120280346
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result
-Obtaining the cached apt archive contents
Installing the build-deps
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.19 2005/06/03 12:07:39 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -50,47 +49,40 @@ Installing the build-deps
Reading Package Lists...
Building Dependency Tree...
The following extra packages will be installed:
- debconf debconf-i18n debconf-utils file gettext gettext-base html2text
- intltool-debian libdshconfig1 liblocale-gettext-perl libmagic1
- libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl po-debconf
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
Suggested packages:
- debconf-doc whiptail dialog gnome-utils libterm-readline-gnu-perl
- libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs gettext-doc
+ dh-make cvs gettext-doc
Recommended packages:
- apt-utils curl wget lynx libmail-sendmail-perl libcompress-zlib-perl
+ curl libmail-sendmail-perl libcompress-zlib-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 0B/2994kB of archives.
-After unpacking 12.3MB of additional disk space will be used.
-Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7463 files and directories currently installed.)
-Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_powerpc.deb) ...
-Selecting previously deselected package libtext-iconv-perl.
-Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_powerpc.deb) ...
-Selecting previously deselected package libtext-charwidth-perl.
-Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_powerpc.deb) ...
-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.30.13_all.deb) ...
-Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.30.13_all.deb) ...
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2591kB of archives.
+After unpacking 8679kB 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 debconf-utils 1.4.30.13 [33.0kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.14.4-2 [1718kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.32 [362kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2591kB in 0s (5469kB/s)
Selecting previously deselected package libmagic1.
-Unpacking libmagic1 (from .../libmagic1_4.12-1_powerpc.deb) ...
+(Reading database ... 11040 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
-Unpacking file (from .../file_4.12-1_powerpc.deb) ...
-Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.4-2_powerpc.deb) ...
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.30.13_all.deb) ...
Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.2a-2_powerpc.deb) ...
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.4-2_powerpc.deb) ...
+Unpacking gettext (from .../gettext_0.14.4-2_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.
@@ -98,17 +90,13 @@ Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_4.2.32_all.deb) ...
Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_powerpc.deb) ...
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_powerpc.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) ...
+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.4-2) ...
+Setting up debconf-utils (1.4.30.13) ...
Setting up html2text (1.3.2a-2) ...
@@ -116,41 +104,49 @@ Setting up gettext (0.14.4-2) ...
Setting up intltool-debian (0.30+20040213) ...
Setting up po-debconf (0.8.23) ...
+Setting up debhelper (4.2.32) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-Setting up debconf-i18n (1.4.30.13) ...
-Setting up debconf (1.4.30.13) ...
-
-Setting up debconf-utils (1.4.30.13) ...
-
-Setting up debhelper (4.2.32) ...
-> Finished parsing the build-deps
-Copying back the cached apt archive contents
+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 70.5kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.10 [70.5kB]
+Fetched 70.5kB in 0s (2026kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 11582 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_i386.deb) ...
+Setting up fakeroot (1.2.10) ...
+
Copying source file
-> copying [../dsh_0.25.6-1.dsc]
-> copying [../dsh_0.25.6.orig.tar.gz]
-> copying [../dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
-> Building the package
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source package is dsh
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-buildpackage: host architecture is powerpc
-dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: host architecture is i386
+dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+ fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
@@ -166,9 +162,9 @@ make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -211,8 +207,8 @@ checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... powerpc-unknown-linux-gnu
-checking host system type... powerpc-unknown-linux-gnu
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
@@ -391,9 +387,9 @@ make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: `dsh' is up to date.
make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
/usr/bin/make check-TESTS
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
@@ -408,7 +404,6 @@ test to check that unknown parameter checking is right.
PASS: tests/param-unknown.sh
test1
test2
-dsh: Process terminated (before write).
PASS: tests/param-i.sh
Check that cn4 option is working.
PASS: tests/param-cn4.sh
@@ -447,7 +442,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
-Sat Jun 4 05:20:20 UTC 2005
+Sat Jul 2 04:59:43 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -460,18 +455,6 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
DUMPing parameters passed to llexec
[2]
-3: Using sleep as the remote shell
-3: Show machine names on output
-3: Adding machine 5,4,3,2,1 to list
-3: Setting forklimit to 3 and wait_shell to 0
-3: DUMPing parameters passed to llexec
-3: [3]
-Using sleep as the remote shell
-Show machine names on output
-Adding machine 5,4,3,2,1 to list
-Setting forklimit to 3 and wait_shell to 0
-DUMPing parameters passed to llexec
-[3]
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 +500,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
-Sat Jun 4 05:20:25 UTC 2005
+Sat Jul 2 04:59:48 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
+dsh: Process terminated (before write).
b: b
c: c
PASS: tests/segv-catcher.sh
@@ -536,7 +520,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -618,18 +602,19 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_powerpc.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
dpkg-genchanges
-dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-Copying back the cached apt archive contents
+ -> Terminate timeout process
-> unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 88: 4463 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting proc filesystem
-Current time: Sat Jun 4 14:20:30 JST 2005
-pbuilder-time-stamp: 1117862430
+Current time: Sat Jul 2 13:59:50 JST 2005
+pbuilder-time-stamp: 1120280390
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/12819 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/4180 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-sid.log b/testsuite/normal/pdebuild-normal-sid.log
index 5577110..c44dee6 100644
--- a/testsuite/normal/pdebuild-normal-sid.log
+++ b/testsuite/normal/pdebuild-normal-sid.log
@@ -6,14 +6,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
@@ -25,21 +25,20 @@ dpkg-source: building dsh in dsh_0.25.6-1.dsc
dpkg-genchanges -S
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
-W: /home/dancer/.pbuilderrc does not exist
-pbuilder-buildpackage/powerpc $Id$
+I: using fakeroot in build.
+pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Sat Jun 4 14:13:06 JST 2005
-pbuilder-time-stamp: 1117861986
+Current time: Sat Jul 2 13:54:27 JST 2005
+pbuilder-time-stamp: 1120280067
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result
-Obtaining the cached apt archive contents
Installing the build-deps
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.19 2005/06/03 12:07:39 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -47,110 +46,114 @@ Installing the build-deps
-> Considering libdshconfig1-dev (>= 0.20.11-1)
-> Trying libdshconfig1-dev
-> Installing debhelper libdshconfig1-dev
-Reading Package Lists...
-Building Dependency Tree...
+Reading package lists...
+Building dependency tree...
The following extra packages will be installed:
- debconf debconf-i18n debconf-utils file gettext gettext-base html2text
- intltool-debian libdshconfig1 liblocale-gettext-perl libmagic1
- libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl po-debconf
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
Suggested packages:
- debconf-doc whiptail dialog gnome-utils libterm-readline-gnu-perl
- libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs gettext-doc
+ dh-make cvs gettext-doc
Recommended packages:
- apt-utils curl wget lynx libmail-sendmail-perl libcompress-zlib-perl
+ curl libmail-sendmail-perl libcompress-zlib-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 0B/3017kB of archives.
-After unpacking 12.4MB of additional disk space will be used.
-Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7488 files and directories currently installed.)
-Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.04-1_powerpc.deb) ...
-Selecting previously deselected package libtext-iconv-perl.
-Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_powerpc.deb) ...
-Selecting previously deselected package libtext-charwidth-perl.
-Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-2_powerpc.deb) ...
-Selecting previously deselected package libtext-wrapi18n-perl.
-Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-2_all.deb) ...
-Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.50_all.deb) ...
-Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.50_all.deb) ...
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2642kB of archives.
+After unpacking 8380kB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ libmagic1 file debconf-utils html2text gettext intltool-debian po-debconf
+ debhelper libdshconfig1 libdshconfig1-dev
+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 debconf-utils 1.4.51 [33.0kB]
+Get:4 http://ring.asahi-net.or.jp sid/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp sid/main gettext 0.14.5-1 [1767kB]
+Get:6 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp sid/main debhelper 4.9.3 [363kB]
+Get:9 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2642kB in 0s (5803kB/s)
Selecting previously deselected package libmagic1.
-Unpacking libmagic1 (from .../libmagic1_4.12-1_powerpc.deb) ...
+(Reading database ... 10817 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
-Unpacking file (from .../file_4.12-1_powerpc.deb) ...
-Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.4-2_powerpc.deb) ...
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.50_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.51_all.deb) ...
Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.2a-2_powerpc.deb) ...
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.4-2_powerpc.deb) ...
+Unpacking gettext (from .../gettext_0.14.5-1_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.23_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.36_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.9.3_all.deb) ...
Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_powerpc.deb) ...
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_powerpc.deb) ...
-Setting up liblocale-gettext-perl (1.04-1) ...
-Setting up libtext-iconv-perl (1.2-3) ...
-Setting up libtext-charwidth-perl (0.04-2) ...
-Setting up libtext-wrapi18n-perl (0.06-2) ...
+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.4-2) ...
+Setting up debconf-utils (1.4.51) ...
Setting up html2text (1.3.2a-2) ...
-Setting up gettext (0.14.4-2) ...
+Setting up gettext (0.14.5-1) ...
Setting up intltool-debian (0.30+20040213) ...
Setting up po-debconf (0.8.23) ...
+Setting up debhelper (4.9.3) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-Setting up debconf-i18n (1.4.50) ...
-Setting up debconf (1.4.50) ...
-
-Setting up debconf-utils (1.4.50) ...
-
-Setting up debhelper (4.2.36) ...
-> Finished parsing the build-deps
-Copying back the cached apt archive contents
+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 71.1kB of archives.
+After unpacking 201kB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ fakeroot
+Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.4 [71.1kB]
+Fetched 71.1kB in 0s (2242kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 11360 files and directories currently installed.)
+Unpacking fakeroot (from .../archives/fakeroot_1.4_i386.deb) ...
+Setting up fakeroot (1.4) ...
+
Copying source file
-> copying [../dsh_0.25.6-1.dsc]
-> copying [../dsh_0.25.6.orig.tar.gz]
-> copying [../dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
+dpkg-source: unpacking dsh_0.25.6.orig.tar.gz
+dpkg-source: applying ./dsh_0.25.6-1.diff.gz
-> Building the package
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source package is dsh
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-buildpackage: host architecture is powerpc
-dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: source changed by Junichi Uekawa <dancer@debian.org>
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: host architecture i386
+dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+ fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
@@ -166,9 +169,9 @@ make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -211,8 +214,8 @@ checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... powerpc-unknown-linux-gnu
-checking host system type... powerpc-unknown-linux-gnu
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
@@ -391,9 +394,9 @@ make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: `dsh' is up to date.
make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
/usr/bin/make check-TESTS
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
@@ -447,7 +450,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
-Sat Jun 4 05:14:08 UTC 2005
+Sat Jul 2 04:55:06 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -517,14 +520,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
-Sat Jun 4 05:14:13 UTC 2005
+Sat Jul 2 04:55:11 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
+dsh: Process terminated (before write).
+c: c
+b: b
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -537,7 +540,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -619,18 +622,19 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_powerpc.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
dpkg-genchanges
-dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-Copying back the cached apt archive contents
+ -> Terminate timeout process
-> unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 88: 15658 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting proc filesystem
-Current time: Sat Jun 4 14:14:18 JST 2005
-pbuilder-time-stamp: 1117862058
+Current time: Sat Jul 2 13:55:13 JST 2005
+pbuilder-time-stamp: 1120280113
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/whole/pbuilder/testsuite/testbuild2/21946 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/15367 and its subdirectories
diff --git a/testsuite/normal/vmstat b/testsuite/normal/vmstat
index 5d584d9..2ac9a58 100644
--- a/testsuite/normal/vmstat
+++ b/testsuite/normal/vmstat
@@ -1,852 +1,574 @@
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
- 0 2 246984 51832 9456 29504 15 14 194 366 150 37 14 8 70 8
- 1 0 246984 49232 9556 30096 0 0 664 72 404 14372 28 14 3 55
- 1 0 246984 42712 9576 33464 0 0 160 0 2967 38988 43 21 27 9
- 1 0 246984 39448 9576 36700 0 0 0 0 86 585 95 5 0 0
- 1 0 246984 35672 9584 40416 0 0 0 0 99 602 95 5 0 0
- 1 2 246984 30208 9696 44688 248 0 1348 12288 288 660 94 6 0 0
- 0 3 246940 29648 9812 48724 4 0 1880 0 396 393 64 5 0 31
- 2 2 246940 28304 9856 47176 364 0 1392 0 298 361 7 4 0 89
- 3 2 246940 27392 9912 47204 648 0 732 0 233 1397 77 23 0 0
- 1 0 246940 27472 9944 47344 136 0 288 3736 227 441 86 14 0 0
- 1 0 246940 27536 9944 47344 0 0 0 0 81 284 88 12 0 0
- 1 0 246940 27536 9944 47344 0 0 0 0 81 249 89 11 0 0
- 3 0 246940 27392 9944 47344 0 0 0 0 81 236 89 11 0 0
- 1 0 246940 27536 9944 47344 0 0 0 0 81 212 91 9 0 0
- 1 0 246940 27600 9952 47344 0 0 0 32 99 235 91 9 0 0
- 1 0 246940 27600 9952 47344 0 0 0 0 100 229 91 9 0 0
- 1 0 246940 27600 9952 47344 0 0 0 0 81 198 93 7 0 0
- 1 0 246940 26576 9956 48236 0 0 0 0 1048 1279 70 13 17 0
- 1 0 246940 23120 9964 51676 0 0 0 0 3992 5252 26 26 48 0
- 0 1 246940 20176 9976 54404 0 0 0 7004 3287 4228 33 25 36 5
- 1 0 246940 17296 9996 57388 0 0 0 84 3547 4600 32 26 22 19
- 1 0 246940 15760 10012 58948 0 0 0 0 1952 2816 44 28 29 0
- 1 0 246940 13712 10020 61008 0 0 0 12 2528 3285 38 21 41 0
- 3 0 246940 12112 10036 62592 0 0 12 0 1943 2372 75 7 16 2
- 0 2 246940 11472 10048 62992 0 0 0 8668 732 1069 51 20 14 15
- 2 0 246940 11656 10056 63032 0 0 0 120 236 315 25 8 3 64
- 1 1 246940 9680 10060 64988 0 0 0 0 2293 3011 50 21 28 1
- 0 0 246940 4496 10064 70004 0 0 0 152 5815 7138 24 20 44 12
- 1 0 246940 4048 10068 70384 0 0 0 0 582 1023 64 24 12 0
- 1 1 246940 3344 10092 71060 0 0 16 8056 970 1398 64 17 14 4
- 2 0 246940 3016 10116 71588 0 0 0 84 792 1201 66 20 8 6
- 1 0 246940 2448 10128 72044 0 0 0 0 688 1095 67 18 15 0
- 2 0 246940 1552 9956 73212 0 0 0 104 2624 3296 50 21 22 7
- 1 0 246940 1552 9776 73376 0 0 0 0 1274 1781 65 17 18 0
- 1 1 246940 1864 9564 73204 8 0 12 4436 502 872 73 18 7 2
- 0 0 246940 1672 9356 73632 0 0 0 100 1110 1535 64 19 11 6
- 2 0 246940 1928 8136 74736 8 0 16 0 4140 5245 45 19 30 7
- 0 0 246940 1608 7492 75616 0 0 4 0 2473 3159 51 17 32 0
- 0 0 246940 1224 7376 76172 0 0 84 12 1338 1825 63 16 16 5
- 1 1 246940 1480 7304 75900 0 0 4 7820 683 959 70 18 9 3
- 1 0 246940 1672 7244 76000 0 0 0 124 1507 2014 66 16 6 12
- 1 1 246940 1640 2580 80124 0 0 580 0 269 4236 47 28 3 22
- 3 0 246940 1448 1872 84520 0 0 144 56 198 10373 54 39 0 7
- 0 1 246940 1192 2372 83904 0 0 44 7664 394 5000 19 18 0 63
- 0 2 246940 1384 2524 83388 0 0 552 18424 361 2467 15 16 0 69
- 0 4 246940 680 2576 84084 0 0 492 6480 279 1026 8 4 0 88
- 2 1 246940 1528 2604 83468 0 0 348 2176 290 1010 7 9 0 84
- 1 1 246940 1408 2724 83260 0 0 300 0 254 1761 11 9 0 80
- 0 4 246940 1064 2912 83260 0 0 628 2292 257 1112 6 8 0 86
- 0 2 246940 1160 3348 82988 32 0 432 12568 244 5169 29 26 0 45
- 0 1 246940 1520 3580 81112 0 0 168 16 281 696 17 23 0 60
- 1 0 246940 1456 3612 80972 0 0 420 1600 366 304 3 2 0 95
- 0 1 246940 1904 3848 80512 0 0 200 1620 353 669 23 19 2 56
- 0 1 246940 2928 4024 78768 0 0 76 6244 287 3689 13 13 1 73
- 2 0 246940 1176 4284 79472 0 0 728 560 354 6012 42 36 0 23
- 0 1 246940 1136 4400 78740 0 0 444 14096 172 1799 8 18 1 73
- 1 1 246940 8600 4528 71412 0 0 116 2012 259 1456 24 19 0 57
- 3 0 246940 9696 4764 69968 0 0 32 4432 293 1278 42 19 3 35
- 0 1 246940 1520 5072 77864 0 0 3476 10180 352 6561 24 27 1 49
- 0 1 246940 1704 5156 77612 0 0 108 1544 211 324 4 4 0 92
- 1 0 246940 1368 5144 77796 0 0 1852 1360 371 3771 41 20 1 38
- 1 0 246940 3800 5344 75088 0 0 832 7304 320 1796 11 10 1 78
- 0 1 246940 1648 5716 76964 0 0 396 5988 393 1940 16 20 3 62
- 1 1 246940 1048 5212 77820 0 0 4052 1040 337 7647 39 52 1 8
- 0 1 246940 1584 5212 77288 0 0 0 14000 313 305 2 3 0 95
- 2 0 246940 7896 5352 71232 0 0 72 2384 250 352 5 9 1 85
- 0 1 246940 4528 5680 74396 0 0 872 4420 376 2220 13 15 3 69
- 0 2 246940 4272 5708 74644 0 0 76 3024 549 348 3 3 0 94
- 0 1 246940 4456 5788 74656 0 0 92 1292 502 353 2 4 0 94
- 0 1 246940 1264 6008 77480 0 0 516 5236 391 2600 15 14 2 69
- 0 1 246940 2608 5760 76248 0 0 696 3500 365 1780 13 13 1 73
- 0 1 246940 4336 5620 74728 0 0 1072 4476 357 2167 11 10 2 77
- 0 1 246940 1240 5828 77428 0 0 1092 2424 404 1645 11 11 1 77
- 0 1 246940 1264 5664 77644 0 0 552 3284 347 1433 8 9 0 83
- 0 1 246940 4400 6028 76088 0 0 292 2732 380 821 18 7 4 71
- 0 1 246940 3624 6548 76212 0 0 84 3400 456 1427 35 20 6 39
- 1 0 246940 3048 7000 76248 0 0 72 2840 466 987 39 15 6 40
- 0 1 246940 2472 7444 76364 0 0 380 2912 465 1012 15 9 5 71
- 0 0 246940 2208 7672 76292 0 0 104 1760 312 721 16 12 32 40
- 0 0 246940 2208 7672 76292 0 0 0 0 82 146 2 0 98 0
- 0 0 246940 2208 7672 76292 0 0 0 0 81 143 2 0 98 0
- 1 0 246940 1560 7568 75936 0 0 152 356 175 442 20 7 68 5
- 1 0 246940 1560 6936 76480 0 0 3132 3936 337 5833 22 19 1 58
- 0 1 246940 1432 6484 77048 0 0 488 7532 275 1423 9 7 1 83
- 0 1 246940 1264 5260 78692 0 0 1564 4312 353 2897 11 10 0 79
- 2 0 246940 1560 3064 80468 0 0 3504 5188 305 6203 21 21 2 56
- 0 1 246940 1712 2784 80644 0 0 3020 14296 247 6568 21 22 0 56
- 1 0 246940 1648 2824 80612 0 0 516 464 244 901 5 5 1 89
- 2 0 246940 984 2948 80932 0 0 1096 6668 349 3477 13 17 1 69
- 0 2 246940 1200 2804 80728 0 0 1164 7376 288 3253 14 22 0 64
- 2 1 246940 1304 2948 80120 0 0 2836 2252 445 5196 19 20 1 60
- 0 1 246940 1136 3052 80232 0 0 1168 11316 305 3224 12 14 0 74
- 1 0 246940 1048 3140 80144 0 0 1036 924 334 1721 8 9 0 83
- 0 2 246940 1136 3248 79984 0 0 1292 10692 357 4304 15 19 1 65
- 0 1 246940 2736 3404 80176 0 0 120 1244 281 406 23 5 0 72
- 0 1 246940 1512 3432 81200 0 0 3652 740 403 498 3 2 2 93
- 0 2 246940 2360 3584 80488 56 0 1572 892 402 577 27 8 1 64
- 0 1 246940 2952 3888 80228 36 0 548 1372 475 731 15 6 2 77
- 0 1 246940 2888 3928 80280 0 0 92 2052 419 195 2 5 0 93
- 0 1 246940 3480 4004 80580 0 0 344 336 434 625 4 5 0 91
- 1 0 246940 1088 3888 82300 0 0 1464 0 4059 5112 17 16 21 46
- 0 2 246940 4824 3616 79200 0 0 40 13252 151 6521 55 12 0 33
- 2 0 246940 3736 3636 80480 0 0 8 204 149 168 27 2 0 72
- 1 0 246940 1624 3608 82588 0 0 0 0 82 160 97 3 0 0
- 0 1 246940 1496 3348 83096 0 0 12 11052 172 210 22 8 1 70
- 0 1 246940 1176 3544 83248 0 0 304 480 343 11847 15 25 0 60
- 1 0 246940 1624 3508 81968 0 0 0 5564 148 176 51 4 0 45
- 0 1 246940 1360 3524 81120 0 0 428 0 164 216 66 3 0 31
- 3 0 246940 4104 3592 80220 0 0 328 792 227 16179 16 20 1 63
- 0 1 246940 3144 3816 80728 0 0 572 0 214 4333 23 13 0 64
- 0 1 246940 1160 3956 82312 0 0 2224 0 347 2048 55 7 0 38
- 0 1 246940 1480 3804 82076 0 0 1404 0 425 1840 74 4 0 22
- 0 1 246940 1544 3324 82588 0 0 2384 0 317 1621 58 5 0 37
- 0 2 246940 1096 3320 82972 0 0 2488 5072 329 1551 36 5 0 59
- 2 1 246940 1096 3200 83204 0 0 2104 308 336 1398 34 4 0 62
- 0 1 246940 1224 3256 83072 0 0 2384 0 455 1664 31 5 0 64
- 1 1 246940 1352 3008 83220 0 0 1664 0 383 1292 24 4 0 72
- 1 1 246940 1288 2868 83352 0 0 2532 0 355 1524 42 4 0 54
- 0 2 246940 1544 2600 83344 0 0 2380 5512 238 1449 45 5 0 50
- 0 1 246940 1608 2504 83484 0 0 2188 40 227 1296 41 2 0 57
- 0 1 246940 1160 2548 83856 0 0 3084 0 265 1768 57 4 0 39
- 0 1 246940 1672 2412 83516 0 0 2892 4 289 1711 51 4 0 45
- 1 0 246940 1224 2392 83932 0 0 2820 4 288 1621 50 4 0 46
- 0 2 246940 1608 2228 83676 0 0 2376 4236 205 1403 44 4 0 52
- 0 1 246940 968 2244 84452 0 0 2200 52 278 1352 39 4 0 57
- 0 2 246940 1352 2316 84020 0 0 2088 0 431 1585 27 2 0 71
- 0 1 246940 1608 2492 83340 0 0 2880 24 841 2577 11 7 0 82
- 1 0 246940 1032 2800 83420 0 0 4116 8 830 3099 32 7 0 61
- 0 2 246940 1096 3024 83092 0 0 4276 2840 394 2485 57 6 0 37
- 2 0 246940 1096 3164 83044 0 0 5596 40 606 3234 56 9 0 35
- 1 0 246940 5384 3216 78632 0 0 3920 0 268 2214 81 5 0 14
- 0 1 246940 1352 3336 82508 0 0 3992 396 368 2437 70 6 0 24
- 1 0 246940 1160 3448 82600 0 0 2588 0 604 1956 25 5 0 70
- 0 2 246940 1608 3480 81996 0 0 3680 4712 600 2379 36 7 0 57
- 0 1 246940 1032 3360 82676 0 0 3504 40 579 2403 39 6 0 55
- 1 0 246940 1352 3408 82096 0 0 4780 0 603 2781 61 6 0 33
- 1 0 246940 1032 3404 82340 0 0 3716 0 428 2040 75 6 0 19
- 1 0 246940 1352 3396 82152 0 0 3276 0 499 1903 54 5 0 41
- 0 2 246940 1096 3044 82668 0 0 3048 5356 346 1752 72 5 0 23
- 1 1 246940 1160 2984 82756 0 0 3312 44 395 1989 61 5 0 34
- 1 0 246940 1352 2908 82784 0 0 4316 0 476 2483 63 6 0 31
- 1 0 246940 1096 2740 83140 0 0 4160 0 456 2211 93 6 0 1
- 1 0 246940 1544 2568 82784 0 0 4700 0 471 2598 90 4 0 6
- 0 2 246940 1416 2416 83060 0 0 3180 6648 315 1857 67 5 0 28
- 2 0 246940 1672 2248 83220 0 0 3216 48 394 1845 66 5 0 29
- 0 1 246940 1160 2200 83848 0 0 3316 0 394 1908 88 4 0 8
- 2 0 246940 1608 2060 83520 0 0 4312 0 306 2314 58 6 0 36
- 2 0 246940 1416 1744 84232 0 0 7308 0 276 3935 94 6 0 0
- 0 2 246940 1544 1624 84176 0 0 3208 6456 322 2030 43 5 0 52
- 0 2 246940 1480 1564 84308 0 0 720 0 272 701 6 2 0 92
- 1 0 246940 1224 1532 84768 0 0 1472 40 267 919 25 4 0 71
- 1 0 246940 1480 1364 84768 0 0 3076 0 394 1708 97 3 0 0
- 1 0 246940 1032 1316 85300 0 0 3092 0 445 1774 93 5 0 2
- 0 2 246940 1160 1292 85180 0 0 2432 3640 370 1425 81 3 0 16
- 0 2 246940 1872 1360 84800 8 0 1860 44 445 1299 58 4 0 38
- 0 2 246940 14272 1748 71876 0 0 664 0 285 453 5 1 0 94
- 0 2 246940 26624 2608 58844 0 0 860 16 336 761 7 7 0 86
- 0 4 246940 25664 3036 59172 88 0 840 0 285 521 3 2 0 95
- 0 4 246940 24896 3592 59264 0 0 648 928 346 592 4 5 0 91
- 0 3 246940 24320 4160 59464 0 0 748 0 378 743 6 6 0 88
- 0 1 246940 24192 4676 59428 0 0 484 1520 272 547 4 6 0 90
- 0 2 246940 36480 5380 46768 0 0 828 0 295 684 4 6 0 90
- 0 1 246940 36952 5840 47800 0 0 1480 0 336 482 5 11 0 84
- 1 1 246940 16728 5960 54604 0 0 6896 804 339 357 18 8 0 74
- 0 3 246940 13848 6076 57104 0 0 2600 496 413 573 50 2 0 48
- 0 2 246940 23456 6264 60972 0 0 3668 396 801 1060 11 7 1 81
- 0 2 246940 19584 6372 63576 0 0 1352 1400 402 1021 11 6 0 83
- 1 0 246940 16576 6864 66084 0 0 688 784 433 1467 10 20 0 71
- 0 1 246940 1280 7332 80560 0 0 5636 3740 315 5502 25 17 0 58
- 0 5 246940 1160 7600 79852 512 0 3960 5864 363 3789 24 16 0 60
- 0 4 246940 1416 6684 78852 1564 0 2332 7668 273 1507 7 5 0 88
- 0 3 246740 1288 6688 78620 580 0 916 5632 333 683 12 3 0 85
- 1 1 246740 1224 6692 78904 0 0 0 0 190 303 2 1 0 97
- 0 1 246740 1488 6992 78044 0 0 4492 3452 270 7000 33 19 0 48
- 1 0 246740 1168 7708 76752 0 0 2304 8000 257 4897 24 20 0 56
- 0 2 246740 1104 7836 76300 24 0 1312 15716 270 3196 21 10 0 69
- 0 2 246740 1552 7836 75796 0 0 128 7688 234 659 11 4 0 85
- 0 1 246740 1744 7876 75848 0 0 4 1968 202 271 2 2 0 96
- 0 1 246740 1296 8080 75528 0 0 4224 576 387 8599 44 31 0 26
- 0 2 246740 1032 4724 78976 12 0 3400 6348 306 4847 23 16 0 61
- 0 3 246732 1160 5100 78088 24 0 2512 18588 312 4101 29 14 0 57
- 0 5 246732 704 5168 78016 0 0 1024 3036 298 1667 16 5 0 79
- 1 5 246732 624 5292 77924 0 0 1336 4852 317 1505 21 8 0 71
- 0 5 246732 560 5372 77740 0 0 392 0 329 766 12 3 0 85
- 0 4 246732 1464 5436 77396 8 0 420 2160 317 535 7 3 0 90
- 0 6 246732 696 5540 78356 0 0 1980 68 355 2710 21 6 0 73
- 0 7 246688 624 5612 78172 8 0 932 96 384 615 10 4 0 86
- 1 5 246688 1648 5696 76468 0 0 1724 292 346 1430 14 3 0 83
- 0 7 246688 2224 5808 75632 0 0 528 40 286 814 7 3 0 90
- 0 6 246688 1136 5968 76220 0 0 668 312 350 1906 8 5 0 87
- 0 3 246688 1384 6056 74944 0 0 1116 1992 458 1586 16 7 0 77
- 0 2 246688 1384 5864 74480 0 0 2980 300 418 3561 26 8 0 66
- 1 3 246688 1640 5424 74460 0 0 3536 4680 351 6866 28 17 0 55
- 0 3 246688 1576 5332 73148 0 0 1152 34040 415 1885 17 11 0 73
- 0 3 246688 1704 5364 72580 0 0 216 12 271 205 6 1 0 93
- 0 3 246688 1512 5376 72224 0 0 216 8 281 261 7 1 0 92
- 1 2 246688 1200 5420 70924 0 0 208 12 284 241 14 2 0 84
- 0 3 246688 1648 5436 69852 0 0 184 8 219 210 8 1 0 91
- 0 3 246688 1648 5460 69660 0 0 516 12 232 217 4 1 0 95
- 1 2 246728 1648 5440 67636 0 0 1148 1664 286 1198 23 6 0 72
- 0 2 246732 1664 5232 66504 0 0 3872 100 398 4709 36 14 0 50
- 2 1 246732 1712 5324 62704 0 0 1056 92 457 2729 27 7 0 66
- 0 2 246732 1464 5364 62932 0 0 928 12 275 9897 49 15 0 37
- 0 2 246732 1400 5236 62936 0 0 516 44 246 550 5 3 0 92
- 0 3 246732 1592 5212 62616 0 0 412 9332 267 494 5 5 0 90
- 0 3 246732 1344 5232 62948 0 0 344 0 237 431 6 2 0 92
- 1 3 246732 1328 5224 62172 0 0 448 704 242 429 7 2 0 91
- 0 4 246732 1952 5260 61952 0 0 556 192 281 383 4 7 0 89
- 0 3 246732 1312 4836 59092 0 40 2840 488 535 322 2 8 0 90
- 0 1 246732 1696 4904 59136 0 0 68 6576 330 210 2 3 0 95
- 1 1 246692 17456 4972 59504 136 0 584 48 387 329 27 5 0 68
- 1 1 246692 13040 4992 60112 0 0 628 0 432 259 90 3 0 7
- 2 1 246692 9736 5032 60752 0 0 680 0 405 399 91 9 0 0
- 2 0 246692 2184 5120 61340 0 0 652 152 378 364 92 8 0 0
- 3 0 246692 1296 4900 58480 0 0 580 0 305 363 88 5 0 7
- 1 2 246692 1296 4768 58136 0 0 164 0 142 200 92 2 0 6
- 0 1 246692 1608 4404 53156 0 0 1344 0 359 401 42 7 0 51
- 0 1 246692 1600 4576 52176 0 4 780 2400 366 1309 11 12 2 75
- 2 0 246692 1544 4516 51592 0 0 1120 2772 363 1421 15 9 1 75
- 0 2 246716 1240 2724 44020 88 0 604 1380 386 839 28 14 0 58
- 0 2 246716 1432 1968 41492 0 0 392 228 361 501 17 5 0 78
- 0 2 246716 1176 1992 42164 0 0 656 132 292 562 5 3 0 92
- 0 1 246732 1304 1996 43504 0 68 2064 5996 410 3960 18 14 1 67
- 0 4 246732 1408 2172 42480 0 260 492 2044 365 908 11 11 1 77
- 0 1 246732 1624 2152 42560 0 0 76 2220 436 856 10 5 1 84
- 2 0 246732 1944 2268 43292 0 0 652 688 406 443 13 3 1 83
- 0 2 246752 1616 1988 41816 0 52 884 1236 473 426 23 8 0 69
- 0 2 246760 1496 2104 43248 0 32 3272 224 395 492 33 6 0 61
- 0 2 246900 1624 2088 43660 0 144 444 252 248 505 5 2 0 93
- 0 2 246900 1496 2100 44448 0 0 792 60 408 864 4 1 0 95
- 0 2 247040 1624 2056 44860 0 140 496 192 260 542 5 1 0 94
- 1 1 247040 1480 2172 45916 0 4 1468 420 373 558 16 5 0 79
- 0 1 247040 1296 2088 45808 0 0 692 968 436 790 23 6 2 69
- 0 2 248192 1360 2120 45024 0 1160 720 1448 427 332 19 4 0 77
- 3 1 248216 1472 2164 44960 136 132 544 328 420 433 27 8 0 65
- 2 0 249188 3800 2208 44324 812 1064 980 1660 363 359 18 6 1 75
- 1 1 248452 1632 2300 44816 96 20 688 188 435 1133 24 6 0 70
- 0 1 248468 1496 2332 45668 12 460 684 476 358 30652 40 35 0 26
- 1 0 249276 2048 2404 48028 40 1044 748 1056 329 1401 28 13 0 59
- 4 2 249600 1736 2456 48236 0 324 304 3744 344 341 43 8 0 49
- 1 2 249600 2640 2460 48464 0 0 232 1112 497 202 15 3 0 82
- 2 1 249896 1464 2512 48556 64 316 192 520 303 363 30 9 0 61
- 3 2 252608 4160 2432 45640 520 8644 776 8644 434 1624 54 44 0 2
- 2 1 252608 1464 2488 45836 200 4 444 16 420 584 32 20 0 49
- 1 2 252608 1464 2500 46128 120 0 424 0 293 350 5 4 0 91
- 0 1 252608 1576 2528 48060 0 0 1992 0 375 421 16 10 0 74
- 3 7 253044 1640 2496 49988 0 2112 2560 2168 543 250 7 4 0 89
- 0 7 253056 1120 2488 50632 0 1604 736 1604 640 199 4 3 0 93
- 4 1 253064 3136 2312 50024 156 288 312 608 510 389 31 10 0 59
- 1 2 253168 552 2236 50120 160 936 540 1132 271 610 23 17 0 60
- 0 2 254172 2680 2252 49936 220 2160 328 2284 724 330 18 13 0 69
- 0 2 254676 3000 2212 48936 352 3304 352 3336 538 379 32 17 0 51
- 0 7 255888 616 2204 48572 576 2924 772 2924 342 469 27 14 0 59
- 1 0 255976 3304 2208 48584 0 984 84 984 415 266 12 9 0 79
- 1 0 255976 2536 2236 48780 0 0 208 200 300 515 42 23 0 35
- 1 0 256012 3944 2232 48988 0 356 384 356 191 582 61 32 0 7
- 2 2 256212 1192 2284 49328 0 1048 360 1460 340 608 64 27 0 9
- 0 6 256764 4976 2296 49288 0 1788 256 1788 449 450 47 15 0 39
- 1 4 256768 1776 2308 53060 0 720 3828 776 393 370 6 5 0 89
- 0 2 256816 1960 2308 53260 0 104 208 164 365 345 5 2 0 93
- 1 0 256904 3696 2336 53520 4 460 288 460 302 503 36 18 0 46
- 1 0 256904 3096 2356 53524 0 0 4 188 152 1054 51 47 0 2
- 2 0 256904 2832 2396 53532 0 0 48 0 148 1345 45 55 0 0
- 5 0 256904 3040 2424 53580 0 0 48 232 156 934 65 35 0 0
- 4 0 257712 3104 2432 53640 0 1908 364 1908 355 547 56 24 0 20
- 1 0 257712 3320 2440 54108 0 0 284 0 191 828 49 40 0 10
- 3 0 258016 1104 2288 52796 0 1188 80 1612 323 295 43 12 0 45
- 3 0 258016 5672 2332 52324 0 0 96 776 365 837 63 37 0 0
- 1 0 258016 3560 2344 52580 28 0 280 0 190 652 56 36 0 8
- 5 0 258016 5120 2372 52740 0 0 124 452 240 523 67 29 0 4
- 0 1 258016 1904 2432 52936 0 0 252 780 393 564 54 18 0 28
- 1 0 258016 2536 2452 52976 0 0 40 0 144 586 58 37 0 5
- 5 0 258016 4016 2464 53016 0 0 44 216 178 602 62 33 0 5
- 2 3 257708 66456 2552 53548 1072 0 1680 192 313 714 55 33 0 12
- 1 2 253996 85232 2596 54264 1016 0 1744 0 367 681 68 32 0 0
- 2 2 253996 85488 2624 54760 1196 0 1616 0 321 1040 45 37 0 18
- 1 2 253996 86016 2712 55404 556 0 1256 0 326 1023 33 32 0 36
- 0 4 253996 80720 2752 55980 764 0 1380 0 259 424 23 5 0 72
- 1 3 253996 77976 2832 56740 412 0 1224 324 361 425 36 3 0 61
- 2 3 253992 75848 2904 57992 548 0 1780 0 388 469 89 11 0 0
- 0 3 253992 78536 2940 58264 736 0 944 0 333 610 71 10 0 20
- 5 3 253992 78528 2992 58484 568 0 724 0 369 963 39 30 0 31
- 1 2 253992 76856 3080 58528 600 0 732 0 267 526 5 4 0 91
- 0 3 253992 76152 3164 58528 600 0 684 328 259 430 4 0 0 96
- 1 1 253992 75504 3612 58528 176 0 612 144 408 500 6 5 0 89
- 0 1 253992 73696 4428 58532 0 0 816 0 578 674 16 8 0 76
- 0 1 253992 72440 5208 58532 0 0 780 0 493 626 13 6 0 81
- 2 1 253992 72472 5540 58696 0 0 464 0 377 694 52 21 0 27
- 1 2 253992 71864 5844 58772 0 0 240 244 382 718 67 31 0 2
- 2 1 253992 70384 6048 58984 0 0 400 12 374 465 52 12 0 36
- 2 1 253992 68776 6080 59400 0 0 404 0 174 380 76 24 0 0
- 0 3 253972 71376 6128 59972 240 0 916 0 307 672 58 21 0 21
- 0 1 253972 70544 6136 60132 24 0 164 0 194 397 67 20 0 13
- 0 1 253972 71808 6180 60472 0 0 336 304 223 30988 47 38 0 15
- 1 1 253972 76776 7048 54048 0 0 928 352 478 753 5 11 0 84
- 0 1 253972 76712 7860 53140 0 0 812 0 331 658 5 6 0 89
- 0 1 253972 76968 8472 52100 0 0 612 0 270 573 2 6 0 92
- 0 2 253972 79016 9440 48552 0 0 968 0 348 774 6 10 0 84
- 0 2 253972 81064 10276 45636 0 0 836 432 340 767 6 10 0 84
- 0 1 253972 99272 10704 29032 0 0 352 3548 294 515 4 12 0 84
- 0 1 253972 81600 10828 34368 28 0 5476 0 346 347 5 8 0 87
- 0 1 253972 77120 10892 37624 0 0 3320 0 172 264 66 2 0 32
- 1 0 253972 70192 10964 43212 0 0 5276 0 884 1057 17 9 5 69
- 0 2 253972 81216 11088 46452 176 0 1536 3364 452 1404 23 8 0 69
- 1 0 253972 78832 11144 46880 8 0 488 4 328 309 33 7 0 60
- 0 1 253972 79120 11232 47188 0 0 392 0 256 436 49 16 0 34
- 2 0 253972 75536 11264 49124 0 0 72 0 133 1809 57 39 0 4
- 0 1 253972 78040 11332 48304 0 0 704 128 298 598 33 11 0 56
- 1 0 253972 50840 12220 73336 0 0 8716 0 259 8015 45 37 0 19
- 1 0 253972 33688 12792 89448 0 0 4100 5460 273 6033 27 15 0 58
- 0 1 253972 24088 13080 98496 0 0 2176 8204 256 3552 18 10 0 73
- 1 0 253972 10904 13708 109580 0 0 1540 8216 300 3106 15 17 0 68
- 0 2 253972 3032 13948 116628 0 0 1408 19780 245 2879 13 7 0 80
- 0 2 253972 3032 13948 116628 0 0 0 7868 199 152 2 2 0 96
- 0 2 253972 1048 13860 119328 0 196 384 1476 232 1391 6 6 0 88
- 1 1 253972 1560 10804 122432 0 228 2576 3700 321 3284 17 10 0 73
- 0 1 253972 1432 10824 121184 0 0 2692 3988 355 6153 28 25 0 48
- 0 2 253972 1112 11036 120476 0 0 2444 25140 259 3245 16 12 0 72
- 0 2 253972 1432 11128 120276 0 0 400 0 212 798 4 3 0 93
- 0 2 253972 1112 11172 120716 0 0 1548 0 194 2174 11 7 0 83
- 1 1 253972 1304 11504 120268 0 0 1412 1024 211 2503 12 7 0 81
- 0 1 253972 1048 11620 120752 0 0 4740 5196 307 6804 30 19 0 51
- 0 2 253972 1176 11648 120924 0 0 2692 24932 319 3616 18 11 0 71
- 0 2 253972 1176 11724 121140 0 0 1160 0 206 2265 10 6 0 84
- 0 2 253972 1560 11472 121836 0 0 2304 552 267 4782 19 10 0 71
- 2 2 253972 2712 11624 120976 0 0 2952 8852 215 4376 22 13 0 65
- 0 1 253972 1888 11676 121848 0 0 1744 4220 301 2696 15 6 0 79
- 0 2 253972 2024 11732 121972 0 0 168 16412 207 230 2 5 0 93
- 0 2 253972 1960 11760 122168 0 0 212 0 213 4560 13 21 0 66
- 0 3 253972 1720 11636 121908 0 0 348 12 248 258 6 4 0 90
- 0 1 253972 1224 11696 122352 0 0 1088 6760 508 335 5 10 1 84
- 2 0 253972 1440 11576 121164 0 0 92 116 181 193 61 2 0 37
- 1 0 253972 2080 11576 121164 0 0 0 0 81 234 95 5 0 0
- 1 0 253972 2208 11576 121164 0 0 0 0 82 145 97 3 0 0
- 0 2 253972 1208 11592 121224 0 0 692 2688 477 242 23 3 0 74
- 0 2 253972 1496 11548 119896 0 0 72 1552 656 247 3 2 0 95
- 0 2 253972 1496 11560 119896 0 0 0 1320 613 194 1 2 0 97
- 1 0 253972 1464 11620 120052 0 0 88 1200 572 297 3 3 0 94
- 0 1 253972 1224 12000 119992 0 0 1376 2992 466 1456 10 14 2 73
- 0 2 253972 1760 11952 119652 0 0 328 4028 383 1509 10 10 2 78
- 0 1 253972 1760 11892 119768 16 0 1868 5224 367 3587 17 13 0 70
- 2 0 253972 1472 12152 119364 296 0 804 3060 384 1801 18 12 2 68
- 0 1 253972 1216 12372 120112 0 0 2248 1980 596 744 12 8 3 77
- 1 0 253972 1624 12460 117080 0 0 452 992 454 763 40 7 2 51
- 4 0 253972 3968 12572 117768 12 0 528 728 311 30239 40 42 1 17
- 0 1 253972 2832 12612 120208 0 0 500 0 273 1410 65 16 0 19
- 2 0 253972 2880 12424 118860 0 0 76 0 127 1514 61 36 0 3
- 0 0 253972 6280 12424 117196 0 0 192 0 221 596 23 22 43 12
- 0 1 253972 4984 12432 118132 0 0 936 0 325 316 9 11 55 25
- 2 0 253972 3000 12452 120148 0 0 2020 2600 569 345 22 10 0 68
- 3 0 253972 3584 12460 119708 0 0 340 0 185 606 50 28 0 22
- 3 0 253972 3384 12472 119876 0 0 176 0 198 611 51 31 0 18
- 1 0 253972 4984 12404 117540 0 0 56 0 103 703 59 40 0 1
- 2 0 253972 4920 12424 117624 0 0 84 0 154 566 65 27 0 8
- 1 0 253972 2296 12440 119920 0 0 2296 124 685 418 23 13 0 64
- 2 0 253972 2928 12456 120004 0 0 72 0 129 747 55 40 0 5
- 3 0 253972 3192 12456 120000 0 0 0 0 81 1438 43 57 0 0
- 1 0 253972 2888 12460 120000 0 0 0 0 81 1145 55 45 0 0
- 0 1 253972 3328 12456 119528 0 0 148 0 157 579 62 31 0 7
- 2 0 253972 1256 12404 116576 0 0 96 128 133 782 58 39 0 3
- 1 0 253972 4920 12416 116580 0 0 4 0 95 925 49 50 0 1
- 1 0 253972 4152 12424 116608 0 0 20 0 109 551 61 35 0 4
- 1 0 253972 2616 12436 116688 0 0 76 0 107 596 61 33 0 6
- 5 0 253972 4840 12460 116688 0 0 16 0 98 622 61 39 0 0
- 2 0 253972 3248 12472 116700 0 0 0 336 108 641 61 39 0 0
- 1 0 253972 3120 12476 116720 0 0 0 0 81 527 65 35 0 0
- 1 0 253972 4744 12484 116844 0 0 8 0 101 983 53 46 0 1
- 1 0 253972 3104 12428 114504 0 0 32 0 115 740 66 26 0 8
- 1 0 253972 7712 12440 114148 0 0 0 0 82 179 90 10 0 0
- 0 0 253972 7232 12468 114204 0 0 84 460 171 940 54 34 6 6
- 0 0 253972 7168 12468 114204 0 0 0 0 81 136 2 1 97 0
- 0 0 253972 7168 12468 114204 0 0 0 0 82 157 1 1 98 0
- 0 0 253972 7472 12468 114204 0 0 0 0 81 165 2 1 97 0
- 0 0 253972 7752 12468 114204 0 0 0 0 81 149 1 0 99 0
- 2 0 253972 8232 12476 114248 0 0 44 204 121 232 4 4 89 3
- 1 0 253972 8048 12540 114308 0 0 0 0 81 682 71 29 0 0
- 1 0 253972 9104 12556 114472 0 0 96 0 140 311 72 19 0 9
- 1 0 253972 8464 12556 114652 0 0 212 0 178 356 69 22 0 10
- 1 0 253972 7640 12560 114768 0 0 52 0 126 399 75 23 0 2
- 0 2 253972 14560 12740 109496 0 0 340 992 379 32342 23 41 0 36
- 0 2 253972 20704 13264 102840 0 0 512 192 316 576 4 10 0 86
- 0 1 253972 44384 13852 80152 0 0 588 0 289 781 10 20 0 70
- 1 0 253972 92208 13952 35408 0 0 392 0 341 387 25 16 0 59
- 1 0 253972 87848 14084 39268 0 0 1396 2072 305 1829 19 19 0 63
- 1 1 253972 53864 15272 71516 0 0 10368 3716 275 10399 54 34 0 12
- 0 1 253972 44008 15568 80900 0 0 2304 4104 291 3648 16 11 0 73
- 1 0 253972 31144 16036 92600 0 0 2304 11684 402 3806 20 14 0 66
- 1 0 253972 16944 16576 105648 0 0 2176 8212 299 4707 21 15 0 65
- 0 3 253972 13296 16668 108972 0 0 512 6052 282 1099 5 7 0 88
- 0 2 253972 1512 12648 126040 0 0 4352 20772 958 8359 14 9 0 77
- 1 1 253968 1392 12008 126508 0 0 2240 4 321 2813 13 12 0 75
- 0 2 253968 1200 10896 127188 0 0 2180 25552 252 3291 14 13 0 73
- 0 2 253968 1200 10896 127188 0 0 0 8284 202 160 2 2 0 96
- 0 2 253968 1328 10896 127188 0 0 0 0 141 137 1 1 0 98
- 2 1 253968 1584 11184 126964 0 0 1668 1084 239 2758 13 9 0 78
- 0 1 253968 1200 11372 126968 0 0 7600 2824 293 10799 49 28 0 22
- 0 2 253968 1456 11452 126088 0 0 1544 27788 271 2758 13 9 0 78
- 0 2 253968 1136 11468 126628 0 0 2304 0 232 4849 18 11 0 71
- 1 5 253968 1264 11620 126048 36 0 1792 8 320 2444 14 10 0 76
- 0 3 253968 1448 11576 126240 76 0 3116 1000 342 4262 26 9 0 65
- 1 1 253968 1464 11656 126392 40 0 252 0 233 11220 21 26 0 53
- 0 1 253968 1392 11668 126200 0 0 2576 17744 315 298 3 8 0 89
- 0 1 253968 1456 11668 126200 12 0 12 0 159 164 6 1 0 93
- 1 0 253968 1456 11704 125296 0 0 0 6536 143 183 52 4 0 44
- 1 0 253968 1808 12152 122284 0 0 1392 3336 467 1519 22 18 2 58
- 1 0 253968 3240 12560 122240 0 0 1180 5604 373 2711 14 14 3 69
- 0 1 253968 1296 12616 119960 0 0 360 412 298 342 69 8 1 22
- 0 1 253968 5584 12720 120668 0 0 1940 6612 395 721 19 17 2 63
- 1 0 253968 4392 12728 120628 0 0 16 36 105 168 70 2 0 28
- 1 0 253968 4456 12728 120628 0 0 0 0 82 246 95 5 0 0
- 1 0 253968 4312 12732 120632 0 0 8 0 107 158 98 2 0 0
- 0 1 253968 1696 12944 121400 0 0 524 3832 321 1824 44 17 1 38
- 0 2 253968 1696 12956 121400 0 0 4 3120 558 206 2 1 0 97
- 0 2 253968 1696 12960 121400 0 0 0 1348 560 186 2 2 0 96
- 0 1 253968 1952 12964 121404 0 0 0 1800 784 252 1 1 0 98
- 0 1 253968 1440 12844 122352 0 0 1720 5004 293 3392 15 10 1 75
- 1 0 253968 3296 12916 122316 0 0 488 3516 318 1286 11 15 2 72
- 1 0 253968 4080 13236 122332 0 0 0 7692 300 946 20 15 4 61
- 0 1 253968 3176 13100 120840 0 0 108 372 132 361 90 7 0 3
- 1 0 253968 4896 13216 121032 0 0 200 1028 279 467 58 15 1 26
- 2 1 253968 1600 13284 122996 32 0 796 0 303 1795 54 19 0 27
- 0 1 253968 1224 13372 122440 120 0 936 2060 327 600 12 16 0 72
- 0 0 253968 5520 13248 120692 28 0 1444 0 329 866 36 34 13 18
- 1 0 253968 5400 13252 120800 0 0 104 0 121 235 6 4 85 5
- 1 0 253968 4824 13264 121388 0 0 584 0 248 555 51 26 0 23
- 1 0 253968 3264 13272 121576 0 0 180 0 165 655 54 36 0 10
- 0 1 253968 4432 13284 121740 0 0 152 200 179 624 60 32 0 8
- 1 0 253968 2880 13304 121760 0 0 32 4 146 610 59 33 0 9
- 0 1 253968 3008 13288 122372 0 0 1480 0 446 492 40 23 0 37
- 2 0 253968 3408 13280 122728 0 0 940 0 354 501 40 26 0 35
- 4 0 253968 2792 13280 122704 0 0 4 0 94 1219 44 55 0 1
- 1 0 253968 3352 13292 122704 0 0 0 132 114 1363 47 53 0 0
- 1 0 253968 3544 13264 122140 0 0 44 0 102 660 67 30 0 3
- 1 0 253968 3224 13272 122524 0 0 192 0 139 865 51 45 0 4
- 1 0 253968 6160 13228 118360 0 0 0 0 81 706 62 38 0 0
- 1 0 253968 4416 13236 118472 0 0 104 0 156 654 54 37 0 9
- 2 0 253968 6096 13260 118480 0 0 8 340 146 613 62 35 0 3
- 2 0 253968 6032 13260 118576 0 0 76 0 131 538 57 33 0 10
- 3 0 253968 4472 13260 118572 0 0 0 0 81 633 59 41 0 0
- 2 0 253968 5696 13260 118568 0 0 0 0 81 643 62 38 0 0
- 2 0 253968 5768 13264 118628 0 0 16 0 100 659 59 40 0 1
- 2 0 253968 7696 13280 118744 0 0 8 308 121 1065 56 42 0 2
- 1 0 253968 6696 13256 117600 0 0 116 0 179 246 76 13 0 11
- 1 0 253968 5792 13060 116584 0 0 0 0 81 338 85 15 0 0
- 0 0 253968 7552 13068 116752 0 0 56 0 107 741 28 22 49 2
- 0 0 253968 7552 13068 116752 0 0 0 0 81 143 1 1 98 0
- 0 1 253968 7552 13068 116752 0 0 0 1040 187 165 2 1 92 5
- 0 0 253968 7920 13080 116752 0 0 0 144 186 174 2 0 65 33
- 0 0 253968 8136 13080 116752 0 0 0 0 81 146 2 0 98 0
- 1 0 253968 8304 13080 116772 0 0 20 0 97 842 35 16 48 2
- 1 0 253968 9152 13140 116896 0 0 40 0 107 2122 66 31 0 3
- 1 1 253968 8320 13152 117044 0 0 108 300 161 831 76 16 0 8
- 1 0 253968 7416 13156 117232 0 0 212 4 186 2853 67 26 0 7
- 2 0 253968 10144 13156 117328 0 0 44 0 125 18800 70 28 0 2
- 0 1 253968 16736 13724 110288 0 0 632 0 321 15082 15 30 0 55
- 2 0 253968 89648 14120 38788 0 0 412 0 238 800 14 34 0 52
- 1 0 253968 88624 14244 40976 16 0 960 1776 323 970 10 6 0 84
- 1 0 253968 57968 15328 69960 0 0 9728 0 243 9355 49 40 0 10
- 1 1 253968 42480 15752 84672 12 0 3596 7456 371 5739 30 16 0 54
- 0 1 253968 26744 16452 98708 12 0 2316 9096 417 4272 20 22 0 58
- 1 2 253968 13176 16840 111192 96 0 2272 8604 391 4763 28 14 0 58
- 0 4 253968 11256 16844 113044 0 0 512 2572 283 825 5 4 0 91
- 1 3 253968 11000 16844 113192 0 0 0 18132 346 279 6 3 0 91
- 0 4 253968 1080 16692 122964 0 0 2688 1676 297 4052 20 10 0 70
- 0 4 253968 1400 15432 123300 0 0 1548 7556 326 3825 18 15 0 67
- 0 2 253820 1592 11792 126612 0 0 2304 4 311 3054 15 11 0 74
- 0 2 253820 1216 11552 126980 0 0 3204 0 312 4638 22 14 0 64
- 0 2 253820 1280 11848 126108 0 0 2184 21160 230 3593 16 12 0 72
- 0 2 253820 1088 11856 126156 0 0 1408 13740 198 1724 10 7 0 83
- 0 2 253820 1096 11856 126156 0 0 0 6068 167 150 1 1 0 98
- 0 2 253820 1288 11860 126160 0 0 8 5604 189 144 2 1 0 97
- 0 2 253820 1544 11896 126076 0 0 1412 0 244 2582 11 7 0 82
- 2 0 253820 1480 12056 126236 0 0 4236 1468 278 5988 30 13 0 57
- 2 1 253820 1424 12092 125976 0 0 3072 24316 263 6238 26 15 0 59
- 0 2 253820 1744 12172 125684 0 0 2304 0 236 3337 19 8 0 73
- 0 2 253820 1632 12212 126320 0 0 2096 1296 259 3038 16 9 0 75
- 0 2 253820 1248 12252 126752 0 0 436 276 304 10960 13 25 0 62
- 3 0 253820 1624 12240 126168 0 0 1896 4 232 20294 18 27 0 55
- 0 1 253820 90728 12328 41364 0 0 172 3748 223 591 14 40 0 46
- 0 1 253820 111312 12532 19608 48 0 408 892 346 348 9 5 0 86
- 0 0 253820 109192 12620 21012 0 0 384 0 1565 27359 19 19 17 45
- 2 1 253820 97608 12644 32400 0 0 76 2160 2696 3125 47 24 21 9
- 2 0 253820 97800 12644 32400 0 0 0 1600 736 480 78 22 0 0
- 2 0 253820 97800 12644 32400 0 0 0 0 174 294 89 11 0 0
- 1 1 253820 97992 12644 32400 0 0 0 12416 109 286 87 13 0 0
- 1 0 253820 98376 12656 32400 0 0 0 124 135 266 88 12 0 0
- 3 0 253820 98376 12656 32400 0 0 0 0 81 240 91 9 0 0
- 1 0 253820 98440 12656 32400 0 0 0 0 81 233 91 9 0 0
- 3 0 253820 98232 12656 32400 0 0 0 0 82 225 90 10 0 0
- 1 0 253820 98248 12672 32540 84 0 232 32 167 237 92 8 0 0
- 1 0 253820 98184 12672 32540 0 0 0 0 81 187 91 9 0 0
- 1 0 253820 94536 12696 36128 0 0 0 0 4221 5698 28 31 42 0
- 2 0 253820 91208 12708 39464 0 0 0 0 3908 5302 31 30 38 0
- 1 0 253820 88264 12720 42288 0 0 0 0 3397 4506 31 23 45 0
- 0 1 253820 86344 12740 43964 0 0 0 11376 2087 2867 43 29 29 0
- 1 0 253820 83720 12756 46716 0 0 0 136 3344 4424 39 28 2 31
- 2 0 253820 82696 12768 47868 0 0 0 0 1461 2197 52 27 21 0
- 1 0 253820 82120 12772 48344 0 0 0 0 722 1183 57 24 19 0
- 1 0 253820 75976 12776 54400 0 0 0 0 6858 8688 23 24 45 8
- 0 1 253820 75016 12776 55180 0 0 0 11292 1016 1543 64 22 12 2
- 1 0 253820 74632 12796 55924 0 0 0 80 1123 1504 60 23 2 15
- 3 0 253820 73848 12812 56532 0 0 0 0 856 1252 63 21 16 0
- 3 0 253820 72768 12816 57668 0 0 0 0 1445 2055 60 20 20 0
- 1 0 253820 71496 12820 59076 0 0 0 0 1698 2366 63 18 19 0
- 1 1 253820 70408 12832 60160 0 0 0 4992 1357 1750 54 19 23 3
- 2 0 253820 70024 12848 60532 0 0 0 108 613 931 67 17 11 5
- 1 0 253820 69320 12856 61184 0 0 0 0 869 1302 69 17 14 0
- 1 0 253820 65928 12860 64612 0 0 0 4 3960 5194 18 14 68 0
- 1 0 253820 62984 12868 67512 0 0 0 0 3375 4449 50 21 29 0
- 1 1 253820 62408 12876 68016 0 0 0 7872 730 981 75 13 10 2
- 2 0 253820 61896 12892 68648 0 0 0 84 897 1281 66 19 9 6
- 3 0 253820 60920 12900 69116 0 0 0 0 663 1086 68 18 14 0
- 3 0 253820 43120 14108 85408 0 0 468 0 145 11017 50 37 0 13
- 2 0 253820 24192 14676 103172 0 0 0 10196 208 10028 51 49 0 0
- 0 2 253820 11896 15252 114252 0 0 56 17384 327 7769 49 46 0 6
- 0 2 253820 10360 15480 114304 0 0 24 10516 268 735 19 23 0 58
- 0 2 253820 10424 15480 114304 0 0 0 7700 227 155 1 2 0 97
- 0 1 253820 10552 15480 114308 0 0 0 208 230 174 2 0 0 98
- 0 1 253820 9976 15596 114424 0 0 68 3832 305 468 7 7 0 86
- 0 1 253820 4856 15940 119032 0 0 0 6000 295 3731 32 25 2 42
- 2 0 253820 5784 16100 117756 28 0 28 1520 239 2783 36 17 1 47
- 0 1 253820 1456 13908 123048 0 0 0 14072 189 5110 26 35 0 38
- 0 1 253820 1520 13936 123048 0 0 12 964 195 149 6 1 0 93
- 0 1 253820 13552 14040 111272 0 0 104 3408 281 1781 23 19 1 57
- 2 0 253820 14440 14376 109908 0 0 0 4192 321 2047 46 24 3 27
- 0 1 253820 6832 14548 117272 0 0 0 7672 186 5104 20 16 1 63
- 0 1 253820 5168 14796 118596 0 0 4 2808 253 3981 44 22 1 34
- 1 0 253820 9200 15016 114308 0 0 0 8380 353 1589 10 12 1 77
- 1 0 253792 8104 15448 114700 148 0 204 5216 446 2097 26 24 4 47
- 0 1 253792 1648 15212 120804 0 0 0 14000 144 7292 32 41 0 27
- 0 1 253792 1712 15224 120808 0 0 12 0 176 155 2 1 0 97
- 0 1 253792 12720 15544 110056 0 0 20 5204 321 1751 12 19 3 66
- 0 1 253792 10224 15892 112060 0 0 0 7460 409 2991 17 18 3 62
- 0 1 253792 5616 16204 116168 0 0 0 7668 539 3765 17 16 1 65
- 0 1 253792 5104 16456 116380 36 0 136 5508 403 2376 17 15 2 66
- 0 1 253792 7984 16792 115068 0 0 156 4044 398 1415 22 13 3 62
- 3 0 253792 6688 17332 115148 0 0 52 3828 463 1409 28 19 7 46
- 1 0 253792 6832 17716 115128 0 0 12 2920 438 1046 41 14 5 40
- 0 1 253792 6384 18280 114920 0 0 176 3976 537 1313 24 13 7 56
- 0 1 253792 5848 18424 115072 0 0 136 1224 238 574 8 10 51 31
- 0 0 253792 5664 18480 115096 0 0 60 112 180 196 2 0 77 21
- 0 0 253792 5664 18480 115096 0 0 0 0 81 153 1 0 99 0
- 0 1 253792 1456 18584 118348 0 0 8 3800 211 2514 26 13 39 22
- 0 2 253792 1328 13696 123288 0 0 0 7264 226 4484 16 15 1 69
- 2 0 253792 1048 13136 123884 0 0 4 6368 398 5144 20 21 2 57
- 0 2 253792 1520 12144 124464 0 0 0 9344 311 4916 17 15 1 67
- 0 2 253792 14384 11448 112156 0 0 0 9744 456 6136 19 16 0 65
- 2 0 253792 4824 11832 120708 0 0 20 7012 428 5241 14 15 1 70
- 0 2 253792 1136 10340 125416 0 0 8 8468 214 2955 15 17 1 67
- 0 2 253792 1200 9684 125556 0 0 8 12236 256 7410 24 27 0 49
- 0 1 253792 1520 7460 127472 0 0 2164 12928 965 6116 9 12 0 79
- 2 0 253792 3896 7516 127472 0 0 8 772 219 206 9 2 0 89
- 2 0 253792 2208 8016 127832 0 0 328 3016 414 965 36 11 6 47
- 0 1 253792 3328 8100 127844 0 0 100 1548 431 345 7 6 0 87
- 1 0 253792 1224 8160 130548 0 0 848 212 2508 3127 11 16 16 57
- 0 1 253792 5008 5008 130324 0 0 24 12436 1585 8275 57 19 8 16
- 1 0 253792 4880 5020 130676 4 0 4 200 146 169 9 1 0 90
- 1 0 253792 1168 5020 134372 0 0 0 0 82 155 96 4 0 0
- 0 1 253792 1104 4924 134632 0 0 0 10312 200 182 32 7 0 61
- 0 1 253792 1488 5108 134100 0 0 196 5616 335 11834 15 27 1 57
- 1 0 253792 1552 5104 133384 0 0 0 44 161 173 67 2 0 31
- 2 0 253792 4416 4684 131544 0 0 160 804 204 17242 51 26 1 22
- 0 1 253792 16128 4936 119212 0 0 456 0 299 2419 14 13 0 73
- 0 1 253792 12736 5244 121740 0 0 1824 0 346 2034 60 5 0 35
- 1 0 253792 10880 5300 123528 0 0 452 0 212 1894 73 3 0 24
- 0 1 253792 8192 5404 126128 0 0 1360 0 295 1825 64 4 0 32
- 1 1 253792 4992 5508 129080 0 0 1112 5636 335 1666 42 4 0 54
- 1 1 253792 2880 5576 131168 0 0 732 284 309 1219 32 3 0 65
- 0 1 253792 1536 5556 132636 0 0 1532 0 431 1498 26 5 0 69
- 1 0 253792 1152 5748 132828 0 0 1484 0 362 1292 28 3 0 69
- 1 1 253792 1216 5776 132792 0 0 1708 0 289 1978 62 5 0 33
- 0 2 253792 1664 5208 132700 0 0 1308 5420 280 1483 49 2 0 49
- 0 1 253792 1344 4800 133592 0 0 1500 44 273 1716 53 5 0 42
- 0 1 253792 1600 4524 133560 0 0 2488 0 259 2002 61 5 0 34
- 1 0 253792 1344 4544 133832 0 0 2132 0 313 1753 55 4 0 41
- 0 1 253792 1472 4460 133884 0 0 1620 0 297 1804 56 4 0 40
- 0 3 253792 1152 4628 133748 0 0 2288 4376 651 2233 19 6 0 75
- 0 3 253792 1224 4880 133324 16 0 3156 0 937 2905 13 5 0 82
- 1 0 253792 1480 4996 133276 48 0 1600 40 602 2090 34 6 0 60
- 0 1 253792 1352 5040 133296 0 0 1096 0 348 3385 82 6 0 12
- 0 1 253792 1288 5064 133448 0 0 3644 4 572 2966 69 7 0 24
- 0 2 253792 1672 4840 133188 0 0 2496 4252 296 1488 53 5 0 42
- 0 1 253792 1352 4696 133708 0 0 2544 92 370 2550 73 5 0 22
- 2 1 253792 4296 4612 131016 0 0 2436 0 582 3672 63 10 0 27
- 1 1 253792 1032 4592 134232 0 0 3304 0 576 3081 64 9 0 27
- 1 0 253792 1096 4540 134192 0 0 4384 0 383 2417 83 6 0 11
- 0 2 253792 1544 4556 133648 0 0 1616 6488 455 2327 68 6 0 26
- 1 0 253792 1288 4540 134040 0 0 32 52 176 2235 91 5 0 4
- 0 1 253792 2824 4584 132488 0 0 2000 444 430 2686 75 5 0 20
- 2 0 253792 1032 4556 134256 0 0 3292 0 462 1854 67 5 0 28
- 1 0 253792 1480 4360 133912 0 0 4032 0 457 2273 94 5 0 1
- 1 1 253792 1032 4096 134604 0 0 4192 7228 410 2397 69 5 0 26
- 2 0 253792 2376 4016 133564 28 0 2180 52 379 1223 44 4 0 52
- 2 0 253792 1544 3804 134616 0 0 3728 0 588 2069 82 5 0 13
- 0 1 253792 1480 3784 134656 0 0 2912 4 350 1820 74 3 0 23
- 1 0 253792 1544 3752 134540 0 0 36 0 97 3568 86 5 0 9
- 0 2 253792 1416 3724 134612 0 0 332 6700 140 3200 78 7 0 15
- 0 3 253792 5256 3756 130736 0 0 976 0 295 948 8 1 0 91
- 1 0 253792 4552 3820 131648 0 0 472 48 243 1043 40 3 0 57
- 2 0 253792 3272 3824 132896 0 0 0 0 82 1722 98 2 0 0
- 1 0 253792 2056 3824 134112 0 0 0 0 81 1708 97 3 0 0
- 0 2 253792 1688 3856 134704 0 0 76 4264 134 1684 89 3 0 8
- 0 2 253792 26248 4008 110128 0 0 252 0 252 297 3 4 0 93
- 0 3 253792 25736 4796 110092 0 0 784 40 312 770 3 6 0 91
- 0 1 253792 34440 5316 101108 0 0 516 4 250 601 5 11 0 84
- 0 1 253792 79664 5904 59480 0 0 608 0 313 614 6 19 0 75
- 0 2 253792 63648 6056 62768 0 0 3432 36 324 345 5 7 0 88
- 1 0 253792 57760 6096 67756 0 0 4996 1300 221 334 52 4 0 44
- 1 0 253792 51352 6236 73272 24 0 5596 0 464 587 23 4 4 69
- 1 0 253792 62600 6400 74880 0 0 872 440 760 1109 12 7 1 80
- 1 0 253792 43592 7212 92516 0 0 3520 9252 335 7223 37 37 0 26
- 1 2 253792 11336 8660 121584 0 0 16 14940 426 12421 59 41 0 0
- 0 3 253792 1096 9000 130920 0 0 1432 5612 388 6177 27 17 0 56
- 0 2 253792 1544 9200 129780 0 0 1924 6232 318 3632 16 13 0 71
- 0 4 253792 1032 9340 129632 0 0 776 8704 316 1885 9 10 0 81
- 0 4 253792 1608 9340 128992 0 0 0 16800 233 208 2 2 0 96
- 0 4 253792 1480 9372 128720 0 0 784 6840 272 1556 7 8 0 85
- 0 2 253792 1216 8896 129112 0 0 2048 4 288 2755 14 9 0 77
- 0 2 253792 1344 9088 128748 0 0 1188 0 245 2074 10 8 0 82
- 0 2 253792 1288 9084 129000 0 0 2192 0 259 3151 14 7 0 79
- 0 2 253792 1160 9336 128576 0 0 1668 28496 264 2665 13 11 0 76
- 0 2 253792 1224 9340 128580 0 0 0 0 156 158 2 1 0 97
- 0 2 253792 1544 9380 128544 0 0 2816 4 284 4072 20 11 0 69
- 1 0 253792 1160 9536 128900 0 0 4232 948 256 6034 30 13 0 57
- 0 2 253792 1688 9736 128312 0 0 336 21012 244 11813 52 31 0 17
- 0 3 253792 1808 9792 127676 0 0 280 19384 317 5246 12 18 0 70
- 0 2 253792 1040 9884 128048 0 0 464 3292 380 368 7 9 0 84
- 0 3 253792 1256 9944 127648 0 0 284 0 252 246 4 1 0 95
- 0 3 253792 1592 9976 127604 0 0 876 0 301 322 3 6 0 91
- 0 1 253792 1592 9980 124924 0 0 964 236 223 197 2 5 0 93
- 1 0 253792 1360 10032 125008 0 0 132 6328 264 216 5 5 0 90
- 1 0 253792 2712 10032 124376 0 0 4 0 98 193 96 2 0 2
- 1 0 253792 1168 10032 124376 0 0 0 0 83 188 97 3 0 0
- 0 1 253792 2432 10164 121496 0 0 1040 644 269 448 64 7 1 28
- 0 1 253792 1608 10476 121956 0 0 1208 2932 478 1036 10 12 1 77
- 0 2 253792 1584 10792 121380 0 0 1332 4052 385 2912 14 16 2 68
- 0 2 253792 1672 10556 121676 0 0 1308 7412 294 3207 14 17 2 67
- 0 1 253792 1208 10920 123260 0 0 1444 2556 461 787 9 10 3 78
- 1 1 253792 1464 10964 121976 44 0 460 1024 474 984 30 7 2 61
- 2 1 253792 7184 10852 119512 0 0 88 2312 354 30965 49 37 1 12
- 0 2 253792 1968 10892 122380 0 0 616 1984 604 1340 24 9 0 67
- 0 2 253792 3392 10896 122660 0 0 208 1216 618 361 32 11 0 57
- 1 0 253792 2296 10896 122828 0 0 168 436 467 281 40 8 0 52
- 0 1 253792 6632 10844 119224 0 0 80 0 134 1652 54 42 0 4
- 0 0 253792 6952 10860 119420 0 0 196 2588 245 414 13 11 45 32
- 2 0 253792 6504 10864 119968 0 0 540 0 243 487 35 23 32 10
- 2 0 253792 6184 10876 120272 0 0 292 0 182 623 53 30 0 17
- 0 1 253792 5784 10880 120452 0 0 184 0 180 633 58 29 0 13
- 1 0 253792 4568 10892 120484 0 0 32 0 122 646 63 33 0 4
- 0 1 253792 5664 10924 120608 0 0 128 164 174 574 66 27 0 7
- 2 0 253792 5800 10940 120652 0 0 28 0 114 703 57 40 0 3
- 4 0 253792 5048 10940 120644 0 0 0 0 81 1477 41 59 0 0
- 1 0 253792 4896 10944 120644 0 0 0 0 81 1275 51 49 0 0
- 0 1 253792 5080 10956 120784 0 0 140 0 134 497 64 31 0 5
- 1 0 253792 1536 10936 119184 0 0 56 304 147 793 61 38 0 1
- 2 0 253792 5520 10948 119188 32 0 36 0 110 964 48 50 0 2
- 1 0 253792 3280 10956 119220 0 0 28 0 111 521 64 33 0 3
- 1 0 253792 5544 10984 119296 0 0 80 0 123 650 57 37 0 6
- 3 0 253792 4360 10984 119304 0 0 0 0 81 592 62 38 0 0
- 1 0 253792 5536 10996 119296 0 0 0 328 124 642 61 39 0 0
- 1 0 253792 5056 11000 119300 0 0 0 0 82 540 66 34 0 0
- 1 0 253792 5072 11008 119456 0 0 8 0 101 1012 54 44 0 2
- 2 0 253792 7296 10884 118408 0 0 40 0 130 646 72 22 0 6
- 2 0 253792 8264 10784 117228 0 0 28 0 95 204 87 11 0 2
- 0 0 253792 7112 10808 117392 0 0 56 584 143 910 42 34 21 4
- 0 0 253792 7048 10808 117392 32 0 32 0 96 164 3 0 93 4
- 0 0 253792 7048 10808 117392 0 0 0 0 82 158 2 1 97 0
- 0 0 253792 7352 10808 117396 0 0 0 0 81 162 1 0 99 0
- 0 0 253792 7632 10808 117396 0 0 0 0 81 152 1 0 99 0
- 3 0 253792 9560 10816 117436 0 0 40 40 117 370 8 10 74 8
- 1 0 253792 8920 10892 117504 0 0 0 0 81 569 74 26 0 0
- 1 0 253792 7048 10904 117660 0 0 104 0 139 294 76 18 0 6
- 3 0 253792 7944 10908 117848 0 0 212 0 178 399 73 21 0 6
- 1 0 253792 9456 10908 117956 0 0 52 0 125 8283 70 26 0 4
- 0 1 253792 24816 11020 102156 0 0 152 3268 231 22998 24 49 0 26
- 1 0 253792 88840 11452 36708 0 0 864 4 327 685 11 25 0 64
- 1 0 253792 74376 11456 43060 0 0 6356 0 181 310 59 7 0 34
- 0 1 253792 67704 11556 48840 0 0 5496 0 856 1033 19 7 5 69
- 0 1 253792 76840 11704 51600 12 0 940 0 351 1369 31 11 0 58
- 2 2 253792 77344 11760 51856 0 0 308 2340 279 355 56 13 0 31
- 1 0 253792 75864 11864 52156 0 0 376 1248 295 673 35 13 0 52
- 2 0 253792 75624 11892 52236 0 0 80 0 121 1496 57 37 0 6
- 1 0 253792 71968 12160 56688 0 0 1492 156 255 2114 33 26 0 41
- 0 1 253792 39904 13168 86784 0 0 9736 1396 266 9612 49 26 0 26
- 0 1 253792 29536 13496 96552 0 0 2436 8268 314 3810 19 9 0 72
- 1 1 253792 8992 14408 114908 0 0 2008 15812 339 6350 31 25 0 44
- 0 3 253792 1392 14128 122176 0 0 2372 6640 340 5699 27 14 0 59
- 0 5 253792 1648 11524 124868 0 0 2308 8220 388 5264 23 22 0 55
- 0 2 253792 1504 11944 123824 0 0 13192 24100 1449 19369 21 10 0 69
- 0 2 253792 1512 12044 123864 0 0 2820 4 279 5312 21 13 0 66
- 0 2 253792 1136 12064 124388 0 0 2436 3068 304 4255 20 12 0 68
- 0 4 253792 1136 11896 124396 0 0 2704 22556 310 3535 19 12 0 69
- 0 3 253792 2040 11944 123628 0 0 284 1652 168 926 5 3 0 92
- 0 2 253792 2360 11952 123628 0 0 4 12444 280 226 2 4 0 94
- 1 1 253792 1968 11980 123852 0 0 232 0 279 4767 12 19 0 69
- 1 3 253792 1712 12056 123448 76 0 464 0 370 503 20 8 0 72
- 0 2 253792 3680 12072 121476 48 0 1020 0 318 342 5 6 0 89
- 0 1 253792 2720 12080 122212 0 0 692 30708 215 184 6 8 0 86
- 0 1 253792 3040 12080 122216 0 0 0 0 124 150 2 1 0 97
- 1 0 253792 3072 12140 122188 0 0 16 7336 148 203 26 4 1 69
- 1 0 253792 3072 12140 122192 0 0 4 0 95 237 92 5 0 3
- 1 0 253792 3072 12140 122192 0 0 0 0 81 146 99 1 0 0
- 0 1 253792 1592 12376 121036 0 0 1148 1712 321 895 49 11 1 39
- 1 0 253792 1272 12740 121448 0 0 1444 4884 486 2005 14 16 2 68
- 0 1 253792 1080 12412 122480 0 0 1748 6044 255 3620 14 13 1 72
- 0 1 253792 3240 12748 121672 0 0 644 3756 428 1461 13 16 3 68
- 0 1 253792 2680 12956 122296 0 0 1788 1632 458 942 15 7 4 74
- 2 0 253792 7232 12852 119564 0 0 160 776 271 31519 52 32 1 15
- 1 0 253792 3424 12900 122540 0 0 652 0 264 1492 53 21 0 26
- 1 1 253792 1384 12900 121964 0 0 60 3180 649 312 59 16 0 25
- 2 1 253792 6360 12936 119384 0 0 124 136 338 1777 46 46 0 7
- 0 0 253792 6168 12936 119536 0 0 144 0 158 321 9 7 72 12
- 0 2 253792 3848 12936 121700 0 0 2156 2404 652 418 13 11 25 51
- 2 0 253792 3352 12972 122536 0 0 824 200 382 532 48 27 0 25
- 2 1 253792 2312 12972 122520 0 0 8 2424 693 567 35 26 0 39
- 3 0 253792 3208 12972 122528 0 0 8 720 478 524 50 21 0 29
- 2 0 253792 2760 12928 122040 0 0 64 0 117 637 64 34 0 2
- 0 1 253792 5520 12960 120840 0 0 88 156 166 583 64 30 0 6
- 1 0 253792 5664 12964 120888 0 0 32 0 137 696 56 40 0 4
- 2 0 253792 5056 12964 120884 0 0 0 28 100 1452 45 55 0 0
- 1 0 253792 4952 12968 120884 0 0 0 0 82 1318 51 49 0 0
- 1 0 253792 5024 12980 120956 0 0 72 0 144 506 67 29 0 4
- 2 0 253792 2488 12996 118268 0 0 132 320 165 785 58 39 0 3
- 3 0 253792 6280 13004 118272 0 0 4 0 94 1026 49 49 0 2
- 2 0 253792 5384 13012 118316 0 0 36 0 123 540 58 35 0 7
- 2 0 253792 6488 13028 118388 0 0 64 0 107 588 62 33 0 5
- 2 0 253792 6424 13032 118416 0 0 24 0 99 624 62 36 0 2
- 1 0 253792 4288 13044 118432 0 0 0 328 118 604 63 37 0 0
- 1 0 253792 6424 13048 118436 0 0 0 0 81 538 65 35 0 0
- 3 0 253792 5952 13056 118576 0 0 8 0 94 1031 53 45 0 2
- 1 0 253792 1072 13056 118648 0 0 40 0 113 661 68 24 0 8
- 1 0 253792 8704 13068 116896 0 0 28 0 95 220 86 12 0 2
- 0 0 253792 7104 13088 117068 0 0 56 584 142 917 52 30 15 3
- 0 0 253792 7104 13088 117068 0 0 0 0 82 147 1 0 99 0
- 0 0 253792 7168 13088 117068 0 0 0 0 81 153 2 1 97 0
- 0 0 253792 7472 13088 117068 0 0 0 0 81 165 2 0 98 0
- 0 0 253792 7688 13088 117068 0 0 0 0 81 152 1 0 99 0
- 3 0 253792 7816 13096 117108 0 0 40 48 116 300 7 5 80 8
- 3 0 253792 8848 13168 117176 0 0 0 0 82 664 69 31 0 0
- 1 0 253792 7952 13176 117288 0 0 56 0 121 292 77 19 0 4
- 1 0 253792 8208 13180 117476 0 0 216 0 178 387 67 22 0 11
- 2 0 253792 9632 13180 117588 0 0 52 0 124 3797 76 22 0 2
- 2 1 253792 37216 13256 90256 0 0 180 3536 213 28223 33 57 0 10
- 1 0 253792 100792 13320 29444 0 0 352 12 320 523 25 19 0 57
- 1 0 253792 92904 13628 36948 0 0 2424 1164 302 3146 21 26 0 53
- 0 1 253792 62504 14572 65584 0 0 9216 3652 298 9140 48 25 0 27
- 0 1 253792 49584 14940 77856 0 0 3072 8196 329 4741 22 13 0 65
- 0 1 253792 32304 15704 93220 0 0 2432 12092 334 4712 24 21 0 55
- 1 2 253792 19504 15892 105392 0 0 2432 4748 310 4522 21 13 0 66
- 0 5 253792 16560 15936 108084 0 0 896 13520 329 1124 6 4 0 90
- 0 2 253792 1208 12432 125848 0 0 4480 16004 871 8553 11 9 0 79
- 0 2 253792 1216 11400 126688 0 0 2308 6520 336 3667 18 11 0 71
- 0 3 253792 1208 11708 126080 4 0 2952 8224 274 4556 27 13 0 60
- 0 2 253792 1656 11740 125204 20 0 1328 23112 340 1613 13 9 0 78
- 0 7 253792 1400 11748 125276 56 0 128 3588 181 228 6 1 0 93
- 0 3 253792 1144 11812 125580 248 0 624 0 324 354 2 2 0 96
- 0 3 253792 1528 11816 125064 156 0 412 940 351 519 2 2 0 96
- 1 0 253792 1336 11888 125452 0 0 2048 1388 324 3633 16 9 0 75
- 1 1 253792 1656 12016 124572 0 0 5000 19836 252 7947 37 18 0 46
- 0 3 253792 1080 12112 125248 0 0 2432 0 235 4715 20 13 0 67
- 0 2 253792 1144 12124 125268 0 0 1920 8 209 2689 16 5 0 79
- 0 2 253792 1536 12176 124916 0 0 1616 5052 455 2522 14 7 0 79
- 1 2 253792 1536 12220 125052 0 0 140 1008 511 2766 5 9 0 86
- 0 3 253792 1088 12140 125160 0 0 2548 18180 450 8786 13 20 0 68
- 0 4 253788 1480 12156 124196 352 0 764 432 420 505 2 2 0 96
- 0 8 253788 1544 12104 122900 1556 0 1680 128 317 366 7 1 0 92
- 1 3 253556 1544 12052 121556 908 0 1476 0 369 582 31 2 0 67
- 0 2 253556 1352 11708 118016 24 0 68 652 430 1022 43 6 0 51
- 0 1 253556 1416 11752 118220 164 0 372 6312 432 612 11 4 0 85
- 1 0 253556 1416 11672 117500 0 0 0 244 129 158 46 1 0 53
- 1 1 253556 1384 11956 115016 0 0 1448 3224 473 1528 25 17 3 55
- 0 1 253556 1600 12032 114688 0 0 1084 4560 341 2440 11 10 1 78
- 1 0 253556 3832 12212 112656 0 0 372 1440 402 608 47 8 3 43
- 1 0 253556 5056 12180 113488 8 0 2000 916 414 1196 57 9 0 34
- 0 2 253556 5256 12216 113800 0 0 312 6692 486 372 6 10 1 83
- 3 0 253556 5160 12216 113800 0 0 0 0 132 267 91 6 0 4
- 1 0 253556 3712 12220 113804 0 0 4 0 100 606 98 2 0 0
- 1 0 253556 1648 12000 112756 0 0 24 0 98 314 93 6 0 1
- 2 0 253556 1656 12164 114424 0 0 508 3968 377 2051 50 13 1 36
- 0 2 253556 1528 11944 114932 28 0 1868 5548 286 4078 50 14 1 36
- 1 0 253556 1400 11952 114544 440 0 1352 2112 402 1481 15 12 1 72
- 0 1 253556 4296 12404 114656 0 0 28 8144 402 1598 44 17 4 34
- 2 0 253556 3200 12416 114644 0 0 36 36 140 472 84 4 0 12
- 1 0 253556 3888 12432 112988 12 0 20 1036 323 775 76 10 7 7
- 1 0 253556 4664 12476 113208 0 0 220 476 234 799 71 15 0 14
- 1 0 253556 3768 12508 113412 0 0 236 0 242 1101 71 12 0 17
- 3 0 253556 1248 12516 115336 0 0 668 0 317 1879 63 18 0 19
- 1 0 253556 6128 12364 112520 0 0 1712 0 324 917 52 24 0 24
- 1 0 253556 5608 12364 112736 0 0 204 0 217 1024 53 19 18 11
- 0 1 253556 5080 12384 112968 0 0 232 156 186 649 40 8 45 6
- 1 0 253556 2448 12372 113804 0 0 2756 0 752 593 36 7 0 57
- 3 0 253556 3736 12392 114084 0 0 272 0 216 740 64 21 0 15
- 2 0 253556 3496 12400 114456 356 0 740 0 311 1255 57 32 0 11
- 1 3 253556 2800 12408 114916 216 0 696 0 274 1559 57 24 0 19
- 3 0 253524 1752 12092 114312 152 0 468 120 346 1687 64 23 0 14
- 1 0 253492 2904 12056 113812 92 0 152 0 171 1153 67 29 0 4
- 0 1 253492 2200 12016 114900 0 0 1680 0 505 1070 40 17 0 43
- 1 0 253492 3696 11940 114432 0 0 744 0 290 596 49 30 0 21
- 1 0 253492 3024 11940 114440 0 0 0 0 81 1369 47 53 0 0
- 1 0 253492 3032 11952 114436 0 0 0 108 100 1326 50 50 0 0
- 2 0 253492 3616 11932 113904 0 0 72 0 131 609 64 31 0 5
- 3 0 253492 2136 11936 114244 0 0 140 0 153 783 56 40 0 4
- 1 0 253492 5608 11636 111144 0 0 0 0 81 889 52 48 0 0
- 2 0 253492 2512 11636 111180 0 0 32 0 123 551 59 35 0 6
- 2 0 253492 5600 11664 111240 0 0 68 336 144 661 58 35 0 7
- 2 0 253492 5456 11672 111240 0 0 0 0 90 886 63 37 0 0
- 1 0 253492 3528 11672 111256 0 0 0 0 82 611 61 39 0 0
- 3 0 253492 4808 11676 111272 0 0 0 0 82 580 63 37 0 0
- 2 0 253492 3512 11680 111340 0 0 8 0 94 814 56 36 0 8
- 1 0 253492 2488 11700 111456 0 0 44 484 198 985 56 36 0 8
- 1 0 253492 1976 11668 109796 0 0 0 0 82 206 90 10 0 0
- 3 0 253492 8552 11548 108908 0 0 0 0 83 719 72 28 0 0
- 0 0 253492 7568 11548 108968 0 0 56 0 118 402 7 7 82 4
- 1 0 253492 7184 11668 109184 8 0 316 0 345 468 13 3 38 46
- 0 0 253492 7248 11680 109184 0 0 0 1192 280 338 2 3 91 4
- 1 0 253492 7616 11680 109184 0 0 0 0 86 224 6 0 94 0
- 0 0 253492 7896 11680 109184 0 0 0 0 108 543 7 1 92 0
- 2 0 253492 7528 11720 109228 0 0 32 0 96 1934 57 27 13 3
- 0 1 253492 7952 11764 109412 0 0 112 0 144 1550 70 23 0 7
- 1 0 253492 6080 11776 109812 0 0 356 336 183 1224 74 18 0 8
- 1 0 253492 8336 11780 109856 0 0 60 0 113 2651 73 25 0 2
- 1 1 253492 9656 11788 109916 0 0 20 0 121 32828 57 39 0 4
- 0 1 253492 19888 12192 99004 0 0 468 0 286 635 8 17 0 75
- 0 2 253492 79400 12624 39592 180 0 776 0 321 1054 14 26 0 60
- 0 2 253492 81280 12736 39932 276 0 616 1760 366 891 9 10 0 81
- 1 0 253492 58432 13516 61544 0 0 7464 0 293 7683 42 33 0 25
- 1 0 253492 34880 14264 83616 0 0 6016 7328 323 7938 41 19 0 40
- 1 1 253492 18448 14976 98288 4 0 2436 10208 356 4656 24 20 0 56
- 0 3 253492 1936 15368 113836 0 0 2944 5852 383 6352 29 17 0 54
- 1 4 253492 1040 15184 116236 0 0 1924 4260 279 3025 16 9 0 75
- 0 4 253492 1560 12628 119168 0 0 1152 18956 528 4373 11 9 0 80
- 1 3 253492 1432 10952 120408 32 0 3144 6324 368 4854 23 17 0 60
- 0 6 253492 1624 11136 119680 4 0 1672 7036 291 2991 13 9 0 78
- 0 2 253444 1416 11480 119396 72 0 3084 8 352 4872 23 14 0 63
- 0 3 253388 1552 11484 119316 52 0 2612 0 354 3807 27 11 0 62
- 1 2 253388 1304 11544 119500 0 0 2052 0 265 3635 17 8 0 75
- 0 3 253388 1496 11628 118820 4 0 2056 30400 250 2994 22 11 0 67
- 0 3 253388 1496 11628 118820 8 0 8 12580 172 798 18 4 0 78
- 0 4 253388 1424 11636 118820 0 0 8 10324 192 516 15 4 0 81
- 0 2 253388 1048 11656 119656 0 0 584 0 244 870 15 4 0 81
- 3 2 253336 1176 11760 119520 20 0 2216 0 328 4757 36 12 0 52
- 0 3 253336 2072 11848 119452 4 0 2076 0 291 4021 22 13 0 65
- 0 2 253336 1112 11888 121148 0 0 1800 21708 227 2792 15 9 0 76
- 0 3 253328 1680 11716 120952 8 0 2276 36 316 2740 25 10 0 65
- 0 3 253328 1664 11680 121016 0 0 2664 8 375 476 5 5 0 90
- 1 2 253328 1424 11724 114300 4 0 3980 0 224 11100 17 21 0 62
- 2 2 253328 1296 10776 111152 0 0 6372 0 272 1099 35 8 0 57
- 5 1 253328 1224 10728 110964 0 0 2464 6492 316 12972 76 24 0 0
- 3 1 253328 2232 10752 109768 0 0 364 772 736 9259 48 28 0 25
- 0 3 253312 65616 10904 49532 36 0 396 80 355 1283 27 35 0 38
+ 0 1 1436 14084 8752 253516 0 0 244 683 1133 994 31 5 56 9
+ 2 0 1436 10804 8876 254968 0 0 768 16 1951 2624 34 18 7 41
+ 1 0 1436 6144 8876 256184 0 4 124 4 3141 6884 68 20 8 4
+ 1 1 1468 5784 8688 256860 0 164 0 164 1016 781 97 3 0 0
+ 2 1 1484 6032 8308 257092 0 60 0 60 1007 223 96 4 0 0
+ 1 0 1536 11576 8360 254032 0 4 40 96 1046 899 95 5 0 0
+ 1 0 1536 11340 8372 254032 0 0 0 13792 1058 336 98 2 0 0
+ 1 0 1536 11712 8372 254032 0 0 0 0 1037 473 97 3 0 0
+ 1 0 1536 11580 8376 254060 0 0 32 0 1018 406 95 4 0 1
+ 1 0 1536 11580 8376 254060 0 0 0 0 1023 355 99 1 0 0
+ 3 0 1536 11076 8396 254064 0 0 0 28 1024 790 96 4 0 0
+ 3 0 1536 9464 8412 255668 0 0 0 0 2921 3073 82 18 0 0
+ 2 0 1536 8100 8420 257084 0 0 0 0 2738 3290 79 21 0 0
+ 2 1 1592 5372 8352 260412 0 4 0 4 5943 12446 25 47 23 4
+ 3 0 1644 6468 8192 259324 0 68 0 68 4210 8417 25 44 20 12
+ 4 0 1656 6568 8092 259432 0 24 0 12440 3834 6783 24 40 22 15
+ 1 1 3736 5244 7724 259008 0 0 0 24 5305 9818 20 43 21 15
+ 2 1 6964 6060 7444 255200 0 20 0 2160 4162 8231 23 41 15 21
+ 3 0 10032 6528 7412 251780 0 0 0 0 3198 6022 28 43 20 10
+ 1 0 10092 6376 7424 251628 0 16 0 16 4002 6553 42 37 21 0
+ 2 2 10604 6108 7476 251424 0 72 24 11492 3867 6795 20 38 14 28
+ 0 0 10712 10460 7528 247032 0 0 8 188 3924 7148 25 39 28 9
+ 3 0 10712 7980 7568 249516 0 0 0 0 3899 6992 25 42 34 0
+ 3 0 13308 9356 8916 244492 0 84 332 100 1123 2251 59 31 2 8
+ 2 0 24128 5876 9836 236052 0 376 4 13904 1117 2050 46 52 0 2
+ 0 4 34208 5140 8088 229108 0 184 196 14692 1204 1866 34 37 0 29
+ 2 2 34208 6268 8040 227652 0 188 136 17524 1190 448 43 9 0 47
+ 0 2 34208 6036 8048 227680 0 0 0 7872 1203 190 63 7 0 30
+ 2 0 34208 7344 8312 226836 0 0 4 6280 1305 1976 41 13 2 45
+ 1 1 43788 9608 7932 215140 0 444 0 5440 1064 2339 82 18 0 0
+ 4 0 43788 9724 8044 210412 0 0 0 1432 1230 2368 91 9 0 0
+ 2 0 43788 13684 8068 210588 0 0 4 280 1059 1304 88 12 0 0
+ 2 1 45712 6476 8412 218236 0 3512 12 18616 1233 7129 51 49 0 0
+ 3 0 45712 21508 8496 203336 0 0 4 2064 1129 1021 45 18 0 37
+ 2 0 45712 21384 8596 203564 0 0 32 2988 1107 1626 86 13 0 1
+ 0 3 45712 21392 8628 203400 0 0 4 3272 1410 742 41 6 0 53
+ 2 0 45712 23260 8664 203396 0 0 0 1204 1370 1990 33 5 1 61
+ 3 0 45712 21648 8676 203552 0 0 0 160 1226 2090 94 6 0 0
+ 4 0 45712 18612 8736 203504 0 0 0 1312 1092 2441 92 8 0 0
+ 2 0 45712 22212 8772 203500 0 0 4 232 1039 1152 93 7 0 0
+ 2 0 45712 20600 9024 203844 0 0 4 3712 1148 1944 87 13 0 0
+ 3 0 45712 19208 9372 204684 0 0 4 12128 1169 4797 36 26 2 36
+ 1 0 45712 18684 9956 204404 0 0 4 12620 1316 4497 27 28 3 41
+ 0 1 45952 5516 10180 217428 0 396 0 17740 1201 7390 40 49 3 9
+ 1 0 46256 24076 10660 198564 0 696 4 8848 1360 1687 19 27 4 50
+ 2 0 46256 22336 11380 199444 0 0 0 12744 1358 2368 27 30 7 35
+ 2 0 46256 25900 11816 197596 0 0 20 10764 1259 3188 40 26 3 30
+ 1 1 46256 25528 11908 197644 0 0 0 940 1126 551 88 10 1 1
+ 0 1 46256 24768 12472 197772 0 0 0 5300 1532 2011 27 23 8 42
+ 3 0 46256 23148 12800 197720 0 0 0 2708 1300 2215 37 40 4 19
+ 3 0 46256 23892 12808 197724 0 0 0 48 1052 2304 44 56 0 0
+ 0 1 46256 24140 12916 197744 0 0 0 1144 1135 2266 43 51 1 5
+ 1 0 46256 22776 13492 197472 0 0 0 5640 1527 1950 18 12 8 63
+ 0 0 46256 23520 13916 197344 0 0 0 3840 1354 1832 47 17 16 20
+ 0 0 46256 23524 13916 197344 0 0 0 0 1269 505 27 0 73 0
+ 0 0 46256 23524 13924 197344 0 0 0 64 1035 473 2 1 97 0
+ 2 0 46256 24144 13940 197340 0 0 0 168 1043 521 12 2 85 1
+ 2 0 46256 21168 14060 198380 0 0 0 1112 1080 1219 88 12 0 0
+ 1 0 46256 13108 14424 206080 0 0 8 10316 1261 4454 56 22 1 21
+ 0 1 46256 6132 14976 211840 0 0 0 8592 1264 3023 42 25 2 31
+ 0 2 49192 6476 15228 210264 0 3656 0 10984 1315 3171 17 20 2 61
+ 0 1 49416 6348 14916 212684 0 340 0 6976 1330 2735 17 17 4 62
+ 1 0 51256 5748 14128 215648 0 3280 0 12424 1282 3161 22 24 4 51
+ 0 1 57132 6356 14344 213780 0 7916 8 15168 1276 2943 19 22 3 56
+ 3 0 57132 8644 14772 216696 0 0 0 6700 1332 2512 22 21 3 54
+ 2 0 57132 7652 14812 216712 0 0 0 428 1073 466 92 8 0 0
+ 0 1 59228 9996 15080 214504 0 2088 4 5972 1334 1891 60 16 5 19
+ 1 0 59228 9112 15536 214348 0 0 4 4832 1445 1982 44 22 7 27
+ 0 1 61036 10244 15764 212720 0 3156 4 6080 1269 1179 63 18 3 16
+ 2 0 61036 6148 15912 212508 0 0 8 1316 1088 840 61 30 1 8
+ 2 0 61036 6112 15940 212532 0 0 0 1956 1309 872 35 39 0 25
+ 0 2 61036 6808 15952 212484 0 0 4 68 1035 1243 49 49 0 2
+ 1 0 61036 7332 16048 212528 0 0 28 856 1093 1481 49 42 1 9
+ 3 0 61036 10812 16352 212856 0 0 0 4176 1233 943 67 14 4 15
+ 2 0 61036 12724 16288 212748 0 1816 0 3044 1122 1650 83 11 1 5
+ 2 0 61036 8348 16424 213112 0 0 0 1776 1151 1452 74 16 2 8
+ 4 0 61036 12956 16672 212724 0 0 316 116 1093 841 78 2 0 20
+ 2 1 61036 13720 16744 213276 0 0 20 2080 1158 796 74 11 0 15
+ 1 0 61036 6668 16840 220288 0 0 280 8 4607 2331 48 32 6 14
+ 1 0 61036 22116 16632 208612 0 4724 4 22180 1185 1460 52 12 0 36
+ 0 1 61036 11576 16644 219180 0 0 0 5668 1050 730 85 8 0 7
+ 1 0 61036 10956 16708 219116 0 0 0 11760 1103 320 55 8 0 37
+ 3 0 61036 6244 16728 224164 0 0 0 36 6209 7658 46 36 18 0
+ 2 0 61036 6240 16176 227656 0 3872 0 12040 8745 5084 26 58 10 6
+ 0 1 61036 6528 15920 230364 0 6904 24 11052 6006 2064 43 40 9 7
+ 2 0 61036 7928 15932 234076 0 728 80 16272 1192 6624 30 23 2 45
+ 1 0 61036 8108 16200 233292 0 0 16 12204 1171 6255 22 24 0 54
+ 3 0 61036 14468 16420 226656 0 0 16 14600 1229 5069 21 24 2 53
+ 2 0 61036 5748 16360 234900 0 0 56 12556 1171 6385 30 35 1 34
+ 0 1 61036 10132 16612 233304 0 544 224 19320 1241 7204 28 29 2 41
+ 0 2 61036 29220 17244 215124 0 0 668 2752 1340 1392 16 7 5 72
+ 1 0 61036 25624 17316 218396 0 0 1756 0 1195 1335 60 6 0 34
+ 1 1 61036 23144 17336 220788 0 0 140 3208 1064 1150 88 6 0 6
+ 0 1 61036 20420 17392 223428 0 0 1080 716 1279 631 55 5 0 40
+ 1 0 61036 14732 17456 229144 0 0 1264 632 1204 1055 70 9 0 21
+ 1 0 61036 9276 17500 234432 0 0 1124 4444 1271 1219 64 10 0 26
+ 3 1 61036 6296 17224 237652 0 0 1888 4096 1150 827 71 7 0 23
+ 0 2 61036 6528 16508 238020 0 0 2064 5480 1092 731 90 5 0 5
+ 1 3 61036 6396 15496 238936 0 0 2568 100 1210 1263 53 10 0 37
+ 0 2 61036 6272 14836 239488 0 0 2588 4 1214 1012 33 6 0 61
+ 2 2 61036 6772 14500 239364 0 124 2380 124 1196 1128 63 9 0 28
+ 1 2 61036 5612 14284 241852 0 2812 2924 5588 1604 2862 30 9 0 61
+ 2 2 61040 6532 13904 244420 0 1980 3760 5272 1938 4500 77 12 0 11
+ 2 3 61040 5520 13756 246072 0 296 2020 1208 1491 2481 77 12 0 11
+ 2 0 61040 6348 13788 247340 0 2348 3108 2392 1252 1098 78 8 0 14
+ 0 2 61040 6588 12764 250172 0 5412 2224 9292 1159 898 60 8 0 32
+ 2 0 61040 6164 12800 253496 0 0 1488 0 1137 978 85 7 0 8
+ 0 3 61040 6072 12432 254720 0 424 388 4796 1092 1075 86 8 0 6
+ 3 1 61040 5148 11036 259056 0 1384 3672 1468 1310 1514 53 9 0 38
+ 2 2 61040 5956 9424 259640 0 0 2340 2976 1242 1217 74 8 0 18
+ 1 2 61040 5824 9400 259864 0 0 144 1624 1335 702 92 7 0 1
+ 3 2 61040 6568 9412 258908 0 0 1228 0 1217 1562 71 6 0 23
+ 3 3 61040 5768 9408 259672 0 0 1636 6372 1058 546 95 4 0 1
+ 3 2 61040 5928 9416 259256 0 0 1980 44 1110 1310 85 7 0 8
+ 4 2 61040 5528 9416 259568 0 0 0 140 1031 534 94 6 0 0
+ 3 2 61040 6208 9456 258876 0 0 132 0 1045 661 94 6 0 0
+ 3 1 61040 6520 9496 258876 0 0 1972 0 1157 1049 77 8 0 15
+ 1 3 61040 6312 9468 259140 0 0 708 10532 1044 1091 88 7 0 5
+ 1 3 61040 5912 9472 259832 0 0 2132 84 1308 1376 17 3 0 80
+ 3 1 61040 6076 9328 259372 0 0 1084 4 1230 2286 55 10 0 35
+ 3 1 61040 6424 9300 259376 0 0 0 16 1049 558 94 6 0 0
+ 3 1 61040 6068 9308 259716 0 0 24 0 1008 488 96 4 0 0
+ 0 3 61040 43672 9740 221856 0 0 744 5820 1142 825 30 15 0 55
+ 5 2 61040 130920 10128 136640 0 0 472 68 1209 878 4 32 0 64
+ 0 2 61040 164932 10580 106184 0 0 2228 0 1200 956 4 14 0 82
+ 0 2 61040 142860 10684 114384 0 0 8300 0 1240 943 52 8 0 40
+ 0 3 61040 149804 10816 120376 0 0 5740 12 1628 1654 27 11 0 62
+ 0 3 61040 126368 11612 142164 0 0 6892 16864 1357 1610 35 20 0 46
+ 0 3 61040 104916 12700 162400 0 0 7884 0 1179 1231 24 19 0 57
+ 1 2 61040 91648 13240 175360 0 0 2784 844 1192 1275 25 14 0 61
+ 2 1 61040 65856 14860 197880 0 0 256 9792 1216 1956 36 33 0 31
+ 2 1 61040 59904 15164 203448 0 0 140 8096 1262 2906 27 12 0 61
+ 2 3 61040 42668 15744 215852 0 0 228 6772 1220 1698 43 19 0 37
+ 6 5 61040 37460 15864 223808 0 0 312 12772 1303 1406 30 13 0 56
+ 4 4 61040 13404 16676 245616 0 0 244 9280 1162 2134 39 25 0 36
+ 0 5 61040 6260 15356 253220 0 4 420 15564 1157 997 20 13 0 67
+ 0 5 61040 5124 14996 254808 0 0 2284 324 1113 705 12 10 0 78
+ 0 4 61040 6116 14864 253908 0 0 2076 8 1100 524 12 5 0 83
+ 0 4 61040 6380 14780 253048 0 0 2748 32804 1079 934 13 14 0 73
+ 0 4 61040 6380 14780 253080 0 0 32 7552 1123 488 3 3 0 94
+ 0 4 61040 6380 14780 253116 0 0 36 10196 1115 462 2 2 0 96
+ 2 2 61040 6268 14784 253484 0 0 672 10792 1094 545 9 8 0 83
+ 0 4 61040 6132 15016 253260 0 0 300 12 1127 1760 35 27 0 38
+ 0 3 61040 6312 15276 251948 0 0 336 41004 1067 1165 28 19 0 53
+ 0 3 61040 6696 15316 252348 0 0 420 0 1079 1315 8 8 0 84
+ 0 3 61040 6512 15404 252352 0 0 1100 0 1167 1555 21 5 0 74
+ 0 3 61040 6244 15516 252380 0 0 1144 1504 1138 839 10 7 0 83
+ 0 2 61040 7516 15544 251224 0 0 1132 756 1170 1123 28 7 0 65
+ 2 1 61040 6276 15576 251300 0 0 112 6604 1050 311 57 5 0 38
+ 2 0 61040 6864 15576 251560 0 0 256 0 1069 585 90 10 0 0
+ 2 1 61040 6488 15640 248808 0 0 1480 0 3775 3118 46 27 0 28
+ 2 2 61040 7776 15696 247624 0 0 544 4840 1204 1743 37 9 0 54
+ 3 0 61040 6224 16112 248576 0 0 216 7176 1228 3382 29 22 0 50
+ 5 1 61040 9100 16388 240348 0 0 176 2796 1209 2200 42 19 0 39
+ 2 1 61040 13312 16544 243080 0 0 2788 1236 1264 2669 67 9 0 24
+ 6 0 61040 13088 16732 243380 0 0 268 7088 1283 1002 51 19 0 30
+ 2 1 61040 9476 16908 246888 0 0 960 1384 1156 958 49 22 0 29
+ 3 1 61040 10512 16956 245940 0 0 256 40 1069 1501 58 40 0 2
+ 0 1 61040 9016 16964 247432 0 0 1472 0 1347 2047 13 41 0 47
+ 2 1 61040 7776 16996 248196 0 0 756 0 1145 1456 35 32 0 33
+ 2 1 61040 7512 17048 248840 0 0 684 0 1162 1712 61 38 0 1
+ 2 0 61040 8448 17084 247984 0 0 0 2732 1088 1351 67 33 0 0
+ 4 0 61040 7952 17096 247980 0 0 0 0 1025 2258 62 38 0 0
+ 2 0 61040 9996 17096 245824 0 0 0 0 1020 2345 68 32 0 0
+ 2 0 61040 10012 17112 245824 0 0 0 0 1219 1877 68 32 0 0
+ 2 0 61040 9516 17136 245176 0 0 0 12 1044 1833 51 49 0 0
+ 2 0 61040 9144 17172 245280 0 0 8 356 1055 1153 62 36 0 2
+ 3 0 61040 7904 17220 245332 0 0 172 0 1056 1180 66 34 0 0
+ 2 0 61040 9516 17220 245340 0 0 0 0 1023 972 70 30 0 0
+ 3 0 61040 9020 17232 245480 0 0 0 0 1092 3671 64 36 0 0
+ 3 0 61040 7660 17240 244492 0 0 0 0 1127 1695 85 15 0 0
+ 1 0 61040 10688 17268 243908 0 0 56 388 1024 923 53 18 28 1
+ 2 0 61040 10688 17268 243908 0 0 0 0 1026 1243 24 2 75 0
+ 2 0 61040 10316 17268 243908 0 0 0 0 1038 1933 57 4 39 0
+ 1 0 61040 10688 17268 243916 0 0 0 0 1020 331 4 0 96 0
+ 1 0 61040 10812 17272 244048 0 0 136 0 1013 296 19 1 80 0
+ 3 0 61040 11704 17312 244048 0 0 0 296 1020 884 20 13 67 0
+ 2 0 61040 9100 17372 245040 0 0 880 0 1072 2678 62 25 0 13
+ 4 0 61040 9224 17376 245104 0 0 40 0 1034 3615 74 24 0 3
+ 1 1 61040 150864 17448 111728 0 0 688 0 1070 1127 15 63 0 22
+ 1 1 61040 128296 17492 120704 0 0 9020 0 1209 428 45 4 0 51
+ 1 1 61040 119748 17624 126912 0 0 5928 2532 1634 1131 15 11 1 73
+ 2 0 61040 132164 17744 129528 0 0 760 0 1124 883 32 11 0 57
+ 3 0 61040 130428 17892 129912 0 0 500 0 1077 1482 47 27 0 27
+ 2 0 61040 104760 18732 156028 0 0 8608 24 1310 1523 42 24 0 34
+ 2 0 61040 62848 20072 196144 0 0 8868 0 1110 2061 54 36 0 10
+ 2 3 61040 43752 20916 212772 0 0 104 22112 1298 1109 23 23 0 54
+ 1 4 61040 6104 21160 246956 0 0 20 13396 1190 2076 53 44 0 3
+ 1 4 61040 6348 21396 246124 0 0 420 8596 1176 681 15 10 0 75
+ 1 5 61040 5708 17056 250536 0 0 1864 13580 1201 1290 48 14 0 37
+ 1 3 61040 5584 14916 252912 0 0 2080 2448 1191 869 33 6 0 61
+ 1 2 61040 5724 13096 254232 0 0 1280 20940 1120 392 7 7 0 86
+ 0 2 61040 6496 12724 254700 0 0 4104 63292 6097 3366 9 4 0 87
+ 1 1 61040 5736 12904 255224 0 0 5768 8 1055 1604 36 26 0 38
+ 0 2 61040 5568 12952 255404 0 0 4096 0 1102 2364 47 19 0 35
+ 0 1 61040 6492 13020 253172 0 0 2136 34216 1268 1304 19 9 0 72
+ 0 1 61040 7100 13020 253172 0 0 0 0 1072 272 1 1 0 98
+ 1 0 61040 6124 13044 253160 0 0 20 6964 1045 321 66 4 0 30
+ 1 0 61040 6744 13044 253160 0 0 0 0 1002 255 97 3 0 0
+ 0 1 61040 14644 13104 244592 0 0 956 40 3622 3963 45 25 3 28
+ 2 0 61040 6620 13640 249700 0 0 68 12316 1257 2199 22 23 3 52
+ 1 0 61040 11344 14052 248696 0 0 1672 4196 1462 1162 13 14 4 69
+ 1 0 61040 6496 14080 247448 0 0 0 5924 1147 1111 72 7 2 19
+ 1 0 61040 7572 14232 250688 0 0 700 1388 1108 1551 60 19 1 20
+ 0 0 61040 11116 14268 247332 0 0 116 0 1011 1361 48 39 11 2
+ 6 0 61040 11116 14272 247444 0 0 108 0 1166 945 18 4 77 1
+ 2 0 61040 10620 14284 247820 0 0 364 0 1049 1908 62 32 0 6
+ 1 0 61040 9000 14292 247912 0 0 84 0 1029 1169 67 32 0 1
+ 2 0 61040 10488 14340 247976 0 0 60 2676 1082 1237 60 34 0 6
+ 1 0 61040 10232 14340 247980 0 0 0 0 1053 2608 45 55 0 0
+ 2 0 61040 9860 14356 247980 0 0 0 0 1034 1503 59 41 0 0
+ 1 0 61040 9736 14376 246904 0 0 4 44 1092 1723 56 44 0 0
+ 2 1 61040 9736 14404 246928 0 0 28 0 1063 1203 63 35 0 2
+ 3 0 61040 7376 14620 244788 0 0 952 420 1181 1178 44 22 0 34
+ 1 1 61040 7572 14776 239564 0 0 972 92 1152 1264 67 33 0 0
+ 3 0 61040 16204 14824 239992 0 0 264 52 1047 1156 63 37 0 0
+ 1 1 61040 16824 14832 240280 0 0 16 1632 1190 1066 54 29 0 17
+ 0 2 61040 16520 14856 240400 0 0 44 2128 1359 1020 74 24 0 2
+ 2 2 61040 15772 14856 240412 0 0 12 2076 1283 993 16 2 0 82
+ 0 2 61040 15632 14864 240412 0 0 0 1820 1294 382 11 3 0 86
+ 0 0 61040 15756 14876 240412 0 0 0 824 1266 389 0 1 28 71
+ 0 0 61040 15880 14876 240412 0 0 0 0 1020 335 1 1 98 0
+ 3 1 61040 16128 14972 240412 0 0 96 0 1057 457 40 0 58 2
+ 2 0 61040 16844 15076 240492 0 0 4 244 1046 2975 70 30 0 0
+ 1 0 61040 15356 15080 240560 0 0 48 0 1034 3478 71 24 0 5
+ 2 0 61040 141668 15108 121912 0 0 244 0 1017 1894 31 62 0 7
+ 1 0 61040 151468 15544 115228 0 0 3516 536 1225 961 31 21 0 48
+ 1 0 61040 115632 17128 148824 0 0 12032 0 1213 1693 43 28 0 30
+ 0 1 61040 75952 18732 184888 0 0 5296 7632 1206 2005 46 41 0 14
+ 0 2 61040 75232 18752 185096 0 0 228 20652 1322 540 19 2 0 79
+ 0 3 61040 71264 18956 188416 0 0 88 24104 1189 442 5 6 0 89
+ 1 4 61040 56384 19428 202144 0 0 24 7584 1119 1154 18 22 0 60
+ 0 1 61040 44852 19656 213284 0 0 32 5360 1164 944 24 14 0 62
+ 0 2 61040 7972 20772 245836 0 0 12 14856 1052 3279 55 39 0 6
+ 0 2 61040 8088 20772 245836 0 0 0 7500 1169 166 0 1 0 99
+ 0 2 61040 7912 20772 245836 0 0 0 14600 1236 245 1 2 0 97
+ 0 4 61040 6564 20716 247344 0 0 160 16780 1140 1217 24 6 0 70
+ 0 4 61040 5660 20712 248680 0 0 892 6972 1143 464 4 4 0 92
+ 0 3 61040 5992 20492 248852 0 0 2048 0 1106 1291 21 8 0 70
+ 0 2 61040 6244 17592 251352 0 0 2316 17736 1091 743 14 9 0 77
+ 1 1 61040 6460 17540 251300 0 0 2700 216 1073 898 22 11 0 67
+ 2 0 61040 6364 17684 251124 0 0 5644 36 1127 1559 42 22 0 36
+ 1 1 61040 5564 17864 251976 0 0 4000 4 1219 1874 32 12 0 56
+ 0 1 61040 6796 17864 250144 0 0 252 32624 1135 449 3 7 0 90
+ 0 1 61040 5856 17896 250328 0 0 220 6980 1108 557 40 5 1 54
+ 0 1 61040 10952 18208 245788 0 0 720 8040 1358 1339 39 19 8 34
+ 1 0 61040 10456 18216 245772 0 0 16 36 1051 548 83 4 0 13
+ 1 0 61040 10828 18264 245804 0 0 0 420 1032 298 92 6 0 2
+ 2 0 61040 74532 18292 184236 0 0 132 5708 1054 1047 45 37 0 18
+ 1 0 61040 153076 18824 110072 0 0 2792 60 1253 1271 20 32 0 48
+ 1 0 61040 115628 20480 145372 0 0 12548 0 1274 1895 44 32 0 25
+ 1 0 61040 77436 22300 180220 0 0 4104 16072 1238 2258 50 37 0 14
+10 2 61040 55240 23216 200332 0 0 200 17856 1486 2345 45 24 0 31
+ 0 2 61040 47568 23344 207908 0 0 296 5832 1168 1493 31 7 0 62
+ 0 3 61040 41244 23572 212932 0 0 16 12204 1191 626 38 10 0 52
+ 0 3 61040 38516 23744 214316 0 0 1556 7300 1219 540 12 1 0 87
+ 0 4 61040 9996 24924 240552 0 0 56 17740 1190 2036 55 32 0 13
+ 0 5 61040 5896 24916 244960 0 0 1108 17636 1155 824 28 10 0 62
+ 0 2 61040 5628 24616 245420 0 0 2572 39864 2387 1669 28 7 0 65
+ 6 3 61040 6376 23992 243996 0 0 512 6988 1278 295 13 4 0 83
+ 4 1 61040 9380 24128 242396 0 0 4868 1428 1244 2249 54 16 0 30
+ 2 1 61040 7384 24400 244252 0 0 5816 72 1125 2221 69 22 0 9
+ 0 2 61040 8532 24584 244180 0 0 2108 24 1121 1472 50 12 0 38
+ 0 2 61040 6564 24604 245660 0 0 1500 40728 1207 490 1 4 0 95
+ 1 0 61040 155412 24640 103352 0 0 252 1212 1092 929 20 47 0 33
+ 0 1 61040 191812 24916 65428 0 0 1224 1596 1366 734 8 8 0 84
+ 1 1 61040 176068 24956 81248 0 0 216 144 4613 8370 41 37 13 10
+ 2 0 61040 177060 24968 79376 0 0 1044 4 1116 224 65 4 0 31
+ 1 0 61040 177060 24968 79376 0 0 0 0 1004 191 97 3 0 0
+ 3 0 61040 175184 24992 80752 0 0 0 0 2640 3213 79 21 0 0
+ 2 0 61040 172828 25016 82676 0 0 12 16080 3186 2670 75 25 0 0
+ 2 0 61040 171836 25052 84656 0 0 8 28 3284 5046 46 34 19 1
+ 3 0 61040 167744 25084 88584 0 0 0 0 5308 9808 31 49 20 0
+ 2 0 61040 163532 25116 92872 0 0 0 0 5712 10564 24 50 27 0
+ 0 0 61040 161548 25152 94812 0 0 0 0 3286 6004 23 37 40 0
+ 0 0 61040 157704 25164 98448 0 0 4 13952 5032 8593 35 41 19 5
+ 0 0 61040 154852 25200 101164 0 0 0 40 4144 6834 33 41 26 0
+ 2 0 61040 153488 25236 102472 0 0 0 0 2656 4578 23 39 38 0
+ 0 0 61040 150884 25244 105080 0 0 0 0 3916 6819 20 38 42 0
+ 0 0 61040 148156 25276 107716 0 0 0 0 4075 7167 22 40 38 0
+ 4 1 61040 145304 25320 110556 0 0 0 12912 4312 7261 24 46 19 12
+ 0 0 61040 143196 25372 112656 0 0 0 24 3531 6252 21 41 33 6
+ 3 1 61040 130796 26380 124116 0 0 352 28 1593 2545 55 30 6 9
+ 2 0 61040 104508 27420 148944 0 0 0 5344 1064 2110 51 49 0 0
+ 2 0 61040 91364 28084 160688 0 0 72 10936 1293 1299 47 44 0 10
+ 1 1 61040 90992 28088 160712 0 0 0 26964 1326 208 89 11 0 0
+ 0 3 61040 90992 28088 160712 0 0 0 9360 1185 166 3 2 0 95
+ 2 0 61040 90744 28176 160776 0 0 4 4576 1182 1216 13 4 0 83
+ 2 0 61040 90868 28364 160804 0 0 0 1008 1084 1239 76 16 2 6
+ 2 0 61040 90000 28600 160984 0 0 0 6584 1115 3323 73 17 1 9
+ 3 0 61040 75236 28848 174124 0 0 12 12 1047 1691 61 39 0 0
+ 0 3 61040 72880 28948 176220 0 0 188 17444 1205 445 72 12 0 16
+ 0 2 61040 83048 28964 166112 0 0 0 3756 1508 552 3 7 0 90
+ 1 1 61040 87276 29052 163120 0 0 8 3100 1174 1536 55 14 0 31
+ 3 0 61040 88888 29156 161252 0 0 0 992 1072 782 90 10 0 0
+ 1 1 61040 88640 29260 161344 0 0 0 1616 1053 573 87 12 0 1
+ 2 0 61040 89632 29304 161352 0 0 0 272 1056 655 90 10 0 0
+ 3 0 61040 87772 29544 161744 0 0 4 3236 1118 1387 82 18 0 0
+ 0 1 61040 86780 29860 162380 0 0 0 11692 1172 4880 36 23 2 38
+ 2 0 61040 86408 30284 162288 0 0 4 9440 1212 3729 30 21 2 46
+ 1 0 61040 73636 30820 173936 0 0 0 4880 1198 6076 32 39 4 25
+ 0 2 61040 69668 30952 177456 0 0 80 15028 1199 1297 6 14 0 80
+ 0 1 61040 82812 31628 164052 0 0 8 10388 1342 1536 16 25 6 53
+ 1 0 61040 79960 32208 166136 0 0 0 9996 1307 2681 21 28 5 47
+ 2 0 61040 84424 32644 163196 0 0 64 10148 1250 2446 38 23 4 35
+ 2 0 61040 83308 33028 163268 0 0 0 3004 1287 1274 89 11 0 0
+ 0 2 61040 83060 33700 163208 0 0 0 5320 1450 1767 24 19 9 49
+ 3 0 61040 81564 33860 163080 0 0 0 1148 1100 2125 38 48 2 13
+ 2 0 61040 81812 33860 163080 0 0 0 0 1020 2352 42 58 0 0
+ 1 0 61040 80076 34204 162992 0 0 0 3184 1268 1824 37 28 5 31
+ 2 0 61040 82060 34632 163096 0 0 0 4016 1328 1025 45 10 5 40
+ 0 0 61040 82060 34668 163116 0 0 0 348 1022 338 3 5 90 2
+ 0 0 61040 82060 34668 163116 0 0 0 0 1014 891 15 0 85 0
+ 0 0 61040 82060 34668 163116 0 0 0 0 1002 169 0 0 100 0
+ 2 0 61040 82176 34840 163072 0 0 0 1224 1104 743 70 10 12 9
+ 0 1 61040 76224 35064 167180 0 0 0 5348 1114 2412 77 16 0 7
+ 2 0 61040 63948 35468 174364 0 0 0 9376 1171 3758 37 19 2 41
+ 1 0 61040 59856 36000 181328 0 0 0 10312 1303 2949 29 25 4 43
+ 1 0 61040 53160 36532 186924 0 0 0 8412 1297 3423 15 22 2 60
+ 1 1 61040 48076 37148 191084 0 0 112 7740 1345 2460 17 19 4 60
+ 0 1 61040 42000 37544 196752 0 0 36 8212 1220 3872 28 15 3 54
+ 0 2 61040 39396 38132 198484 0 0 280 4196 1245 975 10 9 3 78
+ 0 1 61040 37164 38472 200168 0 0 236 2952 1171 904 19 7 1 73
+ 0 1 61040 34932 38752 201968 0 0 52 4060 1204 1551 42 11 2 45
+ 0 1 61040 32328 39084 204232 0 0 96 4128 1201 1300 24 9 1 66
+ 0 1 61040 30716 39328 205504 0 0 92 2656 1160 604 5 8 1 86
+ 0 2 61040 28856 39492 207040 0 0 28 4004 1146 934 3 6 1 90
+ 2 1 61040 30608 39588 207084 0 0 0 1228 1143 886 69 6 1 24
+ 3 0 61040 29864 39744 207332 0 0 0 1812 1124 556 82 12 1 5
+ 2 0 61040 29864 39992 207316 0 0 12 3028 1247 1480 60 12 4 24
+ 1 0 61040 28252 40332 207360 0 0 0 3932 1295 1314 52 16 6 26
+ 0 3 61040 29740 40408 207404 0 0 0 3180 1280 594 34 7 1 58
+ 0 2 61040 29864 40416 207404 0 0 0 572 1160 641 27 3 0 70
+ 1 0 61040 29744 40760 207492 0 0 0 3104 1289 1089 51 10 5 34
+ 2 0 61040 27628 40960 208024 0 0 0 2032 1165 990 69 17 2 12
+ 1 0 61040 23412 41036 208052 0 0 0 180 1012 870 59 38 1 2
+ 1 0 61040 23164 41072 208088 0 0 0 112 1010 1128 48 52 0 0
+ 2 0 61040 23040 41100 208104 0 0 0 240 1018 1188 47 52 0 1
+ 1 0 61040 23288 41272 208844 0 0 36 2084 1120 1616 54 30 2 14
+ 0 1 61040 23164 41420 208404 0 0 0 3000 1134 1016 75 9 2 14
+ 1 0 61040 26760 41744 208504 0 0 0 4116 1195 1494 47 26 4 23
+ 2 0 61040 21280 41880 208592 0 0 0 1184 1117 1509 77 11 3 9
+ 1 0 61040 22768 42112 208760 0 0 48 2428 1176 1304 61 17 3 19
+ 1 0 61040 21032 42164 208608 0 0 0 1396 1056 523 86 9 0 5
+ 2 0 61040 26984 42244 209992 0 0 124 2836 2004 2185 12 24 3 61
+ 1 1 61040 27232 42268 209356 0 0 12 12724 3341 5288 63 28 0 9
+ 1 0 61040 18800 42284 218192 0 0 0 192 1040 408 80 7 0 13
+ 1 0 61040 16444 42348 219752 0 0 0 16284 1112 848 59 10 1 30
+ 0 0 61040 9748 42364 225868 0 0 0 0 7050 9535 47 42 12 0
+ 0 1 61040 5088 40640 231964 0 0 0 44 7734 4501 24 44 22 11
+ 0 1 61040 8904 30312 236248 0 0 8 17388 5722 3161 47 37 0 15
+ 2 1 61040 4980 28492 241864 0 0 0 10100 1183 5951 21 19 0 60
+ 0 3 61040 4980 27496 241992 0 0 1100 11052 1299 7112 26 25 1 49
+ 0 1 61040 5972 25152 242756 0 0 1688 13788 1302 2434 17 21 0 62
+ 1 0 61040 5868 23692 243380 0 0 760 12912 1190 4846 24 35 2 40
+ 1 0 61040 28952 18956 225068 0 0 1412 17916 1295 8420 27 33 1 40
+ 0 1 61040 54476 19764 202744 0 0 668 3096 1309 1207 13 9 6 72
+ 1 0 61040 51624 19848 205140 0 0 1068 0 1140 1252 55 5 0 40
+ 1 0 61040 49020 19876 207720 0 0 464 0 1091 1388 85 5 0 10
+ 0 2 61040 45072 19964 211464 0 0 2368 4640 1366 1022 53 5 0 42
+ 0 3 61040 41972 20004 214384 0 0 1452 204 1302 852 24 4 0 72
+ 0 1 61040 37508 20064 219016 0 0 2632 320 1380 1312 33 7 0 60
+ 0 1 61040 31060 20104 225468 0 0 2584 3616 1452 1641 60 12 0 28
+ 1 1 61040 27108 20124 229452 0 0 1268 0 1333 1471 48 12 0 40
+ 1 1 61040 24628 20164 231844 0 0 1208 7936 1177 682 54 5 0 41
+ 0 1 61040 21776 20196 234664 0 0 1264 0 1147 810 69 6 0 25
+ 0 1 61040 18676 20240 237772 0 0 1420 0 1182 855 72 6 0 22
+ 1 0 61040 15344 20288 241016 0 0 1740 372 1190 825 61 9 0 30
+ 1 1 61040 12492 20332 243832 0 0 1276 0 1193 933 66 6 0 28
+ 2 1 61040 10756 20376 245392 0 0 808 7024 1128 699 58 3 0 39
+ 1 2 61040 7160 20388 249084 0 0 3176 0 1690 2476 22 7 0 71
+ 2 0 61040 5876 17208 253244 0 0 3092 0 1792 4379 73 10 0 17
+ 7 0 61040 6740 14356 255108 0 0 1516 3656 1389 1519 74 10 0 16
+ 3 0 61040 6528 11968 258088 0 0 1672 0 1394 2149 77 11 0 12
+ 2 1 61040 5576 11140 259568 0 0 1196 2228 1120 1319 85 6 0 9
+ 2 1 61040 5452 11180 259860 0 0 2560 0 1136 1518 88 6 0 6
+ 2 0 61040 7388 11192 257904 0 0 564 880 1202 1517 84 7 0 9
+ 2 1 61040 5900 11196 259392 0 0 4 0 1022 1349 93 7 0 0
+ 1 0 61040 6552 10988 258656 0 0 5100 1968 1352 1138 69 6 0 25
+ 1 0 61040 5604 11044 259976 0 0 856 6864 1176 1547 82 7 0 11
+ 3 1 61040 7616 10964 257884 0 0 260 4 1148 1924 94 6 0 1
+ 2 1 61040 6748 10972 259008 0 0 396 1680 1481 1800 45 6 0 49
+ 2 0 61040 5644 10736 260184 0 0 1448 0 1121 1034 80 6 0 14
+ 5 1 61040 6420 10524 259676 0 0 916 1380 1197 1461 92 7 0 1
+ 3 0 61040 6372 10508 259724 0 0 424 5776 1049 1761 94 6 0 0
+ 2 1 61040 5728 10480 260620 0 0 0 4 1012 937 94 6 0 0
+ 3 0 61040 6108 10476 260012 0 0 1208 0 1104 847 81 11 0 8
+ 3 0 61040 6492 10504 259480 0 0 660 0 1058 1341 87 8 0 5
+ 1 2 61040 6464 10508 259556 0 0 644 0 1093 848 73 6 0 21
+ 1 2 61040 6320 10528 259728 0 0 1500 9152 1307 1155 13 3 0 84
+ 1 0 61040 6344 10484 259828 0 0 1072 4 1320 2080 50 5 0 45
+ 1 0 61040 6268 10464 260316 0 0 0 4 1035 1869 94 6 0 0
+ 1 0 61040 6112 10356 260684 0 0 0 0 1008 665 96 4 0 0
+ 1 2 61040 24260 10564 242724 0 0 460 0 1091 1015 72 7 0 21
+ 2 1 61040 53692 11116 209920 0 0 544 5804 1193 890 35 14 0 51
+ 0 1 61040 118028 11684 150632 0 0 544 5332 1152 1007 33 26 0 42
+ 0 1 61040 148596 12072 124696 0 0 1868 4 1151 431 1 12 0 87
+ 0 1 61040 127020 12212 132648 0 0 8092 0 1206 572 53 7 0 40
+ 2 0 61040 120696 12316 138236 0 0 5588 0 1252 879 49 3 4 44
+ 0 1 61040 133220 12436 139036 0 0 612 1752 1402 912 44 6 2 48
+ 1 0 61040 97884 14764 170588 0 0 64 0 1021 2011 59 37 0 4
+ 0 2 61040 71968 15680 194728 0 0 28 17636 1209 1626 42 28 0 31
+ 0 1 61040 69116 16128 196824 0 0 36 7988 1220 499 4 6 0 90
+ 1 0 61040 51880 17088 211952 0 0 160 9592 1177 1683 16 23 0 61
+ 0 3 61040 47788 17356 215484 0 0 40 11748 1153 669 5 7 0 88
+ 0 5 61040 46052 17448 216828 0 0 28 12320 1164 452 2 4 0 94
+ 0 4 61040 41588 17684 220924 0 0 24 3384 1134 593 8 5 0 87
+ 0 4 61040 32040 17840 230120 0 0 248 10512 1219 766 18 11 0 71
+ 0 2 61040 29668 17952 232044 0 0 28 1160 1180 364 4 4 0 92
+ 0 2 61040 5776 18844 252384 0 0 44 33228 1091 2551 29 33 0 38
+ 0 3 61040 5896 18844 252384 0 0 0 10316 1085 193 1 1 0 98
+ 0 3 61040 6084 17564 253924 0 0 512 0 1126 383 4 3 0 93
+ 0 3 61040 5684 16932 254940 0 0 2888 1620 1169 949 18 14 0 68
+ 1 0 61040 5684 16248 255288 0 0 5760 4 1062 1284 28 19 0 53
+ 2 2 61040 5820 16484 253356 0 0 3516 45184 1115 1634 38 29 0 34
+ 0 4 61040 6320 16660 252820 0 0 356 504 1075 1130 32 16 0 52
+ 0 4 61040 6592 16836 253024 0 0 8 4028 1055 207 0 2 0 98
+ 0 3 61040 5744 16932 254236 0 0 1288 4 1214 436 2 6 0 92
+ 0 1 61040 5708 17072 253376 0 0 2012 12040 1258 564 3 7 0 90
+ 1 0 61040 5620 17104 253340 0 0 20 6472 1054 202 21 4 0 75
+ 1 1 61040 5628 17128 252404 0 0 32 1064 1081 290 96 3 0 1
+ 0 2 61040 6596 17188 251552 0 0 372 2072 3788 3727 48 21 0 31
+ 0 3 61040 6032 17188 251488 0 0 932 1796 1260 300 2 3 0 95
+ 0 3 61040 5764 17192 249796 0 0 268 1016 1198 312 9 1 0 90
+ 1 4 61040 5660 17196 247408 0 0 52 3576 1211 238 14 3 0 83
+ 0 1 61040 7568 17308 249120 0 0 288 2100 1174 1001 7 8 1 84
+ 0 1 61040 6408 17412 250008 0 0 0 6240 1179 2844 9 13 1 77
+ 1 1 61040 6160 17692 252016 0 0 1964 3952 1196 1095 8 13 2 77
+ 1 0 61040 8940 17944 250340 0 0 416 7140 1164 715 40 10 3 47
+ 1 0 61040 8300 18060 250404 0 0 808 1408 1198 1176 54 17 3 26
+ 1 0 61040 11144 18020 247580 0 0 228 0 1028 1696 55 39 0 6
+ 0 1 61040 11144 18024 247636 0 0 60 3424 1377 266 3 3 0 94
+ 1 0 61040 10400 18044 248328 0 0 688 1488 1372 823 38 23 0 38
+ 2 0 61040 9904 18056 248444 0 0 60 0 1078 1008 62 35 0 3
+ 4 0 61040 9284 18088 248404 0 0 0 2728 1036 940 57 31 0 12
+ 2 1 61040 9648 18100 248400 0 0 0 868 1038 2208 47 53 0 0
+ 3 0 61040 9524 18120 248500 0 0 104 200 1170 1394 57 38 0 5
+ 1 0 61040 7588 18072 247856 0 0 4 0 1003 1327 55 45 0 0
+ 2 0 61040 9196 18096 247848 0 0 0 0 1002 959 64 36 0 0
+ 3 0 61040 8700 18112 247856 0 0 0 344 1014 987 63 37 0 0
+ 1 0 61040 8692 18120 247936 0 0 0 0 1002 2782 60 40 0 0
+ 1 0 61040 6332 18088 247032 0 0 12 0 1004 857 77 21 0 2
+ 0 0 61040 10752 18060 246300 0 0 80 0 1011 1016 42 18 38 1
+ 0 0 61040 10752 18060 246300 0 0 0 0 1015 196 1 0 99 0
+ 0 0 61040 10752 18072 246300 0 0 0 552 1024 191 0 0 99 1
+ 0 0 61040 10752 18072 246300 0 0 0 4 1003 164 1 1 98 0
+ 0 0 61040 11016 18072 246304 0 0 0 0 1002 159 0 0 100 0
+ 2 0 61040 11016 18104 246340 0 0 28 0 1006 1880 26 13 60 1
+ 0 1 61040 9652 18152 246660 0 0 204 0 1036 2433 69 24 0 7
+ 2 0 61040 21836 18212 237588 0 0 336 320 1060 3840 59 30 0 11
+ 2 1 61040 78308 18792 183000 0 0 580 432 1154 976 5 37 0 58
+ 1 0 61040 119464 18916 133664 0 0 9312 84 1269 496 18 18 0 63
+ 1 0 61040 110164 19028 139912 0 0 5976 0 1578 1229 46 10 2 42
+ 0 1 61040 121944 19172 142352 0 0 596 0 1074 933 46 14 0 40
+ 0 1 61040 121696 19344 142784 0 0 548 6196 1095 1369 40 28 0 32
+ 1 0 61040 92060 20816 169660 0 0 140 16 1032 1672 53 32 0 15
+ 1 0 61040 54860 22476 203344 0 0 32 7816 1126 2023 59 33 0 8
+ 1 2 61040 23364 23576 231684 0 0 304 11528 1316 1729 43 33 0 24
+ 1 1 61040 5736 24004 246564 0 0 228 24356 1229 1235 24 31 0 45
+ 1 3 61040 6356 23844 245588 0 0 956 7000 1148 944 23 14 0 63
+ 0 5 61040 6336 18408 251000 0 0 1920 820 1151 568 11 7 0 82
+ 0 5 61040 5740 14860 255232 0 0 2048 14700 1216 512 10 7 0 83
+ 0 4 61040 6368 14748 254560 0 0 1284 12300 1128 407 7 3 0 90
+ 0 5 61040 4988 14684 255792 0 0 1664 14548 1112 491 10 4 0 86
+ 0 4 61040 6484 14664 254280 0 0 1292 8356 1118 477 8 4 0 88
+ 0 4 61040 6000 14392 255100 0 0 1936 6904 1109 545 10 6 0 84
+ 0 2 61040 6504 14160 255156 0 0 1792 8536 1122 629 11 7 0 82
+ 0 2 61040 5768 14136 256276 0 0 1676 4 1088 586 11 8 0 81
+ 0 2 61040 6600 14208 254020 0 0 388 51472 1109 271 3 8 0 89
+ 0 2 61040 7220 14208 254020 0 0 0 0 1056 150 0 0 0 100
+ 0 1 61040 6356 14376 255328 0 0 3228 916 1054 808 20 13 0 67
+ 0 2 61040 5756 14684 255688 0 0 2736 4 1093 841 14 12 0 74
+ 0 1 61040 5892 14760 255184 0 0 2188 0 1201 478 3 5 0 92
+ 1 0 61040 6500 14800 253840 0 0 708 17828 1190 285 14 6 0 80
+ 1 1 61040 5880 14800 253848 0 0 8 0 1004 241 95 3 0 2
+ 0 1 61040 5772 14848 254028 0 0 992 0 3669 4329 54 21 4 21
+ 1 0 61040 6892 15196 249832 0 0 712 5808 1154 2595 40 18 2 40
+ 0 1 61040 6000 15460 250580 0 0 60 6544 1155 1398 7 8 1 84
+ 0 1 61040 8312 15920 251784 0 0 2212 4180 1321 1299 15 18 4 64
+ 3 0 61040 10180 16036 247936 0 0 0 6516 1162 634 67 9 3 21
+ 1 0 61040 7688 16124 249660 0 0 764 308 1059 1244 59 20 0 21
+ 0 0 61040 11044 16160 247936 0 0 116 124 1036 1142 24 29 45 2
+ 2 0 61040 10548 16168 248312 0 0 368 0 1018 567 25 17 55 3
+ 2 0 61040 10044 16184 248552 0 0 180 0 1154 1084 64 35 0 1
+ 2 0 61040 10168 16204 248604 0 0 80 0 1008 974 66 33 0 1
+ 1 0 61040 9668 16228 248592 0 0 0 2724 1034 1819 42 46 0 12
+ 1 0 61040 8800 16248 248600 0 0 0 552 1067 1676 60 40 0 0
+ 2 0 61040 9232 16216 247988 0 0 0 0 1006 1365 53 47 0 0
+ 1 0 61040 8736 16236 248080 0 0 84 0 1017 910 60 38 0 2
+ 2 0 61040 8360 16244 248092 0 0 0 0 1002 994 61 39 0 0
+ 2 0 61040 8848 16260 248132 0 0 0 356 1017 1032 59 41 0 0
+ 3 1 61040 9964 16276 247444 0 0 4 968 1059 1068 72 28 0 0
+ 0 1 61040 11536 16300 245536 0 0 60 3152 1435 1077 56 25 0 19
+ 0 1 61040 11536 16300 245536 0 0 0 1344 1177 174 0 1 0 99
+ 0 1 61040 11536 16300 245536 0 0 0 1848 1267 210 1 1 0 98
+ 0 1 61040 12296 16308 245536 0 0 0 1580 1237 212 0 0 0 100
+ 0 0 61040 12544 16316 245536 0 0 0 12 1253 203 0 2 72 27
+ 4 0 61040 13188 16348 245536 0 0 0 0 1002 1189 21 11 68 0
+ 1 0 61040 11824 16396 245700 0 0 40 0 1010 3010 73 26 0 1
+ 2 0 61040 24724 16420 235560 0 0 240 0 1016 3815 58 32 0 10
+ 1 0 61040 162140 16540 104960 0 0 384 1940 1064 934 22 53 0 25
+ 1 0 61040 142304 17052 124180 0 0 5824 520 1295 1271 33 20 0 47
+ 1 0 61040 95696 18572 167940 0 0 14092 0 1163 2029 51 37 0 12
+ 1 2 61040 62588 20016 197724 0 0 848 13992 1254 1715 43 36 0 22
+ 1 1 61040 28488 20768 228264 0 0 12 18012 1339 1854 52 38 0 10
+ 0 4 61040 6476 20820 248776 0 0 108 9044 1167 1414 34 24 0 42
+ 0 5 61040 6492 20828 248776 0 0 0 11512 1353 218 0 3 0 97
+ 0 4 61040 6108 20832 249268 0 0 1708 11092 1227 699 7 6 0 87
+ 0 4 61040 5736 20880 249420 0 0 1792 14500 1146 482 9 5 0 86
+ 0 4 61040 5612 20620 249644 0 0 1792 14644 1104 530 8 8 0 84
+ 1 4 61040 6352 15584 253712 0 0 2068 15516 1099 608 11 6 0 83
+ 0 7 61040 4988 15684 254016 0 0 1868 3768 1077 588 12 6 0 82
+ 0 7 61040 4988 15888 250760 0 0 1276 5056 1125 505 15 3 0 82
+ 0 7 61040 5252 15924 249016 0 0 908 1812 1094 470 10 4 0 86
+ 0 6 61040 5732 16024 245648 0 0 2964 4576 1091 1137 27 12 0 61
+ 0 4 61040 6492 16172 244508 0 0 3128 68 1091 776 17 16 0 67
+ 1 4 61040 5852 16256 244920 0 0 2532 12 1104 675 18 8 0 74
+ 0 6 61040 13600 16680 245388 0 0 1520 2036 1264 872 8 5 0 86
+ 0 5 61040 12116 16880 245568 0 0 348 57416 1100 1250 19 8 0 73
+ 0 3 61040 12140 17136 246688 0 0 1320 4252 4166 2438 5 3 0 92
+ 0 3 61040 9652 17192 247752 0 0 1068 5572 1182 697 39 8 0 53
+ 0 2 61040 8900 17284 245804 0 0 780 552 1309 1129 32 9 0 59
+ 0 2 61040 10632 17732 246608 0 0 696 7048 1254 1596 13 21 0 67
+ 2 1 61040 10136 17800 246736 0 0 240 36 1112 1031 76 8 0 16
+ 4 1 61040 8648 17836 247476 0 0 248 0 1719 1559 87 12 0 1
+ 0 2 61040 7932 17984 245604 0 0 192 4680 2957 3997 44 28 0 28
+ 0 2 61040 6464 18308 246508 0 0 168 6408 1176 2168 26 20 0 54
+ 3 0 61040 8004 18600 246924 0 0 228 3172 1271 1912 23 20 0 57
+ 0 3 61040 6452 18608 248032 0 0 2304 1212 1261 843 2 3 0 95
+ 0 3 61040 6712 18612 248256 0 0 232 1200 1286 845 4 4 0 92
+ 0 4 61040 6712 18620 248292 0 0 36 2324 1402 861 5 2 0 93
+ 0 5 61040 6960 18632 248344 0 0 44 1556 1294 734 4 2 0 94
+ 0 2 61040 7460 18636 248432 0 0 80 2624 2103 1013 2 2 0 96
+ 2 2 61040 6500 18724 248600 0 0 116 608 1246 929 10 9 0 82
+ 1 1 61040 8612 18904 248696 0 0 152 6532 1169 805 37 14 0 49
+ 1 1 61040 11344 18996 246216 0 0 404 1716 1309 1289 60 22 0 18
+ 2 0 61040 6508 19052 249024 0 0 956 0 1232 2758 63 28 0 9
+ 3 0 61040 10036 18980 247088 0 0 2080 0 1197 2244 44 28 0 28
+ 0 1 61040 8300 18980 248532 0 0 1416 208 1487 2510 11 42 0 47
+ 2 0 61040 7044 18996 249224 0 0 680 0 1118 1212 41 34 0 25
+ 2 1 61040 7540 18968 248192 0 0 364 252 1106 1399 56 42 0 2
+ 3 1 61040 9008 18908 247528 0 0 364 0 1093 1321 63 37 0 0
+ 1 1 61040 8132 18916 247836 0 0 312 0 1079 2046 46 54 0 0
+ 3 0 61040 8380 18928 247908 0 0 68 8 1016 1825 54 46 0 0
+ 3 0 61040 9128 18928 245832 0 0 0 0 1010 1555 54 46 0 0
+ 2 0 61040 9128 18964 245852 0 0 4 408 1019 965 59 41 0 0
+ 3 0 61040 9248 18976 245856 0 0 0 0 1002 964 61 39 0 0
+ 3 0 61040 9372 18980 245876 0 0 0 0 1002 900 66 34 0 0
+ 1 0 61040 10716 18956 245108 0 0 16 4 1007 1365 62 38 0 0
+ 0 0 61040 10784 18968 244236 0 0 60 0 1006 982 71 23 3 3
+ 0 0 61040 10784 18984 244236 0 0 4 604 1029 173 0 1 97 2
+ 0 0 61040 10784 18984 244236 0 0 0 0 1004 178 1 0 99 0
+ 0 0 61040 10908 18984 244240 0 0 0 0 1002 171 1 0 99 0
+ 0 0 61040 11032 18988 244240 0 0 0 4 1003 171 0 0 100 0
+ 1 0 61040 11420 18988 244264 0 0 24 0 1004 230 1 2 95 2
+ 4 0 61040 11072 19072 244424 0 0 80 260 1029 3264 69 28 0 3
+ 2 0 61040 11568 19088 244588 0 0 140 0 1023 4013 67 25 0 8
+ 2 0 61040 138404 19420 121584 0 0 492 0 1098 1612 22 57 0 21
+ 0 1 61040 134544 20100 127980 0 0 3924 68 1266 1015 29 20 0 51
+ 1 0 61040 92012 21908 167404 0 0 13440 0 1192 1786 44 33 0 23
+ 1 2 61040 54084 23768 201284 0 0 3532 12640 1215 1828 50 32 0 18
+ 1 2 61040 5976 25716 242572 0 0 12 26268 1884 3358 58 41 0 1
+ 0 3 61040 5760 25740 242588 0 0 340 13860 1127 413 7 7 0 86
+ 0 4 61040 5760 25740 242588 0 0 0 12532 1270 225 1 2 0 97
+ 0 4 61040 6256 23036 244740 0 0 2432 14940 1135 605 15 4 0 81
+ 0 5 61040 5884 20080 247896 0 0 1292 22424 1215 673 7 6 0 87
+ 0 5 61040 5756 20060 248264 0 0 1668 12876 1217 1142 12 9 0 79
+ 0 5 61040 6072 19896 248164 0 0 2048 10268 1135 698 12 8 0 80
+ 0 4 61040 6392 20048 248020 0 0 2736 28 1191 1327 20 10 0 70
+ 0 2 61040 5808 20144 248336 0 0 2820 40740 1736 1941 20 13 0 67
+ 4 1 61040 5788 20288 248676 0 0 3200 472 1322 2473 72 15 0 13
+ 2 0 61040 15004 20508 239608 0 0 3780 4 1354 1627 31 21 0 49
diff --git a/testsuite/run-test.log b/testsuite/run-test.log
index 84c0faf..2651f03 100644
--- a/testsuite/run-test.log
+++ b/testsuite/run-test.log
@@ -1,7 +1,7 @@
[OK] create-sid
[OK] build-sid-dsh
[OK] pdebuild-sid-dsh
-[OK] pdebuild-internal-sid-dsh
+[FAIL] pdebuild-internal-sid-dsh
[OK] execute-sid
[OK] create-sarge
[OK] build-sarge-dsh