/usr/bin/sed -i -e '/^root:/s,[^/]*$,zsh,' /home/autobuild/autobuild/instance-0/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-0/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-0/output-1/target/etc/inittab grep -qsE '^/bin/zsh$' /home/autobuild/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/zsh" >> /home/autobuild/autobuild/instance-0/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/include /home/autobuild/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-0/output-1/target/usr/doc find /home/autobuild/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-0/output-1/target/lib/ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/man /home/autobuild/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/info /home/autobuild/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/doc /home/autobuild/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-0/output-1/target/lib/debug /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-rc2-37-g7d249dab51"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-rc2\"" \ ) > /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-0/output-1/per-package \ /home/autobuild/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs printf ' ntp -1 ntp -1 * - - - ntpd user\n\n' >> /home/autobuild/autobuild/instance-0/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' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target -print0 | xargs -0 -r touch -hd @1715854010\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-0/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" lz4 -l -9 -c /home/autobuild/autobuild/instance-0/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-0/output-1/images/rootfs.tar.lz4 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1715854010\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 5001 objects. stage 2: creating image '/home/autobuild/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/5001 0% [ ] 2/5001 0% [ ] 3/5001 0% [ ] 4/5001 0% [ ] 5/5001 0% [ ] 6/5001 0% [ ] 7/5001 0% [ ] 8/5001 0% [ ] 9/5001 0% [ ] 10/5001 0% [ ] 11/5001 0% [ ] 12/5001 0% [ ] 13/5001 0% [ ] 14/5001 0% [ ] 15/5001 0% [ ] 16/5001 0% [ ] 17/5001 0% [ ] 18/5001 0% [ ] 19/5001 0% [ ] 20/5001 0% [ ] 21/5001 0% [ ] 22/5001 0% [ ] 23/5001 0% [ ] 24/5001 0% [ ] 25/5001 0% [ ] 26/5001 0% [ ] 27/5001 0% [ ] 28/5001 0% [ ] 29/5001 0% [ ] 30/5001 0% [ ] 31/5001 0% [ ] 32/5001 0% [ ] 33/5001 0% [ ] 34/5001 0% [ ] 35/5001 0% [ ] 36/5001 0% [ ] 37/5001 0% [ ] 38/5001 0% [ ] 39/5001 0% [ ] 40/5001 0% [ ] 41/5001 0% [ ] 42/5001 0% [ ] 43/5001 0% [ ] 44/5001 0% [ ] 45/5001 0% [ ] 46/5001 0% [ ] 47/5001 0% [ ] 48/5001 0% [ ] 49/5001 0% [ ] 50/5001 0% [ ] 51/5001 1% [ ] 52/5001 1% [ ] 53/5001 1% [ ] 54/5001 1% [ ] 55/5001 1% [ ] 56/5001 1% [ ] 57/5001 1% [ ] 58/5001 1% [ ] 59/5001 1% [ ] 60/5001 1% [ ] 61/5001 1% [ ] 62/5001 1% [ ] 63/5001 1% [ ] 64/5001 1% [ ] 65/5001 1% [ ] 66/5001 1% [ ] 67/5001 1% [ ] 68/5001 1% [ ] 69/5001 1% [ ] 70/5001 1% [ ] 71/5001 1% [ ] 72/5001 1% [ ] 73/5001 1% [ ] 74/5001 1% [ ] 75/5001 1% [ ] 76/5001 1% [ ] 77/5001 1% [ ] 78/5001 1% [ ] 79/5001 1% [ ] 80/5001 1% [= ] 81/5001 1% [= ] 82/5001 1% [= ] 83/5001 1% [= ] 84/5001 1% [= ] 85/5001 1% [= ] 86/5001 1% [= ] 87/5001 1% [= ] 88/5001 1% [= ] 89/5001 1% [= ] 90/5001 1% [= ] 91/5001 1% [= ] 92/5001 1% [= ] 93/5001 1% [= ] 94/5001 1% [= ] 95/5001 1% [= ] 96/5001 1% [= ] 97/5001 1% [= ] 98/5001 1% [= ] 99/5001 1% [= ] 100/5001 1% [= ] 101/5001 2% [= ] 102/5001 2% [= ] 103/5001 2% [= ] 104/5001 2% [= ] 105/5001 2% [= ] 106/5001 2% [= ] 107/5001 2% [= ] 108/5001 2% [= ] 109/5001 2% [= ] 110/5001 2% [= ] 111/5001 2% [= ] 112/5001 2% [= ] 113/5001 2% [= ] 114/5001 2% [= ] 115/5001 2% [= ] 116/5001 2% [= ] 117/5001 2% [= ] 118/5001 2% [= ] 119/5001 2% [= ] 120/5001 2% [= ] 121/5001 2% [= ] 122/5001 2% [= ] 123/5001 2% [= ] 124/5001 2% [= ] 125/5001 2% [= ] 126/5001 2% [= ] 127/5001 2% [= ] 128/5001 2% [= ] 129/5001 2% [= ] 130/5001 2% [= ] 131/5001 2% [= ] 132/5001 2% [= ] 133/5001 2% [= ] 134/5001 2% [= ] 135/5001 2% [= ] 136/5001 2% [= ] 137/5001 2% [= ] 138/5001 2% [= ] 139/5001 2% [= ] 140/5001 2% [= ] 141/5001 2% [= ] 142/5001 2% [= ] 143/5001 2% [= ] 144/5001 2% [= ] 145/5001 2% [= ] 146/5001 2% [= ] 147/5001 2% [= ] 148/5001 2% [= ] 149/5001 2% [= ] 150/5001 2% [= ] 151/5001 3% [= ] 152/5001 3% [= ] 153/5001 3% [= ] 154/5001 3% [= ] 155/5001 3% [= ] 156/5001 3% [= ] 157/5001 3% [= ] 158/5001 3% [= ] 159/5001 3% [= ] 160/5001 3% [= ] 161/5001 3% [== ] 162/5001 3% [== ] 163/5001 3% [== ] 164/5001 3% [== ] 165/5001 3% [== ] 166/5001 3% [== ] 167/5001 3% [== ] 168/5001 3% [== ] 169/5001 3% [== ] 170/5001 3% [== ] 171/5001 3% [== ] 172/5001 3% [== ] 173/5001 3% [== ] 174/5001 3% [== ] 175/5001 3% [== ] 176/5001 3% [== ] 177/5001 3% [== ] 178/5001 3% [== ] 179/5001 3% [== ] 180/5001 3% [== ] 181/5001 3% [== ] 182/5001 3% [== ] 183/5001 3% [== ] 184/5001 3% [== ] 185/5001 3% [== ] 186/5001 3% [== ] 187/5001 3% [== ] 188/5001 3% [== ] 189/5001 3% [== ] 190/5001 3% [== ] 191/5001 3% [== ] 192/5001 3% [== ] 193/5001 3% [== ] 194/5001 3% [== ] 195/5001 3% [== ] 196/5001 3% [== ] 197/5001 3% [== ] 198/5001 3% [== ] 199/5001 3% [== ] 200/5001 3% [== ] 201/5001 4% [== ] 202/5001 4% [== ] 203/5001 4% [== ] 204/5001 4% [== ] 205/5001 4% [== ] 206/5001 4% [== ] 207/5001 4% [== ] 208/5001 4% [== ] 209/5001 4% [== ] 210/5001 4% [== ] 211/5001 4% [== ] 212/5001 4% [== ] 213/5001 4% [== ] 214/5001 4% [== ] 215/5001 4% [== ] 216/5001 4% [== ] 217/5001 4% [== ] 218/5001 4% [== ] 219/5001 4% [== ] 220/5001 4% [== ] 221/5001 4% [== ] 222/5001 4% [== ] 223/5001 4% [== ] 224/5001 4% [== ] 225/5001 4% [== ] 226/5001 4% [== ] 227/5001 4% [== ] 228/5001 4% [== ] 229/5001 4% [== ] 230/5001 4% [== ] 231/5001 4% [== ] 232/5001 4% [== ] 233/5001 4% [== ] 234/5001 4% [== ] 235/5001 4% [== ] 236/5001 4% [== ] 237/5001 4% [== ] 238/5001 4% [== ] 239/5001 4% [== ] 240/5001 4% [== ] 241/5001 4% [=== ] 242/5001 4% [=== ] 243/5001 4% [=== ] 244/5001 4% [=== ] 245/5001 4% [=== ] 246/5001 4% [=== ] 247/5001 4% [=== ] 248/5001 4% [=== ] 249/5001 4% [=== ] 250/5001 4% [=== ] 251/5001 5% [=== ] 252/5001 5% [=== ] 253/5001 5% [=== ] 254/5001 5% [=== ] 255/5001 5% [=== ] 256/5001 5% [=== ] 257/5001 5% [=== ] 258/5001 5% [=== ] 259/5001 5% [=== ] 260/5001 5% [=== ] 261/5001 5% [=== ] 262/5001 5% [=== ] 263/5001 5% [=== ] 264/5001 5% [=== ] 265/5001 5% [=== ] 266/5001 5% [=== ] 267/5001 5% [=== ] 268/5001 5% [=== ] 269/5001 5% [=== ] 270/5001 5% [=== ] 271/5001 5% [=== ] 272/5001 5% [=== ] 273/5001 5% [=== ] 274/5001 5% [=== ] 275/5001 5% [=== ] 276/5001 5% [=== ] 277/5001 5% [=== ] 278/5001 5% [=== ] 279/5001 5% [=== ] 280/5001 5% [=== ] 281/5001 5% [=== ] 282/5001 5% [=== ] 283/5001 5% [=== ] 284/5001 5% [=== ] 285/5001 5% [=== ] 286/5001 5% [=== ] 287/5001 5% [=== ] 288/5001 5% [=== ] 289/5001 5% [=== ] 290/5001 5% [=== ] 291/5001 5% [=== ] 292/5001 5% [=== ] 293/5001 5% [=== ] 294/5001 5% [=== ] 295/5001 5% [=== ] 296/5001 5% [=== ] 297/5001 5% [=== ] 298/5001 5% [=== ] 299/5001 5% [=== ] 300/5001 5% [=== ] 301/5001 6% [=== ] 302/5001 6% [=== ] 303/5001 6% [=== ] 304/5001 6% [=== ] 305/5001 6% [=== ] 306/5001 6% [=== ] 307/5001 6% [=== ] 308/5001 6% [=== ] 309/5001 6% [=== ] 310/5001 6% [=== ] 311/5001 6% [=== ] 312/5001 6% [=== ] 313/5001 6% [=== ] 314/5001 6% [=== ] 315/5001 6% [=== ] 316/5001 6% [=== ] 317/5001 6% [=== ] 318/5001 6% [=== ] 319/5001 6% [=== ] 320/5001 6% [=== ] 321/5001 6% [=== ] 322/5001 6% [==== ] 323/5001 6% [==== ] 324/5001 6% [==== ] 325/5001 6% [==== ] 326/5001 6% [==== ] 327/5001 6% [==== ] 328/5001 6% [==== ] 329/5001 6% [==== ] 330/5001 6% [==== ] 331/5001 6% [==== ] 332/5001 6% [==== ] 333/5001 6% [==== ] 334/5001 6% [==== ] 335/5001 6% [==== ] 336/5001 6% [==== ] 337/5001 6% [==== ] 338/5001 6% [==== ] 339/5001 6% [==== ] 340/5001 6% [==== ] 341/5001 6% [==== ] 342/5001 6% [==== ] 343/5001 6% [==== ] 344/5001 6% [==== ] 345/5001 6% [==== ] 346/5001 6% [==== ] 347/5001 6% [==== ] 348/5001 6% [==== ] 349/5001 6% [==== ] 350/5001 6% [==== ] 351/5001 7% [==== ] 352/5001 7% [==== ] 353/5001 7% [==== ] 354/5001 7% [==== ] 355/5001 7% [==== ] 356/5001 7% [==== ] 357/5001 7% [==== ] 358/5001 7% [==== ] 359/5001 7% [==== ] 360/5001 7% [==== ] 361/5001 7% [==== ] 362/5001 7% [==== ] 363/5001 7% [==== ] 364/5001 7% [==== ] 365/5001 7% [==== ] 366/5001 7% [==== ] 367/5001 7% [==== ] 368/5001 7% [==== ] 369/5001 7% [==== ] 370/5001 7% [==== ] 371/5001 7% [==== ] 372/5001 7% [==== ] 373/5001 7% [==== ] 374/5001 7% [==== ] 375/5001 7% [==== ] 376/5001 7% [==== ] 377/5001 7% [==== ] 378/5001 7% [==== ] 379/5001 7% [==== ] 380/5001 7% [==== ] 381/5001 7% [==== ] 382/5001 7% [==== ] 383/5001 7% [==== ] 384/5001 7% [==== ] 385/5001 7% [==== ] 386/5001 7% [==== ] 387/5001 7% [==== ] 388/5001 7% [==== ] 389/5001 7% [==== ] 390/5001 7% [==== ] 391/5001 7% [==== ] 392/5001 7% [==== ] 393/5001 7% [==== ] 394/5001 7% [==== ] 395/5001 7% [==== ] 396/5001 7% [==== ] 397/5001 7% [==== ] 398/5001 7% [==== ] 399/5001 7% [==== ] 400/5001 7% [==== ] 401/5001 8% [==== ] 402/5001 8% [==== ] 403/5001 8% [===== ] 404/5001 8% [===== ] 405/5001 8% [===== ] 406/5001 8% [===== ] 407/5001 8% [===== ] 408/5001 8% [===== ] 409/5001 8% [===== ] 410/5001 8% [===== ] 411/5001 8% [===== ] 412/5001 8% [===== ] 413/5001 8% [===== ] 414/5001 8% [===== ] 415/5001 8% [===== ] 416/5001 8% [===== ] 417/5001 8% [===== ] 418/5001 8% [===== ] 419/5001 8% [===== ] 420/5001 8% [===== ] 421/5001 8% [===== ] 422/5001 8% [===== ] 423/5001 8% [===== ] 424/5001 8% [===== ] 425/5001 8% [===== ] 426/5001 8% [===== ] 427/5001 8% [===== ] 428/5001 8% [===== ] 429/5001 8% [===== ] 430/5001 8% [===== ] 431/5001 8% [===== ] 432/5001 8% [===== ] 433/5001 8% [===== ] 434/5001 8% [===== ] 435/5001 8% [===== ] 436/5001 8% [===== ] 437/5001 8% [===== ] 438/5001 8% [===== ] 439/5001 8% [===== ] 440/5001 8% [===== ] 441/5001 8% [===== ] 442/5001 8% [===== ] 443/5001 8% [===== ] 444/5001 8% [===== ] 445/5001 8% [===== ] 446/5001 8% [===== ] 447/5001 8% [===== ] 448/5001 8% [===== ] 449/5001 8% [===== ] 450/5001 8% [===== ] 451/5001 9% [===== ] 452/5001 9% [===== ] 453/5001 9% [===== ] 454/5001 9% [===== ] 455/5001 9% [===== ] 456/5001 9% [===== ] 457/5001 9% [===== ] 458/5001 9% [===== ] 459/5001 9% [===== ] 460/5001 9% [===== ] 461/5001 9% [===== ] 462/5001 9% [===== ] 463/5001 9% [===== ] 464/5001 9% [===== ] 465/5001 9% [===== ] 466/5001 9% [===== ] 467/5001 9% [===== ] 468/5001 9% [===== ] 469/5001 9% [===== ] 470/5001 9% [===== ] 471/5001 9% [===== ] 472/5001 9% [===== ] 473/5001 9% [===== ] 474/5001 9% [===== ] 475/5001 9% [===== ] 476/5001 9% [===== ] 477/5001 9% [===== ] 478/5001 9% [===== ] 479/5001 9% [===== ] 480/5001 9% [===== ] 481/5001 9% [===== ] 482/5001 9% [===== ] 483/5001 9% [====== ] 484/5001 9% [====== ] 485/5001 9% [====== ] 486/5001 9% [====== ] 487/5001 9% [====== ] 488/5001 9% [====== ] 489/5001 9% [====== ] 490/5001 9% [====== ] 491/5001 9% [====== ] 492/5001 9% [====== ] 493/5001 9% [====== ] 494/5001 9% [====== ] 495/5001 9% [====== ] 496/5001 9% [====== ] 497/5001 9% [====== ] 498/5001 9% [====== ] 499/5001 9% [====== ] 500/5001 9% [====== ] 501/5001 10% [====== ] 502/5001 10% [====== ] 503/5001 10% [====== ] 504/5001 10% [====== ] 505/5001 10% [====== ] 506/5001 10% [====== ] 507/5001 10% [====== ] 508/5001 10% [====== ] 509/5001 10% [====== ] 510/5001 10% [====== ] 511/5001 10% [====== ] 512/5001 10% [====== ] 513/5001 10% [====== ] 514/5001 10% [====== ] 515/5001 10% [====== ] 516/5001 10% [====== ] 517/5001 10% [====== ] 518/5001 10% [====== ] 519/5001 10% [====== ] 520/5001 10% [====== ] 521/5001 10% [====== ] 522/5001 10% [====== ] 523/5001 10% [====== ] 524/5001 10% [====== ] 525/5001 10% [====== ] 526/5001 10% [====== ] 527/5001 10% [====== ] 528/5001 10% [====== ] 529/5001 10% [====== ] 530/5001 10% [====== ] 531/5001 10% [====== ] 532/5001 10% [====== ] 533/5001 10% [====== ] 534/5001 10% [====== ] 535/5001 10% [====== ] 536/5001 10% [====== ] 537/5001 10% [====== ] 538/5001 10% [====== ] 539/5001 10% [====== ] 540/5001 10% [====== ] 541/5001 10% [====== ] 542/5001 10% [====== ] 543/5001 10% [====== ] 544/5001 10% [====== ] 545/5001 10% [====== ] 546/5001 10% [====== ] 547/5001 10% [====== ] 548/5001 10% [====== ] 549/5001 10% [====== ] 550/5001 10% [====== ] 551/5001 11% [====== ] 552/5001 11% [====== ] 553/5001 11% [====== ] 554/5001 11% [====== ] 555/5001 11% [====== ] 556/5001 11% [====== ] 557/5001 11% [====== ] 558/5001 11% [====== ] 559/5001 11% [====== ] 560/5001 11% [====== ] 561/5001 11% [====== ] 562/5001 11% [====== ] 563/5001 11% [====== ] 564/5001 11% [======= ] 565/5001 11% [======= ] 566/5001 11% [======= ] 567/5001 11% [======= ] 568/5001 11% [======= ] 569/5001 11% [======= ] 570/5001 11% [======= ] 571/5001 11% [======= ] 572/5001 11% [======= ] 573/5001 11% [======= ] 574/5001 11% [======= ] 575/5001 11% [======= ] 576/5001 11% [======= ] 577/5001 11% [======= ] 578/5001 11% [======= ] 579/5001 11% [======= ] 580/5001 11% [======= ] 581/5001 11% [======= ] 582/5001 11% [======= ] 583/5001 11% [======= ] 584/5001 11% [======= ] 585/5001 11% [======= ] 586/5001 11% [======= ] 587/5001 11% [======= ] 588/5001 11% [======= ] 589/5001 11% [======= ] 590/5001 11% [======= ] 591/5001 11% [======= ] 592/5001 11% [======= ] 593/5001 11% [======= ] 594/5001 11% [======= ] 595/5001 11% [======= ] 596/5001 11% [======= ] 597/5001 11% [======= ] 598/5001 11% [======= ] 599/5001 11% [======= ] 600/5001 11% [======= ] 601/5001 12% [======= ] 602/5001 12% [======= ] 603/5001 12% [======= ] 604/5001 12% [======= ] 605/5001 12% [======= ] 606/5001 12% [======= ] 607/5001 12% [======= ] 608/5001 12% [======= ] 609/5001 12% [======= ] 610/5001 12% [======= ] 611/5001 12% [======= ] 612/5001 12% [======= ] 613/5001 12% [======= ] 614/5001 12% [======= ] 615/5001 12% [======= ] 616/5001 12% [======= ] 617/5001 12% [======= ] 618/5001 12% [======= ] 619/5001 12% [======= ] 620/5001 12% [======= ] 621/5001 12% [======= ] 622/5001 12% [======= ] 623/5001 12% [======= ] 624/5001 12% [======= ] 625/5001 12% [======= ] 626/5001 12% [======= ] 627/5001 12% [======= ] 628/5001 12% [======= ] 629/5001 12% [======= ] 630/5001 12% [======= ] 631/5001 12% [======= ] 632/5001 12% [======= ] 633/5001 12% [======= ] 634/5001 12% [======= ] 635/5001 12% [======= ] 636/5001 12% [======= ] 637/5001 12% [======= ] 638/5001 12% [======= ] 639/5001 12% [======= ] 640/5001 12% [======= ] 641/5001 12% [======= ] 642/5001 12% [======= ] 643/5001 12% [======= ] 644/5001 12% [======= ] 645/5001 12% [======== ] 646/5001 12% [======== ] 647/5001 12% [======== ] 648/5001 12% [======== ] 649/5001 12% [======== ] 650/5001 12% [======== ] 651/5001 13% [======== ] 652/5001 13% [======== ] 653/5001 13% [======== ] 654/5001 13% [======== ] 655/5001 13% [======== ] 656/5001 13% [======== ] 657/5001 13% [======== ] 658/5001 13% [======== ] 659/5001 13% [======== ] 660/5001 13% [======== ] 661/5001 13% [======== ] 662/5001 13% [======== ] 663/5001 13% [======== ] 664/5001 13% [======== ] 665/5001 13% [======== ] 666/5001 13% [======== ] 667/5001 13% [======== ] 668/5001 13% [======== ] 669/5001 13% [======== ] 670/5001 13% [======== ] 671/5001 13% [======== ] 672/5001 13% [======== ] 673/5001 13% [======== ] 674/5001 13% [======== ] 675/5001 13% [======== ] 676/5001 13% [======== ] 677/5001 13% [======== ] 678/5001 13% [======== ] 679/5001 13% [======== ] 680/5001 13% [======== ] 681/5001 13% [======== ] 682/5001 13% [======== ] 683/5001 13% [======== ] 684/5001 13% [======== ] 685/5001 13% [======== ] 686/5001 13% [======== ] 687/5001 13% [======== ] 688/5001 13% [======== ] 689/5001 13% [======== ] 690/5001 13% [======== ] 691/5001 13% [======== ] 692/5001 13% [======== ] 693/5001 13% [======== ] 694/5001 13% [======== ] 695/5001 13% [======== ] 696/5001 13% [======== ] 697/5001 13% [======== ] 698/5001 13% [======== ] 699/5001 13% [======== ] 700/5001 13% [======== ] 701/5001 14% [======== ] 702/5001 14% [======== ] 703/5001 14% [======== ] 704/5001 14% [======== ] 705/5001 14% [======== ] 706/5001 14% [======== ] 707/5001 14% [======== ] 708/5001 14% [======== ] 709/5001 14% [======== ] 710/5001 14% [======== ] 711/5001 14% [======== ] 712/5001 14% [======== ] 713/5001 14% [======== ] 714/5001 14% [======== ] 715/5001 14% [======== ] 716/5001 14% [======== ] 717/5001 14% [======== ] 718/5001 14% [======== ] 719/5001 14% [======== ] 720/5001 14% [======== ] 721/5001 14% [======== ] 722/5001 14% [======== ] 723/5001 14% [======== ] 724/5001 14% [======== ] 725/5001 14% [========= ] 726/5001 14% [========= ] 727/5001 14% [========= ] 728/5001 14% [========= ] 729/5001 14% [========= ] 730/5001 14% [========= ] 731/5001 14% [========= ] 732/5001 14% [========= ] 733/5001 14% [========= ] 734/5001 14% [========= ] 735/5001 14% [========= ] 736/5001 14% [========= ] 737/5001 14% [========= ] 738/5001 14% [========= ] 739/5001 14% [========= ] 740/5001 14% [========= ] 741/5001 14% [========= ] 742/5001 14% [========= ] 743/5001 14% [========= ] 744/5001 14% [========= ] 745/5001 14% [========= ] 746/5001 14% [========= ] 747/5001 14% [========= ] 748/5001 14% [========= ] 749/5001 14% [========= ] 750/5001 14% [========= ] 751/5001 15% [========= ] 752/5001 15% [========= ] 753/5001 15% [========= ] 754/5001 15% [========= ] 755/5001 15% [========= ] 756/5001 15% [========= ] 757/5001 15% [========= ] 758/5001 15% [========= ] 759/5001 15% [========= ] 760/5001 15% [========= ] 761/5001 15% [========= ] 762/5001 15% [========= ] 763/5001 15% [========= ] 764/5001 15% [========= ] 765/5001 15% [========= ] 766/5001 15% [========= ] 767/5001 15% [========= ] 768/5001 15% [========= ] 769/5001 15% [========= ] 770/5001 15% [========= ] 771/5001 15% [========= ] 772/5001 15% [========= ] 773/5001 15% [========= ] 774/5001 15% [========= ] 775/5001 15% [========= ] 776/5001 15% [========= ] 777/5001 15% [========= ] 778/5001 15% [========= ] 779/5001 15% [========= ] 780/5001 15% [========= ] 781/5001 15% [========= ] 782/5001 15% [========= ] 783/5001 15% [========= ] 784/5001 15% [========= ] 785/5001 15% [========= ] 786/5001 15% [========= ] 787/5001 15% [========= ] 788/5001 15% [========= ] 789/5001 15% [========= ] 790/5001 15% [========= ] 791/5001 15% [========= ] 792/5001 15% [========= ] 793/5001 15% [========= ] 794/5001 15% [========= ] 795/5001 15% [========= ] 796/5001 15% [========= ] 797/5001 15% [========= ] 798/5001 15% [========= ] 799/5001 15% [========= ] 800/5001 15% [========= ] 801/5001 16% [========= ] 802/5001 16% [========= ] 803/5001 16% [========= ] 804/5001 16% [========= ] 805/5001 16% [========= ] 806/5001 16% [========== ] 807/5001 16% [========== ] 808/5001 16% [========== ] 809/5001 16% [========== ] 810/5001 16% [========== ] 811/5001 16% [========== ] 812/5001 16% [========== ] 813/5001 16% [========== ] 814/5001 16% [========== ] 815/5001 16% [========== ] 816/5001 16% [========== ] 817/5001 16% [========== ] 818/5001 16% [========== ] 819/5001 16% [========== ] 820/5001 16% [========== ] 821/5001 16% [========== ] 822/5001 16% [========== ] 823/5001 16% [========== ] 824/5001 16% [========== ] 825/5001 16% [========== ] 826/5001 16% [========== ] 827/5001 16% [========== ] 828/5001 16% [========== ] 829/5001 16% [========== ] 830/5001 16% [========== ] 831/5001 16% [========== ] 832/5001 16% [========== ] 833/5001 16% [========== ] 834/5001 16% [========== ] 835/5001 16% [========== ] 836/5001 16% [========== ] 837/5001 16% [========== ] 838/5001 16% [========== ] 839/5001 16% [========== ] 840/5001 16% [========== ] 841/5001 16% [========== ] 842/5001 16% [========== ] 843/5001 16% [========== ] 844/5001 16% [========== ] 845/5001 16% [========== ] 846/5001 16% [========== ] 847/5001 16% [========== ] 848/5001 16% [========== ] 849/5001 16% [========== ] 850/5001 16% [========== ] 851/5001 17% [========== ] 852/5001 17% [========== ] 853/5001 17% [========== ] 854/5001 17% [========== ] 855/5001 17% [========== ] 856/5001 17% [========== ] 857/5001 17% [========== ] 858/5001 17% [========== ] 859/5001 17% [========== ] 860/5001 17% [========== ] 861/5001 17% [========== ] 862/5001 17% [========== ] 863/5001 17% [========== ] 864/5001 17% [========== ] 865/5001 17% [========== ] 866/5001 17% [========== ] 867/5001 17% [========== ] 868/5001 17% [========== ] 869/5001 17% [========== ] 870/5001 17% [========== ] 871/5001 17% [========== ] 872/5001 17% [========== ] 873/5001 17% [========== ] 874/5001 17% [========== ] 875/5001 17% [========== ] 876/5001 17% [========== ] 877/5001 17% [========== ] 878/5001 17% [========== ] 879/5001 17% [========== ] 880/5001 17% [========== ] 881/5001 17% [========== ] 882/5001 17% [========== ] 883/5001 17% [========== ] 884/5001 17% [========== ] 885/5001 17% [========== ] 886/5001 17% [========== ] 887/5001 17% [=========== ] 888/5001 17% [=========== ] 889/5001 17% [=========== ] 890/5001 17% [=========== ] 891/5001 17% [=========== ] 892/5001 17% [=========== ] 893/5001 17% [=========== ] 894/5001 17% [=========== ] 895/5001 17% [=========== ] 896/5001 17% [=========== ] 897/5001 17% [=========== ] 898/5001 17% [=========== ] 899/5001 17% [=========== ] 900/5001 17% [=========== ] 901/5001 18% [=========== ] 902/5001 18% [=========== ] 903/5001 18% [=========== ] 904/5001 18% [=========== ] 905/5001 18% [=========== ] 906/5001 18% [=========== ] 907/5001 18% [=========== ] 908/5001 18% [=========== ] 909/5001 18% [=========== ] 910/5001 18% [=========== ] 911/5001 18% [=========== ] 912/5001 18% [=========== ] 913/5001 18% [=========== ] 914/5001 18% [=========== ] 915/5001 18% [=========== ] 916/5001 18% [=========== ] 917/5001 18% [=========== ] 918/5001 18% [=========== ] 919/5001 18% [=========== ] 920/5001 18% [=========== ] 921/5001 18% [=========== ] 922/5001 18% [=========== ] 923/5001 18% [=========== ] 924/5001 18% [=========== ] 925/5001 18% [=========== ] 926/5001 18% [=========== ] 927/5001 18% [=========== ] 928/5001 18% [=========== ] 929/5001 18% [=========== ] 930/5001 18% [=========== ] 931/5001 18% [=========== ] 932/5001 18% [=========== ] 933/5001 18% [=========== ] 934/5001 18% [=========== ] 935/5001 18% [=========== ] 936/5001 18% [=========== ] 937/5001 18% [=========== ] 938/5001 18% [=========== ] 939/5001 18% [=========== ] 940/5001 18% [=========== ] 941/5001 18% [=========== ] 942/5001 18% [=========== ] 943/5001 18% [=========== ] 944/5001 18% [=========== ] 945/5001 18% [=========== ] 946/5001 18% [=========== ] 947/5001 18% [=========== ] 948/5001 18% [=========== ] 949/5001 18% [=========== ] 950/5001 18% [=========== ] 951/5001 19% [=========== ] 952/5001 19% [=========== ] 953/5001 19% [=========== ] 954/5001 19% [=========== ] 955/5001 19% [=========== ] 956/5001 19% [=========== ] 957/5001 19% [=========== ] 958/5001 19% [=========== ] 959/5001 19% [=========== ] 960/5001 19% [=========== ] 961/5001 19% [=========== ] 962/5001 19% [=========== ] 963/5001 19% [=========== ] 964/5001 19% [=========== ] 965/5001 19% [=========== ] 966/5001 19% [=========== ] 967/5001 19% [============ ] 968/5001 19% [============ ] 969/5001 19% [============ ] 970/5001 19% [============ ] 971/5001 19% [============ ] 972/5001 19% [============ ] 973/5001 19% [============ ] 974/5001 19% [============ ] 975/5001 19% [============ ] 976/5001 19% [============ ] 977/5001 19% [============ ] 978/5001 19% [============ ] 979/5001 19% [============ ] 980/5001 19% [============ ] 981/5001 19% [============ ] 982/5001 19% [============ ] 983/5001 19% [============ ] 984/5001 19% [============ ] 985/5001 19% [============ ] 986/5001 19% [============ ] 987/5001 19% [============ ] 988/5001 19% [============ ] 989/5001 19% [============ ] 990/5001 19% [============ ] 991/5001 19% [============ ] 992/5001 19% [============ ] 993/5001 19% [============ ] 994/5001 19% [============ ] 995/5001 19% [============ ] 996/5001 19% [============ ] 997/5001 19% [============ ] 998/5001 19% [============ ] 999/5001 19% [============ ] 1000/5001 19% [============ ] 1001/5001 20% [============ ] 1002/5001 20% [============ ] 1003/5001 20% [============ ] 1004/5001 20% [============ ] 1005/5001 20% [============ ] 1006/5001 20% [============ ] 1007/5001 20% [============ ] 1008/5001 20% [============ ] 1009/5001 20% [============ ] 1010/5001 20% [============ ] 1011/5001 20% [============ ] 1012/5001 20% [============ ] 1013/5001 20% [============ ] 1014/5001 20% [============ ] 1015/5001 20% [============ ] 1016/5001 20% [============ ] 1017/5001 20% [============ ] 1018/5001 20% [============ ] 1019/5001 20% [============ ] 1020/5001 20% [============ ] 1021/5001 20% [============ ] 1022/5001 20% [============ ] 1023/5001 20% [============ ] 1024/5001 20% [============ ] 1025/5001 20% [============ ] 1026/5001 20% [============ ] 1027/5001 20% [============ ] 1028/5001 20% [============ ] 1029/5001 20% [============ ] 1030/5001 20% [============ ] 1031/5001 20% [============ ] 1032/5001 20% [============ ] 1033/5001 20% [============ ] 1034/5001 20% [============ ] 1035/5001 20% [============ ] 1036/5001 20% [============ ] 1037/5001 20% [============ ] 1038/5001 20% [============ ] 1039/5001 20% [============ ] 1040/5001 20% [============ ] 1041/5001 20% [============ ] 1042/5001 20% [============ ] 1043/5001 20% [============ ] 1044/5001 20% [============ ] 1045/5001 20% [============ ] 1046/5001 20% [============ ] 1047/5001 20% [============ ] 1048/5001 20% [============= ] 1049/5001 20% [============= ] 1050/5001 20% [============= ] 1051/5001 21% [============= ] 1052/5001 21% [============= ] 1053/5001 21% [============= ] 1054/5001 21% [============= ] 1055/5001 21% [============= ] 1056/5001 21% [============= ] 1057/5001 21% [============= ] 1058/5001 21% [============= ] 1059/5001 21% [============= ] 1060/5001 21% [============= ] 1061/5001 21% [============= ] 1062/5001 21% [============= ] 1063/5001 21% [============= ] 1064/5001 21% [============= ] 1065/5001 21% [============= ] 1066/5001 21% [============= ] 1067/5001 21% [============= ] 1068/5001 21% [============= ] 1069/5001 21% [============= ] 1070/5001 21% [============= ] 1071/5001 21% [============= ] 1072/5001 21% [============= ] 1073/5001 21% [============= ] 1074/5001 21% [============= ] 1075/5001 21% [============= ] 1076/5001 21% [============= ] 1077/5001 21% [============= ] 1078/5001 21% [============= ] 1079/5001 21% [============= ] 1080/5001 21% [============= ] 1081/5001 21% [============= ] 1082/5001 21% [============= ] 1083/5001 21% [============= ] 1084/5001 21% [============= ] 1085/5001 21% [============= ] 1086/5001 21% [============= ] 1087/5001 21% [============= ] 1088/5001 21% [============= ] 1089/5001 21% [============= ] 1090/5001 21% [============= ] 1091/5001 21% [============= ] 1092/5001 21% [============= ] 1093/5001 21% [============= ] 1094/5001 21% [============= ] 1095/5001 21% [============= ] 1096/5001 21% [============= ] 1097/5001 21% [============= ] 1098/5001 21% [============= ] 1099/5001 21% [============= ] 1100/5001 21% [============= ] 1101/5001 22% [============= ] 1102/5001 22% [============= ] 1103/5001 22% [============= ] 1104/5001 22% [============= ] 1105/5001 22% [============= ] 1106/5001 22% [============= ] 1107/5001 22% [============= ] 1108/5001 22% [============= ] 1109/5001 22% [============= ] 1110/5001 22% [============= ] 1111/5001 22% [============= ] 1112/5001 22% [============= ] 1113/5001 22% [============= ] 1114/5001 22% [============= ] 1115/5001 22% [============= ] 1116/5001 22% [============= ] 1117/5001 22% [============= ] 1118/5001 22% [============= ] 1119/5001 22% [============= ] 1120/5001 22% [============= ] 1121/5001 22% [============= ] 1122/5001 22% [============= ] 1123/5001 22% [============= ] 1124/5001 22% [============= ] 1125/5001 22% [============= ] 1126/5001 22% [============= ] 1127/5001 22% [============= ] 1128/5001 22% [============= ] 1129/5001 22% [============== ] 1130/5001 22% [============== ] 1131/5001 22% [============== ] 1132/5001 22% [============== ] 1133/5001 22% [============== ] 1134/5001 22% [============== ] 1135/5001 22% [============== ] 1136/5001 22% [============== ] 1137/5001 22% [============== ] 1138/5001 22% [============== ] 1139/5001 22% [============== ] 1140/5001 22% [============== ] 1141/5001 22% [============== ] 1142/5001 22% [============== ] 1143/5001 22% [============== ] 1144/5001 22% [============== ] 1145/5001 22% [============== ] 1146/5001 22% [============== ] 1147/5001 22% [============== ] 1148/5001 22% [============== ] 1149/5001 22% [============== ] 1150/5001 22% [============== ] 1151/5001 23% [============== ] 1152/5001 23% [============== ] 1153/5001 23% [============== ] 1154/5001 23% [============== ] 1155/5001 23% [============== ] 1156/5001 23% [============== ] 1157/5001 23% [============== ] 1158/5001 23% [============== ] 1159/5001 23% [============== ] 1160/5001 23% [============== ] 1161/5001 23% [============== ] 1162/5001 23% [============== ] 1163/5001 23% [============== ] 1164/5001 23% [============== ] 1165/5001 23% [============== ] 1166/5001 23% [============== ] 1167/5001 23% [============== ] 1168/5001 23% [============== ] 1169/5001 23% [============== ] 1170/5001 23% [============== ] 1171/5001 23% [============== ] 1172/5001 23% [============== ] 1173/5001 23% [============== ] 1174/5001 23% [============== ] 1175/5001 23% [============== ] 1176/5001 23% [============== ] 1177/5001 23% [============== ] 1178/5001 23% [============== ] 1179/5001 23% [============== ] 1180/5001 23% [============== ] 1181/5001 23% [============== ] 1182/5001 23% [============== ] 1183/5001 23% [============== ] 1184/5001 23% [============== ] 1185/5001 23% [============== ] 1186/5001 23% [============== ] 1187/5001 23% [============== ] 1188/5001 23% [============== ] 1189/5001 23% [============== ] 1190/5001 23% [============== ] 1191/5001 23% [============== ] 1192/5001 23% [============== ] 1193/5001 23% [============== ] 1194/5001 23% [============== ] 1195/5001 23% [============== ] 1196/5001 23% [============== ] 1197/5001 23% [============== ] 1198/5001 23% [============== ] 1199/5001 23% [============== ] 1200/5001 23% [============== ] 1201/5001 24% [============== ] 1202/5001 24% [============== ] 1203/5001 24% [============== ] 1204/5001 24% [============== ] 1205/5001 24% [============== ] 1206/5001 24% [============== ] 1207/5001 24% [============== ] 1208/5001 24% [============== ] 1209/5001 24% [=============== ] 1210/5001 24% [=============== ] 1211/5001 24% [=============== ] 1212/5001 24% [=============== ] 1213/5001 24% [=============== ] 1214/5001 24% [=============== ] 1215/5001 24% [=============== ] 1216/5001 24% [=============== ] 1217/5001 24% [=============== ] 1218/5001 24% [=============== ] 1219/5001 24% [=============== ] 1220/5001 24% [=============== ] 1221/5001 24% [=============== ] 1222/5001 24% [=============== ] 1223/5001 24% [=============== ] 1224/5001 24% [=============== ] 1225/5001 24% [=============== ] 1226/5001 24% [=============== ] 1227/5001 24% [=============== ] 1228/5001 24% [=============== ] 1229/5001 24% [=============== ] 1230/5001 24% [=============== ] 1231/5001 24% [=============== ] 1232/5001 24% [=============== ] 1233/5001 24% [=============== ] 1234/5001 24% [=============== ] 1235/5001 24% [=============== ] 1236/5001 24% [=============== ] 1237/5001 24% [=============== ] 1238/5001 24% [=============== ] 1239/5001 24% [=============== ] 1240/5001 24% [=============== ] 1241/5001 24% [=============== ] 1242/5001 24% [=============== ] 1243/5001 24% [=============== ] 1244/5001 24% [=============== ] 1245/5001 24% [=============== ] 1246/5001 24% [=============== ] 1247/5001 24% [=============== ] 1248/5001 24% [=============== ] 1249/5001 24% [=============== ] 1250/5001 24% [=============== ] 1251/5001 25% [=============== ] 1252/5001 25% [=============== ] 1253/5001 25% [=============== ] 1254/5001 25% [=============== ] 1255/5001 25% [=============== ] 1256/5001 25% [=============== ] 1257/5001 25% [=============== ] 1258/5001 25% [=============== ] 1259/5001 25% [=============== ] 1260/5001 25% [=============== ] 1261/5001 25% [=============== ] 1262/5001 25% [=============== ] 1263/5001 25% [=============== ] 1264/5001 25% [=============== ] 1265/5001 25% [=============== ] 1266/5001 25% [=============== ] 1267/5001 25% [=============== ] 1268/5001 25% [=============== ] 1269/5001 25% [=============== ] 1270/5001 25% [=============== ] 1271/5001 25% [=============== ] 1272/5001 25% [=============== ] 1273/5001 25% [=============== ] 1274/5001 25% [=============== ] 1275/5001 25% [=============== ] 1276/5001 25% [=============== ] 1277/5001 25% [=============== ] 1278/5001 25% [=============== ] 1279/5001 25% [=============== ] 1280/5001 25% [=============== ] 1281/5001 25% [=============== ] 1282/5001 25% [=============== ] 1283/5001 25% [=============== ] 1284/5001 25% [=============== ] 1285/5001 25% [=============== ] 1286/5001 25% [=============== ] 1287/5001 25% [=============== ] 1288/5001 25% [=============== ] 1289/5001 25% [=============== ] 1290/5001 25% [================ ] 1291/5001 25% [================ ] 1292/5001 25% [================ ] 1293/5001 25% [================ ] 1294/5001 25% [================ ] 1295/5001 25% [================ ] 1296/5001 25% [================ ] 1297/5001 25% [================ ] 1298/5001 25% [================ ] 1299/5001 25% [================ ] 1300/5001 25% [================ ] 1301/5001 26% [================ ] 1302/5001 26% [================ ] 1303/5001 26% [================ ] 1304/5001 26% [================ ] 1305/5001 26% [================ ] 1306/5001 26% [================ ] 1307/5001 26% [================ ] 1308/5001 26% [================ ] 1309/5001 26% [================ ] 1310/5001 26% [================ ] 1311/5001 26% [================ ] 1312/5001 26% [================ ] 1313/5001 26% [================ ] 1314/5001 26% [================ ] 1315/5001 26% [================ ] 1316/5001 26% [================ ] 1317/5001 26% [================ ] 1318/5001 26% [================ ] 1319/5001 26% [================ ] 1320/5001 26% [================ ] 1321/5001 26% [================ ] 1322/5001 26% [================ ] 1323/5001 26% [================ ] 1324/5001 26% [================ ] 1325/5001 26% [================ ] 1326/5001 26% [================ ] 1327/5001 26% [================ ] 1328/5001 26% [================ ] 1329/5001 26% [================ ] 1330/5001 26% [================ ] 1331/5001 26% [================ ] 1332/5001 26% [================ ] 1333/5001 26% [================ ] 1334/5001 26% [================ ] 1335/5001 26% [================ ] 1336/5001 26% [================ ] 1337/5001 26% [================ ] 1338/5001 26% [================ ] 1339/5001 26% [================ ] 1340/5001 26% [================ ] 1341/5001 26% [================ ] 1342/5001 26% [================ ] 1343/5001 26% [================ ] 1344/5001 26% [================ ] 1345/5001 26% [================ ] 1346/5001 26% [================ ] 1347/5001 26% [================ ] 1348/5001 26% [================ ] 1349/5001 26% [================ ] 1350/5001 26% [================ ] 1351/5001 27% [================ ] 1352/5001 27% [================ ] 1353/5001 27% [================ ] 1354/5001 27% [================ ] 1355/5001 27% [================ ] 1356/5001 27% [================ ] 1357/5001 27% [================ ] 1358/5001 27% [================ ] 1359/5001 27% [================ ] 1360/5001 27% [================ ] 1361/5001 27% [================ ] 1362/5001 27% [================ ] 1363/5001 27% [================ ] 1364/5001 27% [================ ] 1365/5001 27% [================ ] 1366/5001 27% [================ ] 1367/5001 27% [================ ] 1368/5001 27% [================ ] 1369/5001 27% [================ ] 1370/5001 27% [================ ] 1371/5001 27% [================= ] 1372/5001 27% [================= ] 1373/5001 27% [================= ] 1374/5001 27% [================= ] 1375/5001 27% [================= ] 1376/5001 27% [================= ] 1377/5001 27% [================= ] 1378/5001 27% [================= ] 1379/5001 27% [================= ] 1380/5001 27% [================= ] 1381/5001 27% [================= ] 1382/5001 27% [================= ] 1383/5001 27% [================= ] 1384/5001 27% [================= ] 1385/5001 27% [================= ] 1386/5001 27% [================= ] 1387/5001 27% [================= ] 1388/5001 27% [================= ] 1389/5001 27% [================= ] 1390/5001 27% [================= ] 1391/5001 27% [================= ] 1392/5001 27% [================= ] 1393/5001 27% [================= ] 1394/5001 27% [================= ] 1395/5001 27% [================= ] 1396/5001 27% [================= ] 1397/5001 27% [================= ] 1398/5001 27% [================= ] 1399/5001 27% [================= ] 1400/5001 27% [================= ] 1401/5001 28% [================= ] 1402/5001 28% [================= ] 1403/5001 28% [================= ] 1404/5001 28% [================= ] 1405/5001 28% [================= ] 1406/5001 28% [================= ] 1407/5001 28% [================= ] 1408/5001 28% [================= ] 1409/5001 28% [================= ] 1410/5001 28% [================= ] 1411/5001 28% [================= ] 1412/5001 28% [================= ] 1413/5001 28% [================= ] 1414/5001 28% [================= ] 1415/5001 28% [================= ] 1416/5001 28% [================= ] 1417/5001 28% [================= ] 1418/5001 28% [================= ] 1419/5001 28% [================= ] 1420/5001 28% [================= ] 1421/5001 28% [================= ] 1422/5001 28% [================= ] 1423/5001 28% [================= ] 1424/5001 28% [================= ] 1425/5001 28% [================= ] 1426/5001 28% [================= ] 1427/5001 28% [================= ] 1428/5001 28% [================= ] 1429/5001 28% [================= ] 1430/5001 28% [================= ] 1431/5001 28% [================= ] 1432/5001 28% [================= ] 1433/5001 28% [================= ] 1434/5001 28% [================= ] 1435/5001 28% [================= ] 1436/5001 28% [================= ] 1437/5001 28% [================= ] 1438/5001 28% [================= ] 1439/5001 28% [================= ] 1440/5001 28% [================= ] 1441/5001 28% [================= ] 1442/5001 28% [================= ] 1443/5001 28% [================= ] 1444/5001 28% [================= ] 1445/5001 28% [================= ] 1446/5001 28% [================= ] 1447/5001 28% [================= ] 1448/5001 28% [================= ] 1449/5001 28% [================= ] 1450/5001 28% [================= ] 1451/5001 29% [================== ] 1452/5001 29% [================== ] 1453/5001 29% [================== ] 1454/5001 29% [================== ] 1455/5001 29% [================== ] 1456/5001 29% [================== ] 1457/5001 29% [================== ] 1458/5001 29% [================== ] 1459/5001 29% [================== ] 1460/5001 29% [================== ] 1461/5001 29% [================== ] 1462/5001 29% [================== ] 1463/5001 29% [================== ] 1464/5001 29% [================== ] 1465/5001 29% [================== ] 1466/5001 29% [================== ] 1467/5001 29% [================== ] 1468/5001 29% [================== ] 1469/5001 29% [================== ] 1470/5001 29% [================== ] 1471/5001 29% [================== ] 1472/5001 29% [================== ] 1473/5001 29% [================== ] 1474/5001 29% [================== ] 1475/5001 29% [================== ] 1476/5001 29% [================== ] 1477/5001 29% [================== ] 1478/5001 29% [================== ] 1479/5001 29% [================== ] 1480/5001 29% [================== ] 1481/5001 29% [================== ] 1482/5001 29% [================== ] 1483/5001 29% [================== ] 1484/5001 29% [================== ] 1485/5001 29% [================== ] 1486/5001 29% [================== ] 1487/5001 29% [================== ] 1488/5001 29% [================== ] 1489/5001 29% [================== ] 1490/5001 29% [================== ] 1491/5001 29% [================== ] 1492/5001 29% [================== ] 1493/5001 29% [================== ] 1494/5001 29% [================== ] 1495/5001 29% [================== ] 1496/5001 29% [================== ] 1497/5001 29% [================== ] 1498/5001 29% [================== ] 1499/5001 29% [================== ] 1500/5001 29% [================== ] 1501/5001 30% [================== ] 1502/5001 30% [================== ] 1503/5001 30% [================== ] 1504/5001 30% [================== ] 1505/5001 30% [================== ] 1506/5001 30% [================== ] 1507/5001 30% [================== ] 1508/5001 30% [================== ] 1509/5001 30% [================== ] 1510/5001 30% [================== ] 1511/5001 30% [================== ] 1512/5001 30% [================== ] 1513/5001 30% [================== ] 1514/5001 30% [================== ] 1515/5001 30% [================== ] 1516/5001 30% [================== ] 1517/5001 30% [================== ] 1518/5001 30% [================== ] 1519/5001 30% [================== ] 1520/5001 30% [================== ] 1521/5001 30% [================== ] 1522/5001 30% [================== ] 1523/5001 30% [================== ] 1524/5001 30% [================== ] 1525/5001 30% [================== ] 1526/5001 30% [================== ] 1527/5001 30% [================== ] 1528/5001 30% [================== ] 1529/5001 30% [================== ] 1530/5001 30% [================== ] 1531/5001 30% [================== ] 1532/5001 30% [=================== ] 1533/5001 30% [=================== ] 1534/5001 30% [=================== ] 1535/5001 30% [=================== ] 1536/5001 30% [=================== ] 1537/5001 30% [=================== ] 1538/5001 30% [=================== ] 1539/5001 30% [=================== ] 1540/5001 30% [=================== ] 1541/5001 30% [=================== ] 1542/5001 30% [=================== ] 1543/5001 30% [=================== ] 1544/5001 30% [=================== ] 1545/5001 30% [=================== ] 1546/5001 30% [=================== ] 1547/5001 30% [=================== ] 1548/5001 30% [=================== ] 1549/5001 30% [=================== ] 1550/5001 30% [=================== ] 1551/5001 31% [=================== ] 1552/5001 31% [=================== ] 1553/5001 31% [=================== ] 1554/5001 31% [=================== ] 1555/5001 31% [=================== ] 1556/5001 31% [=================== ] 1557/5001 31% [=================== ] 1558/5001 31% [=================== ] 1559/5001 31% [=================== ] 1560/5001 31% [=================== ] 1561/5001 31% [=================== ] 1562/5001 31% [=================== ] 1563/5001 31% [=================== ] 1564/5001 31% [=================== ] 1565/5001 31% [=================== ] 1566/5001 31% [=================== ] 1567/5001 31% [=================== ] 1568/5001 31% [=================== ] 1569/5001 31% [=================== ] 1570/5001 31% [=================== ] 1571/5001 31% [=================== ] 1572/5001 31% [=================== ] 1573/5001 31% [=================== ] 1574/5001 31% [=================== ] 1575/5001 31% [=================== ] 1576/5001 31% [=================== ] 1577/5001 31% [=================== ] 1578/5001 31% [=================== ] 1579/5001 31% [=================== ] 1580/5001 31% [=================== ] 1581/5001 31% [=================== ] 1582/5001 31% [=================== ] 1583/5001 31% [=================== ] 1584/5001 31% [=================== ] 1585/5001 31% [=================== ] 1586/5001 31% [=================== ] 1587/5001 31% [=================== ] 1588/5001 31% [=================== ] 1589/5001 31% [=================== ] 1590/5001 31% [=================== ] 1591/5001 31% [=================== ] 1592/5001 31% [=================== ] 1593/5001 31% [=================== ] 1594/5001 31% [=================== ] 1595/5001 31% [=================== ] 1596/5001 31% [=================== ] 1597/5001 31% [=================== ] 1598/5001 31% [=================== ] 1599/5001 31% [=================== ] 1600/5001 31% [=================== ] 1601/5001 32% [=================== ] 1602/5001 32% [=================== ] 1603/5001 32% [=================== ] 1604/5001 32% [=================== ] 1605/5001 32% [=================== ] 1606/5001 32% [=================== ] 1607/5001 32% [=================== ] 1608/5001 32% [=================== ] 1609/5001 32% [=================== ] 1610/5001 32% [=================== ] 1611/5001 32% [=================== ] 1612/5001 32% [=================== ] 1613/5001 32% [==================== ] 1614/5001 32% [==================== ] 1615/5001 32% [==================== ] 1616/5001 32% [==================== ] 1617/5001 32% [==================== ] 1618/5001 32% [==================== ] 1619/5001 32% [==================== ] 1620/5001 32% [==================== ] 1621/5001 32% [==================== ] 1622/5001 32% [==================== ] 1623/5001 32% [==================== ] 1624/5001 32% [==================== ] 1625/5001 32% [==================== ] 1626/5001 32% [==================== ] 1627/5001 32% [==================== ] 1628/5001 32% [==================== ] 1629/5001 32% [==================== ] 1630/5001 32% [==================== ] 1631/5001 32% [==================== ] 1632/5001 32% [==================== ] 1633/5001 32% [==================== ] 1634/5001 32% [==================== ] 1635/5001 32% [==================== ] 1636/5001 32% [==================== ] 1637/5001 32% [==================== ] 1638/5001 32% [==================== ] 1639/5001 32% [==================== ] 1640/5001 32% [==================== ] 1641/5001 32% [==================== ] 1642/5001 32% [==================== ] 1643/5001 32% [==================== ] 1644/5001 32% [==================== ] 1645/5001 32% [==================== ] 1646/5001 32% [==================== ] 1647/5001 32% [==================== ] 1648/5001 32% [==================== ] 1649/5001 32% [==================== ] 1650/5001 32% [==================== ] 1651/5001 33% [==================== ] 1652/5001 33% [==================== ] 1653/5001 33% [==================== ] 1654/5001 33% [==================== ] 1655/5001 33% [==================== ] 1656/5001 33% [==================== ] 1657/5001 33% [==================== ] 1658/5001 33% [==================== ] 1659/5001 33% [==================== ] 1660/5001 33% [==================== ] 1661/5001 33% [==================== ] 1662/5001 33% [==================== ] 1663/5001 33% [==================== ] 1664/5001 33% [==================== ] 1665/5001 33% [==================== ] 1666/5001 33% [==================== ] 1667/5001 33% [==================== ] 1668/5001 33% [==================== ] 1669/5001 33% [==================== ] 1670/5001 33% [==================== ] 1671/5001 33% [==================== ] 1672/5001 33% [==================== ] 1673/5001 33% [==================== ] 1674/5001 33% [==================== ] 1675/5001 33% [==================== ] 1676/5001 33% [==================== ] 1677/5001 33% [==================== ] 1678/5001 33% [==================== ] 1679/5001 33% [==================== ] 1680/5001 33% [==================== ] 1681/5001 33% [==================== ] 1682/5001 33% [==================== ] 1683/5001 33% [==================== ] 1684/5001 33% [==================== ] 1685/5001 33% [==================== ] 1686/5001 33% [==================== ] 1687/5001 33% [==================== ] 1688/5001 33% [==================== ] 1689/5001 33% [==================== ] 1690/5001 33% [==================== ] 1691/5001 33% [==================== ] 1692/5001 33% [==================== ] 1693/5001 33% [===================== ] 1694/5001 33% [===================== ] 1695/5001 33% [===================== ] 1696/5001 33% [===================== ] 1697/5001 33% [===================== ] 1698/5001 33% [===================== ] 1699/5001 33% [===================== ] 1700/5001 33% [===================== ] 1701/5001 34% [===================== ] 1702/5001 34% [===================== ] 1703/5001 34% [===================== ] 1704/5001 34% [===================== ] 1705/5001 34% [===================== ] 1706/5001 34% [===================== ] 1707/5001 34% [===================== ] 1708/5001 34% [===================== ] 1709/5001 34% [===================== ] 1710/5001 34% [===================== ] 1711/5001 34% [===================== ] 1712/5001 34% [===================== ] 1713/5001 34% [===================== ] 1714/5001 34% [===================== ] 1715/5001 34% [===================== ] 1716/5001 34% [===================== ] 1717/5001 34% [===================== ] 1718/5001 34% [===================== ] 1719/5001 34% [===================== ] 1720/5001 34% [===================== ] 1721/5001 34% [===================== ] 1722/5001 34% [===================== ] 1723/5001 34% [===================== ] 1724/5001 34% [===================== ] 1725/5001 34% [===================== ] 1726/5001 34% [===================== ] 1727/5001 34% [===================== ] 1728/5001 34% [===================== ] 1729/5001 34% [===================== ] 1730/5001 34% [===================== ] 1731/5001 34% [===================== ] 1732/5001 34% [===================== ] 1733/5001 34% [===================== ] 1734/5001 34% [===================== ] 1735/5001 34% [===================== ] 1736/5001 34% [===================== ] 1737/5001 34% [===================== ] 1738/5001 34% [===================== ] 1739/5001 34% [===================== ] 1740/5001 34% [===================== ] 1741/5001 34% [===================== ] 1742/5001 34% [===================== ] 1743/5001 34% [===================== ] 1744/5001 34% [===================== ] 1745/5001 34% [===================== ] 1746/5001 34% [===================== ] 1747/5001 34% [===================== ] 1748/5001 34% [===================== ] 1749/5001 34% [===================== ] 1750/5001 34% [===================== ] 1751/5001 35% [===================== ] 1752/5001 35% [===================== ] 1753/5001 35% [===================== ] 1754/5001 35% [===================== ] 1755/5001 35% [===================== ] 1756/5001 35% [===================== ] 1757/5001 35% [===================== ] 1758/5001 35% [===================== ] 1759/5001 35% [===================== ] 1760/5001 35% [===================== ] 1761/5001 35% [===================== ] 1762/5001 35% [===================== ] 1763/5001 35% [===================== ] 1764/5001 35% [===================== ] 1765/5001 35% [===================== ] 1766/5001 35% [===================== ] 1767/5001 35% [===================== ] 1768/5001 35% [===================== ] 1769/5001 35% [===================== ] 1770/5001 35% [===================== ] 1771/5001 35% [===================== ] 1772/5001 35% [===================== ] 1773/5001 35% [===================== ] 1774/5001 35% [====================== ] 1775/5001 35% [====================== ] 1776/5001 35% [====================== ] 1777/5001 35% [====================== ] 1778/5001 35% [====================== ] 1779/5001 35% [====================== ] 1780/5001 35% [====================== ] 1781/5001 35% [====================== ] 1782/5001 35% [====================== ] 1783/5001 35% [====================== ] 1784/5001 35% [====================== ] 1785/5001 35% [====================== ] 1786/5001 35% [====================== ] 1787/5001 35% [====================== ] 1788/5001 35% [====================== ] 1789/5001 35% [====================== ] 1790/5001 35% [====================== ] 1791/5001 35% [====================== ] 1792/5001 35% [====================== ] 1793/5001 35% [====================== ] 1794/5001 35% [====================== ] 1795/5001 35% [====================== ] 1796/5001 35% [====================== ] 1797/5001 35% [====================== ] 1798/5001 35% [====================== ] 1799/5001 35% [====================== ] 1800/5001 35% [====================== ] 1801/5001 36% [====================== ] 1802/5001 36% [====================== ] 1803/5001 36% [====================== ] 1804/5001 36% [====================== ] 1805/5001 36% [====================== ] 1806/5001 36% [====================== ] 1807/5001 36% [====================== ] 1808/5001 36% [====================== ] 1809/5001 36% [====================== ] 1810/5001 36% [====================== ] 1811/5001 36% [====================== ] 1812/5001 36% [====================== ] 1813/5001 36% [====================== ] 1814/5001 36% [====================== ] 1815/5001 36% [====================== ] 1816/5001 36% [====================== ] 1817/5001 36% [====================== ] 1818/5001 36% [====================== ] 1819/5001 36% [====================== ] 1820/5001 36% [====================== ] 1821/5001 36% [====================== ] 1822/5001 36% [====================== ] 1823/5001 36% [====================== ] 1824/5001 36% [====================== ] 1825/5001 36% [====================== ] 1826/5001 36% [====================== ] 1827/5001 36% [====================== ] 1828/5001 36% [====================== ] 1829/5001 36% [====================== ] 1830/5001 36% [====================== ] 1831/5001 36% [====================== ] 1832/5001 36% [====================== ] 1833/5001 36% [====================== ] 1834/5001 36% [====================== ] 1835/5001 36% [====================== ] 1836/5001 36% [====================== ] 1837/5001 36% [====================== ] 1838/5001 36% [====================== ] 1839/5001 36% [====================== ] 1840/5001 36% [====================== ] 1841/5001 36% [====================== ] 1842/5001 36% [====================== ] 1843/5001 36% [====================== ] 1844/5001 36% [====================== ] 1845/5001 36% [====================== ] 1846/5001 36% [====================== ] 1847/5001 36% [====================== ] 1848/5001 36% [====================== ] 1849/5001 36% [====================== ] 1850/5001 36% [====================== ] 1851/5001 37% [====================== ] 1852/5001 37% [====================== ] 1853/5001 37% [====================== ] 1854/5001 37% [====================== ] 1855/5001 37% [======================= ] 1856/5001 37% [======================= ] 1857/5001 37% [======================= ] 1858/5001 37% [======================= ] 1859/5001 37% [======================= ] 1860/5001 37% [======================= ] 1861/5001 37% [======================= ] 1862/5001 37% [======================= ] 1863/5001 37% [======================= ] 1864/5001 37% [======================= ] 1865/5001 37% [======================= ] 1866/5001 37% [======================= ] 1867/5001 37% [======================= ] 1868/5001 37% [======================= ] 1869/5001 37% [======================= ] 1870/5001 37% [======================= ] 1871/5001 37% [======================= ] 1872/5001 37% [======================= ] 1873/5001 37% [======================= ] 1874/5001 37% [======================= ] 1875/5001 37% [======================= ] 1876/5001 37% [======================= ] 1877/5001 37% [======================= ] 1878/5001 37% [======================= ] 1879/5001 37% [======================= ] 1880/5001 37% [======================= ] 1881/5001 37% [======================= ] 1882/5001 37% [======================= ] 1883/5001 37% [======================= ] 1884/5001 37% [======================= ] 1885/5001 37% [======================= ] 1886/5001 37% [======================= ] 1887/5001 37% [======================= ] 1888/5001 37% [======================= ] 1889/5001 37% [======================= ] 1890/5001 37% [======================= ] 1891/5001 37% [======================= ] 1892/5001 37% [======================= ] 1893/5001 37% [======================= ] 1894/5001 37% [======================= ] 1895/5001 37% [======================= ] 1896/5001 37% [======================= ] 1897/5001 37% [======================= ] 1898/5001 37% [======================= ] 1899/5001 37% [======================= ] 1900/5001 37% [======================= ] 1901/5001 38% [======================= ] 1902/5001 38% [======================= ] 1903/5001 38% [======================= ] 1904/5001 38% [======================= ] 1905/5001 38% [======================= ] 1906/5001 38% [======================= ] 1907/5001 38% [======================= ] 1908/5001 38% [======================= ] 1909/5001 38% [======================= ] 1910/5001 38% [======================= ] 1911/5001 38% [======================= ] 1912/5001 38% [======================= ] 1913/5001 38% [======================= ] 1914/5001 38% [======================= ] 1915/5001 38% [======================= ] 1916/5001 38% [======================= ] 1917/5001 38% [======================= ] 1918/5001 38% [======================= ] 1919/5001 38% [======================= ] 1920/5001 38% [======================= ] 1921/5001 38% [======================= ] 1922/5001 38% [======================= ] 1923/5001 38% [======================= ] 1924/5001 38% [======================= ] 1925/5001 38% [======================= ] 1926/5001 38% [======================= ] 1927/5001 38% [======================= ] 1928/5001 38% [======================= ] 1929/5001 38% [======================= ] 1930/5001 38% [======================= ] 1931/5001 38% [======================= ] 1932/5001 38% [======================= ] 1933/5001 38% [======================= ] 1934/5001 38% [======================= ] 1935/5001 38% [======================== ] 1936/5001 38% [======================== ] 1937/5001 38% [======================== ] 1938/5001 38% [======================== ] 1939/5001 38% [======================== ] 1940/5001 38% [======================== ] 1941/5001 38% [======================== ] 1942/5001 38% [======================== ] 1943/5001 38% [======================== ] 1944/5001 38% [======================== ] 1945/5001 38% [======================== ] 1946/5001 38% [======================== ] 1947/5001 38% [======================== ] 1948/5001 38% [======================== ] 1949/5001 38% [======================== ] 1950/5001 38% [======================== ] 1951/5001 39% [======================== ] 1952/5001 39% [======================== ] 1953/5001 39% [======================== ] 1954/5001 39% [======================== ] 1955/5001 39% [======================== ] 1956/5001 39% [======================== ] 1957/5001 39% [======================== ] 1958/5001 39% [======================== ] 1959/5001 39% [======================== ] 1960/5001 39% [======================== ] 1961/5001 39% [======================== ] 1962/5001 39% [======================== ] 1963/5001 39% [======================== ] 1964/5001 39% [======================== ] 1965/5001 39% [======================== ] 1966/5001 39% [======================== ] 1967/5001 39% [======================== ] 1968/5001 39% [======================== ] 1969/5001 39% [======================== ] 1970/5001 39% [======================== ] 1971/5001 39% [======================== ] 1972/5001 39% [======================== ] 1973/5001 39% [======================== ] 1974/5001 39% [======================== ] 1975/5001 39% [======================== ] 1976/5001 39% [======================== ] 1977/5001 39% [======================== ] 1978/5001 39% [======================== ] 1979/5001 39% [======================== ] 1980/5001 39% [======================== ] 1981/5001 39% [======================== ] 1982/5001 39% [======================== ] 1983/5001 39% [======================== ] 1984/5001 39% [======================== ] 1985/5001 39% [======================== ] 1986/5001 39% [======================== ] 1987/5001 39% [======================== ] 1988/5001 39% [======================== ] 1989/5001 39% [======================== ] 1990/5001 39% [======================== ] 1991/5001 39% [======================== ] 1992/5001 39% [======================== ] 1993/5001 39% [======================== ] 1994/5001 39% [======================== ] 1995/5001 39% [======================== ] 1996/5001 39% [======================== ] 1997/5001 39% [======================== ] 1998/5001 39% [======================== ] 1999/5001 39% [======================== ] 2000/5001 39% [======================== ] 2001/5001 40% [======================== ] 2002/5001 40% [======================== ] 2003/5001 40% [======================== ] 2004/5001 40% [======================== ] 2005/5001 40% [======================== ] 2006/5001 40% [======================== ] 2007/5001 40% [======================== ] 2008/5001 40% [======================== ] 2009/5001 40% [======================== ] 2010/5001 40% [======================== ] 2011/5001 40% [======================== ] 2012/5001 40% [======================== ] 2013/5001 40% [======================== ] 2014/5001 40% [======================== ] 2015/5001 40% [======================== ] 2016/5001 40% [========================= ] 2017/5001 40% [========================= ] 2018/5001 40% [========================= ] 2019/5001 40% [========================= ] 2020/5001 40% [========================= ] 2021/5001 40% [========================= ] 2022/5001 40% [========================= ] 2023/5001 40% [========================= ] 2024/5001 40% [========================= ] 2025/5001 40% [========================= ] 2026/5001 40% [========================= ] 2027/5001 40% [========================= ] 2028/5001 40% [========================= ] 2029/5001 40% [========================= ] 2030/5001 40% [========================= ] 2031/5001 40% [========================= ] 2032/5001 40% [========================= ] 2033/5001 40% [========================= ] 2034/5001 40% [========================= ] 2035/5001 40% [========================= ] 2036/5001 40% [========================= ] 2037/5001 40% [========================= ] 2038/5001 40% [========================= ] 2039/5001 40% [========================= ] 2040/5001 40% [========================= ] 2041/5001 40% [========================= ] 2042/5001 40% [========================= ] 2043/5001 40% [========================= ] 2044/5001 40% [========================= ] 2045/5001 40% [========================= ] 2046/5001 40% [========================= ] 2047/5001 40% [========================= ] 2048/5001 40% [========================= ] 2049/5001 40% [========================= ] 2050/5001 40% [========================= ] 2051/5001 41% [========================= ] 2052/5001 41% [========================= ] 2053/5001 41% [========================= ] 2054/5001 41% [========================= ] 2055/5001 41% [========================= ] 2056/5001 41% [========================= ] 2057/5001 41% [========================= ] 2058/5001 41% [========================= ] 2059/5001 41% [========================= ] 2060/5001 41% [========================= ] 2061/5001 41% [========================= ] 2062/5001 41% [========================= ] 2063/5001 41% [========================= ] 2064/5001 41% [========================= ] 2065/5001 41% [========================= ] 2066/5001 41% [========================= ] 2067/5001 41% [========================= ] 2068/5001 41% [========================= ] 2069/5001 41% [========================= ] 2070/5001 41% [========================= ] 2071/5001 41% [========================= ] 2072/5001 41% [========================= ] 2073/5001 41% [========================= ] 2074/5001 41% [========================= ] 2075/5001 41% [========================= ] 2076/5001 41% [========================= ] 2077/5001 41% [========================= ] 2078/5001 41% [========================= ] 2079/5001 41% [========================= ] 2080/5001 41% [========================= ] 2081/5001 41% [========================= ] 2082/5001 41% [========================= ] 2083/5001 41% [========================= ] 2084/5001 41% [========================= ] 2085/5001 41% [========================= ] 2086/5001 41% [========================= ] 2087/5001 41% [========================= ] 2088/5001 41% [========================= ] 2089/5001 41% [========================= ] 2090/5001 41% [========================= ] 2091/5001 41% [========================= ] 2092/5001 41% [========================= ] 2093/5001 41% [========================= ] 2094/5001 41% [========================= ] 2095/5001 41% [========================= ] 2096/5001 41% [========================= ] 2097/5001 41% [========================== ] 2098/5001 41% [========================== ] 2099/5001 41% [========================== ] 2100/5001 41% [========================== ] 2101/5001 42% [========================== ] 2102/5001 42% [========================== ] 2103/5001 42% [========================== ] 2104/5001 42% [========================== ] 2105/5001 42% [========================== ] 2106/5001 42% [========================== ] 2107/5001 42% [========================== ] 2108/5001 42% [========================== ] 2109/5001 42% [========================== ] 2110/5001 42% [========================== ] 2111/5001 42% [========================== ] 2112/5001 42% [========================== ] 2113/5001 42% [========================== ] 2114/5001 42% [========================== ] 2115/5001 42% [========================== ] 2116/5001 42% [========================== ] 2117/5001 42% [========================== ] 2118/5001 42% [========================== ] 2119/5001 42% [========================== ] 2120/5001 42% [========================== ] 2121/5001 42% [========================== ] 2122/5001 42% [========================== ] 2123/5001 42% [========================== ] 2124/5001 42% [========================== ] 2125/5001 42% [========================== ] 2126/5001 42% [========================== ] 2127/5001 42% [========================== ] 2128/5001 42% [========================== ] 2129/5001 42% [========================== ] 2130/5001 42% [========================== ] 2131/5001 42% [========================== ] 2132/5001 42% [========================== ] 2133/5001 42% [========================== ] 2134/5001 42% [========================== ] 2135/5001 42% [========================== ] 2136/5001 42% [========================== ] 2137/5001 42% [========================== ] 2138/5001 42% [========================== ] 2139/5001 42% [========================== ] 2140/5001 42% [========================== ] 2141/5001 42% [========================== ] 2142/5001 42% [========================== ] 2143/5001 42% [========================== ] 2144/5001 42% [========================== ] 2145/5001 42% [========================== ] 2146/5001 42% [========================== ] 2147/5001 42% [========================== ] 2148/5001 42% [========================== ] 2149/5001 42% [========================== ] 2150/5001 42% [========================== ] 2151/5001 43% [========================== ] 2152/5001 43% [========================== ] 2153/5001 43% [========================== ] 2154/5001 43% [========================== ] 2155/5001 43% [========================== ] 2156/5001 43% [========================== ] 2157/5001 43% [========================== ] 2158/5001 43% [========================== ] 2159/5001 43% [========================== ] 2160/5001 43% [========================== ] 2161/5001 43% [========================== ] 2162/5001 43% [========================== ] 2163/5001 43% [========================== ] 2164/5001 43% [========================== ] 2165/5001 43% [========================== ] 2166/5001 43% [========================== ] 2167/5001 43% [========================== ] 2168/5001 43% [========================== ] 2169/5001 43% [========================== ] 2170/5001 43% [========================== ] 2171/5001 43% [========================== ] 2172/5001 43% [========================== ] 2173/5001 43% [========================== ] 2174/5001 43% [========================== ] 2175/5001 43% [========================== ] 2176/5001 43% [========================== ] 2177/5001 43% [=========================== ] 2178/5001 43% [=========================== ] 2179/5001 43% [=========================== ] 2180/5001 43% [=========================== ] 2181/5001 43% [=========================== ] 2182/5001 43% [=========================== ] 2183/5001 43% [=========================== ] 2184/5001 43% [=========================== ] 2185/5001 43% [=========================== ] 2186/5001 43% [=========================== ] 2187/5001 43% [=========================== ] 2188/5001 43% [=========================== ] 2189/5001 43% [=========================== ] 2190/5001 43% [=========================== ] 2191/5001 43% [=========================== ] 2192/5001 43% [=========================== ] 2193/5001 43% [=========================== ] 2194/5001 43% [=========================== ] 2195/5001 43% [=========================== ] 2196/5001 43% [=========================== ] 2197/5001 43% [=========================== ] 2198/5001 43% [=========================== ] 2199/5001 43% [=========================== ] 2200/5001 43% [=========================== ] 2201/5001 44% [=========================== ] 2202/5001 44% [=========================== ] 2203/5001 44% [=========================== ] 2204/5001 44% [=========================== ] 2205/5001 44% [=========================== ] 2206/5001 44% [=========================== ] 2207/5001 44% [=========================== ] 2208/5001 44% [=========================== ] 2209/5001 44% [=========================== ] 2210/5001 44% [=========================== ] 2211/5001 44% [=========================== ] 2212/5001 44% [=========================== ] 2213/5001 44% [=========================== ] 2214/5001 44% [=========================== ] 2215/5001 44% [=========================== ] 2216/5001 44% [=========================== ] 2217/5001 44% [=========================== ] 2218/5001 44% [=========================== ] 2219/5001 44% [=========================== ] 2220/5001 44% [=========================== ] 2221/5001 44% [=========================== ] 2222/5001 44% [=========================== ] 2223/5001 44% [=========================== ] 2224/5001 44% [=========================== ] 2225/5001 44% [=========================== ] 2226/5001 44% [=========================== ] 2227/5001 44% [=========================== ] 2228/5001 44% [=========================== ] 2229/5001 44% [=========================== ] 2230/5001 44% [=========================== ] 2231/5001 44% [=========================== ] 2232/5001 44% [=========================== ] 2233/5001 44% [=========================== ] 2234/5001 44% [=========================== ] 2235/5001 44% [=========================== ] 2236/5001 44% [=========================== ] 2237/5001 44% [=========================== ] 2238/5001 44% [=========================== ] 2239/5001 44% [=========================== ] 2240/5001 44% [=========================== ] 2241/5001 44% [=========================== ] 2242/5001 44% [=========================== ] 2243/5001 44% [=========================== ] 2244/5001 44% [=========================== ] 2245/5001 44% [=========================== ] 2246/5001 44% [=========================== ] 2247/5001 44% [=========================== ] 2248/5001 44% [=========================== ] 2249/5001 44% [=========================== ] 2250/5001 44% [=========================== ] 2251/5001 45% [=========================== ] 2252/5001 45% [=========================== ] 2253/5001 45% [=========================== ] 2254/5001 45% [=========================== ] 2255/5001 45% [=========================== ] 2256/5001 45% [=========================== ] 2257/5001 45% [=========================== ] 2258/5001 45% [============================ ] 2259/5001 45% [============================ ] 2260/5001 45% [============================ ] 2261/5001 45% [============================ ] 2262/5001 45% [============================ ] 2263/5001 45% [============================ ] 2264/5001 45% [============================ ] 2265/5001 45% [============================ ] 2266/5001 45% [============================ ] 2267/5001 45% [============================ ] 2268/5001 45% [============================ ] 2269/5001 45% [============================ ] 2270/5001 45% [============================ ] 2271/5001 45% [============================ ] 2272/5001 45% [============================ ] 2273/5001 45% [============================ ] 2274/5001 45% [============================ ] 2275/5001 45% [============================ ] 2276/5001 45% [============================ ] 2277/5001 45% [============================ ] 2278/5001 45% [============================ ] 2279/5001 45% [============================ ] 2280/5001 45% [============================ ] 2281/5001 45% [============================ ] 2282/5001 45% [============================ ] 2283/5001 45% [============================ ] 2284/5001 45% [============================ ] 2285/5001 45% [============================ ] 2286/5001 45% [============================ ] 2287/5001 45% [============================ ] 2288/5001 45% [============================ ] 2289/5001 45% [============================ ] 2290/5001 45% [============================ ] 2291/5001 45% [============================ ] 2292/5001 45% [============================ ] 2293/5001 45% [============================ ] 2294/5001 45% [============================ ] 2295/5001 45% [============================ ] 2296/5001 45% [============================ ] 2297/5001 45% [============================ ] 2298/5001 45% [============================ ] 2299/5001 45% [============================ ] 2300/5001 45% [============================ ] 2301/5001 46% [============================ ] 2302/5001 46% [============================ ] 2303/5001 46% [============================ ] 2304/5001 46% [============================ ] 2305/5001 46% [============================ ] 2306/5001 46% [============================ ] 2307/5001 46% [============================ ] 2308/5001 46% [============================ ] 2309/5001 46% [============================ ] 2310/5001 46% [============================ ] 2311/5001 46% [============================ ] 2312/5001 46% [============================ ] 2313/5001 46% [============================ ] 2314/5001 46% [============================ ] 2315/5001 46% [============================ ] 2316/5001 46% [============================ ] 2317/5001 46% [============================ ] 2318/5001 46% [============================ ] 2319/5001 46% [============================ ] 2320/5001 46% [============================ ] 2321/5001 46% [============================ ] 2322/5001 46% [============================ ] 2323/5001 46% [============================ ] 2324/5001 46% [============================ ] 2325/5001 46% [============================ ] 2326/5001 46% [============================ ] 2327/5001 46% [============================ ] 2328/5001 46% [============================ ] 2329/5001 46% [============================ ] 2330/5001 46% [============================ ] 2331/5001 46% [============================ ] 2332/5001 46% [============================ ] 2333/5001 46% [============================ ] 2334/5001 46% [============================ ] 2335/5001 46% [============================ ] 2336/5001 46% [============================ ] 2337/5001 46% [============================ ] 2338/5001 46% [============================ ] 2339/5001 46% [============================= ] 2340/5001 46% [============================= ] 2341/5001 46% [============================= ] 2342/5001 46% [============================= ] 2343/5001 46% [============================= ] 2344/5001 46% [============================= ] 2345/5001 46% [============================= ] 2346/5001 46% [============================= ] 2347/5001 46% [============================= ] 2348/5001 46% [============================= ] 2349/5001 46% [============================= ] 2350/5001 46% [============================= ] 2351/5001 47% [============================= ] 2352/5001 47% [============================= ] 2353/5001 47% [============================= ] 2354/5001 47% [============================= ] 2355/5001 47% [============================= ] 2356/5001 47% [============================= ] 2357/5001 47% [============================= ] 2358/5001 47% [============================= ] 2359/5001 47% [============================= ] 2360/5001 47% [============================= ] 2361/5001 47% [============================= ] 2362/5001 47% [============================= ] 2363/5001 47% [============================= ] 2364/5001 47% [============================= ] 2365/5001 47% [============================= ] 2366/5001 47% [============================= ] 2367/5001 47% [============================= ] 2368/5001 47% [============================= ] 2369/5001 47% [============================= ] 2370/5001 47% [============================= ] 2371/5001 47% [============================= ] 2372/5001 47% [============================= ] 2373/5001 47% [============================= ] 2374/5001 47% [============================= ] 2375/5001 47% [============================= ] 2376/5001 47% [============================= ] 2377/5001 47% [============================= ] 2378/5001 47% [============================= ] 2379/5001 47% [============================= ] 2380/5001 47% [============================= ] 2381/5001 47% [============================= ] 2382/5001 47% [============================= ] 2383/5001 47% [============================= ] 2384/5001 47% [============================= ] 2385/5001 47% [============================= ] 2386/5001 47% [============================= ] 2387/5001 47% [============================= ] 2388/5001 47% [============================= ] 2389/5001 47% [============================= ] 2390/5001 47% [============================= ] 2391/5001 47% [============================= ] 2392/5001 47% [============================= ] 2393/5001 47% [============================= ] 2394/5001 47% [============================= ] 2395/5001 47% [============================= ] 2396/5001 47% [============================= ] 2397/5001 47% [============================= ] 2398/5001 47% [============================= ] 2399/5001 47% [============================= ] 2400/5001 47% [============================= ] 2401/5001 48% [============================= ] 2402/5001 48% [============================= ] 2403/5001 48% [============================= ] 2404/5001 48% [============================= ] 2405/5001 48% [============================= ] 2406/5001 48% [============================= ] 2407/5001 48% [============================= ] 2408/5001 48% [============================= ] 2409/5001 48% [============================= ] 2410/5001 48% [============================= ] 2411/5001 48% [============================= ] 2412/5001 48% [============================= ] 2413/5001 48% [============================= ] 2414/5001 48% [============================= ] 2415/5001 48% [============================= ] 2416/5001 48% [============================= ] 2417/5001 48% [============================= ] 2418/5001 48% [============================= ] 2419/5001 48% [============================== ] 2420/5001 48% [============================== ] 2421/5001 48% [============================== ] 2422/5001 48% [============================== ] 2423/5001 48% [============================== ] 2424/5001 48% [============================== ] 2425/5001 48% [============================== ] 2426/5001 48% [============================== ] 2427/5001 48% [============================== ] 2428/5001 48% [============================== ] 2429/5001 48% [============================== ] 2430/5001 48% [============================== ] 2431/5001 48% [============================== ] 2432/5001 48% [============================== ] 2433/5001 48% [============================== ] 2434/5001 48% [============================== ] 2435/5001 48% [============================== ] 2436/5001 48% [============================== ] 2437/5001 48% [============================== ] 2438/5001 48% [============================== ] 2439/5001 48% [============================== ] 2440/5001 48% [============================== ] 2441/5001 48% [============================== ] 2442/5001 48% [============================== ] 2443/5001 48% [============================== ] 2444/5001 48% [============================== ] 2445/5001 48% [============================== ] 2446/5001 48% [============================== ] 2447/5001 48% [============================== ] 2448/5001 48% [============================== ] 2449/5001 48% [============================== ] 2450/5001 48% [============================== ] 2451/5001 49% [============================== ] 2452/5001 49% [============================== ] 2453/5001 49% [============================== ] 2454/5001 49% [============================== ] 2455/5001 49% [============================== ] 2456/5001 49% [============================== ] 2457/5001 49% [============================== ] 2458/5001 49% [============================== ] 2459/5001 49% [============================== ] 2460/5001 49% [============================== ] 2461/5001 49% [============================== ] 2462/5001 49% [============================== ] 2463/5001 49% [============================== ] 2464/5001 49% [============================== ] 2465/5001 49% [============================== ] 2466/5001 49% [============================== ] 2467/5001 49% [============================== ] 2468/5001 49% [============================== ] 2469/5001 49% [============================== ] 2470/5001 49% [============================== ] 2471/5001 49% [============================== ] 2472/5001 49% [============================== ] 2473/5001 49% [============================== ] 2474/5001 49% [============================== ] 2475/5001 49% [============================== ] 2476/5001 49% [============================== ] 2477/5001 49% [============================== ] 2478/5001 49% [============================== ] 2479/5001 49% [============================== ] 2480/5001 49% [============================== ] 2481/5001 49% [============================== ] 2482/5001 49% [============================== ] 2483/5001 49% [============================== ] 2484/5001 49% [============================== ] 2485/5001 49% [============================== ] 2486/5001 49% [============================== ] 2487/5001 49% [============================== ] 2488/5001 49% [============================== ] 2489/5001 49% [============================== ] 2490/5001 49% [============================== ] 2491/5001 49% [============================== ] 2492/5001 49% [============================== ] 2493/5001 49% [============================== ] 2494/5001 49% [============================== ] 2495/5001 49% [============================== ] 2496/5001 49% [============================== ] 2497/5001 49% [============================== ] 2498/5001 49% [============================== ] 2499/5001 49% [============================== ] 2500/5001 49% [=============================== ] 2501/5001 50% [=============================== ] 2502/5001 50% [=============================== ] 2503/5001 50% [=============================== ] 2504/5001 50% [=============================== ] 2505/5001 50% [=============================== ] 2506/5001 50% [=============================== ] 2507/5001 50% [=============================== ] 2508/5001 50% [=============================== ] 2509/5001 50% [=============================== ] 2510/5001 50% [=============================== ] 2511/5001 50% [=============================== ] 2512/5001 50% [=============================== ] 2513/5001 50% [=============================== ] 2514/5001 50% [=============================== ] 2515/5001 50% [=============================== ] 2516/5001 50% [=============================== ] 2517/5001 50% [=============================== ] 2518/5001 50% [=============================== ] 2519/5001 50% [=============================== ] 2520/5001 50% [=============================== ] 2521/5001 50% [=============================== ] 2522/5001 50% [=============================== ] 2523/5001 50% [=============================== ] 2524/5001 50% [=============================== ] 2525/5001 50% [=============================== ] 2526/5001 50% [=============================== ] 2527/5001 50% [=============================== ] 2528/5001 50% [=============================== ] 2529/5001 50% [=============================== ] 2530/5001 50% [=============================== ] 2531/5001 50% [=============================== ] 2532/5001 50% [=============================== ] 2533/5001 50% [=============================== ] 2534/5001 50% [=============================== ] 2535/5001 50% [=============================== ] 2536/5001 50% [=============================== ] 2537/5001 50% [=============================== ] 2538/5001 50% [=============================== ] 2539/5001 50% [=============================== ] 2540/5001 50% [=============================== ] 2541/5001 50% [=============================== ] 2542/5001 50% [=============================== ] 2543/5001 50% [=============================== ] 2544/5001 50% [=============================== ] 2545/5001 50% [=============================== ] 2546/5001 50% [=============================== ] 2547/5001 50% [=============================== ] 2548/5001 50% [=============================== ] 2549/5001 50% [=============================== ] 2550/5001 50% [=============================== ] 2551/5001 51% [=============================== ] 2552/5001 51% [=============================== ] 2553/5001 51% [=============================== ] 2554/5001 51% [=============================== ] 2555/5001 51% [=============================== ] 2556/5001 51% [=============================== ] 2557/5001 51% [=============================== ] 2558/5001 51% [=============================== ] 2559/5001 51% [=============================== ] 2560/5001 51% [=============================== ] 2561/5001 51% [=============================== ] 2562/5001 51% [=============================== ] 2563/5001 51% [=============================== ] 2564/5001 51% [=============================== ] 2565/5001 51% [=============================== ] 2566/5001 51% [=============================== ] 2567/5001 51% [=============================== ] 2568/5001 51% [=============================== ] 2569/5001 51% [=============================== ] 2570/5001 51% [=============================== ] 2571/5001 51% [=============================== ] 2572/5001 51% [=============================== ] 2573/5001 51% [=============================== ] 2574/5001 51% [=============================== ] 2575/5001 51% [=============================== ] 2576/5001 51% [=============================== ] 2577/5001 51% [=============================== ] 2578/5001 51% [=============================== ] 2579/5001 51% [=============================== ] 2580/5001 51% [=============================== ] 2581/5001 51% [================================ ] 2582/5001 51% [================================ ] 2583/5001 51% [================================ ] 2584/5001 51% [================================ ] 2585/5001 51% [================================ ] 2586/5001 51% [================================ ] 2587/5001 51% [================================ ] 2588/5001 51% [================================ ] 2589/5001 51% [================================ ] 2590/5001 51% [================================ ] 2591/5001 51% [================================ ] 2592/5001 51% [================================ ] 2593/5001 51% [================================ ] 2594/5001 51% [================================ ] 2595/5001 51% [================================ ] 2596/5001 51% [================================ ] 2597/5001 51% [================================ ] 2598/5001 51% [================================ ] 2599/5001 51% [================================ ] 2600/5001 51% [================================ ] 2601/5001 52% [================================ ] 2602/5001 52% [================================ ] 2603/5001 52% [================================ ] 2604/5001 52% [================================ ] 2605/5001 52% [================================ ] 2606/5001 52% [================================ ] 2607/5001 52% [================================ ] 2608/5001 52% [================================ ] 2609/5001 52% [================================ ] 2610/5001 52% [================================ ] 2611/5001 52% [================================ ] 2612/5001 52% [================================ ] 2613/5001 52% [================================ ] 2614/5001 52% [================================ ] 2615/5001 52% [================================ ] 2616/5001 52% [================================ ] 2617/5001 52% [================================ ] 2618/5001 52% [================================ ] 2619/5001 52% [================================ ] 2620/5001 52% [================================ ] 2621/5001 52% [================================ ] 2622/5001 52% [================================ ] 2623/5001 52% [================================ ] 2624/5001 52% [================================ ] 2625/5001 52% [================================ ] 2626/5001 52% [================================ ] 2627/5001 52% [================================ ] 2628/5001 52% [================================ ] 2629/5001 52% [================================ ] 2630/5001 52% [================================ ] 2631/5001 52% [================================ ] 2632/5001 52% [================================ ] 2633/5001 52% [================================ ] 2634/5001 52% [================================ ] 2635/5001 52% [================================ ] 2636/5001 52% [================================ ] 2637/5001 52% [================================ ] 2638/5001 52% [================================ ] 2639/5001 52% [================================ ] 2640/5001 52% [================================ ] 2641/5001 52% [================================ ] 2642/5001 52% [================================ ] 2643/5001 52% [================================ ] 2644/5001 52% [================================ ] 2645/5001 52% [================================ ] 2646/5001 52% [================================ ] 2647/5001 52% [================================ ] 2648/5001 52% [================================ ] 2649/5001 52% [================================ ] 2650/5001 52% [================================ ] 2651/5001 53% [================================ ] 2652/5001 53% [================================ ] 2653/5001 53% [================================ ] 2654/5001 53% [================================ ] 2655/5001 53% [================================ ] 2656/5001 53% [================================ ] 2657/5001 53% [================================ ] 2658/5001 53% [================================ ] 2659/5001 53% [================================ ] 2660/5001 53% [================================ ] 2661/5001 53% [================================= ] 2662/5001 53% [================================= ] 2663/5001 53% [================================= ] 2664/5001 53% [================================= ] 2665/5001 53% [================================= ] 2666/5001 53% [================================= ] 2667/5001 53% [================================= ] 2668/5001 53% [================================= ] 2669/5001 53% [================================= ] 2670/5001 53% [================================= ] 2671/5001 53% [================================= ] 2672/5001 53% [================================= ] 2673/5001 53% [================================= ] 2674/5001 53% [================================= ] 2675/5001 53% [================================= ] 2676/5001 53% [================================= ] 2677/5001 53% [================================= ] 2678/5001 53% [================================= ] 2679/5001 53% [================================= ] 2680/5001 53% [================================= ] 2681/5001 53% [================================= ] 2682/5001 53% [================================= ] 2683/5001 53% [================================= ] 2684/5001 53% [================================= ] 2685/5001 53% [================================= ] 2686/5001 53% [================================= ] 2687/5001 53% [================================= ] 2688/5001 53% [================================= ] 2689/5001 53% [================================= ] 2690/5001 53% [================================= ] 2691/5001 53% [================================= ] 2692/5001 53% [================================= ] 2693/5001 53% [================================= ] 2694/5001 53% [================================= ] 2695/5001 53% [================================= ] 2696/5001 53% [================================= ] 2697/5001 53% [================================= ] 2698/5001 53% [================================= ] 2699/5001 53% [================================= ] 2700/5001 53% [================================= ] 2701/5001 54% [================================= ] 2702/5001 54% [================================= ] 2703/5001 54% [================================= ] 2704/5001 54% [================================= ] 2705/5001 54% [================================= ] 2706/5001 54% [================================= ] 2707/5001 54% [================================= ] 2708/5001 54% [================================= ] 2709/5001 54% [================================= ] 2710/5001 54% [================================= ] 2711/5001 54% [================================= ] 2712/5001 54% [================================= ] 2713/5001 54% [================================= ] 2714/5001 54% [================================= ] 2715/5001 54% [================================= ] 2716/5001 54% [================================= ] 2717/5001 54% [================================= ] 2718/5001 54% [================================= ] 2719/5001 54% [================================= ] 2720/5001 54% [================================= ] 2721/5001 54% [================================= ] 2722/5001 54% [================================= ] 2723/5001 54% [================================= ] 2724/5001 54% [================================= ] 2725/5001 54% [================================= ] 2726/5001 54% [================================= ] 2727/5001 54% [================================= ] 2728/5001 54% [================================= ] 2729/5001 54% [================================= ] 2730/5001 54% [================================= ] 2731/5001 54% [================================= ] 2732/5001 54% [================================= ] 2733/5001 54% [================================= ] 2734/5001 54% [================================= ] 2735/5001 54% [================================= ] 2736/5001 54% [================================= ] 2737/5001 54% [================================= ] 2738/5001 54% [================================= ] 2739/5001 54% [================================= ] 2740/5001 54% [================================= ] 2741/5001 54% [================================= ] 2742/5001 54% [================================== ] 2743/5001 54% [================================== ] 2744/5001 54% [================================== ] 2745/5001 54% [================================== ] 2746/5001 54% [================================== ] 2747/5001 54% [================================== ] 2748/5001 54% [================================== ] 2749/5001 54% [================================== ] 2750/5001 54% [================================== ] 2751/5001 55% [================================== ] 2752/5001 55% [================================== ] 2753/5001 55% [================================== ] 2754/5001 55% [================================== ] 2755/5001 55% [================================== ] 2756/5001 55% [================================== ] 2757/5001 55% [================================== ] 2758/5001 55% [================================== ] 2759/5001 55% [================================== ] 2760/5001 55% [================================== ] 2761/5001 55% [================================== ] 2762/5001 55% [================================== ] 2763/5001 55% [================================== ] 2764/5001 55% [================================== ] 2765/5001 55% [================================== ] 2766/5001 55% [================================== ] 2767/5001 55% [================================== ] 2768/5001 55% [================================== ] 2769/5001 55% [================================== ] 2770/5001 55% [================================== ] 2771/5001 55% [================================== ] 2772/5001 55% [================================== ] 2773/5001 55% [================================== ] 2774/5001 55% [================================== ] 2775/5001 55% [================================== ] 2776/5001 55% [================================== ] 2777/5001 55% [================================== ] 2778/5001 55% [================================== ] 2779/5001 55% [================================== ] 2780/5001 55% [================================== ] 2781/5001 55% [================================== ] 2782/5001 55% [================================== ] 2783/5001 55% [================================== ] 2784/5001 55% [================================== ] 2785/5001 55% [================================== ] 2786/5001 55% [================================== ] 2787/5001 55% [================================== ] 2788/5001 55% [================================== ] 2789/5001 55% [================================== ] 2790/5001 55% [================================== ] 2791/5001 55% [================================== ] 2792/5001 55% [================================== ] 2793/5001 55% [================================== ] 2794/5001 55% [================================== ] 2795/5001 55% [================================== ] 2796/5001 55% [================================== ] 2797/5001 55% [================================== ] 2798/5001 55% [================================== ] 2799/5001 55% [================================== ] 2800/5001 55% [================================== ] 2801/5001 56% [================================== ] 2802/5001 56% [================================== ] 2803/5001 56% [================================== ] 2804/5001 56% [================================== ] 2805/5001 56% [================================== ] 2806/5001 56% [================================== ] 2807/5001 56% [================================== ] 2808/5001 56% [================================== ] 2809/5001 56% [================================== ] 2810/5001 56% [================================== ] 2811/5001 56% [================================== ] 2812/5001 56% [================================== ] 2813/5001 56% [================================== ] 2814/5001 56% [================================== ] 2815/5001 56% [================================== ] 2816/5001 56% [================================== ] 2817/5001 56% [================================== ] 2818/5001 56% [================================== ] 2819/5001 56% [================================== ] 2820/5001 56% [================================== ] 2821/5001 56% [================================== ] 2822/5001 56% [================================== ] 2823/5001 56% [=================================== ] 2824/5001 56% [=================================== ] 2825/5001 56% [=================================== ] 2826/5001 56% [=================================== ] 2827/5001 56% [=================================== ] 2828/5001 56% [=================================== ] 2829/5001 56% [=================================== ] 2830/5001 56% [=================================== ] 2831/5001 56% [=================================== ] 2832/5001 56% [=================================== ] 2833/5001 56% [=================================== ] 2834/5001 56% [=================================== ] 2835/5001 56% [=================================== ] 2836/5001 56% [=================================== ] 2837/5001 56% [=================================== ] 2838/5001 56% [=================================== ] 2839/5001 56% [=================================== ] 2840/5001 56% [=================================== ] 2841/5001 56% [=================================== ] 2842/5001 56% [=================================== ] 2843/5001 56% [=================================== ] 2844/5001 56% [=================================== ] 2845/5001 56% [=================================== ] 2846/5001 56% [=================================== ] 2847/5001 56% [=================================== ] 2848/5001 56% [=================================== ] 2849/5001 56% [=================================== ] 2850/5001 56% [=================================== ] 2851/5001 57% [=================================== ] 2852/5001 57% [=================================== ] 2853/5001 57% [=================================== ] 2854/5001 57% [=================================== ] 2855/5001 57% [=================================== ] 2856/5001 57% [=================================== ] 2857/5001 57% [=================================== ] 2858/5001 57% [=================================== ] 2859/5001 57% [=================================== ] 2860/5001 57% [=================================== ] 2861/5001 57% [=================================== ] 2862/5001 57% [=================================== ] 2863/5001 57% [=================================== ] 2864/5001 57% [=================================== ] 2865/5001 57% [=================================== ] 2866/5001 57% [=================================== ] 2867/5001 57% [=================================== ] 2868/5001 57% [=================================== ] 2869/5001 57% [=================================== ] 2870/5001 57% [=================================== ] 2871/5001 57% [=================================== ] 2872/5001 57% [=================================== ] 2873/5001 57% [=================================== ] 2874/5001 57% [=================================== ] 2875/5001 57% [=================================== ] 2876/5001 57% [=================================== ] 2877/5001 57% [=================================== ] 2878/5001 57% [=================================== ] 2879/5001 57% [=================================== ] 2880/5001 57% [=================================== ] 2881/5001 57% [=================================== ] 2882/5001 57% [=================================== ] 2883/5001 57% [=================================== ] 2884/5001 57% [=================================== ] 2885/5001 57% [=================================== ] 2886/5001 57% [=================================== ] 2887/5001 57% [=================================== ] 2888/5001 57% [=================================== ] 2889/5001 57% [=================================== ] 2890/5001 57% [=================================== ] 2891/5001 57% [=================================== ] 2892/5001 57% [=================================== ] 2893/5001 57% [=================================== ] 2894/5001 57% [=================================== ] 2895/5001 57% [=================================== ] 2896/5001 57% [=================================== ] 2897/5001 57% [=================================== ] 2898/5001 57% [=================================== ] 2899/5001 57% [=================================== ] 2900/5001 57% [=================================== ] 2901/5001 58% [=================================== ] 2902/5001 58% [=================================== ] 2903/5001 58% [==================================== ] 2904/5001 58% [==================================== ] 2905/5001 58% [==================================== ] 2906/5001 58% [==================================== ] 2907/5001 58% [==================================== ] 2908/5001 58% [==================================== ] 2909/5001 58% [==================================== ] 2910/5001 58% [==================================== ] 2911/5001 58% [==================================== ] 2912/5001 58% [==================================== ] 2913/5001 58% [==================================== ] 2914/5001 58% [==================================== ] 2915/5001 58% [==================================== ] 2916/5001 58% [==================================== ] 2917/5001 58% [==================================== ] 2918/5001 58% [==================================== ] 2919/5001 58% [==================================== ] 2920/5001 58% [==================================== ] 2921/5001 58% [==================================== ] 2922/5001 58% [==================================== ] 2923/5001 58% [==================================== ] 2924/5001 58% [==================================== ] 2925/5001 58% [==================================== ] 2926/5001 58% [==================================== ] 2927/5001 58% [==================================== ] 2928/5001 58% [==================================== ] 2929/5001 58% [==================================== ] 2930/5001 58% [==================================== ] 2931/5001 58% [==================================== ] 2932/5001 58% [==================================== ] 2933/5001 58% [==================================== ] 2934/5001 58% [==================================== ] 2935/5001 58% [==================================== ] 2936/5001 58% [==================================== ] 2937/5001 58% [==================================== ] 2938/5001 58% [==================================== ] 2939/5001 58% [==================================== ] 2940/5001 58% [==================================== ] 2941/5001 58% [==================================== ] 2942/5001 58% [==================================== ] 2943/5001 58% [==================================== ] 2944/5001 58% [==================================== ] 2945/5001 58% [==================================== ] 2946/5001 58% [==================================== ] 2947/5001 58% [==================================== ] 2948/5001 58% [==================================== ] 2949/5001 58% [==================================== ] 2950/5001 58% [==================================== ] 2951/5001 59% [==================================== ] 2952/5001 59% [==================================== ] 2953/5001 59% [==================================== ] 2954/5001 59% [==================================== ] 2955/5001 59% [==================================== ] 2956/5001 59% [==================================== ] 2957/5001 59% [==================================== ] 2958/5001 59% [==================================== ] 2959/5001 59% [==================================== ] 2960/5001 59% [==================================== ] 2961/5001 59% [==================================== ] 2962/5001 59% [==================================== ] 2963/5001 59% [==================================== ] 2964/5001 59% [==================================== ] 2965/5001 59% [==================================== ] 2966/5001 59% [==================================== ] 2967/5001 59% [==================================== ] 2968/5001 59% [==================================== ] 2969/5001 59% [==================================== ] 2970/5001 59% [==================================== ] 2971/5001 59% [==================================== ] 2972/5001 59% [==================================== ] 2973/5001 59% [==================================== ] 2974/5001 59% [==================================== ] 2975/5001 59% [==================================== ] 2976/5001 59% [==================================== ] 2977/5001 59% [==================================== ] 2978/5001 59% [==================================== ] 2979/5001 59% [==================================== ] 2980/5001 59% [==================================== ] 2981/5001 59% [==================================== ] 2982/5001 59% [==================================== ] 2983/5001 59% [==================================== ] 2984/5001 59% [===================================== ] 2985/5001 59% [===================================== ] 2986/5001 59% [===================================== ] 2987/5001 59% [===================================== ] 2988/5001 59% [===================================== ] 2989/5001 59% [===================================== ] 2990/5001 59% [===================================== ] 2991/5001 59% [===================================== ] 2992/5001 59% [===================================== ] 2993/5001 59% [===================================== ] 2994/5001 59% [===================================== ] 2995/5001 59% [===================================== ] 2996/5001 59% [===================================== ] 2997/5001 59% [===================================== ] 2998/5001 59% [===================================== ] 2999/5001 59% [===================================== ] 3000/5001 59% [===================================== ] 3001/5001 60% [===================================== ] 3002/5001 60% [===================================== ] 3003/5001 60% [===================================== ] 3004/5001 60% [===================================== ] 3005/5001 60% [===================================== ] 3006/5001 60% [===================================== ] 3007/5001 60% [===================================== ] 3008/5001 60% [===================================== ] 3009/5001 60% [===================================== ] 3010/5001 60% [===================================== ] 3011/5001 60% [===================================== ] 3012/5001 60% [===================================== ] 3013/5001 60% [===================================== ] 3014/5001 60% [===================================== ] 3015/5001 60% [===================================== ] 3016/5001 60% [===================================== ] 3017/5001 60% [===================================== ] 3018/5001 60% [===================================== ] 3019/5001 60% [===================================== ] 3020/5001 60% [===================================== ] 3021/5001 60% [===================================== ] 3022/5001 60% [===================================== ] 3023/5001 60% [===================================== ] 3024/5001 60% [===================================== ] 3025/5001 60% [===================================== ] 3026/5001 60% [===================================== ] 3027/5001 60% [===================================== ] 3028/5001 60% [===================================== ] 3029/5001 60% [===================================== ] 3030/5001 60% [===================================== ] 3031/5001 60% [===================================== ] 3032/5001 60% [===================================== ] 3033/5001 60% [===================================== ] 3034/5001 60% [===================================== ] 3035/5001 60% [===================================== ] 3036/5001 60% [===================================== ] 3037/5001 60% [===================================== ] 3038/5001 60% [===================================== ] 3039/5001 60% [===================================== ] 3040/5001 60% [===================================== ] 3041/5001 60% [===================================== ] 3042/5001 60% [===================================== ] 3043/5001 60% [===================================== ] 3044/5001 60% [===================================== ] 3045/5001 60% [===================================== ] 3046/5001 60% [===================================== ] 3047/5001 60% [===================================== ] 3048/5001 60% [===================================== ] 3049/5001 60% [===================================== ] 3050/5001 60% [===================================== ] 3051/5001 61% [===================================== ] 3052/5001 61% [===================================== ] 3053/5001 61% [===================================== ] 3054/5001 61% [===================================== ] 3055/5001 61% [===================================== ] 3056/5001 61% [===================================== ] 3057/5001 61% [===================================== ] 3058/5001 61% [===================================== ] 3059/5001 61% [===================================== ] 3060/5001 61% [===================================== ] 3061/5001 61% [===================================== ] 3062/5001 61% [===================================== ] 3063/5001 61% [===================================== ] 3064/5001 61% [===================================== ] 3065/5001 61% [====================================== ] 3066/5001 61% [====================================== ] 3067/5001 61% [====================================== ] 3068/5001 61% [====================================== ] 3069/5001 61% [====================================== ] 3070/5001 61% [====================================== ] 3071/5001 61% [====================================== ] 3072/5001 61% [====================================== ] 3073/5001 61% [====================================== ] 3074/5001 61% [====================================== ] 3075/5001 61% [====================================== ] 3076/5001 61% [====================================== ] 3077/5001 61% [====================================== ] 3078/5001 61% [====================================== ] 3079/5001 61% [====================================== ] 3080/5001 61% [====================================== ] 3081/5001 61% [====================================== ] 3082/5001 61% [====================================== ] 3083/5001 61% [====================================== ] 3084/5001 61% [====================================== ] 3085/5001 61% [====================================== ] 3086/5001 61% [====================================== ] 3087/5001 61% [====================================== ] 3088/5001 61% [====================================== ] 3089/5001 61% [====================================== ] 3090/5001 61% [====================================== ] 3091/5001 61% [====================================== ] 3092/5001 61% [====================================== ] 3093/5001 61% [====================================== ] 3094/5001 61% [====================================== ] 3095/5001 61% [====================================== ] 3096/5001 61% [====================================== ] 3097/5001 61% [====================================== ] 3098/5001 61% [====================================== ] 3099/5001 61% [====================================== ] 3100/5001 61% [====================================== ] 3101/5001 62% [====================================== ] 3102/5001 62% [====================================== ] 3103/5001 62% [====================================== ] 3104/5001 62% [====================================== ] 3105/5001 62% [====================================== ] 3106/5001 62% [====================================== ] 3107/5001 62% [====================================== ] 3108/5001 62% [====================================== ] 3109/5001 62% [====================================== ] 3110/5001 62% [====================================== ] 3111/5001 62% [====================================== ] 3112/5001 62% [====================================== ] 3113/5001 62% [====================================== ] 3114/5001 62% [====================================== ] 3115/5001 62% [====================================== ] 3116/5001 62% [====================================== ] 3117/5001 62% [====================================== ] 3118/5001 62% [====================================== ] 3119/5001 62% [====================================== ] 3120/5001 62% [====================================== ] 3121/5001 62% [====================================== ] 3122/5001 62% [====================================== ] 3123/5001 62% [====================================== ] 3124/5001 62% [====================================== ] 3125/5001 62% [====================================== ] 3126/5001 62% [====================================== ] 3127/5001 62% [====================================== ] 3128/5001 62% [====================================== ] 3129/5001 62% [====================================== ] 3130/5001 62% [====================================== ] 3131/5001 62% [====================================== ] 3132/5001 62% [====================================== ] 3133/5001 62% [====================================== ] 3134/5001 62% [====================================== ] 3135/5001 62% [====================================== ] 3136/5001 62% [====================================== ] 3137/5001 62% [====================================== ] 3138/5001 62% [====================================== ] 3139/5001 62% [====================================== ] 3140/5001 62% [====================================== ] 3141/5001 62% [====================================== ] 3142/5001 62% [====================================== ] 3143/5001 62% [====================================== ] 3144/5001 62% [====================================== ] 3145/5001 62% [======================================= ] 3146/5001 62% [======================================= ] 3147/5001 62% [======================================= ] 3148/5001 62% [======================================= ] 3149/5001 62% [======================================= ] 3150/5001 62% [======================================= ] 3151/5001 63% [======================================= ] 3152/5001 63% [======================================= ] 3153/5001 63% [======================================= ] 3154/5001 63% [======================================= ] 3155/5001 63% [======================================= ] 3156/5001 63% [======================================= ] 3157/5001 63% [======================================= ] 3158/5001 63% [======================================= ] 3159/5001 63% [======================================= ] 3160/5001 63% [======================================= ] 3161/5001 63% [======================================= ] 3162/5001 63% [======================================= ] 3163/5001 63% [======================================= ] 3164/5001 63% [======================================= ] 3165/5001 63% [======================================= ] 3166/5001 63% [======================================= ] 3167/5001 63% [======================================= ] 3168/5001 63% [======================================= ] 3169/5001 63% [======================================= ] 3170/5001 63% [======================================= ] 3171/5001 63% [======================================= ] 3172/5001 63% [======================================= ] 3173/5001 63% [======================================= ] 3174/5001 63% [======================================= ] 3175/5001 63% [======================================= ] 3176/5001 63% [======================================= ] 3177/5001 63% [======================================= ] 3178/5001 63% [======================================= ] 3179/5001 63% [======================================= ] 3180/5001 63% [======================================= ] 3181/5001 63% [======================================= ] 3182/5001 63% [======================================= ] 3183/5001 63% [======================================= ] 3184/5001 63% [======================================= ] 3185/5001 63% [======================================= ] 3186/5001 63% [======================================= ] 3187/5001 63% [======================================= ] 3188/5001 63% [======================================= ] 3189/5001 63% [======================================= ] 3190/5001 63% [======================================= ] 3191/5001 63% [======================================= ] 3192/5001 63% [======================================= ] 3193/5001 63% [======================================= ] 3194/5001 63% [======================================= ] 3195/5001 63% [======================================= ] 3196/5001 63% [======================================= ] 3197/5001 63% [======================================= ] 3198/5001 63% [======================================= ] 3199/5001 63% [======================================= ] 3200/5001 63% [======================================= ] 3201/5001 64% [======================================= ] 3202/5001 64% [======================================= ] 3203/5001 64% [======================================= ] 3204/5001 64% [======================================= ] 3205/5001 64% [======================================= ] 3206/5001 64% [======================================= ] 3207/5001 64% [======================================= ] 3208/5001 64% [======================================= ] 3209/5001 64% [======================================= ] 3210/5001 64% [======================================= ] 3211/5001 64% [======================================= ] 3212/5001 64% [======================================= ] 3213/5001 64% [======================================= ] 3214/5001 64% [======================================= ] 3215/5001 64% [======================================= ] 3216/5001 64% [======================================= ] 3217/5001 64% [======================================= ] 3218/5001 64% [======================================= ] 3219/5001 64% [======================================= ] 3220/5001 64% [======================================= ] 3221/5001 64% [======================================= ] 3222/5001 64% [======================================= ] 3223/5001 64% [======================================= ] 3224/5001 64% [======================================= ] 3225/5001 64% [======================================= ] 3226/5001 64% [======================================== ] 3227/5001 64% [======================================== ] 3228/5001 64% [======================================== ] 3229/5001 64% [======================================== ] 3230/5001 64% [======================================== ] 3231/5001 64% [======================================== ] 3232/5001 64% [======================================== ] 3233/5001 64% [======================================== ] 3234/5001 64% [======================================== ] 3235/5001 64% [======================================== ] 3236/5001 64% [======================================== ] 3237/5001 64% [======================================== ] 3238/5001 64% [======================================== ] 3239/5001 64% [======================================== ] 3240/5001 64% [======================================== ] 3241/5001 64% [======================================== ] 3242/5001 64% [======================================== ] 3243/5001 64% [======================================== ] 3244/5001 64% [======================================== ] 3245/5001 64% [======================================== ] 3246/5001 64% [======================================== ] 3247/5001 64% [======================================== ] 3248/5001 64% [======================================== ] 3249/5001 64% [======================================== ] 3250/5001 64% [======================================== ] 3251/5001 65% [======================================== ] 3252/5001 65% [======================================== ] 3253/5001 65% [======================================== ] 3254/5001 65% [======================================== ] 3255/5001 65% [======================================== ] 3256/5001 65% [======================================== ] 3257/5001 65% [======================================== ] 3258/5001 65% [======================================== ] 3259/5001 65% [======================================== ] 3260/5001 65% [======================================== ] 3261/5001 65% [======================================== ] 3262/5001 65% [======================================== ] 3263/5001 65% [======================================== ] 3264/5001 65% [======================================== ] 3265/5001 65% [======================================== ] 3266/5001 65% [======================================== ] 3267/5001 65% [======================================== ] 3268/5001 65% [======================================== ] 3269/5001 65% [======================================== ] 3270/5001 65% [======================================== ] 3271/5001 65% [======================================== ] 3272/5001 65% [======================================== ] 3273/5001 65% [======================================== ] 3274/5001 65% [======================================== ] 3275/5001 65% [======================================== ] 3276/5001 65% [======================================== ] 3277/5001 65% [======================================== ] 3278/5001 65% [======================================== ] 3279/5001 65% [======================================== ] 3280/5001 65% [======================================== ] 3281/5001 65% [======================================== ] 3282/5001 65% [======================================== ] 3283/5001 65% [======================================== ] 3284/5001 65% [======================================== ] 3285/5001 65% [======================================== ] 3286/5001 65% [======================================== ] 3287/5001 65% [======================================== ] 3288/5001 65% [======================================== ] 3289/5001 65% [======================================== ] 3290/5001 65% [======================================== ] 3291/5001 65% [======================================== ] 3292/5001 65% [======================================== ] 3293/5001 65% [======================================== ] 3294/5001 65% [======================================== ] 3295/5001 65% [======================================== ] 3296/5001 65% [======================================== ] 3297/5001 65% [======================================== ] 3298/5001 65% [======================================== ] 3299/5001 65% [======================================== ] 3300/5001 65% [======================================== ] 3301/5001 66% [======================================== ] 3302/5001 66% [======================================== ] 3303/5001 66% [======================================== ] 3304/5001 66% [======================================== ] 3305/5001 66% [======================================== ] 3306/5001 66% [======================================== ] 3307/5001 66% [========================================= ] 3308/5001 66% [========================================= ] 3309/5001 66% [========================================= ] 3310/5001 66% [========================================= ] 3311/5001 66% [========================================= ] 3312/5001 66% [========================================= ] 3313/5001 66% [========================================= ] 3314/5001 66% [========================================= ] 3315/5001 66% [========================================= ] 3316/5001 66% [========================================= ] 3317/5001 66% [========================================= ] 3318/5001 66% [========================================= ] 3319/5001 66% [========================================= ] 3320/5001 66% [========================================= ] 3321/5001 66% [========================================= ] 3322/5001 66% [========================================= ] 3323/5001 66% [========================================= ] 3324/5001 66% [========================================= ] 3325/5001 66% [========================================= ] 3326/5001 66% [========================================= ] 3327/5001 66% [========================================= ] 3328/5001 66% [========================================= ] 3329/5001 66% [========================================= ] 3330/5001 66% [========================================= ] 3331/5001 66% [========================================= ] 3332/5001 66% [========================================= ] 3333/5001 66% [========================================= ] 3334/5001 66% [========================================= ] 3335/5001 66% [========================================= ] 3336/5001 66% [========================================= ] 3337/5001 66% [========================================= ] 3338/5001 66% [========================================= ] 3339/5001 66% [========================================= ] 3340/5001 66% [========================================= ] 3341/5001 66% [========================================= ] 3342/5001 66% [========================================= ] 3343/5001 66% [========================================= ] 3344/5001 66% [========================================= ] 3345/5001 66% [========================================= ] 3346/5001 66% [========================================= ] 3347/5001 66% [========================================= ] 3348/5001 66% [========================================= ] 3349/5001 66% [========================================= ] 3350/5001 66% [========================================= ] 3351/5001 67% [========================================= ] 3352/5001 67% [========================================= ] 3353/5001 67% [========================================= ] 3354/5001 67% [========================================= ] 3355/5001 67% [========================================= ] 3356/5001 67% [========================================= ] 3357/5001 67% [========================================= ] 3358/5001 67% [========================================= ] 3359/5001 67% [========================================= ] 3360/5001 67% [========================================= ] 3361/5001 67% [========================================= ] 3362/5001 67% [========================================= ] 3363/5001 67% [========================================= ] 3364/5001 67% [========================================= ] 3365/5001 67% [========================================= ] 3366/5001 67% [========================================= ] 3367/5001 67% [========================================= ] 3368/5001 67% [========================================= ] 3369/5001 67% [========================================= ] 3370/5001 67% [========================================= ] 3371/5001 67% [========================================= ] 3372/5001 67% [========================================= ] 3373/5001 67% [========================================= ] 3374/5001 67% [========================================= ] 3375/5001 67% [========================================= ] 3376/5001 67% [========================================= ] 3377/5001 67% [========================================= ] 3378/5001 67% [========================================= ] 3379/5001 67% [========================================= ] 3380/5001 67% [========================================= ] 3381/5001 67% [========================================= ] 3382/5001 67% [========================================= ] 3383/5001 67% [========================================= ] 3384/5001 67% [========================================= ] 3385/5001 67% [========================================= ] 3386/5001 67% [========================================= ] 3387/5001 67% [========================================== ] 3388/5001 67% [========================================== ] 3389/5001 67% [========================================== ] 3390/5001 67% [========================================== ] 3391/5001 67% [========================================== ] 3392/5001 67% [========================================== ] 3393/5001 67% [========================================== ] 3394/5001 67% [========================================== ] 3395/5001 67% [========================================== ] 3396/5001 67% [========================================== ] 3397/5001 67% [========================================== ] 3398/5001 67% [========================================== ] 3399/5001 67% [========================================== ] 3400/5001 67% [========================================== ] 3401/5001 68% [========================================== ] 3402/5001 68% [========================================== ] 3403/5001 68% [========================================== ] 3404/5001 68% [========================================== ] 3405/5001 68% [========================================== ] 3406/5001 68% [========================================== ] 3407/5001 68% [========================================== ] 3408/5001 68% [========================================== ] 3409/5001 68% [========================================== ] 3410/5001 68% [========================================== ] 3411/5001 68% [========================================== ] 3412/5001 68% [========================================== ] 3413/5001 68% [========================================== ] 3414/5001 68% [========================================== ] 3415/5001 68% [========================================== ] 3416/5001 68% [========================================== ] 3417/5001 68% [========================================== ] 3418/5001 68% [========================================== ] 3419/5001 68% [========================================== ] 3420/5001 68% [========================================== ] 3421/5001 68% [========================================== ] 3422/5001 68% [========================================== ] 3423/5001 68% [========================================== ] 3424/5001 68% [========================================== ] 3425/5001 68% [========================================== ] 3426/5001 68% [========================================== ] 3427/5001 68% [========================================== ] 3428/5001 68% [========================================== ] 3429/5001 68% [========================================== ] 3430/5001 68% [========================================== ] 3431/5001 68% [========================================== ] 3432/5001 68% [========================================== ] 3433/5001 68% [========================================== ] 3434/5001 68% [========================================== ] 3435/5001 68% [========================================== ] 3436/5001 68% [========================================== ] 3437/5001 68% [========================================== ] 3438/5001 68% [========================================== ] 3439/5001 68% [========================================== ] 3440/5001 68% [========================================== ] 3441/5001 68% [========================================== ] 3442/5001 68% [========================================== ] 3443/5001 68% [========================================== ] 3444/5001 68% [========================================== ] 3445/5001 68% [========================================== ] 3446/5001 68% [========================================== ] 3447/5001 68% [========================================== ] 3448/5001 68% [========================================== ] 3449/5001 68% [========================================== ] 3450/5001 68% [========================================== ] 3451/5001 69% [========================================== ] 3452/5001 69% [========================================== ] 3453/5001 69% [========================================== ] 3454/5001 69% [========================================== ] 3455/5001 69% [========================================== ] 3456/5001 69% [========================================== ] 3457/5001 69% [========================================== ] 3458/5001 69% [========================================== ] 3459/5001 69% [========================================== ] 3460/5001 69% [========================================== ] 3461/5001 69% [========================================== ] 3462/5001 69% [========================================== ] 3463/5001 69% [========================================== ] 3464/5001 69% [========================================== ] 3465/5001 69% [========================================== ] 3466/5001 69% [========================================== ] 3467/5001 69% [========================================== ] 3468/5001 69% [=========================================== ] 3469/5001 69% [=========================================== ] 3470/5001 69% [=========================================== ] 3471/5001 69% [=========================================== ] 3472/5001 69% [=========================================== ] 3473/5001 69% [=========================================== ] 3474/5001 69% [=========================================== ] 3475/5001 69% [=========================================== ] 3476/5001 69% [=========================================== ] 3477/5001 69% [=========================================== ] 3478/5001 69% [=========================================== ] 3479/5001 69% [=========================================== ] 3480/5001 69% [=========================================== ] 3481/5001 69% [=========================================== ] 3482/5001 69% [=========================================== ] 3483/5001 69% [=========================================== ] 3484/5001 69% [=========================================== ] 3485/5001 69% [=========================================== ] 3486/5001 69% [=========================================== ] 3487/5001 69% [=========================================== ] 3488/5001 69% [=========================================== ] 3489/5001 69% [=========================================== ] 3490/5001 69% [=========================================== ] 3491/5001 69% [=========================================== ] 3492/5001 69% [=========================================== ] 3493/5001 69% [=========================================== ] 3494/5001 69% [=========================================== ] 3495/5001 69% [=========================================== ] 3496/5001 69% [=========================================== ] 3497/5001 69% [=========================================== ] 3498/5001 69% [=========================================== ] 3499/5001 69% [=========================================== ] 3500/5001 69% [=========================================== ] 3501/5001 70% [=========================================== ] 3502/5001 70% [=========================================== ] 3503/5001 70% [=========================================== ] 3504/5001 70% [=========================================== ] 3505/5001 70% [=========================================== ] 3506/5001 70% [=========================================== ] 3507/5001 70% [=========================================== ] 3508/5001 70% [=========================================== ] 3509/5001 70% [=========================================== ] 3510/5001 70% [=========================================== ] 3511/5001 70% [=========================================== ] 3512/5001 70% [=========================================== ] 3513/5001 70% [=========================================== ] 3514/5001 70% [=========================================== ] 3515/5001 70% [=========================================== ] 3516/5001 70% [=========================================== ] 3517/5001 70% [=========================================== ] 3518/5001 70% [=========================================== ] 3519/5001 70% [=========================================== ] 3520/5001 70% [=========================================== ] 3521/5001 70% [=========================================== ] 3522/5001 70% [=========================================== ] 3523/5001 70% [=========================================== ] 3524/5001 70% [=========================================== ] 3525/5001 70% [=========================================== ] 3526/5001 70% [=========================================== ] 3527/5001 70% [=========================================== ] 3528/5001 70% [=========================================== ] 3529/5001 70% [=========================================== ] 3530/5001 70% [=========================================== ] 3531/5001 70% [=========================================== ] 3532/5001 70% [=========================================== ] 3533/5001 70% [=========================================== ] 3534/5001 70% [=========================================== ] 3535/5001 70% [=========================================== ] 3536/5001 70% [=========================================== ] 3537/5001 70% [=========================================== ] 3538/5001 70% [=========================================== ] 3539/5001 70% [=========================================== ] 3540/5001 70% [=========================================== ] 3541/5001 70% [=========================================== ] 3542/5001 70% [=========================================== ] 3543/5001 70% [=========================================== ] 3544/5001 70% [=========================================== ] 3545/5001 70% [=========================================== ] 3546/5001 70% [=========================================== ] 3547/5001 70% [=========================================== ] 3548/5001 70% [=========================================== ] 3549/5001 70% [============================================ ] 3550/5001 70% [============================================ ] 3551/5001 71% [============================================ ] 3552/5001 71% [============================================ ] 3553/5001 71% [============================================ ] 3554/5001 71% [============================================ ] 3555/5001 71% [============================================ ] 3556/5001 71% [============================================ ] 3557/5001 71% [============================================ ] 3558/5001 71% [============================================ ] 3559/5001 71% [============================================ ] 3560/5001 71% [============================================ ] 3561/5001 71% [============================================ ] 3562/5001 71% [============================================ ] 3563/5001 71% [============================================ ] 3564/5001 71% [============================================ ] 3565/5001 71% [============================================ ] 3566/5001 71% [============================================ ] 3567/5001 71% [============================================ ] 3568/5001 71% [============================================ ] 3569/5001 71% [============================================ ] 3570/5001 71% [============================================ ] 3571/5001 71% [============================================ ] 3572/5001 71% [============================================ ] 3573/5001 71% [============================================ ] 3574/5001 71% [============================================ ] 3575/5001 71% [============================================ ] 3576/5001 71% [============================================ ] 3577/5001 71% [============================================ ] 3578/5001 71% [============================================ ] 3579/5001 71% [============================================ ] 3580/5001 71% [============================================ ] 3581/5001 71% [============================================ ] 3582/5001 71% [============================================ ] 3583/5001 71% [============================================ ] 3584/5001 71% [============================================ ] 3585/5001 71% [============================================ ] 3586/5001 71% [============================================ ] 3587/5001 71% [============================================ ] 3588/5001 71% [============================================ ] 3589/5001 71% [============================================ ] 3590/5001 71% [============================================ ] 3591/5001 71% [============================================ ] 3592/5001 71% [============================================ ] 3593/5001 71% [============================================ ] 3594/5001 71% [============================================ ] 3595/5001 71% [============================================ ] 3596/5001 71% [============================================ ] 3597/5001 71% [============================================ ] 3598/5001 71% [============================================ ] 3599/5001 71% [============================================ ] 3600/5001 71% [============================================ ] 3601/5001 72% [============================================ ] 3602/5001 72% [============================================ ] 3603/5001 72% [============================================ ] 3604/5001 72% [============================================ ] 3605/5001 72% [============================================ ] 3606/5001 72% [============================================ ] 3607/5001 72% [============================================ ] 3608/5001 72% [============================================ ] 3609/5001 72% [============================================ ] 3610/5001 72% [============================================ ] 3611/5001 72% [============================================ ] 3612/5001 72% [============================================ ] 3613/5001 72% [============================================ ] 3614/5001 72% [============================================ ] 3615/5001 72% [============================================ ] 3616/5001 72% [============================================ ] 3617/5001 72% [============================================ ] 3618/5001 72% [============================================ ] 3619/5001 72% [============================================ ] 3620/5001 72% [============================================ ] 3621/5001 72% [============================================ ] 3622/5001 72% [============================================ ] 3623/5001 72% [============================================ ] 3624/5001 72% [============================================ ] 3625/5001 72% [============================================ ] 3626/5001 72% [============================================ ] 3627/5001 72% [============================================ ] 3628/5001 72% [============================================ ] 3629/5001 72% [============================================= ] 3630/5001 72% [============================================= ] 3631/5001 72% [============================================= ] 3632/5001 72% [============================================= ] 3633/5001 72% [============================================= ] 3634/5001 72% [============================================= ] 3635/5001 72% [============================================= ] 3636/5001 72% [============================================= ] 3637/5001 72% [============================================= ] 3638/5001 72% [============================================= ] 3639/5001 72% [============================================= ] 3640/5001 72% [============================================= ] 3641/5001 72% [============================================= ] 3642/5001 72% [============================================= ] 3643/5001 72% [============================================= ] 3644/5001 72% [============================================= ] 3645/5001 72% [============================================= ] 3646/5001 72% [============================================= ] 3647/5001 72% [============================================= ] 3648/5001 72% [============================================= ] 3649/5001 72% [============================================= ] 3650/5001 72% [============================================= ] 3651/5001 73% [============================================= ] 3652/5001 73% [============================================= ] 3653/5001 73% [============================================= ] 3654/5001 73% [============================================= ] 3655/5001 73% [============================================= ] 3656/5001 73% [============================================= ] 3657/5001 73% [============================================= ] 3658/5001 73% [============================================= ] 3659/5001 73% [============================================= ] 3660/5001 73% [============================================= ] 3661/5001 73% [============================================= ] 3662/5001 73% [============================================= ] 3663/5001 73% [============================================= ] 3664/5001 73% [============================================= ] 3665/5001 73% [============================================= ] 3666/5001 73% [============================================= ] 3667/5001 73% [============================================= ] 3668/5001 73% [============================================= ] 3669/5001 73% [============================================= ] 3670/5001 73% [============================================= ] 3671/5001 73% [============================================= ] 3672/5001 73% [============================================= ] 3673/5001 73% [============================================= ] 3674/5001 73% [============================================= ] 3675/5001 73% [============================================= ] 3676/5001 73% [============================================= ] 3677/5001 73% [============================================= ] 3678/5001 73% [============================================= ] 3679/5001 73% [============================================= ] 3680/5001 73% [============================================= ] 3681/5001 73% [============================================= ] 3682/5001 73% [============================================= ] 3683/5001 73% [============================================= ] 3684/5001 73% [============================================= ] 3685/5001 73% [============================================= ] 3686/5001 73% [============================================= ] 3687/5001 73% [============================================= ] 3688/5001 73% [============================================= ] 3689/5001 73% [============================================= ] 3690/5001 73% [============================================= ] 3691/5001 73% [============================================= ] 3692/5001 73% [============================================= ] 3693/5001 73% [============================================= ] 3694/5001 73% [============================================= ] 3695/5001 73% [============================================= ] 3696/5001 73% [============================================= ] 3697/5001 73% [============================================= ] 3698/5001 73% [============================================= ] 3699/5001 73% [============================================= ] 3700/5001 73% [============================================= ] 3701/5001 74% [============================================= ] 3702/5001 74% [============================================= ] 3703/5001 74% [============================================= ] 3704/5001 74% [============================================= ] 3705/5001 74% [============================================= ] 3706/5001 74% [============================================= ] 3707/5001 74% [============================================= ] 3708/5001 74% [============================================= ] 3709/5001 74% [============================================= ] 3710/5001 74% [============================================== ] 3711/5001 74% [============================================== ] 3712/5001 74% [============================================== ] 3713/5001 74% [============================================== ] 3714/5001 74% [============================================== ] 3715/5001 74% [============================================== ] 3716/5001 74% [============================================== ] 3717/5001 74% [============================================== ] 3718/5001 74% [============================================== ] 3719/5001 74% [============================================== ] 3720/5001 74% [============================================== ] 3721/5001 74% [============================================== ] 3722/5001 74% [============================================== ] 3723/5001 74% [============================================== ] 3724/5001 74% [============================================== ] 3725/5001 74% [============================================== ] 3726/5001 74% [============================================== ] 3727/5001 74% [============================================== ] 3728/5001 74% [============================================== ] 3729/5001 74% [============================================== ] 3730/5001 74% [============================================== ] 3731/5001 74% [============================================== ] 3732/5001 74% [============================================== ] 3733/5001 74% [============================================== ] 3734/5001 74% [============================================== ] 3735/5001 74% [============================================== ] 3736/5001 74% [============================================== ] 3737/5001 74% [============================================== ] 3738/5001 74% [============================================== ] 3739/5001 74% [============================================== ] 3740/5001 74% [============================================== ] 3741/5001 74% [============================================== ] 3742/5001 74% [============================================== ] 3743/5001 74% [============================================== ] 3744/5001 74% [============================================== ] 3745/5001 74% [============================================== ] 3746/5001 74% [============================================== ] 3747/5001 74% [============================================== ] 3748/5001 74% [============================================== ] 3749/5001 74% [============================================== ] 3750/5001 74% [============================================== ] 3751/5001 75% [============================================== ] 3752/5001 75% [============================================== ] 3753/5001 75% [============================================== ] 3754/5001 75% [============================================== ] 3755/5001 75% [============================================== ] 3756/5001 75% [============================================== ] 3757/5001 75% [============================================== ] 3758/5001 75% [============================================== ] 3759/5001 75% [============================================== ] 3760/5001 75% [============================================== ] 3761/5001 75% [============================================== ] 3762/5001 75% [============================================== ] 3763/5001 75% [============================================== ] 3764/5001 75% [============================================== ] 3765/5001 75% [============================================== ] 3766/5001 75% [============================================== ] 3767/5001 75% [============================================== ] 3768/5001 75% [============================================== ] 3769/5001 75% [============================================== ] 3770/5001 75% [============================================== ] 3771/5001 75% [============================================== ] 3772/5001 75% [============================================== ] 3773/5001 75% [============================================== ] 3774/5001 75% [============================================== ] 3775/5001 75% [============================================== ] 3776/5001 75% [============================================== ] 3777/5001 75% [============================================== ] 3778/5001 75% [============================================== ] 3779/5001 75% [============================================== ] 3780/5001 75% [============================================== ] 3781/5001 75% [============================================== ] 3782/5001 75% [============================================== ] 3783/5001 75% [============================================== ] 3784/5001 75% [============================================== ] 3785/5001 75% [============================================== ] 3786/5001 75% [============================================== ] 3787/5001 75% [============================================== ] 3788/5001 75% [============================================== ] 3789/5001 75% [============================================== ] 3790/5001 75% [============================================== ] 3791/5001 75% [=============================================== ] 3792/5001 75% [=============================================== ] 3793/5001 75% [=============================================== ] 3794/5001 75% [=============================================== ] 3795/5001 75% [=============================================== ] 3796/5001 75% [=============================================== ] 3797/5001 75% [=============================================== ] 3798/5001 75% [=============================================== ] 3799/5001 75% [=============================================== ] 3800/5001 75% [=============================================== ] 3801/5001 76% [=============================================== ] 3802/5001 76% [=============================================== ] 3803/5001 76% [=============================================== ] 3804/5001 76% [=============================================== ] 3805/5001 76% [=============================================== ] 3806/5001 76% [=============================================== ] 3807/5001 76% [=============================================== ] 3808/5001 76% [=============================================== ] 3809/5001 76% [=============================================== ] 3810/5001 76% [=============================================== ] 3811/5001 76% [=============================================== ] 3812/5001 76% [=============================================== ] 3813/5001 76% [=============================================== ] 3814/5001 76% [=============================================== ] 3815/5001 76% [=============================================== ] 3816/5001 76% [=============================================== ] 3817/5001 76% [=============================================== ] 3818/5001 76% [=============================================== ] 3819/5001 76% [=============================================== ] 3820/5001 76% [=============================================== ] 3821/5001 76% [=============================================== ] 3822/5001 76% [=============================================== ] 3823/5001 76% [=============================================== ] 3824/5001 76% [=============================================== ] 3825/5001 76% [=============================================== ] 3826/5001 76% [=============================================== ] 3827/5001 76% [=============================================== ] 3828/5001 76% [=============================================== ] 3829/5001 76% [=============================================== ] 3830/5001 76% [=============================================== ] 3831/5001 76% [=============================================== ] 3832/5001 76% [=============================================== ] 3833/5001 76% [=============================================== ] 3834/5001 76% [=============================================== ] 3835/5001 76% [=============================================== ] 3836/5001 76% [=============================================== ] 3837/5001 76% [=============================================== ] 3838/5001 76% [=============================================== ] 3839/5001 76% [=============================================== ] 3840/5001 76% [=============================================== ] 3841/5001 76% [=============================================== ] 3842/5001 76% [=============================================== ] 3843/5001 76% [=============================================== ] 3844/5001 76% [=============================================== ] 3845/5001 76% [=============================================== ] 3846/5001 76% [=============================================== ] 3847/5001 76% [=============================================== ] 3848/5001 76% [=============================================== ] 3849/5001 76% [=============================================== ] 3850/5001 76% [=============================================== ] 3851/5001 77% [=============================================== ] 3852/5001 77% [=============================================== ] 3853/5001 77% [=============================================== ] 3854/5001 77% [=============================================== ] 3855/5001 77% [=============================================== ] 3856/5001 77% [=============================================== ] 3857/5001 77% [=============================================== ] 3858/5001 77% [=============================================== ] 3859/5001 77% [=============================================== ] 3860/5001 77% [=============================================== ] 3861/5001 77% [=============================================== ] 3862/5001 77% [=============================================== ] 3863/5001 77% [=============================================== ] 3864/5001 77% [=============================================== ] 3865/5001 77% [=============================================== ] 3866/5001 77% [=============================================== ] 3867/5001 77% [=============================================== ] 3868/5001 77% [=============================================== ] 3869/5001 77% [=============================================== ] 3870/5001 77% [=============================================== ] 3871/5001 77% [================================================ ] 3872/5001 77% [================================================ ] 3873/5001 77% [================================================ ] 3874/5001 77% [================================================ ] 3875/5001 77% [================================================ ] 3876/5001 77% [================================================ ] 3877/5001 77% [================================================ ] 3878/5001 77% [================================================ ] 3879/5001 77% [================================================ ] 3880/5001 77% [================================================ ] 3881/5001 77% [================================================ ] 3882/5001 77% [================================================ ] 3883/5001 77% [================================================ ] 3884/5001 77% [================================================ ] 3885/5001 77% [================================================ ] 3886/5001 77% [================================================ ] 3887/5001 77% [================================================ ] 3888/5001 77% [================================================ ] 3889/5001 77% [================================================ ] 3890/5001 77% [================================================ ] 3891/5001 77% [================================================ ] 3892/5001 77% [================================================ ] 3893/5001 77% [================================================ ] 3894/5001 77% [================================================ ] 3895/5001 77% [================================================ ] 3896/5001 77% [================================================ ] 3897/5001 77% [================================================ ] 3898/5001 77% [================================================ ] 3899/5001 77% [================================================ ] 3900/5001 77% [================================================ ] 3901/5001 78% [================================================ ] 3902/5001 78% [================================================ ] 3903/5001 78% [================================================ ] 3904/5001 78% [================================================ ] 3905/5001 78% [================================================ ] 3906/5001 78% [================================================ ] 3907/5001 78% [================================================ ] 3908/5001 78% [================================================ ] 3909/5001 78% [================================================ ] 3910/5001 78% [================================================ ] 3911/5001 78% [================================================ ] 3912/5001 78% [================================================ ] 3913/5001 78% [================================================ ] 3914/5001 78% [================================================ ] 3915/5001 78% [================================================ ] 3916/5001 78% [================================================ ] 3917/5001 78% [================================================ ] 3918/5001 78% [================================================ ] 3919/5001 78% [================================================ ] 3920/5001 78% [================================================ ] 3921/5001 78% [================================================ ] 3922/5001 78% [================================================ ] 3923/5001 78% [================================================ ] 3924/5001 78% [================================================ ] 3925/5001 78% [================================================ ] 3926/5001 78% [================================================ ] 3927/5001 78% [================================================ ] 3928/5001 78% [================================================ ] 3929/5001 78% [================================================ ] 3930/5001 78% [================================================ ] 3931/5001 78% [================================================ ] 3932/5001 78% [================================================ ] 3933/5001 78% [================================================ ] 3934/5001 78% [================================================ ] 3935/5001 78% [================================================ ] 3936/5001 78% [================================================ ] 3937/5001 78% [================================================ ] 3938/5001 78% [================================================ ] 3939/5001 78% [================================================ ] 3940/5001 78% [================================================ ] 3941/5001 78% [================================================ ] 3942/5001 78% [================================================ ] 3943/5001 78% [================================================ ] 3944/5001 78% [================================================ ] 3945/5001 78% [================================================ ] 3946/5001 78% [================================================ ] 3947/5001 78% [================================================ ] 3948/5001 78% [================================================ ] 3949/5001 78% [================================================ ] 3950/5001 78% [================================================ ] 3951/5001 79% [================================================ ] 3952/5001 79% [================================================= ] 3953/5001 79% [================================================= ] 3954/5001 79% [================================================= ] 3955/5001 79% [================================================= ] 3956/5001 79% [================================================= ] 3957/5001 79% [================================================= ] 3958/5001 79% [================================================= ] 3959/5001 79% [================================================= ] 3960/5001 79% [================================================= ] 3961/5001 79% [================================================= ] 3962/5001 79% [================================================= ] 3963/5001 79% [================================================= ] 3964/5001 79% [================================================= ] 3965/5001 79% [================================================= ] 3966/5001 79% [================================================= ] 3967/5001 79% [================================================= ] 3968/5001 79% [================================================= ] 3969/5001 79% [================================================= ] 3970/5001 79% [================================================= ] 3971/5001 79% [================================================= ] 3972/5001 79% [================================================= ] 3973/5001 79% [================================================= ] 3974/5001 79% [================================================= ] 3975/5001 79% [================================================= ] 3976/5001 79% [================================================= ] 3977/5001 79% [================================================= ] 3978/5001 79% [================================================= ] 3979/5001 79% [================================================= ] 3980/5001 79% [================================================= ] 3981/5001 79% [================================================= ] 3982/5001 79% [================================================= ] 3983/5001 79% [================================================= ] 3984/5001 79% [================================================= ] 3985/5001 79% [================================================= ] 3986/5001 79% [================================================= ] 3987/5001 79% [================================================= ] 3988/5001 79% [================================================= ] 3989/5001 79% [================================================= ] 3990/5001 79% [================================================= ] 3991/5001 79% [================================================= ] 3992/5001 79% [================================================= ] 3993/5001 79% [================================================= ] 3994/5001 79% [================================================= ] 3995/5001 79% [================================================= ] 3996/5001 79% [================================================= ] 3997/5001 79% [================================================= ] 3998/5001 79% [================================================= ] 3999/5001 79% [================================================= ] 4000/5001 79% [================================================= ] 4001/5001 80% [================================================= ] 4002/5001 80% [================================================= ] 4003/5001 80% [================================================= ] 4004/5001 80% [================================================= ] 4005/5001 80% [================================================= ] 4006/5001 80% [================================================= ] 4007/5001 80% [================================================= ] 4008/5001 80% [================================================= ] 4009/5001 80% [================================================= ] 4010/5001 80% [================================================= ] 4011/5001 80% [================================================= ] 4012/5001 80% [================================================= ] 4013/5001 80% [================================================= ] 4014/5001 80% [================================================= ] 4015/5001 80% [================================================= ] 4016/5001 80% [================================================= ] 4017/5001 80% [================================================= ] 4018/5001 80% [================================================= ] 4019/5001 80% [================================================= ] 4020/5001 80% [================================================= ] 4021/5001 80% [================================================= ] 4022/5001 80% [================================================= ] 4023/5001 80% [================================================= ] 4024/5001 80% [================================================= ] 4025/5001 80% [================================================= ] 4026/5001 80% [================================================= ] 4027/5001 80% [================================================= ] 4028/5001 80% [================================================= ] 4029/5001 80% [================================================= ] 4030/5001 80% [================================================= ] 4031/5001 80% [================================================= ] 4032/5001 80% [================================================= ] 4033/5001 80% [================================================== ] 4034/5001 80% [================================================== ] 4035/5001 80% [================================================== ] 4036/5001 80% [================================================== ] 4037/5001 80% [================================================== ] 4038/5001 80% [================================================== ] 4039/5001 80% [================================================== ] 4040/5001 80% [================================================== ] 4041/5001 80% [================================================== ] 4042/5001 80% [================================================== ] 4043/5001 80% [================================================== ] 4044/5001 80% [================================================== ] 4045/5001 80% [================================================== ] 4046/5001 80% [================================================== ] 4047/5001 80% [================================================== ] 4048/5001 80% [================================================== ] 4049/5001 80% [================================================== ] 4050/5001 80% [================================================== ] 4051/5001 81% [================================================== ] 4052/5001 81% [================================================== ] 4053/5001 81% [================================================== ] 4054/5001 81% [================================================== ] 4055/5001 81% [================================================== ] 4056/5001 81% [================================================== ] 4057/5001 81% [================================================== ] 4058/5001 81% [================================================== ] 4059/5001 81% [================================================== ] 4060/5001 81% [================================================== ] 4061/5001 81% [================================================== ] 4062/5001 81% [================================================== ] 4063/5001 81% [================================================== ] 4064/5001 81% [================================================== ] 4065/5001 81% [================================================== ] 4066/5001 81% [================================================== ] 4067/5001 81% [================================================== ] 4068/5001 81% [================================================== ] 4069/5001 81% [================================================== ] 4070/5001 81% [================================================== ] 4071/5001 81% [================================================== ] 4072/5001 81% [================================================== ] 4073/5001 81% [================================================== ] 4074/5001 81% [================================================== ] 4075/5001 81% [================================================== ] 4076/5001 81% [================================================== ] 4077/5001 81% [================================================== ] 4078/5001 81% [================================================== ] 4079/5001 81% [================================================== ] 4080/5001 81% [================================================== ] 4081/5001 81% [================================================== ] 4082/5001 81% [================================================== ] 4083/5001 81% [================================================== ] 4084/5001 81% [================================================== ] 4085/5001 81% [================================================== ] 4086/5001 81% [================================================== ] 4087/5001 81% [================================================== ] 4088/5001 81% [================================================== ] 4089/5001 81% [================================================== ] 4090/5001 81% [================================================== ] 4091/5001 81% [================================================== ] 4092/5001 81% [================================================== ] 4093/5001 81% [================================================== ] 4094/5001 81% [================================================== ] 4095/5001 81% [================================================== ] 4096/5001 81% [================================================== ] 4097/5001 81% [================================================== ] 4098/5001 81% [================================================== ] 4099/5001 81% [================================================== ] 4100/5001 81% [================================================== ] 4101/5001 82% [================================================== ] 4102/5001 82% [================================================== ] 4103/5001 82% [================================================== ] 4104/5001 82% [================================================== ] 4105/5001 82% [================================================== ] 4106/5001 82% [================================================== ] 4107/5001 82% [================================================== ] 4108/5001 82% [================================================== ] 4109/5001 82% [================================================== ] 4110/5001 82% [================================================== ] 4111/5001 82% [================================================== ] 4112/5001 82% [================================================== ] 4113/5001 82% [=================================================== ] 4114/5001 82% [=================================================== ] 4115/5001 82% [=================================================== ] 4116/5001 82% [=================================================== ] 4117/5001 82% [=================================================== ] 4118/5001 82% [=================================================== ] 4119/5001 82% [=================================================== ] 4120/5001 82% [=================================================== ] 4121/5001 82% [=================================================== ] 4122/5001 82% [=================================================== ] 4123/5001 82% [=================================================== ] 4124/5001 82% [=================================================== ] 4125/5001 82% [=================================================== ] 4126/5001 82% [=================================================== ] 4127/5001 82% [=================================================== ] 4128/5001 82% [=================================================== ] 4129/5001 82% [=================================================== ] 4130/5001 82% [=================================================== ] 4131/5001 82% [=================================================== ] 4132/5001 82% [=================================================== ] 4133/5001 82% [=================================================== ] 4134/5001 82% [=================================================== ] 4135/5001 82% [=================================================== ] 4136/5001 82% [=================================================== ] 4137/5001 82% [=================================================== ] 4138/5001 82% [=================================================== ] 4139/5001 82% [=================================================== ] 4140/5001 82% [=================================================== ] 4141/5001 82% [=================================================== ] 4142/5001 82% [=================================================== ] 4143/5001 82% [=================================================== ] 4144/5001 82% [=================================================== ] 4145/5001 82% [=================================================== ] 4146/5001 82% [=================================================== ] 4147/5001 82% [=================================================== ] 4148/5001 82% [=================================================== ] 4149/5001 82% [=================================================== ] 4150/5001 82% [=================================================== ] 4151/5001 83% [=================================================== ] 4152/5001 83% [=================================================== ] 4153/5001 83% [=================================================== ] 4154/5001 83% [=================================================== ] 4155/5001 83% [=================================================== ] 4156/5001 83% [=================================================== ] 4157/5001 83% [=================================================== ] 4158/5001 83% [=================================================== ] 4159/5001 83% [=================================================== ] 4160/5001 83% [=================================================== ] 4161/5001 83% [=================================================== ] 4162/5001 83% [=================================================== ] 4163/5001 83% [=================================================== ] 4164/5001 83% [=================================================== ] 4165/5001 83% [=================================================== ] 4166/5001 83% [=================================================== ] 4167/5001 83% [=================================================== ] 4168/5001 83% [=================================================== ] 4169/5001 83% [=================================================== ] 4170/5001 83% [=================================================== ] 4171/5001 83% [=================================================== ] 4172/5001 83% [=================================================== ] 4173/5001 83% [=================================================== ] 4174/5001 83% [=================================================== ] 4175/5001 83% [=================================================== ] 4176/5001 83% [=================================================== ] 4177/5001 83% [=================================================== ] 4178/5001 83% [=================================================== ] 4179/5001 83% [=================================================== ] 4180/5001 83% [=================================================== ] 4181/5001 83% [=================================================== ] 4182/5001 83% [=================================================== ] 4183/5001 83% [=================================================== ] 4184/5001 83% [=================================================== ] 4185/5001 83% [=================================================== ] 4186/5001 83% [=================================================== ] 4187/5001 83% [=================================================== ] 4188/5001 83% [=================================================== ] 4189/5001 83% [=================================================== ] 4190/5001 83% [=================================================== ] 4191/5001 83% [=================================================== ] 4192/5001 83% [=================================================== ] 4193/5001 83% [=================================================== ] 4194/5001 83% [==================================================== ] 4195/5001 83% [==================================================== ] 4196/5001 83% [==================================================== ] 4197/5001 83% [==================================================== ] 4198/5001 83% [==================================================== ] 4199/5001 83% [==================================================== ] 4200/5001 83% [==================================================== ] 4201/5001 84% [==================================================== ] 4202/5001 84% [==================================================== ] 4203/5001 84% [==================================================== ] 4204/5001 84% [==================================================== ] 4205/5001 84% [==================================================== ] 4206/5001 84% [==================================================== ] 4207/5001 84% [==================================================== ] 4208/5001 84% [==================================================== ] 4209/5001 84% [==================================================== ] 4210/5001 84% [==================================================== ] 4211/5001 84% [==================================================== ] 4212/5001 84% [==================================================== ] 4213/5001 84% [==================================================== ] 4214/5001 84% [==================================================== ] 4215/5001 84% [==================================================== ] 4216/5001 84% [==================================================== ] 4217/5001 84% [==================================================== ] 4218/5001 84% [==================================================== ] 4219/5001 84% [==================================================== ] 4220/5001 84% [==================================================== ] 4221/5001 84% [==================================================== ] 4222/5001 84% [==================================================== ] 4223/5001 84% [==================================================== ] 4224/5001 84% [==================================================== ] 4225/5001 84% [==================================================== ] 4226/5001 84% [==================================================== ] 4227/5001 84% [==================================================== ] 4228/5001 84% [==================================================== ] 4229/5001 84% [==================================================== ] 4230/5001 84% [==================================================== ] 4231/5001 84% [==================================================== ] 4232/5001 84% [==================================================== ] 4233/5001 84% [==================================================== ] 4234/5001 84% [==================================================== ] 4235/5001 84% [==================================================== ] 4236/5001 84% [==================================================== ] 4237/5001 84% [==================================================== ] 4238/5001 84% [==================================================== ] 4239/5001 84% [==================================================== ] 4240/5001 84% [==================================================== ] 4241/5001 84% [==================================================== ] 4242/5001 84% [==================================================== ] 4243/5001 84% [==================================================== ] 4244/5001 84% [==================================================== ] 4245/5001 84% [==================================================== ] 4246/5001 84% [==================================================== ] 4247/5001 84% [==================================================== ] 4248/5001 84% [==================================================== ] 4249/5001 84% [==================================================== ] 4250/5001 84% [==================================================== ] 4251/5001 85% [==================================================== ] 4252/5001 85% [==================================================== ] 4253/5001 85% [==================================================== ] 4254/5001 85% [==================================================== ] 4255/5001 85% [==================================================== ] 4256/5001 85% [==================================================== ] 4257/5001 85% [==================================================== ] 4258/5001 85% [==================================================== ] 4259/5001 85% [==================================================== ] 4260/5001 85% [==================================================== ] 4261/5001 85% [==================================================== ] 4262/5001 85% [==================================================== ] 4263/5001 85% [==================================================== ] 4264/5001 85% [==================================================== ] 4265/5001 85% [==================================================== ] 4266/5001 85% [==================================================== ] 4267/5001 85% [==================================================== ] 4268/5001 85% [==================================================== ] 4269/5001 85% [==================================================== ] 4270/5001 85% [==================================================== ] 4271/5001 85% [==================================================== ] 4272/5001 85% [==================================================== ] 4273/5001 85% [==================================================== ] 4274/5001 85% [==================================================== ] 4275/5001 85% [===================================================== ] 4276/5001 85% [===================================================== ] 4277/5001 85% [===================================================== ] 4278/5001 85% [===================================================== ] 4279/5001 85% [===================================================== ] 4280/5001 85% [===================================================== ] 4281/5001 85% [===================================================== ] 4282/5001 85% [===================================================== ] 4283/5001 85% [===================================================== ] 4284/5001 85% [===================================================== ] 4285/5001 85% [===================================================== ] 4286/5001 85% [===================================================== ] 4287/5001 85% [===================================================== ] 4288/5001 85% [===================================================== ] 4289/5001 85% [===================================================== ] 4290/5001 85% [===================================================== ] 4291/5001 85% [===================================================== ] 4292/5001 85% [===================================================== ] 4293/5001 85% [===================================================== ] 4294/5001 85% [===================================================== ] 4295/5001 85% [===================================================== ] 4296/5001 85% [===================================================== ] 4297/5001 85% [===================================================== ] 4298/5001 85% [===================================================== ] 4299/5001 85% [===================================================== ] 4300/5001 85% [===================================================== ] 4301/5001 86% [===================================================== ] 4302/5001 86% [===================================================== ] 4303/5001 86% [===================================================== ] 4304/5001 86% [===================================================== ] 4305/5001 86% [===================================================== ] 4306/5001 86% [===================================================== ] 4307/5001 86% [===================================================== ] 4308/5001 86% [===================================================== ] 4309/5001 86% [===================================================== ] 4310/5001 86% [===================================================== ] 4311/5001 86% [===================================================== ] 4312/5001 86% [===================================================== ] 4313/5001 86% [===================================================== ] 4314/5001 86% [===================================================== ] 4315/5001 86% [===================================================== ] 4316/5001 86% [===================================================== ] 4317/5001 86% [===================================================== ] 4318/5001 86% [===================================================== ] 4319/5001 86% [===================================================== ] 4320/5001 86% [===================================================== ] 4321/5001 86% [===================================================== ] 4322/5001 86% [===================================================== ] 4323/5001 86% [===================================================== ] 4324/5001 86% [===================================================== ] 4325/5001 86% [===================================================== ] 4326/5001 86% [===================================================== ] 4327/5001 86% [===================================================== ] 4328/5001 86% [===================================================== ] 4329/5001 86% [===================================================== ] 4330/5001 86% [===================================================== ] 4331/5001 86% [===================================================== ] 4332/5001 86% [===================================================== ] 4333/5001 86% [===================================================== ] 4334/5001 86% [===================================================== ] 4335/5001 86% [===================================================== ] 4336/5001 86% [===================================================== ] 4337/5001 86% [===================================================== ] 4338/5001 86% [===================================================== ] 4339/5001 86% [===================================================== ] 4340/5001 86% [===================================================== ] 4341/5001 86% [===================================================== ] 4342/5001 86% [===================================================== ] 4343/5001 86% [===================================================== ] 4344/5001 86% [===================================================== ] 4345/5001 86% [===================================================== ] 4346/5001 86% [===================================================== ] 4347/5001 86% [===================================================== ] 4348/5001 86% [===================================================== ] 4349/5001 86% [===================================================== ] 4350/5001 86% [===================================================== ] 4351/5001 87% [===================================================== ] 4352/5001 87% [===================================================== ] 4353/5001 87% [===================================================== ] 4354/5001 87% [===================================================== ] 4355/5001 87% [====================================================== ] 4356/5001 87% [====================================================== ] 4357/5001 87% [====================================================== ] 4358/5001 87% [====================================================== ] 4359/5001 87% [====================================================== ] 4360/5001 87% [====================================================== ] 4361/5001 87% [====================================================== ] 4362/5001 87% [====================================================== ] 4363/5001 87% [====================================================== ] 4364/5001 87% [====================================================== ] 4365/5001 87% [====================================================== ] 4366/5001 87% [====================================================== ] 4367/5001 87% [====================================================== ] 4368/5001 87% [====================================================== ] 4369/5001 87% [====================================================== ] 4370/5001 87% [====================================================== ] 4371/5001 87% [====================================================== ] 4372/5001 87% [====================================================== ] 4373/5001 87% [====================================================== ] 4374/5001 87% [====================================================== ] 4375/5001 87% [====================================================== ] 4376/5001 87% [====================================================== ] 4377/5001 87% [====================================================== ] 4378/5001 87% [====================================================== ] 4379/5001 87% [====================================================== ] 4380/5001 87% [====================================================== ] 4381/5001 87% [====================================================== ] 4382/5001 87% [====================================================== ] 4383/5001 87% [====================================================== ] 4384/5001 87% [====================================================== ] 4385/5001 87% [====================================================== ] 4386/5001 87% [====================================================== ] 4387/5001 87% [====================================================== ] 4388/5001 87% [====================================================== ] 4389/5001 87% [====================================================== ] 4390/5001 87% [====================================================== ] 4391/5001 87% [====================================================== ] 4392/5001 87% [====================================================== ] 4393/5001 87% [====================================================== ] 4394/5001 87% [====================================================== ] 4395/5001 87% [====================================================== ] 4396/5001 87% [====================================================== ] 4397/5001 87% [====================================================== ] 4398/5001 87% [====================================================== ] 4399/5001 87% [====================================================== ] 4400/5001 87% [====================================================== ] 4401/5001 88% [====================================================== ] 4402/5001 88% [====================================================== ] 4403/5001 88% [====================================================== ] 4404/5001 88% [====================================================== ] 4405/5001 88% [====================================================== ] 4406/5001 88% [====================================================== ] 4407/5001 88% [====================================================== ] 4408/5001 88% [====================================================== ] 4409/5001 88% [====================================================== ] 4410/5001 88% [====================================================== ] 4411/5001 88% [====================================================== ] 4412/5001 88% [====================================================== ] 4413/5001 88% [====================================================== ] 4414/5001 88% [====================================================== ] 4415/5001 88% [====================================================== ] 4416/5001 88% [====================================================== ] 4417/5001 88% [====================================================== ] 4418/5001 88% [====================================================== ] 4419/5001 88% [====================================================== ] 4420/5001 88% [====================================================== ] 4421/5001 88% [====================================================== ] 4422/5001 88% [====================================================== ] 4423/5001 88% [====================================================== ] 4424/5001 88% [====================================================== ] 4425/5001 88% [====================================================== ] 4426/5001 88% [====================================================== ] 4427/5001 88% [====================================================== ] 4428/5001 88% [====================================================== ] 4429/5001 88% [====================================================== ] 4430/5001 88% [====================================================== ] 4431/5001 88% [====================================================== ] 4432/5001 88% [====================================================== ] 4433/5001 88% [====================================================== ] 4434/5001 88% [====================================================== ] 4435/5001 88% [====================================================== ] 4436/5001 88% [======================================================= ] 4437/5001 88% [======================================================= ] 4438/5001 88% [======================================================= ] 4439/5001 88% [======================================================= ] 4440/5001 88% [======================================================= ] 4441/5001 88% [======================================================= ] 4442/5001 88% [======================================================= ] 4443/5001 88% [======================================================= ] 4444/5001 88% [======================================================= ] 4445/5001 88% [======================================================= ] 4446/5001 88% [======================================================= ] 4447/5001 88% [======================================================= ] 4448/5001 88% [======================================================= ] 4449/5001 88% [======================================================= ] 4450/5001 88% [======================================================= ] 4451/5001 89% [======================================================= ] 4452/5001 89% [======================================================= ] 4453/5001 89% [======================================================= ] 4454/5001 89% [======================================================= ] 4455/5001 89% [======================================================= ] 4456/5001 89% [======================================================= ] 4457/5001 89% [======================================================= ] 4458/5001 89% [======================================================= ] 4459/5001 89% [======================================================= ] 4460/5001 89% [======================================================= ] 4461/5001 89% [======================================================= ] 4462/5001 89% [======================================================= ] 4463/5001 89% [======================================================= ] 4464/5001 89% [======================================================= ] 4465/5001 89% [======================================================= ] 4466/5001 89% [======================================================= ] 4467/5001 89% [======================================================= ] 4468/5001 89% [======================================================= ] 4469/5001 89% [======================================================= ] 4470/5001 89% [======================================================= ] 4471/5001 89% [======================================================= ] 4472/5001 89% [======================================================= ] 4473/5001 89% [======================================================= ] 4474/5001 89% [======================================================= ] 4475/5001 89% [======================================================= ] 4476/5001 89% [======================================================= ] 4477/5001 89% [======================================================= ] 4478/5001 89% [======================================================= ] 4479/5001 89% [======================================================= ] 4480/5001 89% [======================================================= ] 4481/5001 89% [======================================================= ] 4482/5001 89% [======================================================= ] 4483/5001 89% [======================================================= ] 4484/5001 89% [======================================================= ] 4485/5001 89% [======================================================= ] 4486/5001 89% [======================================================= ] 4487/5001 89% [======================================================= ] 4488/5001 89% [======================================================= ] 4489/5001 89% [======================================================= ] 4490/5001 89% [======================================================= ] 4491/5001 89% [======================================================= ] 4492/5001 89% [======================================================= ] 4493/5001 89% [======================================================= ] 4494/5001 89% [======================================================= ] 4495/5001 89% [======================================================= ] 4496/5001 89% [======================================================= ] 4497/5001 89% [======================================================= ] 4498/5001 89% [======================================================= ] 4499/5001 89% [======================================================= ] 4500/5001 89% [======================================================= ] 4501/5001 90% [======================================================= ] 4502/5001 90% [======================================================= ] 4503/5001 90% [======================================================= ] 4504/5001 90% [======================================================= ] 4505/5001 90% [======================================================= ] 4506/5001 90% [======================================================= ] 4507/5001 90% [======================================================= ] 4508/5001 90% [======================================================= ] 4509/5001 90% [======================================================= ] 4510/5001 90% [======================================================= ] 4511/5001 90% [======================================================= ] 4512/5001 90% [======================================================= ] 4513/5001 90% [======================================================= ] 4514/5001 90% [======================================================= ] 4515/5001 90% [======================================================= ] 4516/5001 90% [======================================================= ] 4517/5001 90% [======================================================== ] 4518/5001 90% [======================================================== ] 4519/5001 90% [======================================================== ] 4520/5001 90% [======================================================== ] 4521/5001 90% [======================================================== ] 4522/5001 90% [======================================================== ] 4523/5001 90% [======================================================== ] 4524/5001 90% [======================================================== ] 4525/5001 90% [======================================================== ] 4526/5001 90% [======================================================== ] 4527/5001 90% [======================================================== ] 4528/5001 90% [======================================================== ] 4529/5001 90% [======================================================== ] 4530/5001 90% [======================================================== ] 4531/5001 90% [======================================================== ] 4532/5001 90% [======================================================== ] 4533/5001 90% [======================================================== ] 4534/5001 90% [======================================================== ] 4535/5001 90% [======================================================== ] 4536/5001 90% [======================================================== ] 4537/5001 90% [======================================================== ] 4538/5001 90% [======================================================== ] 4539/5001 90% [======================================================== ] 4540/5001 90% [======================================================== ] 4541/5001 90% [======================================================== ] 4542/5001 90% [======================================================== ] 4543/5001 90% [======================================================== ] 4544/5001 90% [======================================================== ] 4545/5001 90% [======================================================== ] 4546/5001 90% [======================================================== ] 4547/5001 90% [======================================================== ] 4548/5001 90% [======================================================== ] 4549/5001 90% [======================================================== ] 4550/5001 90% [======================================================== ] 4551/5001 91% [======================================================== ] 4552/5001 91% [======================================================== ] 4553/5001 91% [======================================================== ] 4554/5001 91% [======================================================== ] 4555/5001 91% [======================================================== ] 4556/5001 91% [======================================================== ] 4557/5001 91% [======================================================== ] 4558/5001 91% [======================================================== ] 4559/5001 91% [======================================================== ] 4560/5001 91% [======================================================== ] 4561/5001 91% [======================================================== ] 4562/5001 91% [======================================================== ] 4563/5001 91% [======================================================== ] 4564/5001 91% [======================================================== ] 4565/5001 91% [======================================================== ] 4566/5001 91% [======================================================== ] 4567/5001 91% [======================================================== ] 4568/5001 91% [======================================================== ] 4569/5001 91% [======================================================== ] 4570/5001 91% [======================================================== ] 4571/5001 91% [======================================================== ] 4572/5001 91% [======================================================== ] 4573/5001 91% [======================================================== ] 4574/5001 91% [======================================================== ] 4575/5001 91% [======================================================== ] 4576/5001 91% [======================================================== ] 4577/5001 91% [======================================================== ] 4578/5001 91% [======================================================== ] 4579/5001 91% [======================================================== ] 4580/5001 91% [======================================================== ] 4581/5001 91% [======================================================== ] 4582/5001 91% [======================================================== ] 4583/5001 91% [======================================================== ] 4584/5001 91% [======================================================== ] 4585/5001 91% [======================================================== ] 4586/5001 91% [======================================================== ] 4587/5001 91% [======================================================== ] 4588/5001 91% [======================================================== ] 4589/5001 91% [======================================================== ] 4590/5001 91% [======================================================== ] 4591/5001 91% [======================================================== ] 4592/5001 91% [======================================================== ] 4593/5001 91% [======================================================== ] 4594/5001 91% [======================================================== ] 4595/5001 91% [======================================================== ] 4596/5001 91% [======================================================== ] 4597/5001 91% [========================================================= ] 4598/5001 91% [========================================================= ] 4599/5001 91% [========================================================= ] 4600/5001 91% [========================================================= ] 4601/5001 92% [========================================================= ] 4602/5001 92% [========================================================= ] 4603/5001 92% [========================================================= ] 4604/5001 92% [========================================================= ] 4605/5001 92% [========================================================= ] 4606/5001 92% [========================================================= ] 4607/5001 92% [========================================================= ] 4608/5001 92% [========================================================= ] 4609/5001 92% [========================================================= ] 4610/5001 92% [========================================================= ] 4611/5001 92% [========================================================= ] 4612/5001 92% [========================================================= ] 4613/5001 92% [========================================================= ] 4614/5001 92% [========================================================= ] 4615/5001 92% [========================================================= ] 4616/5001 92% [========================================================= ] 4617/5001 92% [========================================================= ] 4618/5001 92% [========================================================= ] 4619/5001 92% [========================================================= ] 4620/5001 92% [========================================================= ] 4621/5001 92% [========================================================= ] 4622/5001 92% [========================================================= ] 4623/5001 92% [========================================================= ] 4624/5001 92% [========================================================= ] 4625/5001 92% [========================================================= ] 4626/5001 92% [========================================================= ] 4627/5001 92% [========================================================= ] 4628/5001 92% [========================================================= ] 4629/5001 92% [========================================================= ] 4630/5001 92% [========================================================= ] 4631/5001 92% [========================================================= ] 4632/5001 92% [========================================================= ] 4633/5001 92% [========================================================= ] 4634/5001 92% [========================================================= ] 4635/5001 92% [========================================================= ] 4636/5001 92% [========================================================= ] 4637/5001 92% [========================================================= ] 4638/5001 92% [========================================================= ] 4639/5001 92% [========================================================= ] 4640/5001 92% [========================================================= ] 4641/5001 92% [========================================================= ] 4642/5001 92% [========================================================= ] 4643/5001 92% [========================================================= ] 4644/5001 92% [========================================================= ] 4645/5001 92% [========================================================= ] 4646/5001 92% [========================================================= ] 4647/5001 92% [========================================================= ] 4648/5001 92% [========================================================= ] 4649/5001 92% [========================================================= ] 4650/5001 92% [========================================================= ] 4651/5001 93% [========================================================= ] 4652/5001 93% [========================================================= ] 4653/5001 93% [========================================================= ] 4654/5001 93% [========================================================= ] 4655/5001 93% [========================================================= ] 4656/5001 93% [========================================================= ] 4657/5001 93% [========================================================= ] 4658/5001 93% [========================================================= ] 4659/5001 93% [========================================================= ] 4660/5001 93% [========================================================= ] 4661/5001 93% [========================================================= ] 4662/5001 93% [========================================================= ] 4663/5001 93% [========================================================= ] 4664/5001 93% [========================================================= ] 4665/5001 93% [========================================================= ] 4666/5001 93% [========================================================= ] 4667/5001 93% [========================================================= ] 4668/5001 93% [========================================================= ] 4669/5001 93% [========================================================= ] 4670/5001 93% [========================================================= ] 4671/5001 93% [========================================================= ] 4672/5001 93% [========================================================= ] 4673/5001 93% [========================================================= ] 4674/5001 93% [========================================================= ] 4675/5001 93% [========================================================= ] 4676/5001 93% [========================================================= ] 4677/5001 93% [========================================================= ] 4678/5001 93% [========================================================== ] 4679/5001 93% [========================================================== ] 4680/5001 93% [========================================================== ] 4681/5001 93% [========================================================== ] 4682/5001 93% [========================================================== ] 4683/5001 93% [========================================================== ] 4684/5001 93% [========================================================== ] 4685/5001 93% [========================================================== ] 4686/5001 93% [========================================================== ] 4687/5001 93% [========================================================== ] 4688/5001 93% [========================================================== ] 4689/5001 93% [========================================================== ] 4690/5001 93% [========================================================== ] 4691/5001 93% [========================================================== ] 4692/5001 93% [========================================================== ] 4693/5001 93% [========================================================== ] 4694/5001 93% [========================================================== ] 4695/5001 93% [========================================================== ] 4696/5001 93% [========================================================== ] 4697/5001 93% [========================================================== ] 4698/5001 93% [========================================================== ] 4699/5001 93% [========================================================== ] 4700/5001 93% [========================================================== ] 4701/5001 94% [========================================================== ] 4702/5001 94% [========================================================== ] 4703/5001 94% [========================================================== ] 4704/5001 94% [========================================================== ] 4705/5001 94% [========================================================== ] 4706/5001 94% [========================================================== ] 4707/5001 94% [========================================================== ] 4708/5001 94% [========================================================== ] 4709/5001 94% [========================================================== ] 4710/5001 94% [========================================================== ] 4711/5001 94% [========================================================== ] 4712/5001 94% [========================================================== ] 4713/5001 94% [========================================================== ] 4714/5001 94% [========================================================== ] 4715/5001 94% [========================================================== ] 4716/5001 94% [========================================================== ] 4717/5001 94% [========================================================== ] 4718/5001 94% [========================================================== ] 4719/5001 94% [========================================================== ] 4720/5001 94% [========================================================== ] 4721/5001 94% [========================================================== ] 4722/5001 94% [========================================================== ] 4723/5001 94% [========================================================== ] 4724/5001 94% [========================================================== ] 4725/5001 94% [========================================================== ] 4726/5001 94% [========================================================== ] 4727/5001 94% [========================================================== ] 4728/5001 94% [========================================================== ] 4729/5001 94% [========================================================== ] 4730/5001 94% [========================================================== ] 4731/5001 94% [========================================================== ] 4732/5001 94% [========================================================== ] 4733/5001 94% [========================================================== ] 4734/5001 94% [========================================================== ] 4735/5001 94% [========================================================== ] 4736/5001 94% [========================================================== ] 4737/5001 94% [========================================================== ] 4738/5001 94% [========================================================== ] 4739/5001 94% [========================================================== ] 4740/5001 94% [========================================================== ] 4741/5001 94% [========================================================== ] 4742/5001 94% [========================================================== ] 4743/5001 94% [========================================================== ] 4744/5001 94% [========================================================== ] 4745/5001 94% [========================================================== ] 4746/5001 94% [========================================================== ] 4747/5001 94% [========================================================== ] 4748/5001 94% [========================================================== ] 4749/5001 94% [========================================================== ] 4750/5001 94% [========================================================== ] 4751/5001 95% [========================================================== ] 4752/5001 95% [========================================================== ] 4753/5001 95% [========================================================== ] 4754/5001 95% [========================================================== ] 4755/5001 95% [========================================================== ] 4756/5001 95% [========================================================== ] 4757/5001 95% [========================================================== ] 4758/5001 95% [========================================================== ] 4759/5001 95% [=========================================================== ] 4760/5001 95% [=========================================================== ] 4761/5001 95% [=========================================================== ] 4762/5001 95% [=========================================================== ] 4763/5001 95% [=========================================================== ] 4764/5001 95% [=========================================================== ] 4765/5001 95% [=========================================================== ] 4766/5001 95% [=========================================================== ] 4767/5001 95% [=========================================================== ] 4768/5001 95% [=========================================================== ] 4769/5001 95% [=========================================================== ] 4770/5001 95% [=========================================================== ] 4771/5001 95% [=========================================================== ] 4772/5001 95% [=========================================================== ] 4773/5001 95% [=========================================================== ] 4774/5001 95% [=========================================================== ] 4775/5001 95% [=========================================================== ] 4776/5001 95% [=========================================================== ] 4777/5001 95% [=========================================================== ] 4778/5001 95% [=========================================================== ] 4779/5001 95% [=========================================================== ] 4780/5001 95% [=========================================================== ] 4781/5001 95% [=========================================================== ] 4782/5001 95% [=========================================================== ] 4783/5001 95% [=========================================================== ] 4784/5001 95% [=========================================================== ] 4785/5001 95% [=========================================================== ] 4786/5001 95% [=========================================================== ] 4787/5001 95% [=========================================================== ] 4788/5001 95% [=========================================================== ] 4789/5001 95% [=========================================================== ] 4790/5001 95% [=========================================================== ] 4791/5001 95% [=========================================================== ] 4792/5001 95% [=========================================================== ] 4793/5001 95% [=========================================================== ] 4794/5001 95% [=========================================================== ] 4795/5001 95% [=========================================================== ] 4796/5001 95% [=========================================================== ] 4797/5001 95% [=========================================================== ] 4798/5001 95% [=========================================================== ] 4799/5001 95% [=========================================================== ] 4800/5001 95% [=========================================================== ] 4801/5001 96% [=========================================================== ] 4802/5001 96% [=========================================================== ] 4803/5001 96% [=========================================================== ] 4804/5001 96% [=========================================================== ] 4805/5001 96% [=========================================================== ] 4806/5001 96% [=========================================================== ] 4807/5001 96% [=========================================================== ] 4808/5001 96% [=========================================================== ] 4809/5001 96% [=========================================================== ] 4810/5001 96% [=========================================================== ] 4811/5001 96% [=========================================================== ] 4812/5001 96% [=========================================================== ] 4813/5001 96% [=========================================================== ] 4814/5001 96% [=========================================================== ] 4815/5001 96% [=========================================================== ] 4816/5001 96% [=========================================================== ] 4817/5001 96% [=========================================================== ] 4818/5001 96% [=========================================================== ] 4819/5001 96% [=========================================================== ] 4820/5001 96% [=========================================================== ] 4821/5001 96% [=========================================================== ] 4822/5001 96% [=========================================================== ] 4823/5001 96% [=========================================================== ] 4824/5001 96% [=========================================================== ] 4825/5001 96% [=========================================================== ] 4826/5001 96% [=========================================================== ] 4827/5001 96% [=========================================================== ] 4828/5001 96% [=========================================================== ] 4829/5001 96% [=========================================================== ] 4830/5001 96% [=========================================================== ] 4831/5001 96% [=========================================================== ] 4832/5001 96% [=========================================================== ] 4833/5001 96% [=========================================================== ] 4834/5001 96% [=========================================================== ] 4835/5001 96% [=========================================================== ] 4836/5001 96% [=========================================================== ] 4837/5001 96% [=========================================================== ] 4838/5001 96% [=========================================================== ] 4839/5001 96% [============================================================ ] 4840/5001 96% [============================================================ ] 4841/5001 96% [============================================================ ] 4842/5001 96% [============================================================ ] 4843/5001 96% [============================================================ ] 4844/5001 96% [============================================================ ] 4845/5001 96% [============================================================ ] 4846/5001 96% [============================================================ ] 4847/5001 96% [============================================================ ] 4848/5001 96% [============================================================ ] 4849/5001 96% [============================================================ ] 4850/5001 96% [============================================================ ] 4851/5001 97% [============================================================ ] 4852/5001 97% [============================================================ ] 4853/5001 97% [============================================================ ] 4854/5001 97% [============================================================ ] 4855/5001 97% [============================================================ ] 4856/5001 97% [============================================================ ] 4857/5001 97% [============================================================ ] 4858/5001 97% [============================================================ ] 4859/5001 97% [============================================================ ] 4860/5001 97% [============================================================ ] 4861/5001 97% [============================================================ ] 4862/5001 97% [============================================================ ] 4863/5001 97% [============================================================ ] 4864/5001 97% [============================================================ ] 4865/5001 97% [============================================================ ] 4866/5001 97% [============================================================ ] 4867/5001 97% [============================================================ ] 4868/5001 97% [============================================================ ] 4869/5001 97% [============================================================ ] 4870/5001 97% [============================================================ ] 4871/5001 97% [============================================================ ] 4872/5001 97% [============================================================ ] 4873/5001 97% [============================================================ ] 4874/5001 97% [============================================================ ] 4875/5001 97% [============================================================ ] 4876/5001 97% [============================================================ ] 4877/5001 97% [============================================================ ] 4878/5001 97% [============================================================ ] 4879/5001 97% [============================================================ ] 4880/5001 97% [============================================================ ] 4881/5001 97% [============================================================ ] 4882/5001 97% [============================================================ ] 4883/5001 97% [============================================================ ] 4884/5001 97% [============================================================ ] 4885/5001 97% [============================================================ ] 4886/5001 97% [============================================================ ] 4887/5001 97% [============================================================ ] 4888/5001 97% [============================================================ ] 4889/5001 97% [============================================================ ] 4890/5001 97% [============================================================ ] 4891/5001 97% [============================================================ ] 4892/5001 97% [============================================================ ] 4893/5001 97% [============================================================ ] 4894/5001 97% [============================================================ ] 4895/5001 97% [============================================================ ] 4896/5001 97% [============================================================ ] 4897/5001 97% [============================================================ ] 4898/5001 97% [============================================================ ] 4899/5001 97% [============================================================ ] 4900/5001 97% [============================================================ ] 4901/5001 98% [============================================================ ] 4902/5001 98% [============================================================ ] 4903/5001 98% [============================================================ ] 4904/5001 98% [============================================================ ] 4905/5001 98% [============================================================ ] 4906/5001 98% [============================================================ ] 4907/5001 98% [============================================================ ] 4908/5001 98% [============================================================ ] 4909/5001 98% [============================================================ ] 4910/5001 98% [============================================================ ] 4911/5001 98% [============================================================ ] 4912/5001 98% [============================================================ ] 4913/5001 98% [============================================================ ] 4914/5001 98% [============================================================ ] 4915/5001 98% [============================================================ ] 4916/5001 98% [============================================================ ] 4917/5001 98% [============================================================ ] 4918/5001 98% [============================================================ ] 4919/5001 98% [============================================================ ] 4920/5001 98% [============================================================= ] 4921/5001 98% [============================================================= ] 4922/5001 98% [============================================================= ] 4923/5001 98% [============================================================= ] 4924/5001 98% [============================================================= ] 4925/5001 98% [============================================================= ] 4926/5001 98% [============================================================= ] 4927/5001 98% [============================================================= ] 4928/5001 98% [============================================================= ] 4929/5001 98% [============================================================= ] 4930/5001 98% [============================================================= ] 4931/5001 98% [============================================================= ] 4932/5001 98% [============================================================= ] 4933/5001 98% [============================================================= ] 4934/5001 98% [============================================================= ] 4935/5001 98% [============================================================= ] 4936/5001 98% [============================================================= ] 4937/5001 98% [============================================================= ] 4938/5001 98% [============================================================= ] 4939/5001 98% [============================================================= ] 4940/5001 98% [============================================================= ] 4941/5001 98% [============================================================= ] 4942/5001 98% [============================================================= ] 4943/5001 98% [============================================================= ] 4944/5001 98% [============================================================= ] 4945/5001 98% [============================================================= ] 4946/5001 98% [============================================================= ] 4947/5001 98% [============================================================= ] 4948/5001 98% [============================================================= ] 4949/5001 98% [============================================================= ] 4950/5001 98% [============================================================= ] 4951/5001 99% [============================================================= ] 4952/5001 99% [============================================================= ] 4953/5001 99% [============================================================= ] 4954/5001 99% [============================================================= ] 4955/5001 99% [============================================================= ] 4956/5001 99% [============================================================= ] 4957/5001 99% [============================================================= ] 4958/5001 99% [============================================================= ] 4959/5001 99% [============================================================= ] 4960/5001 99% [============================================================= ] 4961/5001 99% [============================================================= ] 4962/5001 99% [============================================================= ] 4963/5001 99% [============================================================= ] 4964/5001 99% [============================================================= ] 4965/5001 99% [============================================================= ] 4966/5001 99% [============================================================= ] 4967/5001 99% [============================================================= ] 4968/5001 99% [============================================================= ] 4969/5001 99% [============================================================= ] 4970/5001 99% [============================================================= ] 4971/5001 99% [============================================================= ] 4972/5001 99% [============================================================= ] 4973/5001 99% [============================================================= ] 4974/5001 99% [============================================================= ] 4975/5001 99% [============================================================= ] 4976/5001 99% [============================================================= ] 4977/5001 99% [============================================================= ] 4978/5001 99% [============================================================= ] 4979/5001 99% [============================================================= ] 4980/5001 99% [============================================================= ] 4981/5001 99% [============================================================= ] 4982/5001 99% [============================================================= ] 4983/5001 99% [============================================================= ] 4984/5001 99% [============================================================= ] 4985/5001 99% [============================================================= ] 4986/5001 99% [============================================================= ] 4987/5001 99% [============================================================= ] 4988/5001 99% [============================================================= ] 4989/5001 99% [============================================================= ] 4990/5001 99% [============================================================= ] 4991/5001 99% [============================================================= ] 4992/5001 99% [============================================================= ] 4993/5001 99% [============================================================= ] 4994/5001 99% [============================================================= ] 4995/5001 99% [============================================================= ] 4996/5001 99% [============================================================= ] 4997/5001 99% [============================================================= ] 4998/5001 99% [============================================================= ] 4999/5001 99% [============================================================= ] 5000/5001 99% [==============================================================] 5001/5001 100% operation complete, 5001 objects in 146369 NAND pages. ln -snf /home/autobuild/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-0/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-0/buildroot' >>> Buildroot 2024.05-rc2-37-g7d249dab51 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-5-ge0910f1d3278f05439fb434ee528fc9be1b6bd5e Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.8.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> host-autoconf 2.72 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap-ng 0.8.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-aespipe 2.4g Collecting legal info >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> unixodbc 2.3.12 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> host-bootgen xilinx_v2023.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bubblewrap 0.9.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ntp 4.2.8p17 Collecting legal info COPYRIGHT: OK (sha256: 06246b8c15ccc1a1873c78525c810f0802e68f383e79ee041e06d1ab9cbf80a4) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> catatonit 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> comix-cursors 0.9.1 Collecting legal info >>> host-composer 2.5.8 Collecting legal info LICENSE: OK (sha256: c8cce4b6b9729f264ffdf9296d505d63432497feeed1f586d1902b942197e024) >>> host-php 8.3.7 Collecting legal info LICENSE: OK (sha256: b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a) >>> host-oniguruma 6.9.9 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> cracklib 2.9.11 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.11 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> 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) >>> host-depot-tools 8d14454ba4a35fd9d2483842b08815a2357ec86f Collecting legal info LICENSE: OK (sha256: 984523ee987f4e8b72d61df37d8f1189a7077cd4b77e41a397e35593b297a29d) >>> host-python-httplib2 0.22.0 Collecting legal info LICENSE: OK (sha256: 589eec38f72df2be203711d3b8cbece9b908c5e7ff00bc3cab7f63bae9e366b4) >>> host-python-pyparsing 3.1.1 Collecting legal info LICENSE: OK (sha256: 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> dhcp 4.4.3-P1 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> faad2 2.11.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-genimage 17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> iptables 1.8.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keepalived 2.2.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libminiupnpc 2.2.7 Collecting legal info LICENSE: OK (sha256: 7480ae23b082c05ad9823896163d78f3a96f1beadce51f29c96cf898545c27e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.3 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpciaccess 0.18.1 Collecting legal info COPYING: OK (sha256: f33f360f8905940dac01aa21597fe8a6727ca6f4ffa43b380e2116fd0666aa8a) >>> libpwquality 1.4.5 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> lighttpd 1.4.76 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> xxhash 0.8.2 Collecting legal info LICENSE: OK (sha256: 6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ltris 1.2.7 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> host-mosquitto 2.0.18 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> open62541 v1.3.10 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openjpeg 2.5.2 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pigz 2.8 Collecting legal info README: OK (sha256: 328634933a65dbc7f97a0f51df52741dc67f593bbe9eccabc9eedc6934c4983b) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> pngquant 2.18.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> rhash 1.4.4 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> sdl_ttf 70b2940cc75e92aab02a67d2f827caf2836a2c74 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> sound-theme-borealis 0.9a Collecting legal info >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> subversion 1.14.3 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.9.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tinyssh 20240101 Collecting legal info LICENCE: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uclibc-ng-test 0f303c63fab7f4038515ced6f2659242cf60ac19 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: aespipe-2.4g: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot'