rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-9/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-9/output-1/target/lib/debug /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-9/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-9/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-9/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-9/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-9/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-93-gd3051892eb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-9/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-9/output-1/per-package /home/autobuild/autobuild/instance-9/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-9/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs printf ' lp -1 lp -1 * /var/spool/lpd /bin/false - lp\n - - lpadmin -1 * - - - Printers admin group.\n\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -l -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-9/output-1/images/rootfs.jffs2\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.squashfs mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.squashfs -noappend -processors 1 -b 4K -nopad -comp lzma\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-9/output-1/images/rootfs.squashfs, block size 4096. [==============/ ] 12300/50621 24% [====================\ ] 17900/50621 35% [=============================\ ] 25500/50621 50% [==============================| ] 26200/50621 51% [=====================================/ ] 32200/50621 63% [=============================================\ ] 38900/50621 76% [=========================================================/ ] 49200/50621 97% [===========================================================-] 50621/50621 100% Exportable Squashfs 4.0 filesystem, lzma compressed, data block size 4096 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 61735.40 Kbytes (60.29 Mbytes) 32.55% of uncompressed filesystem size (189647.17 Kbytes) Inode table size 111842 bytes (109.22 Kbytes) 28.62% of uncompressed inode table size (390772 bytes) Directory table size 49387 bytes (48.23 Kbytes) 39.97% of uncompressed directory table size (123546 bytes) Number of duplicate files found 143 Number of inodes 5687 Number of files 4604 Number of fragments 767 Number of symbolic links 632 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 451 Number of hard-links 0 Number of ids (unique uids + gids) 4 Number of uids 3 root (0) systemd-timesync (100) www-data (33) Number of gids 3 root (0) lp (7) www-data (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-9/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-9/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 5687 objects. stage 2: creating image '/home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2' [ ] 1/5687 0% [ ] 2/5687 0% [ ] 3/5687 0% [ ] 4/5687 0% [ ] 5/5687 0% [ ] 6/5687 0% [ ] 7/5687 0% [ ] 8/5687 0% [ ] 9/5687 0% [ ] 10/5687 0% [ ] 11/5687 0% [ ] 12/5687 0% [ ] 13/5687 0% [ ] 14/5687 0% [ ] 15/5687 0% [ ] 16/5687 0% [ ] 17/5687 0% [ ] 18/5687 0% [ ] 19/5687 0% [ ] 20/5687 0% [ ] 21/5687 0% [ ] 22/5687 0% [ ] 23/5687 0% [ ] 24/5687 0% [ ] 25/5687 0% [ ] 26/5687 0% [ ] 27/5687 0% [ ] 28/5687 0% [ ] 29/5687 0% [ ] 30/5687 0% [ ] 31/5687 0% [ ] 32/5687 0% [ ] 33/5687 0% [ ] 34/5687 0% [ ] 35/5687 0% [ ] 36/5687 0% [ ] 37/5687 0% [ ] 38/5687 0% [ ] 39/5687 0% [ ] 40/5687 0% [ ] 41/5687 0% [ ] 42/5687 0% [ ] 43/5687 0% [ ] 44/5687 0% [ ] 45/5687 0% [ ] 46/5687 0% [ ] 47/5687 0% [ ] 48/5687 0% [ ] 49/5687 0% [ ] 50/5687 0% [ ] 51/5687 0% [ ] 52/5687 0% [ ] 53/5687 0% [ ] 54/5687 0% [ ] 55/5687 0% [ ] 56/5687 0% [ ] 57/5687 1% [ ] 58/5687 1% [ ] 59/5687 1% [ ] 60/5687 1% [ ] 61/5687 1% [ ] 62/5687 1% [ ] 63/5687 1% [ ] 64/5687 1% [ ] 65/5687 1% [ ] 66/5687 1% [ ] 67/5687 1% [ ] 68/5687 1% [ ] 69/5687 1% [ ] 70/5687 1% [ ] 71/5687 1% [ ] 72/5687 1% [ ] 73/5687 1% [ ] 74/5687 1% [ ] 75/5687 1% [ ] 76/5687 1% [ ] 77/5687 1% [ ] 78/5687 1% [ ] 79/5687 1% [ ] 80/5687 1% [ ] 81/5687 1% [ ] 82/5687 1% [ ] 83/5687 1% [ ] 84/5687 1% [ ] 85/5687 1% [ ] 86/5687 1% [ ] 87/5687 1% [ ] 88/5687 1% [ ] 89/5687 1% [ ] 90/5687 1% [ ] 91/5687 1% [= ] 92/5687 1% [= ] 93/5687 1% [= ] 94/5687 1% [= ] 95/5687 1% [= ] 96/5687 1% [= ] 97/5687 1% [= ] 98/5687 1% [= ] 99/5687 1% [= ] 100/5687 1% [= ] 101/5687 1% [= ] 102/5687 1% [= ] 103/5687 1% [= ] 104/5687 1% [= ] 105/5687 1% [= ] 106/5687 1% [= ] 107/5687 1% [= ] 108/5687 1% [= ] 109/5687 1% [= ] 110/5687 1% [= ] 111/5687 1% [= ] 112/5687 1% [= ] 113/5687 1% [= ] 114/5687 2% [= ] 115/5687 2% [= ] 116/5687 2% [= ] 117/5687 2% [= ] 118/5687 2% [= ] 119/5687 2% [= ] 120/5687 2% [= ] 121/5687 2% [= ] 122/5687 2% [= ] 123/5687 2% [= ] 124/5687 2% [= ] 125/5687 2% [= ] 126/5687 2% [= ] 127/5687 2% [= ] 128/5687 2% [= ] 129/5687 2% [= ] 130/5687 2% [= ] 131/5687 2% [= ] 132/5687 2% [= ] 133/5687 2% [= ] 134/5687 2% [= ] 135/5687 2% [= ] 136/5687 2% [= ] 137/5687 2% [= ] 138/5687 2% [= ] 139/5687 2% [= ] 140/5687 2% [= ] 141/5687 2% [= ] 142/5687 2% [= ] 143/5687 2% [= ] 144/5687 2% [= ] 145/5687 2% [= ] 146/5687 2% [= ] 147/5687 2% [= ] 148/5687 2% [= ] 149/5687 2% [= ] 150/5687 2% [= ] 151/5687 2% [= ] 152/5687 2% [= ] 153/5687 2% [= ] 154/5687 2% [= ] 155/5687 2% [= ] 156/5687 2% [= ] 157/5687 2% [= ] 158/5687 2% [= ] 159/5687 2% [= ] 160/5687 2% [= ] 161/5687 2% [= ] 162/5687 2% [= ] 163/5687 2% [= ] 164/5687 2% [= ] 165/5687 2% [= ] 166/5687 2% [= ] 167/5687 2% [= ] 168/5687 2% [= ] 169/5687 2% [= ] 170/5687 2% [= ] 171/5687 3% [= ] 172/5687 3% [= ] 173/5687 3% [= ] 174/5687 3% [= ] 175/5687 3% [= ] 176/5687 3% [= ] 177/5687 3% [= ] 178/5687 3% [= ] 179/5687 3% [= ] 180/5687 3% [= ] 181/5687 3% [= ] 182/5687 3% [= ] 183/5687 3% [== ] 184/5687 3% [== ] 185/5687 3% [== ] 186/5687 3% [== ] 187/5687 3% [== ] 188/5687 3% [== ] 189/5687 3% [== ] 190/5687 3% [== ] 191/5687 3% [== ] 192/5687 3% [== ] 193/5687 3% [== ] 194/5687 3% [== ] 195/5687 3% [== ] 196/5687 3% [== ] 197/5687 3% [== ] 198/5687 3% [== ] 199/5687 3% [== ] 200/5687 3% [== ] 201/5687 3% [== ] 202/5687 3% [== ] 203/5687 3% [== ] 204/5687 3% [== ] 205/5687 3% [== ] 206/5687 3% [== ] 207/5687 3% [== ] 208/5687 3% [== ] 209/5687 3% [== ] 210/5687 3% [== ] 211/5687 3% [== ] 212/5687 3% [== ] 213/5687 3% [== ] 214/5687 3% [== ] 215/5687 3% [== ] 216/5687 3% [== ] 217/5687 3% [== ] 218/5687 3% [== ] 219/5687 3% [== ] 220/5687 3% [== ] 221/5687 3% [== ] 222/5687 3% [== ] 223/5687 3% [== ] 224/5687 3% [== ] 225/5687 3% [== ] 226/5687 3% [== ] 227/5687 3% [== ] 228/5687 4% [== ] 229/5687 4% [== ] 230/5687 4% [== ] 231/5687 4% [== ] 232/5687 4% [== ] 233/5687 4% [== ] 234/5687 4% [== ] 235/5687 4% [== ] 236/5687 4% [== ] 237/5687 4% [== ] 238/5687 4% [== ] 239/5687 4% [== ] 240/5687 4% [== ] 241/5687 4% [== ] 242/5687 4% [== ] 243/5687 4% [== ] 244/5687 4% [== ] 245/5687 4% [== ] 246/5687 4% [== ] 247/5687 4% [== ] 248/5687 4% [== ] 249/5687 4% [== ] 250/5687 4% [== ] 251/5687 4% [== ] 252/5687 4% [== ] 253/5687 4% [== ] 254/5687 4% [== ] 255/5687 4% [== ] 256/5687 4% [== ] 257/5687 4% [== ] 258/5687 4% [== ] 259/5687 4% [== ] 260/5687 4% [== ] 261/5687 4% [== ] 262/5687 4% [== ] 263/5687 4% [== ] 264/5687 4% [== ] 265/5687 4% [== ] 266/5687 4% [== ] 267/5687 4% [== ] 268/5687 4% [== ] 269/5687 4% [== ] 270/5687 4% [== ] 271/5687 4% [== ] 272/5687 4% [== ] 273/5687 4% [== ] 274/5687 4% [== ] 275/5687 4% [=== ] 276/5687 4% [=== ] 277/5687 4% [=== ] 278/5687 4% [=== ] 279/5687 4% [=== ] 280/5687 4% [=== ] 281/5687 4% [=== ] 282/5687 4% [=== ] 283/5687 4% [=== ] 284/5687 4% [=== ] 285/5687 5% [=== ] 286/5687 5% [=== ] 287/5687 5% [=== ] 288/5687 5% [=== ] 289/5687 5% [=== ] 290/5687 5% [=== ] 291/5687 5% [=== ] 292/5687 5% [=== ] 293/5687 5% [=== ] 294/5687 5% [=== ] 295/5687 5% [=== ] 296/5687 5% [=== ] 297/5687 5% [=== ] 298/5687 5% [=== ] 299/5687 5% [=== ] 300/5687 5% [=== ] 301/5687 5% [=== ] 302/5687 5% [=== ] 303/5687 5% [=== ] 304/5687 5% [=== ] 305/5687 5% [=== ] 306/5687 5% [=== ] 307/5687 5% [=== ] 308/5687 5% [=== ] 309/5687 5% [=== ] 310/5687 5% [=== ] 311/5687 5% [=== ] 312/5687 5% [=== ] 313/5687 5% [=== ] 314/5687 5% [=== ] 315/5687 5% [=== ] 316/5687 5% [=== ] 317/5687 5% [=== ] 318/5687 5% [=== ] 319/5687 5% [=== ] 320/5687 5% [=== ] 321/5687 5% [=== ] 322/5687 5% [=== ] 323/5687 5% [=== ] 324/5687 5% [=== ] 325/5687 5% [=== ] 326/5687 5% [=== ] 327/5687 5% [=== ] 328/5687 5% [=== ] 329/5687 5% [=== ] 330/5687 5% [=== ] 331/5687 5% [=== ] 332/5687 5% [=== ] 333/5687 5% [=== ] 334/5687 5% [=== ] 335/5687 5% [=== ] 336/5687 5% [=== ] 337/5687 5% [=== ] 338/5687 5% [=== ] 339/5687 5% [=== ] 340/5687 5% [=== ] 341/5687 5% [=== ] 342/5687 6% [=== ] 343/5687 6% [=== ] 344/5687 6% [=== ] 345/5687 6% [=== ] 346/5687 6% [=== ] 347/5687 6% [=== ] 348/5687 6% [=== ] 349/5687 6% [=== ] 350/5687 6% [=== ] 351/5687 6% [=== ] 352/5687 6% [=== ] 353/5687 6% [=== ] 354/5687 6% [=== ] 355/5687 6% [=== ] 356/5687 6% [=== ] 357/5687 6% [=== ] 358/5687 6% [=== ] 359/5687 6% [=== ] 360/5687 6% [=== ] 361/5687 6% [=== ] 362/5687 6% [=== ] 363/5687 6% [=== ] 364/5687 6% [=== ] 365/5687 6% [=== ] 366/5687 6% [==== ] 367/5687 6% [==== ] 368/5687 6% [==== ] 369/5687 6% [==== ] 370/5687 6% [==== ] 371/5687 6% [==== ] 372/5687 6% [==== ] 373/5687 6% [==== ] 374/5687 6% [==== ] 375/5687 6% [==== ] 376/5687 6% [==== ] 377/5687 6% [==== ] 378/5687 6% [==== ] 379/5687 6% [==== ] 380/5687 6% [==== ] 381/5687 6% [==== ] 382/5687 6% [==== ] 383/5687 6% [==== ] 384/5687 6% [==== ] 385/5687 6% [==== ] 386/5687 6% [==== ] 387/5687 6% [==== ] 388/5687 6% [==== ] 389/5687 6% [==== ] 390/5687 6% [==== ] 391/5687 6% [==== ] 392/5687 6% [==== ] 393/5687 6% [==== ] 394/5687 6% [==== ] 395/5687 6% [==== ] 396/5687 6% [==== ] 397/5687 6% [==== ] 398/5687 6% [==== ] 399/5687 7% [==== ] 400/5687 7% [==== ] 401/5687 7% [==== ] 402/5687 7% [==== ] 403/5687 7% [==== ] 404/5687 7% [==== ] 405/5687 7% [==== ] 406/5687 7% [==== ] 407/5687 7% [==== ] 408/5687 7% [==== ] 409/5687 7% [==== ] 410/5687 7% [==== ] 411/5687 7% [==== ] 412/5687 7% [==== ] 413/5687 7% [==== ] 414/5687 7% [==== ] 415/5687 7% [==== ] 416/5687 7% [==== ] 417/5687 7% [==== ] 418/5687 7% [==== ] 419/5687 7% [==== ] 420/5687 7% [==== ] 421/5687 7% [==== ] 422/5687 7% [==== ] 423/5687 7% [==== ] 424/5687 7% [==== ] 425/5687 7% [==== ] 426/5687 7% [==== ] 427/5687 7% [==== ] 428/5687 7% [==== ] 429/5687 7% [==== ] 430/5687 7% [==== ] 431/5687 7% [==== ] 432/5687 7% [==== ] 433/5687 7% [==== ] 434/5687 7% [==== ] 435/5687 7% [==== ] 436/5687 7% [==== ] 437/5687 7% [==== ] 438/5687 7% [==== ] 439/5687 7% [==== ] 440/5687 7% [==== ] 441/5687 7% [==== ] 442/5687 7% [==== ] 443/5687 7% [==== ] 444/5687 7% [==== ] 445/5687 7% [==== ] 446/5687 7% [==== ] 447/5687 7% [==== ] 448/5687 7% [==== ] 449/5687 7% [==== ] 450/5687 7% [==== ] 451/5687 7% [==== ] 452/5687 7% [==== ] 453/5687 7% [==== ] 454/5687 7% [==== ] 455/5687 8% [==== ] 456/5687 8% [==== ] 457/5687 8% [==== ] 458/5687 8% [===== ] 459/5687 8% [===== ] 460/5687 8% [===== ] 461/5687 8% [===== ] 462/5687 8% [===== ] 463/5687 8% [===== ] 464/5687 8% [===== ] 465/5687 8% [===== ] 466/5687 8% [===== ] 467/5687 8% [===== ] 468/5687 8% [===== ] 469/5687 8% [===== ] 470/5687 8% [===== ] 471/5687 8% [===== ] 472/5687 8% [===== ] 473/5687 8% [===== ] 474/5687 8% [===== ] 475/5687 8% [===== ] 476/5687 8% [===== ] 477/5687 8% [===== ] 478/5687 8% [===== ] 479/5687 8% [===== ] 480/5687 8% [===== ] 481/5687 8% [===== ] 482/5687 8% [===== ] 483/5687 8% [===== ] 484/5687 8% [===== ] 485/5687 8% [===== ] 486/5687 8% [===== ] 487/5687 8% [===== ] 488/5687 8% [===== ] 489/5687 8% [===== ] 490/5687 8% [===== ] 491/5687 8% [===== ] 492/5687 8% [===== ] 493/5687 8% [===== ] 494/5687 8% [===== ] 495/5687 8% [===== ] 496/5687 8% [===== ] 497/5687 8% [===== ] 498/5687 8% [===== ] 499/5687 8% [===== ] 500/5687 8% [===== ] 501/5687 8% [===== ] 502/5687 8% [===== ] 503/5687 8% [===== ] 504/5687 8% [===== ] 505/5687 8% [===== ] 506/5687 8% [===== ] 507/5687 8% [===== ] 508/5687 8% [===== ] 509/5687 8% [===== ] 510/5687 8% [===== ] 511/5687 8% [===== ] 512/5687 9% [===== ] 513/5687 9% [===== ] 514/5687 9% [===== ] 515/5687 9% [===== ] 516/5687 9% [===== ] 517/5687 9% [===== ] 518/5687 9% [===== ] 519/5687 9% [===== ] 520/5687 9% [===== ] 521/5687 9% [===== ] 522/5687 9% [===== ] 523/5687 9% [===== ] 524/5687 9% [===== ] 525/5687 9% [===== ] 526/5687 9% [===== ] 527/5687 9% [===== ] 528/5687 9% [===== ] 529/5687 9% [===== ] 530/5687 9% [===== ] 531/5687 9% [===== ] 532/5687 9% [===== ] 533/5687 9% [===== ] 534/5687 9% [===== ] 535/5687 9% [===== ] 536/5687 9% [===== ] 537/5687 9% [===== ] 538/5687 9% [===== ] 539/5687 9% [===== ] 540/5687 9% [===== ] 541/5687 9% [===== ] 542/5687 9% [===== ] 543/5687 9% [===== ] 544/5687 9% [===== ] 545/5687 9% [===== ] 546/5687 9% [===== ] 547/5687 9% [===== ] 548/5687 9% [===== ] 549/5687 9% [===== ] 550/5687 9% [====== ] 551/5687 9% [====== ] 552/5687 9% [====== ] 553/5687 9% [====== ] 554/5687 9% [====== ] 555/5687 9% [====== ] 556/5687 9% [====== ] 557/5687 9% [====== ] 558/5687 9% [====== ] 559/5687 9% [====== ] 560/5687 9% [====== ] 561/5687 9% [====== ] 562/5687 9% [====== ] 563/5687 9% [====== ] 564/5687 9% [====== ] 565/5687 9% [====== ] 566/5687 9% [====== ] 567/5687 9% [====== ] 568/5687 9% [====== ] 569/5687 10% [====== ] 570/5687 10% [====== ] 571/5687 10% [====== ] 572/5687 10% [====== ] 573/5687 10% [====== ] 574/5687 10% [====== ] 575/5687 10% [====== ] 576/5687 10% [====== ] 577/5687 10% [====== ] 578/5687 10% [====== ] 579/5687 10% [====== ] 580/5687 10% [====== ] 581/5687 10% [====== ] 582/5687 10% [====== ] 583/5687 10% [====== ] 584/5687 10% [====== ] 585/5687 10% [====== ] 586/5687 10% [====== ] 587/5687 10% [====== ] 588/5687 10% [====== ] 589/5687 10% [====== ] 590/5687 10% [====== ] 591/5687 10% [====== ] 592/5687 10% [====== ] 593/5687 10% [====== ] 594/5687 10% [====== ] 595/5687 10% [====== ] 596/5687 10% [====== ] 597/5687 10% [====== ] 598/5687 10% [====== ] 599/5687 10% [====== ] 600/5687 10% [====== ] 601/5687 10% [====== ] 602/5687 10% [====== ] 603/5687 10% [====== ] 604/5687 10% [====== ] 605/5687 10% [====== ] 606/5687 10% [====== ] 607/5687 10% [====== ] 608/5687 10% [====== ] 609/5687 10% [====== ] 610/5687 10% [====== ] 611/5687 10% [====== ] 612/5687 10% [====== ] 613/5687 10% [====== ] 614/5687 10% [====== ] 615/5687 10% [====== ] 616/5687 10% [====== ] 617/5687 10% [====== ] 618/5687 10% [====== ] 619/5687 10% [====== ] 620/5687 10% [====== ] 621/5687 10% [====== ] 622/5687 10% [====== ] 623/5687 10% [====== ] 624/5687 10% [====== ] 625/5687 10% [====== ] 626/5687 11% [====== ] 627/5687 11% [====== ] 628/5687 11% [====== ] 629/5687 11% [====== ] 630/5687 11% [====== ] 631/5687 11% [====== ] 632/5687 11% [====== ] 633/5687 11% [====== ] 634/5687 11% [====== ] 635/5687 11% [====== ] 636/5687 11% [====== ] 637/5687 11% [====== ] 638/5687 11% [====== ] 639/5687 11% [====== ] 640/5687 11% [====== ] 641/5687 11% [====== ] 642/5687 11% [======= ] 643/5687 11% [======= ] 644/5687 11% [======= ] 645/5687 11% [======= ] 646/5687 11% [======= ] 647/5687 11% [======= ] 648/5687 11% [======= ] 649/5687 11% [======= ] 650/5687 11% [======= ] 651/5687 11% [======= ] 652/5687 11% [======= ] 653/5687 11% [======= ] 654/5687 11% [======= ] 655/5687 11% [======= ] 656/5687 11% [======= ] 657/5687 11% [======= ] 658/5687 11% [======= ] 659/5687 11% [======= ] 660/5687 11% [======= ] 661/5687 11% [======= ] 662/5687 11% [======= ] 663/5687 11% [======= ] 664/5687 11% [======= ] 665/5687 11% [======= ] 666/5687 11% [======= ] 667/5687 11% [======= ] 668/5687 11% [======= ] 669/5687 11% [======= ] 670/5687 11% [======= ] 671/5687 11% [======= ] 672/5687 11% [======= ] 673/5687 11% [======= ] 674/5687 11% [======= ] 675/5687 11% [======= ] 676/5687 11% [======= ] 677/5687 11% [======= ] 678/5687 11% [======= ] 679/5687 11% [======= ] 680/5687 11% [======= ] 681/5687 11% [======= ] 682/5687 11% [======= ] 683/5687 12% [======= ] 684/5687 12% [======= ] 685/5687 12% [======= ] 686/5687 12% [======= ] 687/5687 12% [======= ] 688/5687 12% [======= ] 689/5687 12% [======= ] 690/5687 12% [======= ] 691/5687 12% [======= ] 692/5687 12% [======= ] 693/5687 12% [======= ] 694/5687 12% [======= ] 695/5687 12% [======= ] 696/5687 12% [======= ] 697/5687 12% [======= ] 698/5687 12% [======= ] 699/5687 12% [======= ] 700/5687 12% [======= ] 701/5687 12% [======= ] 702/5687 12% [======= ] 703/5687 12% [======= ] 704/5687 12% [======= ] 705/5687 12% [======= ] 706/5687 12% [======= ] 707/5687 12% [======= ] 708/5687 12% [======= ] 709/5687 12% [======= ] 710/5687 12% [======= ] 711/5687 12% [======= ] 712/5687 12% [======= ] 713/5687 12% [======= ] 714/5687 12% [======= ] 715/5687 12% [======= ] 716/5687 12% [======= ] 717/5687 12% [======= ] 718/5687 12% [======= ] 719/5687 12% [======= ] 720/5687 12% [======= ] 721/5687 12% [======= ] 722/5687 12% [======= ] 723/5687 12% [======= ] 724/5687 12% [======= ] 725/5687 12% [======= ] 726/5687 12% [======= ] 727/5687 12% [======= ] 728/5687 12% [======= ] 729/5687 12% [======= ] 730/5687 12% [======= ] 731/5687 12% [======= ] 732/5687 12% [======= ] 733/5687 12% [======== ] 734/5687 12% [======== ] 735/5687 12% [======== ] 736/5687 12% [======== ] 737/5687 12% [======== ] 738/5687 12% [======== ] 739/5687 12% [======== ] 740/5687 13% [======== ] 741/5687 13% [======== ] 742/5687 13% [======== ] 743/5687 13% [======== ] 744/5687 13% [======== ] 745/5687 13% [======== ] 746/5687 13% [======== ] 747/5687 13% [======== ] 748/5687 13% [======== ] 749/5687 13% [======== ] 750/5687 13% [======== ] 751/5687 13% [======== ] 752/5687 13% [======== ] 753/5687 13% [======== ] 754/5687 13% [======== ] 755/5687 13% [======== ] 756/5687 13% [======== ] 757/5687 13% [======== ] 758/5687 13% [======== ] 759/5687 13% [======== ] 760/5687 13% [======== ] 761/5687 13% [======== ] 762/5687 13% [======== ] 763/5687 13% [======== ] 764/5687 13% [======== ] 765/5687 13% [======== ] 766/5687 13% [======== ] 767/5687 13% [======== ] 768/5687 13% [======== ] 769/5687 13% [======== ] 770/5687 13% [======== ] 771/5687 13% [======== ] 772/5687 13% [======== ] 773/5687 13% [======== ] 774/5687 13% [======== ] 775/5687 13% [======== ] 776/5687 13% [======== ] 777/5687 13% [======== ] 778/5687 13% [======== ] 779/5687 13% [======== ] 780/5687 13% [======== ] 781/5687 13% [======== ] 782/5687 13% [======== ] 783/5687 13% [======== ] 784/5687 13% [======== ] 785/5687 13% [======== ] 786/5687 13% [======== ] 787/5687 13% [======== ] 788/5687 13% [======== ] 789/5687 13% [======== ] 790/5687 13% [======== ] 791/5687 13% [======== ] 792/5687 13% [======== ] 793/5687 13% [======== ] 794/5687 13% [======== ] 795/5687 13% [======== ] 796/5687 13% [======== ] 797/5687 14% [======== ] 798/5687 14% [======== ] 799/5687 14% [======== ] 800/5687 14% [======== ] 801/5687 14% [======== ] 802/5687 14% [======== ] 803/5687 14% [======== ] 804/5687 14% [======== ] 805/5687 14% [======== ] 806/5687 14% [======== ] 807/5687 14% [======== ] 808/5687 14% [======== ] 809/5687 14% [======== ] 810/5687 14% [======== ] 811/5687 14% [======== ] 812/5687 14% [======== ] 813/5687 14% [======== ] 814/5687 14% [======== ] 815/5687 14% [======== ] 816/5687 14% [======== ] 817/5687 14% [======== ] 818/5687 14% [======== ] 819/5687 14% [======== ] 820/5687 14% [======== ] 821/5687 14% [======== ] 822/5687 14% [======== ] 823/5687 14% [======== ] 824/5687 14% [======== ] 825/5687 14% [========= ] 826/5687 14% [========= ] 827/5687 14% [========= ] 828/5687 14% [========= ] 829/5687 14% [========= ] 830/5687 14% [========= ] 831/5687 14% [========= ] 832/5687 14% [========= ] 833/5687 14% [========= ] 834/5687 14% [========= ] 835/5687 14% [========= ] 836/5687 14% [========= ] 837/5687 14% [========= ] 838/5687 14% [========= ] 839/5687 14% [========= ] 840/5687 14% [========= ] 841/5687 14% [========= ] 842/5687 14% [========= ] 843/5687 14% [========= ] 844/5687 14% [========= ] 845/5687 14% [========= ] 846/5687 14% [========= ] 847/5687 14% [========= ] 848/5687 14% [========= ] 849/5687 14% [========= ] 850/5687 14% [========= ] 851/5687 14% [========= ] 852/5687 14% [========= ] 853/5687 14% [========= ] 854/5687 15% [========= ] 855/5687 15% [========= ] 856/5687 15% [========= ] 857/5687 15% [========= ] 858/5687 15% [========= ] 859/5687 15% [========= ] 860/5687 15% [========= ] 861/5687 15% [========= ] 862/5687 15% [========= ] 863/5687 15% [========= ] 864/5687 15% [========= ] 865/5687 15% [========= ] 866/5687 15% [========= ] 867/5687 15% [========= ] 868/5687 15% [========= ] 869/5687 15% [========= ] 870/5687 15% [========= ] 871/5687 15% [========= ] 872/5687 15% [========= ] 873/5687 15% [========= ] 874/5687 15% [========= ] 875/5687 15% [========= ] 876/5687 15% [========= ] 877/5687 15% [========= ] 878/5687 15% [========= ] 879/5687 15% [========= ] 880/5687 15% [========= ] 881/5687 15% [========= ] 882/5687 15% [========= ] 883/5687 15% [========= ] 884/5687 15% [========= ] 885/5687 15% [========= ] 886/5687 15% [========= ] 887/5687 15% [========= ] 888/5687 15% [========= ] 889/5687 15% [========= ] 890/5687 15% [========= ] 891/5687 15% [========= ] 892/5687 15% [========= ] 893/5687 15% [========= ] 894/5687 15% [========= ] 895/5687 15% [========= ] 896/5687 15% [========= ] 897/5687 15% [========= ] 898/5687 15% [========= ] 899/5687 15% [========= ] 900/5687 15% [========= ] 901/5687 15% [========= ] 902/5687 15% [========= ] 903/5687 15% [========= ] 904/5687 15% [========= ] 905/5687 15% [========= ] 906/5687 15% [========= ] 907/5687 15% [========= ] 908/5687 15% [========= ] 909/5687 15% [========= ] 910/5687 16% [========= ] 911/5687 16% [========= ] 912/5687 16% [========= ] 913/5687 16% [========= ] 914/5687 16% [========= ] 915/5687 16% [========= ] 916/5687 16% [========= ] 917/5687 16% [========== ] 918/5687 16% [========== ] 919/5687 16% [========== ] 920/5687 16% [========== ] 921/5687 16% [========== ] 922/5687 16% [========== ] 923/5687 16% [========== ] 924/5687 16% [========== ] 925/5687 16% [========== ] 926/5687 16% [========== ] 927/5687 16% [========== ] 928/5687 16% [========== ] 929/5687 16% [========== ] 930/5687 16% [========== ] 931/5687 16% [========== ] 932/5687 16% [========== ] 933/5687 16% [========== ] 934/5687 16% [========== ] 935/5687 16% [========== ] 936/5687 16% [========== ] 937/5687 16% [========== ] 938/5687 16% [========== ] 939/5687 16% [========== ] 940/5687 16% [========== ] 941/5687 16% [========== ] 942/5687 16% [========== ] 943/5687 16% [========== ] 944/5687 16% [========== ] 945/5687 16% [========== ] 946/5687 16% [========== ] 947/5687 16% [========== ] 948/5687 16% [========== ] 949/5687 16% [========== ] 950/5687 16% [========== ] 951/5687 16% [========== ] 952/5687 16% [========== ] 953/5687 16% [========== ] 954/5687 16% [========== ] 955/5687 16% [========== ] 956/5687 16% [========== ] 957/5687 16% [========== ] 958/5687 16% [========== ] 959/5687 16% [========== ] 960/5687 16% [========== ] 961/5687 16% [========== ] 962/5687 16% [========== ] 963/5687 16% [========== ] 964/5687 16% [========== ] 965/5687 16% [========== ] 966/5687 16% [========== ] 967/5687 17% [========== ] 968/5687 17% [========== ] 969/5687 17% [========== ] 970/5687 17% [========== ] 971/5687 17% [========== ] 972/5687 17% [========== ] 973/5687 17% [========== ] 974/5687 17% [========== ] 975/5687 17% [========== ] 976/5687 17% [========== ] 977/5687 17% [========== ] 978/5687 17% [========== ] 979/5687 17% [========== ] 980/5687 17% [========== ] 981/5687 17% [========== ] 982/5687 17% [========== ] 983/5687 17% [========== ] 984/5687 17% [========== ] 985/5687 17% [========== ] 986/5687 17% [========== ] 987/5687 17% [========== ] 988/5687 17% [========== ] 989/5687 17% [========== ] 990/5687 17% [========== ] 991/5687 17% [========== ] 992/5687 17% [========== ] 993/5687 17% [========== ] 994/5687 17% [========== ] 995/5687 17% [========== ] 996/5687 17% [========== ] 997/5687 17% [========== ] 998/5687 17% [========== ] 999/5687 17% [========== ] 1000/5687 17% [========== ] 1001/5687 17% [========== ] 1002/5687 17% [========== ] 1003/5687 17% [========== ] 1004/5687 17% [========== ] 1005/5687 17% [========== ] 1006/5687 17% [========== ] 1007/5687 17% [========== ] 1008/5687 17% [=========== ] 1009/5687 17% [=========== ] 1010/5687 17% [=========== ] 1011/5687 17% [=========== ] 1012/5687 17% [=========== ] 1013/5687 17% [=========== ] 1014/5687 17% [=========== ] 1015/5687 17% [=========== ] 1016/5687 17% [=========== ] 1017/5687 17% [=========== ] 1018/5687 17% [=========== ] 1019/5687 17% [=========== ] 1020/5687 17% [=========== ] 1021/5687 17% [=========== ] 1022/5687 17% [=========== ] 1023/5687 17% [=========== ] 1024/5687 18% [=========== ] 1025/5687 18% [=========== ] 1026/5687 18% [=========== ] 1027/5687 18% [=========== ] 1028/5687 18% [=========== ] 1029/5687 18% [=========== ] 1030/5687 18% [=========== ] 1031/5687 18% [=========== ] 1032/5687 18% [=========== ] 1033/5687 18% [=========== ] 1034/5687 18% [=========== ] 1035/5687 18% [=========== ] 1036/5687 18% [=========== ] 1037/5687 18% [=========== ] 1038/5687 18% [=========== ] 1039/5687 18% [=========== ] 1040/5687 18% [=========== ] 1041/5687 18% [=========== ] 1042/5687 18% [=========== ] 1043/5687 18% [=========== ] 1044/5687 18% [=========== ] 1045/5687 18% [=========== ] 1046/5687 18% [=========== ] 1047/5687 18% [=========== ] 1048/5687 18% [=========== ] 1049/5687 18% [=========== ] 1050/5687 18% [=========== ] 1051/5687 18% [=========== ] 1052/5687 18% [=========== ] 1053/5687 18% [=========== ] 1054/5687 18% [=========== ] 1055/5687 18% [=========== ] 1056/5687 18% [=========== ] 1057/5687 18% [=========== ] 1058/5687 18% [=========== ] 1059/5687 18% [=========== ] 1060/5687 18% [=========== ] 1061/5687 18% [=========== ] 1062/5687 18% [=========== ] 1063/5687 18% [=========== ] 1064/5687 18% [=========== ] 1065/5687 18% [=========== ] 1066/5687 18% [=========== ] 1067/5687 18% [=========== ] 1068/5687 18% [=========== ] 1069/5687 18% [=========== ] 1070/5687 18% [=========== ] 1071/5687 18% [=========== ] 1072/5687 18% [=========== ] 1073/5687 18% [=========== ] 1074/5687 18% [=========== ] 1075/5687 18% [=========== ] 1076/5687 18% [=========== ] 1077/5687 18% [=========== ] 1078/5687 18% [=========== ] 1079/5687 18% [=========== ] 1080/5687 18% [=========== ] 1081/5687 19% [=========== ] 1082/5687 19% [=========== ] 1083/5687 19% [=========== ] 1084/5687 19% [=========== ] 1085/5687 19% [=========== ] 1086/5687 19% [=========== ] 1087/5687 19% [=========== ] 1088/5687 19% [=========== ] 1089/5687 19% [=========== ] 1090/5687 19% [=========== ] 1091/5687 19% [=========== ] 1092/5687 19% [=========== ] 1093/5687 19% [=========== ] 1094/5687 19% [=========== ] 1095/5687 19% [=========== ] 1096/5687 19% [=========== ] 1097/5687 19% [=========== ] 1098/5687 19% [=========== ] 1099/5687 19% [=========== ] 1100/5687 19% [============ ] 1101/5687 19% [============ ] 1102/5687 19% [============ ] 1103/5687 19% [============ ] 1104/5687 19% [============ ] 1105/5687 19% [============ ] 1106/5687 19% [============ ] 1107/5687 19% [============ ] 1108/5687 19% [============ ] 1109/5687 19% [============ ] 1110/5687 19% [============ ] 1111/5687 19% [============ ] 1112/5687 19% [============ ] 1113/5687 19% [============ ] 1114/5687 19% [============ ] 1115/5687 19% [============ ] 1116/5687 19% [============ ] 1117/5687 19% [============ ] 1118/5687 19% [============ ] 1119/5687 19% [============ ] 1120/5687 19% [============ ] 1121/5687 19% [============ ] 1122/5687 19% [============ ] 1123/5687 19% [============ ] 1124/5687 19% [============ ] 1125/5687 19% [============ ] 1126/5687 19% [============ ] 1127/5687 19% [============ ] 1128/5687 19% [============ ] 1129/5687 19% [============ ] 1130/5687 19% [============ ] 1131/5687 19% [============ ] 1132/5687 19% [============ ] 1133/5687 19% [============ ] 1134/5687 19% [============ ] 1135/5687 19% [============ ] 1136/5687 19% [============ ] 1137/5687 19% [============ ] 1138/5687 20% [============ ] 1139/5687 20% [============ ] 1140/5687 20% [============ ] 1141/5687 20% [============ ] 1142/5687 20% [============ ] 1143/5687 20% [============ ] 1144/5687 20% [============ ] 1145/5687 20% [============ ] 1146/5687 20% [============ ] 1147/5687 20% [============ ] 1148/5687 20% [============ ] 1149/5687 20% [============ ] 1150/5687 20% [============ ] 1151/5687 20% [============ ] 1152/5687 20% [============ ] 1153/5687 20% [============ ] 1154/5687 20% [============ ] 1155/5687 20% [============ ] 1156/5687 20% [============ ] 1157/5687 20% [============ ] 1158/5687 20% [============ ] 1159/5687 20% [============ ] 1160/5687 20% [============ ] 1161/5687 20% [============ ] 1162/5687 20% [============ ] 1163/5687 20% [============ ] 1164/5687 20% [============ ] 1165/5687 20% [============ ] 1166/5687 20% [============ ] 1167/5687 20% [============ ] 1168/5687 20% [============ ] 1169/5687 20% [============ ] 1170/5687 20% [============ ] 1171/5687 20% [============ ] 1172/5687 20% [============ ] 1173/5687 20% [============ ] 1174/5687 20% [============ ] 1175/5687 20% [============ ] 1176/5687 20% [============ ] 1177/5687 20% [============ ] 1178/5687 20% [============ ] 1179/5687 20% [============ ] 1180/5687 20% [============ ] 1181/5687 20% [============ ] 1182/5687 20% [============ ] 1183/5687 20% [============ ] 1184/5687 20% [============ ] 1185/5687 20% [============ ] 1186/5687 20% [============ ] 1187/5687 20% [============ ] 1188/5687 20% [============ ] 1189/5687 20% [============ ] 1190/5687 20% [============ ] 1191/5687 20% [============ ] 1192/5687 20% [============= ] 1193/5687 20% [============= ] 1194/5687 20% [============= ] 1195/5687 21% [============= ] 1196/5687 21% [============= ] 1197/5687 21% [============= ] 1198/5687 21% [============= ] 1199/5687 21% [============= ] 1200/5687 21% [============= ] 1201/5687 21% [============= ] 1202/5687 21% [============= ] 1203/5687 21% [============= ] 1204/5687 21% [============= ] 1205/5687 21% [============= ] 1206/5687 21% [============= ] 1207/5687 21% [============= ] 1208/5687 21% [============= ] 1209/5687 21% [============= ] 1210/5687 21% [============= ] 1211/5687 21% [============= ] 1212/5687 21% [============= ] 1213/5687 21% [============= ] 1214/5687 21% [============= ] 1215/5687 21% [============= ] 1216/5687 21% [============= ] 1217/5687 21% [============= ] 1218/5687 21% [============= ] 1219/5687 21% [============= ] 1220/5687 21% [============= ] 1221/5687 21% [============= ] 1222/5687 21% [============= ] 1223/5687 21% [============= ] 1224/5687 21% [============= ] 1225/5687 21% [============= ] 1226/5687 21% [============= ] 1227/5687 21% [============= ] 1228/5687 21% [============= ] 1229/5687 21% [============= ] 1230/5687 21% [============= ] 1231/5687 21% [============= ] 1232/5687 21% [============= ] 1233/5687 21% [============= ] 1234/5687 21% [============= ] 1235/5687 21% [============= ] 1236/5687 21% [============= ] 1237/5687 21% [============= ] 1238/5687 21% [============= ] 1239/5687 21% [============= ] 1240/5687 21% [============= ] 1241/5687 21% [============= ] 1242/5687 21% [============= ] 1243/5687 21% [============= ] 1244/5687 21% [============= ] 1245/5687 21% [============= ] 1246/5687 21% [============= ] 1247/5687 21% [============= ] 1248/5687 21% [============= ] 1249/5687 21% [============= ] 1250/5687 21% [============= ] 1251/5687 21% [============= ] 1252/5687 22% [============= ] 1253/5687 22% [============= ] 1254/5687 22% [============= ] 1255/5687 22% [============= ] 1256/5687 22% [============= ] 1257/5687 22% [============= ] 1258/5687 22% [============= ] 1259/5687 22% [============= ] 1260/5687 22% [============= ] 1261/5687 22% [============= ] 1262/5687 22% [============= ] 1263/5687 22% [============= ] 1264/5687 22% [============= ] 1265/5687 22% [============= ] 1266/5687 22% [============= ] 1267/5687 22% [============= ] 1268/5687 22% [============= ] 1269/5687 22% [============= ] 1270/5687 22% [============= ] 1271/5687 22% [============= ] 1272/5687 22% [============= ] 1273/5687 22% [============= ] 1274/5687 22% [============= ] 1275/5687 22% [============= ] 1276/5687 22% [============= ] 1277/5687 22% [============= ] 1278/5687 22% [============= ] 1279/5687 22% [============= ] 1280/5687 22% [============= ] 1281/5687 22% [============= ] 1282/5687 22% [============= ] 1283/5687 22% [============= ] 1284/5687 22% [============== ] 1285/5687 22% [============== ] 1286/5687 22% [============== ] 1287/5687 22% [============== ] 1288/5687 22% [============== ] 1289/5687 22% [============== ] 1290/5687 22% [============== ] 1291/5687 22% [============== ] 1292/5687 22% [============== ] 1293/5687 22% [============== ] 1294/5687 22% [============== ] 1295/5687 22% [============== ] 1296/5687 22% [============== ] 1297/5687 22% [============== ] 1298/5687 22% [============== ] 1299/5687 22% [============== ] 1300/5687 22% [============== ] 1301/5687 22% [============== ] 1302/5687 22% [============== ] 1303/5687 22% [============== ] 1304/5687 22% [============== ] 1305/5687 22% [============== ] 1306/5687 22% [============== ] 1307/5687 22% [============== ] 1308/5687 22% [============== ] 1309/5687 23% [============== ] 1310/5687 23% [============== ] 1311/5687 23% [============== ] 1312/5687 23% [============== ] 1313/5687 23% [============== ] 1314/5687 23% [============== ] 1315/5687 23% [============== ] 1316/5687 23% [============== ] 1317/5687 23% [============== ] 1318/5687 23% [============== ] 1319/5687 23% [============== ] 1320/5687 23% [============== ] 1321/5687 23% [============== ] 1322/5687 23% [============== ] 1323/5687 23% [============== ] 1324/5687 23% [============== ] 1325/5687 23% [============== ] 1326/5687 23% [============== ] 1327/5687 23% [============== ] 1328/5687 23% [============== ] 1329/5687 23% [============== ] 1330/5687 23% [============== ] 1331/5687 23% [============== ] 1332/5687 23% [============== ] 1333/5687 23% [============== ] 1334/5687 23% [============== ] 1335/5687 23% [============== ] 1336/5687 23% [============== ] 1337/5687 23% [============== ] 1338/5687 23% [============== ] 1339/5687 23% [============== ] 1340/5687 23% [============== ] 1341/5687 23% [============== ] 1342/5687 23% [============== ] 1343/5687 23% [============== ] 1344/5687 23% [============== ] 1345/5687 23% [============== ] 1346/5687 23% [============== ] 1347/5687 23% [============== ] 1348/5687 23% [============== ] 1349/5687 23% [============== ] 1350/5687 23% [============== ] 1351/5687 23% [============== ] 1352/5687 23% [============== ] 1353/5687 23% [============== ] 1354/5687 23% [============== ] 1355/5687 23% [============== ] 1356/5687 23% [============== ] 1357/5687 23% [============== ] 1358/5687 23% [============== ] 1359/5687 23% [============== ] 1360/5687 23% [============== ] 1361/5687 23% [============== ] 1362/5687 23% [============== ] 1363/5687 23% [============== ] 1364/5687 23% [============== ] 1365/5687 24% [============== ] 1366/5687 24% [============== ] 1367/5687 24% [============== ] 1368/5687 24% [============== ] 1369/5687 24% [============== ] 1370/5687 24% [============== ] 1371/5687 24% [============== ] 1372/5687 24% [============== ] 1373/5687 24% [============== ] 1374/5687 24% [============== ] 1375/5687 24% [=============== ] 1376/5687 24% [=============== ] 1377/5687 24% [=============== ] 1378/5687 24% [=============== ] 1379/5687 24% [=============== ] 1380/5687 24% [=============== ] 1381/5687 24% [=============== ] 1382/5687 24% [=============== ] 1383/5687 24% [=============== ] 1384/5687 24% [=============== ] 1385/5687 24% [=============== ] 1386/5687 24% [=============== ] 1387/5687 24% [=============== ] 1388/5687 24% [=============== ] 1389/5687 24% [=============== ] 1390/5687 24% [=============== ] 1391/5687 24% [=============== ] 1392/5687 24% [=============== ] 1393/5687 24% [=============== ] 1394/5687 24% [=============== ] 1395/5687 24% [=============== ] 1396/5687 24% [=============== ] 1397/5687 24% [=============== ] 1398/5687 24% [=============== ] 1399/5687 24% [=============== ] 1400/5687 24% [=============== ] 1401/5687 24% [=============== ] 1402/5687 24% [=============== ] 1403/5687 24% [=============== ] 1404/5687 24% [=============== ] 1405/5687 24% [=============== ] 1406/5687 24% [=============== ] 1407/5687 24% [=============== ] 1408/5687 24% [=============== ] 1409/5687 24% [=============== ] 1410/5687 24% [=============== ] 1411/5687 24% [=============== ] 1412/5687 24% [=============== ] 1413/5687 24% [=============== ] 1414/5687 24% [=============== ] 1415/5687 24% [=============== ] 1416/5687 24% [=============== ] 1417/5687 24% [=============== ] 1418/5687 24% [=============== ] 1419/5687 24% [=============== ] 1420/5687 24% [=============== ] 1421/5687 24% [=============== ] 1422/5687 25% [=============== ] 1423/5687 25% [=============== ] 1424/5687 25% [=============== ] 1425/5687 25% [=============== ] 1426/5687 25% [=============== ] 1427/5687 25% [=============== ] 1428/5687 25% [=============== ] 1429/5687 25% [=============== ] 1430/5687 25% [=============== ] 1431/5687 25% [=============== ] 1432/5687 25% [=============== ] 1433/5687 25% [=============== ] 1434/5687 25% [=============== ] 1435/5687 25% [=============== ] 1436/5687 25% [=============== ] 1437/5687 25% [=============== ] 1438/5687 25% [=============== ] 1439/5687 25% [=============== ] 1440/5687 25% [=============== ] 1441/5687 25% [=============== ] 1442/5687 25% [=============== ] 1443/5687 25% [=============== ] 1444/5687 25% [=============== ] 1445/5687 25% [=============== ] 1446/5687 25% [=============== ] 1447/5687 25% [=============== ] 1448/5687 25% [=============== ] 1449/5687 25% [=============== ] 1450/5687 25% [=============== ] 1451/5687 25% [=============== ] 1452/5687 25% [=============== ] 1453/5687 25% [=============== ] 1454/5687 25% [=============== ] 1455/5687 25% [=============== ] 1456/5687 25% [=============== ] 1457/5687 25% [=============== ] 1458/5687 25% [=============== ] 1459/5687 25% [=============== ] 1460/5687 25% [=============== ] 1461/5687 25% [=============== ] 1462/5687 25% [=============== ] 1463/5687 25% [=============== ] 1464/5687 25% [=============== ] 1465/5687 25% [=============== ] 1466/5687 25% [=============== ] 1467/5687 25% [================ ] 1468/5687 25% [================ ] 1469/5687 25% [================ ] 1470/5687 25% [================ ] 1471/5687 25% [================ ] 1472/5687 25% [================ ] 1473/5687 25% [================ ] 1474/5687 25% [================ ] 1475/5687 25% [================ ] 1476/5687 25% [================ ] 1477/5687 25% [================ ] 1478/5687 25% [================ ] 1479/5687 26% [================ ] 1480/5687 26% [================ ] 1481/5687 26% [================ ] 1482/5687 26% [================ ] 1483/5687 26% [================ ] 1484/5687 26% [================ ] 1485/5687 26% [================ ] 1486/5687 26% [================ ] 1487/5687 26% [================ ] 1488/5687 26% [================ ] 1489/5687 26% [================ ] 1490/5687 26% [================ ] 1491/5687 26% [================ ] 1492/5687 26% [================ ] 1493/5687 26% [================ ] 1494/5687 26% [================ ] 1495/5687 26% [================ ] 1496/5687 26% [================ ] 1497/5687 26% [================ ] 1498/5687 26% [================ ] 1499/5687 26% [================ ] 1500/5687 26% [================ ] 1501/5687 26% [================ ] 1502/5687 26% [================ ] 1503/5687 26% [================ ] 1504/5687 26% [================ ] 1505/5687 26% [================ ] 1506/5687 26% [================ ] 1507/5687 26% [================ ] 1508/5687 26% [================ ] 1509/5687 26% [================ ] 1510/5687 26% [================ ] 1511/5687 26% [================ ] 1512/5687 26% [================ ] 1513/5687 26% [================ ] 1514/5687 26% [================ ] 1515/5687 26% [================ ] 1516/5687 26% [================ ] 1517/5687 26% [================ ] 1518/5687 26% [================ ] 1519/5687 26% [================ ] 1520/5687 26% [================ ] 1521/5687 26% [================ ] 1522/5687 26% [================ ] 1523/5687 26% [================ ] 1524/5687 26% [================ ] 1525/5687 26% [================ ] 1526/5687 26% [================ ] 1527/5687 26% [================ ] 1528/5687 26% [================ ] 1529/5687 26% [================ ] 1530/5687 26% [================ ] 1531/5687 26% [================ ] 1532/5687 26% [================ ] 1533/5687 26% [================ ] 1534/5687 26% [================ ] 1535/5687 26% [================ ] 1536/5687 27% [================ ] 1537/5687 27% [================ ] 1538/5687 27% [================ ] 1539/5687 27% [================ ] 1540/5687 27% [================ ] 1541/5687 27% [================ ] 1542/5687 27% [================ ] 1543/5687 27% [================ ] 1544/5687 27% [================ ] 1545/5687 27% [================ ] 1546/5687 27% [================ ] 1547/5687 27% [================ ] 1548/5687 27% [================ ] 1549/5687 27% [================ ] 1550/5687 27% [================ ] 1551/5687 27% [================ ] 1552/5687 27% [================ ] 1553/5687 27% [================ ] 1554/5687 27% [================ ] 1555/5687 27% [================ ] 1556/5687 27% [================ ] 1557/5687 27% [================ ] 1558/5687 27% [================ ] 1559/5687 27% [================= ] 1560/5687 27% [================= ] 1561/5687 27% [================= ] 1562/5687 27% [================= ] 1563/5687 27% [================= ] 1564/5687 27% [================= ] 1565/5687 27% [================= ] 1566/5687 27% [================= ] 1567/5687 27% [================= ] 1568/5687 27% [================= ] 1569/5687 27% [================= ] 1570/5687 27% [================= ] 1571/5687 27% [================= ] 1572/5687 27% [================= ] 1573/5687 27% [================= ] 1574/5687 27% [================= ] 1575/5687 27% [================= ] 1576/5687 27% [================= ] 1577/5687 27% [================= ] 1578/5687 27% [================= ] 1579/5687 27% [================= ] 1580/5687 27% [================= ] 1581/5687 27% [================= ] 1582/5687 27% [================= ] 1583/5687 27% [================= ] 1584/5687 27% [================= ] 1585/5687 27% [================= ] 1586/5687 27% [================= ] 1587/5687 27% [================= ] 1588/5687 27% [================= ] 1589/5687 27% [================= ] 1590/5687 27% [================= ] 1591/5687 27% [================= ] 1592/5687 27% [================= ] 1593/5687 28% [================= ] 1594/5687 28% [================= ] 1595/5687 28% [================= ] 1596/5687 28% [================= ] 1597/5687 28% [================= ] 1598/5687 28% [================= ] 1599/5687 28% [================= ] 1600/5687 28% [================= ] 1601/5687 28% [================= ] 1602/5687 28% [================= ] 1603/5687 28% [================= ] 1604/5687 28% [================= ] 1605/5687 28% [================= ] 1606/5687 28% [================= ] 1607/5687 28% [================= ] 1608/5687 28% [================= ] 1609/5687 28% [================= ] 1610/5687 28% [================= ] 1611/5687 28% [================= ] 1612/5687 28% [================= ] 1613/5687 28% [================= ] 1614/5687 28% [================= ] 1615/5687 28% [================= ] 1616/5687 28% [================= ] 1617/5687 28% [================= ] 1618/5687 28% [================= ] 1619/5687 28% [================= ] 1620/5687 28% [================= ] 1621/5687 28% [================= ] 1622/5687 28% [================= ] 1623/5687 28% [================= ] 1624/5687 28% [================= ] 1625/5687 28% [================= ] 1626/5687 28% [================= ] 1627/5687 28% [================= ] 1628/5687 28% [================= ] 1629/5687 28% [================= ] 1630/5687 28% [================= ] 1631/5687 28% [================= ] 1632/5687 28% [================= ] 1633/5687 28% [================= ] 1634/5687 28% [================= ] 1635/5687 28% [================= ] 1636/5687 28% [================= ] 1637/5687 28% [================= ] 1638/5687 28% [================= ] 1639/5687 28% [================= ] 1640/5687 28% [================= ] 1641/5687 28% [================= ] 1642/5687 28% [================= ] 1643/5687 28% [================= ] 1644/5687 28% [================= ] 1645/5687 28% [================= ] 1646/5687 28% [================= ] 1647/5687 28% [================= ] 1648/5687 28% [================= ] 1649/5687 28% [================= ] 1650/5687 29% [================= ] 1651/5687 29% [================== ] 1652/5687 29% [================== ] 1653/5687 29% [================== ] 1654/5687 29% [================== ] 1655/5687 29% [================== ] 1656/5687 29% [================== ] 1657/5687 29% [================== ] 1658/5687 29% [================== ] 1659/5687 29% [================== ] 1660/5687 29% [================== ] 1661/5687 29% [================== ] 1662/5687 29% [================== ] 1663/5687 29% [================== ] 1664/5687 29% [================== ] 1665/5687 29% [================== ] 1666/5687 29% [================== ] 1667/5687 29% [================== ] 1668/5687 29% [================== ] 1669/5687 29% [================== ] 1670/5687 29% [================== ] 1671/5687 29% [================== ] 1672/5687 29% [================== ] 1673/5687 29% [================== ] 1674/5687 29% [================== ] 1675/5687 29% [================== ] 1676/5687 29% [================== ] 1677/5687 29% [================== ] 1678/5687 29% [================== ] 1679/5687 29% [================== ] 1680/5687 29% [================== ] 1681/5687 29% [================== ] 1682/5687 29% [================== ] 1683/5687 29% [================== ] 1684/5687 29% [================== ] 1685/5687 29% [================== ] 1686/5687 29% [================== ] 1687/5687 29% [================== ] 1688/5687 29% [================== ] 1689/5687 29% [================== ] 1690/5687 29% [================== ] 1691/5687 29% [================== ] 1692/5687 29% [================== ] 1693/5687 29% [================== ] 1694/5687 29% [================== ] 1695/5687 29% [================== ] 1696/5687 29% [================== ] 1697/5687 29% [================== ] 1698/5687 29% [================== ] 1699/5687 29% [================== ] 1700/5687 29% [================== ] 1701/5687 29% [================== ] 1702/5687 29% [================== ] 1703/5687 29% [================== ] 1704/5687 29% [================== ] 1705/5687 29% [================== ] 1706/5687 29% [================== ] 1707/5687 30% [================== ] 1708/5687 30% [================== ] 1709/5687 30% [================== ] 1710/5687 30% [================== ] 1711/5687 30% [================== ] 1712/5687 30% [================== ] 1713/5687 30% [================== ] 1714/5687 30% [================== ] 1715/5687 30% [================== ] 1716/5687 30% [================== ] 1717/5687 30% [================== ] 1718/5687 30% [================== ] 1719/5687 30% [================== ] 1720/5687 30% [================== ] 1721/5687 30% [================== ] 1722/5687 30% [================== ] 1723/5687 30% [================== ] 1724/5687 30% [================== ] 1725/5687 30% [================== ] 1726/5687 30% [================== ] 1727/5687 30% [================== ] 1728/5687 30% [================== ] 1729/5687 30% [================== ] 1730/5687 30% [================== ] 1731/5687 30% [================== ] 1732/5687 30% [================== ] 1733/5687 30% [================== ] 1734/5687 30% [================== ] 1735/5687 30% [================== ] 1736/5687 30% [================== ] 1737/5687 30% [================== ] 1738/5687 30% [================== ] 1739/5687 30% [================== ] 1740/5687 30% [================== ] 1741/5687 30% [================== ] 1742/5687 30% [=================== ] 1743/5687 30% [=================== ] 1744/5687 30% [=================== ] 1745/5687 30% [=================== ] 1746/5687 30% [=================== ] 1747/5687 30% [=================== ] 1748/5687 30% [=================== ] 1749/5687 30% [=================== ] 1750/5687 30% [=================== ] 1751/5687 30% [=================== ] 1752/5687 30% [=================== ] 1753/5687 30% [=================== ] 1754/5687 30% [=================== ] 1755/5687 30% [=================== ] 1756/5687 30% [=================== ] 1757/5687 30% [=================== ] 1758/5687 30% [=================== ] 1759/5687 30% [=================== ] 1760/5687 30% [=================== ] 1761/5687 30% [=================== ] 1762/5687 30% [=================== ] 1763/5687 31% [=================== ] 1764/5687 31% [=================== ] 1765/5687 31% [=================== ] 1766/5687 31% [=================== ] 1767/5687 31% [=================== ] 1768/5687 31% [=================== ] 1769/5687 31% [=================== ] 1770/5687 31% [=================== ] 1771/5687 31% [=================== ] 1772/5687 31% [=================== ] 1773/5687 31% [=================== ] 1774/5687 31% [=================== ] 1775/5687 31% [=================== ] 1776/5687 31% [=================== ] 1777/5687 31% [=================== ] 1778/5687 31% [=================== ] 1779/5687 31% [=================== ] 1780/5687 31% [=================== ] 1781/5687 31% [=================== ] 1782/5687 31% [=================== ] 1783/5687 31% [=================== ] 1784/5687 31% [=================== ] 1785/5687 31% [=================== ] 1786/5687 31% [=================== ] 1787/5687 31% [=================== ] 1788/5687 31% [=================== ] 1789/5687 31% [=================== ] 1790/5687 31% [=================== ] 1791/5687 31% [=================== ] 1792/5687 31% [=================== ] 1793/5687 31% [=================== ] 1794/5687 31% [=================== ] 1795/5687 31% [=================== ] 1796/5687 31% [=================== ] 1797/5687 31% [=================== ] 1798/5687 31% [=================== ] 1799/5687 31% [=================== ] 1800/5687 31% [=================== ] 1801/5687 31% [=================== ] 1802/5687 31% [=================== ] 1803/5687 31% [=================== ] 1804/5687 31% [=================== ] 1805/5687 31% [=================== ] 1806/5687 31% [=================== ] 1807/5687 31% [=================== ] 1808/5687 31% [=================== ] 1809/5687 31% [=================== ] 1810/5687 31% [=================== ] 1811/5687 31% [=================== ] 1812/5687 31% [=================== ] 1813/5687 31% [=================== ] 1814/5687 31% [=================== ] 1815/5687 31% [=================== ] 1816/5687 31% [=================== ] 1817/5687 31% [=================== ] 1818/5687 31% [=================== ] 1819/5687 31% [=================== ] 1820/5687 32% [=================== ] 1821/5687 32% [=================== ] 1822/5687 32% [=================== ] 1823/5687 32% [=================== ] 1824/5687 32% [=================== ] 1825/5687 32% [=================== ] 1826/5687 32% [=================== ] 1827/5687 32% [=================== ] 1828/5687 32% [=================== ] 1829/5687 32% [=================== ] 1830/5687 32% [=================== ] 1831/5687 32% [=================== ] 1832/5687 32% [=================== ] 1833/5687 32% [=================== ] 1834/5687 32% [==================== ] 1835/5687 32% [==================== ] 1836/5687 32% [==================== ] 1837/5687 32% [==================== ] 1838/5687 32% [==================== ] 1839/5687 32% [==================== ] 1840/5687 32% [==================== ] 1841/5687 32% [==================== ] 1842/5687 32% [==================== ] 1843/5687 32% [==================== ] 1844/5687 32% [==================== ] 1845/5687 32% [==================== ] 1846/5687 32% [==================== ] 1847/5687 32% [==================== ] 1848/5687 32% [==================== ] 1849/5687 32% [==================== ] 1850/5687 32% [==================== ] 1851/5687 32% [==================== ] 1852/5687 32% [==================== ] 1853/5687 32% [==================== ] 1854/5687 32% [==================== ] 1855/5687 32% [==================== ] 1856/5687 32% [==================== ] 1857/5687 32% [==================== ] 1858/5687 32% [==================== ] 1859/5687 32% [==================== ] 1860/5687 32% [==================== ] 1861/5687 32% [==================== ] 1862/5687 32% [==================== ] 1863/5687 32% [==================== ] 1864/5687 32% [==================== ] 1865/5687 32% [==================== ] 1866/5687 32% [==================== ] 1867/5687 32% [==================== ] 1868/5687 32% [==================== ] 1869/5687 32% [==================== ] 1870/5687 32% [==================== ] 1871/5687 32% [==================== ] 1872/5687 32% [==================== ] 1873/5687 32% [==================== ] 1874/5687 32% [==================== ] 1875/5687 32% [==================== ] 1876/5687 32% [==================== ] 1877/5687 33% [==================== ] 1878/5687 33% [==================== ] 1879/5687 33% [==================== ] 1880/5687 33% [==================== ] 1881/5687 33% [==================== ] 1882/5687 33% [==================== ] 1883/5687 33% [==================== ] 1884/5687 33% [==================== ] 1885/5687 33% [==================== ] 1886/5687 33% [==================== ] 1887/5687 33% [==================== ] 1888/5687 33% [==================== ] 1889/5687 33% [==================== ] 1890/5687 33% [==================== ] 1891/5687 33% [==================== ] 1892/5687 33% [==================== ] 1893/5687 33% [==================== ] 1894/5687 33% [==================== ] 1895/5687 33% [==================== ] 1896/5687 33% [==================== ] 1897/5687 33% [==================== ] 1898/5687 33% [==================== ] 1899/5687 33% [==================== ] 1900/5687 33% [==================== ] 1901/5687 33% [==================== ] 1902/5687 33% [==================== ] 1903/5687 33% [==================== ] 1904/5687 33% [==================== ] 1905/5687 33% [==================== ] 1906/5687 33% [==================== ] 1907/5687 33% [==================== ] 1908/5687 33% [==================== ] 1909/5687 33% [==================== ] 1910/5687 33% [==================== ] 1911/5687 33% [==================== ] 1912/5687 33% [==================== ] 1913/5687 33% [==================== ] 1914/5687 33% [==================== ] 1915/5687 33% [==================== ] 1916/5687 33% [==================== ] 1917/5687 33% [==================== ] 1918/5687 33% [==================== ] 1919/5687 33% [==================== ] 1920/5687 33% [==================== ] 1921/5687 33% [==================== ] 1922/5687 33% [==================== ] 1923/5687 33% [==================== ] 1924/5687 33% [==================== ] 1925/5687 33% [==================== ] 1926/5687 33% [===================== ] 1927/5687 33% [===================== ] 1928/5687 33% [===================== ] 1929/5687 33% [===================== ] 1930/5687 33% [===================== ] 1931/5687 33% [===================== ] 1932/5687 33% [===================== ] 1933/5687 33% [===================== ] 1934/5687 34% [===================== ] 1935/5687 34% [===================== ] 1936/5687 34% [===================== ] 1937/5687 34% [===================== ] 1938/5687 34% [===================== ] 1939/5687 34% [===================== ] 1940/5687 34% [===================== ] 1941/5687 34% [===================== ] 1942/5687 34% [===================== ] 1943/5687 34% [===================== ] 1944/5687 34% [===================== ] 1945/5687 34% [===================== ] 1946/5687 34% [===================== ] 1947/5687 34% [===================== ] 1948/5687 34% [===================== ] 1949/5687 34% [===================== ] 1950/5687 34% [===================== ] 1951/5687 34% [===================== ] 1952/5687 34% [===================== ] 1953/5687 34% [===================== ] 1954/5687 34% [===================== ] 1955/5687 34% [===================== ] 1956/5687 34% [===================== ] 1957/5687 34% [===================== ] 1958/5687 34% [===================== ] 1959/5687 34% [===================== ] 1960/5687 34% [===================== ] 1961/5687 34% [===================== ] 1962/5687 34% [===================== ] 1963/5687 34% [===================== ] 1964/5687 34% [===================== ] 1965/5687 34% [===================== ] 1966/5687 34% [===================== ] 1967/5687 34% [===================== ] 1968/5687 34% [===================== ] 1969/5687 34% [===================== ] 1970/5687 34% [===================== ] 1971/5687 34% [===================== ] 1972/5687 34% [===================== ] 1973/5687 34% [===================== ] 1974/5687 34% [===================== ] 1975/5687 34% [===================== ] 1976/5687 34% [===================== ] 1977/5687 34% [===================== ] 1978/5687 34% [===================== ] 1979/5687 34% [===================== ] 1980/5687 34% [===================== ] 1981/5687 34% [===================== ] 1982/5687 34% [===================== ] 1983/5687 34% [===================== ] 1984/5687 34% [===================== ] 1985/5687 34% [===================== ] 1986/5687 34% [===================== ] 1987/5687 34% [===================== ] 1988/5687 34% [===================== ] 1989/5687 34% [===================== ] 1990/5687 34% [===================== ] 1991/5687 35% [===================== ] 1992/5687 35% [===================== ] 1993/5687 35% [===================== ] 1994/5687 35% [===================== ] 1995/5687 35% [===================== ] 1996/5687 35% [===================== ] 1997/5687 35% [===================== ] 1998/5687 35% [===================== ] 1999/5687 35% [===================== ] 2000/5687 35% [===================== ] 2001/5687 35% [===================== ] 2002/5687 35% [===================== ] 2003/5687 35% [===================== ] 2004/5687 35% [===================== ] 2005/5687 35% [===================== ] 2006/5687 35% [===================== ] 2007/5687 35% [===================== ] 2008/5687 35% [===================== ] 2009/5687 35% [===================== ] 2010/5687 35% [===================== ] 2011/5687 35% [===================== ] 2012/5687 35% [===================== ] 2013/5687 35% [===================== ] 2014/5687 35% [===================== ] 2015/5687 35% [===================== ] 2016/5687 35% [===================== ] 2017/5687 35% [====================== ] 2018/5687 35% [====================== ] 2019/5687 35% [====================== ] 2020/5687 35% [====================== ] 2021/5687 35% [====================== ] 2022/5687 35% [====================== ] 2023/5687 35% [====================== ] 2024/5687 35% [====================== ] 2025/5687 35% [====================== ] 2026/5687 35% [====================== ] 2027/5687 35% [====================== ] 2028/5687 35% [====================== ] 2029/5687 35% [====================== ] 2030/5687 35% [====================== ] 2031/5687 35% [====================== ] 2032/5687 35% [====================== ] 2033/5687 35% [====================== ] 2034/5687 35% [====================== ] 2035/5687 35% [====================== ] 2036/5687 35% [====================== ] 2037/5687 35% [====================== ] 2038/5687 35% [====================== ] 2039/5687 35% [====================== ] 2040/5687 35% [====================== ] 2041/5687 35% [====================== ] 2042/5687 35% [====================== ] 2043/5687 35% [====================== ] 2044/5687 35% [====================== ] 2045/5687 35% [====================== ] 2046/5687 35% [====================== ] 2047/5687 35% [====================== ] 2048/5687 36% [====================== ] 2049/5687 36% [====================== ] 2050/5687 36% [====================== ] 2051/5687 36% [====================== ] 2052/5687 36% [====================== ] 2053/5687 36% [====================== ] 2054/5687 36% [====================== ] 2055/5687 36% [====================== ] 2056/5687 36% [====================== ] 2057/5687 36% [====================== ] 2058/5687 36% [====================== ] 2059/5687 36% [====================== ] 2060/5687 36% [====================== ] 2061/5687 36% [====================== ] 2062/5687 36% [====================== ] 2063/5687 36% [====================== ] 2064/5687 36% [====================== ] 2065/5687 36% [====================== ] 2066/5687 36% [====================== ] 2067/5687 36% [====================== ] 2068/5687 36% [====================== ] 2069/5687 36% [====================== ] 2070/5687 36% [====================== ] 2071/5687 36% [====================== ] 2072/5687 36% [====================== ] 2073/5687 36% [====================== ] 2074/5687 36% [====================== ] 2075/5687 36% [====================== ] 2076/5687 36% [====================== ] 2077/5687 36% [====================== ] 2078/5687 36% [====================== ] 2079/5687 36% [====================== ] 2080/5687 36% [====================== ] 2081/5687 36% [====================== ] 2082/5687 36% [====================== ] 2083/5687 36% [====================== ] 2084/5687 36% [====================== ] 2085/5687 36% [====================== ] 2086/5687 36% [====================== ] 2087/5687 36% [====================== ] 2088/5687 36% [====================== ] 2089/5687 36% [====================== ] 2090/5687 36% [====================== ] 2091/5687 36% [====================== ] 2092/5687 36% [====================== ] 2093/5687 36% [====================== ] 2094/5687 36% [====================== ] 2095/5687 36% [====================== ] 2096/5687 36% [====================== ] 2097/5687 36% [====================== ] 2098/5687 36% [====================== ] 2099/5687 36% [====================== ] 2100/5687 36% [====================== ] 2101/5687 36% [====================== ] 2102/5687 36% [====================== ] 2103/5687 36% [====================== ] 2104/5687 36% [====================== ] 2105/5687 37% [====================== ] 2106/5687 37% [====================== ] 2107/5687 37% [====================== ] 2108/5687 37% [====================== ] 2109/5687 37% [======================= ] 2110/5687 37% [======================= ] 2111/5687 37% [======================= ] 2112/5687 37% [======================= ] 2113/5687 37% [======================= ] 2114/5687 37% [======================= ] 2115/5687 37% [======================= ] 2116/5687 37% [======================= ] 2117/5687 37% [======================= ] 2118/5687 37% [======================= ] 2119/5687 37% [======================= ] 2120/5687 37% [======================= ] 2121/5687 37% [======================= ] 2122/5687 37% [======================= ] 2123/5687 37% [======================= ] 2124/5687 37% [======================= ] 2125/5687 37% [======================= ] 2126/5687 37% [======================= ] 2127/5687 37% [======================= ] 2128/5687 37% [======================= ] 2129/5687 37% [======================= ] 2130/5687 37% [======================= ] 2131/5687 37% [======================= ] 2132/5687 37% [======================= ] 2133/5687 37% [======================= ] 2134/5687 37% [======================= ] 2135/5687 37% [======================= ] 2136/5687 37% [======================= ] 2137/5687 37% [======================= ] 2138/5687 37% [======================= ] 2139/5687 37% [======================= ] 2140/5687 37% [======================= ] 2141/5687 37% [======================= ] 2142/5687 37% [======================= ] 2143/5687 37% [======================= ] 2144/5687 37% [======================= ] 2145/5687 37% [======================= ] 2146/5687 37% [======================= ] 2147/5687 37% [======================= ] 2148/5687 37% [======================= ] 2149/5687 37% [======================= ] 2150/5687 37% [======================= ] 2151/5687 37% [======================= ] 2152/5687 37% [======================= ] 2153/5687 37% [======================= ] 2154/5687 37% [======================= ] 2155/5687 37% [======================= ] 2156/5687 37% [======================= ] 2157/5687 37% [======================= ] 2158/5687 37% [======================= ] 2159/5687 37% [======================= ] 2160/5687 37% [======================= ] 2161/5687 37% [======================= ] 2162/5687 38% [======================= ] 2163/5687 38% [======================= ] 2164/5687 38% [======================= ] 2165/5687 38% [======================= ] 2166/5687 38% [======================= ] 2167/5687 38% [======================= ] 2168/5687 38% [======================= ] 2169/5687 38% [======================= ] 2170/5687 38% [======================= ] 2171/5687 38% [======================= ] 2172/5687 38% [======================= ] 2173/5687 38% [======================= ] 2174/5687 38% [======================= ] 2175/5687 38% [======================= ] 2176/5687 38% [======================= ] 2177/5687 38% [======================= ] 2178/5687 38% [======================= ] 2179/5687 38% [======================= ] 2180/5687 38% [======================= ] 2181/5687 38% [======================= ] 2182/5687 38% [======================= ] 2183/5687 38% [======================= ] 2184/5687 38% [======================= ] 2185/5687 38% [======================= ] 2186/5687 38% [======================= ] 2187/5687 38% [======================= ] 2188/5687 38% [======================= ] 2189/5687 38% [======================= ] 2190/5687 38% [======================= ] 2191/5687 38% [======================= ] 2192/5687 38% [======================= ] 2193/5687 38% [======================= ] 2194/5687 38% [======================= ] 2195/5687 38% [======================= ] 2196/5687 38% [======================= ] 2197/5687 38% [======================= ] 2198/5687 38% [======================= ] 2199/5687 38% [======================= ] 2200/5687 38% [======================= ] 2201/5687 38% [======================== ] 2202/5687 38% [======================== ] 2203/5687 38% [======================== ] 2204/5687 38% [======================== ] 2205/5687 38% [======================== ] 2206/5687 38% [======================== ] 2207/5687 38% [======================== ] 2208/5687 38% [======================== ] 2209/5687 38% [======================== ] 2210/5687 38% [======================== ] 2211/5687 38% [======================== ] 2212/5687 38% [======================== ] 2213/5687 38% [======================== ] 2214/5687 38% [======================== ] 2215/5687 38% [======================== ] 2216/5687 38% [======================== ] 2217/5687 38% [======================== ] 2218/5687 39% [======================== ] 2219/5687 39% [======================== ] 2220/5687 39% [======================== ] 2221/5687 39% [======================== ] 2222/5687 39% [======================== ] 2223/5687 39% [======================== ] 2224/5687 39% [======================== ] 2225/5687 39% [======================== ] 2226/5687 39% [======================== ] 2227/5687 39% [======================== ] 2228/5687 39% [======================== ] 2229/5687 39% [======================== ] 2230/5687 39% [======================== ] 2231/5687 39% [======================== ] 2232/5687 39% [======================== ] 2233/5687 39% [======================== ] 2234/5687 39% [======================== ] 2235/5687 39% [======================== ] 2236/5687 39% [======================== ] 2237/5687 39% [======================== ] 2238/5687 39% [======================== ] 2239/5687 39% [======================== ] 2240/5687 39% [======================== ] 2241/5687 39% [======================== ] 2242/5687 39% [======================== ] 2243/5687 39% [======================== ] 2244/5687 39% [======================== ] 2245/5687 39% [======================== ] 2246/5687 39% [======================== ] 2247/5687 39% [======================== ] 2248/5687 39% [======================== ] 2249/5687 39% [======================== ] 2250/5687 39% [======================== ] 2251/5687 39% [======================== ] 2252/5687 39% [======================== ] 2253/5687 39% [======================== ] 2254/5687 39% [======================== ] 2255/5687 39% [======================== ] 2256/5687 39% [======================== ] 2257/5687 39% [======================== ] 2258/5687 39% [======================== ] 2259/5687 39% [======================== ] 2260/5687 39% [======================== ] 2261/5687 39% [======================== ] 2262/5687 39% [======================== ] 2263/5687 39% [======================== ] 2264/5687 39% [======================== ] 2265/5687 39% [======================== ] 2266/5687 39% [======================== ] 2267/5687 39% [======================== ] 2268/5687 39% [======================== ] 2269/5687 39% [======================== ] 2270/5687 39% [======================== ] 2271/5687 39% [======================== ] 2272/5687 39% [======================== ] 2273/5687 39% [======================== ] 2274/5687 39% [======================== ] 2275/5687 40% [======================== ] 2276/5687 40% [======================== ] 2277/5687 40% [======================== ] 2278/5687 40% [======================== ] 2279/5687 40% [======================== ] 2280/5687 40% [======================== ] 2281/5687 40% [======================== ] 2282/5687 40% [======================== ] 2283/5687 40% [======================== ] 2284/5687 40% [======================== ] 2285/5687 40% [======================== ] 2286/5687 40% [======================== ] 2287/5687 40% [======================== ] 2288/5687 40% [======================== ] 2289/5687 40% [======================== ] 2290/5687 40% [======================== ] 2291/5687 40% [======================== ] 2292/5687 40% [======================== ] 2293/5687 40% [========================= ] 2294/5687 40% [========================= ] 2295/5687 40% [========================= ] 2296/5687 40% [========================= ] 2297/5687 40% [========================= ] 2298/5687 40% [========================= ] 2299/5687 40% [========================= ] 2300/5687 40% [========================= ] 2301/5687 40% [========================= ] 2302/5687 40% [========================= ] 2303/5687 40% [========================= ] 2304/5687 40% [========================= ] 2305/5687 40% [========================= ] 2306/5687 40% [========================= ] 2307/5687 40% [========================= ] 2308/5687 40% [========================= ] 2309/5687 40% [========================= ] 2310/5687 40% [========================= ] 2311/5687 40% [========================= ] 2312/5687 40% [========================= ] 2313/5687 40% [========================= ] 2314/5687 40% [========================= ] 2315/5687 40% [========================= ] 2316/5687 40% [========================= ] 2317/5687 40% [========================= ] 2318/5687 40% [========================= ] 2319/5687 40% [========================= ] 2320/5687 40% [========================= ] 2321/5687 40% [========================= ] 2322/5687 40% [========================= ] 2323/5687 40% [========================= ] 2324/5687 40% [========================= ] 2325/5687 40% [========================= ] 2326/5687 40% [========================= ] 2327/5687 40% [========================= ] 2328/5687 40% [========================= ] 2329/5687 40% [========================= ] 2330/5687 40% [========================= ] 2331/5687 40% [========================= ] 2332/5687 41% [========================= ] 2333/5687 41% [========================= ] 2334/5687 41% [========================= ] 2335/5687 41% [========================= ] 2336/5687 41% [========================= ] 2337/5687 41% [========================= ] 2338/5687 41% [========================= ] 2339/5687 41% [========================= ] 2340/5687 41% [========================= ] 2341/5687 41% [========================= ] 2342/5687 41% [========================= ] 2343/5687 41% [========================= ] 2344/5687 41% [========================= ] 2345/5687 41% [========================= ] 2346/5687 41% [========================= ] 2347/5687 41% [========================= ] 2348/5687 41% [========================= ] 2349/5687 41% [========================= ] 2350/5687 41% [========================= ] 2351/5687 41% [========================= ] 2352/5687 41% [========================= ] 2353/5687 41% [========================= ] 2354/5687 41% [========================= ] 2355/5687 41% [========================= ] 2356/5687 41% [========================= ] 2357/5687 41% [========================= ] 2358/5687 41% [========================= ] 2359/5687 41% [========================= ] 2360/5687 41% [========================= ] 2361/5687 41% [========================= ] 2362/5687 41% [========================= ] 2363/5687 41% [========================= ] 2364/5687 41% [========================= ] 2365/5687 41% [========================= ] 2366/5687 41% [========================= ] 2367/5687 41% [========================= ] 2368/5687 41% [========================= ] 2369/5687 41% [========================= ] 2370/5687 41% [========================= ] 2371/5687 41% [========================= ] 2372/5687 41% [========================= ] 2373/5687 41% [========================= ] 2374/5687 41% [========================= ] 2375/5687 41% [========================= ] 2376/5687 41% [========================= ] 2377/5687 41% [========================= ] 2378/5687 41% [========================= ] 2379/5687 41% [========================= ] 2380/5687 41% [========================= ] 2381/5687 41% [========================= ] 2382/5687 41% [========================= ] 2383/5687 41% [========================= ] 2384/5687 41% [========================== ] 2385/5687 41% [========================== ] 2386/5687 41% [========================== ] 2387/5687 41% [========================== ] 2388/5687 41% [========================== ] 2389/5687 42% [========================== ] 2390/5687 42% [========================== ] 2391/5687 42% [========================== ] 2392/5687 42% [========================== ] 2393/5687 42% [========================== ] 2394/5687 42% [========================== ] 2395/5687 42% [========================== ] 2396/5687 42% [========================== ] 2397/5687 42% [========================== ] 2398/5687 42% [========================== ] 2399/5687 42% [========================== ] 2400/5687 42% [========================== ] 2401/5687 42% [========================== ] 2402/5687 42% [========================== ] 2403/5687 42% [========================== ] 2404/5687 42% [========================== ] 2405/5687 42% [========================== ] 2406/5687 42% [========================== ] 2407/5687 42% [========================== ] 2408/5687 42% [========================== ] 2409/5687 42% [========================== ] 2410/5687 42% [========================== ] 2411/5687 42% [========================== ] 2412/5687 42% [========================== ] 2413/5687 42% [========================== ] 2414/5687 42% [========================== ] 2415/5687 42% [========================== ] 2416/5687 42% [========================== ] 2417/5687 42% [========================== ] 2418/5687 42% [========================== ] 2419/5687 42% [========================== ] 2420/5687 42% [========================== ] 2421/5687 42% [========================== ] 2422/5687 42% [========================== ] 2423/5687 42% [========================== ] 2424/5687 42% [========================== ] 2425/5687 42% [========================== ] 2426/5687 42% [========================== ] 2427/5687 42% [========================== ] 2428/5687 42% [========================== ] 2429/5687 42% [========================== ] 2430/5687 42% [========================== ] 2431/5687 42% [========================== ] 2432/5687 42% [========================== ] 2433/5687 42% [========================== ] 2434/5687 42% [========================== ] 2435/5687 42% [========================== ] 2436/5687 42% [========================== ] 2437/5687 42% [========================== ] 2438/5687 42% [========================== ] 2439/5687 42% [========================== ] 2440/5687 42% [========================== ] 2441/5687 42% [========================== ] 2442/5687 42% [========================== ] 2443/5687 42% [========================== ] 2444/5687 42% [========================== ] 2445/5687 42% [========================== ] 2446/5687 43% [========================== ] 2447/5687 43% [========================== ] 2448/5687 43% [========================== ] 2449/5687 43% [========================== ] 2450/5687 43% [========================== ] 2451/5687 43% [========================== ] 2452/5687 43% [========================== ] 2453/5687 43% [========================== ] 2454/5687 43% [========================== ] 2455/5687 43% [========================== ] 2456/5687 43% [========================== ] 2457/5687 43% [========================== ] 2458/5687 43% [========================== ] 2459/5687 43% [========================== ] 2460/5687 43% [========================== ] 2461/5687 43% [========================== ] 2462/5687 43% [========================== ] 2463/5687 43% [========================== ] 2464/5687 43% [========================== ] 2465/5687 43% [========================== ] 2466/5687 43% [========================== ] 2467/5687 43% [========================== ] 2468/5687 43% [========================== ] 2469/5687 43% [========================== ] 2470/5687 43% [========================== ] 2471/5687 43% [========================== ] 2472/5687 43% [========================== ] 2473/5687 43% [========================== ] 2474/5687 43% [========================== ] 2475/5687 43% [========================== ] 2476/5687 43% [=========================== ] 2477/5687 43% [=========================== ] 2478/5687 43% [=========================== ] 2479/5687 43% [=========================== ] 2480/5687 43% [=========================== ] 2481/5687 43% [=========================== ] 2482/5687 43% [=========================== ] 2483/5687 43% [=========================== ] 2484/5687 43% [=========================== ] 2485/5687 43% [=========================== ] 2486/5687 43% [=========================== ] 2487/5687 43% [=========================== ] 2488/5687 43% [=========================== ] 2489/5687 43% [=========================== ] 2490/5687 43% [=========================== ] 2491/5687 43% [=========================== ] 2492/5687 43% [=========================== ] 2493/5687 43% [=========================== ] 2494/5687 43% [=========================== ] 2495/5687 43% [=========================== ] 2496/5687 43% [=========================== ] 2497/5687 43% [=========================== ] 2498/5687 43% [=========================== ] 2499/5687 43% [=========================== ] 2500/5687 43% [=========================== ] 2501/5687 43% [=========================== ] 2502/5687 43% [=========================== ] 2503/5687 44% [=========================== ] 2504/5687 44% [=========================== ] 2505/5687 44% [=========================== ] 2506/5687 44% [=========================== ] 2507/5687 44% [=========================== ] 2508/5687 44% [=========================== ] 2509/5687 44% [=========================== ] 2510/5687 44% [=========================== ] 2511/5687 44% [=========================== ] 2512/5687 44% [=========================== ] 2513/5687 44% [=========================== ] 2514/5687 44% [=========================== ] 2515/5687 44% [=========================== ] 2516/5687 44% [=========================== ] 2517/5687 44% [=========================== ] 2518/5687 44% [=========================== ] 2519/5687 44% [=========================== ] 2520/5687 44% [=========================== ] 2521/5687 44% [=========================== ] 2522/5687 44% [=========================== ] 2523/5687 44% [=========================== ] 2524/5687 44% [=========================== ] 2525/5687 44% [=========================== ] 2526/5687 44% [=========================== ] 2527/5687 44% [=========================== ] 2528/5687 44% [=========================== ] 2529/5687 44% [=========================== ] 2530/5687 44% [=========================== ] 2531/5687 44% [=========================== ] 2532/5687 44% [=========================== ] 2533/5687 44% [=========================== ] 2534/5687 44% [=========================== ] 2535/5687 44% [=========================== ] 2536/5687 44% [=========================== ] 2537/5687 44% [=========================== ] 2538/5687 44% [=========================== ] 2539/5687 44% [=========================== ] 2540/5687 44% [=========================== ] 2541/5687 44% [=========================== ] 2542/5687 44% [=========================== ] 2543/5687 44% [=========================== ] 2544/5687 44% [=========================== ] 2545/5687 44% [=========================== ] 2546/5687 44% [=========================== ] 2547/5687 44% [=========================== ] 2548/5687 44% [=========================== ] 2549/5687 44% [=========================== ] 2550/5687 44% [=========================== ] 2551/5687 44% [=========================== ] 2552/5687 44% [=========================== ] 2553/5687 44% [=========================== ] 2554/5687 44% [=========================== ] 2555/5687 44% [=========================== ] 2556/5687 44% [=========================== ] 2557/5687 44% [=========================== ] 2558/5687 44% [=========================== ] 2559/5687 44% [=========================== ] 2560/5687 45% [=========================== ] 2561/5687 45% [=========================== ] 2562/5687 45% [=========================== ] 2563/5687 45% [=========================== ] 2564/5687 45% [=========================== ] 2565/5687 45% [=========================== ] 2566/5687 45% [=========================== ] 2567/5687 45% [=========================== ] 2568/5687 45% [============================ ] 2569/5687 45% [============================ ] 2570/5687 45% [============================ ] 2571/5687 45% [============================ ] 2572/5687 45% [============================ ] 2573/5687 45% [============================ ] 2574/5687 45% [============================ ] 2575/5687 45% [============================ ] 2576/5687 45% [============================ ] 2577/5687 45% [============================ ] 2578/5687 45% [============================ ] 2579/5687 45% [============================ ] 2580/5687 45% [============================ ] 2581/5687 45% [============================ ] 2582/5687 45% [============================ ] 2583/5687 45% [============================ ] 2584/5687 45% [============================ ] 2585/5687 45% [============================ ] 2586/5687 45% [============================ ] 2587/5687 45% [============================ ] 2588/5687 45% [============================ ] 2589/5687 45% [============================ ] 2590/5687 45% [============================ ] 2591/5687 45% [============================ ] 2592/5687 45% [============================ ] 2593/5687 45% [============================ ] 2594/5687 45% [============================ ] 2595/5687 45% [============================ ] 2596/5687 45% [============================ ] 2597/5687 45% [============================ ] 2598/5687 45% [============================ ] 2599/5687 45% [============================ ] 2600/5687 45% [============================ ] 2601/5687 45% [============================ ] 2602/5687 45% [============================ ] 2603/5687 45% [============================ ] 2604/5687 45% [============================ ] 2605/5687 45% [============================ ] 2606/5687 45% [============================ ] 2607/5687 45% [============================ ] 2608/5687 45% [============================ ] 2609/5687 45% [============================ ] 2610/5687 45% [============================ ] 2611/5687 45% [============================ ] 2612/5687 45% [============================ ] 2613/5687 45% [============================ ] 2614/5687 45% [============================ ] 2615/5687 45% [============================ ] 2616/5687 45% [============================ ] 2617/5687 46% [============================ ] 2618/5687 46% [============================ ] 2619/5687 46% [============================ ] 2620/5687 46% [============================ ] 2621/5687 46% [============================ ] 2622/5687 46% [============================ ] 2623/5687 46% [============================ ] 2624/5687 46% [============================ ] 2625/5687 46% [============================ ] 2626/5687 46% [============================ ] 2627/5687 46% [============================ ] 2628/5687 46% [============================ ] 2629/5687 46% [============================ ] 2630/5687 46% [============================ ] 2631/5687 46% [============================ ] 2632/5687 46% [============================ ] 2633/5687 46% [============================ ] 2634/5687 46% [============================ ] 2635/5687 46% [============================ ] 2636/5687 46% [============================ ] 2637/5687 46% [============================ ] 2638/5687 46% [============================ ] 2639/5687 46% [============================ ] 2640/5687 46% [============================ ] 2641/5687 46% [============================ ] 2642/5687 46% [============================ ] 2643/5687 46% [============================ ] 2644/5687 46% [============================ ] 2645/5687 46% [============================ ] 2646/5687 46% [============================ ] 2647/5687 46% [============================ ] 2648/5687 46% [============================ ] 2649/5687 46% [============================ ] 2650/5687 46% [============================ ] 2651/5687 46% [============================ ] 2652/5687 46% [============================ ] 2653/5687 46% [============================ ] 2654/5687 46% [============================ ] 2655/5687 46% [============================ ] 2656/5687 46% [============================ ] 2657/5687 46% [============================ ] 2658/5687 46% [============================ ] 2659/5687 46% [============================ ] 2660/5687 46% [============================= ] 2661/5687 46% [============================= ] 2662/5687 46% [============================= ] 2663/5687 46% [============================= ] 2664/5687 46% [============================= ] 2665/5687 46% [============================= ] 2666/5687 46% [============================= ] 2667/5687 46% [============================= ] 2668/5687 46% [============================= ] 2669/5687 46% [============================= ] 2670/5687 46% [============================= ] 2671/5687 46% [============================= ] 2672/5687 46% [============================= ] 2673/5687 47% [============================= ] 2674/5687 47% [============================= ] 2675/5687 47% [============================= ] 2676/5687 47% [============================= ] 2677/5687 47% [============================= ] 2678/5687 47% [============================= ] 2679/5687 47% [============================= ] 2680/5687 47% [============================= ] 2681/5687 47% [============================= ] 2682/5687 47% [============================= ] 2683/5687 47% [============================= ] 2684/5687 47% [============================= ] 2685/5687 47% [============================= ] 2686/5687 47% [============================= ] 2687/5687 47% [============================= ] 2688/5687 47% [============================= ] 2689/5687 47% [============================= ] 2690/5687 47% [============================= ] 2691/5687 47% [============================= ] 2692/5687 47% [============================= ] 2693/5687 47% [============================= ] 2694/5687 47% [============================= ] 2695/5687 47% [============================= ] 2696/5687 47% [============================= ] 2697/5687 47% [============================= ] 2698/5687 47% [============================= ] 2699/5687 47% [============================= ] 2700/5687 47% [============================= ] 2701/5687 47% [============================= ] 2702/5687 47% [============================= ] 2703/5687 47% [============================= ] 2704/5687 47% [============================= ] 2705/5687 47% [============================= ] 2706/5687 47% [============================= ] 2707/5687 47% [============================= ] 2708/5687 47% [============================= ] 2709/5687 47% [============================= ] 2710/5687 47% [============================= ] 2711/5687 47% [============================= ] 2712/5687 47% [============================= ] 2713/5687 47% [============================= ] 2714/5687 47% [============================= ] 2715/5687 47% [============================= ] 2716/5687 47% [============================= ] 2717/5687 47% [============================= ] 2718/5687 47% [============================= ] 2719/5687 47% [============================= ] 2720/5687 47% [============================= ] 2721/5687 47% [============================= ] 2722/5687 47% [============================= ] 2723/5687 47% [============================= ] 2724/5687 47% [============================= ] 2725/5687 47% [============================= ] 2726/5687 47% [============================= ] 2727/5687 47% [============================= ] 2728/5687 47% [============================= ] 2729/5687 47% [============================= ] 2730/5687 48% [============================= ] 2731/5687 48% [============================= ] 2732/5687 48% [============================= ] 2733/5687 48% [============================= ] 2734/5687 48% [============================= ] 2735/5687 48% [============================= ] 2736/5687 48% [============================= ] 2737/5687 48% [============================= ] 2738/5687 48% [============================= ] 2739/5687 48% [============================= ] 2740/5687 48% [============================= ] 2741/5687 48% [============================= ] 2742/5687 48% [============================= ] 2743/5687 48% [============================= ] 2744/5687 48% [============================= ] 2745/5687 48% [============================= ] 2746/5687 48% [============================= ] 2747/5687 48% [============================= ] 2748/5687 48% [============================= ] 2749/5687 48% [============================= ] 2750/5687 48% [============================= ] 2751/5687 48% [============================== ] 2752/5687 48% [============================== ] 2753/5687 48% [============================== ] 2754/5687 48% [============================== ] 2755/5687 48% [============================== ] 2756/5687 48% [============================== ] 2757/5687 48% [============================== ] 2758/5687 48% [============================== ] 2759/5687 48% [============================== ] 2760/5687 48% [============================== ] 2761/5687 48% [============================== ] 2762/5687 48% [============================== ] 2763/5687 48% [============================== ] 2764/5687 48% [============================== ] 2765/5687 48% [============================== ] 2766/5687 48% [============================== ] 2767/5687 48% [============================== ] 2768/5687 48% [============================== ] 2769/5687 48% [============================== ] 2770/5687 48% [============================== ] 2771/5687 48% [============================== ] 2772/5687 48% [============================== ] 2773/5687 48% [============================== ] 2774/5687 48% [============================== ] 2775/5687 48% [============================== ] 2776/5687 48% [============================== ] 2777/5687 48% [============================== ] 2778/5687 48% [============================== ] 2779/5687 48% [============================== ] 2780/5687 48% [============================== ] 2781/5687 48% [============================== ] 2782/5687 48% [============================== ] 2783/5687 48% [============================== ] 2784/5687 48% [============================== ] 2785/5687 48% [============================== ] 2786/5687 48% [============================== ] 2787/5687 49% [============================== ] 2788/5687 49% [============================== ] 2789/5687 49% [============================== ] 2790/5687 49% [============================== ] 2791/5687 49% [============================== ] 2792/5687 49% [============================== ] 2793/5687 49% [============================== ] 2794/5687 49% [============================== ] 2795/5687 49% [============================== ] 2796/5687 49% [============================== ] 2797/5687 49% [============================== ] 2798/5687 49% [============================== ] 2799/5687 49% [============================== ] 2800/5687 49% [============================== ] 2801/5687 49% [============================== ] 2802/5687 49% [============================== ] 2803/5687 49% [============================== ] 2804/5687 49% [============================== ] 2805/5687 49% [============================== ] 2806/5687 49% [============================== ] 2807/5687 49% [============================== ] 2808/5687 49% [============================== ] 2809/5687 49% [============================== ] 2810/5687 49% [============================== ] 2811/5687 49% [============================== ] 2812/5687 49% [============================== ] 2813/5687 49% [============================== ] 2814/5687 49% [============================== ] 2815/5687 49% [============================== ] 2816/5687 49% [============================== ] 2817/5687 49% [============================== ] 2818/5687 49% [============================== ] 2819/5687 49% [============================== ] 2820/5687 49% [============================== ] 2821/5687 49% [============================== ] 2822/5687 49% [============================== ] 2823/5687 49% [============================== ] 2824/5687 49% [============================== ] 2825/5687 49% [============================== ] 2826/5687 49% [============================== ] 2827/5687 49% [============================== ] 2828/5687 49% [============================== ] 2829/5687 49% [============================== ] 2830/5687 49% [============================== ] 2831/5687 49% [============================== ] 2832/5687 49% [============================== ] 2833/5687 49% [============================== ] 2834/5687 49% [============================== ] 2835/5687 49% [============================== ] 2836/5687 49% [============================== ] 2837/5687 49% [============================== ] 2838/5687 49% [============================== ] 2839/5687 49% [============================== ] 2840/5687 49% [============================== ] 2841/5687 49% [============================== ] 2842/5687 49% [============================== ] 2843/5687 49% [=============================== ] 2844/5687 50% [=============================== ] 2845/5687 50% [=============================== ] 2846/5687 50% [=============================== ] 2847/5687 50% [=============================== ] 2848/5687 50% [=============================== ] 2849/5687 50% [=============================== ] 2850/5687 50% [=============================== ] 2851/5687 50% [=============================== ] 2852/5687 50% [=============================== ] 2853/5687 50% [=============================== ] 2854/5687 50% [=============================== ] 2855/5687 50% [=============================== ] 2856/5687 50% [=============================== ] 2857/5687 50% [=============================== ] 2858/5687 50% [=============================== ] 2859/5687 50% [=============================== ] 2860/5687 50% [=============================== ] 2861/5687 50% [=============================== ] 2862/5687 50% [=============================== ] 2863/5687 50% [=============================== ] 2864/5687 50% [=============================== ] 2865/5687 50% [=============================== ] 2866/5687 50% [=============================== ] 2867/5687 50% [=============================== ] 2868/5687 50% [=============================== ] 2869/5687 50% [=============================== ] 2870/5687 50% [=============================== ] 2871/5687 50% [=============================== ] 2872/5687 50% [=============================== ] 2873/5687 50% [=============================== ] 2874/5687 50% [=============================== ] 2875/5687 50% [=============================== ] 2876/5687 50% [=============================== ] 2877/5687 50% [=============================== ] 2878/5687 50% [=============================== ] 2879/5687 50% [=============================== ] 2880/5687 50% [=============================== ] 2881/5687 50% [=============================== ] 2882/5687 50% [=============================== ] 2883/5687 50% [=============================== ] 2884/5687 50% [=============================== ] 2885/5687 50% [=============================== ] 2886/5687 50% [=============================== ] 2887/5687 50% [=============================== ] 2888/5687 50% [=============================== ] 2889/5687 50% [=============================== ] 2890/5687 50% [=============================== ] 2891/5687 50% [=============================== ] 2892/5687 50% [=============================== ] 2893/5687 50% [=============================== ] 2894/5687 50% [=============================== ] 2895/5687 50% [=============================== ] 2896/5687 50% [=============================== ] 2897/5687 50% [=============================== ] 2898/5687 50% [=============================== ] 2899/5687 50% [=============================== ] 2900/5687 50% [=============================== ] 2901/5687 51% [=============================== ] 2902/5687 51% [=============================== ] 2903/5687 51% [=============================== ] 2904/5687 51% [=============================== ] 2905/5687 51% [=============================== ] 2906/5687 51% [=============================== ] 2907/5687 51% [=============================== ] 2908/5687 51% [=============================== ] 2909/5687 51% [=============================== ] 2910/5687 51% [=============================== ] 2911/5687 51% [=============================== ] 2912/5687 51% [=============================== ] 2913/5687 51% [=============================== ] 2914/5687 51% [=============================== ] 2915/5687 51% [=============================== ] 2916/5687 51% [=============================== ] 2917/5687 51% [=============================== ] 2918/5687 51% [=============================== ] 2919/5687 51% [=============================== ] 2920/5687 51% [=============================== ] 2921/5687 51% [=============================== ] 2922/5687 51% [=============================== ] 2923/5687 51% [=============================== ] 2924/5687 51% [=============================== ] 2925/5687 51% [=============================== ] 2926/5687 51% [=============================== ] 2927/5687 51% [=============================== ] 2928/5687 51% [=============================== ] 2929/5687 51% [=============================== ] 2930/5687 51% [=============================== ] 2931/5687 51% [=============================== ] 2932/5687 51% [=============================== ] 2933/5687 51% [=============================== ] 2934/5687 51% [=============================== ] 2935/5687 51% [================================ ] 2936/5687 51% [================================ ] 2937/5687 51% [================================ ] 2938/5687 51% [================================ ] 2939/5687 51% [================================ ] 2940/5687 51% [================================ ] 2941/5687 51% [================================ ] 2942/5687 51% [================================ ] 2943/5687 51% [================================ ] 2944/5687 51% [================================ ] 2945/5687 51% [================================ ] 2946/5687 51% [================================ ] 2947/5687 51% [================================ ] 2948/5687 51% [================================ ] 2949/5687 51% [================================ ] 2950/5687 51% [================================ ] 2951/5687 51% [================================ ] 2952/5687 51% [================================ ] 2953/5687 51% [================================ ] 2954/5687 51% [================================ ] 2955/5687 51% [================================ ] 2956/5687 51% [================================ ] 2957/5687 51% [================================ ] 2958/5687 52% [================================ ] 2959/5687 52% [================================ ] 2960/5687 52% [================================ ] 2961/5687 52% [================================ ] 2962/5687 52% [================================ ] 2963/5687 52% [================================ ] 2964/5687 52% [================================ ] 2965/5687 52% [================================ ] 2966/5687 52% [================================ ] 2967/5687 52% [================================ ] 2968/5687 52% [================================ ] 2969/5687 52% [================================ ] 2970/5687 52% [================================ ] 2971/5687 52% [================================ ] 2972/5687 52% [================================ ] 2973/5687 52% [================================ ] 2974/5687 52% [================================ ] 2975/5687 52% [================================ ] 2976/5687 52% [================================ ] 2977/5687 52% [================================ ] 2978/5687 52% [================================ ] 2979/5687 52% [================================ ] 2980/5687 52% [================================ ] 2981/5687 52% [================================ ] 2982/5687 52% [================================ ] 2983/5687 52% [================================ ] 2984/5687 52% [================================ ] 2985/5687 52% [================================ ] 2986/5687 52% [================================ ] 2987/5687 52% [================================ ] 2988/5687 52% [================================ ] 2989/5687 52% [================================ ] 2990/5687 52% [================================ ] 2991/5687 52% [================================ ] 2992/5687 52% [================================ ] 2993/5687 52% [================================ ] 2994/5687 52% [================================ ] 2995/5687 52% [================================ ] 2996/5687 52% [================================ ] 2997/5687 52% [================================ ] 2998/5687 52% [================================ ] 2999/5687 52% [================================ ] 3000/5687 52% [================================ ] 3001/5687 52% [================================ ] 3002/5687 52% [================================ ] 3003/5687 52% [================================ ] 3004/5687 52% [================================ ] 3005/5687 52% [================================ ] 3006/5687 52% [================================ ] 3007/5687 52% [================================ ] 3008/5687 52% [================================ ] 3009/5687 52% [================================ ] 3010/5687 52% [================================ ] 3011/5687 52% [================================ ] 3012/5687 52% [================================ ] 3013/5687 52% [================================ ] 3014/5687 52% [================================ ] 3015/5687 53% [================================ ] 3016/5687 53% [================================ ] 3017/5687 53% [================================ ] 3018/5687 53% [================================ ] 3019/5687 53% [================================ ] 3020/5687 53% [================================ ] 3021/5687 53% [================================ ] 3022/5687 53% [================================ ] 3023/5687 53% [================================ ] 3024/5687 53% [================================ ] 3025/5687 53% [================================ ] 3026/5687 53% [================================= ] 3027/5687 53% [================================= ] 3028/5687 53% [================================= ] 3029/5687 53% [================================= ] 3030/5687 53% [================================= ] 3031/5687 53% [================================= ] 3032/5687 53% [================================= ] 3033/5687 53% [================================= ] 3034/5687 53% [================================= ] 3035/5687 53% [================================= ] 3036/5687 53% [================================= ] 3037/5687 53% [================================= ] 3038/5687 53% [================================= ] 3039/5687 53% [================================= ] 3040/5687 53% [================================= ] 3041/5687 53% [================================= ] 3042/5687 53% [================================= ] 3043/5687 53% [================================= ] 3044/5687 53% [================================= ] 3045/5687 53% [================================= ] 3046/5687 53% [================================= ] 3047/5687 53% [================================= ] 3048/5687 53% [================================= ] 3049/5687 53% [================================= ] 3050/5687 53% [================================= ] 3051/5687 53% [================================= ] 3052/5687 53% [================================= ] 3053/5687 53% [================================= ] 3054/5687 53% [================================= ] 3055/5687 53% [================================= ] 3056/5687 53% [================================= ] 3057/5687 53% [================================= ] 3058/5687 53% [================================= ] 3059/5687 53% [================================= ] 3060/5687 53% [================================= ] 3061/5687 53% [================================= ] 3062/5687 53% [================================= ] 3063/5687 53% [================================= ] 3064/5687 53% [================================= ] 3065/5687 53% [================================= ] 3066/5687 53% [================================= ] 3067/5687 53% [================================= ] 3068/5687 53% [================================= ] 3069/5687 53% [================================= ] 3070/5687 53% [================================= ] 3071/5687 54% [================================= ] 3072/5687 54% [================================= ] 3073/5687 54% [================================= ] 3074/5687 54% [================================= ] 3075/5687 54% [================================= ] 3076/5687 54% [================================= ] 3077/5687 54% [================================= ] 3078/5687 54% [================================= ] 3079/5687 54% [================================= ] 3080/5687 54% [================================= ] 3081/5687 54% [================================= ] 3082/5687 54% [================================= ] 3083/5687 54% [================================= ] 3084/5687 54% [================================= ] 3085/5687 54% [================================= ] 3086/5687 54% [================================= ] 3087/5687 54% [================================= ] 3088/5687 54% [================================= ] 3089/5687 54% [================================= ] 3090/5687 54% [================================= ] 3091/5687 54% [================================= ] 3092/5687 54% [================================= ] 3093/5687 54% [================================= ] 3094/5687 54% [================================= ] 3095/5687 54% [================================= ] 3096/5687 54% [================================= ] 3097/5687 54% [================================= ] 3098/5687 54% [================================= ] 3099/5687 54% [================================= ] 3100/5687 54% [================================= ] 3101/5687 54% [================================= ] 3102/5687 54% [================================= ] 3103/5687 54% [================================= ] 3104/5687 54% [================================= ] 3105/5687 54% [================================= ] 3106/5687 54% [================================= ] 3107/5687 54% [================================= ] 3108/5687 54% [================================= ] 3109/5687 54% [================================= ] 3110/5687 54% [================================= ] 3111/5687 54% [================================= ] 3112/5687 54% [================================= ] 3113/5687 54% [================================= ] 3114/5687 54% [================================= ] 3115/5687 54% [================================= ] 3116/5687 54% [================================= ] 3117/5687 54% [================================= ] 3118/5687 54% [================================== ] 3119/5687 54% [================================== ] 3120/5687 54% [================================== ] 3121/5687 54% [================================== ] 3122/5687 54% [================================== ] 3123/5687 54% [================================== ] 3124/5687 54% [================================== ] 3125/5687 54% [================================== ] 3126/5687 54% [================================== ] 3127/5687 54% [================================== ] 3128/5687 55% [================================== ] 3129/5687 55% [================================== ] 3130/5687 55% [================================== ] 3131/5687 55% [================================== ] 3132/5687 55% [================================== ] 3133/5687 55% [================================== ] 3134/5687 55% [================================== ] 3135/5687 55% [================================== ] 3136/5687 55% [================================== ] 3137/5687 55% [================================== ] 3138/5687 55% [================================== ] 3139/5687 55% [================================== ] 3140/5687 55% [================================== ] 3141/5687 55% [================================== ] 3142/5687 55% [================================== ] 3143/5687 55% [================================== ] 3144/5687 55% [================================== ] 3145/5687 55% [================================== ] 3146/5687 55% [================================== ] 3147/5687 55% [================================== ] 3148/5687 55% [================================== ] 3149/5687 55% [================================== ] 3150/5687 55% [================================== ] 3151/5687 55% [================================== ] 3152/5687 55% [================================== ] 3153/5687 55% [================================== ] 3154/5687 55% [================================== ] 3155/5687 55% [================================== ] 3156/5687 55% [================================== ] 3157/5687 55% [================================== ] 3158/5687 55% [================================== ] 3159/5687 55% [================================== ] 3160/5687 55% [================================== ] 3161/5687 55% [================================== ] 3162/5687 55% [================================== ] 3163/5687 55% [================================== ] 3164/5687 55% [================================== ] 3165/5687 55% [================================== ] 3166/5687 55% [================================== ] 3167/5687 55% [================================== ] 3168/5687 55% [================================== ] 3169/5687 55% [================================== ] 3170/5687 55% [================================== ] 3171/5687 55% [================================== ] 3172/5687 55% [================================== ] 3173/5687 55% [================================== ] 3174/5687 55% [================================== ] 3175/5687 55% [================================== ] 3176/5687 55% [================================== ] 3177/5687 55% [================================== ] 3178/5687 55% [================================== ] 3179/5687 55% [================================== ] 3180/5687 55% [================================== ] 3181/5687 55% [================================== ] 3182/5687 55% [================================== ] 3183/5687 55% [================================== ] 3184/5687 55% [================================== ] 3185/5687 56% [================================== ] 3186/5687 56% [================================== ] 3187/5687 56% [================================== ] 3188/5687 56% [================================== ] 3189/5687 56% [================================== ] 3190/5687 56% [================================== ] 3191/5687 56% [================================== ] 3192/5687 56% [================================== ] 3193/5687 56% [================================== ] 3194/5687 56% [================================== ] 3195/5687 56% [================================== ] 3196/5687 56% [================================== ] 3197/5687 56% [================================== ] 3198/5687 56% [================================== ] 3199/5687 56% [================================== ] 3200/5687 56% [================================== ] 3201/5687 56% [================================== ] 3202/5687 56% [================================== ] 3203/5687 56% [================================== ] 3204/5687 56% [================================== ] 3205/5687 56% [================================== ] 3206/5687 56% [================================== ] 3207/5687 56% [================================== ] 3208/5687 56% [================================== ] 3209/5687 56% [================================== ] 3210/5687 56% [=================================== ] 3211/5687 56% [=================================== ] 3212/5687 56% [=================================== ] 3213/5687 56% [=================================== ] 3214/5687 56% [=================================== ] 3215/5687 56% [=================================== ] 3216/5687 56% [=================================== ] 3217/5687 56% [=================================== ] 3218/5687 56% [=================================== ] 3219/5687 56% [=================================== ] 3220/5687 56% [=================================== ] 3221/5687 56% [=================================== ] 3222/5687 56% [=================================== ] 3223/5687 56% [=================================== ] 3224/5687 56% [=================================== ] 3225/5687 56% [=================================== ] 3226/5687 56% [=================================== ] 3227/5687 56% [=================================== ] 3228/5687 56% [=================================== ] 3229/5687 56% [=================================== ] 3230/5687 56% [=================================== ] 3231/5687 56% [=================================== ] 3232/5687 56% [=================================== ] 3233/5687 56% [=================================== ] 3234/5687 56% [=================================== ] 3235/5687 56% [=================================== ] 3236/5687 56% [=================================== ] 3237/5687 56% [=================================== ] 3238/5687 56% [=================================== ] 3239/5687 56% [=================================== ] 3240/5687 56% [=================================== ] 3241/5687 56% [=================================== ] 3242/5687 57% [=================================== ] 3243/5687 57% [=================================== ] 3244/5687 57% [=================================== ] 3245/5687 57% [=================================== ] 3246/5687 57% [=================================== ] 3247/5687 57% [=================================== ] 3248/5687 57% [=================================== ] 3249/5687 57% [=================================== ] 3250/5687 57% [=================================== ] 3251/5687 57% [=================================== ] 3252/5687 57% [=================================== ] 3253/5687 57% [=================================== ] 3254/5687 57% [=================================== ] 3255/5687 57% [=================================== ] 3256/5687 57% [=================================== ] 3257/5687 57% [=================================== ] 3258/5687 57% [=================================== ] 3259/5687 57% [=================================== ] 3260/5687 57% [=================================== ] 3261/5687 57% [=================================== ] 3262/5687 57% [=================================== ] 3263/5687 57% [=================================== ] 3264/5687 57% [=================================== ] 3265/5687 57% [=================================== ] 3266/5687 57% [=================================== ] 3267/5687 57% [=================================== ] 3268/5687 57% [=================================== ] 3269/5687 57% [=================================== ] 3270/5687 57% [=================================== ] 3271/5687 57% [=================================== ] 3272/5687 57% [=================================== ] 3273/5687 57% [=================================== ] 3274/5687 57% [=================================== ] 3275/5687 57% [=================================== ] 3276/5687 57% [=================================== ] 3277/5687 57% [=================================== ] 3278/5687 57% [=================================== ] 3279/5687 57% [=================================== ] 3280/5687 57% [=================================== ] 3281/5687 57% [=================================== ] 3282/5687 57% [=================================== ] 3283/5687 57% [=================================== ] 3284/5687 57% [=================================== ] 3285/5687 57% [=================================== ] 3286/5687 57% [=================================== ] 3287/5687 57% [=================================== ] 3288/5687 57% [=================================== ] 3289/5687 57% [=================================== ] 3290/5687 57% [=================================== ] 3291/5687 57% [=================================== ] 3292/5687 57% [=================================== ] 3293/5687 57% [=================================== ] 3294/5687 57% [=================================== ] 3295/5687 57% [=================================== ] 3296/5687 57% [=================================== ] 3297/5687 57% [=================================== ] 3298/5687 57% [=================================== ] 3299/5687 58% [=================================== ] 3300/5687 58% [=================================== ] 3301/5687 58% [=================================== ] 3302/5687 58% [==================================== ] 3303/5687 58% [==================================== ] 3304/5687 58% [==================================== ] 3305/5687 58% [==================================== ] 3306/5687 58% [==================================== ] 3307/5687 58% [==================================== ] 3308/5687 58% [==================================== ] 3309/5687 58% [==================================== ] 3310/5687 58% [==================================== ] 3311/5687 58% [==================================== ] 3312/5687 58% [==================================== ] 3313/5687 58% [==================================== ] 3314/5687 58% [==================================== ] 3315/5687 58% [==================================== ] 3316/5687 58% [==================================== ] 3317/5687 58% [==================================== ] 3318/5687 58% [==================================== ] 3319/5687 58% [==================================== ] 3320/5687 58% [==================================== ] 3321/5687 58% [==================================== ] 3322/5687 58% [==================================== ] 3323/5687 58% [==================================== ] 3324/5687 58% [==================================== ] 3325/5687 58% [==================================== ] 3326/5687 58% [==================================== ] 3327/5687 58% [==================================== ] 3328/5687 58% [==================================== ] 3329/5687 58% [==================================== ] 3330/5687 58% [==================================== ] 3331/5687 58% [==================================== ] 3332/5687 58% [==================================== ] 3333/5687 58% [==================================== ] 3334/5687 58% [==================================== ] 3335/5687 58% [==================================== ] 3336/5687 58% [==================================== ] 3337/5687 58% [==================================== ] 3338/5687 58% [==================================== ] 3339/5687 58% [==================================== ] 3340/5687 58% [==================================== ] 3341/5687 58% [==================================== ] 3342/5687 58% [==================================== ] 3343/5687 58% [==================================== ] 3344/5687 58% [==================================== ] 3345/5687 58% [==================================== ] 3346/5687 58% [==================================== ] 3347/5687 58% [==================================== ] 3348/5687 58% [==================================== ] 3349/5687 58% [==================================== ] 3350/5687 58% [==================================== ] 3351/5687 58% [==================================== ] 3352/5687 58% [==================================== ] 3353/5687 58% [==================================== ] 3354/5687 58% [==================================== ] 3355/5687 58% [==================================== ] 3356/5687 59% [==================================== ] 3357/5687 59% [==================================== ] 3358/5687 59% [==================================== ] 3359/5687 59% [==================================== ] 3360/5687 59% [==================================== ] 3361/5687 59% [==================================== ] 3362/5687 59% [==================================== ] 3363/5687 59% [==================================== ] 3364/5687 59% [==================================== ] 3365/5687 59% [==================================== ] 3366/5687 59% [==================================== ] 3367/5687 59% [==================================== ] 3368/5687 59% [==================================== ] 3369/5687 59% [==================================== ] 3370/5687 59% [==================================== ] 3371/5687 59% [==================================== ] 3372/5687 59% [==================================== ] 3373/5687 59% [==================================== ] 3374/5687 59% [==================================== ] 3375/5687 59% [==================================== ] 3376/5687 59% [==================================== ] 3377/5687 59% [==================================== ] 3378/5687 59% [==================================== ] 3379/5687 59% [==================================== ] 3380/5687 59% [==================================== ] 3381/5687 59% [==================================== ] 3382/5687 59% [==================================== ] 3383/5687 59% [==================================== ] 3384/5687 59% [==================================== ] 3385/5687 59% [==================================== ] 3386/5687 59% [==================================== ] 3387/5687 59% [==================================== ] 3388/5687 59% [==================================== ] 3389/5687 59% [==================================== ] 3390/5687 59% [==================================== ] 3391/5687 59% [==================================== ] 3392/5687 59% [==================================== ] 3393/5687 59% [===================================== ] 3394/5687 59% [===================================== ] 3395/5687 59% [===================================== ] 3396/5687 59% [===================================== ] 3397/5687 59% [===================================== ] 3398/5687 59% [===================================== ] 3399/5687 59% [===================================== ] 3400/5687 59% [===================================== ] 3401/5687 59% [===================================== ] 3402/5687 59% [===================================== ] 3403/5687 59% [===================================== ] 3404/5687 59% [===================================== ] 3405/5687 59% [===================================== ] 3406/5687 59% [===================================== ] 3407/5687 59% [===================================== ] 3408/5687 59% [===================================== ] 3409/5687 59% [===================================== ] 3410/5687 59% [===================================== ] 3411/5687 59% [===================================== ] 3412/5687 59% [===================================== ] 3413/5687 60% [===================================== ] 3414/5687 60% [===================================== ] 3415/5687 60% [===================================== ] 3416/5687 60% [===================================== ] 3417/5687 60% [===================================== ] 3418/5687 60% [===================================== ] 3419/5687 60% [===================================== ] 3420/5687 60% [===================================== ] 3421/5687 60% [===================================== ] 3422/5687 60% [===================================== ] 3423/5687 60% [===================================== ] 3424/5687 60% [===================================== ] 3425/5687 60% [===================================== ] 3426/5687 60% [===================================== ] 3427/5687 60% [===================================== ] 3428/5687 60% [===================================== ] 3429/5687 60% [===================================== ] 3430/5687 60% [===================================== ] 3431/5687 60% [===================================== ] 3432/5687 60% [===================================== ] 3433/5687 60% [===================================== ] 3434/5687 60% [===================================== ] 3435/5687 60% [===================================== ] 3436/5687 60% [===================================== ] 3437/5687 60% [===================================== ] 3438/5687 60% [===================================== ] 3439/5687 60% [===================================== ] 3440/5687 60% [===================================== ] 3441/5687 60% [===================================== ] 3442/5687 60% [===================================== ] 3443/5687 60% [===================================== ] 3444/5687 60% [===================================== ] 3445/5687 60% [===================================== ] 3446/5687 60% [===================================== ] 3447/5687 60% [===================================== ] 3448/5687 60% [===================================== ] 3449/5687 60% [===================================== ] 3450/5687 60% [===================================== ] 3451/5687 60% [===================================== ] 3452/5687 60% [===================================== ] 3453/5687 60% [===================================== ] 3454/5687 60% [===================================== ] 3455/5687 60% [===================================== ] 3456/5687 60% [===================================== ] 3457/5687 60% [===================================== ] 3458/5687 60% [===================================== ] 3459/5687 60% [===================================== ] 3460/5687 60% [===================================== ] 3461/5687 60% [===================================== ] 3462/5687 60% [===================================== ] 3463/5687 60% [===================================== ] 3464/5687 60% [===================================== ] 3465/5687 60% [===================================== ] 3466/5687 60% [===================================== ] 3467/5687 60% [===================================== ] 3468/5687 60% [===================================== ] 3469/5687 60% [===================================== ] 3470/5687 61% [===================================== ] 3471/5687 61% [===================================== ] 3472/5687 61% [===================================== ] 3473/5687 61% [===================================== ] 3474/5687 61% [===================================== ] 3475/5687 61% [===================================== ] 3476/5687 61% [===================================== ] 3477/5687 61% [===================================== ] 3478/5687 61% [===================================== ] 3479/5687 61% [===================================== ] 3480/5687 61% [===================================== ] 3481/5687 61% [===================================== ] 3482/5687 61% [===================================== ] 3483/5687 61% [===================================== ] 3484/5687 61% [===================================== ] 3485/5687 61% [====================================== ] 3486/5687 61% [====================================== ] 3487/5687 61% [====================================== ] 3488/5687 61% [====================================== ] 3489/5687 61% [====================================== ] 3490/5687 61% [====================================== ] 3491/5687 61% [====================================== ] 3492/5687 61% [====================================== ] 3493/5687 61% [====================================== ] 3494/5687 61% [====================================== ] 3495/5687 61% [====================================== ] 3496/5687 61% [====================================== ] 3497/5687 61% [====================================== ] 3498/5687 61% [====================================== ] 3499/5687 61% [====================================== ] 3500/5687 61% [====================================== ] 3501/5687 61% [====================================== ] 3502/5687 61% [====================================== ] 3503/5687 61% [====================================== ] 3504/5687 61% [====================================== ] 3505/5687 61% [====================================== ] 3506/5687 61% [====================================== ] 3507/5687 61% [====================================== ] 3508/5687 61% [====================================== ] 3509/5687 61% [====================================== ] 3510/5687 61% [====================================== ] 3511/5687 61% [====================================== ] 3512/5687 61% [====================================== ] 3513/5687 61% [====================================== ] 3514/5687 61% [====================================== ] 3515/5687 61% [====================================== ] 3516/5687 61% [====================================== ] 3517/5687 61% [====================================== ] 3518/5687 61% [====================================== ] 3519/5687 61% [====================================== ] 3520/5687 61% [====================================== ] 3521/5687 61% [====================================== ] 3522/5687 61% [====================================== ] 3523/5687 61% [====================================== ] 3524/5687 61% [====================================== ] 3525/5687 61% [====================================== ] 3526/5687 62% [====================================== ] 3527/5687 62% [====================================== ] 3528/5687 62% [====================================== ] 3529/5687 62% [====================================== ] 3530/5687 62% [====================================== ] 3531/5687 62% [====================================== ] 3532/5687 62% [====================================== ] 3533/5687 62% [====================================== ] 3534/5687 62% [====================================== ] 3535/5687 62% [====================================== ] 3536/5687 62% [====================================== ] 3537/5687 62% [====================================== ] 3538/5687 62% [====================================== ] 3539/5687 62% [====================================== ] 3540/5687 62% [====================================== ] 3541/5687 62% [====================================== ] 3542/5687 62% [====================================== ] 3543/5687 62% [====================================== ] 3544/5687 62% [====================================== ] 3545/5687 62% [====================================== ] 3546/5687 62% [====================================== ] 3547/5687 62% [====================================== ] 3548/5687 62% [====================================== ] 3549/5687 62% [====================================== ] 3550/5687 62% [====================================== ] 3551/5687 62% [====================================== ] 3552/5687 62% [====================================== ] 3553/5687 62% [====================================== ] 3554/5687 62% [====================================== ] 3555/5687 62% [====================================== ] 3556/5687 62% [====================================== ] 3557/5687 62% [====================================== ] 3558/5687 62% [====================================== ] 3559/5687 62% [====================================== ] 3560/5687 62% [====================================== ] 3561/5687 62% [====================================== ] 3562/5687 62% [====================================== ] 3563/5687 62% [====================================== ] 3564/5687 62% [====================================== ] 3565/5687 62% [====================================== ] 3566/5687 62% [====================================== ] 3567/5687 62% [====================================== ] 3568/5687 62% [====================================== ] 3569/5687 62% [====================================== ] 3570/5687 62% [====================================== ] 3571/5687 62% [====================================== ] 3572/5687 62% [====================================== ] 3573/5687 62% [====================================== ] 3574/5687 62% [====================================== ] 3575/5687 62% [====================================== ] 3576/5687 62% [====================================== ] 3577/5687 62% [======================================= ] 3578/5687 62% [======================================= ] 3579/5687 62% [======================================= ] 3580/5687 62% [======================================= ] 3581/5687 62% [======================================= ] 3582/5687 62% [======================================= ] 3583/5687 63% [======================================= ] 3584/5687 63% [======================================= ] 3585/5687 63% [======================================= ] 3586/5687 63% [======================================= ] 3587/5687 63% [======================================= ] 3588/5687 63% [======================================= ] 3589/5687 63% [======================================= ] 3590/5687 63% [======================================= ] 3591/5687 63% [======================================= ] 3592/5687 63% [======================================= ] 3593/5687 63% [======================================= ] 3594/5687 63% [======================================= ] 3595/5687 63% [======================================= ] 3596/5687 63% [======================================= ] 3597/5687 63% [======================================= ] 3598/5687 63% [======================================= ] 3599/5687 63% [======================================= ] 3600/5687 63% [======================================= ] 3601/5687 63% [======================================= ] 3602/5687 63% [======================================= ] 3603/5687 63% [======================================= ] 3604/5687 63% [======================================= ] 3605/5687 63% [======================================= ] 3606/5687 63% [======================================= ] 3607/5687 63% [======================================= ] 3608/5687 63% [======================================= ] 3609/5687 63% [======================================= ] 3610/5687 63% [======================================= ] 3611/5687 63% [======================================= ] 3612/5687 63% [======================================= ] 3613/5687 63% [======================================= ] 3614/5687 63% [======================================= ] 3615/5687 63% [======================================= ] 3616/5687 63% [======================================= ] 3617/5687 63% [======================================= ] 3618/5687 63% [======================================= ] 3619/5687 63% [======================================= ] 3620/5687 63% [======================================= ] 3621/5687 63% [======================================= ] 3622/5687 63% [======================================= ] 3623/5687 63% [======================================= ] 3624/5687 63% [======================================= ] 3625/5687 63% [======================================= ] 3626/5687 63% [======================================= ] 3627/5687 63% [======================================= ] 3628/5687 63% [======================================= ] 3629/5687 63% [======================================= ] 3630/5687 63% [======================================= ] 3631/5687 63% [======================================= ] 3632/5687 63% [======================================= ] 3633/5687 63% [======================================= ] 3634/5687 63% [======================================= ] 3635/5687 63% [======================================= ] 3636/5687 63% [======================================= ] 3637/5687 63% [======================================= ] 3638/5687 63% [======================================= ] 3639/5687 63% [======================================= ] 3640/5687 64% [======================================= ] 3641/5687 64% [======================================= ] 3642/5687 64% [======================================= ] 3643/5687 64% [======================================= ] 3644/5687 64% [======================================= ] 3645/5687 64% [======================================= ] 3646/5687 64% [======================================= ] 3647/5687 64% [======================================= ] 3648/5687 64% [======================================= ] 3649/5687 64% [======================================= ] 3650/5687 64% [======================================= ] 3651/5687 64% [======================================= ] 3652/5687 64% [======================================= ] 3653/5687 64% [======================================= ] 3654/5687 64% [======================================= ] 3655/5687 64% [======================================= ] 3656/5687 64% [======================================= ] 3657/5687 64% [======================================= ] 3658/5687 64% [======================================= ] 3659/5687 64% [======================================= ] 3660/5687 64% [======================================= ] 3661/5687 64% [======================================= ] 3662/5687 64% [======================================= ] 3663/5687 64% [======================================= ] 3664/5687 64% [======================================= ] 3665/5687 64% [======================================= ] 3666/5687 64% [======================================= ] 3667/5687 64% [======================================= ] 3668/5687 64% [======================================= ] 3669/5687 64% [======================================== ] 3670/5687 64% [======================================== ] 3671/5687 64% [======================================== ] 3672/5687 64% [======================================== ] 3673/5687 64% [======================================== ] 3674/5687 64% [======================================== ] 3675/5687 64% [======================================== ] 3676/5687 64% [======================================== ] 3677/5687 64% [======================================== ] 3678/5687 64% [======================================== ] 3679/5687 64% [======================================== ] 3680/5687 64% [======================================== ] 3681/5687 64% [======================================== ] 3682/5687 64% [======================================== ] 3683/5687 64% [======================================== ] 3684/5687 64% [======================================== ] 3685/5687 64% [======================================== ] 3686/5687 64% [======================================== ] 3687/5687 64% [======================================== ] 3688/5687 64% [======================================== ] 3689/5687 64% [======================================== ] 3690/5687 64% [======================================== ] 3691/5687 64% [======================================== ] 3692/5687 64% [======================================== ] 3693/5687 64% [======================================== ] 3694/5687 64% [======================================== ] 3695/5687 64% [======================================== ] 3696/5687 64% [======================================== ] 3697/5687 65% [======================================== ] 3698/5687 65% [======================================== ] 3699/5687 65% [======================================== ] 3700/5687 65% [======================================== ] 3701/5687 65% [======================================== ] 3702/5687 65% [======================================== ] 3703/5687 65% [======================================== ] 3704/5687 65% [======================================== ] 3705/5687 65% [======================================== ] 3706/5687 65% [======================================== ] 3707/5687 65% [======================================== ] 3708/5687 65% [======================================== ] 3709/5687 65% [======================================== ] 3710/5687 65% [======================================== ] 3711/5687 65% [======================================== ] 3712/5687 65% [======================================== ] 3713/5687 65% [======================================== ] 3714/5687 65% [======================================== ] 3715/5687 65% [======================================== ] 3716/5687 65% [======================================== ] 3717/5687 65% [======================================== ] 3718/5687 65% [======================================== ] 3719/5687 65% [======================================== ] 3720/5687 65% [======================================== ] 3721/5687 65% [======================================== ] 3722/5687 65% [======================================== ] 3723/5687 65% [======================================== ] 3724/5687 65% [======================================== ] 3725/5687 65% [======================================== ] 3726/5687 65% [======================================== ] 3727/5687 65% [======================================== ] 3728/5687 65% [======================================== ] 3729/5687 65% [======================================== ] 3730/5687 65% [======================================== ] 3731/5687 65% [======================================== ] 3732/5687 65% [======================================== ] 3733/5687 65% [======================================== ] 3734/5687 65% [======================================== ] 3735/5687 65% [======================================== ] 3736/5687 65% [======================================== ] 3737/5687 65% [======================================== ] 3738/5687 65% [======================================== ] 3739/5687 65% [======================================== ] 3740/5687 65% [======================================== ] 3741/5687 65% [======================================== ] 3742/5687 65% [======================================== ] 3743/5687 65% [======================================== ] 3744/5687 65% [======================================== ] 3745/5687 65% [======================================== ] 3746/5687 65% [======================================== ] 3747/5687 65% [======================================== ] 3748/5687 65% [======================================== ] 3749/5687 65% [======================================== ] 3750/5687 65% [======================================== ] 3751/5687 65% [======================================== ] 3752/5687 65% [======================================== ] 3753/5687 65% [======================================== ] 3754/5687 66% [======================================== ] 3755/5687 66% [======================================== ] 3756/5687 66% [======================================== ] 3757/5687 66% [======================================== ] 3758/5687 66% [======================================== ] 3759/5687 66% [======================================== ] 3760/5687 66% [========================================= ] 3761/5687 66% [========================================= ] 3762/5687 66% [========================================= ] 3763/5687 66% [========================================= ] 3764/5687 66% [========================================= ] 3765/5687 66% [========================================= ] 3766/5687 66% [========================================= ] 3767/5687 66% [========================================= ] 3768/5687 66% [========================================= ] 3769/5687 66% [========================================= ] 3770/5687 66% [========================================= ] 3771/5687 66% [========================================= ] 3772/5687 66% [========================================= ] 3773/5687 66% [========================================= ] 3774/5687 66% [========================================= ] 3775/5687 66% [========================================= ] 3776/5687 66% [========================================= ] 3777/5687 66% [========================================= ] 3778/5687 66% [========================================= ] 3779/5687 66% [========================================= ] 3780/5687 66% [========================================= ] 3781/5687 66% [========================================= ] 3782/5687 66% [========================================= ] 3783/5687 66% [========================================= ] 3784/5687 66% [========================================= ] 3785/5687 66% [========================================= ] 3786/5687 66% [========================================= ] 3787/5687 66% [========================================= ] 3788/5687 66% [========================================= ] 3789/5687 66% [========================================= ] 3790/5687 66% [========================================= ] 3791/5687 66% [========================================= ] 3792/5687 66% [========================================= ] 3793/5687 66% [========================================= ] 3794/5687 66% [========================================= ] 3795/5687 66% [========================================= ] 3796/5687 66% [========================================= ] 3797/5687 66% [========================================= ] 3798/5687 66% [========================================= ] 3799/5687 66% [========================================= ] 3800/5687 66% [========================================= ] 3801/5687 66% [========================================= ] 3802/5687 66% [========================================= ] 3803/5687 66% [========================================= ] 3804/5687 66% [========================================= ] 3805/5687 66% [========================================= ] 3806/5687 66% [========================================= ] 3807/5687 66% [========================================= ] 3808/5687 66% [========================================= ] 3809/5687 66% [========================================= ] 3810/5687 66% [========================================= ] 3811/5687 67% [========================================= ] 3812/5687 67% [========================================= ] 3813/5687 67% [========================================= ] 3814/5687 67% [========================================= ] 3815/5687 67% [========================================= ] 3816/5687 67% [========================================= ] 3817/5687 67% [========================================= ] 3818/5687 67% [========================================= ] 3819/5687 67% [========================================= ] 3820/5687 67% [========================================= ] 3821/5687 67% [========================================= ] 3822/5687 67% [========================================= ] 3823/5687 67% [========================================= ] 3824/5687 67% [========================================= ] 3825/5687 67% [========================================= ] 3826/5687 67% [========================================= ] 3827/5687 67% [========================================= ] 3828/5687 67% [========================================= ] 3829/5687 67% [========================================= ] 3830/5687 67% [========================================= ] 3831/5687 67% [========================================= ] 3832/5687 67% [========================================= ] 3833/5687 67% [========================================= ] 3834/5687 67% [========================================= ] 3835/5687 67% [========================================= ] 3836/5687 67% [========================================= ] 3837/5687 67% [========================================= ] 3838/5687 67% [========================================= ] 3839/5687 67% [========================================= ] 3840/5687 67% [========================================= ] 3841/5687 67% [========================================= ] 3842/5687 67% [========================================= ] 3843/5687 67% [========================================= ] 3844/5687 67% [========================================= ] 3845/5687 67% [========================================= ] 3846/5687 67% [========================================= ] 3847/5687 67% [========================================= ] 3848/5687 67% [========================================= ] 3849/5687 67% [========================================= ] 3850/5687 67% [========================================= ] 3851/5687 67% [========================================= ] 3852/5687 67% [========================================== ] 3853/5687 67% [========================================== ] 3854/5687 67% [========================================== ] 3855/5687 67% [========================================== ] 3856/5687 67% [========================================== ] 3857/5687 67% [========================================== ] 3858/5687 67% [========================================== ] 3859/5687 67% [========================================== ] 3860/5687 67% [========================================== ] 3861/5687 67% [========================================== ] 3862/5687 67% [========================================== ] 3863/5687 67% [========================================== ] 3864/5687 67% [========================================== ] 3865/5687 67% [========================================== ] 3866/5687 67% [========================================== ] 3867/5687 67% [========================================== ] 3868/5687 68% [========================================== ] 3869/5687 68% [========================================== ] 3870/5687 68% [========================================== ] 3871/5687 68% [========================================== ] 3872/5687 68% [========================================== ] 3873/5687 68% [========================================== ] 3874/5687 68% [========================================== ] 3875/5687 68% [========================================== ] 3876/5687 68% [========================================== ] 3877/5687 68% [========================================== ] 3878/5687 68% [========================================== ] 3879/5687 68% [========================================== ] 3880/5687 68% [========================================== ] 3881/5687 68% [========================================== ] 3882/5687 68% [========================================== ] 3883/5687 68% [========================================== ] 3884/5687 68% [========================================== ] 3885/5687 68% [========================================== ] 3886/5687 68% [========================================== ] 3887/5687 68% [========================================== ] 3888/5687 68% [========================================== ] 3889/5687 68% [========================================== ] 3890/5687 68% [========================================== ] 3891/5687 68% [========================================== ] 3892/5687 68% [========================================== ] 3893/5687 68% [========================================== ] 3894/5687 68% [========================================== ] 3895/5687 68% [========================================== ] 3896/5687 68% [========================================== ] 3897/5687 68% [========================================== ] 3898/5687 68% [========================================== ] 3899/5687 68% [========================================== ] 3900/5687 68% [========================================== ] 3901/5687 68% [========================================== ] 3902/5687 68% [========================================== ] 3903/5687 68% [========================================== ] 3904/5687 68% [========================================== ] 3905/5687 68% [========================================== ] 3906/5687 68% [========================================== ] 3907/5687 68% [========================================== ] 3908/5687 68% [========================================== ] 3909/5687 68% [========================================== ] 3910/5687 68% [========================================== ] 3911/5687 68% [========================================== ] 3912/5687 68% [========================================== ] 3913/5687 68% [========================================== ] 3914/5687 68% [========================================== ] 3915/5687 68% [========================================== ] 3916/5687 68% [========================================== ] 3917/5687 68% [========================================== ] 3918/5687 68% [========================================== ] 3919/5687 68% [========================================== ] 3920/5687 68% [========================================== ] 3921/5687 68% [========================================== ] 3922/5687 68% [========================================== ] 3923/5687 68% [========================================== ] 3924/5687 68% [========================================== ] 3925/5687 69% [========================================== ] 3926/5687 69% [========================================== ] 3927/5687 69% [========================================== ] 3928/5687 69% [========================================== ] 3929/5687 69% [========================================== ] 3930/5687 69% [========================================== ] 3931/5687 69% [========================================== ] 3932/5687 69% [========================================== ] 3933/5687 69% [========================================== ] 3934/5687 69% [========================================== ] 3935/5687 69% [========================================== ] 3936/5687 69% [========================================== ] 3937/5687 69% [========================================== ] 3938/5687 69% [========================================== ] 3939/5687 69% [========================================== ] 3940/5687 69% [========================================== ] 3941/5687 69% [========================================== ] 3942/5687 69% [========================================== ] 3943/5687 69% [========================================== ] 3944/5687 69% [=========================================== ] 3945/5687 69% [=========================================== ] 3946/5687 69% [=========================================== ] 3947/5687 69% [=========================================== ] 3948/5687 69% [=========================================== ] 3949/5687 69% [=========================================== ] 3950/5687 69% [=========================================== ] 3951/5687 69% [=========================================== ] 3952/5687 69% [=========================================== ] 3953/5687 69% [=========================================== ] 3954/5687 69% [=========================================== ] 3955/5687 69% [=========================================== ] 3956/5687 69% [=========================================== ] 3957/5687 69% [=========================================== ] 3958/5687 69% [=========================================== ] 3959/5687 69% [=========================================== ] 3960/5687 69% [=========================================== ] 3961/5687 69% [=========================================== ] 3962/5687 69% [=========================================== ] 3963/5687 69% [=========================================== ] 3964/5687 69% [=========================================== ] 3965/5687 69% [=========================================== ] 3966/5687 69% [=========================================== ] 3967/5687 69% [=========================================== ] 3968/5687 69% [=========================================== ] 3969/5687 69% [=========================================== ] 3970/5687 69% [=========================================== ] 3971/5687 69% [=========================================== ] 3972/5687 69% [=========================================== ] 3973/5687 69% [=========================================== ] 3974/5687 69% [=========================================== ] 3975/5687 69% [=========================================== ] 3976/5687 69% [=========================================== ] 3977/5687 69% [=========================================== ] 3978/5687 69% [=========================================== ] 3979/5687 69% [=========================================== ] 3980/5687 69% [=========================================== ] 3981/5687 70% [=========================================== ] 3982/5687 70% [=========================================== ] 3983/5687 70% [=========================================== ] 3984/5687 70% [=========================================== ] 3985/5687 70% [=========================================== ] 3986/5687 70% [=========================================== ] 3987/5687 70% [=========================================== ] 3988/5687 70% [=========================================== ] 3989/5687 70% [=========================================== ] 3990/5687 70% [=========================================== ] 3991/5687 70% [=========================================== ] 3992/5687 70% [=========================================== ] 3993/5687 70% [=========================================== ] 3994/5687 70% [=========================================== ] 3995/5687 70% [=========================================== ] 3996/5687 70% [=========================================== ] 3997/5687 70% [=========================================== ] 3998/5687 70% [=========================================== ] 3999/5687 70% [=========================================== ] 4000/5687 70% [=========================================== ] 4001/5687 70% [=========================================== ] 4002/5687 70% [=========================================== ] 4003/5687 70% [=========================================== ] 4004/5687 70% [=========================================== ] 4005/5687 70% [=========================================== ] 4006/5687 70% [=========================================== ] 4007/5687 70% [=========================================== ] 4008/5687 70% [=========================================== ] 4009/5687 70% [=========================================== ] 4010/5687 70% [=========================================== ] 4011/5687 70% [=========================================== ] 4012/5687 70% [=========================================== ] 4013/5687 70% [=========================================== ] 4014/5687 70% [=========================================== ] 4015/5687 70% [=========================================== ] 4016/5687 70% [=========================================== ] 4017/5687 70% [=========================================== ] 4018/5687 70% [=========================================== ] 4019/5687 70% [=========================================== ] 4020/5687 70% [=========================================== ] 4021/5687 70% [=========================================== ] 4022/5687 70% [=========================================== ] 4023/5687 70% [=========================================== ] 4024/5687 70% [=========================================== ] 4025/5687 70% [=========================================== ] 4026/5687 70% [=========================================== ] 4027/5687 70% [=========================================== ] 4028/5687 70% [=========================================== ] 4029/5687 70% [=========================================== ] 4030/5687 70% [=========================================== ] 4031/5687 70% [=========================================== ] 4032/5687 70% [=========================================== ] 4033/5687 70% [=========================================== ] 4034/5687 70% [=========================================== ] 4035/5687 70% [============================================ ] 4036/5687 70% [============================================ ] 4037/5687 70% [============================================ ] 4038/5687 71% [============================================ ] 4039/5687 71% [============================================ ] 4040/5687 71% [============================================ ] 4041/5687 71% [============================================ ] 4042/5687 71% [============================================ ] 4043/5687 71% [============================================ ] 4044/5687 71% [============================================ ] 4045/5687 71% [============================================ ] 4046/5687 71% [============================================ ] 4047/5687 71% [============================================ ] 4048/5687 71% [============================================ ] 4049/5687 71% [============================================ ] 4050/5687 71% [============================================ ] 4051/5687 71% [============================================ ] 4052/5687 71% [============================================ ] 4053/5687 71% [============================================ ] 4054/5687 71% [============================================ ] 4055/5687 71% [============================================ ] 4056/5687 71% [============================================ ] 4057/5687 71% [============================================ ] 4058/5687 71% [============================================ ] 4059/5687 71% [============================================ ] 4060/5687 71% [============================================ ] 4061/5687 71% [============================================ ] 4062/5687 71% [============================================ ] 4063/5687 71% [============================================ ] 4064/5687 71% [============================================ ] 4065/5687 71% [============================================ ] 4066/5687 71% [============================================ ] 4067/5687 71% [============================================ ] 4068/5687 71% [============================================ ] 4069/5687 71% [============================================ ] 4070/5687 71% [============================================ ] 4071/5687 71% [============================================ ] 4072/5687 71% [============================================ ] 4073/5687 71% [============================================ ] 4074/5687 71% [============================================ ] 4075/5687 71% [============================================ ] 4076/5687 71% [============================================ ] 4077/5687 71% [============================================ ] 4078/5687 71% [============================================ ] 4079/5687 71% [============================================ ] 4080/5687 71% [============================================ ] 4081/5687 71% [============================================ ] 4082/5687 71% [============================================ ] 4083/5687 71% [============================================ ] 4084/5687 71% [============================================ ] 4085/5687 71% [============================================ ] 4086/5687 71% [============================================ ] 4087/5687 71% [============================================ ] 4088/5687 71% [============================================ ] 4089/5687 71% [============================================ ] 4090/5687 71% [============================================ ] 4091/5687 71% [============================================ ] 4092/5687 71% [============================================ ] 4093/5687 71% [============================================ ] 4094/5687 71% [============================================ ] 4095/5687 72% [============================================ ] 4096/5687 72% [============================================ ] 4097/5687 72% [============================================ ] 4098/5687 72% [============================================ ] 4099/5687 72% [============================================ ] 4100/5687 72% [============================================ ] 4101/5687 72% [============================================ ] 4102/5687 72% [============================================ ] 4103/5687 72% [============================================ ] 4104/5687 72% [============================================ ] 4105/5687 72% [============================================ ] 4106/5687 72% [============================================ ] 4107/5687 72% [============================================ ] 4108/5687 72% [============================================ ] 4109/5687 72% [============================================ ] 4110/5687 72% [============================================ ] 4111/5687 72% [============================================ ] 4112/5687 72% [============================================ ] 4113/5687 72% [============================================ ] 4114/5687 72% [============================================ ] 4115/5687 72% [============================================ ] 4116/5687 72% [============================================ ] 4117/5687 72% [============================================ ] 4118/5687 72% [============================================ ] 4119/5687 72% [============================================ ] 4120/5687 72% [============================================ ] 4121/5687 72% [============================================ ] 4122/5687 72% [============================================ ] 4123/5687 72% [============================================ ] 4124/5687 72% [============================================ ] 4125/5687 72% [============================================ ] 4126/5687 72% [============================================ ] 4127/5687 72% [============================================= ] 4128/5687 72% [============================================= ] 4129/5687 72% [============================================= ] 4130/5687 72% [============================================= ] 4131/5687 72% [============================================= ] 4132/5687 72% [============================================= ] 4133/5687 72% [============================================= ] 4134/5687 72% [============================================= ] 4135/5687 72% [============================================= ] 4136/5687 72% [============================================= ] 4137/5687 72% [============================================= ] 4138/5687 72% [============================================= ] 4139/5687 72% [============================================= ] 4140/5687 72% [============================================= ] 4141/5687 72% [============================================= ] 4142/5687 72% [============================================= ] 4143/5687 72% [============================================= ] 4144/5687 72% [============================================= ] 4145/5687 72% [============================================= ] 4146/5687 72% [============================================= ] 4147/5687 72% [============================================= ] 4148/5687 72% [============================================= ] 4149/5687 72% [============================================= ] 4150/5687 72% [============================================= ] 4151/5687 72% [============================================= ] 4152/5687 73% [============================================= ] 4153/5687 73% [============================================= ] 4154/5687 73% [============================================= ] 4155/5687 73% [============================================= ] 4156/5687 73% [============================================= ] 4157/5687 73% [============================================= ] 4158/5687 73% [============================================= ] 4159/5687 73% [============================================= ] 4160/5687 73% [============================================= ] 4161/5687 73% [============================================= ] 4162/5687 73% [============================================= ] 4163/5687 73% [============================================= ] 4164/5687 73% [============================================= ] 4165/5687 73% [============================================= ] 4166/5687 73% [============================================= ] 4167/5687 73% [============================================= ] 4168/5687 73% [============================================= ] 4169/5687 73% [============================================= ] 4170/5687 73% [============================================= ] 4171/5687 73% [============================================= ] 4172/5687 73% [============================================= ] 4173/5687 73% [============================================= ] 4174/5687 73% [============================================= ] 4175/5687 73% [============================================= ] 4176/5687 73% [============================================= ] 4177/5687 73% [============================================= ] 4178/5687 73% [============================================= ] 4179/5687 73% [============================================= ] 4180/5687 73% [============================================= ] 4181/5687 73% [============================================= ] 4182/5687 73% [============================================= ] 4183/5687 73% [============================================= ] 4184/5687 73% [============================================= ] 4185/5687 73% [============================================= ] 4186/5687 73% [============================================= ] 4187/5687 73% [============================================= ] 4188/5687 73% [============================================= ] 4189/5687 73% [============================================= ] 4190/5687 73% [============================================= ] 4191/5687 73% [============================================= ] 4192/5687 73% [============================================= ] 4193/5687 73% [============================================= ] 4194/5687 73% [============================================= ] 4195/5687 73% [============================================= ] 4196/5687 73% [============================================= ] 4197/5687 73% [============================================= ] 4198/5687 73% [============================================= ] 4199/5687 73% [============================================= ] 4200/5687 73% [============================================= ] 4201/5687 73% [============================================= ] 4202/5687 73% [============================================= ] 4203/5687 73% [============================================= ] 4204/5687 73% [============================================= ] 4205/5687 73% [============================================= ] 4206/5687 73% [============================================= ] 4207/5687 73% [============================================= ] 4208/5687 73% [============================================= ] 4209/5687 74% [============================================= ] 4210/5687 74% [============================================= ] 4211/5687 74% [============================================= ] 4212/5687 74% [============================================= ] 4213/5687 74% [============================================= ] 4214/5687 74% [============================================= ] 4215/5687 74% [============================================= ] 4216/5687 74% [============================================= ] 4217/5687 74% [============================================= ] 4218/5687 74% [============================================= ] 4219/5687 74% [============================================== ] 4220/5687 74% [============================================== ] 4221/5687 74% [============================================== ] 4222/5687 74% [============================================== ] 4223/5687 74% [============================================== ] 4224/5687 74% [============================================== ] 4225/5687 74% [============================================== ] 4226/5687 74% [============================================== ] 4227/5687 74% [============================================== ] 4228/5687 74% [============================================== ] 4229/5687 74% [============================================== ] 4230/5687 74% [============================================== ] 4231/5687 74% [============================================== ] 4232/5687 74% [============================================== ] 4233/5687 74% [============================================== ] 4234/5687 74% [============================================== ] 4235/5687 74% [============================================== ] 4236/5687 74% [============================================== ] 4237/5687 74% [============================================== ] 4238/5687 74% [============================================== ] 4239/5687 74% [============================================== ] 4240/5687 74% [============================================== ] 4241/5687 74% [============================================== ] 4242/5687 74% [============================================== ] 4243/5687 74% [============================================== ] 4244/5687 74% [============================================== ] 4245/5687 74% [============================================== ] 4246/5687 74% [============================================== ] 4247/5687 74% [============================================== ] 4248/5687 74% [============================================== ] 4249/5687 74% [============================================== ] 4250/5687 74% [============================================== ] 4251/5687 74% [============================================== ] 4252/5687 74% [============================================== ] 4253/5687 74% [============================================== ] 4254/5687 74% [============================================== ] 4255/5687 74% [============================================== ] 4256/5687 74% [============================================== ] 4257/5687 74% [============================================== ] 4258/5687 74% [============================================== ] 4259/5687 74% [============================================== ] 4260/5687 74% [============================================== ] 4261/5687 74% [============================================== ] 4262/5687 74% [============================================== ] 4263/5687 74% [============================================== ] 4264/5687 74% [============================================== ] 4265/5687 74% [============================================== ] 4266/5687 75% [============================================== ] 4267/5687 75% [============================================== ] 4268/5687 75% [============================================== ] 4269/5687 75% [============================================== ] 4270/5687 75% [============================================== ] 4271/5687 75% [============================================== ] 4272/5687 75% [============================================== ] 4273/5687 75% [============================================== ] 4274/5687 75% [============================================== ] 4275/5687 75% [============================================== ] 4276/5687 75% [============================================== ] 4277/5687 75% [============================================== ] 4278/5687 75% [============================================== ] 4279/5687 75% [============================================== ] 4280/5687 75% [============================================== ] 4281/5687 75% [============================================== ] 4282/5687 75% [============================================== ] 4283/5687 75% [============================================== ] 4284/5687 75% [============================================== ] 4285/5687 75% [============================================== ] 4286/5687 75% [============================================== ] 4287/5687 75% [============================================== ] 4288/5687 75% [============================================== ] 4289/5687 75% [============================================== ] 4290/5687 75% [============================================== ] 4291/5687 75% [============================================== ] 4292/5687 75% [============================================== ] 4293/5687 75% [============================================== ] 4294/5687 75% [============================================== ] 4295/5687 75% [============================================== ] 4296/5687 75% [============================================== ] 4297/5687 75% [============================================== ] 4298/5687 75% [============================================== ] 4299/5687 75% [============================================== ] 4300/5687 75% [============================================== ] 4301/5687 75% [============================================== ] 4302/5687 75% [============================================== ] 4303/5687 75% [============================================== ] 4304/5687 75% [============================================== ] 4305/5687 75% [============================================== ] 4306/5687 75% [============================================== ] 4307/5687 75% [============================================== ] 4308/5687 75% [============================================== ] 4309/5687 75% [============================================== ] 4310/5687 75% [============================================== ] 4311/5687 75% [=============================================== ] 4312/5687 75% [=============================================== ] 4313/5687 75% [=============================================== ] 4314/5687 75% [=============================================== ] 4315/5687 75% [=============================================== ] 4316/5687 75% [=============================================== ] 4317/5687 75% [=============================================== ] 4318/5687 75% [=============================================== ] 4319/5687 75% [=============================================== ] 4320/5687 75% [=============================================== ] 4321/5687 75% [=============================================== ] 4322/5687 75% [=============================================== ] 4323/5687 76% [=============================================== ] 4324/5687 76% [=============================================== ] 4325/5687 76% [=============================================== ] 4326/5687 76% [=============================================== ] 4327/5687 76% [=============================================== ] 4328/5687 76% [=============================================== ] 4329/5687 76% [=============================================== ] 4330/5687 76% [=============================================== ] 4331/5687 76% [=============================================== ] 4332/5687 76% [=============================================== ] 4333/5687 76% [=============================================== ] 4334/5687 76% [=============================================== ] 4335/5687 76% [=============================================== ] 4336/5687 76% [=============================================== ] 4337/5687 76% [=============================================== ] 4338/5687 76% [=============================================== ] 4339/5687 76% [=============================================== ] 4340/5687 76% [=============================================== ] 4341/5687 76% [=============================================== ] 4342/5687 76% [=============================================== ] 4343/5687 76% [=============================================== ] 4344/5687 76% [=============================================== ] 4345/5687 76% [=============================================== ] 4346/5687 76% [=============================================== ] 4347/5687 76% [=============================================== ] 4348/5687 76% [=============================================== ] 4349/5687 76% [=============================================== ] 4350/5687 76% [=============================================== ] 4351/5687 76% [=============================================== ] 4352/5687 76% [=============================================== ] 4353/5687 76% [=============================================== ] 4354/5687 76% [=============================================== ] 4355/5687 76% [=============================================== ] 4356/5687 76% [=============================================== ] 4357/5687 76% [=============================================== ] 4358/5687 76% [=============================================== ] 4359/5687 76% [=============================================== ] 4360/5687 76% [=============================================== ] 4361/5687 76% [=============================================== ] 4362/5687 76% [=============================================== ] 4363/5687 76% [=============================================== ] 4364/5687 76% [=============================================== ] 4365/5687 76% [=============================================== ] 4366/5687 76% [=============================================== ] 4367/5687 76% [=============================================== ] 4368/5687 76% [=============================================== ] 4369/5687 76% [=============================================== ] 4370/5687 76% [=============================================== ] 4371/5687 76% [=============================================== ] 4372/5687 76% [=============================================== ] 4373/5687 76% [=============================================== ] 4374/5687 76% [=============================================== ] 4375/5687 76% [=============================================== ] 4376/5687 76% [=============================================== ] 4377/5687 76% [=============================================== ] 4378/5687 76% [=============================================== ] 4379/5687 77% [=============================================== ] 4380/5687 77% [=============================================== ] 4381/5687 77% [=============================================== ] 4382/5687 77% [=============================================== ] 4383/5687 77% [=============================================== ] 4384/5687 77% [=============================================== ] 4385/5687 77% [=============================================== ] 4386/5687 77% [=============================================== ] 4387/5687 77% [=============================================== ] 4388/5687 77% [=============================================== ] 4389/5687 77% [=============================================== ] 4390/5687 77% [=============================================== ] 4391/5687 77% [=============================================== ] 4392/5687 77% [=============================================== ] 4393/5687 77% [=============================================== ] 4394/5687 77% [=============================================== ] 4395/5687 77% [=============================================== ] 4396/5687 77% [=============================================== ] 4397/5687 77% [=============================================== ] 4398/5687 77% [=============================================== ] 4399/5687 77% [=============================================== ] 4400/5687 77% [=============================================== ] 4401/5687 77% [=============================================== ] 4402/5687 77% [================================================ ] 4403/5687 77% [================================================ ] 4404/5687 77% [================================================ ] 4405/5687 77% [================================================ ] 4406/5687 77% [================================================ ] 4407/5687 77% [================================================ ] 4408/5687 77% [================================================ ] 4409/5687 77% [================================================ ] 4410/5687 77% [================================================ ] 4411/5687 77% [================================================ ] 4412/5687 77% [================================================ ] 4413/5687 77% [================================================ ] 4414/5687 77% [================================================ ] 4415/5687 77% [================================================ ] 4416/5687 77% [================================================ ] 4417/5687 77% [================================================ ] 4418/5687 77% [================================================ ] 4419/5687 77% [================================================ ] 4420/5687 77% [================================================ ] 4421/5687 77% [================================================ ] 4422/5687 77% [================================================ ] 4423/5687 77% [================================================ ] 4424/5687 77% [================================================ ] 4425/5687 77% [================================================ ] 4426/5687 77% [================================================ ] 4427/5687 77% [================================================ ] 4428/5687 77% [================================================ ] 4429/5687 77% [================================================ ] 4430/5687 77% [================================================ ] 4431/5687 77% [================================================ ] 4432/5687 77% [================================================ ] 4433/5687 77% [================================================ ] 4434/5687 77% [================================================ ] 4435/5687 77% [================================================ ] 4436/5687 78% [================================================ ] 4437/5687 78% [================================================ ] 4438/5687 78% [================================================ ] 4439/5687 78% [================================================ ] 4440/5687 78% [================================================ ] 4441/5687 78% [================================================ ] 4442/5687 78% [================================================ ] 4443/5687 78% [================================================ ] 4444/5687 78% [================================================ ] 4445/5687 78% [================================================ ] 4446/5687 78% [================================================ ] 4447/5687 78% [================================================ ] 4448/5687 78% [================================================ ] 4449/5687 78% [================================================ ] 4450/5687 78% [================================================ ] 4451/5687 78% [================================================ ] 4452/5687 78% [================================================ ] 4453/5687 78% [================================================ ] 4454/5687 78% [================================================ ] 4455/5687 78% [================================================ ] 4456/5687 78% [================================================ ] 4457/5687 78% [================================================ ] 4458/5687 78% [================================================ ] 4459/5687 78% [================================================ ] 4460/5687 78% [================================================ ] 4461/5687 78% [================================================ ] 4462/5687 78% [================================================ ] 4463/5687 78% [================================================ ] 4464/5687 78% [================================================ ] 4465/5687 78% [================================================ ] 4466/5687 78% [================================================ ] 4467/5687 78% [================================================ ] 4468/5687 78% [================================================ ] 4469/5687 78% [================================================ ] 4470/5687 78% [================================================ ] 4471/5687 78% [================================================ ] 4472/5687 78% [================================================ ] 4473/5687 78% [================================================ ] 4474/5687 78% [================================================ ] 4475/5687 78% [================================================ ] 4476/5687 78% [================================================ ] 4477/5687 78% [================================================ ] 4478/5687 78% [================================================ ] 4479/5687 78% [================================================ ] 4480/5687 78% [================================================ ] 4481/5687 78% [================================================ ] 4482/5687 78% [================================================ ] 4483/5687 78% [================================================ ] 4484/5687 78% [================================================ ] 4485/5687 78% [================================================ ] 4486/5687 78% [================================================ ] 4487/5687 78% [================================================ ] 4488/5687 78% [================================================ ] 4489/5687 78% [================================================ ] 4490/5687 78% [================================================ ] 4491/5687 78% [================================================ ] 4492/5687 78% [================================================ ] 4493/5687 79% [================================================ ] 4494/5687 79% [================================================= ] 4495/5687 79% [================================================= ] 4496/5687 79% [================================================= ] 4497/5687 79% [================================================= ] 4498/5687 79% [================================================= ] 4499/5687 79% [================================================= ] 4500/5687 79% [================================================= ] 4501/5687 79% [================================================= ] 4502/5687 79% [================================================= ] 4503/5687 79% [================================================= ] 4504/5687 79% [================================================= ] 4505/5687 79% [================================================= ] 4506/5687 79% [================================================= ] 4507/5687 79% [================================================= ] 4508/5687 79% [================================================= ] 4509/5687 79% [================================================= ] 4510/5687 79% [================================================= ] 4511/5687 79% [================================================= ] 4512/5687 79% [================================================= ] 4513/5687 79% [================================================= ] 4514/5687 79% [================================================= ] 4515/5687 79% [================================================= ] 4516/5687 79% [================================================= ] 4517/5687 79% [================================================= ] 4518/5687 79% [================================================= ] 4519/5687 79% [================================================= ] 4520/5687 79% [================================================= ] 4521/5687 79% [================================================= ] 4522/5687 79% [================================================= ] 4523/5687 79% [================================================= ] 4524/5687 79% [================================================= ] 4525/5687 79% [================================================= ] 4526/5687 79% [================================================= ] 4527/5687 79% [================================================= ] 4528/5687 79% [================================================= ] 4529/5687 79% [================================================= ] 4530/5687 79% [================================================= ] 4531/5687 79% [================================================= ] 4532/5687 79% [================================================= ] 4533/5687 79% [================================================= ] 4534/5687 79% [================================================= ] 4535/5687 79% [================================================= ] 4536/5687 79% [================================================= ] 4537/5687 79% [================================================= ] 4538/5687 79% [================================================= ] 4539/5687 79% [================================================= ] 4540/5687 79% [================================================= ] 4541/5687 79% [================================================= ] 4542/5687 79% [================================================= ] 4543/5687 79% [================================================= ] 4544/5687 79% [================================================= ] 4545/5687 79% [================================================= ] 4546/5687 79% [================================================= ] 4547/5687 79% [================================================= ] 4548/5687 79% [================================================= ] 4549/5687 79% [================================================= ] 4550/5687 80% [================================================= ] 4551/5687 80% [================================================= ] 4552/5687 80% [================================================= ] 4553/5687 80% [================================================= ] 4554/5687 80% [================================================= ] 4555/5687 80% [================================================= ] 4556/5687 80% [================================================= ] 4557/5687 80% [================================================= ] 4558/5687 80% [================================================= ] 4559/5687 80% [================================================= ] 4560/5687 80% [================================================= ] 4561/5687 80% [================================================= ] 4562/5687 80% [================================================= ] 4563/5687 80% [================================================= ] 4564/5687 80% [================================================= ] 4565/5687 80% [================================================= ] 4566/5687 80% [================================================= ] 4567/5687 80% [================================================= ] 4568/5687 80% [================================================= ] 4569/5687 80% [================================================= ] 4570/5687 80% [================================================= ] 4571/5687 80% [================================================= ] 4572/5687 80% [================================================= ] 4573/5687 80% [================================================= ] 4574/5687 80% [================================================= ] 4575/5687 80% [================================================= ] 4576/5687 80% [================================================= ] 4577/5687 80% [================================================= ] 4578/5687 80% [================================================= ] 4579/5687 80% [================================================= ] 4580/5687 80% [================================================= ] 4581/5687 80% [================================================= ] 4582/5687 80% [================================================= ] 4583/5687 80% [================================================= ] 4584/5687 80% [================================================= ] 4585/5687 80% [================================================= ] 4586/5687 80% [================================================== ] 4587/5687 80% [================================================== ] 4588/5687 80% [================================================== ] 4589/5687 80% [================================================== ] 4590/5687 80% [================================================== ] 4591/5687 80% [================================================== ] 4592/5687 80% [================================================== ] 4593/5687 80% [================================================== ] 4594/5687 80% [================================================== ] 4595/5687 80% [================================================== ] 4596/5687 80% [================================================== ] 4597/5687 80% [================================================== ] 4598/5687 80% [================================================== ] 4599/5687 80% [================================================== ] 4600/5687 80% [================================================== ] 4601/5687 80% [================================================== ] 4602/5687 80% [================================================== ] 4603/5687 80% [================================================== ] 4604/5687 80% [================================================== ] 4605/5687 80% [================================================== ] 4606/5687 80% [================================================== ] 4607/5687 81% [================================================== ] 4608/5687 81% [================================================== ] 4609/5687 81% [================================================== ] 4610/5687 81% [================================================== ] 4611/5687 81% [================================================== ] 4612/5687 81% [================================================== ] 4613/5687 81% [================================================== ] 4614/5687 81% [================================================== ] 4615/5687 81% [================================================== ] 4616/5687 81% [================================================== ] 4617/5687 81% [================================================== ] 4618/5687 81% [================================================== ] 4619/5687 81% [================================================== ] 4620/5687 81% [================================================== ] 4621/5687 81% [================================================== ] 4622/5687 81% [================================================== ] 4623/5687 81% [================================================== ] 4624/5687 81% [================================================== ] 4625/5687 81% [================================================== ] 4626/5687 81% [================================================== ] 4627/5687 81% [================================================== ] 4628/5687 81% [================================================== ] 4629/5687 81% [================================================== ] 4630/5687 81% [================================================== ] 4631/5687 81% [================================================== ] 4632/5687 81% [================================================== ] 4633/5687 81% [================================================== ] 4634/5687 81% [================================================== ] 4635/5687 81% [================================================== ] 4636/5687 81% [================================================== ] 4637/5687 81% [================================================== ] 4638/5687 81% [================================================== ] 4639/5687 81% [================================================== ] 4640/5687 81% [================================================== ] 4641/5687 81% [================================================== ] 4642/5687 81% [================================================== ] 4643/5687 81% [================================================== ] 4644/5687 81% [================================================== ] 4645/5687 81% [================================================== ] 4646/5687 81% [================================================== ] 4647/5687 81% [================================================== ] 4648/5687 81% [================================================== ] 4649/5687 81% [================================================== ] 4650/5687 81% [================================================== ] 4651/5687 81% [================================================== ] 4652/5687 81% [================================================== ] 4653/5687 81% [================================================== ] 4654/5687 81% [================================================== ] 4655/5687 81% [================================================== ] 4656/5687 81% [================================================== ] 4657/5687 81% [================================================== ] 4658/5687 81% [================================================== ] 4659/5687 81% [================================================== ] 4660/5687 81% [================================================== ] 4661/5687 81% [================================================== ] 4662/5687 81% [================================================== ] 4663/5687 81% [================================================== ] 4664/5687 82% [================================================== ] 4665/5687 82% [================================================== ] 4666/5687 82% [================================================== ] 4667/5687 82% [================================================== ] 4668/5687 82% [================================================== ] 4669/5687 82% [================================================== ] 4670/5687 82% [================================================== ] 4671/5687 82% [================================================== ] 4672/5687 82% [================================================== ] 4673/5687 82% [================================================== ] 4674/5687 82% [================================================== ] 4675/5687 82% [================================================== ] 4676/5687 82% [================================================== ] 4677/5687 82% [================================================== ] 4678/5687 82% [=================================================== ] 4679/5687 82% [=================================================== ] 4680/5687 82% [=================================================== ] 4681/5687 82% [=================================================== ] 4682/5687 82% [=================================================== ] 4683/5687 82% [=================================================== ] 4684/5687 82% [=================================================== ] 4685/5687 82% [=================================================== ] 4686/5687 82% [=================================================== ] 4687/5687 82% [=================================================== ] 4688/5687 82% [=================================================== ] 4689/5687 82% [=================================================== ] 4690/5687 82% [=================================================== ] 4691/5687 82% [=================================================== ] 4692/5687 82% [=================================================== ] 4693/5687 82% [=================================================== ] 4694/5687 82% [=================================================== ] 4695/5687 82% [=================================================== ] 4696/5687 82% [=================================================== ] 4697/5687 82% [=================================================== ] 4698/5687 82% [=================================================== ] 4699/5687 82% [=================================================== ] 4700/5687 82% [=================================================== ] 4701/5687 82% [=================================================== ] 4702/5687 82% [=================================================== ] 4703/5687 82% [=================================================== ] 4704/5687 82% [=================================================== ] 4705/5687 82% [=================================================== ] 4706/5687 82% [=================================================== ] 4707/5687 82% [=================================================== ] 4708/5687 82% [=================================================== ] 4709/5687 82% [=================================================== ] 4710/5687 82% [=================================================== ] 4711/5687 82% [=================================================== ] 4712/5687 82% [=================================================== ] 4713/5687 82% [=================================================== ] 4714/5687 82% [=================================================== ] 4715/5687 82% [=================================================== ] 4716/5687 82% [=================================================== ] 4717/5687 82% [=================================================== ] 4718/5687 82% [=================================================== ] 4719/5687 82% [=================================================== ] 4720/5687 82% [=================================================== ] 4721/5687 83% [=================================================== ] 4722/5687 83% [=================================================== ] 4723/5687 83% [=================================================== ] 4724/5687 83% [=================================================== ] 4725/5687 83% [=================================================== ] 4726/5687 83% [=================================================== ] 4727/5687 83% [=================================================== ] 4728/5687 83% [=================================================== ] 4729/5687 83% [=================================================== ] 4730/5687 83% [=================================================== ] 4731/5687 83% [=================================================== ] 4732/5687 83% [=================================================== ] 4733/5687 83% [=================================================== ] 4734/5687 83% [=================================================== ] 4735/5687 83% [=================================================== ] 4736/5687 83% [=================================================== ] 4737/5687 83% [=================================================== ] 4738/5687 83% [=================================================== ] 4739/5687 83% [=================================================== ] 4740/5687 83% [=================================================== ] 4741/5687 83% [=================================================== ] 4742/5687 83% [=================================================== ] 4743/5687 83% [=================================================== ] 4744/5687 83% [=================================================== ] 4745/5687 83% [=================================================== ] 4746/5687 83% [=================================================== ] 4747/5687 83% [=================================================== ] 4748/5687 83% [=================================================== ] 4749/5687 83% [=================================================== ] 4750/5687 83% [=================================================== ] 4751/5687 83% [=================================================== ] 4752/5687 83% [=================================================== ] 4753/5687 83% [=================================================== ] 4754/5687 83% [=================================================== ] 4755/5687 83% [=================================================== ] 4756/5687 83% [=================================================== ] 4757/5687 83% [=================================================== ] 4758/5687 83% [=================================================== ] 4759/5687 83% [=================================================== ] 4760/5687 83% [=================================================== ] 4761/5687 83% [=================================================== ] 4762/5687 83% [=================================================== ] 4763/5687 83% [=================================================== ] 4764/5687 83% [=================================================== ] 4765/5687 83% [=================================================== ] 4766/5687 83% [=================================================== ] 4767/5687 83% [=================================================== ] 4768/5687 83% [=================================================== ] 4769/5687 83% [==================================================== ] 4770/5687 83% [==================================================== ] 4771/5687 83% [==================================================== ] 4772/5687 83% [==================================================== ] 4773/5687 83% [==================================================== ] 4774/5687 83% [==================================================== ] 4775/5687 83% [==================================================== ] 4776/5687 83% [==================================================== ] 4777/5687 83% [==================================================== ] 4778/5687 84% [==================================================== ] 4779/5687 84% [==================================================== ] 4780/5687 84% [==================================================== ] 4781/5687 84% [==================================================== ] 4782/5687 84% [==================================================== ] 4783/5687 84% [==================================================== ] 4784/5687 84% [==================================================== ] 4785/5687 84% [==================================================== ] 4786/5687 84% [==================================================== ] 4787/5687 84% [==================================================== ] 4788/5687 84% [==================================================== ] 4789/5687 84% [==================================================== ] 4790/5687 84% [==================================================== ] 4791/5687 84% [==================================================== ] 4792/5687 84% [==================================================== ] 4793/5687 84% [==================================================== ] 4794/5687 84% [==================================================== ] 4795/5687 84% [==================================================== ] 4796/5687 84% [==================================================== ] 4797/5687 84% [==================================================== ] 4798/5687 84% [==================================================== ] 4799/5687 84% [==================================================== ] 4800/5687 84% [==================================================== ] 4801/5687 84% [==================================================== ] 4802/5687 84% [==================================================== ] 4803/5687 84% [==================================================== ] 4804/5687 84% [==================================================== ] 4805/5687 84% [==================================================== ] 4806/5687 84% [==================================================== ] 4807/5687 84% [==================================================== ] 4808/5687 84% [==================================================== ] 4809/5687 84% [==================================================== ] 4810/5687 84% [==================================================== ] 4811/5687 84% [==================================================== ] 4812/5687 84% [==================================================== ] 4813/5687 84% [==================================================== ] 4814/5687 84% [==================================================== ] 4815/5687 84% [==================================================== ] 4816/5687 84% [==================================================== ] 4817/5687 84% [==================================================== ] 4818/5687 84% [==================================================== ] 4819/5687 84% [==================================================== ] 4820/5687 84% [==================================================== ] 4821/5687 84% [==================================================== ] 4822/5687 84% [==================================================== ] 4823/5687 84% [==================================================== ] 4824/5687 84% [==================================================== ] 4825/5687 84% [==================================================== ] 4826/5687 84% [==================================================== ] 4827/5687 84% [==================================================== ] 4828/5687 84% [==================================================== ] 4829/5687 84% [==================================================== ] 4830/5687 84% [==================================================== ] 4831/5687 84% [==================================================== ] 4832/5687 84% [==================================================== ] 4833/5687 84% [==================================================== ] 4834/5687 85% [==================================================== ] 4835/5687 85% [==================================================== ] 4836/5687 85% [==================================================== ] 4837/5687 85% [==================================================== ] 4838/5687 85% [==================================================== ] 4839/5687 85% [==================================================== ] 4840/5687 85% [==================================================== ] 4841/5687 85% [==================================================== ] 4842/5687 85% [==================================================== ] 4843/5687 85% [==================================================== ] 4844/5687 85% [==================================================== ] 4845/5687 85% [==================================================== ] 4846/5687 85% [==================================================== ] 4847/5687 85% [==================================================== ] 4848/5687 85% [==================================================== ] 4849/5687 85% [==================================================== ] 4850/5687 85% [==================================================== ] 4851/5687 85% [==================================================== ] 4852/5687 85% [==================================================== ] 4853/5687 85% [==================================================== ] 4854/5687 85% [==================================================== ] 4855/5687 85% [==================================================== ] 4856/5687 85% [==================================================== ] 4857/5687 85% [==================================================== ] 4858/5687 85% [==================================================== ] 4859/5687 85% [==================================================== ] 4860/5687 85% [==================================================== ] 4861/5687 85% [===================================================== ] 4862/5687 85% [===================================================== ] 4863/5687 85% [===================================================== ] 4864/5687 85% [===================================================== ] 4865/5687 85% [===================================================== ] 4866/5687 85% [===================================================== ] 4867/5687 85% [===================================================== ] 4868/5687 85% [===================================================== ] 4869/5687 85% [===================================================== ] 4870/5687 85% [===================================================== ] 4871/5687 85% [===================================================== ] 4872/5687 85% [===================================================== ] 4873/5687 85% [===================================================== ] 4874/5687 85% [===================================================== ] 4875/5687 85% [===================================================== ] 4876/5687 85% [===================================================== ] 4877/5687 85% [===================================================== ] 4878/5687 85% [===================================================== ] 4879/5687 85% [===================================================== ] 4880/5687 85% [===================================================== ] 4881/5687 85% [===================================================== ] 4882/5687 85% [===================================================== ] 4883/5687 85% [===================================================== ] 4884/5687 85% [===================================================== ] 4885/5687 85% [===================================================== ] 4886/5687 85% [===================================================== ] 4887/5687 85% [===================================================== ] 4888/5687 85% [===================================================== ] 4889/5687 85% [===================================================== ] 4890/5687 85% [===================================================== ] 4891/5687 86% [===================================================== ] 4892/5687 86% [===================================================== ] 4893/5687 86% [===================================================== ] 4894/5687 86% [===================================================== ] 4895/5687 86% [===================================================== ] 4896/5687 86% [===================================================== ] 4897/5687 86% [===================================================== ] 4898/5687 86% [===================================================== ] 4899/5687 86% [===================================================== ] 4900/5687 86% [===================================================== ] 4901/5687 86% [===================================================== ] 4902/5687 86% [===================================================== ] 4903/5687 86% [===================================================== ] 4904/5687 86% [===================================================== ] 4905/5687 86% [===================================================== ] 4906/5687 86% [===================================================== ] 4907/5687 86% [===================================================== ] 4908/5687 86% [===================================================== ] 4909/5687 86% [===================================================== ] 4910/5687 86% [===================================================== ] 4911/5687 86% [===================================================== ] 4912/5687 86% [===================================================== ] 4913/5687 86% [===================================================== ] 4914/5687 86% [===================================================== ] 4915/5687 86% [===================================================== ] 4916/5687 86% [===================================================== ] 4917/5687 86% [===================================================== ] 4918/5687 86% [===================================================== ] 4919/5687 86% [===================================================== ] 4920/5687 86% [===================================================== ] 4921/5687 86% [===================================================== ] 4922/5687 86% [===================================================== ] 4923/5687 86% [===================================================== ] 4924/5687 86% [===================================================== ] 4925/5687 86% [===================================================== ] 4926/5687 86% [===================================================== ] 4927/5687 86% [===================================================== ] 4928/5687 86% [===================================================== ] 4929/5687 86% [===================================================== ] 4930/5687 86% [===================================================== ] 4931/5687 86% [===================================================== ] 4932/5687 86% [===================================================== ] 4933/5687 86% [===================================================== ] 4934/5687 86% [===================================================== ] 4935/5687 86% [===================================================== ] 4936/5687 86% [===================================================== ] 4937/5687 86% [===================================================== ] 4938/5687 86% [===================================================== ] 4939/5687 86% [===================================================== ] 4940/5687 86% [===================================================== ] 4941/5687 86% [===================================================== ] 4942/5687 86% [===================================================== ] 4943/5687 86% [===================================================== ] 4944/5687 86% [===================================================== ] 4945/5687 86% [===================================================== ] 4946/5687 86% [===================================================== ] 4947/5687 86% [===================================================== ] 4948/5687 87% [===================================================== ] 4949/5687 87% [===================================================== ] 4950/5687 87% [===================================================== ] 4951/5687 87% [===================================================== ] 4952/5687 87% [===================================================== ] 4953/5687 87% [====================================================== ] 4954/5687 87% [====================================================== ] 4955/5687 87% [====================================================== ] 4956/5687 87% [====================================================== ] 4957/5687 87% [====================================================== ] 4958/5687 87% [====================================================== ] 4959/5687 87% [====================================================== ] 4960/5687 87% [====================================================== ] 4961/5687 87% [====================================================== ] 4962/5687 87% [====================================================== ] 4963/5687 87% [====================================================== ] 4964/5687 87% [====================================================== ] 4965/5687 87% [====================================================== ] 4966/5687 87% [====================================================== ] 4967/5687 87% [====================================================== ] 4968/5687 87% [====================================================== ] 4969/5687 87% [====================================================== ] 4970/5687 87% [====================================================== ] 4971/5687 87% [====================================================== ] 4972/5687 87% [====================================================== ] 4973/5687 87% [====================================================== ] 4974/5687 87% [====================================================== ] 4975/5687 87% [====================================================== ] 4976/5687 87% [====================================================== ] 4977/5687 87% [====================================================== ] 4978/5687 87% [====================================================== ] 4979/5687 87% [====================================================== ] 4980/5687 87% [====================================================== ] 4981/5687 87% [====================================================== ] 4982/5687 87% [====================================================== ] 4983/5687 87% [====================================================== ] 4984/5687 87% [====================================================== ] 4985/5687 87% [====================================================== ] 4986/5687 87% [====================================================== ] 4987/5687 87% [====================================================== ] 4988/5687 87% [====================================================== ] 4989/5687 87% [====================================================== ] 4990/5687 87% [====================================================== ] 4991/5687 87% [====================================================== ] 4992/5687 87% [====================================================== ] 4993/5687 87% [====================================================== ] 4994/5687 87% [====================================================== ] 4995/5687 87% [====================================================== ] 4996/5687 87% [====================================================== ] 4997/5687 87% [====================================================== ] 4998/5687 87% [====================================================== ] 4999/5687 87% [====================================================== ] 5000/5687 87% [====================================================== ] 5001/5687 87% [====================================================== ] 5002/5687 87% [====================================================== ] 5003/5687 87% [====================================================== ] 5004/5687 87% [====================================================== ] 5005/5687 88% [====================================================== ] 5006/5687 88% [====================================================== ] 5007/5687 88% [====================================================== ] 5008/5687 88% [====================================================== ] 5009/5687 88% [====================================================== ] 5010/5687 88% [====================================================== ] 5011/5687 88% [====================================================== ] 5012/5687 88% [====================================================== ] 5013/5687 88% [====================================================== ] 5014/5687 88% [====================================================== ] 5015/5687 88% [====================================================== ] 5016/5687 88% [====================================================== ] 5017/5687 88% [====================================================== ] 5018/5687 88% [====================================================== ] 5019/5687 88% [====================================================== ] 5020/5687 88% [====================================================== ] 5021/5687 88% [====================================================== ] 5022/5687 88% [====================================================== ] 5023/5687 88% [====================================================== ] 5024/5687 88% [====================================================== ] 5025/5687 88% [====================================================== ] 5026/5687 88% [====================================================== ] 5027/5687 88% [====================================================== ] 5028/5687 88% [====================================================== ] 5029/5687 88% [====================================================== ] 5030/5687 88% [====================================================== ] 5031/5687 88% [====================================================== ] 5032/5687 88% [====================================================== ] 5033/5687 88% [====================================================== ] 5034/5687 88% [====================================================== ] 5035/5687 88% [====================================================== ] 5036/5687 88% [====================================================== ] 5037/5687 88% [====================================================== ] 5038/5687 88% [====================================================== ] 5039/5687 88% [====================================================== ] 5040/5687 88% [====================================================== ] 5041/5687 88% [====================================================== ] 5042/5687 88% [====================================================== ] 5043/5687 88% [====================================================== ] 5044/5687 88% [======================================================= ] 5045/5687 88% [======================================================= ] 5046/5687 88% [======================================================= ] 5047/5687 88% [======================================================= ] 5048/5687 88% [======================================================= ] 5049/5687 88% [======================================================= ] 5050/5687 88% [======================================================= ] 5051/5687 88% [======================================================= ] 5052/5687 88% [======================================================= ] 5053/5687 88% [======================================================= ] 5054/5687 88% [======================================================= ] 5055/5687 88% [======================================================= ] 5056/5687 88% [======================================================= ] 5057/5687 88% [======================================================= ] 5058/5687 88% [======================================================= ] 5059/5687 88% [======================================================= ] 5060/5687 88% [======================================================= ] 5061/5687 88% [======================================================= ] 5062/5687 89% [======================================================= ] 5063/5687 89% [======================================================= ] 5064/5687 89% [======================================================= ] 5065/5687 89% [======================================================= ] 5066/5687 89% [======================================================= ] 5067/5687 89% [======================================================= ] 5068/5687 89% [======================================================= ] 5069/5687 89% [======================================================= ] 5070/5687 89% [======================================================= ] 5071/5687 89% [======================================================= ] 5072/5687 89% [======================================================= ] 5073/5687 89% [======================================================= ] 5074/5687 89% [======================================================= ] 5075/5687 89% [======================================================= ] 5076/5687 89% [======================================================= ] 5077/5687 89% [======================================================= ] 5078/5687 89% [======================================================= ] 5079/5687 89% [======================================================= ] 5080/5687 89% [======================================================= ] 5081/5687 89% [======================================================= ] 5082/5687 89% [======================================================= ] 5083/5687 89% [======================================================= ] 5084/5687 89% [======================================================= ] 5085/5687 89% [======================================================= ] 5086/5687 89% [======================================================= ] 5087/5687 89% [======================================================= ] 5088/5687 89% [======================================================= ] 5089/5687 89% [======================================================= ] 5090/5687 89% [======================================================= ] 5091/5687 89% [======================================================= ] 5092/5687 89% [======================================================= ] 5093/5687 89% [======================================================= ] 5094/5687 89% [======================================================= ] 5095/5687 89% [======================================================= ] 5096/5687 89% [======================================================= ] 5097/5687 89% [======================================================= ] 5098/5687 89% [======================================================= ] 5099/5687 89% [======================================================= ] 5100/5687 89% [======================================================= ] 5101/5687 89% [======================================================= ] 5102/5687 89% [======================================================= ] 5103/5687 89% [======================================================= ] 5104/5687 89% [======================================================= ] 5105/5687 89% [======================================================= ] 5106/5687 89% [======================================================= ] 5107/5687 89% [======================================================= ] 5108/5687 89% [======================================================= ] 5109/5687 89% [======================================================= ] 5110/5687 89% [======================================================= ] 5111/5687 89% [======================================================= ] 5112/5687 89% [======================================================= ] 5113/5687 89% [======================================================= ] 5114/5687 89% [======================================================= ] 5115/5687 89% [======================================================= ] 5116/5687 89% [======================================================= ] 5117/5687 89% [======================================================= ] 5118/5687 89% [======================================================= ] 5119/5687 90% [======================================================= ] 5120/5687 90% [======================================================= ] 5121/5687 90% [======================================================= ] 5122/5687 90% [======================================================= ] 5123/5687 90% [======================================================= ] 5124/5687 90% [======================================================= ] 5125/5687 90% [======================================================= ] 5126/5687 90% [======================================================= ] 5127/5687 90% [======================================================= ] 5128/5687 90% [======================================================= ] 5129/5687 90% [======================================================= ] 5130/5687 90% [======================================================= ] 5131/5687 90% [======================================================= ] 5132/5687 90% [======================================================= ] 5133/5687 90% [======================================================= ] 5134/5687 90% [======================================================= ] 5135/5687 90% [======================================================= ] 5136/5687 90% [======================================================== ] 5137/5687 90% [======================================================== ] 5138/5687 90% [======================================================== ] 5139/5687 90% [======================================================== ] 5140/5687 90% [======================================================== ] 5141/5687 90% [======================================================== ] 5142/5687 90% [======================================================== ] 5143/5687 90% [======================================================== ] 5144/5687 90% [======================================================== ] 5145/5687 90% [======================================================== ] 5146/5687 90% [======================================================== ] 5147/5687 90% [======================================================== ] 5148/5687 90% [======================================================== ] 5149/5687 90% [======================================================== ] 5150/5687 90% [======================================================== ] 5151/5687 90% [======================================================== ] 5152/5687 90% [======================================================== ] 5153/5687 90% [======================================================== ] 5154/5687 90% [======================================================== ] 5155/5687 90% [======================================================== ] 5156/5687 90% [======================================================== ] 5157/5687 90% [======================================================== ] 5158/5687 90% [======================================================== ] 5159/5687 90% [======================================================== ] 5160/5687 90% [======================================================== ] 5161/5687 90% [======================================================== ] 5162/5687 90% [======================================================== ] 5163/5687 90% [======================================================== ] 5164/5687 90% [======================================================== ] 5165/5687 90% [======================================================== ] 5166/5687 90% [======================================================== ] 5167/5687 90% [======================================================== ] 5168/5687 90% [======================================================== ] 5169/5687 90% [======================================================== ] 5170/5687 90% [======================================================== ] 5171/5687 90% [======================================================== ] 5172/5687 90% [======================================================== ] 5173/5687 90% [======================================================== ] 5174/5687 90% [======================================================== ] 5175/5687 90% [======================================================== ] 5176/5687 91% [======================================================== ] 5177/5687 91% [======================================================== ] 5178/5687 91% [======================================================== ] 5179/5687 91% [======================================================== ] 5180/5687 91% [======================================================== ] 5181/5687 91% [======================================================== ] 5182/5687 91% [======================================================== ] 5183/5687 91% [======================================================== ] 5184/5687 91% [======================================================== ] 5185/5687 91% [======================================================== ] 5186/5687 91% [======================================================== ] 5187/5687 91% [======================================================== ] 5188/5687 91% [======================================================== ] 5189/5687 91% [======================================================== ] 5190/5687 91% [======================================================== ] 5191/5687 91% [======================================================== ] 5192/5687 91% [======================================================== ] 5193/5687 91% [======================================================== ] 5194/5687 91% [======================================================== ] 5195/5687 91% [======================================================== ] 5196/5687 91% [======================================================== ] 5197/5687 91% [======================================================== ] 5198/5687 91% [======================================================== ] 5199/5687 91% [======================================================== ] 5200/5687 91% [======================================================== ] 5201/5687 91% [======================================================== ] 5202/5687 91% [======================================================== ] 5203/5687 91% [======================================================== ] 5204/5687 91% [======================================================== ] 5205/5687 91% [======================================================== ] 5206/5687 91% [======================================================== ] 5207/5687 91% [======================================================== ] 5208/5687 91% [======================================================== ] 5209/5687 91% [======================================================== ] 5210/5687 91% [======================================================== ] 5211/5687 91% [======================================================== ] 5212/5687 91% [======================================================== ] 5213/5687 91% [======================================================== ] 5214/5687 91% [======================================================== ] 5215/5687 91% [======================================================== ] 5216/5687 91% [======================================================== ] 5217/5687 91% [======================================================== ] 5218/5687 91% [======================================================== ] 5219/5687 91% [======================================================== ] 5220/5687 91% [======================================================== ] 5221/5687 91% [======================================================== ] 5222/5687 91% [======================================================== ] 5223/5687 91% [======================================================== ] 5224/5687 91% [======================================================== ] 5225/5687 91% [======================================================== ] 5226/5687 91% [======================================================== ] 5227/5687 91% [======================================================== ] 5228/5687 91% [========================================================= ] 5229/5687 91% [========================================================= ] 5230/5687 91% [========================================================= ] 5231/5687 91% [========================================================= ] 5232/5687 91% [========================================================= ] 5233/5687 92% [========================================================= ] 5234/5687 92% [========================================================= ] 5235/5687 92% [========================================================= ] 5236/5687 92% [========================================================= ] 5237/5687 92% [========================================================= ] 5238/5687 92% [========================================================= ] 5239/5687 92% [========================================================= ] 5240/5687 92% [========================================================= ] 5241/5687 92% [========================================================= ] 5242/5687 92% [========================================================= ] 5243/5687 92% [========================================================= ] 5244/5687 92% [========================================================= ] 5245/5687 92% [========================================================= ] 5246/5687 92% [========================================================= ] 5247/5687 92% [========================================================= ] 5248/5687 92% [========================================================= ] 5249/5687 92% [========================================================= ] 5250/5687 92% [========================================================= ] 5251/5687 92% [========================================================= ] 5252/5687 92% [========================================================= ] 5253/5687 92% [========================================================= ] 5254/5687 92% [========================================================= ] 5255/5687 92% [========================================================= ] 5256/5687 92% [========================================================= ] 5257/5687 92% [========================================================= ] 5258/5687 92% [========================================================= ] 5259/5687 92% [========================================================= ] 5260/5687 92% [========================================================= ] 5261/5687 92% [========================================================= ] 5262/5687 92% [========================================================= ] 5263/5687 92% [========================================================= ] 5264/5687 92% [========================================================= ] 5265/5687 92% [========================================================= ] 5266/5687 92% [========================================================= ] 5267/5687 92% [========================================================= ] 5268/5687 92% [========================================================= ] 5269/5687 92% [========================================================= ] 5270/5687 92% [========================================================= ] 5271/5687 92% [========================================================= ] 5272/5687 92% [========================================================= ] 5273/5687 92% [========================================================= ] 5274/5687 92% [========================================================= ] 5275/5687 92% [========================================================= ] 5276/5687 92% [========================================================= ] 5277/5687 92% [========================================================= ] 5278/5687 92% [========================================================= ] 5279/5687 92% [========================================================= ] 5280/5687 92% [========================================================= ] 5281/5687 92% [========================================================= ] 5282/5687 92% [========================================================= ] 5283/5687 92% [========================================================= ] 5284/5687 92% [========================================================= ] 5285/5687 92% [========================================================= ] 5286/5687 92% [========================================================= ] 5287/5687 92% [========================================================= ] 5288/5687 92% [========================================================= ] 5289/5687 93% [========================================================= ] 5290/5687 93% [========================================================= ] 5291/5687 93% [========================================================= ] 5292/5687 93% [========================================================= ] 5293/5687 93% [========================================================= ] 5294/5687 93% [========================================================= ] 5295/5687 93% [========================================================= ] 5296/5687 93% [========================================================= ] 5297/5687 93% [========================================================= ] 5298/5687 93% [========================================================= ] 5299/5687 93% [========================================================= ] 5300/5687 93% [========================================================= ] 5301/5687 93% [========================================================= ] 5302/5687 93% [========================================================= ] 5303/5687 93% [========================================================= ] 5304/5687 93% [========================================================= ] 5305/5687 93% [========================================================= ] 5306/5687 93% [========================================================= ] 5307/5687 93% [========================================================= ] 5308/5687 93% [========================================================= ] 5309/5687 93% [========================================================= ] 5310/5687 93% [========================================================= ] 5311/5687 93% [========================================================= ] 5312/5687 93% [========================================================= ] 5313/5687 93% [========================================================= ] 5314/5687 93% [========================================================= ] 5315/5687 93% [========================================================= ] 5316/5687 93% [========================================================= ] 5317/5687 93% [========================================================= ] 5318/5687 93% [========================================================= ] 5319/5687 93% [========================================================= ] 5320/5687 93% [========================================================== ] 5321/5687 93% [========================================================== ] 5322/5687 93% [========================================================== ] 5323/5687 93% [========================================================== ] 5324/5687 93% [========================================================== ] 5325/5687 93% [========================================================== ] 5326/5687 93% [========================================================== ] 5327/5687 93% [========================================================== ] 5328/5687 93% [========================================================== ] 5329/5687 93% [========================================================== ] 5330/5687 93% [========================================================== ] 5331/5687 93% [========================================================== ] 5332/5687 93% [========================================================== ] 5333/5687 93% [========================================================== ] 5334/5687 93% [========================================================== ] 5335/5687 93% [========================================================== ] 5336/5687 93% [========================================================== ] 5337/5687 93% [========================================================== ] 5338/5687 93% [========================================================== ] 5339/5687 93% [========================================================== ] 5340/5687 93% [========================================================== ] 5341/5687 93% [========================================================== ] 5342/5687 93% [========================================================== ] 5343/5687 93% [========================================================== ] 5344/5687 93% [========================================================== ] 5345/5687 93% [========================================================== ] 5346/5687 94% [========================================================== ] 5347/5687 94% [========================================================== ] 5348/5687 94% [========================================================== ] 5349/5687 94% [========================================================== ] 5350/5687 94% [========================================================== ] 5351/5687 94% [========================================================== ] 5352/5687 94% [========================================================== ] 5353/5687 94% [========================================================== ] 5354/5687 94% [========================================================== ] 5355/5687 94% [========================================================== ] 5356/5687 94% [========================================================== ] 5357/5687 94% [========================================================== ] 5358/5687 94% [========================================================== ] 5359/5687 94% [========================================================== ] 5360/5687 94% [========================================================== ] 5361/5687 94% [========================================================== ] 5362/5687 94% [========================================================== ] 5363/5687 94% [========================================================== ] 5364/5687 94% [========================================================== ] 5365/5687 94% [========================================================== ] 5366/5687 94% [========================================================== ] 5367/5687 94% [========================================================== ] 5368/5687 94% [========================================================== ] 5369/5687 94% [========================================================== ] 5370/5687 94% [========================================================== ] 5371/5687 94% [========================================================== ] 5372/5687 94% [========================================================== ] 5373/5687 94% [========================================================== ] 5374/5687 94% [========================================================== ] 5375/5687 94% [========================================================== ] 5376/5687 94% [========================================================== ] 5377/5687 94% [========================================================== ] 5378/5687 94% [========================================================== ] 5379/5687 94% [========================================================== ] 5380/5687 94% [========================================================== ] 5381/5687 94% [========================================================== ] 5382/5687 94% [========================================================== ] 5383/5687 94% [========================================================== ] 5384/5687 94% [========================================================== ] 5385/5687 94% [========================================================== ] 5386/5687 94% [========================================================== ] 5387/5687 94% [========================================================== ] 5388/5687 94% [========================================================== ] 5389/5687 94% [========================================================== ] 5390/5687 94% [========================================================== ] 5391/5687 94% [========================================================== ] 5392/5687 94% [========================================================== ] 5393/5687 94% [========================================================== ] 5394/5687 94% [========================================================== ] 5395/5687 94% [========================================================== ] 5396/5687 94% [========================================================== ] 5397/5687 94% [========================================================== ] 5398/5687 94% [========================================================== ] 5399/5687 94% [========================================================== ] 5400/5687 94% [========================================================== ] 5401/5687 94% [========================================================== ] 5402/5687 94% [========================================================== ] 5403/5687 95% [========================================================== ] 5404/5687 95% [========================================================== ] 5405/5687 95% [========================================================== ] 5406/5687 95% [========================================================== ] 5407/5687 95% [========================================================== ] 5408/5687 95% [========================================================== ] 5409/5687 95% [========================================================== ] 5410/5687 95% [========================================================== ] 5411/5687 95% [=========================================================== ] 5412/5687 95% [=========================================================== ] 5413/5687 95% [=========================================================== ] 5414/5687 95% [=========================================================== ] 5415/5687 95% [=========================================================== ] 5416/5687 95% [=========================================================== ] 5417/5687 95% [=========================================================== ] 5418/5687 95% [=========================================================== ] 5419/5687 95% [=========================================================== ] 5420/5687 95% [=========================================================== ] 5421/5687 95% [=========================================================== ] 5422/5687 95% [=========================================================== ] 5423/5687 95% [=========================================================== ] 5424/5687 95% [=========================================================== ] 5425/5687 95% [=========================================================== ] 5426/5687 95% [=========================================================== ] 5427/5687 95% [=========================================================== ] 5428/5687 95% [=========================================================== ] 5429/5687 95% [=========================================================== ] 5430/5687 95% [=========================================================== ] 5431/5687 95% [=========================================================== ] 5432/5687 95% [=========================================================== ] 5433/5687 95% [=========================================================== ] 5434/5687 95% [=========================================================== ] 5435/5687 95% [=========================================================== ] 5436/5687 95% [=========================================================== ] 5437/5687 95% [=========================================================== ] 5438/5687 95% [=========================================================== ] 5439/5687 95% [=========================================================== ] 5440/5687 95% [=========================================================== ] 5441/5687 95% [=========================================================== ] 5442/5687 95% [=========================================================== ] 5443/5687 95% [=========================================================== ] 5444/5687 95% [=========================================================== ] 5445/5687 95% [=========================================================== ] 5446/5687 95% [=========================================================== ] 5447/5687 95% [=========================================================== ] 5448/5687 95% [=========================================================== ] 5449/5687 95% [=========================================================== ] 5450/5687 95% [=========================================================== ] 5451/5687 95% [=========================================================== ] 5452/5687 95% [=========================================================== ] 5453/5687 95% [=========================================================== ] 5454/5687 95% [=========================================================== ] 5455/5687 95% [=========================================================== ] 5456/5687 95% [=========================================================== ] 5457/5687 95% [=========================================================== ] 5458/5687 95% [=========================================================== ] 5459/5687 95% [=========================================================== ] 5460/5687 96% [=========================================================== ] 5461/5687 96% [=========================================================== ] 5462/5687 96% [=========================================================== ] 5463/5687 96% [=========================================================== ] 5464/5687 96% [=========================================================== ] 5465/5687 96% [=========================================================== ] 5466/5687 96% [=========================================================== ] 5467/5687 96% [=========================================================== ] 5468/5687 96% [=========================================================== ] 5469/5687 96% [=========================================================== ] 5470/5687 96% [=========================================================== ] 5471/5687 96% [=========================================================== ] 5472/5687 96% [=========================================================== ] 5473/5687 96% [=========================================================== ] 5474/5687 96% [=========================================================== ] 5475/5687 96% [=========================================================== ] 5476/5687 96% [=========================================================== ] 5477/5687 96% [=========================================================== ] 5478/5687 96% [=========================================================== ] 5479/5687 96% [=========================================================== ] 5480/5687 96% [=========================================================== ] 5481/5687 96% [=========================================================== ] 5482/5687 96% [=========================================================== ] 5483/5687 96% [=========================================================== ] 5484/5687 96% [=========================================================== ] 5485/5687 96% [=========================================================== ] 5486/5687 96% [=========================================================== ] 5487/5687 96% [=========================================================== ] 5488/5687 96% [=========================================================== ] 5489/5687 96% [=========================================================== ] 5490/5687 96% [=========================================================== ] 5491/5687 96% [=========================================================== ] 5492/5687 96% [=========================================================== ] 5493/5687 96% [=========================================================== ] 5494/5687 96% [=========================================================== ] 5495/5687 96% [=========================================================== ] 5496/5687 96% [=========================================================== ] 5497/5687 96% [=========================================================== ] 5498/5687 96% [=========================================================== ] 5499/5687 96% [=========================================================== ] 5500/5687 96% [=========================================================== ] 5501/5687 96% [=========================================================== ] 5502/5687 96% [=========================================================== ] 5503/5687 96% [============================================================ ] 5504/5687 96% [============================================================ ] 5505/5687 96% [============================================================ ] 5506/5687 96% [============================================================ ] 5507/5687 96% [============================================================ ] 5508/5687 96% [============================================================ ] 5509/5687 96% [============================================================ ] 5510/5687 96% [============================================================ ] 5511/5687 96% [============================================================ ] 5512/5687 96% [============================================================ ] 5513/5687 96% [============================================================ ] 5514/5687 96% [============================================================ ] 5515/5687 96% [============================================================ ] 5516/5687 96% [============================================================ ] 5517/5687 97% [============================================================ ] 5518/5687 97% [============================================================ ] 5519/5687 97% [============================================================ ] 5520/5687 97% [============================================================ ] 5521/5687 97% [============================================================ ] 5522/5687 97% [============================================================ ] 5523/5687 97% [============================================================ ] 5524/5687 97% [============================================================ ] 5525/5687 97% [============================================================ ] 5526/5687 97% [============================================================ ] 5527/5687 97% [============================================================ ] 5528/5687 97% [============================================================ ] 5529/5687 97% [============================================================ ] 5530/5687 97% [============================================================ ] 5531/5687 97% [============================================================ ] 5532/5687 97% [============================================================ ] 5533/5687 97% [============================================================ ] 5534/5687 97% [============================================================ ] 5535/5687 97% [============================================================ ] 5536/5687 97% [============================================================ ] 5537/5687 97% [============================================================ ] 5538/5687 97% [============================================================ ] 5539/5687 97% [============================================================ ] 5540/5687 97% [============================================================ ] 5541/5687 97% [============================================================ ] 5542/5687 97% [============================================================ ] 5543/5687 97% [============================================================ ] 5544/5687 97% [============================================================ ] 5545/5687 97% [============================================================ ] 5546/5687 97% [============================================================ ] 5547/5687 97% [============================================================ ] 5548/5687 97% [============================================================ ] 5549/5687 97% [============================================================ ] 5550/5687 97% [============================================================ ] 5551/5687 97% [============================================================ ] 5552/5687 97% [============================================================ ] 5553/5687 97% [============================================================ ] 5554/5687 97% [============================================================ ] 5555/5687 97% [============================================================ ] 5556/5687 97% [============================================================ ] 5557/5687 97% [============================================================ ] 5558/5687 97% [============================================================ ] 5559/5687 97% [============================================================ ] 5560/5687 97% [============================================================ ] 5561/5687 97% [============================================================ ] 5562/5687 97% [============================================================ ] 5563/5687 97% [============================================================ ] 5564/5687 97% [============================================================ ] 5565/5687 97% [============================================================ ] 5566/5687 97% [============================================================ ] 5567/5687 97% [============================================================ ] 5568/5687 97% [============================================================ ] 5569/5687 97% [============================================================ ] 5570/5687 97% [============================================================ ] 5571/5687 97% [============================================================ ] 5572/5687 97% [============================================================ ] 5573/5687 97% [============================================================ ] 5574/5687 98% [============================================================ ] 5575/5687 98% [============================================================ ] 5576/5687 98% [============================================================ ] 5577/5687 98% [============================================================ ] 5578/5687 98% [============================================================ ] 5579/5687 98% [============================================================ ] 5580/5687 98% [============================================================ ] 5581/5687 98% [============================================================ ] 5582/5687 98% [============================================================ ] 5583/5687 98% [============================================================ ] 5584/5687 98% [============================================================ ] 5585/5687 98% [============================================================ ] 5586/5687 98% [============================================================ ] 5587/5687 98% [============================================================ ] 5588/5687 98% [============================================================ ] 5589/5687 98% [============================================================ ] 5590/5687 98% [============================================================ ] 5591/5687 98% [============================================================ ] 5592/5687 98% [============================================================ ] 5593/5687 98% [============================================================ ] 5594/5687 98% [============================================================ ] 5595/5687 98% [============================================================= ] 5596/5687 98% [============================================================= ] 5597/5687 98% [============================================================= ] 5598/5687 98% [============================================================= ] 5599/5687 98% [============================================================= ] 5600/5687 98% [============================================================= ] 5601/5687 98% [============================================================= ] 5602/5687 98% [============================================================= ] 5603/5687 98% [============================================================= ] 5604/5687 98% [============================================================= ] 5605/5687 98% [============================================================= ] 5606/5687 98% [============================================================= ] 5607/5687 98% [============================================================= ] 5608/5687 98% [============================================================= ] 5609/5687 98% [============================================================= ] 5610/5687 98% [============================================================= ] 5611/5687 98% [============================================================= ] 5612/5687 98% [============================================================= ] 5613/5687 98% [============================================================= ] 5614/5687 98% [============================================================= ] 5615/5687 98% [============================================================= ] 5616/5687 98% [============================================================= ] 5617/5687 98% [============================================================= ] 5618/5687 98% [============================================================= ] 5619/5687 98% [============================================================= ] 5620/5687 98% [============================================================= ] 5621/5687 98% [============================================================= ] 5622/5687 98% [============================================================= ] 5623/5687 98% [============================================================= ] 5624/5687 98% [============================================================= ] 5625/5687 98% [============================================================= ] 5626/5687 98% [============================================================= ] 5627/5687 98% [============================================================= ] 5628/5687 98% [============================================================= ] 5629/5687 98% [============================================================= ] 5630/5687 98% [============================================================= ] 5631/5687 99% [============================================================= ] 5632/5687 99% [============================================================= ] 5633/5687 99% [============================================================= ] 5634/5687 99% [============================================================= ] 5635/5687 99% [============================================================= ] 5636/5687 99% [============================================================= ] 5637/5687 99% [============================================================= ] 5638/5687 99% [============================================================= ] 5639/5687 99% [============================================================= ] 5640/5687 99% [============================================================= ] 5641/5687 99% [============================================================= ] 5642/5687 99% [============================================================= ] 5643/5687 99% [============================================================= ] 5644/5687 99% [============================================================= ] 5645/5687 99% [============================================================= ] 5646/5687 99% [============================================================= ] 5647/5687 99% [============================================================= ] 5648/5687 99% [============================================================= ] 5649/5687 99% [============================================================= ] 5650/5687 99% [============================================================= ] 5651/5687 99% [============================================================= ] 5652/5687 99% [============================================================= ] 5653/5687 99% [============================================================= ] 5654/5687 99% [============================================================= ] 5655/5687 99% [============================================================= ] 5656/5687 99% [============================================================= ] 5657/5687 99% [============================================================= ] 5658/5687 99% [============================================================= ] 5659/5687 99% [============================================================= ] 5660/5687 99% [============================================================= ] 5661/5687 99% [============================================================= ] 5662/5687 99% [============================================================= ] 5663/5687 99% [============================================================= ] 5664/5687 99% [============================================================= ] 5665/5687 99% [============================================================= ] 5666/5687 99% [============================================================= ] 5667/5687 99% [============================================================= ] 5668/5687 99% [============================================================= ] 5669/5687 99% [============================================================= ] 5670/5687 99% [============================================================= ] 5671/5687 99% [============================================================= ] 5672/5687 99% [============================================================= ] 5673/5687 99% [============================================================= ] 5674/5687 99% [============================================================= ] 5675/5687 99% [============================================================= ] 5676/5687 99% [============================================================= ] 5677/5687 99% [============================================================= ] 5678/5687 99% [============================================================= ] 5679/5687 99% [============================================================= ] 5680/5687 99% [============================================================= ] 5681/5687 99% [============================================================= ] 5682/5687 99% [============================================================= ] 5683/5687 99% [============================================================= ] 5684/5687 99% [============================================================= ] 5685/5687 99% [============================================================= ] 5686/5687 99% [==============================================================] 5687/5687 100% operation complete, 5687 objects in 103357 NAND pages. ln -snf /home/autobuild/autobuild/instance-9/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-9/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-9/buildroot' >>> Buildroot 2023.02-93-gd3051892eb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2022.08-1 Collecting legal info >>> toolchain Collecting legal info >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> bento4 1.6.0-639 Collecting legal info Documents/LICENSE.txt: OK (sha256: 7daae92c8628ada28def8d096fe2fde298b72ec3e2d64a3c408afce38edb361b) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.19.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> catch2 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-coreutils 9.1 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> cryptsetup 2.6.1 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> cups 2.4.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) NOTICE: OK (sha256: 7a7bd639e3a8457ae40b0dcfb74ea3cc6a8132b06c726142e993625d33eb6de5) >>> gnutls 3.7.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dawgdic 16ac537ba9883ff01b63b6d1fdc3072150c68fee Collecting legal info COPYING: OK (sha256: 3059f68686f1c5bc6ed0e9db415fc257c4e7618b6ac58ecce83986eb8a7cf501) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> gauche 0.9.12 Collecting legal info COPYING: OK (sha256: bc09c643a05e14d7ea8264aa737c5c14d60a20911a0309e7b27da231bbb4525d) >>> host-gauche 0.9.12 Collecting legal info COPYING: OK (sha256: bc09c643a05e14d7ea8264aa737c5c14d60a20911a0309e7b27da231bbb4525d) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> grpc 1.51.1 Collecting legal info LICENSE: OK (sha256: 590198e3f305f2c347fde64d637c65492bbef554db6c8364e149cd375e3797ee) >>> host-grpc 1.51.1 Collecting legal info LICENSE: OK (sha256: 590198e3f305f2c347fde64d637c65492bbef554db6c8364e149cd375e3797ee) >>> host-protobuf 21.12 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> libabseil-cpp 20220623.1 Collecting legal info LICENSE: OK (sha256: c79a7fea0e3cac04cd43f20e7b648e5a0ff8fa5344e644b0ee09ca1162b62747) >>> protobuf 21.12 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> re2 2023-02-01 Collecting legal info LICENSE: OK (sha256: 6040cda75d90b1738292a631d89934c411ef7ffd543c4d6a1b7edfc8edf29449) >>> gssdp 1.4.0.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 1.0.0 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-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libsoup 2.74.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libpsl 0.21.2 Collecting legal info COPYING: OK (sha256: 776cd11d54f0ea3e5efdd25ff1a0d952a1744215bb5858ea7aeb91808e70c9f7) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libedit 20210910-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> gupnp 1.4.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> hackrf 2023.01.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> hiawatha 11.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfs 4.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libnpupnp 4.2.2 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libv4l 1.22.1 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 34229b5aadfb768d0d083987cba54203a920904a3ec8320823c6125b9831acd1) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> lirc-tools 0.10.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> lrzip 0.651 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> nano 7.2 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> olsr 0.9.8 Collecting legal info license.txt: OK (sha256: 7dcf1fb93ef105e2708b02603bb6ee443115d4819fbf2c5a3a001b46887acb9a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sconeserver 8d1935919a2013358993a8e9dfa992cbde56e503 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> snort 2.9.20 Collecting legal info LICENSE: OK (sha256: f98260a6d3e5ef4ede8a2a6b698e5ac91d64c09243f7171e1c5b17b920a835c7) COPYING: OK (sha256: 3f1cbfb20bb2c608e1a474421880d08b8cba6abb00ab7736d22c481d71656a6d) >>> ssdp-responder 2.0 Collecting legal info LICENSE: OK (sha256: 68d6fdc22e337f725fe719bf9ae6d92b1d8d0ca4cff8219b303ab76706670a8d) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> v4l2grab f8d8844d52387b3db7b8736f5e86156d9374f781 Collecting legal info LICENSE.md: OK (sha256: 7fa0d45fe86fda646fada21ecfa7672e951b01c521aecd358f586facd65fb5b3) >>> wpan-tools 0.9 Collecting legal info COPYING: OK (sha256: fe8e595c24d821a60885eb259619df5e5e3976c48465fde0be29fcd78530798f) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2022.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-9/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot'