echo "VERSION=2022.08-330-g8b15de20a0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /nvmedata/autobuild/instance-23/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-23/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-23/output-1/per-package /nvmedata/autobuild/instance-23/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-23/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /nvmedata/autobuild/instance-23/output-1/images rm -rf /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2 mkdir -p /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-23/output-1/target/ /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/target" >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/nvmedata/autobuild/instance-23/output-1/host/bin:/nvmedata/autobuild/instance-23/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-23/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/target >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot echo "/nvmedata/autobuild/instance-23/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/target" >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /nvmedata/autobuild/instance-23/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -b -s 0x1000 -d /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/target -o /nvmedata/autobuild/instance-23/output-1/images/rootfs.jffs2\n' >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/nvmedata/autobuild/instance-23/output-1/host/bin:/nvmedata/autobuild/instance-23/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-23/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/jffs2/target table='/nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-23/output-1/images rm -rf /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-23/output-1/target/ /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-23/output-1/host/bin:/nvmedata/autobuild/instance-23/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-23/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-23/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-23/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-23/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-23/output-1/host/bin:/nvmedata/autobuild/instance-23/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-23/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 5104 objects. stage 2: creating image '/nvmedata/autobuild/instance-23/output-1/images/rootfs.yaffs2' [ ] 1/5104 0% [ ] 2/5104 0% [ ] 3/5104 0% [ ] 4/5104 0% [ ] 5/5104 0% [ ] 6/5104 0% [ ] 7/5104 0% [ ] 8/5104 0% [ ] 9/5104 0% [ ] 10/5104 0% [ ] 11/5104 0% [ ] 12/5104 0% [ ] 13/5104 0% [ ] 14/5104 0% [ ] 15/5104 0% [ ] 16/5104 0% [ ] 17/5104 0% [ ] 18/5104 0% [ ] 19/5104 0% [ ] 20/5104 0% [ ] 21/5104 0% [ ] 22/5104 0% [ ] 23/5104 0% [ ] 24/5104 0% [ ] 25/5104 0% [ ] 26/5104 0% [ ] 27/5104 0% [ ] 28/5104 0% [ ] 29/5104 0% [ ] 30/5104 0% [ ] 31/5104 0% [ ] 32/5104 0% [ ] 33/5104 0% [ ] 34/5104 0% [ ] 35/5104 0% [ ] 36/5104 0% [ ] 37/5104 0% [ ] 38/5104 0% [ ] 39/5104 0% [ ] 40/5104 0% [ ] 41/5104 0% [ ] 42/5104 0% [ ] 43/5104 0% [ ] 44/5104 0% [ ] 45/5104 0% [ ] 46/5104 0% [ ] 47/5104 0% [ ] 48/5104 0% [ ] 49/5104 0% [ ] 50/5104 0% [ ] 51/5104 0% [ ] 52/5104 1% [ ] 53/5104 1% [ ] 54/5104 1% [ ] 55/5104 1% [ ] 56/5104 1% [ ] 57/5104 1% [ ] 58/5104 1% [ ] 59/5104 1% [ ] 60/5104 1% [ ] 61/5104 1% [ ] 62/5104 1% [ ] 63/5104 1% [ ] 64/5104 1% [ ] 65/5104 1% [ ] 66/5104 1% [ ] 67/5104 1% [ ] 68/5104 1% [ ] 69/5104 1% [ ] 70/5104 1% [ ] 71/5104 1% [ ] 72/5104 1% [ ] 73/5104 1% [ ] 74/5104 1% [ ] 75/5104 1% [ ] 76/5104 1% [ ] 77/5104 1% [ ] 78/5104 1% [ ] 79/5104 1% [ ] 80/5104 1% [ ] 81/5104 1% [ ] 82/5104 1% [= ] 83/5104 1% [= ] 84/5104 1% [= ] 85/5104 1% [= ] 86/5104 1% [= ] 87/5104 1% [= ] 88/5104 1% [= ] 89/5104 1% [= ] 90/5104 1% [= ] 91/5104 1% [= ] 92/5104 1% [= ] 93/5104 1% [= ] 94/5104 1% [= ] 95/5104 1% [= ] 96/5104 1% [= ] 97/5104 1% [= ] 98/5104 1% [= ] 99/5104 1% [= ] 100/5104 1% [= ] 101/5104 1% [= ] 102/5104 1% [= ] 103/5104 2% [= ] 104/5104 2% [= ] 105/5104 2% [= ] 106/5104 2% [= ] 107/5104 2% [= ] 108/5104 2% [= ] 109/5104 2% [= ] 110/5104 2% [= ] 111/5104 2% [= ] 112/5104 2% [= ] 113/5104 2% [= ] 114/5104 2% [= ] 115/5104 2% [= ] 116/5104 2% [= ] 117/5104 2% [= ] 118/5104 2% [= ] 119/5104 2% [= ] 120/5104 2% [= ] 121/5104 2% [= ] 122/5104 2% [= ] 123/5104 2% [= ] 124/5104 2% [= ] 125/5104 2% [= ] 126/5104 2% [= ] 127/5104 2% [= ] 128/5104 2% [= ] 129/5104 2% [= ] 130/5104 2% [= ] 131/5104 2% [= ] 132/5104 2% [= ] 133/5104 2% [= ] 134/5104 2% [= ] 135/5104 2% [= ] 136/5104 2% [= ] 137/5104 2% [= ] 138/5104 2% [= ] 139/5104 2% [= ] 140/5104 2% [= ] 141/5104 2% [= ] 142/5104 2% [= ] 143/5104 2% [= ] 144/5104 2% [= ] 145/5104 2% [= ] 146/5104 2% [= ] 147/5104 2% [= ] 148/5104 2% [= ] 149/5104 2% [= ] 150/5104 2% [= ] 151/5104 2% [= ] 152/5104 2% [= ] 153/5104 2% [= ] 154/5104 3% [= ] 155/5104 3% [= ] 156/5104 3% [= ] 157/5104 3% [= ] 158/5104 3% [= ] 159/5104 3% [= ] 160/5104 3% [= ] 161/5104 3% [= ] 162/5104 3% [= ] 163/5104 3% [= ] 164/5104 3% [== ] 165/5104 3% [== ] 166/5104 3% [== ] 167/5104 3% [== ] 168/5104 3% [== ] 169/5104 3% [== ] 170/5104 3% [== ] 171/5104 3% [== ] 172/5104 3% [== ] 173/5104 3% [== ] 174/5104 3% [== ] 175/5104 3% [== ] 176/5104 3% [== ] 177/5104 3% [== ] 178/5104 3% [== ] 179/5104 3% [== ] 180/5104 3% [== ] 181/5104 3% [== ] 182/5104 3% [== ] 183/5104 3% [== ] 184/5104 3% [== ] 185/5104 3% [== ] 186/5104 3% [== ] 187/5104 3% [== ] 188/5104 3% [== ] 189/5104 3% [== ] 190/5104 3% [== ] 191/5104 3% [== ] 192/5104 3% [== ] 193/5104 3% [== ] 194/5104 3% [== ] 195/5104 3% [== ] 196/5104 3% [== ] 197/5104 3% [== ] 198/5104 3% [== ] 199/5104 3% [== ] 200/5104 3% [== ] 201/5104 3% [== ] 202/5104 3% [== ] 203/5104 3% [== ] 204/5104 3% [== ] 205/5104 4% [== ] 206/5104 4% [== ] 207/5104 4% [== ] 208/5104 4% [== ] 209/5104 4% [== ] 210/5104 4% [== ] 211/5104 4% [== ] 212/5104 4% [== ] 213/5104 4% [== ] 214/5104 4% [== ] 215/5104 4% [== ] 216/5104 4% [== ] 217/5104 4% [== ] 218/5104 4% [== ] 219/5104 4% [== ] 220/5104 4% [== ] 221/5104 4% [== ] 222/5104 4% [== ] 223/5104 4% [== ] 224/5104 4% [== ] 225/5104 4% [== ] 226/5104 4% [== ] 227/5104 4% [== ] 228/5104 4% [== ] 229/5104 4% [== ] 230/5104 4% [== ] 231/5104 4% [== ] 232/5104 4% [== ] 233/5104 4% [== ] 234/5104 4% [== ] 235/5104 4% [== ] 236/5104 4% [== ] 237/5104 4% [== ] 238/5104 4% [== ] 239/5104 4% [== ] 240/5104 4% [== ] 241/5104 4% [== ] 242/5104 4% [== ] 243/5104 4% [== ] 244/5104 4% [== ] 245/5104 4% [== ] 246/5104 4% [=== ] 247/5104 4% [=== ] 248/5104 4% [=== ] 249/5104 4% [=== ] 250/5104 4% [=== ] 251/5104 4% [=== ] 252/5104 4% [=== ] 253/5104 4% [=== ] 254/5104 4% [=== ] 255/5104 4% [=== ] 256/5104 5% [=== ] 257/5104 5% [=== ] 258/5104 5% [=== ] 259/5104 5% [=== ] 260/5104 5% [=== ] 261/5104 5% [=== ] 262/5104 5% [=== ] 263/5104 5% [=== ] 264/5104 5% [=== ] 265/5104 5% [=== ] 266/5104 5% [=== ] 267/5104 5% [=== ] 268/5104 5% [=== ] 269/5104 5% [=== ] 270/5104 5% [=== ] 271/5104 5% [=== ] 272/5104 5% [=== ] 273/5104 5% [=== ] 274/5104 5% [=== ] 275/5104 5% [=== ] 276/5104 5% [=== ] 277/5104 5% [=== ] 278/5104 5% [=== ] 279/5104 5% [=== ] 280/5104 5% [=== ] 281/5104 5% [=== ] 282/5104 5% [=== ] 283/5104 5% [=== ] 284/5104 5% [=== ] 285/5104 5% [=== ] 286/5104 5% [=== ] 287/5104 5% [=== ] 288/5104 5% [=== ] 289/5104 5% [=== ] 290/5104 5% [=== ] 291/5104 5% [=== ] 292/5104 5% [=== ] 293/5104 5% [=== ] 294/5104 5% [=== ] 295/5104 5% [=== ] 296/5104 5% [=== ] 297/5104 5% [=== ] 298/5104 5% [=== ] 299/5104 5% [=== ] 300/5104 5% [=== ] 301/5104 5% [=== ] 302/5104 5% [=== ] 303/5104 5% [=== ] 304/5104 5% [=== ] 305/5104 5% [=== ] 306/5104 5% [=== ] 307/5104 6% [=== ] 308/5104 6% [=== ] 309/5104 6% [=== ] 310/5104 6% [=== ] 311/5104 6% [=== ] 312/5104 6% [=== ] 313/5104 6% [=== ] 314/5104 6% [=== ] 315/5104 6% [=== ] 316/5104 6% [=== ] 317/5104 6% [=== ] 318/5104 6% [=== ] 319/5104 6% [=== ] 320/5104 6% [=== ] 321/5104 6% [=== ] 322/5104 6% [=== ] 323/5104 6% [=== ] 324/5104 6% [=== ] 325/5104 6% [=== ] 326/5104 6% [=== ] 327/5104 6% [=== ] 328/5104 6% [=== ] 329/5104 6% [==== ] 330/5104 6% [==== ] 331/5104 6% [==== ] 332/5104 6% [==== ] 333/5104 6% [==== ] 334/5104 6% [==== ] 335/5104 6% [==== ] 336/5104 6% [==== ] 337/5104 6% [==== ] 338/5104 6% [==== ] 339/5104 6% [==== ] 340/5104 6% [==== ] 341/5104 6% [==== ] 342/5104 6% [==== ] 343/5104 6% [==== ] 344/5104 6% [==== ] 345/5104 6% [==== ] 346/5104 6% [==== ] 347/5104 6% [==== ] 348/5104 6% [==== ] 349/5104 6% [==== ] 350/5104 6% [==== ] 351/5104 6% [==== ] 352/5104 6% [==== ] 353/5104 6% [==== ] 354/5104 6% [==== ] 355/5104 6% [==== ] 356/5104 6% [==== ] 357/5104 6% [==== ] 358/5104 7% [==== ] 359/5104 7% [==== ] 360/5104 7% [==== ] 361/5104 7% [==== ] 362/5104 7% [==== ] 363/5104 7% [==== ] 364/5104 7% [==== ] 365/5104 7% [==== ] 366/5104 7% [==== ] 367/5104 7% [==== ] 368/5104 7% [==== ] 369/5104 7% [==== ] 370/5104 7% [==== ] 371/5104 7% [==== ] 372/5104 7% [==== ] 373/5104 7% [==== ] 374/5104 7% [==== ] 375/5104 7% [==== ] 376/5104 7% [==== ] 377/5104 7% [==== ] 378/5104 7% [==== ] 379/5104 7% [==== ] 380/5104 7% [==== ] 381/5104 7% [==== ] 382/5104 7% [==== ] 383/5104 7% [==== ] 384/5104 7% [==== ] 385/5104 7% [==== ] 386/5104 7% [==== ] 387/5104 7% [==== ] 388/5104 7% [==== ] 389/5104 7% [==== ] 390/5104 7% [==== ] 391/5104 7% [==== ] 392/5104 7% [==== ] 393/5104 7% [==== ] 394/5104 7% [==== ] 395/5104 7% [==== ] 396/5104 7% [==== ] 397/5104 7% [==== ] 398/5104 7% [==== ] 399/5104 7% [==== ] 400/5104 7% [==== ] 401/5104 7% [==== ] 402/5104 7% [==== ] 403/5104 7% [==== ] 404/5104 7% [==== ] 405/5104 7% [==== ] 406/5104 7% [==== ] 407/5104 7% [==== ] 408/5104 7% [==== ] 409/5104 8% [==== ] 410/5104 8% [==== ] 411/5104 8% [===== ] 412/5104 8% [===== ] 413/5104 8% [===== ] 414/5104 8% [===== ] 415/5104 8% [===== ] 416/5104 8% [===== ] 417/5104 8% [===== ] 418/5104 8% [===== ] 419/5104 8% [===== ] 420/5104 8% [===== ] 421/5104 8% [===== ] 422/5104 8% [===== ] 423/5104 8% [===== ] 424/5104 8% [===== ] 425/5104 8% [===== ] 426/5104 8% [===== ] 427/5104 8% [===== ] 428/5104 8% [===== ] 429/5104 8% [===== ] 430/5104 8% [===== ] 431/5104 8% [===== ] 432/5104 8% [===== ] 433/5104 8% [===== ] 434/5104 8% [===== ] 435/5104 8% [===== ] 436/5104 8% [===== ] 437/5104 8% [===== ] 438/5104 8% [===== ] 439/5104 8% [===== ] 440/5104 8% [===== ] 441/5104 8% [===== ] 442/5104 8% [===== ] 443/5104 8% [===== ] 444/5104 8% [===== ] 445/5104 8% [===== ] 446/5104 8% [===== ] 447/5104 8% [===== ] 448/5104 8% [===== ] 449/5104 8% [===== ] 450/5104 8% [===== ] 451/5104 8% [===== ] 452/5104 8% [===== ] 453/5104 8% [===== ] 454/5104 8% [===== ] 455/5104 8% [===== ] 456/5104 8% [===== ] 457/5104 8% [===== ] 458/5104 8% [===== ] 459/5104 8% [===== ] 460/5104 9% [===== ] 461/5104 9% [===== ] 462/5104 9% [===== ] 463/5104 9% [===== ] 464/5104 9% [===== ] 465/5104 9% [===== ] 466/5104 9% [===== ] 467/5104 9% [===== ] 468/5104 9% [===== ] 469/5104 9% [===== ] 470/5104 9% [===== ] 471/5104 9% [===== ] 472/5104 9% [===== ] 473/5104 9% [===== ] 474/5104 9% [===== ] 475/5104 9% [===== ] 476/5104 9% [===== ] 477/5104 9% [===== ] 478/5104 9% [===== ] 479/5104 9% [===== ] 480/5104 9% [===== ] 481/5104 9% [===== ] 482/5104 9% [===== ] 483/5104 9% [===== ] 484/5104 9% [===== ] 485/5104 9% [===== ] 486/5104 9% [===== ] 487/5104 9% [===== ] 488/5104 9% [===== ] 489/5104 9% [===== ] 490/5104 9% [===== ] 491/5104 9% [===== ] 492/5104 9% [===== ] 493/5104 9% [====== ] 494/5104 9% [====== ] 495/5104 9% [====== ] 496/5104 9% [====== ] 497/5104 9% [====== ] 498/5104 9% [====== ] 499/5104 9% [====== ] 500/5104 9% [====== ] 501/5104 9% [====== ] 502/5104 9% [====== ] 503/5104 9% [====== ] 504/5104 9% [====== ] 505/5104 9% [====== ] 506/5104 9% [====== ] 507/5104 9% [====== ] 508/5104 9% [====== ] 509/5104 9% [====== ] 510/5104 9% [====== ] 511/5104 10% [====== ] 512/5104 10% [====== ] 513/5104 10% [====== ] 514/5104 10% [====== ] 515/5104 10% [====== ] 516/5104 10% [====== ] 517/5104 10% [====== ] 518/5104 10% [====== ] 519/5104 10% [====== ] 520/5104 10% [====== ] 521/5104 10% [====== ] 522/5104 10% [====== ] 523/5104 10% [====== ] 524/5104 10% [====== ] 525/5104 10% [====== ] 526/5104 10% [====== ] 527/5104 10% [====== ] 528/5104 10% [====== ] 529/5104 10% [====== ] 530/5104 10% [====== ] 531/5104 10% [====== ] 532/5104 10% [====== ] 533/5104 10% [====== ] 534/5104 10% [====== ] 535/5104 10% [====== ] 536/5104 10% [====== ] 537/5104 10% [====== ] 538/5104 10% [====== ] 539/5104 10% [====== ] 540/5104 10% [====== ] 541/5104 10% [====== ] 542/5104 10% [====== ] 543/5104 10% [====== ] 544/5104 10% [====== ] 545/5104 10% [====== ] 546/5104 10% [====== ] 547/5104 10% [====== ] 548/5104 10% [====== ] 549/5104 10% [====== ] 550/5104 10% [====== ] 551/5104 10% [====== ] 552/5104 10% [====== ] 553/5104 10% [====== ] 554/5104 10% [====== ] 555/5104 10% [====== ] 556/5104 10% [====== ] 557/5104 10% [====== ] 558/5104 10% [====== ] 559/5104 10% [====== ] 560/5104 10% [====== ] 561/5104 10% [====== ] 562/5104 11% [====== ] 563/5104 11% [====== ] 564/5104 11% [====== ] 565/5104 11% [====== ] 566/5104 11% [====== ] 567/5104 11% [====== ] 568/5104 11% [====== ] 569/5104 11% [====== ] 570/5104 11% [====== ] 571/5104 11% [====== ] 572/5104 11% [====== ] 573/5104 11% [====== ] 574/5104 11% [====== ] 575/5104 11% [====== ] 576/5104 11% [======= ] 577/5104 11% [======= ] 578/5104 11% [======= ] 579/5104 11% [======= ] 580/5104 11% [======= ] 581/5104 11% [======= ] 582/5104 11% [======= ] 583/5104 11% [======= ] 584/5104 11% [======= ] 585/5104 11% [======= ] 586/5104 11% [======= ] 587/5104 11% [======= ] 588/5104 11% [======= ] 589/5104 11% [======= ] 590/5104 11% [======= ] 591/5104 11% [======= ] 592/5104 11% [======= ] 593/5104 11% [======= ] 594/5104 11% [======= ] 595/5104 11% [======= ] 596/5104 11% [======= ] 597/5104 11% [======= ] 598/5104 11% [======= ] 599/5104 11% [======= ] 600/5104 11% [======= ] 601/5104 11% [======= ] 602/5104 11% [======= ] 603/5104 11% [======= ] 604/5104 11% [======= ] 605/5104 11% [======= ] 606/5104 11% [======= ] 607/5104 11% [======= ] 608/5104 11% [======= ] 609/5104 11% [======= ] 610/5104 11% [======= ] 611/5104 11% [======= ] 612/5104 11% [======= ] 613/5104 12% [======= ] 614/5104 12% [======= ] 615/5104 12% [======= ] 616/5104 12% [======= ] 617/5104 12% [======= ] 618/5104 12% [======= ] 619/5104 12% [======= ] 620/5104 12% [======= ] 621/5104 12% [======= ] 622/5104 12% [======= ] 623/5104 12% [======= ] 624/5104 12% [======= ] 625/5104 12% [======= ] 626/5104 12% [======= ] 627/5104 12% [======= ] 628/5104 12% [======= ] 629/5104 12% [======= ] 630/5104 12% [======= ] 631/5104 12% [======= ] 632/5104 12% [======= ] 633/5104 12% [======= ] 634/5104 12% [======= ] 635/5104 12% [======= ] 636/5104 12% [======= ] 637/5104 12% [======= ] 638/5104 12% [======= ] 639/5104 12% [======= ] 640/5104 12% [======= ] 641/5104 12% [======= ] 642/5104 12% [======= ] 643/5104 12% [======= ] 644/5104 12% [======= ] 645/5104 12% [======= ] 646/5104 12% [======= ] 647/5104 12% [======= ] 648/5104 12% [======= ] 649/5104 12% [======= ] 650/5104 12% [======= ] 651/5104 12% [======= ] 652/5104 12% [======= ] 653/5104 12% [======= ] 654/5104 12% [======= ] 655/5104 12% [======= ] 656/5104 12% [======= ] 657/5104 12% [======= ] 658/5104 12% [======== ] 659/5104 12% [======== ] 660/5104 12% [======== ] 661/5104 12% [======== ] 662/5104 12% [======== ] 663/5104 12% [======== ] 664/5104 13% [======== ] 665/5104 13% [======== ] 666/5104 13% [======== ] 667/5104 13% [======== ] 668/5104 13% [======== ] 669/5104 13% [======== ] 670/5104 13% [======== ] 671/5104 13% [======== ] 672/5104 13% [======== ] 673/5104 13% [======== ] 674/5104 13% [======== ] 675/5104 13% [======== ] 676/5104 13% [======== ] 677/5104 13% [======== ] 678/5104 13% [======== ] 679/5104 13% [======== ] 680/5104 13% [======== ] 681/5104 13% [======== ] 682/5104 13% [======== ] 683/5104 13% [======== ] 684/5104 13% [======== ] 685/5104 13% [======== ] 686/5104 13% [======== ] 687/5104 13% [======== ] 688/5104 13% [======== ] 689/5104 13% [======== ] 690/5104 13% [======== ] 691/5104 13% [======== ] 692/5104 13% [======== ] 693/5104 13% [======== ] 694/5104 13% [======== ] 695/5104 13% [======== ] 696/5104 13% [======== ] 697/5104 13% [======== ] 698/5104 13% [======== ] 699/5104 13% [======== ] 700/5104 13% [======== ] 701/5104 13% [======== ] 702/5104 13% [======== ] 703/5104 13% [======== ] 704/5104 13% [======== ] 705/5104 13% [======== ] 706/5104 13% [======== ] 707/5104 13% [======== ] 708/5104 13% [======== ] 709/5104 13% [======== ] 710/5104 13% [======== ] 711/5104 13% [======== ] 712/5104 13% [======== ] 713/5104 13% [======== ] 714/5104 13% [======== ] 715/5104 14% [======== ] 716/5104 14% [======== ] 717/5104 14% [======== ] 718/5104 14% [======== ] 719/5104 14% [======== ] 720/5104 14% [======== ] 721/5104 14% [======== ] 722/5104 14% [======== ] 723/5104 14% [======== ] 724/5104 14% [======== ] 725/5104 14% [======== ] 726/5104 14% [======== ] 727/5104 14% [======== ] 728/5104 14% [======== ] 729/5104 14% [======== ] 730/5104 14% [======== ] 731/5104 14% [======== ] 732/5104 14% [======== ] 733/5104 14% [======== ] 734/5104 14% [======== ] 735/5104 14% [======== ] 736/5104 14% [======== ] 737/5104 14% [======== ] 738/5104 14% [======== ] 739/5104 14% [======== ] 740/5104 14% [========= ] 741/5104 14% [========= ] 742/5104 14% [========= ] 743/5104 14% [========= ] 744/5104 14% [========= ] 745/5104 14% [========= ] 746/5104 14% [========= ] 747/5104 14% [========= ] 748/5104 14% [========= ] 749/5104 14% [========= ] 750/5104 14% [========= ] 751/5104 14% [========= ] 752/5104 14% [========= ] 753/5104 14% [========= ] 754/5104 14% [========= ] 755/5104 14% [========= ] 756/5104 14% [========= ] 757/5104 14% [========= ] 758/5104 14% [========= ] 759/5104 14% [========= ] 760/5104 14% [========= ] 761/5104 14% [========= ] 762/5104 14% [========= ] 763/5104 14% [========= ] 764/5104 14% [========= ] 765/5104 14% [========= ] 766/5104 15% [========= ] 767/5104 15% [========= ] 768/5104 15% [========= ] 769/5104 15% [========= ] 770/5104 15% [========= ] 771/5104 15% [========= ] 772/5104 15% [========= ] 773/5104 15% [========= ] 774/5104 15% [========= ] 775/5104 15% [========= ] 776/5104 15% [========= ] 777/5104 15% [========= ] 778/5104 15% [========= ] 779/5104 15% [========= ] 780/5104 15% [========= ] 781/5104 15% [========= ] 782/5104 15% [========= ] 783/5104 15% [========= ] 784/5104 15% [========= ] 785/5104 15% [========= ] 786/5104 15% [========= ] 787/5104 15% [========= ] 788/5104 15% [========= ] 789/5104 15% [========= ] 790/5104 15% [========= ] 791/5104 15% [========= ] 792/5104 15% [========= ] 793/5104 15% [========= ] 794/5104 15% [========= ] 795/5104 15% [========= ] 796/5104 15% [========= ] 797/5104 15% [========= ] 798/5104 15% [========= ] 799/5104 15% [========= ] 800/5104 15% [========= ] 801/5104 15% [========= ] 802/5104 15% [========= ] 803/5104 15% [========= ] 804/5104 15% [========= ] 805/5104 15% [========= ] 806/5104 15% [========= ] 807/5104 15% [========= ] 808/5104 15% [========= ] 809/5104 15% [========= ] 810/5104 15% [========= ] 811/5104 15% [========= ] 812/5104 15% [========= ] 813/5104 15% [========= ] 814/5104 15% [========= ] 815/5104 15% [========= ] 816/5104 15% [========= ] 817/5104 16% [========= ] 818/5104 16% [========= ] 819/5104 16% [========= ] 820/5104 16% [========= ] 821/5104 16% [========= ] 822/5104 16% [========= ] 823/5104 16% [========== ] 824/5104 16% [========== ] 825/5104 16% [========== ] 826/5104 16% [========== ] 827/5104 16% [========== ] 828/5104 16% [========== ] 829/5104 16% [========== ] 830/5104 16% [========== ] 831/5104 16% [========== ] 832/5104 16% [========== ] 833/5104 16% [========== ] 834/5104 16% [========== ] 835/5104 16% [========== ] 836/5104 16% [========== ] 837/5104 16% [========== ] 838/5104 16% [========== ] 839/5104 16% [========== ] 840/5104 16% [========== ] 841/5104 16% [========== ] 842/5104 16% [========== ] 843/5104 16% [========== ] 844/5104 16% [========== ] 845/5104 16% [========== ] 846/5104 16% [========== ] 847/5104 16% [========== ] 848/5104 16% [========== ] 849/5104 16% [========== ] 850/5104 16% [========== ] 851/5104 16% [========== ] 852/5104 16% [========== ] 853/5104 16% [========== ] 854/5104 16% [========== ] 855/5104 16% [========== ] 856/5104 16% [========== ] 857/5104 16% [========== ] 858/5104 16% [========== ] 859/5104 16% [========== ] 860/5104 16% [========== ] 861/5104 16% [========== ] 862/5104 16% [========== ] 863/5104 16% [========== ] 864/5104 16% [========== ] 865/5104 16% [========== ] 866/5104 16% [========== ] 867/5104 16% [========== ] 868/5104 17% [========== ] 869/5104 17% [========== ] 870/5104 17% [========== ] 871/5104 17% [========== ] 872/5104 17% [========== ] 873/5104 17% [========== ] 874/5104 17% [========== ] 875/5104 17% [========== ] 876/5104 17% [========== ] 877/5104 17% [========== ] 878/5104 17% [========== ] 879/5104 17% [========== ] 880/5104 17% [========== ] 881/5104 17% [========== ] 882/5104 17% [========== ] 883/5104 17% [========== ] 884/5104 17% [========== ] 885/5104 17% [========== ] 886/5104 17% [========== ] 887/5104 17% [========== ] 888/5104 17% [========== ] 889/5104 17% [========== ] 890/5104 17% [========== ] 891/5104 17% [========== ] 892/5104 17% [========== ] 893/5104 17% [========== ] 894/5104 17% [========== ] 895/5104 17% [========== ] 896/5104 17% [========== ] 897/5104 17% [========== ] 898/5104 17% [========== ] 899/5104 17% [========== ] 900/5104 17% [========== ] 901/5104 17% [========== ] 902/5104 17% [========== ] 903/5104 17% [========== ] 904/5104 17% [========== ] 905/5104 17% [=========== ] 906/5104 17% [=========== ] 907/5104 17% [=========== ] 908/5104 17% [=========== ] 909/5104 17% [=========== ] 910/5104 17% [=========== ] 911/5104 17% [=========== ] 912/5104 17% [=========== ] 913/5104 17% [=========== ] 914/5104 17% [=========== ] 915/5104 17% [=========== ] 916/5104 17% [=========== ] 917/5104 17% [=========== ] 918/5104 17% [=========== ] 919/5104 18% [=========== ] 920/5104 18% [=========== ] 921/5104 18% [=========== ] 922/5104 18% [=========== ] 923/5104 18% [=========== ] 924/5104 18% [=========== ] 925/5104 18% [=========== ] 926/5104 18% [=========== ] 927/5104 18% [=========== ] 928/5104 18% [=========== ] 929/5104 18% [=========== ] 930/5104 18% [=========== ] 931/5104 18% [=========== ] 932/5104 18% [=========== ] 933/5104 18% [=========== ] 934/5104 18% [=========== ] 935/5104 18% [=========== ] 936/5104 18% [=========== ] 937/5104 18% [=========== ] 938/5104 18% [=========== ] 939/5104 18% [=========== ] 940/5104 18% [=========== ] 941/5104 18% [=========== ] 942/5104 18% [=========== ] 943/5104 18% [=========== ] 944/5104 18% [=========== ] 945/5104 18% [=========== ] 946/5104 18% [=========== ] 947/5104 18% [=========== ] 948/5104 18% [=========== ] 949/5104 18% [=========== ] 950/5104 18% [=========== ] 951/5104 18% [=========== ] 952/5104 18% [=========== ] 953/5104 18% [=========== ] 954/5104 18% [=========== ] 955/5104 18% [=========== ] 956/5104 18% [=========== ] 957/5104 18% [=========== ] 958/5104 18% [=========== ] 959/5104 18% [=========== ] 960/5104 18% [=========== ] 961/5104 18% [=========== ] 962/5104 18% [=========== ] 963/5104 18% [=========== ] 964/5104 18% [=========== ] 965/5104 18% [=========== ] 966/5104 18% [=========== ] 967/5104 18% [=========== ] 968/5104 18% [=========== ] 969/5104 18% [=========== ] 970/5104 19% [=========== ] 971/5104 19% [=========== ] 972/5104 19% [=========== ] 973/5104 19% [=========== ] 974/5104 19% [=========== ] 975/5104 19% [=========== ] 976/5104 19% [=========== ] 977/5104 19% [=========== ] 978/5104 19% [=========== ] 979/5104 19% [=========== ] 980/5104 19% [=========== ] 981/5104 19% [=========== ] 982/5104 19% [=========== ] 983/5104 19% [=========== ] 984/5104 19% [=========== ] 985/5104 19% [=========== ] 986/5104 19% [=========== ] 987/5104 19% [============ ] 988/5104 19% [============ ] 989/5104 19% [============ ] 990/5104 19% [============ ] 991/5104 19% [============ ] 992/5104 19% [============ ] 993/5104 19% [============ ] 994/5104 19% [============ ] 995/5104 19% [============ ] 996/5104 19% [============ ] 997/5104 19% [============ ] 998/5104 19% [============ ] 999/5104 19% [============ ] 1000/5104 19% [============ ] 1001/5104 19% [============ ] 1002/5104 19% [============ ] 1003/5104 19% [============ ] 1004/5104 19% [============ ] 1005/5104 19% [============ ] 1006/5104 19% [============ ] 1007/5104 19% [============ ] 1008/5104 19% [============ ] 1009/5104 19% [============ ] 1010/5104 19% [============ ] 1011/5104 19% [============ ] 1012/5104 19% [============ ] 1013/5104 19% [============ ] 1014/5104 19% [============ ] 1015/5104 19% [============ ] 1016/5104 19% [============ ] 1017/5104 19% [============ ] 1018/5104 19% [============ ] 1019/5104 19% [============ ] 1020/5104 19% [============ ] 1021/5104 20% [============ ] 1022/5104 20% [============ ] 1023/5104 20% [============ ] 1024/5104 20% [============ ] 1025/5104 20% [============ ] 1026/5104 20% [============ ] 1027/5104 20% [============ ] 1028/5104 20% [============ ] 1029/5104 20% [============ ] 1030/5104 20% [============ ] 1031/5104 20% [============ ] 1032/5104 20% [============ ] 1033/5104 20% [============ ] 1034/5104 20% [============ ] 1035/5104 20% [============ ] 1036/5104 20% [============ ] 1037/5104 20% [============ ] 1038/5104 20% [============ ] 1039/5104 20% [============ ] 1040/5104 20% [============ ] 1041/5104 20% [============ ] 1042/5104 20% [============ ] 1043/5104 20% [============ ] 1044/5104 20% [============ ] 1045/5104 20% [============ ] 1046/5104 20% [============ ] 1047/5104 20% [============ ] 1048/5104 20% [============ ] 1049/5104 20% [============ ] 1050/5104 20% [============ ] 1051/5104 20% [============ ] 1052/5104 20% [============ ] 1053/5104 20% [============ ] 1054/5104 20% [============ ] 1055/5104 20% [============ ] 1056/5104 20% [============ ] 1057/5104 20% [============ ] 1058/5104 20% [============ ] 1059/5104 20% [============ ] 1060/5104 20% [============ ] 1061/5104 20% [============ ] 1062/5104 20% [============ ] 1063/5104 20% [============ ] 1064/5104 20% [============ ] 1065/5104 20% [============ ] 1066/5104 20% [============ ] 1067/5104 20% [============ ] 1068/5104 20% [============ ] 1069/5104 20% [============ ] 1070/5104 20% [============= ] 1071/5104 20% [============= ] 1072/5104 21% [============= ] 1073/5104 21% [============= ] 1074/5104 21% [============= ] 1075/5104 21% [============= ] 1076/5104 21% [============= ] 1077/5104 21% [============= ] 1078/5104 21% [============= ] 1079/5104 21% [============= ] 1080/5104 21% [============= ] 1081/5104 21% [============= ] 1082/5104 21% [============= ] 1083/5104 21% [============= ] 1084/5104 21% [============= ] 1085/5104 21% [============= ] 1086/5104 21% [============= ] 1087/5104 21% [============= ] 1088/5104 21% [============= ] 1089/5104 21% [============= ] 1090/5104 21% [============= ] 1091/5104 21% [============= ] 1092/5104 21% [============= ] 1093/5104 21% [============= ] 1094/5104 21% [============= ] 1095/5104 21% [============= ] 1096/5104 21% [============= ] 1097/5104 21% [============= ] 1098/5104 21% [============= ] 1099/5104 21% [============= ] 1100/5104 21% [============= ] 1101/5104 21% [============= ] 1102/5104 21% [============= ] 1103/5104 21% [============= ] 1104/5104 21% [============= ] 1105/5104 21% [============= ] 1106/5104 21% [============= ] 1107/5104 21% [============= ] 1108/5104 21% [============= ] 1109/5104 21% [============= ] 1110/5104 21% [============= ] 1111/5104 21% [============= ] 1112/5104 21% [============= ] 1113/5104 21% [============= ] 1114/5104 21% [============= ] 1115/5104 21% [============= ] 1116/5104 21% [============= ] 1117/5104 21% [============= ] 1118/5104 21% [============= ] 1119/5104 21% [============= ] 1120/5104 21% [============= ] 1121/5104 21% [============= ] 1122/5104 21% [============= ] 1123/5104 22% [============= ] 1124/5104 22% [============= ] 1125/5104 22% [============= ] 1126/5104 22% [============= ] 1127/5104 22% [============= ] 1128/5104 22% [============= ] 1129/5104 22% [============= ] 1130/5104 22% [============= ] 1131/5104 22% [============= ] 1132/5104 22% [============= ] 1133/5104 22% [============= ] 1134/5104 22% [============= ] 1135/5104 22% [============= ] 1136/5104 22% [============= ] 1137/5104 22% [============= ] 1138/5104 22% [============= ] 1139/5104 22% [============= ] 1140/5104 22% [============= ] 1141/5104 22% [============= ] 1142/5104 22% [============= ] 1143/5104 22% [============= ] 1144/5104 22% [============= ] 1145/5104 22% [============= ] 1146/5104 22% [============= ] 1147/5104 22% [============= ] 1148/5104 22% [============= ] 1149/5104 22% [============= ] 1150/5104 22% [============= ] 1151/5104 22% [============= ] 1152/5104 22% [============== ] 1153/5104 22% [============== ] 1154/5104 22% [============== ] 1155/5104 22% [============== ] 1156/5104 22% [============== ] 1157/5104 22% [============== ] 1158/5104 22% [============== ] 1159/5104 22% [============== ] 1160/5104 22% [============== ] 1161/5104 22% [============== ] 1162/5104 22% [============== ] 1163/5104 22% [============== ] 1164/5104 22% [============== ] 1165/5104 22% [============== ] 1166/5104 22% [============== ] 1167/5104 22% [============== ] 1168/5104 22% [============== ] 1169/5104 22% [============== ] 1170/5104 22% [============== ] 1171/5104 22% [============== ] 1172/5104 22% [============== ] 1173/5104 22% [============== ] 1174/5104 23% [============== ] 1175/5104 23% [============== ] 1176/5104 23% [============== ] 1177/5104 23% [============== ] 1178/5104 23% [============== ] 1179/5104 23% [============== ] 1180/5104 23% [============== ] 1181/5104 23% [============== ] 1182/5104 23% [============== ] 1183/5104 23% [============== ] 1184/5104 23% [============== ] 1185/5104 23% [============== ] 1186/5104 23% [============== ] 1187/5104 23% [============== ] 1188/5104 23% [============== ] 1189/5104 23% [============== ] 1190/5104 23% [============== ] 1191/5104 23% [============== ] 1192/5104 23% [============== ] 1193/5104 23% [============== ] 1194/5104 23% [============== ] 1195/5104 23% [============== ] 1196/5104 23% [============== ] 1197/5104 23% [============== ] 1198/5104 23% [============== ] 1199/5104 23% [============== ] 1200/5104 23% [============== ] 1201/5104 23% [============== ] 1202/5104 23% [============== ] 1203/5104 23% [============== ] 1204/5104 23% [============== ] 1205/5104 23% [============== ] 1206/5104 23% [============== ] 1207/5104 23% [============== ] 1208/5104 23% [============== ] 1209/5104 23% [============== ] 1210/5104 23% [============== ] 1211/5104 23% [============== ] 1212/5104 23% [============== ] 1213/5104 23% [============== ] 1214/5104 23% [============== ] 1215/5104 23% [============== ] 1216/5104 23% [============== ] 1217/5104 23% [============== ] 1218/5104 23% [============== ] 1219/5104 23% [============== ] 1220/5104 23% [============== ] 1221/5104 23% [============== ] 1222/5104 23% [============== ] 1223/5104 23% [============== ] 1224/5104 23% [============== ] 1225/5104 24% [============== ] 1226/5104 24% [============== ] 1227/5104 24% [============== ] 1228/5104 24% [============== ] 1229/5104 24% [============== ] 1230/5104 24% [============== ] 1231/5104 24% [============== ] 1232/5104 24% [============== ] 1233/5104 24% [============== ] 1234/5104 24% [=============== ] 1235/5104 24% [=============== ] 1236/5104 24% [=============== ] 1237/5104 24% [=============== ] 1238/5104 24% [=============== ] 1239/5104 24% [=============== ] 1240/5104 24% [=============== ] 1241/5104 24% [=============== ] 1242/5104 24% [=============== ] 1243/5104 24% [=============== ] 1244/5104 24% [=============== ] 1245/5104 24% [=============== ] 1246/5104 24% [=============== ] 1247/5104 24% [=============== ] 1248/5104 24% [=============== ] 1249/5104 24% [=============== ] 1250/5104 24% [=============== ] 1251/5104 24% [=============== ] 1252/5104 24% [=============== ] 1253/5104 24% [=============== ] 1254/5104 24% [=============== ] 1255/5104 24% [=============== ] 1256/5104 24% [=============== ] 1257/5104 24% [=============== ] 1258/5104 24% [=============== ] 1259/5104 24% [=============== ] 1260/5104 24% [=============== ] 1261/5104 24% [=============== ] 1262/5104 24% [=============== ] 1263/5104 24% [=============== ] 1264/5104 24% [=============== ] 1265/5104 24% [=============== ] 1266/5104 24% [=============== ] 1267/5104 24% [=============== ] 1268/5104 24% [=============== ] 1269/5104 24% [=============== ] 1270/5104 24% [=============== ] 1271/5104 24% [=============== ] 1272/5104 24% [=============== ] 1273/5104 24% [=============== ] 1274/5104 24% [=============== ] 1275/5104 24% [=============== ] 1276/5104 25% [=============== ] 1277/5104 25% [=============== ] 1278/5104 25% [=============== ] 1279/5104 25% [=============== ] 1280/5104 25% [=============== ] 1281/5104 25% [=============== ] 1282/5104 25% [=============== ] 1283/5104 25% [=============== ] 1284/5104 25% [=============== ] 1285/5104 25% [=============== ] 1286/5104 25% [=============== ] 1287/5104 25% [=============== ] 1288/5104 25% [=============== ] 1289/5104 25% [=============== ] 1290/5104 25% [=============== ] 1291/5104 25% [=============== ] 1292/5104 25% [=============== ] 1293/5104 25% [=============== ] 1294/5104 25% [=============== ] 1295/5104 25% [=============== ] 1296/5104 25% [=============== ] 1297/5104 25% [=============== ] 1298/5104 25% [=============== ] 1299/5104 25% [=============== ] 1300/5104 25% [=============== ] 1301/5104 25% [=============== ] 1302/5104 25% [=============== ] 1303/5104 25% [=============== ] 1304/5104 25% [=============== ] 1305/5104 25% [=============== ] 1306/5104 25% [=============== ] 1307/5104 25% [=============== ] 1308/5104 25% [=============== ] 1309/5104 25% [=============== ] 1310/5104 25% [=============== ] 1311/5104 25% [=============== ] 1312/5104 25% [=============== ] 1313/5104 25% [=============== ] 1314/5104 25% [=============== ] 1315/5104 25% [=============== ] 1316/5104 25% [=============== ] 1317/5104 25% [================ ] 1318/5104 25% [================ ] 1319/5104 25% [================ ] 1320/5104 25% [================ ] 1321/5104 25% [================ ] 1322/5104 25% [================ ] 1323/5104 25% [================ ] 1324/5104 25% [================ ] 1325/5104 25% [================ ] 1326/5104 25% [================ ] 1327/5104 25% [================ ] 1328/5104 26% [================ ] 1329/5104 26% [================ ] 1330/5104 26% [================ ] 1331/5104 26% [================ ] 1332/5104 26% [================ ] 1333/5104 26% [================ ] 1334/5104 26% [================ ] 1335/5104 26% [================ ] 1336/5104 26% [================ ] 1337/5104 26% [================ ] 1338/5104 26% [================ ] 1339/5104 26% [================ ] 1340/5104 26% [================ ] 1341/5104 26% [================ ] 1342/5104 26% [================ ] 1343/5104 26% [================ ] 1344/5104 26% [================ ] 1345/5104 26% [================ ] 1346/5104 26% [================ ] 1347/5104 26% [================ ] 1348/5104 26% [================ ] 1349/5104 26% [================ ] 1350/5104 26% [================ ] 1351/5104 26% [================ ] 1352/5104 26% [================ ] 1353/5104 26% [================ ] 1354/5104 26% [================ ] 1355/5104 26% [================ ] 1356/5104 26% [================ ] 1357/5104 26% [================ ] 1358/5104 26% [================ ] 1359/5104 26% [================ ] 1360/5104 26% [================ ] 1361/5104 26% [================ ] 1362/5104 26% [================ ] 1363/5104 26% [================ ] 1364/5104 26% [================ ] 1365/5104 26% [================ ] 1366/5104 26% [================ ] 1367/5104 26% [================ ] 1368/5104 26% [================ ] 1369/5104 26% [================ ] 1370/5104 26% [================ ] 1371/5104 26% [================ ] 1372/5104 26% [================ ] 1373/5104 26% [================ ] 1374/5104 26% [================ ] 1375/5104 26% [================ ] 1376/5104 26% [================ ] 1377/5104 26% [================ ] 1378/5104 26% [================ ] 1379/5104 27% [================ ] 1380/5104 27% [================ ] 1381/5104 27% [================ ] 1382/5104 27% [================ ] 1383/5104 27% [================ ] 1384/5104 27% [================ ] 1385/5104 27% [================ ] 1386/5104 27% [================ ] 1387/5104 27% [================ ] 1388/5104 27% [================ ] 1389/5104 27% [================ ] 1390/5104 27% [================ ] 1391/5104 27% [================ ] 1392/5104 27% [================ ] 1393/5104 27% [================ ] 1394/5104 27% [================ ] 1395/5104 27% [================ ] 1396/5104 27% [================ ] 1397/5104 27% [================ ] 1398/5104 27% [================ ] 1399/5104 27% [================= ] 1400/5104 27% [================= ] 1401/5104 27% [================= ] 1402/5104 27% [================= ] 1403/5104 27% [================= ] 1404/5104 27% [================= ] 1405/5104 27% [================= ] 1406/5104 27% [================= ] 1407/5104 27% [================= ] 1408/5104 27% [================= ] 1409/5104 27% [================= ] 1410/5104 27% [================= ] 1411/5104 27% [================= ] 1412/5104 27% [================= ] 1413/5104 27% [================= ] 1414/5104 27% [================= ] 1415/5104 27% [================= ] 1416/5104 27% [================= ] 1417/5104 27% [================= ] 1418/5104 27% [================= ] 1419/5104 27% [================= ] 1420/5104 27% [================= ] 1421/5104 27% [================= ] 1422/5104 27% [================= ] 1423/5104 27% [================= ] 1424/5104 27% [================= ] 1425/5104 27% [================= ] 1426/5104 27% [================= ] 1427/5104 27% [================= ] 1428/5104 27% [================= ] 1429/5104 27% [================= ] 1430/5104 28% [================= ] 1431/5104 28% [================= ] 1432/5104 28% [================= ] 1433/5104 28% [================= ] 1434/5104 28% [================= ] 1435/5104 28% [================= ] 1436/5104 28% [================= ] 1437/5104 28% [================= ] 1438/5104 28% [================= ] 1439/5104 28% [================= ] 1440/5104 28% [================= ] 1441/5104 28% [================= ] 1442/5104 28% [================= ] 1443/5104 28% [================= ] 1444/5104 28% [================= ] 1445/5104 28% [================= ] 1446/5104 28% [================= ] 1447/5104 28% [================= ] 1448/5104 28% [================= ] 1449/5104 28% [================= ] 1450/5104 28% [================= ] 1451/5104 28% [================= ] 1452/5104 28% [================= ] 1453/5104 28% [================= ] 1454/5104 28% [================= ] 1455/5104 28% [================= ] 1456/5104 28% [================= ] 1457/5104 28% [================= ] 1458/5104 28% [================= ] 1459/5104 28% [================= ] 1460/5104 28% [================= ] 1461/5104 28% [================= ] 1462/5104 28% [================= ] 1463/5104 28% [================= ] 1464/5104 28% [================= ] 1465/5104 28% [================= ] 1466/5104 28% [================= ] 1467/5104 28% [================= ] 1468/5104 28% [================= ] 1469/5104 28% [================= ] 1470/5104 28% [================= ] 1471/5104 28% [================= ] 1472/5104 28% [================= ] 1473/5104 28% [================= ] 1474/5104 28% [================= ] 1475/5104 28% [================= ] 1476/5104 28% [================= ] 1477/5104 28% [================= ] 1478/5104 28% [================= ] 1479/5104 28% [================= ] 1480/5104 28% [================= ] 1481/5104 29% [================== ] 1482/5104 29% [================== ] 1483/5104 29% [================== ] 1484/5104 29% [================== ] 1485/5104 29% [================== ] 1486/5104 29% [================== ] 1487/5104 29% [================== ] 1488/5104 29% [================== ] 1489/5104 29% [================== ] 1490/5104 29% [================== ] 1491/5104 29% [================== ] 1492/5104 29% [================== ] 1493/5104 29% [================== ] 1494/5104 29% [================== ] 1495/5104 29% [================== ] 1496/5104 29% [================== ] 1497/5104 29% [================== ] 1498/5104 29% [================== ] 1499/5104 29% [================== ] 1500/5104 29% [================== ] 1501/5104 29% [================== ] 1502/5104 29% [================== ] 1503/5104 29% [================== ] 1504/5104 29% [================== ] 1505/5104 29% [================== ] 1506/5104 29% [================== ] 1507/5104 29% [================== ] 1508/5104 29% [================== ] 1509/5104 29% [================== ] 1510/5104 29% [================== ] 1511/5104 29% [================== ] 1512/5104 29% [================== ] 1513/5104 29% [================== ] 1514/5104 29% [================== ] 1515/5104 29% [================== ] 1516/5104 29% [================== ] 1517/5104 29% [================== ] 1518/5104 29% [================== ] 1519/5104 29% [================== ] 1520/5104 29% [================== ] 1521/5104 29% [================== ] 1522/5104 29% [================== ] 1523/5104 29% [================== ] 1524/5104 29% [================== ] 1525/5104 29% [================== ] 1526/5104 29% [================== ] 1527/5104 29% [================== ] 1528/5104 29% [================== ] 1529/5104 29% [================== ] 1530/5104 29% [================== ] 1531/5104 29% [================== ] 1532/5104 30% [================== ] 1533/5104 30% [================== ] 1534/5104 30% [================== ] 1535/5104 30% [================== ] 1536/5104 30% [================== ] 1537/5104 30% [================== ] 1538/5104 30% [================== ] 1539/5104 30% [================== ] 1540/5104 30% [================== ] 1541/5104 30% [================== ] 1542/5104 30% [================== ] 1543/5104 30% [================== ] 1544/5104 30% [================== ] 1545/5104 30% [================== ] 1546/5104 30% [================== ] 1547/5104 30% [================== ] 1548/5104 30% [================== ] 1549/5104 30% [================== ] 1550/5104 30% [================== ] 1551/5104 30% [================== ] 1552/5104 30% [================== ] 1553/5104 30% [================== ] 1554/5104 30% [================== ] 1555/5104 30% [================== ] 1556/5104 30% [================== ] 1557/5104 30% [================== ] 1558/5104 30% [================== ] 1559/5104 30% [================== ] 1560/5104 30% [================== ] 1561/5104 30% [================== ] 1562/5104 30% [================== ] 1563/5104 30% [================== ] 1564/5104 30% [=================== ] 1565/5104 30% [=================== ] 1566/5104 30% [=================== ] 1567/5104 30% [=================== ] 1568/5104 30% [=================== ] 1569/5104 30% [=================== ] 1570/5104 30% [=================== ] 1571/5104 30% [=================== ] 1572/5104 30% [=================== ] 1573/5104 30% [=================== ] 1574/5104 30% [=================== ] 1575/5104 30% [=================== ] 1576/5104 30% [=================== ] 1577/5104 30% [=================== ] 1578/5104 30% [=================== ] 1579/5104 30% [=================== ] 1580/5104 30% [=================== ] 1581/5104 30% [=================== ] 1582/5104 30% [=================== ] 1583/5104 31% [=================== ] 1584/5104 31% [=================== ] 1585/5104 31% [=================== ] 1586/5104 31% [=================== ] 1587/5104 31% [=================== ] 1588/5104 31% [=================== ] 1589/5104 31% [=================== ] 1590/5104 31% [=================== ] 1591/5104 31% [=================== ] 1592/5104 31% [=================== ] 1593/5104 31% [=================== ] 1594/5104 31% [=================== ] 1595/5104 31% [=================== ] 1596/5104 31% [=================== ] 1597/5104 31% [=================== ] 1598/5104 31% [=================== ] 1599/5104 31% [=================== ] 1600/5104 31% [=================== ] 1601/5104 31% [=================== ] 1602/5104 31% [=================== ] 1603/5104 31% [=================== ] 1604/5104 31% [=================== ] 1605/5104 31% [=================== ] 1606/5104 31% [=================== ] 1607/5104 31% [=================== ] 1608/5104 31% [=================== ] 1609/5104 31% [=================== ] 1610/5104 31% [=================== ] 1611/5104 31% [=================== ] 1612/5104 31% [=================== ] 1613/5104 31% [=================== ] 1614/5104 31% [=================== ] 1615/5104 31% [=================== ] 1616/5104 31% [=================== ] 1617/5104 31% [=================== ] 1618/5104 31% [=================== ] 1619/5104 31% [=================== ] 1620/5104 31% [=================== ] 1621/5104 31% [=================== ] 1622/5104 31% [=================== ] 1623/5104 31% [=================== ] 1624/5104 31% [=================== ] 1625/5104 31% [=================== ] 1626/5104 31% [=================== ] 1627/5104 31% [=================== ] 1628/5104 31% [=================== ] 1629/5104 31% [=================== ] 1630/5104 31% [=================== ] 1631/5104 31% [=================== ] 1632/5104 31% [=================== ] 1633/5104 31% [=================== ] 1634/5104 32% [=================== ] 1635/5104 32% [=================== ] 1636/5104 32% [=================== ] 1637/5104 32% [=================== ] 1638/5104 32% [=================== ] 1639/5104 32% [=================== ] 1640/5104 32% [=================== ] 1641/5104 32% [=================== ] 1642/5104 32% [=================== ] 1643/5104 32% [=================== ] 1644/5104 32% [=================== ] 1645/5104 32% [=================== ] 1646/5104 32% [==================== ] 1647/5104 32% [==================== ] 1648/5104 32% [==================== ] 1649/5104 32% [==================== ] 1650/5104 32% [==================== ] 1651/5104 32% [==================== ] 1652/5104 32% [==================== ] 1653/5104 32% [==================== ] 1654/5104 32% [==================== ] 1655/5104 32% [==================== ] 1656/5104 32% [==================== ] 1657/5104 32% [==================== ] 1658/5104 32% [==================== ] 1659/5104 32% [==================== ] 1660/5104 32% [==================== ] 1661/5104 32% [==================== ] 1662/5104 32% [==================== ] 1663/5104 32% [==================== ] 1664/5104 32% [==================== ] 1665/5104 32% [==================== ] 1666/5104 32% [==================== ] 1667/5104 32% [==================== ] 1668/5104 32% [==================== ] 1669/5104 32% [==================== ] 1670/5104 32% [==================== ] 1671/5104 32% [==================== ] 1672/5104 32% [==================== ] 1673/5104 32% [==================== ] 1674/5104 32% [==================== ] 1675/5104 32% [==================== ] 1676/5104 32% [==================== ] 1677/5104 32% [==================== ] 1678/5104 32% [==================== ] 1679/5104 32% [==================== ] 1680/5104 32% [==================== ] 1681/5104 32% [==================== ] 1682/5104 32% [==================== ] 1683/5104 32% [==================== ] 1684/5104 32% [==================== ] 1685/5104 33% [==================== ] 1686/5104 33% [==================== ] 1687/5104 33% [==================== ] 1688/5104 33% [==================== ] 1689/5104 33% [==================== ] 1690/5104 33% [==================== ] 1691/5104 33% [==================== ] 1692/5104 33% [==================== ] 1693/5104 33% [==================== ] 1694/5104 33% [==================== ] 1695/5104 33% [==================== ] 1696/5104 33% [==================== ] 1697/5104 33% [==================== ] 1698/5104 33% [==================== ] 1699/5104 33% [==================== ] 1700/5104 33% [==================== ] 1701/5104 33% [==================== ] 1702/5104 33% [==================== ] 1703/5104 33% [==================== ] 1704/5104 33% [==================== ] 1705/5104 33% [==================== ] 1706/5104 33% [==================== ] 1707/5104 33% [==================== ] 1708/5104 33% [==================== ] 1709/5104 33% [==================== ] 1710/5104 33% [==================== ] 1711/5104 33% [==================== ] 1712/5104 33% [==================== ] 1713/5104 33% [==================== ] 1714/5104 33% [==================== ] 1715/5104 33% [==================== ] 1716/5104 33% [==================== ] 1717/5104 33% [==================== ] 1718/5104 33% [==================== ] 1719/5104 33% [==================== ] 1720/5104 33% [==================== ] 1721/5104 33% [==================== ] 1722/5104 33% [==================== ] 1723/5104 33% [==================== ] 1724/5104 33% [==================== ] 1725/5104 33% [==================== ] 1726/5104 33% [==================== ] 1727/5104 33% [==================== ] 1728/5104 33% [===================== ] 1729/5104 33% [===================== ] 1730/5104 33% [===================== ] 1731/5104 33% [===================== ] 1732/5104 33% [===================== ] 1733/5104 33% [===================== ] 1734/5104 33% [===================== ] 1735/5104 33% [===================== ] 1736/5104 34% [===================== ] 1737/5104 34% [===================== ] 1738/5104 34% [===================== ] 1739/5104 34% [===================== ] 1740/5104 34% [===================== ] 1741/5104 34% [===================== ] 1742/5104 34% [===================== ] 1743/5104 34% [===================== ] 1744/5104 34% [===================== ] 1745/5104 34% [===================== ] 1746/5104 34% [===================== ] 1747/5104 34% [===================== ] 1748/5104 34% [===================== ] 1749/5104 34% [===================== ] 1750/5104 34% [===================== ] 1751/5104 34% [===================== ] 1752/5104 34% [===================== ] 1753/5104 34% [===================== ] 1754/5104 34% [===================== ] 1755/5104 34% [===================== ] 1756/5104 34% [===================== ] 1757/5104 34% [===================== ] 1758/5104 34% [===================== ] 1759/5104 34% [===================== ] 1760/5104 34% [===================== ] 1761/5104 34% [===================== ] 1762/5104 34% [===================== ] 1763/5104 34% [===================== ] 1764/5104 34% [===================== ] 1765/5104 34% [===================== ] 1766/5104 34% [===================== ] 1767/5104 34% [===================== ] 1768/5104 34% [===================== ] 1769/5104 34% [===================== ] 1770/5104 34% [===================== ] 1771/5104 34% [===================== ] 1772/5104 34% [===================== ] 1773/5104 34% [===================== ] 1774/5104 34% [===================== ] 1775/5104 34% [===================== ] 1776/5104 34% [===================== ] 1777/5104 34% [===================== ] 1778/5104 34% [===================== ] 1779/5104 34% [===================== ] 1780/5104 34% [===================== ] 1781/5104 34% [===================== ] 1782/5104 34% [===================== ] 1783/5104 34% [===================== ] 1784/5104 34% [===================== ] 1785/5104 34% [===================== ] 1786/5104 34% [===================== ] 1787/5104 35% [===================== ] 1788/5104 35% [===================== ] 1789/5104 35% [===================== ] 1790/5104 35% [===================== ] 1791/5104 35% [===================== ] 1792/5104 35% [===================== ] 1793/5104 35% [===================== ] 1794/5104 35% [===================== ] 1795/5104 35% [===================== ] 1796/5104 35% [===================== ] 1797/5104 35% [===================== ] 1798/5104 35% [===================== ] 1799/5104 35% [===================== ] 1800/5104 35% [===================== ] 1801/5104 35% [===================== ] 1802/5104 35% [===================== ] 1803/5104 35% [===================== ] 1804/5104 35% [===================== ] 1805/5104 35% [===================== ] 1806/5104 35% [===================== ] 1807/5104 35% [===================== ] 1808/5104 35% [===================== ] 1809/5104 35% [===================== ] 1810/5104 35% [===================== ] 1811/5104 35% [====================== ] 1812/5104 35% [====================== ] 1813/5104 35% [====================== ] 1814/5104 35% [====================== ] 1815/5104 35% [====================== ] 1816/5104 35% [====================== ] 1817/5104 35% [====================== ] 1818/5104 35% [====================== ] 1819/5104 35% [====================== ] 1820/5104 35% [====================== ] 1821/5104 35% [====================== ] 1822/5104 35% [====================== ] 1823/5104 35% [====================== ] 1824/5104 35% [====================== ] 1825/5104 35% [====================== ] 1826/5104 35% [====================== ] 1827/5104 35% [====================== ] 1828/5104 35% [====================== ] 1829/5104 35% [====================== ] 1830/5104 35% [====================== ] 1831/5104 35% [====================== ] 1832/5104 35% [====================== ] 1833/5104 35% [====================== ] 1834/5104 35% [====================== ] 1835/5104 35% [====================== ] 1836/5104 35% [====================== ] 1837/5104 35% [====================== ] 1838/5104 36% [====================== ] 1839/5104 36% [====================== ] 1840/5104 36% [====================== ] 1841/5104 36% [====================== ] 1842/5104 36% [====================== ] 1843/5104 36% [====================== ] 1844/5104 36% [====================== ] 1845/5104 36% [====================== ] 1846/5104 36% [====================== ] 1847/5104 36% [====================== ] 1848/5104 36% [====================== ] 1849/5104 36% [====================== ] 1850/5104 36% [====================== ] 1851/5104 36% [====================== ] 1852/5104 36% [====================== ] 1853/5104 36% [====================== ] 1854/5104 36% [====================== ] 1855/5104 36% [====================== ] 1856/5104 36% [====================== ] 1857/5104 36% [====================== ] 1858/5104 36% [====================== ] 1859/5104 36% [====================== ] 1860/5104 36% [====================== ] 1861/5104 36% [====================== ] 1862/5104 36% [====================== ] 1863/5104 36% [====================== ] 1864/5104 36% [====================== ] 1865/5104 36% [====================== ] 1866/5104 36% [====================== ] 1867/5104 36% [====================== ] 1868/5104 36% [====================== ] 1869/5104 36% [====================== ] 1870/5104 36% [====================== ] 1871/5104 36% [====================== ] 1872/5104 36% [====================== ] 1873/5104 36% [====================== ] 1874/5104 36% [====================== ] 1875/5104 36% [====================== ] 1876/5104 36% [====================== ] 1877/5104 36% [====================== ] 1878/5104 36% [====================== ] 1879/5104 36% [====================== ] 1880/5104 36% [====================== ] 1881/5104 36% [====================== ] 1882/5104 36% [====================== ] 1883/5104 36% [====================== ] 1884/5104 36% [====================== ] 1885/5104 36% [====================== ] 1886/5104 36% [====================== ] 1887/5104 36% [====================== ] 1888/5104 36% [====================== ] 1889/5104 37% [====================== ] 1890/5104 37% [====================== ] 1891/5104 37% [====================== ] 1892/5104 37% [====================== ] 1893/5104 37% [======================= ] 1894/5104 37% [======================= ] 1895/5104 37% [======================= ] 1896/5104 37% [======================= ] 1897/5104 37% [======================= ] 1898/5104 37% [======================= ] 1899/5104 37% [======================= ] 1900/5104 37% [======================= ] 1901/5104 37% [======================= ] 1902/5104 37% [======================= ] 1903/5104 37% [======================= ] 1904/5104 37% [======================= ] 1905/5104 37% [======================= ] 1906/5104 37% [======================= ] 1907/5104 37% [======================= ] 1908/5104 37% [======================= ] 1909/5104 37% [======================= ] 1910/5104 37% [======================= ] 1911/5104 37% [======================= ] 1912/5104 37% [======================= ] 1913/5104 37% [======================= ] 1914/5104 37% [======================= ] 1915/5104 37% [======================= ] 1916/5104 37% [======================= ] 1917/5104 37% [======================= ] 1918/5104 37% [======================= ] 1919/5104 37% [======================= ] 1920/5104 37% [======================= ] 1921/5104 37% [======================= ] 1922/5104 37% [======================= ] 1923/5104 37% [======================= ] 1924/5104 37% [======================= ] 1925/5104 37% [======================= ] 1926/5104 37% [======================= ] 1927/5104 37% [======================= ] 1928/5104 37% [======================= ] 1929/5104 37% [======================= ] 1930/5104 37% [======================= ] 1931/5104 37% [======================= ] 1932/5104 37% [======================= ] 1933/5104 37% [======================= ] 1934/5104 37% [======================= ] 1935/5104 37% [======================= ] 1936/5104 37% [======================= ] 1937/5104 37% [======================= ] 1938/5104 37% [======================= ] 1939/5104 37% [======================= ] 1940/5104 38% [======================= ] 1941/5104 38% [======================= ] 1942/5104 38% [======================= ] 1943/5104 38% [======================= ] 1944/5104 38% [======================= ] 1945/5104 38% [======================= ] 1946/5104 38% [======================= ] 1947/5104 38% [======================= ] 1948/5104 38% [======================= ] 1949/5104 38% [======================= ] 1950/5104 38% [======================= ] 1951/5104 38% [======================= ] 1952/5104 38% [======================= ] 1953/5104 38% [======================= ] 1954/5104 38% [======================= ] 1955/5104 38% [======================= ] 1956/5104 38% [======================= ] 1957/5104 38% [======================= ] 1958/5104 38% [======================= ] 1959/5104 38% [======================= ] 1960/5104 38% [======================= ] 1961/5104 38% [======================= ] 1962/5104 38% [======================= ] 1963/5104 38% [======================= ] 1964/5104 38% [======================= ] 1965/5104 38% [======================= ] 1966/5104 38% [======================= ] 1967/5104 38% [======================= ] 1968/5104 38% [======================= ] 1969/5104 38% [======================= ] 1970/5104 38% [======================= ] 1971/5104 38% [======================= ] 1972/5104 38% [======================= ] 1973/5104 38% [======================= ] 1974/5104 38% [======================= ] 1975/5104 38% [======================== ] 1976/5104 38% [======================== ] 1977/5104 38% [======================== ] 1978/5104 38% [======================== ] 1979/5104 38% [======================== ] 1980/5104 38% [======================== ] 1981/5104 38% [======================== ] 1982/5104 38% [======================== ] 1983/5104 38% [======================== ] 1984/5104 38% [======================== ] 1985/5104 38% [======================== ] 1986/5104 38% [======================== ] 1987/5104 38% [======================== ] 1988/5104 38% [======================== ] 1989/5104 38% [======================== ] 1990/5104 38% [======================== ] 1991/5104 39% [======================== ] 1992/5104 39% [======================== ] 1993/5104 39% [======================== ] 1994/5104 39% [======================== ] 1995/5104 39% [======================== ] 1996/5104 39% [======================== ] 1997/5104 39% [======================== ] 1998/5104 39% [======================== ] 1999/5104 39% [======================== ] 2000/5104 39% [======================== ] 2001/5104 39% [======================== ] 2002/5104 39% [======================== ] 2003/5104 39% [======================== ] 2004/5104 39% [======================== ] 2005/5104 39% [======================== ] 2006/5104 39% [======================== ] 2007/5104 39% [======================== ] 2008/5104 39% [======================== ] 2009/5104 39% [======================== ] 2010/5104 39% [======================== ] 2011/5104 39% [======================== ] 2012/5104 39% [======================== ] 2013/5104 39% [======================== ] 2014/5104 39% [======================== ] 2015/5104 39% [======================== ] 2016/5104 39% [======================== ] 2017/5104 39% [======================== ] 2018/5104 39% [======================== ] 2019/5104 39% [======================== ] 2020/5104 39% [======================== ] 2021/5104 39% [======================== ] 2022/5104 39% [======================== ] 2023/5104 39% [======================== ] 2024/5104 39% [======================== ] 2025/5104 39% [======================== ] 2026/5104 39% [======================== ] 2027/5104 39% [======================== ] 2028/5104 39% [======================== ] 2029/5104 39% [======================== ] 2030/5104 39% [======================== ] 2031/5104 39% [======================== ] 2032/5104 39% [======================== ] 2033/5104 39% [======================== ] 2034/5104 39% [======================== ] 2035/5104 39% [======================== ] 2036/5104 39% [======================== ] 2037/5104 39% [======================== ] 2038/5104 39% [======================== ] 2039/5104 39% [======================== ] 2040/5104 39% [======================== ] 2041/5104 39% [======================== ] 2042/5104 40% [======================== ] 2043/5104 40% [======================== ] 2044/5104 40% [======================== ] 2045/5104 40% [======================== ] 2046/5104 40% [======================== ] 2047/5104 40% [======================== ] 2048/5104 40% [======================== ] 2049/5104 40% [======================== ] 2050/5104 40% [======================== ] 2051/5104 40% [======================== ] 2052/5104 40% [======================== ] 2053/5104 40% [======================== ] 2054/5104 40% [======================== ] 2055/5104 40% [======================== ] 2056/5104 40% [======================== ] 2057/5104 40% [======================== ] 2058/5104 40% [========================= ] 2059/5104 40% [========================= ] 2060/5104 40% [========================= ] 2061/5104 40% [========================= ] 2062/5104 40% [========================= ] 2063/5104 40% [========================= ] 2064/5104 40% [========================= ] 2065/5104 40% [========================= ] 2066/5104 40% [========================= ] 2067/5104 40% [========================= ] 2068/5104 40% [========================= ] 2069/5104 40% [========================= ] 2070/5104 40% [========================= ] 2071/5104 40% [========================= ] 2072/5104 40% [========================= ] 2073/5104 40% [========================= ] 2074/5104 40% [========================= ] 2075/5104 40% [========================= ] 2076/5104 40% [========================= ] 2077/5104 40% [========================= ] 2078/5104 40% [========================= ] 2079/5104 40% [========================= ] 2080/5104 40% [========================= ] 2081/5104 40% [========================= ] 2082/5104 40% [========================= ] 2083/5104 40% [========================= ] 2084/5104 40% [========================= ] 2085/5104 40% [========================= ] 2086/5104 40% [========================= ] 2087/5104 40% [========================= ] 2088/5104 40% [========================= ] 2089/5104 40% [========================= ] 2090/5104 40% [========================= ] 2091/5104 40% [========================= ] 2092/5104 40% [========================= ] 2093/5104 41% [========================= ] 2094/5104 41% [========================= ] 2095/5104 41% [========================= ] 2096/5104 41% [========================= ] 2097/5104 41% [========================= ] 2098/5104 41% [========================= ] 2099/5104 41% [========================= ] 2100/5104 41% [========================= ] 2101/5104 41% [========================= ] 2102/5104 41% [========================= ] 2103/5104 41% [========================= ] 2104/5104 41% [========================= ] 2105/5104 41% [========================= ] 2106/5104 41% [========================= ] 2107/5104 41% [========================= ] 2108/5104 41% [========================= ] 2109/5104 41% [========================= ] 2110/5104 41% [========================= ] 2111/5104 41% [========================= ] 2112/5104 41% [========================= ] 2113/5104 41% [========================= ] 2114/5104 41% [========================= ] 2115/5104 41% [========================= ] 2116/5104 41% [========================= ] 2117/5104 41% [========================= ] 2118/5104 41% [========================= ] 2119/5104 41% [========================= ] 2120/5104 41% [========================= ] 2121/5104 41% [========================= ] 2122/5104 41% [========================= ] 2123/5104 41% [========================= ] 2124/5104 41% [========================= ] 2125/5104 41% [========================= ] 2126/5104 41% [========================= ] 2127/5104 41% [========================= ] 2128/5104 41% [========================= ] 2129/5104 41% [========================= ] 2130/5104 41% [========================= ] 2131/5104 41% [========================= ] 2132/5104 41% [========================= ] 2133/5104 41% [========================= ] 2134/5104 41% [========================= ] 2135/5104 41% [========================= ] 2136/5104 41% [========================= ] 2137/5104 41% [========================= ] 2138/5104 41% [========================= ] 2139/5104 41% [========================= ] 2140/5104 41% [========================== ] 2141/5104 41% [========================== ] 2142/5104 41% [========================== ] 2143/5104 41% [========================== ] 2144/5104 42% [========================== ] 2145/5104 42% [========================== ] 2146/5104 42% [========================== ] 2147/5104 42% [========================== ] 2148/5104 42% [========================== ] 2149/5104 42% [========================== ] 2150/5104 42% [========================== ] 2151/5104 42% [========================== ] 2152/5104 42% [========================== ] 2153/5104 42% [========================== ] 2154/5104 42% [========================== ] 2155/5104 42% [========================== ] 2156/5104 42% [========================== ] 2157/5104 42% [========================== ] 2158/5104 42% [========================== ] 2159/5104 42% [========================== ] 2160/5104 42% [========================== ] 2161/5104 42% [========================== ] 2162/5104 42% [========================== ] 2163/5104 42% [========================== ] 2164/5104 42% [========================== ] 2165/5104 42% [========================== ] 2166/5104 42% [========================== ] 2167/5104 42% [========================== ] 2168/5104 42% [========================== ] 2169/5104 42% [========================== ] 2170/5104 42% [========================== ] 2171/5104 42% [========================== ] 2172/5104 42% [========================== ] 2173/5104 42% [========================== ] 2174/5104 42% [========================== ] 2175/5104 42% [========================== ] 2176/5104 42% [========================== ] 2177/5104 42% [========================== ] 2178/5104 42% [========================== ] 2179/5104 42% [========================== ] 2180/5104 42% [========================== ] 2181/5104 42% [========================== ] 2182/5104 42% [========================== ] 2183/5104 42% [========================== ] 2184/5104 42% [========================== ] 2185/5104 42% [========================== ] 2186/5104 42% [========================== ] 2187/5104 42% [========================== ] 2188/5104 42% [========================== ] 2189/5104 42% [========================== ] 2190/5104 42% [========================== ] 2191/5104 42% [========================== ] 2192/5104 42% [========================== ] 2193/5104 42% [========================== ] 2194/5104 42% [========================== ] 2195/5104 43% [========================== ] 2196/5104 43% [========================== ] 2197/5104 43% [========================== ] 2198/5104 43% [========================== ] 2199/5104 43% [========================== ] 2200/5104 43% [========================== ] 2201/5104 43% [========================== ] 2202/5104 43% [========================== ] 2203/5104 43% [========================== ] 2204/5104 43% [========================== ] 2205/5104 43% [========================== ] 2206/5104 43% [========================== ] 2207/5104 43% [========================== ] 2208/5104 43% [========================== ] 2209/5104 43% [========================== ] 2210/5104 43% [========================== ] 2211/5104 43% [========================== ] 2212/5104 43% [========================== ] 2213/5104 43% [========================== ] 2214/5104 43% [========================== ] 2215/5104 43% [========================== ] 2216/5104 43% [========================== ] 2217/5104 43% [========================== ] 2218/5104 43% [========================== ] 2219/5104 43% [========================== ] 2220/5104 43% [========================== ] 2221/5104 43% [========================== ] 2222/5104 43% [=========================== ] 2223/5104 43% [=========================== ] 2224/5104 43% [=========================== ] 2225/5104 43% [=========================== ] 2226/5104 43% [=========================== ] 2227/5104 43% [=========================== ] 2228/5104 43% [=========================== ] 2229/5104 43% [=========================== ] 2230/5104 43% [=========================== ] 2231/5104 43% [=========================== ] 2232/5104 43% [=========================== ] 2233/5104 43% [=========================== ] 2234/5104 43% [=========================== ] 2235/5104 43% [=========================== ] 2236/5104 43% [=========================== ] 2237/5104 43% [=========================== ] 2238/5104 43% [=========================== ] 2239/5104 43% [=========================== ] 2240/5104 43% [=========================== ] 2241/5104 43% [=========================== ] 2242/5104 43% [=========================== ] 2243/5104 43% [=========================== ] 2244/5104 43% [=========================== ] 2245/5104 43% [=========================== ] 2246/5104 44% [=========================== ] 2247/5104 44% [=========================== ] 2248/5104 44% [=========================== ] 2249/5104 44% [=========================== ] 2250/5104 44% [=========================== ] 2251/5104 44% [=========================== ] 2252/5104 44% [=========================== ] 2253/5104 44% [=========================== ] 2254/5104 44% [=========================== ] 2255/5104 44% [=========================== ] 2256/5104 44% [=========================== ] 2257/5104 44% [=========================== ] 2258/5104 44% [=========================== ] 2259/5104 44% [=========================== ] 2260/5104 44% [=========================== ] 2261/5104 44% [=========================== ] 2262/5104 44% [=========================== ] 2263/5104 44% [=========================== ] 2264/5104 44% [=========================== ] 2265/5104 44% [=========================== ] 2266/5104 44% [=========================== ] 2267/5104 44% [=========================== ] 2268/5104 44% [=========================== ] 2269/5104 44% [=========================== ] 2270/5104 44% [=========================== ] 2271/5104 44% [=========================== ] 2272/5104 44% [=========================== ] 2273/5104 44% [=========================== ] 2274/5104 44% [=========================== ] 2275/5104 44% [=========================== ] 2276/5104 44% [=========================== ] 2277/5104 44% [=========================== ] 2278/5104 44% [=========================== ] 2279/5104 44% [=========================== ] 2280/5104 44% [=========================== ] 2281/5104 44% [=========================== ] 2282/5104 44% [=========================== ] 2283/5104 44% [=========================== ] 2284/5104 44% [=========================== ] 2285/5104 44% [=========================== ] 2286/5104 44% [=========================== ] 2287/5104 44% [=========================== ] 2288/5104 44% [=========================== ] 2289/5104 44% [=========================== ] 2290/5104 44% [=========================== ] 2291/5104 44% [=========================== ] 2292/5104 44% [=========================== ] 2293/5104 44% [=========================== ] 2294/5104 44% [=========================== ] 2295/5104 44% [=========================== ] 2296/5104 44% [=========================== ] 2297/5104 45% [=========================== ] 2298/5104 45% [=========================== ] 2299/5104 45% [=========================== ] 2300/5104 45% [=========================== ] 2301/5104 45% [=========================== ] 2302/5104 45% [=========================== ] 2303/5104 45% [=========================== ] 2304/5104 45% [=========================== ] 2305/5104 45% [============================ ] 2306/5104 45% [============================ ] 2307/5104 45% [============================ ] 2308/5104 45% [============================ ] 2309/5104 45% [============================ ] 2310/5104 45% [============================ ] 2311/5104 45% [============================ ] 2312/5104 45% [============================ ] 2313/5104 45% [============================ ] 2314/5104 45% [============================ ] 2315/5104 45% [============================ ] 2316/5104 45% [============================ ] 2317/5104 45% [============================ ] 2318/5104 45% [============================ ] 2319/5104 45% [============================ ] 2320/5104 45% [============================ ] 2321/5104 45% [============================ ] 2322/5104 45% [============================ ] 2323/5104 45% [============================ ] 2324/5104 45% [============================ ] 2325/5104 45% [============================ ] 2326/5104 45% [============================ ] 2327/5104 45% [============================ ] 2328/5104 45% [============================ ] 2329/5104 45% [============================ ] 2330/5104 45% [============================ ] 2331/5104 45% [============================ ] 2332/5104 45% [============================ ] 2333/5104 45% [============================ ] 2334/5104 45% [============================ ] 2335/5104 45% [============================ ] 2336/5104 45% [============================ ] 2337/5104 45% [============================ ] 2338/5104 45% [============================ ] 2339/5104 45% [============================ ] 2340/5104 45% [============================ ] 2341/5104 45% [============================ ] 2342/5104 45% [============================ ] 2343/5104 45% [============================ ] 2344/5104 45% [============================ ] 2345/5104 45% [============================ ] 2346/5104 45% [============================ ] 2347/5104 45% [============================ ] 2348/5104 46% [============================ ] 2349/5104 46% [============================ ] 2350/5104 46% [============================ ] 2351/5104 46% [============================ ] 2352/5104 46% [============================ ] 2353/5104 46% [============================ ] 2354/5104 46% [============================ ] 2355/5104 46% [============================ ] 2356/5104 46% [============================ ] 2357/5104 46% [============================ ] 2358/5104 46% [============================ ] 2359/5104 46% [============================ ] 2360/5104 46% [============================ ] 2361/5104 46% [============================ ] 2362/5104 46% [============================ ] 2363/5104 46% [============================ ] 2364/5104 46% [============================ ] 2365/5104 46% [============================ ] 2366/5104 46% [============================ ] 2367/5104 46% [============================ ] 2368/5104 46% [============================ ] 2369/5104 46% [============================ ] 2370/5104 46% [============================ ] 2371/5104 46% [============================ ] 2372/5104 46% [============================ ] 2373/5104 46% [============================ ] 2374/5104 46% [============================ ] 2375/5104 46% [============================ ] 2376/5104 46% [============================ ] 2377/5104 46% [============================ ] 2378/5104 46% [============================ ] 2379/5104 46% [============================ ] 2380/5104 46% [============================ ] 2381/5104 46% [============================ ] 2382/5104 46% [============================ ] 2383/5104 46% [============================ ] 2384/5104 46% [============================ ] 2385/5104 46% [============================ ] 2386/5104 46% [============================ ] 2387/5104 46% [============================= ] 2388/5104 46% [============================= ] 2389/5104 46% [============================= ] 2390/5104 46% [============================= ] 2391/5104 46% [============================= ] 2392/5104 46% [============================= ] 2393/5104 46% [============================= ] 2394/5104 46% [============================= ] 2395/5104 46% [============================= ] 2396/5104 46% [============================= ] 2397/5104 46% [============================= ] 2398/5104 46% [============================= ] 2399/5104 47% [============================= ] 2400/5104 47% [============================= ] 2401/5104 47% [============================= ] 2402/5104 47% [============================= ] 2403/5104 47% [============================= ] 2404/5104 47% [============================= ] 2405/5104 47% [============================= ] 2406/5104 47% [============================= ] 2407/5104 47% [============================= ] 2408/5104 47% [============================= ] 2409/5104 47% [============================= ] 2410/5104 47% [============================= ] 2411/5104 47% [============================= ] 2412/5104 47% [============================= ] 2413/5104 47% [============================= ] 2414/5104 47% [============================= ] 2415/5104 47% [============================= ] 2416/5104 47% [============================= ] 2417/5104 47% [============================= ] 2418/5104 47% [============================= ] 2419/5104 47% [============================= ] 2420/5104 47% [============================= ] 2421/5104 47% [============================= ] 2422/5104 47% [============================= ] 2423/5104 47% [============================= ] 2424/5104 47% [============================= ] 2425/5104 47% [============================= ] 2426/5104 47% [============================= ] 2427/5104 47% [============================= ] 2428/5104 47% [============================= ] 2429/5104 47% [============================= ] 2430/5104 47% [============================= ] 2431/5104 47% [============================= ] 2432/5104 47% [============================= ] 2433/5104 47% [============================= ] 2434/5104 47% [============================= ] 2435/5104 47% [============================= ] 2436/5104 47% [============================= ] 2437/5104 47% [============================= ] 2438/5104 47% [============================= ] 2439/5104 47% [============================= ] 2440/5104 47% [============================= ] 2441/5104 47% [============================= ] 2442/5104 47% [============================= ] 2443/5104 47% [============================= ] 2444/5104 47% [============================= ] 2445/5104 47% [============================= ] 2446/5104 47% [============================= ] 2447/5104 47% [============================= ] 2448/5104 47% [============================= ] 2449/5104 47% [============================= ] 2450/5104 48% [============================= ] 2451/5104 48% [============================= ] 2452/5104 48% [============================= ] 2453/5104 48% [============================= ] 2454/5104 48% [============================= ] 2455/5104 48% [============================= ] 2456/5104 48% [============================= ] 2457/5104 48% [============================= ] 2458/5104 48% [============================= ] 2459/5104 48% [============================= ] 2460/5104 48% [============================= ] 2461/5104 48% [============================= ] 2462/5104 48% [============================= ] 2463/5104 48% [============================= ] 2464/5104 48% [============================= ] 2465/5104 48% [============================= ] 2466/5104 48% [============================= ] 2467/5104 48% [============================= ] 2468/5104 48% [============================= ] 2469/5104 48% [============================== ] 2470/5104 48% [============================== ] 2471/5104 48% [============================== ] 2472/5104 48% [============================== ] 2473/5104 48% [============================== ] 2474/5104 48% [============================== ] 2475/5104 48% [============================== ] 2476/5104 48% [============================== ] 2477/5104 48% [============================== ] 2478/5104 48% [============================== ] 2479/5104 48% [============================== ] 2480/5104 48% [============================== ] 2481/5104 48% [============================== ] 2482/5104 48% [============================== ] 2483/5104 48% [============================== ] 2484/5104 48% [============================== ] 2485/5104 48% [============================== ] 2486/5104 48% [============================== ] 2487/5104 48% [============================== ] 2488/5104 48% [============================== ] 2489/5104 48% [============================== ] 2490/5104 48% [============================== ] 2491/5104 48% [============================== ] 2492/5104 48% [============================== ] 2493/5104 48% [============================== ] 2494/5104 48% [============================== ] 2495/5104 48% [============================== ] 2496/5104 48% [============================== ] 2497/5104 48% [============================== ] 2498/5104 48% [============================== ] 2499/5104 48% [============================== ] 2500/5104 48% [============================== ] 2501/5104 49% [============================== ] 2502/5104 49% [============================== ] 2503/5104 49% [============================== ] 2504/5104 49% [============================== ] 2505/5104 49% [============================== ] 2506/5104 49% [============================== ] 2507/5104 49% [============================== ] 2508/5104 49% [============================== ] 2509/5104 49% [============================== ] 2510/5104 49% [============================== ] 2511/5104 49% [============================== ] 2512/5104 49% [============================== ] 2513/5104 49% [============================== ] 2514/5104 49% [============================== ] 2515/5104 49% [============================== ] 2516/5104 49% [============================== ] 2517/5104 49% [============================== ] 2518/5104 49% [============================== ] 2519/5104 49% [============================== ] 2520/5104 49% [============================== ] 2521/5104 49% [============================== ] 2522/5104 49% [============================== ] 2523/5104 49% [============================== ] 2524/5104 49% [============================== ] 2525/5104 49% [============================== ] 2526/5104 49% [============================== ] 2527/5104 49% [============================== ] 2528/5104 49% [============================== ] 2529/5104 49% [============================== ] 2530/5104 49% [============================== ] 2531/5104 49% [============================== ] 2532/5104 49% [============================== ] 2533/5104 49% [============================== ] 2534/5104 49% [============================== ] 2535/5104 49% [============================== ] 2536/5104 49% [============================== ] 2537/5104 49% [============================== ] 2538/5104 49% [============================== ] 2539/5104 49% [============================== ] 2540/5104 49% [============================== ] 2541/5104 49% [============================== ] 2542/5104 49% [============================== ] 2543/5104 49% [============================== ] 2544/5104 49% [============================== ] 2545/5104 49% [============================== ] 2546/5104 49% [============================== ] 2547/5104 49% [============================== ] 2548/5104 49% [============================== ] 2549/5104 49% [============================== ] 2550/5104 49% [============================== ] 2551/5104 49% [=============================== ] 2552/5104 50% [=============================== ] 2553/5104 50% [=============================== ] 2554/5104 50% [=============================== ] 2555/5104 50% [=============================== ] 2556/5104 50% [=============================== ] 2557/5104 50% [=============================== ] 2558/5104 50% [=============================== ] 2559/5104 50% [=============================== ] 2560/5104 50% [=============================== ] 2561/5104 50% [=============================== ] 2562/5104 50% [=============================== ] 2563/5104 50% [=============================== ] 2564/5104 50% [=============================== ] 2565/5104 50% [=============================== ] 2566/5104 50% [=============================== ] 2567/5104 50% [=============================== ] 2568/5104 50% [=============================== ] 2569/5104 50% [=============================== ] 2570/5104 50% [=============================== ] 2571/5104 50% [=============================== ] 2572/5104 50% [=============================== ] 2573/5104 50% [=============================== ] 2574/5104 50% [=============================== ] 2575/5104 50% [=============================== ] 2576/5104 50% [=============================== ] 2577/5104 50% [=============================== ] 2578/5104 50% [=============================== ] 2579/5104 50% [=============================== ] 2580/5104 50% [=============================== ] 2581/5104 50% [=============================== ] 2582/5104 50% [=============================== ] 2583/5104 50% [=============================== ] 2584/5104 50% [=============================== ] 2585/5104 50% [=============================== ] 2586/5104 50% [=============================== ] 2587/5104 50% [=============================== ] 2588/5104 50% [=============================== ] 2589/5104 50% [=============================== ] 2590/5104 50% [=============================== ] 2591/5104 50% [=============================== ] 2592/5104 50% [=============================== ] 2593/5104 50% [=============================== ] 2594/5104 50% [=============================== ] 2595/5104 50% [=============================== ] 2596/5104 50% [=============================== ] 2597/5104 50% [=============================== ] 2598/5104 50% [=============================== ] 2599/5104 50% [=============================== ] 2600/5104 50% [=============================== ] 2601/5104 50% [=============================== ] 2602/5104 50% [=============================== ] 2603/5104 50% [=============================== ] 2604/5104 51% [=============================== ] 2605/5104 51% [=============================== ] 2606/5104 51% [=============================== ] 2607/5104 51% [=============================== ] 2608/5104 51% [=============================== ] 2609/5104 51% [=============================== ] 2610/5104 51% [=============================== ] 2611/5104 51% [=============================== ] 2612/5104 51% [=============================== ] 2613/5104 51% [=============================== ] 2614/5104 51% [=============================== ] 2615/5104 51% [=============================== ] 2616/5104 51% [=============================== ] 2617/5104 51% [=============================== ] 2618/5104 51% [=============================== ] 2619/5104 51% [=============================== ] 2620/5104 51% [=============================== ] 2621/5104 51% [=============================== ] 2622/5104 51% [=============================== ] 2623/5104 51% [=============================== ] 2624/5104 51% [=============================== ] 2625/5104 51% [=============================== ] 2626/5104 51% [=============================== ] 2627/5104 51% [=============================== ] 2628/5104 51% [=============================== ] 2629/5104 51% [=============================== ] 2630/5104 51% [=============================== ] 2631/5104 51% [=============================== ] 2632/5104 51% [=============================== ] 2633/5104 51% [=============================== ] 2634/5104 51% [================================ ] 2635/5104 51% [================================ ] 2636/5104 51% [================================ ] 2637/5104 51% [================================ ] 2638/5104 51% [================================ ] 2639/5104 51% [================================ ] 2640/5104 51% [================================ ] 2641/5104 51% [================================ ] 2642/5104 51% [================================ ] 2643/5104 51% [================================ ] 2644/5104 51% [================================ ] 2645/5104 51% [================================ ] 2646/5104 51% [================================ ] 2647/5104 51% [================================ ] 2648/5104 51% [================================ ] 2649/5104 51% [================================ ] 2650/5104 51% [================================ ] 2651/5104 51% [================================ ] 2652/5104 51% [================================ ] 2653/5104 51% [================================ ] 2654/5104 51% [================================ ] 2655/5104 52% [================================ ] 2656/5104 52% [================================ ] 2657/5104 52% [================================ ] 2658/5104 52% [================================ ] 2659/5104 52% [================================ ] 2660/5104 52% [================================ ] 2661/5104 52% [================================ ] 2662/5104 52% [================================ ] 2663/5104 52% [================================ ] 2664/5104 52% [================================ ] 2665/5104 52% [================================ ] 2666/5104 52% [================================ ] 2667/5104 52% [================================ ] 2668/5104 52% [================================ ] 2669/5104 52% [================================ ] 2670/5104 52% [================================ ] 2671/5104 52% [================================ ] 2672/5104 52% [================================ ] 2673/5104 52% [================================ ] 2674/5104 52% [================================ ] 2675/5104 52% [================================ ] 2676/5104 52% [================================ ] 2677/5104 52% [================================ ] 2678/5104 52% [================================ ] 2679/5104 52% [================================ ] 2680/5104 52% [================================ ] 2681/5104 52% [================================ ] 2682/5104 52% [================================ ] 2683/5104 52% [================================ ] 2684/5104 52% [================================ ] 2685/5104 52% [================================ ] 2686/5104 52% [================================ ] 2687/5104 52% [================================ ] 2688/5104 52% [================================ ] 2689/5104 52% [================================ ] 2690/5104 52% [================================ ] 2691/5104 52% [================================ ] 2692/5104 52% [================================ ] 2693/5104 52% [================================ ] 2694/5104 52% [================================ ] 2695/5104 52% [================================ ] 2696/5104 52% [================================ ] 2697/5104 52% [================================ ] 2698/5104 52% [================================ ] 2699/5104 52% [================================ ] 2700/5104 52% [================================ ] 2701/5104 52% [================================ ] 2702/5104 52% [================================ ] 2703/5104 52% [================================ ] 2704/5104 52% [================================ ] 2705/5104 52% [================================ ] 2706/5104 53% [================================ ] 2707/5104 53% [================================ ] 2708/5104 53% [================================ ] 2709/5104 53% [================================ ] 2710/5104 53% [================================ ] 2711/5104 53% [================================ ] 2712/5104 53% [================================ ] 2713/5104 53% [================================ ] 2714/5104 53% [================================ ] 2715/5104 53% [================================ ] 2716/5104 53% [================================= ] 2717/5104 53% [================================= ] 2718/5104 53% [================================= ] 2719/5104 53% [================================= ] 2720/5104 53% [================================= ] 2721/5104 53% [================================= ] 2722/5104 53% [================================= ] 2723/5104 53% [================================= ] 2724/5104 53% [================================= ] 2725/5104 53% [================================= ] 2726/5104 53% [================================= ] 2727/5104 53% [================================= ] 2728/5104 53% [================================= ] 2729/5104 53% [================================= ] 2730/5104 53% [================================= ] 2731/5104 53% [================================= ] 2732/5104 53% [================================= ] 2733/5104 53% [================================= ] 2734/5104 53% [================================= ] 2735/5104 53% [================================= ] 2736/5104 53% [================================= ] 2737/5104 53% [================================= ] 2738/5104 53% [================================= ] 2739/5104 53% [================================= ] 2740/5104 53% [================================= ] 2741/5104 53% [================================= ] 2742/5104 53% [================================= ] 2743/5104 53% [================================= ] 2744/5104 53% [================================= ] 2745/5104 53% [================================= ] 2746/5104 53% [================================= ] 2747/5104 53% [================================= ] 2748/5104 53% [================================= ] 2749/5104 53% [================================= ] 2750/5104 53% [================================= ] 2751/5104 53% [================================= ] 2752/5104 53% [================================= ] 2753/5104 53% [================================= ] 2754/5104 53% [================================= ] 2755/5104 53% [================================= ] 2756/5104 53% [================================= ] 2757/5104 54% [================================= ] 2758/5104 54% [================================= ] 2759/5104 54% [================================= ] 2760/5104 54% [================================= ] 2761/5104 54% [================================= ] 2762/5104 54% [================================= ] 2763/5104 54% [================================= ] 2764/5104 54% [================================= ] 2765/5104 54% [================================= ] 2766/5104 54% [================================= ] 2767/5104 54% [================================= ] 2768/5104 54% [================================= ] 2769/5104 54% [================================= ] 2770/5104 54% [================================= ] 2771/5104 54% [================================= ] 2772/5104 54% [================================= ] 2773/5104 54% [================================= ] 2774/5104 54% [================================= ] 2775/5104 54% [================================= ] 2776/5104 54% [================================= ] 2777/5104 54% [================================= ] 2778/5104 54% [================================= ] 2779/5104 54% [================================= ] 2780/5104 54% [================================= ] 2781/5104 54% [================================= ] 2782/5104 54% [================================= ] 2783/5104 54% [================================= ] 2784/5104 54% [================================= ] 2785/5104 54% [================================= ] 2786/5104 54% [================================= ] 2787/5104 54% [================================= ] 2788/5104 54% [================================= ] 2789/5104 54% [================================= ] 2790/5104 54% [================================= ] 2791/5104 54% [================================= ] 2792/5104 54% [================================= ] 2793/5104 54% [================================= ] 2794/5104 54% [================================= ] 2795/5104 54% [================================= ] 2796/5104 54% [================================= ] 2797/5104 54% [================================= ] 2798/5104 54% [================================== ] 2799/5104 54% [================================== ] 2800/5104 54% [================================== ] 2801/5104 54% [================================== ] 2802/5104 54% [================================== ] 2803/5104 54% [================================== ] 2804/5104 54% [================================== ] 2805/5104 54% [================================== ] 2806/5104 54% [================================== ] 2807/5104 54% [================================== ] 2808/5104 55% [================================== ] 2809/5104 55% [================================== ] 2810/5104 55% [================================== ] 2811/5104 55% [================================== ] 2812/5104 55% [================================== ] 2813/5104 55% [================================== ] 2814/5104 55% [================================== ] 2815/5104 55% [================================== ] 2816/5104 55% [================================== ] 2817/5104 55% [================================== ] 2818/5104 55% [================================== ] 2819/5104 55% [================================== ] 2820/5104 55% [================================== ] 2821/5104 55% [================================== ] 2822/5104 55% [================================== ] 2823/5104 55% [================================== ] 2824/5104 55% [================================== ] 2825/5104 55% [================================== ] 2826/5104 55% [================================== ] 2827/5104 55% [================================== ] 2828/5104 55% [================================== ] 2829/5104 55% [================================== ] 2830/5104 55% [================================== ] 2831/5104 55% [================================== ] 2832/5104 55% [================================== ] 2833/5104 55% [================================== ] 2834/5104 55% [================================== ] 2835/5104 55% [================================== ] 2836/5104 55% [================================== ] 2837/5104 55% [================================== ] 2838/5104 55% [================================== ] 2839/5104 55% [================================== ] 2840/5104 55% [================================== ] 2841/5104 55% [================================== ] 2842/5104 55% [================================== ] 2843/5104 55% [================================== ] 2844/5104 55% [================================== ] 2845/5104 55% [================================== ] 2846/5104 55% [================================== ] 2847/5104 55% [================================== ] 2848/5104 55% [================================== ] 2849/5104 55% [================================== ] 2850/5104 55% [================================== ] 2851/5104 55% [================================== ] 2852/5104 55% [================================== ] 2853/5104 55% [================================== ] 2854/5104 55% [================================== ] 2855/5104 55% [================================== ] 2856/5104 55% [================================== ] 2857/5104 55% [================================== ] 2858/5104 55% [================================== ] 2859/5104 56% [================================== ] 2860/5104 56% [================================== ] 2861/5104 56% [================================== ] 2862/5104 56% [================================== ] 2863/5104 56% [================================== ] 2864/5104 56% [================================== ] 2865/5104 56% [================================== ] 2866/5104 56% [================================== ] 2867/5104 56% [================================== ] 2868/5104 56% [================================== ] 2869/5104 56% [================================== ] 2870/5104 56% [================================== ] 2871/5104 56% [================================== ] 2872/5104 56% [================================== ] 2873/5104 56% [================================== ] 2874/5104 56% [================================== ] 2875/5104 56% [================================== ] 2876/5104 56% [================================== ] 2877/5104 56% [================================== ] 2878/5104 56% [================================== ] 2879/5104 56% [================================== ] 2880/5104 56% [================================== ] 2881/5104 56% [=================================== ] 2882/5104 56% [=================================== ] 2883/5104 56% [=================================== ] 2884/5104 56% [=================================== ] 2885/5104 56% [=================================== ] 2886/5104 56% [=================================== ] 2887/5104 56% [=================================== ] 2888/5104 56% [=================================== ] 2889/5104 56% [=================================== ] 2890/5104 56% [=================================== ] 2891/5104 56% [=================================== ] 2892/5104 56% [=================================== ] 2893/5104 56% [=================================== ] 2894/5104 56% [=================================== ] 2895/5104 56% [=================================== ] 2896/5104 56% [=================================== ] 2897/5104 56% [=================================== ] 2898/5104 56% [=================================== ] 2899/5104 56% [=================================== ] 2900/5104 56% [=================================== ] 2901/5104 56% [=================================== ] 2902/5104 56% [=================================== ] 2903/5104 56% [=================================== ] 2904/5104 56% [=================================== ] 2905/5104 56% [=================================== ] 2906/5104 56% [=================================== ] 2907/5104 56% [=================================== ] 2908/5104 56% [=================================== ] 2909/5104 56% [=================================== ] 2910/5104 57% [=================================== ] 2911/5104 57% [=================================== ] 2912/5104 57% [=================================== ] 2913/5104 57% [=================================== ] 2914/5104 57% [=================================== ] 2915/5104 57% [=================================== ] 2916/5104 57% [=================================== ] 2917/5104 57% [=================================== ] 2918/5104 57% [=================================== ] 2919/5104 57% [=================================== ] 2920/5104 57% [=================================== ] 2921/5104 57% [=================================== ] 2922/5104 57% [=================================== ] 2923/5104 57% [=================================== ] 2924/5104 57% [=================================== ] 2925/5104 57% [=================================== ] 2926/5104 57% [=================================== ] 2927/5104 57% [=================================== ] 2928/5104 57% [=================================== ] 2929/5104 57% [=================================== ] 2930/5104 57% [=================================== ] 2931/5104 57% [=================================== ] 2932/5104 57% [=================================== ] 2933/5104 57% [=================================== ] 2934/5104 57% [=================================== ] 2935/5104 57% [=================================== ] 2936/5104 57% [=================================== ] 2937/5104 57% [=================================== ] 2938/5104 57% [=================================== ] 2939/5104 57% [=================================== ] 2940/5104 57% [=================================== ] 2941/5104 57% [=================================== ] 2942/5104 57% [=================================== ] 2943/5104 57% [=================================== ] 2944/5104 57% [=================================== ] 2945/5104 57% [=================================== ] 2946/5104 57% [=================================== ] 2947/5104 57% [=================================== ] 2948/5104 57% [=================================== ] 2949/5104 57% [=================================== ] 2950/5104 57% [=================================== ] 2951/5104 57% [=================================== ] 2952/5104 57% [=================================== ] 2953/5104 57% [=================================== ] 2954/5104 57% [=================================== ] 2955/5104 57% [=================================== ] 2956/5104 57% [=================================== ] 2957/5104 57% [=================================== ] 2958/5104 57% [=================================== ] 2959/5104 57% [=================================== ] 2960/5104 57% [=================================== ] 2961/5104 58% [=================================== ] 2962/5104 58% [=================================== ] 2963/5104 58% [==================================== ] 2964/5104 58% [==================================== ] 2965/5104 58% [==================================== ] 2966/5104 58% [==================================== ] 2967/5104 58% [==================================== ] 2968/5104 58% [==================================== ] 2969/5104 58% [==================================== ] 2970/5104 58% [==================================== ] 2971/5104 58% [==================================== ] 2972/5104 58% [==================================== ] 2973/5104 58% [==================================== ] 2974/5104 58% [==================================== ] 2975/5104 58% [==================================== ] 2976/5104 58% [==================================== ] 2977/5104 58% [==================================== ] 2978/5104 58% [==================================== ] 2979/5104 58% [==================================== ] 2980/5104 58% [==================================== ] 2981/5104 58% [==================================== ] 2982/5104 58% [==================================== ] 2983/5104 58% [==================================== ] 2984/5104 58% [==================================== ] 2985/5104 58% [==================================== ] 2986/5104 58% [==================================== ] 2987/5104 58% [==================================== ] 2988/5104 58% [==================================== ] 2989/5104 58% [==================================== ] 2990/5104 58% [==================================== ] 2991/5104 58% [==================================== ] 2992/5104 58% [==================================== ] 2993/5104 58% [==================================== ] 2994/5104 58% [==================================== ] 2995/5104 58% [==================================== ] 2996/5104 58% [==================================== ] 2997/5104 58% [==================================== ] 2998/5104 58% [==================================== ] 2999/5104 58% [==================================== ] 3000/5104 58% [==================================== ] 3001/5104 58% [==================================== ] 3002/5104 58% [==================================== ] 3003/5104 58% [==================================== ] 3004/5104 58% [==================================== ] 3005/5104 58% [==================================== ] 3006/5104 58% [==================================== ] 3007/5104 58% [==================================== ] 3008/5104 58% [==================================== ] 3009/5104 58% [==================================== ] 3010/5104 58% [==================================== ] 3011/5104 58% [==================================== ] 3012/5104 59% [==================================== ] 3013/5104 59% [==================================== ] 3014/5104 59% [==================================== ] 3015/5104 59% [==================================== ] 3016/5104 59% [==================================== ] 3017/5104 59% [==================================== ] 3018/5104 59% [==================================== ] 3019/5104 59% [==================================== ] 3020/5104 59% [==================================== ] 3021/5104 59% [==================================== ] 3022/5104 59% [==================================== ] 3023/5104 59% [==================================== ] 3024/5104 59% [==================================== ] 3025/5104 59% [==================================== ] 3026/5104 59% [==================================== ] 3027/5104 59% [==================================== ] 3028/5104 59% [==================================== ] 3029/5104 59% [==================================== ] 3030/5104 59% [==================================== ] 3031/5104 59% [==================================== ] 3032/5104 59% [==================================== ] 3033/5104 59% [==================================== ] 3034/5104 59% [==================================== ] 3035/5104 59% [==================================== ] 3036/5104 59% [==================================== ] 3037/5104 59% [==================================== ] 3038/5104 59% [==================================== ] 3039/5104 59% [==================================== ] 3040/5104 59% [==================================== ] 3041/5104 59% [==================================== ] 3042/5104 59% [==================================== ] 3043/5104 59% [==================================== ] 3044/5104 59% [==================================== ] 3045/5104 59% [===================================== ] 3046/5104 59% [===================================== ] 3047/5104 59% [===================================== ] 3048/5104 59% [===================================== ] 3049/5104 59% [===================================== ] 3050/5104 59% [===================================== ] 3051/5104 59% [===================================== ] 3052/5104 59% [===================================== ] 3053/5104 59% [===================================== ] 3054/5104 59% [===================================== ] 3055/5104 59% [===================================== ] 3056/5104 59% [===================================== ] 3057/5104 59% [===================================== ] 3058/5104 59% [===================================== ] 3059/5104 59% [===================================== ] 3060/5104 59% [===================================== ] 3061/5104 59% [===================================== ] 3062/5104 59% [===================================== ] 3063/5104 60% [===================================== ] 3064/5104 60% [===================================== ] 3065/5104 60% [===================================== ] 3066/5104 60% [===================================== ] 3067/5104 60% [===================================== ] 3068/5104 60% [===================================== ] 3069/5104 60% [===================================== ] 3070/5104 60% [===================================== ] 3071/5104 60% [===================================== ] 3072/5104 60% [===================================== ] 3073/5104 60% [===================================== ] 3074/5104 60% [===================================== ] 3075/5104 60% [===================================== ] 3076/5104 60% [===================================== ] 3077/5104 60% [===================================== ] 3078/5104 60% [===================================== ] 3079/5104 60% [===================================== ] 3080/5104 60% [===================================== ] 3081/5104 60% [===================================== ] 3082/5104 60% [===================================== ] 3083/5104 60% [===================================== ] 3084/5104 60% [===================================== ] 3085/5104 60% [===================================== ] 3086/5104 60% [===================================== ] 3087/5104 60% [===================================== ] 3088/5104 60% [===================================== ] 3089/5104 60% [===================================== ] 3090/5104 60% [===================================== ] 3091/5104 60% [===================================== ] 3092/5104 60% [===================================== ] 3093/5104 60% [===================================== ] 3094/5104 60% [===================================== ] 3095/5104 60% [===================================== ] 3096/5104 60% [===================================== ] 3097/5104 60% [===================================== ] 3098/5104 60% [===================================== ] 3099/5104 60% [===================================== ] 3100/5104 60% [===================================== ] 3101/5104 60% [===================================== ] 3102/5104 60% [===================================== ] 3103/5104 60% [===================================== ] 3104/5104 60% [===================================== ] 3105/5104 60% [===================================== ] 3106/5104 60% [===================================== ] 3107/5104 60% [===================================== ] 3108/5104 60% [===================================== ] 3109/5104 60% [===================================== ] 3110/5104 60% [===================================== ] 3111/5104 60% [===================================== ] 3112/5104 60% [===================================== ] 3113/5104 60% [===================================== ] 3114/5104 61% [===================================== ] 3115/5104 61% [===================================== ] 3116/5104 61% [===================================== ] 3117/5104 61% [===================================== ] 3118/5104 61% [===================================== ] 3119/5104 61% [===================================== ] 3120/5104 61% [===================================== ] 3121/5104 61% [===================================== ] 3122/5104 61% [===================================== ] 3123/5104 61% [===================================== ] 3124/5104 61% [===================================== ] 3125/5104 61% [===================================== ] 3126/5104 61% [===================================== ] 3127/5104 61% [===================================== ] 3128/5104 61% [====================================== ] 3129/5104 61% [====================================== ] 3130/5104 61% [====================================== ] 3131/5104 61% [====================================== ] 3132/5104 61% [====================================== ] 3133/5104 61% [====================================== ] 3134/5104 61% [====================================== ] 3135/5104 61% [====================================== ] 3136/5104 61% [====================================== ] 3137/5104 61% [====================================== ] 3138/5104 61% [====================================== ] 3139/5104 61% [====================================== ] 3140/5104 61% [====================================== ] 3141/5104 61% [====================================== ] 3142/5104 61% [====================================== ] 3143/5104 61% [====================================== ] 3144/5104 61% [====================================== ] 3145/5104 61% [====================================== ] 3146/5104 61% [====================================== ] 3147/5104 61% [====================================== ] 3148/5104 61% [====================================== ] 3149/5104 61% [====================================== ] 3150/5104 61% [====================================== ] 3151/5104 61% [====================================== ] 3152/5104 61% [====================================== ] 3153/5104 61% [====================================== ] 3154/5104 61% [====================================== ] 3155/5104 61% [====================================== ] 3156/5104 61% [====================================== ] 3157/5104 61% [====================================== ] 3158/5104 61% [====================================== ] 3159/5104 61% [====================================== ] 3160/5104 61% [====================================== ] 3161/5104 61% [====================================== ] 3162/5104 61% [====================================== ] 3163/5104 61% [====================================== ] 3164/5104 61% [====================================== ] 3165/5104 62% [====================================== ] 3166/5104 62% [====================================== ] 3167/5104 62% [====================================== ] 3168/5104 62% [====================================== ] 3169/5104 62% [====================================== ] 3170/5104 62% [====================================== ] 3171/5104 62% [====================================== ] 3172/5104 62% [====================================== ] 3173/5104 62% [====================================== ] 3174/5104 62% [====================================== ] 3175/5104 62% [====================================== ] 3176/5104 62% [====================================== ] 3177/5104 62% [====================================== ] 3178/5104 62% [====================================== ] 3179/5104 62% [====================================== ] 3180/5104 62% [====================================== ] 3181/5104 62% [====================================== ] 3182/5104 62% [====================================== ] 3183/5104 62% [====================================== ] 3184/5104 62% [====================================== ] 3185/5104 62% [====================================== ] 3186/5104 62% [====================================== ] 3187/5104 62% [====================================== ] 3188/5104 62% [====================================== ] 3189/5104 62% [====================================== ] 3190/5104 62% [====================================== ] 3191/5104 62% [====================================== ] 3192/5104 62% [====================================== ] 3193/5104 62% [====================================== ] 3194/5104 62% [====================================== ] 3195/5104 62% [====================================== ] 3196/5104 62% [====================================== ] 3197/5104 62% [====================================== ] 3198/5104 62% [====================================== ] 3199/5104 62% [====================================== ] 3200/5104 62% [====================================== ] 3201/5104 62% [====================================== ] 3202/5104 62% [====================================== ] 3203/5104 62% [====================================== ] 3204/5104 62% [====================================== ] 3205/5104 62% [====================================== ] 3206/5104 62% [====================================== ] 3207/5104 62% [====================================== ] 3208/5104 62% [====================================== ] 3209/5104 62% [====================================== ] 3210/5104 62% [======================================= ] 3211/5104 62% [======================================= ] 3212/5104 62% [======================================= ] 3213/5104 62% [======================================= ] 3214/5104 62% [======================================= ] 3215/5104 62% [======================================= ] 3216/5104 63% [======================================= ] 3217/5104 63% [======================================= ] 3218/5104 63% [======================================= ] 3219/5104 63% [======================================= ] 3220/5104 63% [======================================= ] 3221/5104 63% [======================================= ] 3222/5104 63% [======================================= ] 3223/5104 63% [======================================= ] 3224/5104 63% [======================================= ] 3225/5104 63% [======================================= ] 3226/5104 63% [======================================= ] 3227/5104 63% [======================================= ] 3228/5104 63% [======================================= ] 3229/5104 63% [======================================= ] 3230/5104 63% [======================================= ] 3231/5104 63% [======================================= ] 3232/5104 63% [======================================= ] 3233/5104 63% [======================================= ] 3234/5104 63% [======================================= ] 3235/5104 63% [======================================= ] 3236/5104 63% [======================================= ] 3237/5104 63% [======================================= ] 3238/5104 63% [======================================= ] 3239/5104 63% [======================================= ] 3240/5104 63% [======================================= ] 3241/5104 63% [======================================= ] 3242/5104 63% [======================================= ] 3243/5104 63% [======================================= ] 3244/5104 63% [======================================= ] 3245/5104 63% [======================================= ] 3246/5104 63% [======================================= ] 3247/5104 63% [======================================= ] 3248/5104 63% [======================================= ] 3249/5104 63% [======================================= ] 3250/5104 63% [======================================= ] 3251/5104 63% [======================================= ] 3252/5104 63% [======================================= ] 3253/5104 63% [======================================= ] 3254/5104 63% [======================================= ] 3255/5104 63% [======================================= ] 3256/5104 63% [======================================= ] 3257/5104 63% [======================================= ] 3258/5104 63% [======================================= ] 3259/5104 63% [======================================= ] 3260/5104 63% [======================================= ] 3261/5104 63% [======================================= ] 3262/5104 63% [======================================= ] 3263/5104 63% [======================================= ] 3264/5104 63% [======================================= ] 3265/5104 63% [======================================= ] 3266/5104 63% [======================================= ] 3267/5104 64% [======================================= ] 3268/5104 64% [======================================= ] 3269/5104 64% [======================================= ] 3270/5104 64% [======================================= ] 3271/5104 64% [======================================= ] 3272/5104 64% [======================================= ] 3273/5104 64% [======================================= ] 3274/5104 64% [======================================= ] 3275/5104 64% [======================================= ] 3276/5104 64% [======================================= ] 3277/5104 64% [======================================= ] 3278/5104 64% [======================================= ] 3279/5104 64% [======================================= ] 3280/5104 64% [======================================= ] 3281/5104 64% [======================================= ] 3282/5104 64% [======================================= ] 3283/5104 64% [======================================= ] 3284/5104 64% [======================================= ] 3285/5104 64% [======================================= ] 3286/5104 64% [======================================= ] 3287/5104 64% [======================================= ] 3288/5104 64% [======================================= ] 3289/5104 64% [======================================= ] 3290/5104 64% [======================================= ] 3291/5104 64% [======================================= ] 3292/5104 64% [======================================== ] 3293/5104 64% [======================================== ] 3294/5104 64% [======================================== ] 3295/5104 64% [======================================== ] 3296/5104 64% [======================================== ] 3297/5104 64% [======================================== ] 3298/5104 64% [======================================== ] 3299/5104 64% [======================================== ] 3300/5104 64% [======================================== ] 3301/5104 64% [======================================== ] 3302/5104 64% [======================================== ] 3303/5104 64% [======================================== ] 3304/5104 64% [======================================== ] 3305/5104 64% [======================================== ] 3306/5104 64% [======================================== ] 3307/5104 64% [======================================== ] 3308/5104 64% [======================================== ] 3309/5104 64% [======================================== ] 3310/5104 64% [======================================== ] 3311/5104 64% [======================================== ] 3312/5104 64% [======================================== ] 3313/5104 64% [======================================== ] 3314/5104 64% [======================================== ] 3315/5104 64% [======================================== ] 3316/5104 64% [======================================== ] 3317/5104 64% [======================================== ] 3318/5104 65% [======================================== ] 3319/5104 65% [======================================== ] 3320/5104 65% [======================================== ] 3321/5104 65% [======================================== ] 3322/5104 65% [======================================== ] 3323/5104 65% [======================================== ] 3324/5104 65% [======================================== ] 3325/5104 65% [======================================== ] 3326/5104 65% [======================================== ] 3327/5104 65% [======================================== ] 3328/5104 65% [======================================== ] 3329/5104 65% [======================================== ] 3330/5104 65% [======================================== ] 3331/5104 65% [======================================== ] 3332/5104 65% [======================================== ] 3333/5104 65% [======================================== ] 3334/5104 65% [======================================== ] 3335/5104 65% [======================================== ] 3336/5104 65% [======================================== ] 3337/5104 65% [======================================== ] 3338/5104 65% [======================================== ] 3339/5104 65% [======================================== ] 3340/5104 65% [======================================== ] 3341/5104 65% [======================================== ] 3342/5104 65% [======================================== ] 3343/5104 65% [======================================== ] 3344/5104 65% [======================================== ] 3345/5104 65% [======================================== ] 3346/5104 65% [======================================== ] 3347/5104 65% [======================================== ] 3348/5104 65% [======================================== ] 3349/5104 65% [======================================== ] 3350/5104 65% [======================================== ] 3351/5104 65% [======================================== ] 3352/5104 65% [======================================== ] 3353/5104 65% [======================================== ] 3354/5104 65% [======================================== ] 3355/5104 65% [======================================== ] 3356/5104 65% [======================================== ] 3357/5104 65% [======================================== ] 3358/5104 65% [======================================== ] 3359/5104 65% [======================================== ] 3360/5104 65% [======================================== ] 3361/5104 65% [======================================== ] 3362/5104 65% [======================================== ] 3363/5104 65% [======================================== ] 3364/5104 65% [======================================== ] 3365/5104 65% [======================================== ] 3366/5104 65% [======================================== ] 3367/5104 65% [======================================== ] 3368/5104 65% [======================================== ] 3369/5104 66% [======================================== ] 3370/5104 66% [======================================== ] 3371/5104 66% [======================================== ] 3372/5104 66% [======================================== ] 3373/5104 66% [======================================== ] 3374/5104 66% [======================================== ] 3375/5104 66% [========================================= ] 3376/5104 66% [========================================= ] 3377/5104 66% [========================================= ] 3378/5104 66% [========================================= ] 3379/5104 66% [========================================= ] 3380/5104 66% [========================================= ] 3381/5104 66% [========================================= ] 3382/5104 66% [========================================= ] 3383/5104 66% [========================================= ] 3384/5104 66% [========================================= ] 3385/5104 66% [========================================= ] 3386/5104 66% [========================================= ] 3387/5104 66% [========================================= ] 3388/5104 66% [========================================= ] 3389/5104 66% [========================================= ] 3390/5104 66% [========================================= ] 3391/5104 66% [========================================= ] 3392/5104 66% [========================================= ] 3393/5104 66% [========================================= ] 3394/5104 66% [========================================= ] 3395/5104 66% [========================================= ] 3396/5104 66% [========================================= ] 3397/5104 66% [========================================= ] 3398/5104 66% [========================================= ] 3399/5104 66% [========================================= ] 3400/5104 66% [========================================= ] 3401/5104 66% [========================================= ] 3402/5104 66% [========================================= ] 3403/5104 66% [========================================= ] 3404/5104 66% [========================================= ] 3405/5104 66% [========================================= ] 3406/5104 66% [========================================= ] 3407/5104 66% [========================================= ] 3408/5104 66% [========================================= ] 3409/5104 66% [========================================= ] 3410/5104 66% [========================================= ] 3411/5104 66% [========================================= ] 3412/5104 66% [========================================= ] 3413/5104 66% [========================================= ] 3414/5104 66% [========================================= ] 3415/5104 66% [========================================= ] 3416/5104 66% [========================================= ] 3417/5104 66% [========================================= ] 3418/5104 66% [========================================= ] 3419/5104 66% [========================================= ] 3420/5104 67% [========================================= ] 3421/5104 67% [========================================= ] 3422/5104 67% [========================================= ] 3423/5104 67% [========================================= ] 3424/5104 67% [========================================= ] 3425/5104 67% [========================================= ] 3426/5104 67% [========================================= ] 3427/5104 67% [========================================= ] 3428/5104 67% [========================================= ] 3429/5104 67% [========================================= ] 3430/5104 67% [========================================= ] 3431/5104 67% [========================================= ] 3432/5104 67% [========================================= ] 3433/5104 67% [========================================= ] 3434/5104 67% [========================================= ] 3435/5104 67% [========================================= ] 3436/5104 67% [========================================= ] 3437/5104 67% [========================================= ] 3438/5104 67% [========================================= ] 3439/5104 67% [========================================= ] 3440/5104 67% [========================================= ] 3441/5104 67% [========================================= ] 3442/5104 67% [========================================= ] 3443/5104 67% [========================================= ] 3444/5104 67% [========================================= ] 3445/5104 67% [========================================= ] 3446/5104 67% [========================================= ] 3447/5104 67% [========================================= ] 3448/5104 67% [========================================= ] 3449/5104 67% [========================================= ] 3450/5104 67% [========================================= ] 3451/5104 67% [========================================= ] 3452/5104 67% [========================================= ] 3453/5104 67% [========================================= ] 3454/5104 67% [========================================= ] 3455/5104 67% [========================================= ] 3456/5104 67% [========================================= ] 3457/5104 67% [========================================== ] 3458/5104 67% [========================================== ] 3459/5104 67% [========================================== ] 3460/5104 67% [========================================== ] 3461/5104 67% [========================================== ] 3462/5104 67% [========================================== ] 3463/5104 67% [========================================== ] 3464/5104 67% [========================================== ] 3465/5104 67% [========================================== ] 3466/5104 67% [========================================== ] 3467/5104 67% [========================================== ] 3468/5104 67% [========================================== ] 3469/5104 67% [========================================== ] 3470/5104 67% [========================================== ] 3471/5104 68% [========================================== ] 3472/5104 68% [========================================== ] 3473/5104 68% [========================================== ] 3474/5104 68% [========================================== ] 3475/5104 68% [========================================== ] 3476/5104 68% [========================================== ] 3477/5104 68% [========================================== ] 3478/5104 68% [========================================== ] 3479/5104 68% [========================================== ] 3480/5104 68% [========================================== ] 3481/5104 68% [========================================== ] 3482/5104 68% [========================================== ] 3483/5104 68% [========================================== ] 3484/5104 68% [========================================== ] 3485/5104 68% [========================================== ] 3486/5104 68% [========================================== ] 3487/5104 68% [========================================== ] 3488/5104 68% [========================================== ] 3489/5104 68% [========================================== ] 3490/5104 68% [========================================== ] 3491/5104 68% [========================================== ] 3492/5104 68% [========================================== ] 3493/5104 68% [========================================== ] 3494/5104 68% [========================================== ] 3495/5104 68% [========================================== ] 3496/5104 68% [========================================== ] 3497/5104 68% [========================================== ] 3498/5104 68% [========================================== ] 3499/5104 68% [========================================== ] 3500/5104 68% [========================================== ] 3501/5104 68% [========================================== ] 3502/5104 68% [========================================== ] 3503/5104 68% [========================================== ] 3504/5104 68% [========================================== ] 3505/5104 68% [========================================== ] 3506/5104 68% [========================================== ] 3507/5104 68% [========================================== ] 3508/5104 68% [========================================== ] 3509/5104 68% [========================================== ] 3510/5104 68% [========================================== ] 3511/5104 68% [========================================== ] 3512/5104 68% [========================================== ] 3513/5104 68% [========================================== ] 3514/5104 68% [========================================== ] 3515/5104 68% [========================================== ] 3516/5104 68% [========================================== ] 3517/5104 68% [========================================== ] 3518/5104 68% [========================================== ] 3519/5104 68% [========================================== ] 3520/5104 68% [========================================== ] 3521/5104 68% [========================================== ] 3522/5104 69% [========================================== ] 3523/5104 69% [========================================== ] 3524/5104 69% [========================================== ] 3525/5104 69% [========================================== ] 3526/5104 69% [========================================== ] 3527/5104 69% [========================================== ] 3528/5104 69% [========================================== ] 3529/5104 69% [========================================== ] 3530/5104 69% [========================================== ] 3531/5104 69% [========================================== ] 3532/5104 69% [========================================== ] 3533/5104 69% [========================================== ] 3534/5104 69% [========================================== ] 3535/5104 69% [========================================== ] 3536/5104 69% [========================================== ] 3537/5104 69% [========================================== ] 3538/5104 69% [========================================== ] 3539/5104 69% [=========================================== ] 3540/5104 69% [=========================================== ] 3541/5104 69% [=========================================== ] 3542/5104 69% [=========================================== ] 3543/5104 69% [=========================================== ] 3544/5104 69% [=========================================== ] 3545/5104 69% [=========================================== ] 3546/5104 69% [=========================================== ] 3547/5104 69% [=========================================== ] 3548/5104 69% [=========================================== ] 3549/5104 69% [=========================================== ] 3550/5104 69% [=========================================== ] 3551/5104 69% [=========================================== ] 3552/5104 69% [=========================================== ] 3553/5104 69% [=========================================== ] 3554/5104 69% [=========================================== ] 3555/5104 69% [=========================================== ] 3556/5104 69% [=========================================== ] 3557/5104 69% [=========================================== ] 3558/5104 69% [=========================================== ] 3559/5104 69% [=========================================== ] 3560/5104 69% [=========================================== ] 3561/5104 69% [=========================================== ] 3562/5104 69% [=========================================== ] 3563/5104 69% [=========================================== ] 3564/5104 69% [=========================================== ] 3565/5104 69% [=========================================== ] 3566/5104 69% [=========================================== ] 3567/5104 69% [=========================================== ] 3568/5104 69% [=========================================== ] 3569/5104 69% [=========================================== ] 3570/5104 69% [=========================================== ] 3571/5104 69% [=========================================== ] 3572/5104 69% [=========================================== ] 3573/5104 70% [=========================================== ] 3574/5104 70% [=========================================== ] 3575/5104 70% [=========================================== ] 3576/5104 70% [=========================================== ] 3577/5104 70% [=========================================== ] 3578/5104 70% [=========================================== ] 3579/5104 70% [=========================================== ] 3580/5104 70% [=========================================== ] 3581/5104 70% [=========================================== ] 3582/5104 70% [=========================================== ] 3583/5104 70% [=========================================== ] 3584/5104 70% [=========================================== ] 3585/5104 70% [=========================================== ] 3586/5104 70% [=========================================== ] 3587/5104 70% [=========================================== ] 3588/5104 70% [=========================================== ] 3589/5104 70% [=========================================== ] 3590/5104 70% [=========================================== ] 3591/5104 70% [=========================================== ] 3592/5104 70% [=========================================== ] 3593/5104 70% [=========================================== ] 3594/5104 70% [=========================================== ] 3595/5104 70% [=========================================== ] 3596/5104 70% [=========================================== ] 3597/5104 70% [=========================================== ] 3598/5104 70% [=========================================== ] 3599/5104 70% [=========================================== ] 3600/5104 70% [=========================================== ] 3601/5104 70% [=========================================== ] 3602/5104 70% [=========================================== ] 3603/5104 70% [=========================================== ] 3604/5104 70% [=========================================== ] 3605/5104 70% [=========================================== ] 3606/5104 70% [=========================================== ] 3607/5104 70% [=========================================== ] 3608/5104 70% [=========================================== ] 3609/5104 70% [=========================================== ] 3610/5104 70% [=========================================== ] 3611/5104 70% [=========================================== ] 3612/5104 70% [=========================================== ] 3613/5104 70% [=========================================== ] 3614/5104 70% [=========================================== ] 3615/5104 70% [=========================================== ] 3616/5104 70% [=========================================== ] 3617/5104 70% [=========================================== ] 3618/5104 70% [=========================================== ] 3619/5104 70% [=========================================== ] 3620/5104 70% [=========================================== ] 3621/5104 70% [=========================================== ] 3622/5104 70% [============================================ ] 3623/5104 70% [============================================ ] 3624/5104 71% [============================================ ] 3625/5104 71% [============================================ ] 3626/5104 71% [============================================ ] 3627/5104 71% [============================================ ] 3628/5104 71% [============================================ ] 3629/5104 71% [============================================ ] 3630/5104 71% [============================================ ] 3631/5104 71% [============================================ ] 3632/5104 71% [============================================ ] 3633/5104 71% [============================================ ] 3634/5104 71% [============================================ ] 3635/5104 71% [============================================ ] 3636/5104 71% [============================================ ] 3637/5104 71% [============================================ ] 3638/5104 71% [============================================ ] 3639/5104 71% [============================================ ] 3640/5104 71% [============================================ ] 3641/5104 71% [============================================ ] 3642/5104 71% [============================================ ] 3643/5104 71% [============================================ ] 3644/5104 71% [============================================ ] 3645/5104 71% [============================================ ] 3646/5104 71% [============================================ ] 3647/5104 71% [============================================ ] 3648/5104 71% [============================================ ] 3649/5104 71% [============================================ ] 3650/5104 71% [============================================ ] 3651/5104 71% [============================================ ] 3652/5104 71% [============================================ ] 3653/5104 71% [============================================ ] 3654/5104 71% [============================================ ] 3655/5104 71% [============================================ ] 3656/5104 71% [============================================ ] 3657/5104 71% [============================================ ] 3658/5104 71% [============================================ ] 3659/5104 71% [============================================ ] 3660/5104 71% [============================================ ] 3661/5104 71% [============================================ ] 3662/5104 71% [============================================ ] 3663/5104 71% [============================================ ] 3664/5104 71% [============================================ ] 3665/5104 71% [============================================ ] 3666/5104 71% [============================================ ] 3667/5104 71% [============================================ ] 3668/5104 71% [============================================ ] 3669/5104 71% [============================================ ] 3670/5104 71% [============================================ ] 3671/5104 71% [============================================ ] 3672/5104 71% [============================================ ] 3673/5104 71% [============================================ ] 3674/5104 71% [============================================ ] 3675/5104 72% [============================================ ] 3676/5104 72% [============================================ ] 3677/5104 72% [============================================ ] 3678/5104 72% [============================================ ] 3679/5104 72% [============================================ ] 3680/5104 72% [============================================ ] 3681/5104 72% [============================================ ] 3682/5104 72% [============================================ ] 3683/5104 72% [============================================ ] 3684/5104 72% [============================================ ] 3685/5104 72% [============================================ ] 3686/5104 72% [============================================ ] 3687/5104 72% [============================================ ] 3688/5104 72% [============================================ ] 3689/5104 72% [============================================ ] 3690/5104 72% [============================================ ] 3691/5104 72% [============================================ ] 3692/5104 72% [============================================ ] 3693/5104 72% [============================================ ] 3694/5104 72% [============================================ ] 3695/5104 72% [============================================ ] 3696/5104 72% [============================================ ] 3697/5104 72% [============================================ ] 3698/5104 72% [============================================ ] 3699/5104 72% [============================================ ] 3700/5104 72% [============================================ ] 3701/5104 72% [============================================ ] 3702/5104 72% [============================================ ] 3703/5104 72% [============================================ ] 3704/5104 72% [============================================= ] 3705/5104 72% [============================================= ] 3706/5104 72% [============================================= ] 3707/5104 72% [============================================= ] 3708/5104 72% [============================================= ] 3709/5104 72% [============================================= ] 3710/5104 72% [============================================= ] 3711/5104 72% [============================================= ] 3712/5104 72% [============================================= ] 3713/5104 72% [============================================= ] 3714/5104 72% [============================================= ] 3715/5104 72% [============================================= ] 3716/5104 72% [============================================= ] 3717/5104 72% [============================================= ] 3718/5104 72% [============================================= ] 3719/5104 72% [============================================= ] 3720/5104 72% [============================================= ] 3721/5104 72% [============================================= ] 3722/5104 72% [============================================= ] 3723/5104 72% [============================================= ] 3724/5104 72% [============================================= ] 3725/5104 72% [============================================= ] 3726/5104 73% [============================================= ] 3727/5104 73% [============================================= ] 3728/5104 73% [============================================= ] 3729/5104 73% [============================================= ] 3730/5104 73% [============================================= ] 3731/5104 73% [============================================= ] 3732/5104 73% [============================================= ] 3733/5104 73% [============================================= ] 3734/5104 73% [============================================= ] 3735/5104 73% [============================================= ] 3736/5104 73% [============================================= ] 3737/5104 73% [============================================= ] 3738/5104 73% [============================================= ] 3739/5104 73% [============================================= ] 3740/5104 73% [============================================= ] 3741/5104 73% [============================================= ] 3742/5104 73% [============================================= ] 3743/5104 73% [============================================= ] 3744/5104 73% [============================================= ] 3745/5104 73% [============================================= ] 3746/5104 73% [============================================= ] 3747/5104 73% [============================================= ] 3748/5104 73% [============================================= ] 3749/5104 73% [============================================= ] 3750/5104 73% [============================================= ] 3751/5104 73% [============================================= ] 3752/5104 73% [============================================= ] 3753/5104 73% [============================================= ] 3754/5104 73% [============================================= ] 3755/5104 73% [============================================= ] 3756/5104 73% [============================================= ] 3757/5104 73% [============================================= ] 3758/5104 73% [============================================= ] 3759/5104 73% [============================================= ] 3760/5104 73% [============================================= ] 3761/5104 73% [============================================= ] 3762/5104 73% [============================================= ] 3763/5104 73% [============================================= ] 3764/5104 73% [============================================= ] 3765/5104 73% [============================================= ] 3766/5104 73% [============================================= ] 3767/5104 73% [============================================= ] 3768/5104 73% [============================================= ] 3769/5104 73% [============================================= ] 3770/5104 73% [============================================= ] 3771/5104 73% [============================================= ] 3772/5104 73% [============================================= ] 3773/5104 73% [============================================= ] 3774/5104 73% [============================================= ] 3775/5104 73% [============================================= ] 3776/5104 73% [============================================= ] 3777/5104 74% [============================================= ] 3778/5104 74% [============================================= ] 3779/5104 74% [============================================= ] 3780/5104 74% [============================================= ] 3781/5104 74% [============================================= ] 3782/5104 74% [============================================= ] 3783/5104 74% [============================================= ] 3784/5104 74% [============================================= ] 3785/5104 74% [============================================= ] 3786/5104 74% [============================================== ] 3787/5104 74% [============================================== ] 3788/5104 74% [============================================== ] 3789/5104 74% [============================================== ] 3790/5104 74% [============================================== ] 3791/5104 74% [============================================== ] 3792/5104 74% [============================================== ] 3793/5104 74% [============================================== ] 3794/5104 74% [============================================== ] 3795/5104 74% [============================================== ] 3796/5104 74% [============================================== ] 3797/5104 74% [============================================== ] 3798/5104 74% [============================================== ] 3799/5104 74% [============================================== ] 3800/5104 74% [============================================== ] 3801/5104 74% [============================================== ] 3802/5104 74% [============================================== ] 3803/5104 74% [============================================== ] 3804/5104 74% [============================================== ] 3805/5104 74% [============================================== ] 3806/5104 74% [============================================== ] 3807/5104 74% [============================================== ] 3808/5104 74% [============================================== ] 3809/5104 74% [============================================== ] 3810/5104 74% [============================================== ] 3811/5104 74% [============================================== ] 3812/5104 74% [============================================== ] 3813/5104 74% [============================================== ] 3814/5104 74% [============================================== ] 3815/5104 74% [============================================== ] 3816/5104 74% [============================================== ] 3817/5104 74% [============================================== ] 3818/5104 74% [============================================== ] 3819/5104 74% [============================================== ] 3820/5104 74% [============================================== ] 3821/5104 74% [============================================== ] 3822/5104 74% [============================================== ] 3823/5104 74% [============================================== ] 3824/5104 74% [============================================== ] 3825/5104 74% [============================================== ] 3826/5104 74% [============================================== ] 3827/5104 74% [============================================== ] 3828/5104 75% [============================================== ] 3829/5104 75% [============================================== ] 3830/5104 75% [============================================== ] 3831/5104 75% [============================================== ] 3832/5104 75% [============================================== ] 3833/5104 75% [============================================== ] 3834/5104 75% [============================================== ] 3835/5104 75% [============================================== ] 3836/5104 75% [============================================== ] 3837/5104 75% [============================================== ] 3838/5104 75% [============================================== ] 3839/5104 75% [============================================== ] 3840/5104 75% [============================================== ] 3841/5104 75% [============================================== ] 3842/5104 75% [============================================== ] 3843/5104 75% [============================================== ] 3844/5104 75% [============================================== ] 3845/5104 75% [============================================== ] 3846/5104 75% [============================================== ] 3847/5104 75% [============================================== ] 3848/5104 75% [============================================== ] 3849/5104 75% [============================================== ] 3850/5104 75% [============================================== ] 3851/5104 75% [============================================== ] 3852/5104 75% [============================================== ] 3853/5104 75% [============================================== ] 3854/5104 75% [============================================== ] 3855/5104 75% [============================================== ] 3856/5104 75% [============================================== ] 3857/5104 75% [============================================== ] 3858/5104 75% [============================================== ] 3859/5104 75% [============================================== ] 3860/5104 75% [============================================== ] 3861/5104 75% [============================================== ] 3862/5104 75% [============================================== ] 3863/5104 75% [============================================== ] 3864/5104 75% [============================================== ] 3865/5104 75% [============================================== ] 3866/5104 75% [============================================== ] 3867/5104 75% [============================================== ] 3868/5104 75% [============================================== ] 3869/5104 75% [=============================================== ] 3870/5104 75% [=============================================== ] 3871/5104 75% [=============================================== ] 3872/5104 75% [=============================================== ] 3873/5104 75% [=============================================== ] 3874/5104 75% [=============================================== ] 3875/5104 75% [=============================================== ] 3876/5104 75% [=============================================== ] 3877/5104 75% [=============================================== ] 3878/5104 75% [=============================================== ] 3879/5104 75% [=============================================== ] 3880/5104 76% [=============================================== ] 3881/5104 76% [=============================================== ] 3882/5104 76% [=============================================== ] 3883/5104 76% [=============================================== ] 3884/5104 76% [=============================================== ] 3885/5104 76% [=============================================== ] 3886/5104 76% [=============================================== ] 3887/5104 76% [=============================================== ] 3888/5104 76% [=============================================== ] 3889/5104 76% [=============================================== ] 3890/5104 76% [=============================================== ] 3891/5104 76% [=============================================== ] 3892/5104 76% [=============================================== ] 3893/5104 76% [=============================================== ] 3894/5104 76% [=============================================== ] 3895/5104 76% [=============================================== ] 3896/5104 76% [=============================================== ] 3897/5104 76% [=============================================== ] 3898/5104 76% [=============================================== ] 3899/5104 76% [=============================================== ] 3900/5104 76% [=============================================== ] 3901/5104 76% [=============================================== ] 3902/5104 76% [=============================================== ] 3903/5104 76% [=============================================== ] 3904/5104 76% [=============================================== ] 3905/5104 76% [=============================================== ] 3906/5104 76% [=============================================== ] 3907/5104 76% [=============================================== ] 3908/5104 76% [=============================================== ] 3909/5104 76% [=============================================== ] 3910/5104 76% [=============================================== ] 3911/5104 76% [=============================================== ] 3912/5104 76% [=============================================== ] 3913/5104 76% [=============================================== ] 3914/5104 76% [=============================================== ] 3915/5104 76% [=============================================== ] 3916/5104 76% [=============================================== ] 3917/5104 76% [=============================================== ] 3918/5104 76% [=============================================== ] 3919/5104 76% [=============================================== ] 3920/5104 76% [=============================================== ] 3921/5104 76% [=============================================== ] 3922/5104 76% [=============================================== ] 3923/5104 76% [=============================================== ] 3924/5104 76% [=============================================== ] 3925/5104 76% [=============================================== ] 3926/5104 76% [=============================================== ] 3927/5104 76% [=============================================== ] 3928/5104 76% [=============================================== ] 3929/5104 76% [=============================================== ] 3930/5104 76% [=============================================== ] 3931/5104 77% [=============================================== ] 3932/5104 77% [=============================================== ] 3933/5104 77% [=============================================== ] 3934/5104 77% [=============================================== ] 3935/5104 77% [=============================================== ] 3936/5104 77% [=============================================== ] 3937/5104 77% [=============================================== ] 3938/5104 77% [=============================================== ] 3939/5104 77% [=============================================== ] 3940/5104 77% [=============================================== ] 3941/5104 77% [=============================================== ] 3942/5104 77% [=============================================== ] 3943/5104 77% [=============================================== ] 3944/5104 77% [=============================================== ] 3945/5104 77% [=============================================== ] 3946/5104 77% [=============================================== ] 3947/5104 77% [=============================================== ] 3948/5104 77% [=============================================== ] 3949/5104 77% [=============================================== ] 3950/5104 77% [=============================================== ] 3951/5104 77% [================================================ ] 3952/5104 77% [================================================ ] 3953/5104 77% [================================================ ] 3954/5104 77% [================================================ ] 3955/5104 77% [================================================ ] 3956/5104 77% [================================================ ] 3957/5104 77% [================================================ ] 3958/5104 77% [================================================ ] 3959/5104 77% [================================================ ] 3960/5104 77% [================================================ ] 3961/5104 77% [================================================ ] 3962/5104 77% [================================================ ] 3963/5104 77% [================================================ ] 3964/5104 77% [================================================ ] 3965/5104 77% [================================================ ] 3966/5104 77% [================================================ ] 3967/5104 77% [================================================ ] 3968/5104 77% [================================================ ] 3969/5104 77% [================================================ ] 3970/5104 77% [================================================ ] 3971/5104 77% [================================================ ] 3972/5104 77% [================================================ ] 3973/5104 77% [================================================ ] 3974/5104 77% [================================================ ] 3975/5104 77% [================================================ ] 3976/5104 77% [================================================ ] 3977/5104 77% [================================================ ] 3978/5104 77% [================================================ ] 3979/5104 77% [================================================ ] 3980/5104 77% [================================================ ] 3981/5104 77% [================================================ ] 3982/5104 78% [================================================ ] 3983/5104 78% [================================================ ] 3984/5104 78% [================================================ ] 3985/5104 78% [================================================ ] 3986/5104 78% [================================================ ] 3987/5104 78% [================================================ ] 3988/5104 78% [================================================ ] 3989/5104 78% [================================================ ] 3990/5104 78% [================================================ ] 3991/5104 78% [================================================ ] 3992/5104 78% [================================================ ] 3993/5104 78% [================================================ ] 3994/5104 78% [================================================ ] 3995/5104 78% [================================================ ] 3996/5104 78% [================================================ ] 3997/5104 78% [================================================ ] 3998/5104 78% [================================================ ] 3999/5104 78% [================================================ ] 4000/5104 78% [================================================ ] 4001/5104 78% [================================================ ] 4002/5104 78% [================================================ ] 4003/5104 78% [================================================ ] 4004/5104 78% [================================================ ] 4005/5104 78% [================================================ ] 4006/5104 78% [================================================ ] 4007/5104 78% [================================================ ] 4008/5104 78% [================================================ ] 4009/5104 78% [================================================ ] 4010/5104 78% [================================================ ] 4011/5104 78% [================================================ ] 4012/5104 78% [================================================ ] 4013/5104 78% [================================================ ] 4014/5104 78% [================================================ ] 4015/5104 78% [================================================ ] 4016/5104 78% [================================================ ] 4017/5104 78% [================================================ ] 4018/5104 78% [================================================ ] 4019/5104 78% [================================================ ] 4020/5104 78% [================================================ ] 4021/5104 78% [================================================ ] 4022/5104 78% [================================================ ] 4023/5104 78% [================================================ ] 4024/5104 78% [================================================ ] 4025/5104 78% [================================================ ] 4026/5104 78% [================================================ ] 4027/5104 78% [================================================ ] 4028/5104 78% [================================================ ] 4029/5104 78% [================================================ ] 4030/5104 78% [================================================ ] 4031/5104 78% [================================================ ] 4032/5104 78% [================================================ ] 4033/5104 79% [================================================= ] 4034/5104 79% [================================================= ] 4035/5104 79% [================================================= ] 4036/5104 79% [================================================= ] 4037/5104 79% [================================================= ] 4038/5104 79% [================================================= ] 4039/5104 79% [================================================= ] 4040/5104 79% [================================================= ] 4041/5104 79% [================================================= ] 4042/5104 79% [================================================= ] 4043/5104 79% [================================================= ] 4044/5104 79% [================================================= ] 4045/5104 79% [================================================= ] 4046/5104 79% [================================================= ] 4047/5104 79% [================================================= ] 4048/5104 79% [================================================= ] 4049/5104 79% [================================================= ] 4050/5104 79% [================================================= ] 4051/5104 79% [================================================= ] 4052/5104 79% [================================================= ] 4053/5104 79% [================================================= ] 4054/5104 79% [================================================= ] 4055/5104 79% [================================================= ] 4056/5104 79% [================================================= ] 4057/5104 79% [================================================= ] 4058/5104 79% [================================================= ] 4059/5104 79% [================================================= ] 4060/5104 79% [================================================= ] 4061/5104 79% [================================================= ] 4062/5104 79% [================================================= ] 4063/5104 79% [================================================= ] 4064/5104 79% [================================================= ] 4065/5104 79% [================================================= ] 4066/5104 79% [================================================= ] 4067/5104 79% [================================================= ] 4068/5104 79% [================================================= ] 4069/5104 79% [================================================= ] 4070/5104 79% [================================================= ] 4071/5104 79% [================================================= ] 4072/5104 79% [================================================= ] 4073/5104 79% [================================================= ] 4074/5104 79% [================================================= ] 4075/5104 79% [================================================= ] 4076/5104 79% [================================================= ] 4077/5104 79% [================================================= ] 4078/5104 79% [================================================= ] 4079/5104 79% [================================================= ] 4080/5104 79% [================================================= ] 4081/5104 79% [================================================= ] 4082/5104 79% [================================================= ] 4083/5104 79% [================================================= ] 4084/5104 80% [================================================= ] 4085/5104 80% [================================================= ] 4086/5104 80% [================================================= ] 4087/5104 80% [================================================= ] 4088/5104 80% [================================================= ] 4089/5104 80% [================================================= ] 4090/5104 80% [================================================= ] 4091/5104 80% [================================================= ] 4092/5104 80% [================================================= ] 4093/5104 80% [================================================= ] 4094/5104 80% [================================================= ] 4095/5104 80% [================================================= ] 4096/5104 80% [================================================= ] 4097/5104 80% [================================================= ] 4098/5104 80% [================================================= ] 4099/5104 80% [================================================= ] 4100/5104 80% [================================================= ] 4101/5104 80% [================================================= ] 4102/5104 80% [================================================= ] 4103/5104 80% [================================================= ] 4104/5104 80% [================================================= ] 4105/5104 80% [================================================= ] 4106/5104 80% [================================================= ] 4107/5104 80% [================================================= ] 4108/5104 80% [================================================= ] 4109/5104 80% [================================================= ] 4110/5104 80% [================================================= ] 4111/5104 80% [================================================= ] 4112/5104 80% [================================================= ] 4113/5104 80% [================================================= ] 4114/5104 80% [================================================= ] 4115/5104 80% [================================================= ] 4116/5104 80% [================================================== ] 4117/5104 80% [================================================== ] 4118/5104 80% [================================================== ] 4119/5104 80% [================================================== ] 4120/5104 80% [================================================== ] 4121/5104 80% [================================================== ] 4122/5104 80% [================================================== ] 4123/5104 80% [================================================== ] 4124/5104 80% [================================================== ] 4125/5104 80% [================================================== ] 4126/5104 80% [================================================== ] 4127/5104 80% [================================================== ] 4128/5104 80% [================================================== ] 4129/5104 80% [================================================== ] 4130/5104 80% [================================================== ] 4131/5104 80% [================================================== ] 4132/5104 80% [================================================== ] 4133/5104 80% [================================================== ] 4134/5104 80% [================================================== ] 4135/5104 81% [================================================== ] 4136/5104 81% [================================================== ] 4137/5104 81% [================================================== ] 4138/5104 81% [================================================== ] 4139/5104 81% [================================================== ] 4140/5104 81% [================================================== ] 4141/5104 81% [================================================== ] 4142/5104 81% [================================================== ] 4143/5104 81% [================================================== ] 4144/5104 81% [================================================== ] 4145/5104 81% [================================================== ] 4146/5104 81% [================================================== ] 4147/5104 81% [================================================== ] 4148/5104 81% [================================================== ] 4149/5104 81% [================================================== ] 4150/5104 81% [================================================== ] 4151/5104 81% [================================================== ] 4152/5104 81% [================================================== ] 4153/5104 81% [================================================== ] 4154/5104 81% [================================================== ] 4155/5104 81% [================================================== ] 4156/5104 81% [================================================== ] 4157/5104 81% [================================================== ] 4158/5104 81% [================================================== ] 4159/5104 81% [================================================== ] 4160/5104 81% [================================================== ] 4161/5104 81% [================================================== ] 4162/5104 81% [================================================== ] 4163/5104 81% [================================================== ] 4164/5104 81% [================================================== ] 4165/5104 81% [================================================== ] 4166/5104 81% [================================================== ] 4167/5104 81% [================================================== ] 4168/5104 81% [================================================== ] 4169/5104 81% [================================================== ] 4170/5104 81% [================================================== ] 4171/5104 81% [================================================== ] 4172/5104 81% [================================================== ] 4173/5104 81% [================================================== ] 4174/5104 81% [================================================== ] 4175/5104 81% [================================================== ] 4176/5104 81% [================================================== ] 4177/5104 81% [================================================== ] 4178/5104 81% [================================================== ] 4179/5104 81% [================================================== ] 4180/5104 81% [================================================== ] 4181/5104 81% [================================================== ] 4182/5104 81% [================================================== ] 4183/5104 81% [================================================== ] 4184/5104 81% [================================================== ] 4185/5104 81% [================================================== ] 4186/5104 82% [================================================== ] 4187/5104 82% [================================================== ] 4188/5104 82% [================================================== ] 4189/5104 82% [================================================== ] 4190/5104 82% [================================================== ] 4191/5104 82% [================================================== ] 4192/5104 82% [================================================== ] 4193/5104 82% [================================================== ] 4194/5104 82% [================================================== ] 4195/5104 82% [================================================== ] 4196/5104 82% [================================================== ] 4197/5104 82% [================================================== ] 4198/5104 82% [=================================================== ] 4199/5104 82% [=================================================== ] 4200/5104 82% [=================================================== ] 4201/5104 82% [=================================================== ] 4202/5104 82% [=================================================== ] 4203/5104 82% [=================================================== ] 4204/5104 82% [=================================================== ] 4205/5104 82% [=================================================== ] 4206/5104 82% [=================================================== ] 4207/5104 82% [=================================================== ] 4208/5104 82% [=================================================== ] 4209/5104 82% [=================================================== ] 4210/5104 82% [=================================================== ] 4211/5104 82% [=================================================== ] 4212/5104 82% [=================================================== ] 4213/5104 82% [=================================================== ] 4214/5104 82% [=================================================== ] 4215/5104 82% [=================================================== ] 4216/5104 82% [=================================================== ] 4217/5104 82% [=================================================== ] 4218/5104 82% [=================================================== ] 4219/5104 82% [=================================================== ] 4220/5104 82% [=================================================== ] 4221/5104 82% [=================================================== ] 4222/5104 82% [=================================================== ] 4223/5104 82% [=================================================== ] 4224/5104 82% [=================================================== ] 4225/5104 82% [=================================================== ] 4226/5104 82% [=================================================== ] 4227/5104 82% [=================================================== ] 4228/5104 82% [=================================================== ] 4229/5104 82% [=================================================== ] 4230/5104 82% [=================================================== ] 4231/5104 82% [=================================================== ] 4232/5104 82% [=================================================== ] 4233/5104 82% [=================================================== ] 4234/5104 82% [=================================================== ] 4235/5104 82% [=================================================== ] 4236/5104 82% [=================================================== ] 4237/5104 83% [=================================================== ] 4238/5104 83% [=================================================== ] 4239/5104 83% [=================================================== ] 4240/5104 83% [=================================================== ] 4241/5104 83% [=================================================== ] 4242/5104 83% [=================================================== ] 4243/5104 83% [=================================================== ] 4244/5104 83% [=================================================== ] 4245/5104 83% [=================================================== ] 4246/5104 83% [=================================================== ] 4247/5104 83% [=================================================== ] 4248/5104 83% [=================================================== ] 4249/5104 83% [=================================================== ] 4250/5104 83% [=================================================== ] 4251/5104 83% [=================================================== ] 4252/5104 83% [=================================================== ] 4253/5104 83% [=================================================== ] 4254/5104 83% [=================================================== ] 4255/5104 83% [=================================================== ] 4256/5104 83% [=================================================== ] 4257/5104 83% [=================================================== ] 4258/5104 83% [=================================================== ] 4259/5104 83% [=================================================== ] 4260/5104 83% [=================================================== ] 4261/5104 83% [=================================================== ] 4262/5104 83% [=================================================== ] 4263/5104 83% [=================================================== ] 4264/5104 83% [=================================================== ] 4265/5104 83% [=================================================== ] 4266/5104 83% [=================================================== ] 4267/5104 83% [=================================================== ] 4268/5104 83% [=================================================== ] 4269/5104 83% [=================================================== ] 4270/5104 83% [=================================================== ] 4271/5104 83% [=================================================== ] 4272/5104 83% [=================================================== ] 4273/5104 83% [=================================================== ] 4274/5104 83% [=================================================== ] 4275/5104 83% [=================================================== ] 4276/5104 83% [=================================================== ] 4277/5104 83% [=================================================== ] 4278/5104 83% [=================================================== ] 4279/5104 83% [=================================================== ] 4280/5104 83% [==================================================== ] 4281/5104 83% [==================================================== ] 4282/5104 83% [==================================================== ] 4283/5104 83% [==================================================== ] 4284/5104 83% [==================================================== ] 4285/5104 83% [==================================================== ] 4286/5104 83% [==================================================== ] 4287/5104 83% [==================================================== ] 4288/5104 84% [==================================================== ] 4289/5104 84% [==================================================== ] 4290/5104 84% [==================================================== ] 4291/5104 84% [==================================================== ] 4292/5104 84% [==================================================== ] 4293/5104 84% [==================================================== ] 4294/5104 84% [==================================================== ] 4295/5104 84% [==================================================== ] 4296/5104 84% [==================================================== ] 4297/5104 84% [==================================================== ] 4298/5104 84% [==================================================== ] 4299/5104 84% [==================================================== ] 4300/5104 84% [==================================================== ] 4301/5104 84% [==================================================== ] 4302/5104 84% [==================================================== ] 4303/5104 84% [==================================================== ] 4304/5104 84% [==================================================== ] 4305/5104 84% [==================================================== ] 4306/5104 84% [==================================================== ] 4307/5104 84% [==================================================== ] 4308/5104 84% [==================================================== ] 4309/5104 84% [==================================================== ] 4310/5104 84% [==================================================== ] 4311/5104 84% [==================================================== ] 4312/5104 84% [==================================================== ] 4313/5104 84% [==================================================== ] 4314/5104 84% [==================================================== ] 4315/5104 84% [==================================================== ] 4316/5104 84% [==================================================== ] 4317/5104 84% [==================================================== ] 4318/5104 84% [==================================================== ] 4319/5104 84% [==================================================== ] 4320/5104 84% [==================================================== ] 4321/5104 84% [==================================================== ] 4322/5104 84% [==================================================== ] 4323/5104 84% [==================================================== ] 4324/5104 84% [==================================================== ] 4325/5104 84% [==================================================== ] 4326/5104 84% [==================================================== ] 4327/5104 84% [==================================================== ] 4328/5104 84% [==================================================== ] 4329/5104 84% [==================================================== ] 4330/5104 84% [==================================================== ] 4331/5104 84% [==================================================== ] 4332/5104 84% [==================================================== ] 4333/5104 84% [==================================================== ] 4334/5104 84% [==================================================== ] 4335/5104 84% [==================================================== ] 4336/5104 84% [==================================================== ] 4337/5104 84% [==================================================== ] 4338/5104 84% [==================================================== ] 4339/5104 85% [==================================================== ] 4340/5104 85% [==================================================== ] 4341/5104 85% [==================================================== ] 4342/5104 85% [==================================================== ] 4343/5104 85% [==================================================== ] 4344/5104 85% [==================================================== ] 4345/5104 85% [==================================================== ] 4346/5104 85% [==================================================== ] 4347/5104 85% [==================================================== ] 4348/5104 85% [==================================================== ] 4349/5104 85% [==================================================== ] 4350/5104 85% [==================================================== ] 4351/5104 85% [==================================================== ] 4352/5104 85% [==================================================== ] 4353/5104 85% [==================================================== ] 4354/5104 85% [==================================================== ] 4355/5104 85% [==================================================== ] 4356/5104 85% [==================================================== ] 4357/5104 85% [==================================================== ] 4358/5104 85% [==================================================== ] 4359/5104 85% [==================================================== ] 4360/5104 85% [==================================================== ] 4361/5104 85% [==================================================== ] 4362/5104 85% [==================================================== ] 4363/5104 85% [===================================================== ] 4364/5104 85% [===================================================== ] 4365/5104 85% [===================================================== ] 4366/5104 85% [===================================================== ] 4367/5104 85% [===================================================== ] 4368/5104 85% [===================================================== ] 4369/5104 85% [===================================================== ] 4370/5104 85% [===================================================== ] 4371/5104 85% [===================================================== ] 4372/5104 85% [===================================================== ] 4373/5104 85% [===================================================== ] 4374/5104 85% [===================================================== ] 4375/5104 85% [===================================================== ] 4376/5104 85% [===================================================== ] 4377/5104 85% [===================================================== ] 4378/5104 85% [===================================================== ] 4379/5104 85% [===================================================== ] 4380/5104 85% [===================================================== ] 4381/5104 85% [===================================================== ] 4382/5104 85% [===================================================== ] 4383/5104 85% [===================================================== ] 4384/5104 85% [===================================================== ] 4385/5104 85% [===================================================== ] 4386/5104 85% [===================================================== ] 4387/5104 85% [===================================================== ] 4388/5104 85% [===================================================== ] 4389/5104 85% [===================================================== ] 4390/5104 86% [===================================================== ] 4391/5104 86% [===================================================== ] 4392/5104 86% [===================================================== ] 4393/5104 86% [===================================================== ] 4394/5104 86% [===================================================== ] 4395/5104 86% [===================================================== ] 4396/5104 86% [===================================================== ] 4397/5104 86% [===================================================== ] 4398/5104 86% [===================================================== ] 4399/5104 86% [===================================================== ] 4400/5104 86% [===================================================== ] 4401/5104 86% [===================================================== ] 4402/5104 86% [===================================================== ] 4403/5104 86% [===================================================== ] 4404/5104 86% [===================================================== ] 4405/5104 86% [===================================================== ] 4406/5104 86% [===================================================== ] 4407/5104 86% [===================================================== ] 4408/5104 86% [===================================================== ] 4409/5104 86% [===================================================== ] 4410/5104 86% [===================================================== ] 4411/5104 86% [===================================================== ] 4412/5104 86% [===================================================== ] 4413/5104 86% [===================================================== ] 4414/5104 86% [===================================================== ] 4415/5104 86% [===================================================== ] 4416/5104 86% [===================================================== ] 4417/5104 86% [===================================================== ] 4418/5104 86% [===================================================== ] 4419/5104 86% [===================================================== ] 4420/5104 86% [===================================================== ] 4421/5104 86% [===================================================== ] 4422/5104 86% [===================================================== ] 4423/5104 86% [===================================================== ] 4424/5104 86% [===================================================== ] 4425/5104 86% [===================================================== ] 4426/5104 86% [===================================================== ] 4427/5104 86% [===================================================== ] 4428/5104 86% [===================================================== ] 4429/5104 86% [===================================================== ] 4430/5104 86% [===================================================== ] 4431/5104 86% [===================================================== ] 4432/5104 86% [===================================================== ] 4433/5104 86% [===================================================== ] 4434/5104 86% [===================================================== ] 4435/5104 86% [===================================================== ] 4436/5104 86% [===================================================== ] 4437/5104 86% [===================================================== ] 4438/5104 86% [===================================================== ] 4439/5104 86% [===================================================== ] 4440/5104 86% [===================================================== ] 4441/5104 87% [===================================================== ] 4442/5104 87% [===================================================== ] 4443/5104 87% [===================================================== ] 4444/5104 87% [===================================================== ] 4445/5104 87% [====================================================== ] 4446/5104 87% [====================================================== ] 4447/5104 87% [====================================================== ] 4448/5104 87% [====================================================== ] 4449/5104 87% [====================================================== ] 4450/5104 87% [====================================================== ] 4451/5104 87% [====================================================== ] 4452/5104 87% [====================================================== ] 4453/5104 87% [====================================================== ] 4454/5104 87% [====================================================== ] 4455/5104 87% [====================================================== ] 4456/5104 87% [====================================================== ] 4457/5104 87% [====================================================== ] 4458/5104 87% [====================================================== ] 4459/5104 87% [====================================================== ] 4460/5104 87% [====================================================== ] 4461/5104 87% [====================================================== ] 4462/5104 87% [====================================================== ] 4463/5104 87% [====================================================== ] 4464/5104 87% [====================================================== ] 4465/5104 87% [====================================================== ] 4466/5104 87% [====================================================== ] 4467/5104 87% [====================================================== ] 4468/5104 87% [====================================================== ] 4469/5104 87% [====================================================== ] 4470/5104 87% [====================================================== ] 4471/5104 87% [====================================================== ] 4472/5104 87% [====================================================== ] 4473/5104 87% [====================================================== ] 4474/5104 87% [====================================================== ] 4475/5104 87% [====================================================== ] 4476/5104 87% [====================================================== ] 4477/5104 87% [====================================================== ] 4478/5104 87% [====================================================== ] 4479/5104 87% [====================================================== ] 4480/5104 87% [====================================================== ] 4481/5104 87% [====================================================== ] 4482/5104 87% [====================================================== ] 4483/5104 87% [====================================================== ] 4484/5104 87% [====================================================== ] 4485/5104 87% [====================================================== ] 4486/5104 87% [====================================================== ] 4487/5104 87% [====================================================== ] 4488/5104 87% [====================================================== ] 4489/5104 87% [====================================================== ] 4490/5104 87% [====================================================== ] 4491/5104 87% [====================================================== ] 4492/5104 88% [====================================================== ] 4493/5104 88% [====================================================== ] 4494/5104 88% [====================================================== ] 4495/5104 88% [====================================================== ] 4496/5104 88% [====================================================== ] 4497/5104 88% [====================================================== ] 4498/5104 88% [====================================================== ] 4499/5104 88% [====================================================== ] 4500/5104 88% [====================================================== ] 4501/5104 88% [====================================================== ] 4502/5104 88% [====================================================== ] 4503/5104 88% [====================================================== ] 4504/5104 88% [====================================================== ] 4505/5104 88% [====================================================== ] 4506/5104 88% [====================================================== ] 4507/5104 88% [====================================================== ] 4508/5104 88% [====================================================== ] 4509/5104 88% [====================================================== ] 4510/5104 88% [====================================================== ] 4511/5104 88% [====================================================== ] 4512/5104 88% [====================================================== ] 4513/5104 88% [====================================================== ] 4514/5104 88% [====================================================== ] 4515/5104 88% [====================================================== ] 4516/5104 88% [====================================================== ] 4517/5104 88% [====================================================== ] 4518/5104 88% [====================================================== ] 4519/5104 88% [====================================================== ] 4520/5104 88% [====================================================== ] 4521/5104 88% [====================================================== ] 4522/5104 88% [====================================================== ] 4523/5104 88% [====================================================== ] 4524/5104 88% [====================================================== ] 4525/5104 88% [====================================================== ] 4526/5104 88% [====================================================== ] 4527/5104 88% [======================================================= ] 4528/5104 88% [======================================================= ] 4529/5104 88% [======================================================= ] 4530/5104 88% [======================================================= ] 4531/5104 88% [======================================================= ] 4532/5104 88% [======================================================= ] 4533/5104 88% [======================================================= ] 4534/5104 88% [======================================================= ] 4535/5104 88% [======================================================= ] 4536/5104 88% [======================================================= ] 4537/5104 88% [======================================================= ] 4538/5104 88% [======================================================= ] 4539/5104 88% [======================================================= ] 4540/5104 88% [======================================================= ] 4541/5104 88% [======================================================= ] 4542/5104 88% [======================================================= ] 4543/5104 89% [======================================================= ] 4544/5104 89% [======================================================= ] 4545/5104 89% [======================================================= ] 4546/5104 89% [======================================================= ] 4547/5104 89% [======================================================= ] 4548/5104 89% [======================================================= ] 4549/5104 89% [======================================================= ] 4550/5104 89% [======================================================= ] 4551/5104 89% [======================================================= ] 4552/5104 89% [======================================================= ] 4553/5104 89% [======================================================= ] 4554/5104 89% [======================================================= ] 4555/5104 89% [======================================================= ] 4556/5104 89% [======================================================= ] 4557/5104 89% [======================================================= ] 4558/5104 89% [======================================================= ] 4559/5104 89% [======================================================= ] 4560/5104 89% [======================================================= ] 4561/5104 89% [======================================================= ] 4562/5104 89% [======================================================= ] 4563/5104 89% [======================================================= ] 4564/5104 89% [======================================================= ] 4565/5104 89% [======================================================= ] 4566/5104 89% [======================================================= ] 4567/5104 89% [======================================================= ] 4568/5104 89% [======================================================= ] 4569/5104 89% [======================================================= ] 4570/5104 89% [======================================================= ] 4571/5104 89% [======================================================= ] 4572/5104 89% [======================================================= ] 4573/5104 89% [======================================================= ] 4574/5104 89% [======================================================= ] 4575/5104 89% [======================================================= ] 4576/5104 89% [======================================================= ] 4577/5104 89% [======================================================= ] 4578/5104 89% [======================================================= ] 4579/5104 89% [======================================================= ] 4580/5104 89% [======================================================= ] 4581/5104 89% [======================================================= ] 4582/5104 89% [======================================================= ] 4583/5104 89% [======================================================= ] 4584/5104 89% [======================================================= ] 4585/5104 89% [======================================================= ] 4586/5104 89% [======================================================= ] 4587/5104 89% [======================================================= ] 4588/5104 89% [======================================================= ] 4589/5104 89% [======================================================= ] 4590/5104 89% [======================================================= ] 4591/5104 89% [======================================================= ] 4592/5104 89% [======================================================= ] 4593/5104 89% [======================================================= ] 4594/5104 90% [======================================================= ] 4595/5104 90% [======================================================= ] 4596/5104 90% [======================================================= ] 4597/5104 90% [======================================================= ] 4598/5104 90% [======================================================= ] 4599/5104 90% [======================================================= ] 4600/5104 90% [======================================================= ] 4601/5104 90% [======================================================= ] 4602/5104 90% [======================================================= ] 4603/5104 90% [======================================================= ] 4604/5104 90% [======================================================= ] 4605/5104 90% [======================================================= ] 4606/5104 90% [======================================================= ] 4607/5104 90% [======================================================= ] 4608/5104 90% [======================================================= ] 4609/5104 90% [======================================================= ] 4610/5104 90% [======================================================== ] 4611/5104 90% [======================================================== ] 4612/5104 90% [======================================================== ] 4613/5104 90% [======================================================== ] 4614/5104 90% [======================================================== ] 4615/5104 90% [======================================================== ] 4616/5104 90% [======================================================== ] 4617/5104 90% [======================================================== ] 4618/5104 90% [======================================================== ] 4619/5104 90% [======================================================== ] 4620/5104 90% [======================================================== ] 4621/5104 90% [======================================================== ] 4622/5104 90% [======================================================== ] 4623/5104 90% [======================================================== ] 4624/5104 90% [======================================================== ] 4625/5104 90% [======================================================== ] 4626/5104 90% [======================================================== ] 4627/5104 90% [======================================================== ] 4628/5104 90% [======================================================== ] 4629/5104 90% [======================================================== ] 4630/5104 90% [======================================================== ] 4631/5104 90% [======================================================== ] 4632/5104 90% [======================================================== ] 4633/5104 90% [======================================================== ] 4634/5104 90% [======================================================== ] 4635/5104 90% [======================================================== ] 4636/5104 90% [======================================================== ] 4637/5104 90% [======================================================== ] 4638/5104 90% [======================================================== ] 4639/5104 90% [======================================================== ] 4640/5104 90% [======================================================== ] 4641/5104 90% [======================================================== ] 4642/5104 90% [======================================================== ] 4643/5104 90% [======================================================== ] 4644/5104 90% [======================================================== ] 4645/5104 91% [======================================================== ] 4646/5104 91% [======================================================== ] 4647/5104 91% [======================================================== ] 4648/5104 91% [======================================================== ] 4649/5104 91% [======================================================== ] 4650/5104 91% [======================================================== ] 4651/5104 91% [======================================================== ] 4652/5104 91% [======================================================== ] 4653/5104 91% [======================================================== ] 4654/5104 91% [======================================================== ] 4655/5104 91% [======================================================== ] 4656/5104 91% [======================================================== ] 4657/5104 91% [======================================================== ] 4658/5104 91% [======================================================== ] 4659/5104 91% [======================================================== ] 4660/5104 91% [======================================================== ] 4661/5104 91% [======================================================== ] 4662/5104 91% [======================================================== ] 4663/5104 91% [======================================================== ] 4664/5104 91% [======================================================== ] 4665/5104 91% [======================================================== ] 4666/5104 91% [======================================================== ] 4667/5104 91% [======================================================== ] 4668/5104 91% [======================================================== ] 4669/5104 91% [======================================================== ] 4670/5104 91% [======================================================== ] 4671/5104 91% [======================================================== ] 4672/5104 91% [======================================================== ] 4673/5104 91% [======================================================== ] 4674/5104 91% [======================================================== ] 4675/5104 91% [======================================================== ] 4676/5104 91% [======================================================== ] 4677/5104 91% [======================================================== ] 4678/5104 91% [======================================================== ] 4679/5104 91% [======================================================== ] 4680/5104 91% [======================================================== ] 4681/5104 91% [======================================================== ] 4682/5104 91% [======================================================== ] 4683/5104 91% [======================================================== ] 4684/5104 91% [======================================================== ] 4685/5104 91% [======================================================== ] 4686/5104 91% [======================================================== ] 4687/5104 91% [======================================================== ] 4688/5104 91% [======================================================== ] 4689/5104 91% [======================================================== ] 4690/5104 91% [======================================================== ] 4691/5104 91% [======================================================== ] 4692/5104 91% [========================================================= ] 4693/5104 91% [========================================================= ] 4694/5104 91% [========================================================= ] 4695/5104 91% [========================================================= ] 4696/5104 92% [========================================================= ] 4697/5104 92% [========================================================= ] 4698/5104 92% [========================================================= ] 4699/5104 92% [========================================================= ] 4700/5104 92% [========================================================= ] 4701/5104 92% [========================================================= ] 4702/5104 92% [========================================================= ] 4703/5104 92% [========================================================= ] 4704/5104 92% [========================================================= ] 4705/5104 92% [========================================================= ] 4706/5104 92% [========================================================= ] 4707/5104 92% [========================================================= ] 4708/5104 92% [========================================================= ] 4709/5104 92% [========================================================= ] 4710/5104 92% [========================================================= ] 4711/5104 92% [========================================================= ] 4712/5104 92% [========================================================= ] 4713/5104 92% [========================================================= ] 4714/5104 92% [========================================================= ] 4715/5104 92% [========================================================= ] 4716/5104 92% [========================================================= ] 4717/5104 92% [========================================================= ] 4718/5104 92% [========================================================= ] 4719/5104 92% [========================================================= ] 4720/5104 92% [========================================================= ] 4721/5104 92% [========================================================= ] 4722/5104 92% [========================================================= ] 4723/5104 92% [========================================================= ] 4724/5104 92% [========================================================= ] 4725/5104 92% [========================================================= ] 4726/5104 92% [========================================================= ] 4727/5104 92% [========================================================= ] 4728/5104 92% [========================================================= ] 4729/5104 92% [========================================================= ] 4730/5104 92% [========================================================= ] 4731/5104 92% [========================================================= ] 4732/5104 92% [========================================================= ] 4733/5104 92% [========================================================= ] 4734/5104 92% [========================================================= ] 4735/5104 92% [========================================================= ] 4736/5104 92% [========================================================= ] 4737/5104 92% [========================================================= ] 4738/5104 92% [========================================================= ] 4739/5104 92% [========================================================= ] 4740/5104 92% [========================================================= ] 4741/5104 92% [========================================================= ] 4742/5104 92% [========================================================= ] 4743/5104 92% [========================================================= ] 4744/5104 92% [========================================================= ] 4745/5104 92% [========================================================= ] 4746/5104 92% [========================================================= ] 4747/5104 93% [========================================================= ] 4748/5104 93% [========================================================= ] 4749/5104 93% [========================================================= ] 4750/5104 93% [========================================================= ] 4751/5104 93% [========================================================= ] 4752/5104 93% [========================================================= ] 4753/5104 93% [========================================================= ] 4754/5104 93% [========================================================= ] 4755/5104 93% [========================================================= ] 4756/5104 93% [========================================================= ] 4757/5104 93% [========================================================= ] 4758/5104 93% [========================================================= ] 4759/5104 93% [========================================================= ] 4760/5104 93% [========================================================= ] 4761/5104 93% [========================================================= ] 4762/5104 93% [========================================================= ] 4763/5104 93% [========================================================= ] 4764/5104 93% [========================================================= ] 4765/5104 93% [========================================================= ] 4766/5104 93% [========================================================= ] 4767/5104 93% [========================================================= ] 4768/5104 93% [========================================================= ] 4769/5104 93% [========================================================= ] 4770/5104 93% [========================================================= ] 4771/5104 93% [========================================================= ] 4772/5104 93% [========================================================= ] 4773/5104 93% [========================================================= ] 4774/5104 93% [========================================================== ] 4775/5104 93% [========================================================== ] 4776/5104 93% [========================================================== ] 4777/5104 93% [========================================================== ] 4778/5104 93% [========================================================== ] 4779/5104 93% [========================================================== ] 4780/5104 93% [========================================================== ] 4781/5104 93% [========================================================== ] 4782/5104 93% [========================================================== ] 4783/5104 93% [========================================================== ] 4784/5104 93% [========================================================== ] 4785/5104 93% [========================================================== ] 4786/5104 93% [========================================================== ] 4787/5104 93% [========================================================== ] 4788/5104 93% [========================================================== ] 4789/5104 93% [========================================================== ] 4790/5104 93% [========================================================== ] 4791/5104 93% [========================================================== ] 4792/5104 93% [========================================================== ] 4793/5104 93% [========================================================== ] 4794/5104 93% [========================================================== ] 4795/5104 93% [========================================================== ] 4796/5104 93% [========================================================== ] 4797/5104 93% [========================================================== ] 4798/5104 94% [========================================================== ] 4799/5104 94% [========================================================== ] 4800/5104 94% [========================================================== ] 4801/5104 94% [========================================================== ] 4802/5104 94% [========================================================== ] 4803/5104 94% [========================================================== ] 4804/5104 94% [========================================================== ] 4805/5104 94% [========================================================== ] 4806/5104 94% [========================================================== ] 4807/5104 94% [========================================================== ] 4808/5104 94% [========================================================== ] 4809/5104 94% [========================================================== ] 4810/5104 94% [========================================================== ] 4811/5104 94% [========================================================== ] 4812/5104 94% [========================================================== ] 4813/5104 94% [========================================================== ] 4814/5104 94% [========================================================== ] 4815/5104 94% [========================================================== ] 4816/5104 94% [========================================================== ] 4817/5104 94% [========================================================== ] 4818/5104 94% [========================================================== ] 4819/5104 94% [========================================================== ] 4820/5104 94% [========================================================== ] 4821/5104 94% [========================================================== ] 4822/5104 94% [========================================================== ] 4823/5104 94% [========================================================== ] 4824/5104 94% [========================================================== ] 4825/5104 94% [========================================================== ] 4826/5104 94% [========================================================== ] 4827/5104 94% [========================================================== ] 4828/5104 94% [========================================================== ] 4829/5104 94% [========================================================== ] 4830/5104 94% [========================================================== ] 4831/5104 94% [========================================================== ] 4832/5104 94% [========================================================== ] 4833/5104 94% [========================================================== ] 4834/5104 94% [========================================================== ] 4835/5104 94% [========================================================== ] 4836/5104 94% [========================================================== ] 4837/5104 94% [========================================================== ] 4838/5104 94% [========================================================== ] 4839/5104 94% [========================================================== ] 4840/5104 94% [========================================================== ] 4841/5104 94% [========================================================== ] 4842/5104 94% [========================================================== ] 4843/5104 94% [========================================================== ] 4844/5104 94% [========================================================== ] 4845/5104 94% [========================================================== ] 4846/5104 94% [========================================================== ] 4847/5104 94% [========================================================== ] 4848/5104 94% [========================================================== ] 4849/5104 95% [========================================================== ] 4850/5104 95% [========================================================== ] 4851/5104 95% [========================================================== ] 4852/5104 95% [========================================================== ] 4853/5104 95% [========================================================== ] 4854/5104 95% [========================================================== ] 4855/5104 95% [========================================================== ] 4856/5104 95% [========================================================== ] 4857/5104 95% [=========================================================== ] 4858/5104 95% [=========================================================== ] 4859/5104 95% [=========================================================== ] 4860/5104 95% [=========================================================== ] 4861/5104 95% [=========================================================== ] 4862/5104 95% [=========================================================== ] 4863/5104 95% [=========================================================== ] 4864/5104 95% [=========================================================== ] 4865/5104 95% [=========================================================== ] 4866/5104 95% [=========================================================== ] 4867/5104 95% [=========================================================== ] 4868/5104 95% [=========================================================== ] 4869/5104 95% [=========================================================== ] 4870/5104 95% [=========================================================== ] 4871/5104 95% [=========================================================== ] 4872/5104 95% [=========================================================== ] 4873/5104 95% [=========================================================== ] 4874/5104 95% [=========================================================== ] 4875/5104 95% [=========================================================== ] 4876/5104 95% [=========================================================== ] 4877/5104 95% [=========================================================== ] 4878/5104 95% [=========================================================== ] 4879/5104 95% [=========================================================== ] 4880/5104 95% [=========================================================== ] 4881/5104 95% [=========================================================== ] 4882/5104 95% [=========================================================== ] 4883/5104 95% [=========================================================== ] 4884/5104 95% [=========================================================== ] 4885/5104 95% [=========================================================== ] 4886/5104 95% [=========================================================== ] 4887/5104 95% [=========================================================== ] 4888/5104 95% [=========================================================== ] 4889/5104 95% [=========================================================== ] 4890/5104 95% [=========================================================== ] 4891/5104 95% [=========================================================== ] 4892/5104 95% [=========================================================== ] 4893/5104 95% [=========================================================== ] 4894/5104 95% [=========================================================== ] 4895/5104 95% [=========================================================== ] 4896/5104 95% [=========================================================== ] 4897/5104 95% [=========================================================== ] 4898/5104 95% [=========================================================== ] 4899/5104 95% [=========================================================== ] 4900/5104 96% [=========================================================== ] 4901/5104 96% [=========================================================== ] 4902/5104 96% [=========================================================== ] 4903/5104 96% [=========================================================== ] 4904/5104 96% [=========================================================== ] 4905/5104 96% [=========================================================== ] 4906/5104 96% [=========================================================== ] 4907/5104 96% [=========================================================== ] 4908/5104 96% [=========================================================== ] 4909/5104 96% [=========================================================== ] 4910/5104 96% [=========================================================== ] 4911/5104 96% [=========================================================== ] 4912/5104 96% [=========================================================== ] 4913/5104 96% [=========================================================== ] 4914/5104 96% [=========================================================== ] 4915/5104 96% [=========================================================== ] 4916/5104 96% [=========================================================== ] 4917/5104 96% [=========================================================== ] 4918/5104 96% [=========================================================== ] 4919/5104 96% [=========================================================== ] 4920/5104 96% [=========================================================== ] 4921/5104 96% [=========================================================== ] 4922/5104 96% [=========================================================== ] 4923/5104 96% [=========================================================== ] 4924/5104 96% [=========================================================== ] 4925/5104 96% [=========================================================== ] 4926/5104 96% [=========================================================== ] 4927/5104 96% [=========================================================== ] 4928/5104 96% [=========================================================== ] 4929/5104 96% [=========================================================== ] 4930/5104 96% [=========================================================== ] 4931/5104 96% [=========================================================== ] 4932/5104 96% [=========================================================== ] 4933/5104 96% [=========================================================== ] 4934/5104 96% [=========================================================== ] 4935/5104 96% [=========================================================== ] 4936/5104 96% [=========================================================== ] 4937/5104 96% [=========================================================== ] 4938/5104 96% [=========================================================== ] 4939/5104 96% [============================================================ ] 4940/5104 96% [============================================================ ] 4941/5104 96% [============================================================ ] 4942/5104 96% [============================================================ ] 4943/5104 96% [============================================================ ] 4944/5104 96% [============================================================ ] 4945/5104 96% [============================================================ ] 4946/5104 96% [============================================================ ] 4947/5104 96% [============================================================ ] 4948/5104 96% [============================================================ ] 4949/5104 96% [============================================================ ] 4950/5104 96% [============================================================ ] 4951/5104 97% [============================================================ ] 4952/5104 97% [============================================================ ] 4953/5104 97% [============================================================ ] 4954/5104 97% [============================================================ ] 4955/5104 97% [============================================================ ] 4956/5104 97% [============================================================ ] 4957/5104 97% [============================================================ ] 4958/5104 97% [============================================================ ] 4959/5104 97% [============================================================ ] 4960/5104 97% [============================================================ ] 4961/5104 97% [============================================================ ] 4962/5104 97% [============================================================ ] 4963/5104 97% [============================================================ ] 4964/5104 97% [============================================================ ] 4965/5104 97% [============================================================ ] 4966/5104 97% [============================================================ ] 4967/5104 97% [============================================================ ] 4968/5104 97% [============================================================ ] 4969/5104 97% [============================================================ ] 4970/5104 97% [============================================================ ] 4971/5104 97% [============================================================ ] 4972/5104 97% [============================================================ ] 4973/5104 97% [============================================================ ] 4974/5104 97% [============================================================ ] 4975/5104 97% [============================================================ ] 4976/5104 97% [============================================================ ] 4977/5104 97% [============================================================ ] 4978/5104 97% [============================================================ ] 4979/5104 97% [============================================================ ] 4980/5104 97% [============================================================ ] 4981/5104 97% [============================================================ ] 4982/5104 97% [============================================================ ] 4983/5104 97% [============================================================ ] 4984/5104 97% [============================================================ ] 4985/5104 97% [============================================================ ] 4986/5104 97% [============================================================ ] 4987/5104 97% [============================================================ ] 4988/5104 97% [============================================================ ] 4989/5104 97% [============================================================ ] 4990/5104 97% [============================================================ ] 4991/5104 97% [============================================================ ] 4992/5104 97% [============================================================ ] 4993/5104 97% [============================================================ ] 4994/5104 97% [============================================================ ] 4995/5104 97% [============================================================ ] 4996/5104 97% [============================================================ ] 4997/5104 97% [============================================================ ] 4998/5104 97% [============================================================ ] 4999/5104 97% [============================================================ ] 5000/5104 97% [============================================================ ] 5001/5104 97% [============================================================ ] 5002/5104 98% [============================================================ ] 5003/5104 98% [============================================================ ] 5004/5104 98% [============================================================ ] 5005/5104 98% [============================================================ ] 5006/5104 98% [============================================================ ] 5007/5104 98% [============================================================ ] 5008/5104 98% [============================================================ ] 5009/5104 98% [============================================================ ] 5010/5104 98% [============================================================ ] 5011/5104 98% [============================================================ ] 5012/5104 98% [============================================================ ] 5013/5104 98% [============================================================ ] 5014/5104 98% [============================================================ ] 5015/5104 98% [============================================================ ] 5016/5104 98% [============================================================ ] 5017/5104 98% [============================================================ ] 5018/5104 98% [============================================================ ] 5019/5104 98% [============================================================ ] 5020/5104 98% [============================================================ ] 5021/5104 98% [============================================================= ] 5022/5104 98% [============================================================= ] 5023/5104 98% [============================================================= ] 5024/5104 98% [============================================================= ] 5025/5104 98% [============================================================= ] 5026/5104 98% [============================================================= ] 5027/5104 98% [============================================================= ] 5028/5104 98% [============================================================= ] 5029/5104 98% [============================================================= ] 5030/5104 98% [============================================================= ] 5031/5104 98% [============================================================= ] 5032/5104 98% [============================================================= ] 5033/5104 98% [============================================================= ] 5034/5104 98% [============================================================= ] 5035/5104 98% [============================================================= ] 5036/5104 98% [============================================================= ] 5037/5104 98% [============================================================= ] 5038/5104 98% [============================================================= ] 5039/5104 98% [============================================================= ] 5040/5104 98% [============================================================= ] 5041/5104 98% [============================================================= ] 5042/5104 98% [============================================================= ] 5043/5104 98% [============================================================= ] 5044/5104 98% [============================================================= ] 5045/5104 98% [============================================================= ] 5046/5104 98% [============================================================= ] 5047/5104 98% [============================================================= ] 5048/5104 98% [============================================================= ] 5049/5104 98% [============================================================= ] 5050/5104 98% [============================================================= ] 5051/5104 98% [============================================================= ] 5052/5104 98% [============================================================= ] 5053/5104 99% [============================================================= ] 5054/5104 99% [============================================================= ] 5055/5104 99% [============================================================= ] 5056/5104 99% [============================================================= ] 5057/5104 99% [============================================================= ] 5058/5104 99% [============================================================= ] 5059/5104 99% [============================================================= ] 5060/5104 99% [============================================================= ] 5061/5104 99% [============================================================= ] 5062/5104 99% [============================================================= ] 5063/5104 99% [============================================================= ] 5064/5104 99% [============================================================= ] 5065/5104 99% [============================================================= ] 5066/5104 99% [============================================================= ] 5067/5104 99% [============================================================= ] 5068/5104 99% [============================================================= ] 5069/5104 99% [============================================================= ] 5070/5104 99% [============================================================= ] 5071/5104 99% [============================================================= ] 5072/5104 99% [============================================================= ] 5073/5104 99% [============================================================= ] 5074/5104 99% [============================================================= ] 5075/5104 99% [============================================================= ] 5076/5104 99% [============================================================= ] 5077/5104 99% [============================================================= ] 5078/5104 99% [============================================================= ] 5079/5104 99% [============================================================= ] 5080/5104 99% [============================================================= ] 5081/5104 99% [============================================================= ] 5082/5104 99% [============================================================= ] 5083/5104 99% [============================================================= ] 5084/5104 99% [============================================================= ] 5085/5104 99% [============================================================= ] 5086/5104 99% [============================================================= ] 5087/5104 99% [============================================================= ] 5088/5104 99% [============================================================= ] 5089/5104 99% [============================================================= ] 5090/5104 99% [============================================================= ] 5091/5104 99% [============================================================= ] 5092/5104 99% [============================================================= ] 5093/5104 99% [============================================================= ] 5094/5104 99% [============================================================= ] 5095/5104 99% [============================================================= ] 5096/5104 99% [============================================================= ] 5097/5104 99% [============================================================= ] 5098/5104 99% [============================================================= ] 5099/5104 99% [============================================================= ] 5100/5104 99% [============================================================= ] 5101/5104 99% [============================================================= ] 5102/5104 99% [============================================================= ] 5103/5104 99% [==============================================================] 5104/5104 100% operation complete, 5104 objects in 101049 NAND pages. ln -snf /nvmedata/autobuild/instance-23/output-1/host/sparc-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-23/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-23/buildroot' make: Entering directory '/nvmedata/autobuild/instance-23/buildroot' >>> Buildroot 2022.08-330-g8b15de20a0 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> arp-scan 1.9.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> axel 2.17.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.63.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> lsof 4.96.3 Collecting legal info dialects/linux/dproto.h: OK (sha256: 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> comix-cursors 0.9.1 Collecting legal info >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dehydrated 0.7.0 Collecting legal info LICENSE: OK (sha256: b4583b7dd07e3e2a08906de38e7e329d41f921ed9dcb6310b3886e013a6b8723) >>> easy-rsa 3.1.0 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> fetchmail 6.4.29 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-gdb 12.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-genpart 1.0.2 Collecting legal info >>> gensio 2.5.2 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> host-imagemagick 7.1.0-45 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libminiupnpc 2.2.3 Collecting legal info LICENSE: OK (sha256: 90bb92bf524970569296022fea562c85a4ec4d99a16f3aef2144d13d7087b631) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libubootenv 0.3.3 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> logsurfer 1.8 Collecting legal info >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mbpfan 2.3.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> mongoose 7.2 Collecting legal info LICENSE: OK (sha256: 9553d057f2ba980642f2c18d87ed38896cff1c9612d77d684a73a11fe1443b05) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> reaver 1.6.6 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-rust-bin 1.62.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-sentry-cli 1.59.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> ser2net 4.3.7 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> socat 1.7.4.3 Collecting legal info README: OK (sha256: 432aebfec164bedcaada7cdf2849e1f003fa00a91a0a1ed34d7cf4abe980f5fb) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uacme 1.7.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> urandom-scripts Collecting legal info >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> zsh 5.8.1 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-23/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-23/buildroot'