[1/2] Compiling C object yavta.p/yavta.c.o ../yavta.c: In function 'video_query_menu': ../yavta.c:1311:42: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type '__s64' {aka 'long int'} [-Wformat=] 1311 | printf(" %u: %lld%s\n", menu.index, menu.value, | ~~~^ ~~~~~~~~~~ | | | | long long int __s64 {aka long int} | %ld ../yavta.c: In function 'video_print_control_value': ../yavta.c:1358:36: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type '__s64' {aka 'long int'} [-Wformat=] 1358 | printf("%lld", ctrl->value64); | ~~~^ ~~~~~~~~~~~~~ | | | | | __s64 {aka long int} | long long int | %ld ../yavta.c: In function 'video_get_control': ../yavta.c:1397:52: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type '__s64' {aka 'long int'} [-Wformat=] 1397 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1398 | query->id, query->name, query->minimum, query->maximum, | ~~~~~~~~~~~~~~ | | | __s64 {aka long int} ../yavta.c:1397:61: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type '__s64' {aka 'long int'} [-Wformat=] 1397 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1398 | query->id, query->name, query->minimum, query->maximum, | ~~~~~~~~~~~~~~ | | | __s64 {aka long int} ../yavta.c:1397:71: warning: format '%lld' expects argument of type 'long long int', but argument 6 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1397 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1398 | query->id, query->name, query->minimum, query->maximum, 1399 | query->step, query->default_value); | ~~~~~~~~~~~ | | | __u64 {aka long unsigned int} ../yavta.c:1397:84: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type '__s64' {aka 'long int'} [-Wformat=] 1397 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1398 | query->id, query->name, query->minimum, query->maximum, 1399 | query->step, query->default_value); | ~~~~~~~~~~~~~~~~~~~~ | | | __s64 {aka long int} [2/2] Linking target yavta >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" DESTDIR=/home/autobuild/autobuild/instance-3/output-1/target PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-3/output-1/host/bin/ninja -C /home/autobuild/autobuild/instance-3/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build install ninja: Entering directory `/home/autobuild/autobuild/instance-3/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build' [0/1] Installing files. Installing yavta to /home/autobuild/autobuild/instance-3/output-1/target/usr/bin >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-3/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-3/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/home/autobuild/autobuild/instance-3/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%power8%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-3/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-3/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-3/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/home/autobuild/autobuild/instance-3/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%power8%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-3/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf rm -f /home/autobuild/autobuild/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/autobuild/autobuild/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/autobuild/autobuild/instance-3/output-1/host/bin/glib-compile-schemas /home/autobuild/autobuild/instance-3/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/autobuild/autobuild/instance-3/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. grep -qsE '^/bin/mksh$' /home/autobuild/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/mksh" >> /home/autobuild/autobuild/instance-3/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/perl5/5.38.2/pod rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/perl5/5.38.2/powerpc64le-linux/CORE find /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/autobuild/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-3/output-1/target/etc/shells ln -sf mksh /home/autobuild/autobuild/instance-3/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /home/autobuild/autobuild/instance-3/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-3/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-3/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-3/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-3/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-3/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-3/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/include /home/autobuild/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-3/output-1/target/usr/doc find /home/autobuild/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-3/output-1/target/lib/ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/man /home/autobuild/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/info /home/autobuild/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/doc /home/autobuild/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-3/output-1/target/lib/debug /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-3/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-3/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-3/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-3/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-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-65-g8b025251d3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-git\"" \ ) > /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-3/output-1/per-package \ /home/autobuild/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n - - sgx -1 * - - - SGX device nodes\n\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/images rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-3/output-1/target/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-3/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-3/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-3/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-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 6345 objects. stage 2: creating image '/home/autobuild/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/6345 0% [ ] 2/6345 0% [ ] 3/6345 0% [ ] 4/6345 0% [ ] 5/6345 0% [ ] 6/6345 0% [ ] 7/6345 0% [ ] 8/6345 0% [ ] 9/6345 0% [ ] 10/6345 0% [ ] 11/6345 0% [ ] 12/6345 0% [ ] 13/6345 0% [ ] 14/6345 0% [ ] 15/6345 0% [ ] 16/6345 0% [ ] 17/6345 0% [ ] 18/6345 0% [ ] 19/6345 0% [ ] 20/6345 0% [ ] 21/6345 0% [ ] 22/6345 0% [ ] 23/6345 0% [ ] 24/6345 0% [ ] 25/6345 0% [ ] 26/6345 0% [ ] 27/6345 0% [ ] 28/6345 0% [ ] 29/6345 0% [ ] 30/6345 0% [ ] 31/6345 0% [ ] 32/6345 0% [ ] 33/6345 0% [ ] 34/6345 0% [ ] 35/6345 0% [ ] 36/6345 0% [ ] 37/6345 0% [ ] 38/6345 0% [ ] 39/6345 0% [ ] 40/6345 0% [ ] 41/6345 0% [ ] 42/6345 0% [ ] 43/6345 0% [ ] 44/6345 0% [ ] 45/6345 0% [ ] 46/6345 0% [ ] 47/6345 0% [ ] 48/6345 0% [ ] 49/6345 0% [ ] 50/6345 0% [ ] 51/6345 0% [ ] 52/6345 0% [ ] 53/6345 0% [ ] 54/6345 0% [ ] 55/6345 0% [ ] 56/6345 0% [ ] 57/6345 0% [ ] 58/6345 0% [ ] 59/6345 0% [ ] 60/6345 0% [ ] 61/6345 0% [ ] 62/6345 0% [ ] 63/6345 0% [ ] 64/6345 1% [ ] 65/6345 1% [ ] 66/6345 1% [ ] 67/6345 1% [ ] 68/6345 1% [ ] 69/6345 1% [ ] 70/6345 1% [ ] 71/6345 1% [ ] 72/6345 1% [ ] 73/6345 1% [ ] 74/6345 1% [ ] 75/6345 1% [ ] 76/6345 1% [ ] 77/6345 1% [ ] 78/6345 1% [ ] 79/6345 1% [ ] 80/6345 1% [ ] 81/6345 1% [ ] 82/6345 1% [ ] 83/6345 1% [ ] 84/6345 1% [ ] 85/6345 1% [ ] 86/6345 1% [ ] 87/6345 1% [ ] 88/6345 1% [ ] 89/6345 1% [ ] 90/6345 1% [ ] 91/6345 1% [ ] 92/6345 1% [ ] 93/6345 1% [ ] 94/6345 1% [ ] 95/6345 1% [ ] 96/6345 1% [ ] 97/6345 1% [ ] 98/6345 1% [ ] 99/6345 1% [ ] 100/6345 1% [ ] 101/6345 1% [ ] 102/6345 1% [= ] 103/6345 1% [= ] 104/6345 1% [= ] 105/6345 1% [= ] 106/6345 1% [= ] 107/6345 1% [= ] 108/6345 1% [= ] 109/6345 1% [= ] 110/6345 1% [= ] 111/6345 1% [= ] 112/6345 1% [= ] 113/6345 1% [= ] 114/6345 1% [= ] 115/6345 1% [= ] 116/6345 1% [= ] 117/6345 1% [= ] 118/6345 1% [= ] 119/6345 1% [= ] 120/6345 1% [= ] 121/6345 1% [= ] 122/6345 1% [= ] 123/6345 1% [= ] 124/6345 1% [= ] 125/6345 1% [= ] 126/6345 1% [= ] 127/6345 2% [= ] 128/6345 2% [= ] 129/6345 2% [= ] 130/6345 2% [= ] 131/6345 2% [= ] 132/6345 2% [= ] 133/6345 2% [= ] 134/6345 2% [= ] 135/6345 2% [= ] 136/6345 2% [= ] 137/6345 2% [= ] 138/6345 2% [= ] 139/6345 2% [= ] 140/6345 2% [= ] 141/6345 2% [= ] 142/6345 2% [= ] 143/6345 2% [= ] 144/6345 2% [= ] 145/6345 2% [= ] 146/6345 2% [= ] 147/6345 2% [= ] 148/6345 2% [= ] 149/6345 2% [= ] 150/6345 2% [= ] 151/6345 2% [= ] 152/6345 2% [= ] 153/6345 2% [= ] 154/6345 2% [= ] 155/6345 2% [= ] 156/6345 2% [= ] 157/6345 2% [= ] 158/6345 2% [= ] 159/6345 2% [= ] 160/6345 2% [= ] 161/6345 2% [= ] 162/6345 2% [= ] 163/6345 2% [= ] 164/6345 2% [= ] 165/6345 2% [= ] 166/6345 2% [= ] 167/6345 2% [= ] 168/6345 2% [= ] 169/6345 2% [= ] 170/6345 2% [= ] 171/6345 2% [= ] 172/6345 2% [= ] 173/6345 2% [= ] 174/6345 2% [= ] 175/6345 2% [= ] 176/6345 2% [= ] 177/6345 2% [= ] 178/6345 2% [= ] 179/6345 2% [= ] 180/6345 2% [= ] 181/6345 2% [= ] 182/6345 2% [= ] 183/6345 2% [= ] 184/6345 2% [= ] 185/6345 2% [= ] 186/6345 2% [= ] 187/6345 2% [= ] 188/6345 2% [= ] 189/6345 2% [= ] 190/6345 2% [= ] 191/6345 3% [= ] 192/6345 3% [= ] 193/6345 3% [= ] 194/6345 3% [= ] 195/6345 3% [= ] 196/6345 3% [= ] 197/6345 3% [= ] 198/6345 3% [= ] 199/6345 3% [= ] 200/6345 3% [= ] 201/6345 3% [= ] 202/6345 3% [= ] 203/6345 3% [= ] 204/6345 3% [== ] 205/6345 3% [== ] 206/6345 3% [== ] 207/6345 3% [== ] 208/6345 3% [== ] 209/6345 3% [== ] 210/6345 3% [== ] 211/6345 3% [== ] 212/6345 3% [== ] 213/6345 3% [== ] 214/6345 3% [== ] 215/6345 3% [== ] 216/6345 3% [== ] 217/6345 3% [== ] 218/6345 3% [== ] 219/6345 3% [== ] 220/6345 3% [== ] 221/6345 3% [== ] 222/6345 3% [== ] 223/6345 3% [== ] 224/6345 3% [== ] 225/6345 3% [== ] 226/6345 3% [== ] 227/6345 3% [== ] 228/6345 3% [== ] 229/6345 3% [== ] 230/6345 3% [== ] 231/6345 3% [== ] 232/6345 3% [== ] 233/6345 3% [== ] 234/6345 3% [== ] 235/6345 3% [== ] 236/6345 3% [== ] 237/6345 3% [== ] 238/6345 3% [== ] 239/6345 3% [== ] 240/6345 3% [== ] 241/6345 3% [== ] 242/6345 3% [== ] 243/6345 3% [== ] 244/6345 3% [== ] 245/6345 3% [== ] 246/6345 3% [== ] 247/6345 3% [== ] 248/6345 3% [== ] 249/6345 3% [== ] 250/6345 3% [== ] 251/6345 3% [== ] 252/6345 3% [== ] 253/6345 3% [== ] 254/6345 4% [== ] 255/6345 4% [== ] 256/6345 4% [== ] 257/6345 4% [== ] 258/6345 4% [== ] 259/6345 4% [== ] 260/6345 4% [== ] 261/6345 4% [== ] 262/6345 4% [== ] 263/6345 4% [== ] 264/6345 4% [== ] 265/6345 4% [== ] 266/6345 4% [== ] 267/6345 4% [== ] 268/6345 4% [== ] 269/6345 4% [== ] 270/6345 4% [== ] 271/6345 4% [== ] 272/6345 4% [== ] 273/6345 4% [== ] 274/6345 4% [== ] 275/6345 4% [== ] 276/6345 4% [== ] 277/6345 4% [== ] 278/6345 4% [== ] 279/6345 4% [== ] 280/6345 4% [== ] 281/6345 4% [== ] 282/6345 4% [== ] 283/6345 4% [== ] 284/6345 4% [== ] 285/6345 4% [== ] 286/6345 4% [== ] 287/6345 4% [== ] 288/6345 4% [== ] 289/6345 4% [== ] 290/6345 4% [== ] 291/6345 4% [== ] 292/6345 4% [== ] 293/6345 4% [== ] 294/6345 4% [== ] 295/6345 4% [== ] 296/6345 4% [== ] 297/6345 4% [== ] 298/6345 4% [== ] 299/6345 4% [== ] 300/6345 4% [== ] 301/6345 4% [== ] 302/6345 4% [== ] 303/6345 4% [== ] 304/6345 4% [== ] 305/6345 4% [== ] 306/6345 4% [== ] 307/6345 4% [=== ] 308/6345 4% [=== ] 309/6345 4% [=== ] 310/6345 4% [=== ] 311/6345 4% [=== ] 312/6345 4% [=== ] 313/6345 4% [=== ] 314/6345 4% [=== ] 315/6345 4% [=== ] 316/6345 4% [=== ] 317/6345 4% [=== ] 318/6345 5% [=== ] 319/6345 5% [=== ] 320/6345 5% [=== ] 321/6345 5% [=== ] 322/6345 5% [=== ] 323/6345 5% [=== ] 324/6345 5% [=== ] 325/6345 5% [=== ] 326/6345 5% [=== ] 327/6345 5% [=== ] 328/6345 5% [=== ] 329/6345 5% [=== ] 330/6345 5% [=== ] 331/6345 5% [=== ] 332/6345 5% [=== ] 333/6345 5% [=== ] 334/6345 5% [=== ] 335/6345 5% [=== ] 336/6345 5% [=== ] 337/6345 5% [=== ] 338/6345 5% [=== ] 339/6345 5% [=== ] 340/6345 5% [=== ] 341/6345 5% [=== ] 342/6345 5% [=== ] 343/6345 5% [=== ] 344/6345 5% [=== ] 345/6345 5% [=== ] 346/6345 5% [=== ] 347/6345 5% [=== ] 348/6345 5% [=== ] 349/6345 5% [=== ] 350/6345 5% [=== ] 351/6345 5% [=== ] 352/6345 5% [=== ] 353/6345 5% [=== ] 354/6345 5% [=== ] 355/6345 5% [=== ] 356/6345 5% [=== ] 357/6345 5% [=== ] 358/6345 5% [=== ] 359/6345 5% [=== ] 360/6345 5% [=== ] 361/6345 5% [=== ] 362/6345 5% [=== ] 363/6345 5% [=== ] 364/6345 5% [=== ] 365/6345 5% [=== ] 366/6345 5% [=== ] 367/6345 5% [=== ] 368/6345 5% [=== ] 369/6345 5% [=== ] 370/6345 5% [=== ] 371/6345 5% [=== ] 372/6345 5% [=== ] 373/6345 5% [=== ] 374/6345 5% [=== ] 375/6345 5% [=== ] 376/6345 5% [=== ] 377/6345 5% [=== ] 378/6345 5% [=== ] 379/6345 5% [=== ] 380/6345 5% [=== ] 381/6345 6% [=== ] 382/6345 6% [=== ] 383/6345 6% [=== ] 384/6345 6% [=== ] 385/6345 6% [=== ] 386/6345 6% [=== ] 387/6345 6% [=== ] 388/6345 6% [=== ] 389/6345 6% [=== ] 390/6345 6% [=== ] 391/6345 6% [=== ] 392/6345 6% [=== ] 393/6345 6% [=== ] 394/6345 6% [=== ] 395/6345 6% [=== ] 396/6345 6% [=== ] 397/6345 6% [=== ] 398/6345 6% [=== ] 399/6345 6% [=== ] 400/6345 6% [=== ] 401/6345 6% [=== ] 402/6345 6% [=== ] 403/6345 6% [=== ] 404/6345 6% [=== ] 405/6345 6% [=== ] 406/6345 6% [=== ] 407/6345 6% [=== ] 408/6345 6% [=== ] 409/6345 6% [==== ] 410/6345 6% [==== ] 411/6345 6% [==== ] 412/6345 6% [==== ] 413/6345 6% [==== ] 414/6345 6% [==== ] 415/6345 6% [==== ] 416/6345 6% [==== ] 417/6345 6% [==== ] 418/6345 6% [==== ] 419/6345 6% [==== ] 420/6345 6% [==== ] 421/6345 6% [==== ] 422/6345 6% [==== ] 423/6345 6% [==== ] 424/6345 6% [==== ] 425/6345 6% [==== ] 426/6345 6% [==== ] 427/6345 6% [==== ] 428/6345 6% [==== ] 429/6345 6% [==== ] 430/6345 6% [==== ] 431/6345 6% [==== ] 432/6345 6% [==== ] 433/6345 6% [==== ] 434/6345 6% [==== ] 435/6345 6% [==== ] 436/6345 6% [==== ] 437/6345 6% [==== ] 438/6345 6% [==== ] 439/6345 6% [==== ] 440/6345 6% [==== ] 441/6345 6% [==== ] 442/6345 6% [==== ] 443/6345 6% [==== ] 444/6345 6% [==== ] 445/6345 7% [==== ] 446/6345 7% [==== ] 447/6345 7% [==== ] 448/6345 7% [==== ] 449/6345 7% [==== ] 450/6345 7% [==== ] 451/6345 7% [==== ] 452/6345 7% [==== ] 453/6345 7% [==== ] 454/6345 7% [==== ] 455/6345 7% [==== ] 456/6345 7% [==== ] 457/6345 7% [==== ] 458/6345 7% [==== ] 459/6345 7% [==== ] 460/6345 7% [==== ] 461/6345 7% [==== ] 462/6345 7% [==== ] 463/6345 7% [==== ] 464/6345 7% [==== ] 465/6345 7% [==== ] 466/6345 7% [==== ] 467/6345 7% [==== ] 468/6345 7% [==== ] 469/6345 7% [==== ] 470/6345 7% [==== ] 471/6345 7% [==== ] 472/6345 7% [==== ] 473/6345 7% [==== ] 474/6345 7% [==== ] 475/6345 7% [==== ] 476/6345 7% [==== ] 477/6345 7% [==== ] 478/6345 7% [==== ] 479/6345 7% [==== ] 480/6345 7% [==== ] 481/6345 7% [==== ] 482/6345 7% [==== ] 483/6345 7% [==== ] 484/6345 7% [==== ] 485/6345 7% [==== ] 486/6345 7% [==== ] 487/6345 7% [==== ] 488/6345 7% [==== ] 489/6345 7% [==== ] 490/6345 7% [==== ] 491/6345 7% [==== ] 492/6345 7% [==== ] 493/6345 7% [==== ] 494/6345 7% [==== ] 495/6345 7% [==== ] 496/6345 7% [==== ] 497/6345 7% [==== ] 498/6345 7% [==== ] 499/6345 7% [==== ] 500/6345 7% [==== ] 501/6345 7% [==== ] 502/6345 7% [==== ] 503/6345 7% [==== ] 504/6345 7% [==== ] 505/6345 7% [==== ] 506/6345 7% [==== ] 507/6345 7% [==== ] 508/6345 8% [==== ] 509/6345 8% [==== ] 510/6345 8% [==== ] 511/6345 8% [===== ] 512/6345 8% [===== ] 513/6345 8% [===== ] 514/6345 8% [===== ] 515/6345 8% [===== ] 516/6345 8% [===== ] 517/6345 8% [===== ] 518/6345 8% [===== ] 519/6345 8% [===== ] 520/6345 8% [===== ] 521/6345 8% [===== ] 522/6345 8% [===== ] 523/6345 8% [===== ] 524/6345 8% [===== ] 525/6345 8% [===== ] 526/6345 8% [===== ] 527/6345 8% [===== ] 528/6345 8% [===== ] 529/6345 8% [===== ] 530/6345 8% [===== ] 531/6345 8% [===== ] 532/6345 8% [===== ] 533/6345 8% [===== ] 534/6345 8% [===== ] 535/6345 8% [===== ] 536/6345 8% [===== ] 537/6345 8% [===== ] 538/6345 8% [===== ] 539/6345 8% [===== ] 540/6345 8% [===== ] 541/6345 8% [===== ] 542/6345 8% [===== ] 543/6345 8% [===== ] 544/6345 8% [===== ] 545/6345 8% [===== ] 546/6345 8% [===== ] 547/6345 8% [===== ] 548/6345 8% [===== ] 549/6345 8% [===== ] 550/6345 8% [===== ] 551/6345 8% [===== ] 552/6345 8% [===== ] 553/6345 8% [===== ] 554/6345 8% [===== ] 555/6345 8% [===== ] 556/6345 8% [===== ] 557/6345 8% [===== ] 558/6345 8% [===== ] 559/6345 8% [===== ] 560/6345 8% [===== ] 561/6345 8% [===== ] 562/6345 8% [===== ] 563/6345 8% [===== ] 564/6345 8% [===== ] 565/6345 8% [===== ] 566/6345 8% [===== ] 567/6345 8% [===== ] 568/6345 8% [===== ] 569/6345 8% [===== ] 570/6345 8% [===== ] 571/6345 8% [===== ] 572/6345 9% [===== ] 573/6345 9% [===== ] 574/6345 9% [===== ] 575/6345 9% [===== ] 576/6345 9% [===== ] 577/6345 9% [===== ] 578/6345 9% [===== ] 579/6345 9% [===== ] 580/6345 9% [===== ] 581/6345 9% [===== ] 582/6345 9% [===== ] 583/6345 9% [===== ] 584/6345 9% [===== ] 585/6345 9% [===== ] 586/6345 9% [===== ] 587/6345 9% [===== ] 588/6345 9% [===== ] 589/6345 9% [===== ] 590/6345 9% [===== ] 591/6345 9% [===== ] 592/6345 9% [===== ] 593/6345 9% [===== ] 594/6345 9% [===== ] 595/6345 9% [===== ] 596/6345 9% [===== ] 597/6345 9% [===== ] 598/6345 9% [===== ] 599/6345 9% [===== ] 600/6345 9% [===== ] 601/6345 9% [===== ] 602/6345 9% [===== ] 603/6345 9% [===== ] 604/6345 9% [===== ] 605/6345 9% [===== ] 606/6345 9% [===== ] 607/6345 9% [===== ] 608/6345 9% [===== ] 609/6345 9% [===== ] 610/6345 9% [===== ] 611/6345 9% [===== ] 612/6345 9% [===== ] 613/6345 9% [===== ] 614/6345 9% [====== ] 615/6345 9% [====== ] 616/6345 9% [====== ] 617/6345 9% [====== ] 618/6345 9% [====== ] 619/6345 9% [====== ] 620/6345 9% [====== ] 621/6345 9% [====== ] 622/6345 9% [====== ] 623/6345 9% [====== ] 624/6345 9% [====== ] 625/6345 9% [====== ] 626/6345 9% [====== ] 627/6345 9% [====== ] 628/6345 9% [====== ] 629/6345 9% [====== ] 630/6345 9% [====== ] 631/6345 9% [====== ] 632/6345 9% [====== ] 633/6345 9% [====== ] 634/6345 9% [====== ] 635/6345 10% [====== ] 636/6345 10% [====== ] 637/6345 10% [====== ] 638/6345 10% [====== ] 639/6345 10% [====== ] 640/6345 10% [====== ] 641/6345 10% [====== ] 642/6345 10% [====== ] 643/6345 10% [====== ] 644/6345 10% [====== ] 645/6345 10% [====== ] 646/6345 10% [====== ] 647/6345 10% [====== ] 648/6345 10% [====== ] 649/6345 10% [====== ] 650/6345 10% [====== ] 651/6345 10% [====== ] 652/6345 10% [====== ] 653/6345 10% [====== ] 654/6345 10% [====== ] 655/6345 10% [====== ] 656/6345 10% [====== ] 657/6345 10% [====== ] 658/6345 10% [====== ] 659/6345 10% [====== ] 660/6345 10% [====== ] 661/6345 10% [====== ] 662/6345 10% [====== ] 663/6345 10% [====== ] 664/6345 10% [====== ] 665/6345 10% [====== ] 666/6345 10% [====== ] 667/6345 10% [====== ] 668/6345 10% [====== ] 669/6345 10% [====== ] 670/6345 10% [====== ] 671/6345 10% [====== ] 672/6345 10% [====== ] 673/6345 10% [====== ] 674/6345 10% [====== ] 675/6345 10% [====== ] 676/6345 10% [====== ] 677/6345 10% [====== ] 678/6345 10% [====== ] 679/6345 10% [====== ] 680/6345 10% [====== ] 681/6345 10% [====== ] 682/6345 10% [====== ] 683/6345 10% [====== ] 684/6345 10% [====== ] 685/6345 10% [====== ] 686/6345 10% [====== ] 687/6345 10% [====== ] 688/6345 10% [====== ] 689/6345 10% [====== ] 690/6345 10% [====== ] 691/6345 10% [====== ] 692/6345 10% [====== ] 693/6345 10% [====== ] 694/6345 10% [====== ] 695/6345 10% [====== ] 696/6345 10% [====== ] 697/6345 10% [====== ] 698/6345 11% [====== ] 699/6345 11% [====== ] 700/6345 11% [====== ] 701/6345 11% [====== ] 702/6345 11% [====== ] 703/6345 11% [====== ] 704/6345 11% [====== ] 705/6345 11% [====== ] 706/6345 11% [====== ] 707/6345 11% [====== ] 708/6345 11% [====== ] 709/6345 11% [====== ] 710/6345 11% [====== ] 711/6345 11% [====== ] 712/6345 11% [====== ] 713/6345 11% [====== ] 714/6345 11% [====== ] 715/6345 11% [====== ] 716/6345 11% [======= ] 717/6345 11% [======= ] 718/6345 11% [======= ] 719/6345 11% [======= ] 720/6345 11% [======= ] 721/6345 11% [======= ] 722/6345 11% [======= ] 723/6345 11% [======= ] 724/6345 11% [======= ] 725/6345 11% [======= ] 726/6345 11% [======= ] 727/6345 11% [======= ] 728/6345 11% [======= ] 729/6345 11% [======= ] 730/6345 11% [======= ] 731/6345 11% [======= ] 732/6345 11% [======= ] 733/6345 11% [======= ] 734/6345 11% [======= ] 735/6345 11% [======= ] 736/6345 11% [======= ] 737/6345 11% [======= ] 738/6345 11% [======= ] 739/6345 11% [======= ] 740/6345 11% [======= ] 741/6345 11% [======= ] 742/6345 11% [======= ] 743/6345 11% [======= ] 744/6345 11% [======= ] 745/6345 11% [======= ] 746/6345 11% [======= ] 747/6345 11% [======= ] 748/6345 11% [======= ] 749/6345 11% [======= ] 750/6345 11% [======= ] 751/6345 11% [======= ] 752/6345 11% [======= ] 753/6345 11% [======= ] 754/6345 11% [======= ] 755/6345 11% [======= ] 756/6345 11% [======= ] 757/6345 11% [======= ] 758/6345 11% [======= ] 759/6345 11% [======= ] 760/6345 11% [======= ] 761/6345 11% [======= ] 762/6345 12% [======= ] 763/6345 12% [======= ] 764/6345 12% [======= ] 765/6345 12% [======= ] 766/6345 12% [======= ] 767/6345 12% [======= ] 768/6345 12% [======= ] 769/6345 12% [======= ] 770/6345 12% [======= ] 771/6345 12% [======= ] 772/6345 12% [======= ] 773/6345 12% [======= ] 774/6345 12% [======= ] 775/6345 12% [======= ] 776/6345 12% [======= ] 777/6345 12% [======= ] 778/6345 12% [======= ] 779/6345 12% [======= ] 780/6345 12% [======= ] 781/6345 12% [======= ] 782/6345 12% [======= ] 783/6345 12% [======= ] 784/6345 12% [======= ] 785/6345 12% [======= ] 786/6345 12% [======= ] 787/6345 12% [======= ] 788/6345 12% [======= ] 789/6345 12% [======= ] 790/6345 12% [======= ] 791/6345 12% [======= ] 792/6345 12% [======= ] 793/6345 12% [======= ] 794/6345 12% [======= ] 795/6345 12% [======= ] 796/6345 12% [======= ] 797/6345 12% [======= ] 798/6345 12% [======= ] 799/6345 12% [======= ] 800/6345 12% [======= ] 801/6345 12% [======= ] 802/6345 12% [======= ] 803/6345 12% [======= ] 804/6345 12% [======= ] 805/6345 12% [======= ] 806/6345 12% [======= ] 807/6345 12% [======= ] 808/6345 12% [======= ] 809/6345 12% [======= ] 810/6345 12% [======= ] 811/6345 12% [======= ] 812/6345 12% [======= ] 813/6345 12% [======= ] 814/6345 12% [======= ] 815/6345 12% [======= ] 816/6345 12% [======= ] 817/6345 12% [======= ] 818/6345 12% [======== ] 819/6345 12% [======== ] 820/6345 12% [======== ] 821/6345 12% [======== ] 822/6345 12% [======== ] 823/6345 12% [======== ] 824/6345 12% [======== ] 825/6345 13% [======== ] 826/6345 13% [======== ] 827/6345 13% [======== ] 828/6345 13% [======== ] 829/6345 13% [======== ] 830/6345 13% [======== ] 831/6345 13% [======== ] 832/6345 13% [======== ] 833/6345 13% [======== ] 834/6345 13% [======== ] 835/6345 13% [======== ] 836/6345 13% [======== ] 837/6345 13% [======== ] 838/6345 13% [======== ] 839/6345 13% [======== ] 840/6345 13% [======== ] 841/6345 13% [======== ] 842/6345 13% [======== ] 843/6345 13% [======== ] 844/6345 13% [======== ] 845/6345 13% [======== ] 846/6345 13% [======== ] 847/6345 13% [======== ] 848/6345 13% [======== ] 849/6345 13% [======== ] 850/6345 13% [======== ] 851/6345 13% [======== ] 852/6345 13% [======== ] 853/6345 13% [======== ] 854/6345 13% [======== ] 855/6345 13% [======== ] 856/6345 13% [======== ] 857/6345 13% [======== ] 858/6345 13% [======== ] 859/6345 13% [======== ] 860/6345 13% [======== ] 861/6345 13% [======== ] 862/6345 13% [======== ] 863/6345 13% [======== ] 864/6345 13% [======== ] 865/6345 13% [======== ] 866/6345 13% [======== ] 867/6345 13% [======== ] 868/6345 13% [======== ] 869/6345 13% [======== ] 870/6345 13% [======== ] 871/6345 13% [======== ] 872/6345 13% [======== ] 873/6345 13% [======== ] 874/6345 13% [======== ] 875/6345 13% [======== ] 876/6345 13% [======== ] 877/6345 13% [======== ] 878/6345 13% [======== ] 879/6345 13% [======== ] 880/6345 13% [======== ] 881/6345 13% [======== ] 882/6345 13% [======== ] 883/6345 13% [======== ] 884/6345 13% [======== ] 885/6345 13% [======== ] 886/6345 13% [======== ] 887/6345 13% [======== ] 888/6345 13% [======== ] 889/6345 14% [======== ] 890/6345 14% [======== ] 891/6345 14% [======== ] 892/6345 14% [======== ] 893/6345 14% [======== ] 894/6345 14% [======== ] 895/6345 14% [======== ] 896/6345 14% [======== ] 897/6345 14% [======== ] 898/6345 14% [======== ] 899/6345 14% [======== ] 900/6345 14% [======== ] 901/6345 14% [======== ] 902/6345 14% [======== ] 903/6345 14% [======== ] 904/6345 14% [======== ] 905/6345 14% [======== ] 906/6345 14% [======== ] 907/6345 14% [======== ] 908/6345 14% [======== ] 909/6345 14% [======== ] 910/6345 14% [======== ] 911/6345 14% [======== ] 912/6345 14% [======== ] 913/6345 14% [======== ] 914/6345 14% [======== ] 915/6345 14% [======== ] 916/6345 14% [======== ] 917/6345 14% [======== ] 918/6345 14% [======== ] 919/6345 14% [======== ] 920/6345 14% [======== ] 921/6345 14% [========= ] 922/6345 14% [========= ] 923/6345 14% [========= ] 924/6345 14% [========= ] 925/6345 14% [========= ] 926/6345 14% [========= ] 927/6345 14% [========= ] 928/6345 14% [========= ] 929/6345 14% [========= ] 930/6345 14% [========= ] 931/6345 14% [========= ] 932/6345 14% [========= ] 933/6345 14% [========= ] 934/6345 14% [========= ] 935/6345 14% [========= ] 936/6345 14% [========= ] 937/6345 14% [========= ] 938/6345 14% [========= ] 939/6345 14% [========= ] 940/6345 14% [========= ] 941/6345 14% [========= ] 942/6345 14% [========= ] 943/6345 14% [========= ] 944/6345 14% [========= ] 945/6345 14% [========= ] 946/6345 14% [========= ] 947/6345 14% [========= ] 948/6345 14% [========= ] 949/6345 14% [========= ] 950/6345 14% [========= ] 951/6345 14% [========= ] 952/6345 15% [========= ] 953/6345 15% [========= ] 954/6345 15% [========= ] 955/6345 15% [========= ] 956/6345 15% [========= ] 957/6345 15% [========= ] 958/6345 15% [========= ] 959/6345 15% [========= ] 960/6345 15% [========= ] 961/6345 15% [========= ] 962/6345 15% [========= ] 963/6345 15% [========= ] 964/6345 15% [========= ] 965/6345 15% [========= ] 966/6345 15% [========= ] 967/6345 15% [========= ] 968/6345 15% [========= ] 969/6345 15% [========= ] 970/6345 15% [========= ] 971/6345 15% [========= ] 972/6345 15% [========= ] 973/6345 15% [========= ] 974/6345 15% [========= ] 975/6345 15% [========= ] 976/6345 15% [========= ] 977/6345 15% [========= ] 978/6345 15% [========= ] 979/6345 15% [========= ] 980/6345 15% [========= ] 981/6345 15% [========= ] 982/6345 15% [========= ] 983/6345 15% [========= ] 984/6345 15% [========= ] 985/6345 15% [========= ] 986/6345 15% [========= ] 987/6345 15% [========= ] 988/6345 15% [========= ] 989/6345 15% [========= ] 990/6345 15% [========= ] 991/6345 15% [========= ] 992/6345 15% [========= ] 993/6345 15% [========= ] 994/6345 15% [========= ] 995/6345 15% [========= ] 996/6345 15% [========= ] 997/6345 15% [========= ] 998/6345 15% [========= ] 999/6345 15% [========= ] 1000/6345 15% [========= ] 1001/6345 15% [========= ] 1002/6345 15% [========= ] 1003/6345 15% [========= ] 1004/6345 15% [========= ] 1005/6345 15% [========= ] 1006/6345 15% [========= ] 1007/6345 15% [========= ] 1008/6345 15% [========= ] 1009/6345 15% [========= ] 1010/6345 15% [========= ] 1011/6345 15% [========= ] 1012/6345 15% [========= ] 1013/6345 15% [========= ] 1014/6345 15% [========= ] 1015/6345 15% [========= ] 1016/6345 16% [========= ] 1017/6345 16% [========= ] 1018/6345 16% [========= ] 1019/6345 16% [========= ] 1020/6345 16% [========= ] 1021/6345 16% [========= ] 1022/6345 16% [========= ] 1023/6345 16% [========== ] 1024/6345 16% [========== ] 1025/6345 16% [========== ] 1026/6345 16% [========== ] 1027/6345 16% [========== ] 1028/6345 16% [========== ] 1029/6345 16% [========== ] 1030/6345 16% [========== ] 1031/6345 16% [========== ] 1032/6345 16% [========== ] 1033/6345 16% [========== ] 1034/6345 16% [========== ] 1035/6345 16% [========== ] 1036/6345 16% [========== ] 1037/6345 16% [========== ] 1038/6345 16% [========== ] 1039/6345 16% [========== ] 1040/6345 16% [========== ] 1041/6345 16% [========== ] 1042/6345 16% [========== ] 1043/6345 16% [========== ] 1044/6345 16% [========== ] 1045/6345 16% [========== ] 1046/6345 16% [========== ] 1047/6345 16% [========== ] 1048/6345 16% [========== ] 1049/6345 16% [========== ] 1050/6345 16% [========== ] 1051/6345 16% [========== ] 1052/6345 16% [========== ] 1053/6345 16% [========== ] 1054/6345 16% [========== ] 1055/6345 16% [========== ] 1056/6345 16% [========== ] 1057/6345 16% [========== ] 1058/6345 16% [========== ] 1059/6345 16% [========== ] 1060/6345 16% [========== ] 1061/6345 16% [========== ] 1062/6345 16% [========== ] 1063/6345 16% [========== ] 1064/6345 16% [========== ] 1065/6345 16% [========== ] 1066/6345 16% [========== ] 1067/6345 16% [========== ] 1068/6345 16% [========== ] 1069/6345 16% [========== ] 1070/6345 16% [========== ] 1071/6345 16% [========== ] 1072/6345 16% [========== ] 1073/6345 16% [========== ] 1074/6345 16% [========== ] 1075/6345 16% [========== ] 1076/6345 16% [========== ] 1077/6345 16% [========== ] 1078/6345 16% [========== ] 1079/6345 17% [========== ] 1080/6345 17% [========== ] 1081/6345 17% [========== ] 1082/6345 17% [========== ] 1083/6345 17% [========== ] 1084/6345 17% [========== ] 1085/6345 17% [========== ] 1086/6345 17% [========== ] 1087/6345 17% [========== ] 1088/6345 17% [========== ] 1089/6345 17% [========== ] 1090/6345 17% [========== ] 1091/6345 17% [========== ] 1092/6345 17% [========== ] 1093/6345 17% [========== ] 1094/6345 17% [========== ] 1095/6345 17% [========== ] 1096/6345 17% [========== ] 1097/6345 17% [========== ] 1098/6345 17% [========== ] 1099/6345 17% [========== ] 1100/6345 17% [========== ] 1101/6345 17% [========== ] 1102/6345 17% [========== ] 1103/6345 17% [========== ] 1104/6345 17% [========== ] 1105/6345 17% [========== ] 1106/6345 17% [========== ] 1107/6345 17% [========== ] 1108/6345 17% [========== ] 1109/6345 17% [========== ] 1110/6345 17% [========== ] 1111/6345 17% [========== ] 1112/6345 17% [========== ] 1113/6345 17% [========== ] 1114/6345 17% [========== ] 1115/6345 17% [========== ] 1116/6345 17% [========== ] 1117/6345 17% [========== ] 1118/6345 17% [========== ] 1119/6345 17% [========== ] 1120/6345 17% [========== ] 1121/6345 17% [========== ] 1122/6345 17% [========== ] 1123/6345 17% [========== ] 1124/6345 17% [========== ] 1125/6345 17% [=========== ] 1126/6345 17% [=========== ] 1127/6345 17% [=========== ] 1128/6345 17% [=========== ] 1129/6345 17% [=========== ] 1130/6345 17% [=========== ] 1131/6345 17% [=========== ] 1132/6345 17% [=========== ] 1133/6345 17% [=========== ] 1134/6345 17% [=========== ] 1135/6345 17% [=========== ] 1136/6345 17% [=========== ] 1137/6345 17% [=========== ] 1138/6345 17% [=========== ] 1139/6345 17% [=========== ] 1140/6345 17% [=========== ] 1141/6345 17% [=========== ] 1142/6345 17% [=========== ] 1143/6345 18% [=========== ] 1144/6345 18% [=========== ] 1145/6345 18% [=========== ] 1146/6345 18% [=========== ] 1147/6345 18% [=========== ] 1148/6345 18% [=========== ] 1149/6345 18% [=========== ] 1150/6345 18% [=========== ] 1151/6345 18% [=========== ] 1152/6345 18% [=========== ] 1153/6345 18% [=========== ] 1154/6345 18% [=========== ] 1155/6345 18% [=========== ] 1156/6345 18% [=========== ] 1157/6345 18% [=========== ] 1158/6345 18% [=========== ] 1159/6345 18% [=========== ] 1160/6345 18% [=========== ] 1161/6345 18% [=========== ] 1162/6345 18% [=========== ] 1163/6345 18% [=========== ] 1164/6345 18% [=========== ] 1165/6345 18% [=========== ] 1166/6345 18% [=========== ] 1167/6345 18% [=========== ] 1168/6345 18% [=========== ] 1169/6345 18% [=========== ] 1170/6345 18% [=========== ] 1171/6345 18% [=========== ] 1172/6345 18% [=========== ] 1173/6345 18% [=========== ] 1174/6345 18% [=========== ] 1175/6345 18% [=========== ] 1176/6345 18% [=========== ] 1177/6345 18% [=========== ] 1178/6345 18% [=========== ] 1179/6345 18% [=========== ] 1180/6345 18% [=========== ] 1181/6345 18% [=========== ] 1182/6345 18% [=========== ] 1183/6345 18% [=========== ] 1184/6345 18% [=========== ] 1185/6345 18% [=========== ] 1186/6345 18% [=========== ] 1187/6345 18% [=========== ] 1188/6345 18% [=========== ] 1189/6345 18% [=========== ] 1190/6345 18% [=========== ] 1191/6345 18% [=========== ] 1192/6345 18% [=========== ] 1193/6345 18% [=========== ] 1194/6345 18% [=========== ] 1195/6345 18% [=========== ] 1196/6345 18% [=========== ] 1197/6345 18% [=========== ] 1198/6345 18% [=========== ] 1199/6345 18% [=========== ] 1200/6345 18% [=========== ] 1201/6345 18% [=========== ] 1202/6345 18% [=========== ] 1203/6345 18% [=========== ] 1204/6345 18% [=========== ] 1205/6345 18% [=========== ] 1206/6345 19% [=========== ] 1207/6345 19% [=========== ] 1208/6345 19% [=========== ] 1209/6345 19% [=========== ] 1210/6345 19% [=========== ] 1211/6345 19% [=========== ] 1212/6345 19% [=========== ] 1213/6345 19% [=========== ] 1214/6345 19% [=========== ] 1215/6345 19% [=========== ] 1216/6345 19% [=========== ] 1217/6345 19% [=========== ] 1218/6345 19% [=========== ] 1219/6345 19% [=========== ] 1220/6345 19% [=========== ] 1221/6345 19% [=========== ] 1222/6345 19% [=========== ] 1223/6345 19% [=========== ] 1224/6345 19% [=========== ] 1225/6345 19% [=========== ] 1226/6345 19% [=========== ] 1227/6345 19% [=========== ] 1228/6345 19% [============ ] 1229/6345 19% [============ ] 1230/6345 19% [============ ] 1231/6345 19% [============ ] 1232/6345 19% [============ ] 1233/6345 19% [============ ] 1234/6345 19% [============ ] 1235/6345 19% [============ ] 1236/6345 19% [============ ] 1237/6345 19% [============ ] 1238/6345 19% [============ ] 1239/6345 19% [============ ] 1240/6345 19% [============ ] 1241/6345 19% [============ ] 1242/6345 19% [============ ] 1243/6345 19% [============ ] 1244/6345 19% [============ ] 1245/6345 19% [============ ] 1246/6345 19% [============ ] 1247/6345 19% [============ ] 1248/6345 19% [============ ] 1249/6345 19% [============ ] 1250/6345 19% [============ ] 1251/6345 19% [============ ] 1252/6345 19% [============ ] 1253/6345 19% [============ ] 1254/6345 19% [============ ] 1255/6345 19% [============ ] 1256/6345 19% [============ ] 1257/6345 19% [============ ] 1258/6345 19% [============ ] 1259/6345 19% [============ ] 1260/6345 19% [============ ] 1261/6345 19% [============ ] 1262/6345 19% [============ ] 1263/6345 19% [============ ] 1264/6345 19% [============ ] 1265/6345 19% [============ ] 1266/6345 19% [============ ] 1267/6345 19% [============ ] 1268/6345 19% [============ ] 1269/6345 20% [============ ] 1270/6345 20% [============ ] 1271/6345 20% [============ ] 1272/6345 20% [============ ] 1273/6345 20% [============ ] 1274/6345 20% [============ ] 1275/6345 20% [============ ] 1276/6345 20% [============ ] 1277/6345 20% [============ ] 1278/6345 20% [============ ] 1279/6345 20% [============ ] 1280/6345 20% [============ ] 1281/6345 20% [============ ] 1282/6345 20% [============ ] 1283/6345 20% [============ ] 1284/6345 20% [============ ] 1285/6345 20% [============ ] 1286/6345 20% [============ ] 1287/6345 20% [============ ] 1288/6345 20% [============ ] 1289/6345 20% [============ ] 1290/6345 20% [============ ] 1291/6345 20% [============ ] 1292/6345 20% [============ ] 1293/6345 20% [============ ] 1294/6345 20% [============ ] 1295/6345 20% [============ ] 1296/6345 20% [============ ] 1297/6345 20% [============ ] 1298/6345 20% [============ ] 1299/6345 20% [============ ] 1300/6345 20% [============ ] 1301/6345 20% [============ ] 1302/6345 20% [============ ] 1303/6345 20% [============ ] 1304/6345 20% [============ ] 1305/6345 20% [============ ] 1306/6345 20% [============ ] 1307/6345 20% [============ ] 1308/6345 20% [============ ] 1309/6345 20% [============ ] 1310/6345 20% [============ ] 1311/6345 20% [============ ] 1312/6345 20% [============ ] 1313/6345 20% [============ ] 1314/6345 20% [============ ] 1315/6345 20% [============ ] 1316/6345 20% [============ ] 1317/6345 20% [============ ] 1318/6345 20% [============ ] 1319/6345 20% [============ ] 1320/6345 20% [============ ] 1321/6345 20% [============ ] 1322/6345 20% [============ ] 1323/6345 20% [============ ] 1324/6345 20% [============ ] 1325/6345 20% [============ ] 1326/6345 20% [============ ] 1327/6345 20% [============ ] 1328/6345 20% [============ ] 1329/6345 20% [============ ] 1330/6345 20% [============= ] 1331/6345 20% [============= ] 1332/6345 20% [============= ] 1333/6345 21% [============= ] 1334/6345 21% [============= ] 1335/6345 21% [============= ] 1336/6345 21% [============= ] 1337/6345 21% [============= ] 1338/6345 21% [============= ] 1339/6345 21% [============= ] 1340/6345 21% [============= ] 1341/6345 21% [============= ] 1342/6345 21% [============= ] 1343/6345 21% [============= ] 1344/6345 21% [============= ] 1345/6345 21% [============= ] 1346/6345 21% [============= ] 1347/6345 21% [============= ] 1348/6345 21% [============= ] 1349/6345 21% [============= ] 1350/6345 21% [============= ] 1351/6345 21% [============= ] 1352/6345 21% [============= ] 1353/6345 21% [============= ] 1354/6345 21% [============= ] 1355/6345 21% [============= ] 1356/6345 21% [============= ] 1357/6345 21% [============= ] 1358/6345 21% [============= ] 1359/6345 21% [============= ] 1360/6345 21% [============= ] 1361/6345 21% [============= ] 1362/6345 21% [============= ] 1363/6345 21% [============= ] 1364/6345 21% [============= ] 1365/6345 21% [============= ] 1366/6345 21% [============= ] 1367/6345 21% [============= ] 1368/6345 21% [============= ] 1369/6345 21% [============= ] 1370/6345 21% [============= ] 1371/6345 21% [============= ] 1372/6345 21% [============= ] 1373/6345 21% [============= ] 1374/6345 21% [============= ] 1375/6345 21% [============= ] 1376/6345 21% [============= ] 1377/6345 21% [============= ] 1378/6345 21% [============= ] 1379/6345 21% [============= ] 1380/6345 21% [============= ] 1381/6345 21% [============= ] 1382/6345 21% [============= ] 1383/6345 21% [============= ] 1384/6345 21% [============= ] 1385/6345 21% [============= ] 1386/6345 21% [============= ] 1387/6345 21% [============= ] 1388/6345 21% [============= ] 1389/6345 21% [============= ] 1390/6345 21% [============= ] 1391/6345 21% [============= ] 1392/6345 21% [============= ] 1393/6345 21% [============= ] 1394/6345 21% [============= ] 1395/6345 21% [============= ] 1396/6345 22% [============= ] 1397/6345 22% [============= ] 1398/6345 22% [============= ] 1399/6345 22% [============= ] 1400/6345 22% [============= ] 1401/6345 22% [============= ] 1402/6345 22% [============= ] 1403/6345 22% [============= ] 1404/6345 22% [============= ] 1405/6345 22% [============= ] 1406/6345 22% [============= ] 1407/6345 22% [============= ] 1408/6345 22% [============= ] 1409/6345 22% [============= ] 1410/6345 22% [============= ] 1411/6345 22% [============= ] 1412/6345 22% [============= ] 1413/6345 22% [============= ] 1414/6345 22% [============= ] 1415/6345 22% [============= ] 1416/6345 22% [============= ] 1417/6345 22% [============= ] 1418/6345 22% [============= ] 1419/6345 22% [============= ] 1420/6345 22% [============= ] 1421/6345 22% [============= ] 1422/6345 22% [============= ] 1423/6345 22% [============= ] 1424/6345 22% [============= ] 1425/6345 22% [============= ] 1426/6345 22% [============= ] 1427/6345 22% [============= ] 1428/6345 22% [============= ] 1429/6345 22% [============= ] 1430/6345 22% [============= ] 1431/6345 22% [============= ] 1432/6345 22% [============== ] 1433/6345 22% [============== ] 1434/6345 22% [============== ] 1435/6345 22% [============== ] 1436/6345 22% [============== ] 1437/6345 22% [============== ] 1438/6345 22% [============== ] 1439/6345 22% [============== ] 1440/6345 22% [============== ] 1441/6345 22% [============== ] 1442/6345 22% [============== ] 1443/6345 22% [============== ] 1444/6345 22% [============== ] 1445/6345 22% [============== ] 1446/6345 22% [============== ] 1447/6345 22% [============== ] 1448/6345 22% [============== ] 1449/6345 22% [============== ] 1450/6345 22% [============== ] 1451/6345 22% [============== ] 1452/6345 22% [============== ] 1453/6345 22% [============== ] 1454/6345 22% [============== ] 1455/6345 22% [============== ] 1456/6345 22% [============== ] 1457/6345 22% [============== ] 1458/6345 22% [============== ] 1459/6345 22% [============== ] 1460/6345 23% [============== ] 1461/6345 23% [============== ] 1462/6345 23% [============== ] 1463/6345 23% [============== ] 1464/6345 23% [============== ] 1465/6345 23% [============== ] 1466/6345 23% [============== ] 1467/6345 23% [============== ] 1468/6345 23% [============== ] 1469/6345 23% [============== ] 1470/6345 23% [============== ] 1471/6345 23% [============== ] 1472/6345 23% [============== ] 1473/6345 23% [============== ] 1474/6345 23% [============== ] 1475/6345 23% [============== ] 1476/6345 23% [============== ] 1477/6345 23% [============== ] 1478/6345 23% [============== ] 1479/6345 23% [============== ] 1480/6345 23% [============== ] 1481/6345 23% [============== ] 1482/6345 23% [============== ] 1483/6345 23% [============== ] 1484/6345 23% [============== ] 1485/6345 23% [============== ] 1486/6345 23% [============== ] 1487/6345 23% [============== ] 1488/6345 23% [============== ] 1489/6345 23% [============== ] 1490/6345 23% [============== ] 1491/6345 23% [============== ] 1492/6345 23% [============== ] 1493/6345 23% [============== ] 1494/6345 23% [============== ] 1495/6345 23% [============== ] 1496/6345 23% [============== ] 1497/6345 23% [============== ] 1498/6345 23% [============== ] 1499/6345 23% [============== ] 1500/6345 23% [============== ] 1501/6345 23% [============== ] 1502/6345 23% [============== ] 1503/6345 23% [============== ] 1504/6345 23% [============== ] 1505/6345 23% [============== ] 1506/6345 23% [============== ] 1507/6345 23% [============== ] 1508/6345 23% [============== ] 1509/6345 23% [============== ] 1510/6345 23% [============== ] 1511/6345 23% [============== ] 1512/6345 23% [============== ] 1513/6345 23% [============== ] 1514/6345 23% [============== ] 1515/6345 23% [============== ] 1516/6345 23% [============== ] 1517/6345 23% [============== ] 1518/6345 23% [============== ] 1519/6345 23% [============== ] 1520/6345 23% [============== ] 1521/6345 23% [============== ] 1522/6345 23% [============== ] 1523/6345 24% [============== ] 1524/6345 24% [============== ] 1525/6345 24% [============== ] 1526/6345 24% [============== ] 1527/6345 24% [============== ] 1528/6345 24% [============== ] 1529/6345 24% [============== ] 1530/6345 24% [============== ] 1531/6345 24% [============== ] 1532/6345 24% [============== ] 1533/6345 24% [============== ] 1534/6345 24% [============== ] 1535/6345 24% [=============== ] 1536/6345 24% [=============== ] 1537/6345 24% [=============== ] 1538/6345 24% [=============== ] 1539/6345 24% [=============== ] 1540/6345 24% [=============== ] 1541/6345 24% [=============== ] 1542/6345 24% [=============== ] 1543/6345 24% [=============== ] 1544/6345 24% [=============== ] 1545/6345 24% [=============== ] 1546/6345 24% [=============== ] 1547/6345 24% [=============== ] 1548/6345 24% [=============== ] 1549/6345 24% [=============== ] 1550/6345 24% [=============== ] 1551/6345 24% [=============== ] 1552/6345 24% [=============== ] 1553/6345 24% [=============== ] 1554/6345 24% [=============== ] 1555/6345 24% [=============== ] 1556/6345 24% [=============== ] 1557/6345 24% [=============== ] 1558/6345 24% [=============== ] 1559/6345 24% [=============== ] 1560/6345 24% [=============== ] 1561/6345 24% [=============== ] 1562/6345 24% [=============== ] 1563/6345 24% [=============== ] 1564/6345 24% [=============== ] 1565/6345 24% [=============== ] 1566/6345 24% [=============== ] 1567/6345 24% [=============== ] 1568/6345 24% [=============== ] 1569/6345 24% [=============== ] 1570/6345 24% [=============== ] 1571/6345 24% [=============== ] 1572/6345 24% [=============== ] 1573/6345 24% [=============== ] 1574/6345 24% [=============== ] 1575/6345 24% [=============== ] 1576/6345 24% [=============== ] 1577/6345 24% [=============== ] 1578/6345 24% [=============== ] 1579/6345 24% [=============== ] 1580/6345 24% [=============== ] 1581/6345 24% [=============== ] 1582/6345 24% [=============== ] 1583/6345 24% [=============== ] 1584/6345 24% [=============== ] 1585/6345 24% [=============== ] 1586/6345 24% [=============== ] 1587/6345 25% [=============== ] 1588/6345 25% [=============== ] 1589/6345 25% [=============== ] 1590/6345 25% [=============== ] 1591/6345 25% [=============== ] 1592/6345 25% [=============== ] 1593/6345 25% [=============== ] 1594/6345 25% [=============== ] 1595/6345 25% [=============== ] 1596/6345 25% [=============== ] 1597/6345 25% [=============== ] 1598/6345 25% [=============== ] 1599/6345 25% [=============== ] 1600/6345 25% [=============== ] 1601/6345 25% [=============== ] 1602/6345 25% [=============== ] 1603/6345 25% [=============== ] 1604/6345 25% [=============== ] 1605/6345 25% [=============== ] 1606/6345 25% [=============== ] 1607/6345 25% [=============== ] 1608/6345 25% [=============== ] 1609/6345 25% [=============== ] 1610/6345 25% [=============== ] 1611/6345 25% [=============== ] 1612/6345 25% [=============== ] 1613/6345 25% [=============== ] 1614/6345 25% [=============== ] 1615/6345 25% [=============== ] 1616/6345 25% [=============== ] 1617/6345 25% [=============== ] 1618/6345 25% [=============== ] 1619/6345 25% [=============== ] 1620/6345 25% [=============== ] 1621/6345 25% [=============== ] 1622/6345 25% [=============== ] 1623/6345 25% [=============== ] 1624/6345 25% [=============== ] 1625/6345 25% [=============== ] 1626/6345 25% [=============== ] 1627/6345 25% [=============== ] 1628/6345 25% [=============== ] 1629/6345 25% [=============== ] 1630/6345 25% [=============== ] 1631/6345 25% [=============== ] 1632/6345 25% [=============== ] 1633/6345 25% [=============== ] 1634/6345 25% [=============== ] 1635/6345 25% [=============== ] 1636/6345 25% [=============== ] 1637/6345 25% [================ ] 1638/6345 25% [================ ] 1639/6345 25% [================ ] 1640/6345 25% [================ ] 1641/6345 25% [================ ] 1642/6345 25% [================ ] 1643/6345 25% [================ ] 1644/6345 25% [================ ] 1645/6345 25% [================ ] 1646/6345 25% [================ ] 1647/6345 25% [================ ] 1648/6345 25% [================ ] 1649/6345 25% [================ ] 1650/6345 26% [================ ] 1651/6345 26% [================ ] 1652/6345 26% [================ ] 1653/6345 26% [================ ] 1654/6345 26% [================ ] 1655/6345 26% [================ ] 1656/6345 26% [================ ] 1657/6345 26% [================ ] 1658/6345 26% [================ ] 1659/6345 26% [================ ] 1660/6345 26% [================ ] 1661/6345 26% [================ ] 1662/6345 26% [================ ] 1663/6345 26% [================ ] 1664/6345 26% [================ ] 1665/6345 26% [================ ] 1666/6345 26% [================ ] 1667/6345 26% [================ ] 1668/6345 26% [================ ] 1669/6345 26% [================ ] 1670/6345 26% [================ ] 1671/6345 26% [================ ] 1672/6345 26% [================ ] 1673/6345 26% [================ ] 1674/6345 26% [================ ] 1675/6345 26% [================ ] 1676/6345 26% [================ ] 1677/6345 26% [================ ] 1678/6345 26% [================ ] 1679/6345 26% [================ ] 1680/6345 26% [================ ] 1681/6345 26% [================ ] 1682/6345 26% [================ ] 1683/6345 26% [================ ] 1684/6345 26% [================ ] 1685/6345 26% [================ ] 1686/6345 26% [================ ] 1687/6345 26% [================ ] 1688/6345 26% [================ ] 1689/6345 26% [================ ] 1690/6345 26% [================ ] 1691/6345 26% [================ ] 1692/6345 26% [================ ] 1693/6345 26% [================ ] 1694/6345 26% [================ ] 1695/6345 26% [================ ] 1696/6345 26% [================ ] 1697/6345 26% [================ ] 1698/6345 26% [================ ] 1699/6345 26% [================ ] 1700/6345 26% [================ ] 1701/6345 26% [================ ] 1702/6345 26% [================ ] 1703/6345 26% [================ ] 1704/6345 26% [================ ] 1705/6345 26% [================ ] 1706/6345 26% [================ ] 1707/6345 26% [================ ] 1708/6345 26% [================ ] 1709/6345 26% [================ ] 1710/6345 26% [================ ] 1711/6345 26% [================ ] 1712/6345 26% [================ ] 1713/6345 26% [================ ] 1714/6345 27% [================ ] 1715/6345 27% [================ ] 1716/6345 27% [================ ] 1717/6345 27% [================ ] 1718/6345 27% [================ ] 1719/6345 27% [================ ] 1720/6345 27% [================ ] 1721/6345 27% [================ ] 1722/6345 27% [================ ] 1723/6345 27% [================ ] 1724/6345 27% [================ ] 1725/6345 27% [================ ] 1726/6345 27% [================ ] 1727/6345 27% [================ ] 1728/6345 27% [================ ] 1729/6345 27% [================ ] 1730/6345 27% [================ ] 1731/6345 27% [================ ] 1732/6345 27% [================ ] 1733/6345 27% [================ ] 1734/6345 27% [================ ] 1735/6345 27% [================ ] 1736/6345 27% [================ ] 1737/6345 27% [================ ] 1738/6345 27% [================ ] 1739/6345 27% [================= ] 1740/6345 27% [================= ] 1741/6345 27% [================= ] 1742/6345 27% [================= ] 1743/6345 27% [================= ] 1744/6345 27% [================= ] 1745/6345 27% [================= ] 1746/6345 27% [================= ] 1747/6345 27% [================= ] 1748/6345 27% [================= ] 1749/6345 27% [================= ] 1750/6345 27% [================= ] 1751/6345 27% [================= ] 1752/6345 27% [================= ] 1753/6345 27% [================= ] 1754/6345 27% [================= ] 1755/6345 27% [================= ] 1756/6345 27% [================= ] 1757/6345 27% [================= ] 1758/6345 27% [================= ] 1759/6345 27% [================= ] 1760/6345 27% [================= ] 1761/6345 27% [================= ] 1762/6345 27% [================= ] 1763/6345 27% [================= ] 1764/6345 27% [================= ] 1765/6345 27% [================= ] 1766/6345 27% [================= ] 1767/6345 27% [================= ] 1768/6345 27% [================= ] 1769/6345 27% [================= ] 1770/6345 27% [================= ] 1771/6345 27% [================= ] 1772/6345 27% [================= ] 1773/6345 27% [================= ] 1774/6345 27% [================= ] 1775/6345 27% [================= ] 1776/6345 27% [================= ] 1777/6345 28% [================= ] 1778/6345 28% [================= ] 1779/6345 28% [================= ] 1780/6345 28% [================= ] 1781/6345 28% [================= ] 1782/6345 28% [================= ] 1783/6345 28% [================= ] 1784/6345 28% [================= ] 1785/6345 28% [================= ] 1786/6345 28% [================= ] 1787/6345 28% [================= ] 1788/6345 28% [================= ] 1789/6345 28% [================= ] 1790/6345 28% [================= ] 1791/6345 28% [================= ] 1792/6345 28% [================= ] 1793/6345 28% [================= ] 1794/6345 28% [================= ] 1795/6345 28% [================= ] 1796/6345 28% [================= ] 1797/6345 28% [================= ] 1798/6345 28% [================= ] 1799/6345 28% [================= ] 1800/6345 28% [================= ] 1801/6345 28% [================= ] 1802/6345 28% [================= ] 1803/6345 28% [================= ] 1804/6345 28% [================= ] 1805/6345 28% [================= ] 1806/6345 28% [================= ] 1807/6345 28% [================= ] 1808/6345 28% [================= ] 1809/6345 28% [================= ] 1810/6345 28% [================= ] 1811/6345 28% [================= ] 1812/6345 28% [================= ] 1813/6345 28% [================= ] 1814/6345 28% [================= ] 1815/6345 28% [================= ] 1816/6345 28% [================= ] 1817/6345 28% [================= ] 1818/6345 28% [================= ] 1819/6345 28% [================= ] 1820/6345 28% [================= ] 1821/6345 28% [================= ] 1822/6345 28% [================= ] 1823/6345 28% [================= ] 1824/6345 28% [================= ] 1825/6345 28% [================= ] 1826/6345 28% [================= ] 1827/6345 28% [================= ] 1828/6345 28% [================= ] 1829/6345 28% [================= ] 1830/6345 28% [================= ] 1831/6345 28% [================= ] 1832/6345 28% [================= ] 1833/6345 28% [================= ] 1834/6345 28% [================= ] 1835/6345 28% [================= ] 1836/6345 28% [================= ] 1837/6345 28% [================= ] 1838/6345 28% [================= ] 1839/6345 28% [================= ] 1840/6345 28% [================= ] 1841/6345 29% [================= ] 1842/6345 29% [================== ] 1843/6345 29% [================== ] 1844/6345 29% [================== ] 1845/6345 29% [================== ] 1846/6345 29% [================== ] 1847/6345 29% [================== ] 1848/6345 29% [================== ] 1849/6345 29% [================== ] 1850/6345 29% [================== ] 1851/6345 29% [================== ] 1852/6345 29% [================== ] 1853/6345 29% [================== ] 1854/6345 29% [================== ] 1855/6345 29% [================== ] 1856/6345 29% [================== ] 1857/6345 29% [================== ] 1858/6345 29% [================== ] 1859/6345 29% [================== ] 1860/6345 29% [================== ] 1861/6345 29% [================== ] 1862/6345 29% [================== ] 1863/6345 29% [================== ] 1864/6345 29% [================== ] 1865/6345 29% [================== ] 1866/6345 29% [================== ] 1867/6345 29% [================== ] 1868/6345 29% [================== ] 1869/6345 29% [================== ] 1870/6345 29% [================== ] 1871/6345 29% [================== ] 1872/6345 29% [================== ] 1873/6345 29% [================== ] 1874/6345 29% [================== ] 1875/6345 29% [================== ] 1876/6345 29% [================== ] 1877/6345 29% [================== ] 1878/6345 29% [================== ] 1879/6345 29% [================== ] 1880/6345 29% [================== ] 1881/6345 29% [================== ] 1882/6345 29% [================== ] 1883/6345 29% [================== ] 1884/6345 29% [================== ] 1885/6345 29% [================== ] 1886/6345 29% [================== ] 1887/6345 29% [================== ] 1888/6345 29% [================== ] 1889/6345 29% [================== ] 1890/6345 29% [================== ] 1891/6345 29% [================== ] 1892/6345 29% [================== ] 1893/6345 29% [================== ] 1894/6345 29% [================== ] 1895/6345 29% [================== ] 1896/6345 29% [================== ] 1897/6345 29% [================== ] 1898/6345 29% [================== ] 1899/6345 29% [================== ] 1900/6345 29% [================== ] 1901/6345 29% [================== ] 1902/6345 29% [================== ] 1903/6345 29% [================== ] 1904/6345 30% [================== ] 1905/6345 30% [================== ] 1906/6345 30% [================== ] 1907/6345 30% [================== ] 1908/6345 30% [================== ] 1909/6345 30% [================== ] 1910/6345 30% [================== ] 1911/6345 30% [================== ] 1912/6345 30% [================== ] 1913/6345 30% [================== ] 1914/6345 30% [================== ] 1915/6345 30% [================== ] 1916/6345 30% [================== ] 1917/6345 30% [================== ] 1918/6345 30% [================== ] 1919/6345 30% [================== ] 1920/6345 30% [================== ] 1921/6345 30% [================== ] 1922/6345 30% [================== ] 1923/6345 30% [================== ] 1924/6345 30% [================== ] 1925/6345 30% [================== ] 1926/6345 30% [================== ] 1927/6345 30% [================== ] 1928/6345 30% [================== ] 1929/6345 30% [================== ] 1930/6345 30% [================== ] 1931/6345 30% [================== ] 1932/6345 30% [================== ] 1933/6345 30% [================== ] 1934/6345 30% [================== ] 1935/6345 30% [================== ] 1936/6345 30% [================== ] 1937/6345 30% [================== ] 1938/6345 30% [================== ] 1939/6345 30% [================== ] 1940/6345 30% [================== ] 1941/6345 30% [================== ] 1942/6345 30% [================== ] 1943/6345 30% [================== ] 1944/6345 30% [=================== ] 1945/6345 30% [=================== ] 1946/6345 30% [=================== ] 1947/6345 30% [=================== ] 1948/6345 30% [=================== ] 1949/6345 30% [=================== ] 1950/6345 30% [=================== ] 1951/6345 30% [=================== ] 1952/6345 30% [=================== ] 1953/6345 30% [=================== ] 1954/6345 30% [=================== ] 1955/6345 30% [=================== ] 1956/6345 30% [=================== ] 1957/6345 30% [=================== ] 1958/6345 30% [=================== ] 1959/6345 30% [=================== ] 1960/6345 30% [=================== ] 1961/6345 30% [=================== ] 1962/6345 30% [=================== ] 1963/6345 30% [=================== ] 1964/6345 30% [=================== ] 1965/6345 30% [=================== ] 1966/6345 30% [=================== ] 1967/6345 31% [=================== ] 1968/6345 31% [=================== ] 1969/6345 31% [=================== ] 1970/6345 31% [=================== ] 1971/6345 31% [=================== ] 1972/6345 31% [=================== ] 1973/6345 31% [=================== ] 1974/6345 31% [=================== ] 1975/6345 31% [=================== ] 1976/6345 31% [=================== ] 1977/6345 31% [=================== ] 1978/6345 31% [=================== ] 1979/6345 31% [=================== ] 1980/6345 31% [=================== ] 1981/6345 31% [=================== ] 1982/6345 31% [=================== ] 1983/6345 31% [=================== ] 1984/6345 31% [=================== ] 1985/6345 31% [=================== ] 1986/6345 31% [=================== ] 1987/6345 31% [=================== ] 1988/6345 31% [=================== ] 1989/6345 31% [=================== ] 1990/6345 31% [=================== ] 1991/6345 31% [=================== ] 1992/6345 31% [=================== ] 1993/6345 31% [=================== ] 1994/6345 31% [=================== ] 1995/6345 31% [=================== ] 1996/6345 31% [=================== ] 1997/6345 31% [=================== ] 1998/6345 31% [=================== ] 1999/6345 31% [=================== ] 2000/6345 31% [=================== ] 2001/6345 31% [=================== ] 2002/6345 31% [=================== ] 2003/6345 31% [=================== ] 2004/6345 31% [=================== ] 2005/6345 31% [=================== ] 2006/6345 31% [=================== ] 2007/6345 31% [=================== ] 2008/6345 31% [=================== ] 2009/6345 31% [=================== ] 2010/6345 31% [=================== ] 2011/6345 31% [=================== ] 2012/6345 31% [=================== ] 2013/6345 31% [=================== ] 2014/6345 31% [=================== ] 2015/6345 31% [=================== ] 2016/6345 31% [=================== ] 2017/6345 31% [=================== ] 2018/6345 31% [=================== ] 2019/6345 31% [=================== ] 2020/6345 31% [=================== ] 2021/6345 31% [=================== ] 2022/6345 31% [=================== ] 2023/6345 31% [=================== ] 2024/6345 31% [=================== ] 2025/6345 31% [=================== ] 2026/6345 31% [=================== ] 2027/6345 31% [=================== ] 2028/6345 31% [=================== ] 2029/6345 31% [=================== ] 2030/6345 31% [=================== ] 2031/6345 32% [=================== ] 2032/6345 32% [=================== ] 2033/6345 32% [=================== ] 2034/6345 32% [=================== ] 2035/6345 32% [=================== ] 2036/6345 32% [=================== ] 2037/6345 32% [=================== ] 2038/6345 32% [=================== ] 2039/6345 32% [=================== ] 2040/6345 32% [=================== ] 2041/6345 32% [=================== ] 2042/6345 32% [=================== ] 2043/6345 32% [=================== ] 2044/6345 32% [=================== ] 2045/6345 32% [=================== ] 2046/6345 32% [==================== ] 2047/6345 32% [==================== ] 2048/6345 32% [==================== ] 2049/6345 32% [==================== ] 2050/6345 32% [==================== ] 2051/6345 32% [==================== ] 2052/6345 32% [==================== ] 2053/6345 32% [==================== ] 2054/6345 32% [==================== ] 2055/6345 32% [==================== ] 2056/6345 32% [==================== ] 2057/6345 32% [==================== ] 2058/6345 32% [==================== ] 2059/6345 32% [==================== ] 2060/6345 32% [==================== ] 2061/6345 32% [==================== ] 2062/6345 32% [==================== ] 2063/6345 32% [==================== ] 2064/6345 32% [==================== ] 2065/6345 32% [==================== ] 2066/6345 32% [==================== ] 2067/6345 32% [==================== ] 2068/6345 32% [==================== ] 2069/6345 32% [==================== ] 2070/6345 32% [==================== ] 2071/6345 32% [==================== ] 2072/6345 32% [==================== ] 2073/6345 32% [==================== ] 2074/6345 32% [==================== ] 2075/6345 32% [==================== ] 2076/6345 32% [==================== ] 2077/6345 32% [==================== ] 2078/6345 32% [==================== ] 2079/6345 32% [==================== ] 2080/6345 32% [==================== ] 2081/6345 32% [==================== ] 2082/6345 32% [==================== ] 2083/6345 32% [==================== ] 2084/6345 32% [==================== ] 2085/6345 32% [==================== ] 2086/6345 32% [==================== ] 2087/6345 32% [==================== ] 2088/6345 32% [==================== ] 2089/6345 32% [==================== ] 2090/6345 32% [==================== ] 2091/6345 32% [==================== ] 2092/6345 32% [==================== ] 2093/6345 32% [==================== ] 2094/6345 33% [==================== ] 2095/6345 33% [==================== ] 2096/6345 33% [==================== ] 2097/6345 33% [==================== ] 2098/6345 33% [==================== ] 2099/6345 33% [==================== ] 2100/6345 33% [==================== ] 2101/6345 33% [==================== ] 2102/6345 33% [==================== ] 2103/6345 33% [==================== ] 2104/6345 33% [==================== ] 2105/6345 33% [==================== ] 2106/6345 33% [==================== ] 2107/6345 33% [==================== ] 2108/6345 33% [==================== ] 2109/6345 33% [==================== ] 2110/6345 33% [==================== ] 2111/6345 33% [==================== ] 2112/6345 33% [==================== ] 2113/6345 33% [==================== ] 2114/6345 33% [==================== ] 2115/6345 33% [==================== ] 2116/6345 33% [==================== ] 2117/6345 33% [==================== ] 2118/6345 33% [==================== ] 2119/6345 33% [==================== ] 2120/6345 33% [==================== ] 2121/6345 33% [==================== ] 2122/6345 33% [==================== ] 2123/6345 33% [==================== ] 2124/6345 33% [==================== ] 2125/6345 33% [==================== ] 2126/6345 33% [==================== ] 2127/6345 33% [==================== ] 2128/6345 33% [==================== ] 2129/6345 33% [==================== ] 2130/6345 33% [==================== ] 2131/6345 33% [==================== ] 2132/6345 33% [==================== ] 2133/6345 33% [==================== ] 2134/6345 33% [==================== ] 2135/6345 33% [==================== ] 2136/6345 33% [==================== ] 2137/6345 33% [==================== ] 2138/6345 33% [==================== ] 2139/6345 33% [==================== ] 2140/6345 33% [==================== ] 2141/6345 33% [==================== ] 2142/6345 33% [==================== ] 2143/6345 33% [==================== ] 2144/6345 33% [==================== ] 2145/6345 33% [==================== ] 2146/6345 33% [==================== ] 2147/6345 33% [==================== ] 2148/6345 33% [==================== ] 2149/6345 33% [===================== ] 2150/6345 33% [===================== ] 2151/6345 33% [===================== ] 2152/6345 33% [===================== ] 2153/6345 33% [===================== ] 2154/6345 33% [===================== ] 2155/6345 33% [===================== ] 2156/6345 33% [===================== ] 2157/6345 33% [===================== ] 2158/6345 34% [===================== ] 2159/6345 34% [===================== ] 2160/6345 34% [===================== ] 2161/6345 34% [===================== ] 2162/6345 34% [===================== ] 2163/6345 34% [===================== ] 2164/6345 34% [===================== ] 2165/6345 34% [===================== ] 2166/6345 34% [===================== ] 2167/6345 34% [===================== ] 2168/6345 34% [===================== ] 2169/6345 34% [===================== ] 2170/6345 34% [===================== ] 2171/6345 34% [===================== ] 2172/6345 34% [===================== ] 2173/6345 34% [===================== ] 2174/6345 34% [===================== ] 2175/6345 34% [===================== ] 2176/6345 34% [===================== ] 2177/6345 34% [===================== ] 2178/6345 34% [===================== ] 2179/6345 34% [===================== ] 2180/6345 34% [===================== ] 2181/6345 34% [===================== ] 2182/6345 34% [===================== ] 2183/6345 34% [===================== ] 2184/6345 34% [===================== ] 2185/6345 34% [===================== ] 2186/6345 34% [===================== ] 2187/6345 34% [===================== ] 2188/6345 34% [===================== ] 2189/6345 34% [===================== ] 2190/6345 34% [===================== ] 2191/6345 34% [===================== ] 2192/6345 34% [===================== ] 2193/6345 34% [===================== ] 2194/6345 34% [===================== ] 2195/6345 34% [===================== ] 2196/6345 34% [===================== ] 2197/6345 34% [===================== ] 2198/6345 34% [===================== ] 2199/6345 34% [===================== ] 2200/6345 34% [===================== ] 2201/6345 34% [===================== ] 2202/6345 34% [===================== ] 2203/6345 34% [===================== ] 2204/6345 34% [===================== ] 2205/6345 34% [===================== ] 2206/6345 34% [===================== ] 2207/6345 34% [===================== ] 2208/6345 34% [===================== ] 2209/6345 34% [===================== ] 2210/6345 34% [===================== ] 2211/6345 34% [===================== ] 2212/6345 34% [===================== ] 2213/6345 34% [===================== ] 2214/6345 34% [===================== ] 2215/6345 34% [===================== ] 2216/6345 34% [===================== ] 2217/6345 34% [===================== ] 2218/6345 34% [===================== ] 2219/6345 34% [===================== ] 2220/6345 34% [===================== ] 2221/6345 35% [===================== ] 2222/6345 35% [===================== ] 2223/6345 35% [===================== ] 2224/6345 35% [===================== ] 2225/6345 35% [===================== ] 2226/6345 35% [===================== ] 2227/6345 35% [===================== ] 2228/6345 35% [===================== ] 2229/6345 35% [===================== ] 2230/6345 35% [===================== ] 2231/6345 35% [===================== ] 2232/6345 35% [===================== ] 2233/6345 35% [===================== ] 2234/6345 35% [===================== ] 2235/6345 35% [===================== ] 2236/6345 35% [===================== ] 2237/6345 35% [===================== ] 2238/6345 35% [===================== ] 2239/6345 35% [===================== ] 2240/6345 35% [===================== ] 2241/6345 35% [===================== ] 2242/6345 35% [===================== ] 2243/6345 35% [===================== ] 2244/6345 35% [===================== ] 2245/6345 35% [===================== ] 2246/6345 35% [===================== ] 2247/6345 35% [===================== ] 2248/6345 35% [===================== ] 2249/6345 35% [===================== ] 2250/6345 35% [===================== ] 2251/6345 35% [====================== ] 2252/6345 35% [====================== ] 2253/6345 35% [====================== ] 2254/6345 35% [====================== ] 2255/6345 35% [====================== ] 2256/6345 35% [====================== ] 2257/6345 35% [====================== ] 2258/6345 35% [====================== ] 2259/6345 35% [====================== ] 2260/6345 35% [====================== ] 2261/6345 35% [====================== ] 2262/6345 35% [====================== ] 2263/6345 35% [====================== ] 2264/6345 35% [====================== ] 2265/6345 35% [====================== ] 2266/6345 35% [====================== ] 2267/6345 35% [====================== ] 2268/6345 35% [====================== ] 2269/6345 35% [====================== ] 2270/6345 35% [====================== ] 2271/6345 35% [====================== ] 2272/6345 35% [====================== ] 2273/6345 35% [====================== ] 2274/6345 35% [====================== ] 2275/6345 35% [====================== ] 2276/6345 35% [====================== ] 2277/6345 35% [====================== ] 2278/6345 35% [====================== ] 2279/6345 35% [====================== ] 2280/6345 35% [====================== ] 2281/6345 35% [====================== ] 2282/6345 35% [====================== ] 2283/6345 35% [====================== ] 2284/6345 35% [====================== ] 2285/6345 36% [====================== ] 2286/6345 36% [====================== ] 2287/6345 36% [====================== ] 2288/6345 36% [====================== ] 2289/6345 36% [====================== ] 2290/6345 36% [====================== ] 2291/6345 36% [====================== ] 2292/6345 36% [====================== ] 2293/6345 36% [====================== ] 2294/6345 36% [====================== ] 2295/6345 36% [====================== ] 2296/6345 36% [====================== ] 2297/6345 36% [====================== ] 2298/6345 36% [====================== ] 2299/6345 36% [====================== ] 2300/6345 36% [====================== ] 2301/6345 36% [====================== ] 2302/6345 36% [====================== ] 2303/6345 36% [====================== ] 2304/6345 36% [====================== ] 2305/6345 36% [====================== ] 2306/6345 36% [====================== ] 2307/6345 36% [====================== ] 2308/6345 36% [====================== ] 2309/6345 36% [====================== ] 2310/6345 36% [====================== ] 2311/6345 36% [====================== ] 2312/6345 36% [====================== ] 2313/6345 36% [====================== ] 2314/6345 36% [====================== ] 2315/6345 36% [====================== ] 2316/6345 36% [====================== ] 2317/6345 36% [====================== ] 2318/6345 36% [====================== ] 2319/6345 36% [====================== ] 2320/6345 36% [====================== ] 2321/6345 36% [====================== ] 2322/6345 36% [====================== ] 2323/6345 36% [====================== ] 2324/6345 36% [====================== ] 2325/6345 36% [====================== ] 2326/6345 36% [====================== ] 2327/6345 36% [====================== ] 2328/6345 36% [====================== ] 2329/6345 36% [====================== ] 2330/6345 36% [====================== ] 2331/6345 36% [====================== ] 2332/6345 36% [====================== ] 2333/6345 36% [====================== ] 2334/6345 36% [====================== ] 2335/6345 36% [====================== ] 2336/6345 36% [====================== ] 2337/6345 36% [====================== ] 2338/6345 36% [====================== ] 2339/6345 36% [====================== ] 2340/6345 36% [====================== ] 2341/6345 36% [====================== ] 2342/6345 36% [====================== ] 2343/6345 36% [====================== ] 2344/6345 36% [====================== ] 2345/6345 36% [====================== ] 2346/6345 36% [====================== ] 2347/6345 36% [====================== ] 2348/6345 37% [====================== ] 2349/6345 37% [====================== ] 2350/6345 37% [====================== ] 2351/6345 37% [====================== ] 2352/6345 37% [====================== ] 2353/6345 37% [======================= ] 2354/6345 37% [======================= ] 2355/6345 37% [======================= ] 2356/6345 37% [======================= ] 2357/6345 37% [======================= ] 2358/6345 37% [======================= ] 2359/6345 37% [======================= ] 2360/6345 37% [======================= ] 2361/6345 37% [======================= ] 2362/6345 37% [======================= ] 2363/6345 37% [======================= ] 2364/6345 37% [======================= ] 2365/6345 37% [======================= ] 2366/6345 37% [======================= ] 2367/6345 37% [======================= ] 2368/6345 37% [======================= ] 2369/6345 37% [======================= ] 2370/6345 37% [======================= ] 2371/6345 37% [======================= ] 2372/6345 37% [======================= ] 2373/6345 37% [======================= ] 2374/6345 37% [======================= ] 2375/6345 37% [======================= ] 2376/6345 37% [======================= ] 2377/6345 37% [======================= ] 2378/6345 37% [======================= ] 2379/6345 37% [======================= ] 2380/6345 37% [======================= ] 2381/6345 37% [======================= ] 2382/6345 37% [======================= ] 2383/6345 37% [======================= ] 2384/6345 37% [======================= ] 2385/6345 37% [======================= ] 2386/6345 37% [======================= ] 2387/6345 37% [======================= ] 2388/6345 37% [======================= ] 2389/6345 37% [======================= ] 2390/6345 37% [======================= ] 2391/6345 37% [======================= ] 2392/6345 37% [======================= ] 2393/6345 37% [======================= ] 2394/6345 37% [======================= ] 2395/6345 37% [======================= ] 2396/6345 37% [======================= ] 2397/6345 37% [======================= ] 2398/6345 37% [======================= ] 2399/6345 37% [======================= ] 2400/6345 37% [======================= ] 2401/6345 37% [======================= ] 2402/6345 37% [======================= ] 2403/6345 37% [======================= ] 2404/6345 37% [======================= ] 2405/6345 37% [======================= ] 2406/6345 37% [======================= ] 2407/6345 37% [======================= ] 2408/6345 37% [======================= ] 2409/6345 37% [======================= ] 2410/6345 37% [======================= ] 2411/6345 37% [======================= ] 2412/6345 38% [======================= ] 2413/6345 38% [======================= ] 2414/6345 38% [======================= ] 2415/6345 38% [======================= ] 2416/6345 38% [======================= ] 2417/6345 38% [======================= ] 2418/6345 38% [======================= ] 2419/6345 38% [======================= ] 2420/6345 38% [======================= ] 2421/6345 38% [======================= ] 2422/6345 38% [======================= ] 2423/6345 38% [======================= ] 2424/6345 38% [======================= ] 2425/6345 38% [======================= ] 2426/6345 38% [======================= ] 2427/6345 38% [======================= ] 2428/6345 38% [======================= ] 2429/6345 38% [======================= ] 2430/6345 38% [======================= ] 2431/6345 38% [======================= ] 2432/6345 38% [======================= ] 2433/6345 38% [======================= ] 2434/6345 38% [======================= ] 2435/6345 38% [======================= ] 2436/6345 38% [======================= ] 2437/6345 38% [======================= ] 2438/6345 38% [======================= ] 2439/6345 38% [======================= ] 2440/6345 38% [======================= ] 2441/6345 38% [======================= ] 2442/6345 38% [======================= ] 2443/6345 38% [======================= ] 2444/6345 38% [======================= ] 2445/6345 38% [======================= ] 2446/6345 38% [======================= ] 2447/6345 38% [======================= ] 2448/6345 38% [======================= ] 2449/6345 38% [======================= ] 2450/6345 38% [======================= ] 2451/6345 38% [======================= ] 2452/6345 38% [======================= ] 2453/6345 38% [======================= ] 2454/6345 38% [======================= ] 2455/6345 38% [======================= ] 2456/6345 38% [======================== ] 2457/6345 38% [======================== ] 2458/6345 38% [======================== ] 2459/6345 38% [======================== ] 2460/6345 38% [======================== ] 2461/6345 38% [======================== ] 2462/6345 38% [======================== ] 2463/6345 38% [======================== ] 2464/6345 38% [======================== ] 2465/6345 38% [======================== ] 2466/6345 38% [======================== ] 2467/6345 38% [======================== ] 2468/6345 38% [======================== ] 2469/6345 38% [======================== ] 2470/6345 38% [======================== ] 2471/6345 38% [======================== ] 2472/6345 38% [======================== ] 2473/6345 38% [======================== ] 2474/6345 38% [======================== ] 2475/6345 39% [======================== ] 2476/6345 39% [======================== ] 2477/6345 39% [======================== ] 2478/6345 39% [======================== ] 2479/6345 39% [======================== ] 2480/6345 39% [======================== ] 2481/6345 39% [======================== ] 2482/6345 39% [======================== ] 2483/6345 39% [======================== ] 2484/6345 39% [======================== ] 2485/6345 39% [======================== ] 2486/6345 39% [======================== ] 2487/6345 39% [======================== ] 2488/6345 39% [======================== ] 2489/6345 39% [======================== ] 2490/6345 39% [======================== ] 2491/6345 39% [======================== ] 2492/6345 39% [======================== ] 2493/6345 39% [======================== ] 2494/6345 39% [======================== ] 2495/6345 39% [======================== ] 2496/6345 39% [======================== ] 2497/6345 39% [======================== ] 2498/6345 39% [======================== ] 2499/6345 39% [======================== ] 2500/6345 39% [======================== ] 2501/6345 39% [======================== ] 2502/6345 39% [======================== ] 2503/6345 39% [======================== ] 2504/6345 39% [======================== ] 2505/6345 39% [======================== ] 2506/6345 39% [======================== ] 2507/6345 39% [======================== ] 2508/6345 39% [======================== ] 2509/6345 39% [======================== ] 2510/6345 39% [======================== ] 2511/6345 39% [======================== ] 2512/6345 39% [======================== ] 2513/6345 39% [======================== ] 2514/6345 39% [======================== ] 2515/6345 39% [======================== ] 2516/6345 39% [======================== ] 2517/6345 39% [======================== ] 2518/6345 39% [======================== ] 2519/6345 39% [======================== ] 2520/6345 39% [======================== ] 2521/6345 39% [======================== ] 2522/6345 39% [======================== ] 2523/6345 39% [======================== ] 2524/6345 39% [======================== ] 2525/6345 39% [======================== ] 2526/6345 39% [======================== ] 2527/6345 39% [======================== ] 2528/6345 39% [======================== ] 2529/6345 39% [======================== ] 2530/6345 39% [======================== ] 2531/6345 39% [======================== ] 2532/6345 39% [======================== ] 2533/6345 39% [======================== ] 2534/6345 39% [======================== ] 2535/6345 39% [======================== ] 2536/6345 39% [======================== ] 2537/6345 39% [======================== ] 2538/6345 40% [======================== ] 2539/6345 40% [======================== ] 2540/6345 40% [======================== ] 2541/6345 40% [======================== ] 2542/6345 40% [======================== ] 2543/6345 40% [======================== ] 2544/6345 40% [======================== ] 2545/6345 40% [======================== ] 2546/6345 40% [======================== ] 2547/6345 40% [======================== ] 2548/6345 40% [======================== ] 2549/6345 40% [======================== ] 2550/6345 40% [======================== ] 2551/6345 40% [======================== ] 2552/6345 40% [======================== ] 2553/6345 40% [======================== ] 2554/6345 40% [======================== ] 2555/6345 40% [======================== ] 2556/6345 40% [======================== ] 2557/6345 40% [======================== ] 2558/6345 40% [========================= ] 2559/6345 40% [========================= ] 2560/6345 40% [========================= ] 2561/6345 40% [========================= ] 2562/6345 40% [========================= ] 2563/6345 40% [========================= ] 2564/6345 40% [========================= ] 2565/6345 40% [========================= ] 2566/6345 40% [========================= ] 2567/6345 40% [========================= ] 2568/6345 40% [========================= ] 2569/6345 40% [========================= ] 2570/6345 40% [========================= ] 2571/6345 40% [========================= ] 2572/6345 40% [========================= ] 2573/6345 40% [========================= ] 2574/6345 40% [========================= ] 2575/6345 40% [========================= ] 2576/6345 40% [========================= ] 2577/6345 40% [========================= ] 2578/6345 40% [========================= ] 2579/6345 40% [========================= ] 2580/6345 40% [========================= ] 2581/6345 40% [========================= ] 2582/6345 40% [========================= ] 2583/6345 40% [========================= ] 2584/6345 40% [========================= ] 2585/6345 40% [========================= ] 2586/6345 40% [========================= ] 2587/6345 40% [========================= ] 2588/6345 40% [========================= ] 2589/6345 40% [========================= ] 2590/6345 40% [========================= ] 2591/6345 40% [========================= ] 2592/6345 40% [========================= ] 2593/6345 40% [========================= ] 2594/6345 40% [========================= ] 2595/6345 40% [========================= ] 2596/6345 40% [========================= ] 2597/6345 40% [========================= ] 2598/6345 40% [========================= ] 2599/6345 40% [========================= ] 2600/6345 40% [========================= ] 2601/6345 40% [========================= ] 2602/6345 41% [========================= ] 2603/6345 41% [========================= ] 2604/6345 41% [========================= ] 2605/6345 41% [========================= ] 2606/6345 41% [========================= ] 2607/6345 41% [========================= ] 2608/6345 41% [========================= ] 2609/6345 41% [========================= ] 2610/6345 41% [========================= ] 2611/6345 41% [========================= ] 2612/6345 41% [========================= ] 2613/6345 41% [========================= ] 2614/6345 41% [========================= ] 2615/6345 41% [========================= ] 2616/6345 41% [========================= ] 2617/6345 41% [========================= ] 2618/6345 41% [========================= ] 2619/6345 41% [========================= ] 2620/6345 41% [========================= ] 2621/6345 41% [========================= ] 2622/6345 41% [========================= ] 2623/6345 41% [========================= ] 2624/6345 41% [========================= ] 2625/6345 41% [========================= ] 2626/6345 41% [========================= ] 2627/6345 41% [========================= ] 2628/6345 41% [========================= ] 2629/6345 41% [========================= ] 2630/6345 41% [========================= ] 2631/6345 41% [========================= ] 2632/6345 41% [========================= ] 2633/6345 41% [========================= ] 2634/6345 41% [========================= ] 2635/6345 41% [========================= ] 2636/6345 41% [========================= ] 2637/6345 41% [========================= ] 2638/6345 41% [========================= ] 2639/6345 41% [========================= ] 2640/6345 41% [========================= ] 2641/6345 41% [========================= ] 2642/6345 41% [========================= ] 2643/6345 41% [========================= ] 2644/6345 41% [========================= ] 2645/6345 41% [========================= ] 2646/6345 41% [========================= ] 2647/6345 41% [========================= ] 2648/6345 41% [========================= ] 2649/6345 41% [========================= ] 2650/6345 41% [========================= ] 2651/6345 41% [========================= ] 2652/6345 41% [========================= ] 2653/6345 41% [========================= ] 2654/6345 41% [========================= ] 2655/6345 41% [========================= ] 2656/6345 41% [========================= ] 2657/6345 41% [========================= ] 2658/6345 41% [========================= ] 2659/6345 41% [========================= ] 2660/6345 41% [========================== ] 2661/6345 41% [========================== ] 2662/6345 41% [========================== ] 2663/6345 41% [========================== ] 2664/6345 41% [========================== ] 2665/6345 42% [========================== ] 2666/6345 42% [========================== ] 2667/6345 42% [========================== ] 2668/6345 42% [========================== ] 2669/6345 42% [========================== ] 2670/6345 42% [========================== ] 2671/6345 42% [========================== ] 2672/6345 42% [========================== ] 2673/6345 42% [========================== ] 2674/6345 42% [========================== ] 2675/6345 42% [========================== ] 2676/6345 42% [========================== ] 2677/6345 42% [========================== ] 2678/6345 42% [========================== ] 2679/6345 42% [========================== ] 2680/6345 42% [========================== ] 2681/6345 42% [========================== ] 2682/6345 42% [========================== ] 2683/6345 42% [========================== ] 2684/6345 42% [========================== ] 2685/6345 42% [========================== ] 2686/6345 42% [========================== ] 2687/6345 42% [========================== ] 2688/6345 42% [========================== ] 2689/6345 42% [========================== ] 2690/6345 42% [========================== ] 2691/6345 42% [========================== ] 2692/6345 42% [========================== ] 2693/6345 42% [========================== ] 2694/6345 42% [========================== ] 2695/6345 42% [========================== ] 2696/6345 42% [========================== ] 2697/6345 42% [========================== ] 2698/6345 42% [========================== ] 2699/6345 42% [========================== ] 2700/6345 42% [========================== ] 2701/6345 42% [========================== ] 2702/6345 42% [========================== ] 2703/6345 42% [========================== ] 2704/6345 42% [========================== ] 2705/6345 42% [========================== ] 2706/6345 42% [========================== ] 2707/6345 42% [========================== ] 2708/6345 42% [========================== ] 2709/6345 42% [========================== ] 2710/6345 42% [========================== ] 2711/6345 42% [========================== ] 2712/6345 42% [========================== ] 2713/6345 42% [========================== ] 2714/6345 42% [========================== ] 2715/6345 42% [========================== ] 2716/6345 42% [========================== ] 2717/6345 42% [========================== ] 2718/6345 42% [========================== ] 2719/6345 42% [========================== ] 2720/6345 42% [========================== ] 2721/6345 42% [========================== ] 2722/6345 42% [========================== ] 2723/6345 42% [========================== ] 2724/6345 42% [========================== ] 2725/6345 42% [========================== ] 2726/6345 42% [========================== ] 2727/6345 42% [========================== ] 2728/6345 42% [========================== ] 2729/6345 43% [========================== ] 2730/6345 43% [========================== ] 2731/6345 43% [========================== ] 2732/6345 43% [========================== ] 2733/6345 43% [========================== ] 2734/6345 43% [========================== ] 2735/6345 43% [========================== ] 2736/6345 43% [========================== ] 2737/6345 43% [========================== ] 2738/6345 43% [========================== ] 2739/6345 43% [========================== ] 2740/6345 43% [========================== ] 2741/6345 43% [========================== ] 2742/6345 43% [========================== ] 2743/6345 43% [========================== ] 2744/6345 43% [========================== ] 2745/6345 43% [========================== ] 2746/6345 43% [========================== ] 2747/6345 43% [========================== ] 2748/6345 43% [========================== ] 2749/6345 43% [========================== ] 2750/6345 43% [========================== ] 2751/6345 43% [========================== ] 2752/6345 43% [========================== ] 2753/6345 43% [========================== ] 2754/6345 43% [========================== ] 2755/6345 43% [========================== ] 2756/6345 43% [========================== ] 2757/6345 43% [========================== ] 2758/6345 43% [========================== ] 2759/6345 43% [========================== ] 2760/6345 43% [========================== ] 2761/6345 43% [========================== ] 2762/6345 43% [========================== ] 2763/6345 43% [=========================== ] 2764/6345 43% [=========================== ] 2765/6345 43% [=========================== ] 2766/6345 43% [=========================== ] 2767/6345 43% [=========================== ] 2768/6345 43% [=========================== ] 2769/6345 43% [=========================== ] 2770/6345 43% [=========================== ] 2771/6345 43% [=========================== ] 2772/6345 43% [=========================== ] 2773/6345 43% [=========================== ] 2774/6345 43% [=========================== ] 2775/6345 43% [=========================== ] 2776/6345 43% [=========================== ] 2777/6345 43% [=========================== ] 2778/6345 43% [=========================== ] 2779/6345 43% [=========================== ] 2780/6345 43% [=========================== ] 2781/6345 43% [=========================== ] 2782/6345 43% [=========================== ] 2783/6345 43% [=========================== ] 2784/6345 43% [=========================== ] 2785/6345 43% [=========================== ] 2786/6345 43% [=========================== ] 2787/6345 43% [=========================== ] 2788/6345 43% [=========================== ] 2789/6345 43% [=========================== ] 2790/6345 43% [=========================== ] 2791/6345 43% [=========================== ] 2792/6345 44% [=========================== ] 2793/6345 44% [=========================== ] 2794/6345 44% [=========================== ] 2795/6345 44% [=========================== ] 2796/6345 44% [=========================== ] 2797/6345 44% [=========================== ] 2798/6345 44% [=========================== ] 2799/6345 44% [=========================== ] 2800/6345 44% [=========================== ] 2801/6345 44% [=========================== ] 2802/6345 44% [=========================== ] 2803/6345 44% [=========================== ] 2804/6345 44% [=========================== ] 2805/6345 44% [=========================== ] 2806/6345 44% [=========================== ] 2807/6345 44% [=========================== ] 2808/6345 44% [=========================== ] 2809/6345 44% [=========================== ] 2810/6345 44% [=========================== ] 2811/6345 44% [=========================== ] 2812/6345 44% [=========================== ] 2813/6345 44% [=========================== ] 2814/6345 44% [=========================== ] 2815/6345 44% [=========================== ] 2816/6345 44% [=========================== ] 2817/6345 44% [=========================== ] 2818/6345 44% [=========================== ] 2819/6345 44% [=========================== ] 2820/6345 44% [=========================== ] 2821/6345 44% [=========================== ] 2822/6345 44% [=========================== ] 2823/6345 44% [=========================== ] 2824/6345 44% [=========================== ] 2825/6345 44% [=========================== ] 2826/6345 44% [=========================== ] 2827/6345 44% [=========================== ] 2828/6345 44% [=========================== ] 2829/6345 44% [=========================== ] 2830/6345 44% [=========================== ] 2831/6345 44% [=========================== ] 2832/6345 44% [=========================== ] 2833/6345 44% [=========================== ] 2834/6345 44% [=========================== ] 2835/6345 44% [=========================== ] 2836/6345 44% [=========================== ] 2837/6345 44% [=========================== ] 2838/6345 44% [=========================== ] 2839/6345 44% [=========================== ] 2840/6345 44% [=========================== ] 2841/6345 44% [=========================== ] 2842/6345 44% [=========================== ] 2843/6345 44% [=========================== ] 2844/6345 44% [=========================== ] 2845/6345 44% [=========================== ] 2846/6345 44% [=========================== ] 2847/6345 44% [=========================== ] 2848/6345 44% [=========================== ] 2849/6345 44% [=========================== ] 2850/6345 44% [=========================== ] 2851/6345 44% [=========================== ] 2852/6345 44% [=========================== ] 2853/6345 44% [=========================== ] 2854/6345 44% [=========================== ] 2855/6345 44% [=========================== ] 2856/6345 45% [=========================== ] 2857/6345 45% [=========================== ] 2858/6345 45% [=========================== ] 2859/6345 45% [=========================== ] 2860/6345 45% [=========================== ] 2861/6345 45% [=========================== ] 2862/6345 45% [=========================== ] 2863/6345 45% [=========================== ] 2864/6345 45% [=========================== ] 2865/6345 45% [============================ ] 2866/6345 45% [============================ ] 2867/6345 45% [============================ ] 2868/6345 45% [============================ ] 2869/6345 45% [============================ ] 2870/6345 45% [============================ ] 2871/6345 45% [============================ ] 2872/6345 45% [============================ ] 2873/6345 45% [============================ ] 2874/6345 45% [============================ ] 2875/6345 45% [============================ ] 2876/6345 45% [============================ ] 2877/6345 45% [============================ ] 2878/6345 45% [============================ ] 2879/6345 45% [============================ ] 2880/6345 45% [============================ ] 2881/6345 45% [============================ ] 2882/6345 45% [============================ ] 2883/6345 45% [============================ ] 2884/6345 45% [============================ ] 2885/6345 45% [============================ ] 2886/6345 45% [============================ ] 2887/6345 45% [============================ ] 2888/6345 45% [============================ ] 2889/6345 45% [============================ ] 2890/6345 45% [============================ ] 2891/6345 45% [============================ ] 2892/6345 45% [============================ ] 2893/6345 45% [============================ ] 2894/6345 45% [============================ ] 2895/6345 45% [============================ ] 2896/6345 45% [============================ ] 2897/6345 45% [============================ ] 2898/6345 45% [============================ ] 2899/6345 45% [============================ ] 2900/6345 45% [============================ ] 2901/6345 45% [============================ ] 2902/6345 45% [============================ ] 2903/6345 45% [============================ ] 2904/6345 45% [============================ ] 2905/6345 45% [============================ ] 2906/6345 45% [============================ ] 2907/6345 45% [============================ ] 2908/6345 45% [============================ ] 2909/6345 45% [============================ ] 2910/6345 45% [============================ ] 2911/6345 45% [============================ ] 2912/6345 45% [============================ ] 2913/6345 45% [============================ ] 2914/6345 45% [============================ ] 2915/6345 45% [============================ ] 2916/6345 45% [============================ ] 2917/6345 45% [============================ ] 2918/6345 45% [============================ ] 2919/6345 46% [============================ ] 2920/6345 46% [============================ ] 2921/6345 46% [============================ ] 2922/6345 46% [============================ ] 2923/6345 46% [============================ ] 2924/6345 46% [============================ ] 2925/6345 46% [============================ ] 2926/6345 46% [============================ ] 2927/6345 46% [============================ ] 2928/6345 46% [============================ ] 2929/6345 46% [============================ ] 2930/6345 46% [============================ ] 2931/6345 46% [============================ ] 2932/6345 46% [============================ ] 2933/6345 46% [============================ ] 2934/6345 46% [============================ ] 2935/6345 46% [============================ ] 2936/6345 46% [============================ ] 2937/6345 46% [============================ ] 2938/6345 46% [============================ ] 2939/6345 46% [============================ ] 2940/6345 46% [============================ ] 2941/6345 46% [============================ ] 2942/6345 46% [============================ ] 2943/6345 46% [============================ ] 2944/6345 46% [============================ ] 2945/6345 46% [============================ ] 2946/6345 46% [============================ ] 2947/6345 46% [============================ ] 2948/6345 46% [============================ ] 2949/6345 46% [============================ ] 2950/6345 46% [============================ ] 2951/6345 46% [============================ ] 2952/6345 46% [============================ ] 2953/6345 46% [============================ ] 2954/6345 46% [============================ ] 2955/6345 46% [============================ ] 2956/6345 46% [============================ ] 2957/6345 46% [============================ ] 2958/6345 46% [============================ ] 2959/6345 46% [============================ ] 2960/6345 46% [============================ ] 2961/6345 46% [============================ ] 2962/6345 46% [============================ ] 2963/6345 46% [============================ ] 2964/6345 46% [============================ ] 2965/6345 46% [============================ ] 2966/6345 46% [============================ ] 2967/6345 46% [============================= ] 2968/6345 46% [============================= ] 2969/6345 46% [============================= ] 2970/6345 46% [============================= ] 2971/6345 46% [============================= ] 2972/6345 46% [============================= ] 2973/6345 46% [============================= ] 2974/6345 46% [============================= ] 2975/6345 46% [============================= ] 2976/6345 46% [============================= ] 2977/6345 46% [============================= ] 2978/6345 46% [============================= ] 2979/6345 46% [============================= ] 2980/6345 46% [============================= ] 2981/6345 46% [============================= ] 2982/6345 46% [============================= ] 2983/6345 47% [============================= ] 2984/6345 47% [============================= ] 2985/6345 47% [============================= ] 2986/6345 47% [============================= ] 2987/6345 47% [============================= ] 2988/6345 47% [============================= ] 2989/6345 47% [============================= ] 2990/6345 47% [============================= ] 2991/6345 47% [============================= ] 2992/6345 47% [============================= ] 2993/6345 47% [============================= ] 2994/6345 47% [============================= ] 2995/6345 47% [============================= ] 2996/6345 47% [============================= ] 2997/6345 47% [============================= ] 2998/6345 47% [============================= ] 2999/6345 47% [============================= ] 3000/6345 47% [============================= ] 3001/6345 47% [============================= ] 3002/6345 47% [============================= ] 3003/6345 47% [============================= ] 3004/6345 47% [============================= ] 3005/6345 47% [============================= ] 3006/6345 47% [============================= ] 3007/6345 47% [============================= ] 3008/6345 47% [============================= ] 3009/6345 47% [============================= ] 3010/6345 47% [============================= ] 3011/6345 47% [============================= ] 3012/6345 47% [============================= ] 3013/6345 47% [============================= ] 3014/6345 47% [============================= ] 3015/6345 47% [============================= ] 3016/6345 47% [============================= ] 3017/6345 47% [============================= ] 3018/6345 47% [============================= ] 3019/6345 47% [============================= ] 3020/6345 47% [============================= ] 3021/6345 47% [============================= ] 3022/6345 47% [============================= ] 3023/6345 47% [============================= ] 3024/6345 47% [============================= ] 3025/6345 47% [============================= ] 3026/6345 47% [============================= ] 3027/6345 47% [============================= ] 3028/6345 47% [============================= ] 3029/6345 47% [============================= ] 3030/6345 47% [============================= ] 3031/6345 47% [============================= ] 3032/6345 47% [============================= ] 3033/6345 47% [============================= ] 3034/6345 47% [============================= ] 3035/6345 47% [============================= ] 3036/6345 47% [============================= ] 3037/6345 47% [============================= ] 3038/6345 47% [============================= ] 3039/6345 47% [============================= ] 3040/6345 47% [============================= ] 3041/6345 47% [============================= ] 3042/6345 47% [============================= ] 3043/6345 47% [============================= ] 3044/6345 47% [============================= ] 3045/6345 47% [============================= ] 3046/6345 48% [============================= ] 3047/6345 48% [============================= ] 3048/6345 48% [============================= ] 3049/6345 48% [============================= ] 3050/6345 48% [============================= ] 3051/6345 48% [============================= ] 3052/6345 48% [============================= ] 3053/6345 48% [============================= ] 3054/6345 48% [============================= ] 3055/6345 48% [============================= ] 3056/6345 48% [============================= ] 3057/6345 48% [============================= ] 3058/6345 48% [============================= ] 3059/6345 48% [============================= ] 3060/6345 48% [============================= ] 3061/6345 48% [============================= ] 3062/6345 48% [============================= ] 3063/6345 48% [============================= ] 3064/6345 48% [============================= ] 3065/6345 48% [============================= ] 3066/6345 48% [============================= ] 3067/6345 48% [============================= ] 3068/6345 48% [============================= ] 3069/6345 48% [============================= ] 3070/6345 48% [============================== ] 3071/6345 48% [============================== ] 3072/6345 48% [============================== ] 3073/6345 48% [============================== ] 3074/6345 48% [============================== ] 3075/6345 48% [============================== ] 3076/6345 48% [============================== ] 3077/6345 48% [============================== ] 3078/6345 48% [============================== ] 3079/6345 48% [============================== ] 3080/6345 48% [============================== ] 3081/6345 48% [============================== ] 3082/6345 48% [============================== ] 3083/6345 48% [============================== ] 3084/6345 48% [============================== ] 3085/6345 48% [============================== ] 3086/6345 48% [============================== ] 3087/6345 48% [============================== ] 3088/6345 48% [============================== ] 3089/6345 48% [============================== ] 3090/6345 48% [============================== ] 3091/6345 48% [============================== ] 3092/6345 48% [============================== ] 3093/6345 48% [============================== ] 3094/6345 48% [============================== ] 3095/6345 48% [============================== ] 3096/6345 48% [============================== ] 3097/6345 48% [============================== ] 3098/6345 48% [============================== ] 3099/6345 48% [============================== ] 3100/6345 48% [============================== ] 3101/6345 48% [============================== ] 3102/6345 48% [============================== ] 3103/6345 48% [============================== ] 3104/6345 48% [============================== ] 3105/6345 48% [============================== ] 3106/6345 48% [============================== ] 3107/6345 48% [============================== ] 3108/6345 48% [============================== ] 3109/6345 48% [============================== ] 3110/6345 49% [============================== ] 3111/6345 49% [============================== ] 3112/6345 49% [============================== ] 3113/6345 49% [============================== ] 3114/6345 49% [============================== ] 3115/6345 49% [============================== ] 3116/6345 49% [============================== ] 3117/6345 49% [============================== ] 3118/6345 49% [============================== ] 3119/6345 49% [============================== ] 3120/6345 49% [============================== ] 3121/6345 49% [============================== ] 3122/6345 49% [============================== ] 3123/6345 49% [============================== ] 3124/6345 49% [============================== ] 3125/6345 49% [============================== ] 3126/6345 49% [============================== ] 3127/6345 49% [============================== ] 3128/6345 49% [============================== ] 3129/6345 49% [============================== ] 3130/6345 49% [============================== ] 3131/6345 49% [============================== ] 3132/6345 49% [============================== ] 3133/6345 49% [============================== ] 3134/6345 49% [============================== ] 3135/6345 49% [============================== ] 3136/6345 49% [============================== ] 3137/6345 49% [============================== ] 3138/6345 49% [============================== ] 3139/6345 49% [============================== ] 3140/6345 49% [============================== ] 3141/6345 49% [============================== ] 3142/6345 49% [============================== ] 3143/6345 49% [============================== ] 3144/6345 49% [============================== ] 3145/6345 49% [============================== ] 3146/6345 49% [============================== ] 3147/6345 49% [============================== ] 3148/6345 49% [============================== ] 3149/6345 49% [============================== ] 3150/6345 49% [============================== ] 3151/6345 49% [============================== ] 3152/6345 49% [============================== ] 3153/6345 49% [============================== ] 3154/6345 49% [============================== ] 3155/6345 49% [============================== ] 3156/6345 49% [============================== ] 3157/6345 49% [============================== ] 3158/6345 49% [============================== ] 3159/6345 49% [============================== ] 3160/6345 49% [============================== ] 3161/6345 49% [============================== ] 3162/6345 49% [============================== ] 3163/6345 49% [============================== ] 3164/6345 49% [============================== ] 3165/6345 49% [============================== ] 3166/6345 49% [============================== ] 3167/6345 49% [============================== ] 3168/6345 49% [============================== ] 3169/6345 49% [============================== ] 3170/6345 49% [============================== ] 3171/6345 49% [============================== ] 3172/6345 49% [=============================== ] 3173/6345 50% [=============================== ] 3174/6345 50% [=============================== ] 3175/6345 50% [=============================== ] 3176/6345 50% [=============================== ] 3177/6345 50% [=============================== ] 3178/6345 50% [=============================== ] 3179/6345 50% [=============================== ] 3180/6345 50% [=============================== ] 3181/6345 50% [=============================== ] 3182/6345 50% [=============================== ] 3183/6345 50% [=============================== ] 3184/6345 50% [=============================== ] 3185/6345 50% [=============================== ] 3186/6345 50% [=============================== ] 3187/6345 50% [=============================== ] 3188/6345 50% [=============================== ] 3189/6345 50% [=============================== ] 3190/6345 50% [=============================== ] 3191/6345 50% [=============================== ] 3192/6345 50% [=============================== ] 3193/6345 50% [=============================== ] 3194/6345 50% [=============================== ] 3195/6345 50% [=============================== ] 3196/6345 50% [=============================== ] 3197/6345 50% [=============================== ] 3198/6345 50% [=============================== ] 3199/6345 50% [=============================== ] 3200/6345 50% [=============================== ] 3201/6345 50% [=============================== ] 3202/6345 50% [=============================== ] 3203/6345 50% [=============================== ] 3204/6345 50% [=============================== ] 3205/6345 50% [=============================== ] 3206/6345 50% [=============================== ] 3207/6345 50% [=============================== ] 3208/6345 50% [=============================== ] 3209/6345 50% [=============================== ] 3210/6345 50% [=============================== ] 3211/6345 50% [=============================== ] 3212/6345 50% [=============================== ] 3213/6345 50% [=============================== ] 3214/6345 50% [=============================== ] 3215/6345 50% [=============================== ] 3216/6345 50% [=============================== ] 3217/6345 50% [=============================== ] 3218/6345 50% [=============================== ] 3219/6345 50% [=============================== ] 3220/6345 50% [=============================== ] 3221/6345 50% [=============================== ] 3222/6345 50% [=============================== ] 3223/6345 50% [=============================== ] 3224/6345 50% [=============================== ] 3225/6345 50% [=============================== ] 3226/6345 50% [=============================== ] 3227/6345 50% [=============================== ] 3228/6345 50% [=============================== ] 3229/6345 50% [=============================== ] 3230/6345 50% [=============================== ] 3231/6345 50% [=============================== ] 3232/6345 50% [=============================== ] 3233/6345 50% [=============================== ] 3234/6345 50% [=============================== ] 3235/6345 50% [=============================== ] 3236/6345 51% [=============================== ] 3237/6345 51% [=============================== ] 3238/6345 51% [=============================== ] 3239/6345 51% [=============================== ] 3240/6345 51% [=============================== ] 3241/6345 51% [=============================== ] 3242/6345 51% [=============================== ] 3243/6345 51% [=============================== ] 3244/6345 51% [=============================== ] 3245/6345 51% [=============================== ] 3246/6345 51% [=============================== ] 3247/6345 51% [=============================== ] 3248/6345 51% [=============================== ] 3249/6345 51% [=============================== ] 3250/6345 51% [=============================== ] 3251/6345 51% [=============================== ] 3252/6345 51% [=============================== ] 3253/6345 51% [=============================== ] 3254/6345 51% [=============================== ] 3255/6345 51% [=============================== ] 3256/6345 51% [=============================== ] 3257/6345 51% [=============================== ] 3258/6345 51% [=============================== ] 3259/6345 51% [=============================== ] 3260/6345 51% [=============================== ] 3261/6345 51% [=============================== ] 3262/6345 51% [=============================== ] 3263/6345 51% [=============================== ] 3264/6345 51% [=============================== ] 3265/6345 51% [=============================== ] 3266/6345 51% [=============================== ] 3267/6345 51% [=============================== ] 3268/6345 51% [=============================== ] 3269/6345 51% [=============================== ] 3270/6345 51% [=============================== ] 3271/6345 51% [=============================== ] 3272/6345 51% [=============================== ] 3273/6345 51% [=============================== ] 3274/6345 51% [================================ ] 3275/6345 51% [================================ ] 3276/6345 51% [================================ ] 3277/6345 51% [================================ ] 3278/6345 51% [================================ ] 3279/6345 51% [================================ ] 3280/6345 51% [================================ ] 3281/6345 51% [================================ ] 3282/6345 51% [================================ ] 3283/6345 51% [================================ ] 3284/6345 51% [================================ ] 3285/6345 51% [================================ ] 3286/6345 51% [================================ ] 3287/6345 51% [================================ ] 3288/6345 51% [================================ ] 3289/6345 51% [================================ ] 3290/6345 51% [================================ ] 3291/6345 51% [================================ ] 3292/6345 51% [================================ ] 3293/6345 51% [================================ ] 3294/6345 51% [================================ ] 3295/6345 51% [================================ ] 3296/6345 51% [================================ ] 3297/6345 51% [================================ ] 3298/6345 51% [================================ ] 3299/6345 51% [================================ ] 3300/6345 52% [================================ ] 3301/6345 52% [================================ ] 3302/6345 52% [================================ ] 3303/6345 52% [================================ ] 3304/6345 52% [================================ ] 3305/6345 52% [================================ ] 3306/6345 52% [================================ ] 3307/6345 52% [================================ ] 3308/6345 52% [================================ ] 3309/6345 52% [================================ ] 3310/6345 52% [================================ ] 3311/6345 52% [================================ ] 3312/6345 52% [================================ ] 3313/6345 52% [================================ ] 3314/6345 52% [================================ ] 3315/6345 52% [================================ ] 3316/6345 52% [================================ ] 3317/6345 52% [================================ ] 3318/6345 52% [================================ ] 3319/6345 52% [================================ ] 3320/6345 52% [================================ ] 3321/6345 52% [================================ ] 3322/6345 52% [================================ ] 3323/6345 52% [================================ ] 3324/6345 52% [================================ ] 3325/6345 52% [================================ ] 3326/6345 52% [================================ ] 3327/6345 52% [================================ ] 3328/6345 52% [================================ ] 3329/6345 52% [================================ ] 3330/6345 52% [================================ ] 3331/6345 52% [================================ ] 3332/6345 52% [================================ ] 3333/6345 52% [================================ ] 3334/6345 52% [================================ ] 3335/6345 52% [================================ ] 3336/6345 52% [================================ ] 3337/6345 52% [================================ ] 3338/6345 52% [================================ ] 3339/6345 52% [================================ ] 3340/6345 52% [================================ ] 3341/6345 52% [================================ ] 3342/6345 52% [================================ ] 3343/6345 52% [================================ ] 3344/6345 52% [================================ ] 3345/6345 52% [================================ ] 3346/6345 52% [================================ ] 3347/6345 52% [================================ ] 3348/6345 52% [================================ ] 3349/6345 52% [================================ ] 3350/6345 52% [================================ ] 3351/6345 52% [================================ ] 3352/6345 52% [================================ ] 3353/6345 52% [================================ ] 3354/6345 52% [================================ ] 3355/6345 52% [================================ ] 3356/6345 52% [================================ ] 3357/6345 52% [================================ ] 3358/6345 52% [================================ ] 3359/6345 52% [================================ ] 3360/6345 52% [================================ ] 3361/6345 52% [================================ ] 3362/6345 52% [================================ ] 3363/6345 53% [================================ ] 3364/6345 53% [================================ ] 3365/6345 53% [================================ ] 3366/6345 53% [================================ ] 3367/6345 53% [================================ ] 3368/6345 53% [================================ ] 3369/6345 53% [================================ ] 3370/6345 53% [================================ ] 3371/6345 53% [================================ ] 3372/6345 53% [================================ ] 3373/6345 53% [================================ ] 3374/6345 53% [================================ ] 3375/6345 53% [================================ ] 3376/6345 53% [================================ ] 3377/6345 53% [================================= ] 3378/6345 53% [================================= ] 3379/6345 53% [================================= ] 3380/6345 53% [================================= ] 3381/6345 53% [================================= ] 3382/6345 53% [================================= ] 3383/6345 53% [================================= ] 3384/6345 53% [================================= ] 3385/6345 53% [================================= ] 3386/6345 53% [================================= ] 3387/6345 53% [================================= ] 3388/6345 53% [================================= ] 3389/6345 53% [================================= ] 3390/6345 53% [================================= ] 3391/6345 53% [================================= ] 3392/6345 53% [================================= ] 3393/6345 53% [================================= ] 3394/6345 53% [================================= ] 3395/6345 53% [================================= ] 3396/6345 53% [================================= ] 3397/6345 53% [================================= ] 3398/6345 53% [================================= ] 3399/6345 53% [================================= ] 3400/6345 53% [================================= ] 3401/6345 53% [================================= ] 3402/6345 53% [================================= ] 3403/6345 53% [================================= ] 3404/6345 53% [================================= ] 3405/6345 53% [================================= ] 3406/6345 53% [================================= ] 3407/6345 53% [================================= ] 3408/6345 53% [================================= ] 3409/6345 53% [================================= ] 3410/6345 53% [================================= ] 3411/6345 53% [================================= ] 3412/6345 53% [================================= ] 3413/6345 53% [================================= ] 3414/6345 53% [================================= ] 3415/6345 53% [================================= ] 3416/6345 53% [================================= ] 3417/6345 53% [================================= ] 3418/6345 53% [================================= ] 3419/6345 53% [================================= ] 3420/6345 53% [================================= ] 3421/6345 53% [================================= ] 3422/6345 53% [================================= ] 3423/6345 53% [================================= ] 3424/6345 53% [================================= ] 3425/6345 53% [================================= ] 3426/6345 53% [================================= ] 3427/6345 54% [================================= ] 3428/6345 54% [================================= ] 3429/6345 54% [================================= ] 3430/6345 54% [================================= ] 3431/6345 54% [================================= ] 3432/6345 54% [================================= ] 3433/6345 54% [================================= ] 3434/6345 54% [================================= ] 3435/6345 54% [================================= ] 3436/6345 54% [================================= ] 3437/6345 54% [================================= ] 3438/6345 54% [================================= ] 3439/6345 54% [================================= ] 3440/6345 54% [================================= ] 3441/6345 54% [================================= ] 3442/6345 54% [================================= ] 3443/6345 54% [================================= ] 3444/6345 54% [================================= ] 3445/6345 54% [================================= ] 3446/6345 54% [================================= ] 3447/6345 54% [================================= ] 3448/6345 54% [================================= ] 3449/6345 54% [================================= ] 3450/6345 54% [================================= ] 3451/6345 54% [================================= ] 3452/6345 54% [================================= ] 3453/6345 54% [================================= ] 3454/6345 54% [================================= ] 3455/6345 54% [================================= ] 3456/6345 54% [================================= ] 3457/6345 54% [================================= ] 3458/6345 54% [================================= ] 3459/6345 54% [================================= ] 3460/6345 54% [================================= ] 3461/6345 54% [================================= ] 3462/6345 54% [================================= ] 3463/6345 54% [================================= ] 3464/6345 54% [================================= ] 3465/6345 54% [================================= ] 3466/6345 54% [================================= ] 3467/6345 54% [================================= ] 3468/6345 54% [================================= ] 3469/6345 54% [================================= ] 3470/6345 54% [================================= ] 3471/6345 54% [================================= ] 3472/6345 54% [================================= ] 3473/6345 54% [================================= ] 3474/6345 54% [================================= ] 3475/6345 54% [================================= ] 3476/6345 54% [================================= ] 3477/6345 54% [================================= ] 3478/6345 54% [================================= ] 3479/6345 54% [================================== ] 3480/6345 54% [================================== ] 3481/6345 54% [================================== ] 3482/6345 54% [================================== ] 3483/6345 54% [================================== ] 3484/6345 54% [================================== ] 3485/6345 54% [================================== ] 3486/6345 54% [================================== ] 3487/6345 54% [================================== ] 3488/6345 54% [================================== ] 3489/6345 54% [================================== ] 3490/6345 55% [================================== ] 3491/6345 55% [================================== ] 3492/6345 55% [================================== ] 3493/6345 55% [================================== ] 3494/6345 55% [================================== ] 3495/6345 55% [================================== ] 3496/6345 55% [================================== ] 3497/6345 55% [================================== ] 3498/6345 55% [================================== ] 3499/6345 55% [================================== ] 3500/6345 55% [================================== ] 3501/6345 55% [================================== ] 3502/6345 55% [================================== ] 3503/6345 55% [================================== ] 3504/6345 55% [================================== ] 3505/6345 55% [================================== ] 3506/6345 55% [================================== ] 3507/6345 55% [================================== ] 3508/6345 55% [================================== ] 3509/6345 55% [================================== ] 3510/6345 55% [================================== ] 3511/6345 55% [================================== ] 3512/6345 55% [================================== ] 3513/6345 55% [================================== ] 3514/6345 55% [================================== ] 3515/6345 55% [================================== ] 3516/6345 55% [================================== ] 3517/6345 55% [================================== ] 3518/6345 55% [================================== ] 3519/6345 55% [================================== ] 3520/6345 55% [================================== ] 3521/6345 55% [================================== ] 3522/6345 55% [================================== ] 3523/6345 55% [================================== ] 3524/6345 55% [================================== ] 3525/6345 55% [================================== ] 3526/6345 55% [================================== ] 3527/6345 55% [================================== ] 3528/6345 55% [================================== ] 3529/6345 55% [================================== ] 3530/6345 55% [================================== ] 3531/6345 55% [================================== ] 3532/6345 55% [================================== ] 3533/6345 55% [================================== ] 3534/6345 55% [================================== ] 3535/6345 55% [================================== ] 3536/6345 55% [================================== ] 3537/6345 55% [================================== ] 3538/6345 55% [================================== ] 3539/6345 55% [================================== ] 3540/6345 55% [================================== ] 3541/6345 55% [================================== ] 3542/6345 55% [================================== ] 3543/6345 55% [================================== ] 3544/6345 55% [================================== ] 3545/6345 55% [================================== ] 3546/6345 55% [================================== ] 3547/6345 55% [================================== ] 3548/6345 55% [================================== ] 3549/6345 55% [================================== ] 3550/6345 55% [================================== ] 3551/6345 55% [================================== ] 3552/6345 55% [================================== ] 3553/6345 55% [================================== ] 3554/6345 56% [================================== ] 3555/6345 56% [================================== ] 3556/6345 56% [================================== ] 3557/6345 56% [================================== ] 3558/6345 56% [================================== ] 3559/6345 56% [================================== ] 3560/6345 56% [================================== ] 3561/6345 56% [================================== ] 3562/6345 56% [================================== ] 3563/6345 56% [================================== ] 3564/6345 56% [================================== ] 3565/6345 56% [================================== ] 3566/6345 56% [================================== ] 3567/6345 56% [================================== ] 3568/6345 56% [================================== ] 3569/6345 56% [================================== ] 3570/6345 56% [================================== ] 3571/6345 56% [================================== ] 3572/6345 56% [================================== ] 3573/6345 56% [================================== ] 3574/6345 56% [================================== ] 3575/6345 56% [================================== ] 3576/6345 56% [================================== ] 3577/6345 56% [================================== ] 3578/6345 56% [================================== ] 3579/6345 56% [================================== ] 3580/6345 56% [================================== ] 3581/6345 56% [=================================== ] 3582/6345 56% [=================================== ] 3583/6345 56% [=================================== ] 3584/6345 56% [=================================== ] 3585/6345 56% [=================================== ] 3586/6345 56% [=================================== ] 3587/6345 56% [=================================== ] 3588/6345 56% [=================================== ] 3589/6345 56% [=================================== ] 3590/6345 56% [=================================== ] 3591/6345 56% [=================================== ] 3592/6345 56% [=================================== ] 3593/6345 56% [=================================== ] 3594/6345 56% [=================================== ] 3595/6345 56% [=================================== ] 3596/6345 56% [=================================== ] 3597/6345 56% [=================================== ] 3598/6345 56% [=================================== ] 3599/6345 56% [=================================== ] 3600/6345 56% [=================================== ] 3601/6345 56% [=================================== ] 3602/6345 56% [=================================== ] 3603/6345 56% [=================================== ] 3604/6345 56% [=================================== ] 3605/6345 56% [=================================== ] 3606/6345 56% [=================================== ] 3607/6345 56% [=================================== ] 3608/6345 56% [=================================== ] 3609/6345 56% [=================================== ] 3610/6345 56% [=================================== ] 3611/6345 56% [=================================== ] 3612/6345 56% [=================================== ] 3613/6345 56% [=================================== ] 3614/6345 56% [=================================== ] 3615/6345 56% [=================================== ] 3616/6345 56% [=================================== ] 3617/6345 57% [=================================== ] 3618/6345 57% [=================================== ] 3619/6345 57% [=================================== ] 3620/6345 57% [=================================== ] 3621/6345 57% [=================================== ] 3622/6345 57% [=================================== ] 3623/6345 57% [=================================== ] 3624/6345 57% [=================================== ] 3625/6345 57% [=================================== ] 3626/6345 57% [=================================== ] 3627/6345 57% [=================================== ] 3628/6345 57% [=================================== ] 3629/6345 57% [=================================== ] 3630/6345 57% [=================================== ] 3631/6345 57% [=================================== ] 3632/6345 57% [=================================== ] 3633/6345 57% [=================================== ] 3634/6345 57% [=================================== ] 3635/6345 57% [=================================== ] 3636/6345 57% [=================================== ] 3637/6345 57% [=================================== ] 3638/6345 57% [=================================== ] 3639/6345 57% [=================================== ] 3640/6345 57% [=================================== ] 3641/6345 57% [=================================== ] 3642/6345 57% [=================================== ] 3643/6345 57% [=================================== ] 3644/6345 57% [=================================== ] 3645/6345 57% [=================================== ] 3646/6345 57% [=================================== ] 3647/6345 57% [=================================== ] 3648/6345 57% [=================================== ] 3649/6345 57% [=================================== ] 3650/6345 57% [=================================== ] 3651/6345 57% [=================================== ] 3652/6345 57% [=================================== ] 3653/6345 57% [=================================== ] 3654/6345 57% [=================================== ] 3655/6345 57% [=================================== ] 3656/6345 57% [=================================== ] 3657/6345 57% [=================================== ] 3658/6345 57% [=================================== ] 3659/6345 57% [=================================== ] 3660/6345 57% [=================================== ] 3661/6345 57% [=================================== ] 3662/6345 57% [=================================== ] 3663/6345 57% [=================================== ] 3664/6345 57% [=================================== ] 3665/6345 57% [=================================== ] 3666/6345 57% [=================================== ] 3667/6345 57% [=================================== ] 3668/6345 57% [=================================== ] 3669/6345 57% [=================================== ] 3670/6345 57% [=================================== ] 3671/6345 57% [=================================== ] 3672/6345 57% [=================================== ] 3673/6345 57% [=================================== ] 3674/6345 57% [=================================== ] 3675/6345 57% [=================================== ] 3676/6345 57% [=================================== ] 3677/6345 57% [=================================== ] 3678/6345 57% [=================================== ] 3679/6345 57% [=================================== ] 3680/6345 57% [=================================== ] 3681/6345 58% [=================================== ] 3682/6345 58% [=================================== ] 3683/6345 58% [=================================== ] 3684/6345 58% [==================================== ] 3685/6345 58% [==================================== ] 3686/6345 58% [==================================== ] 3687/6345 58% [==================================== ] 3688/6345 58% [==================================== ] 3689/6345 58% [==================================== ] 3690/6345 58% [==================================== ] 3691/6345 58% [==================================== ] 3692/6345 58% [==================================== ] 3693/6345 58% [==================================== ] 3694/6345 58% [==================================== ] 3695/6345 58% [==================================== ] 3696/6345 58% [==================================== ] 3697/6345 58% [==================================== ] 3698/6345 58% [==================================== ] 3699/6345 58% [==================================== ] 3700/6345 58% [==================================== ] 3701/6345 58% [==================================== ] 3702/6345 58% [==================================== ] 3703/6345 58% [==================================== ] 3704/6345 58% [==================================== ] 3705/6345 58% [==================================== ] 3706/6345 58% [==================================== ] 3707/6345 58% [==================================== ] 3708/6345 58% [==================================== ] 3709/6345 58% [==================================== ] 3710/6345 58% [==================================== ] 3711/6345 58% [==================================== ] 3712/6345 58% [==================================== ] 3713/6345 58% [==================================== ] 3714/6345 58% [==================================== ] 3715/6345 58% [==================================== ] 3716/6345 58% [==================================== ] 3717/6345 58% [==================================== ] 3718/6345 58% [==================================== ] 3719/6345 58% [==================================== ] 3720/6345 58% [==================================== ] 3721/6345 58% [==================================== ] 3722/6345 58% [==================================== ] 3723/6345 58% [==================================== ] 3724/6345 58% [==================================== ] 3725/6345 58% [==================================== ] 3726/6345 58% [==================================== ] 3727/6345 58% [==================================== ] 3728/6345 58% [==================================== ] 3729/6345 58% [==================================== ] 3730/6345 58% [==================================== ] 3731/6345 58% [==================================== ] 3732/6345 58% [==================================== ] 3733/6345 58% [==================================== ] 3734/6345 58% [==================================== ] 3735/6345 58% [==================================== ] 3736/6345 58% [==================================== ] 3737/6345 58% [==================================== ] 3738/6345 58% [==================================== ] 3739/6345 58% [==================================== ] 3740/6345 58% [==================================== ] 3741/6345 58% [==================================== ] 3742/6345 58% [==================================== ] 3743/6345 58% [==================================== ] 3744/6345 59% [==================================== ] 3745/6345 59% [==================================== ] 3746/6345 59% [==================================== ] 3747/6345 59% [==================================== ] 3748/6345 59% [==================================== ] 3749/6345 59% [==================================== ] 3750/6345 59% [==================================== ] 3751/6345 59% [==================================== ] 3752/6345 59% [==================================== ] 3753/6345 59% [==================================== ] 3754/6345 59% [==================================== ] 3755/6345 59% [==================================== ] 3756/6345 59% [==================================== ] 3757/6345 59% [==================================== ] 3758/6345 59% [==================================== ] 3759/6345 59% [==================================== ] 3760/6345 59% [==================================== ] 3761/6345 59% [==================================== ] 3762/6345 59% [==================================== ] 3763/6345 59% [==================================== ] 3764/6345 59% [==================================== ] 3765/6345 59% [==================================== ] 3766/6345 59% [==================================== ] 3767/6345 59% [==================================== ] 3768/6345 59% [==================================== ] 3769/6345 59% [==================================== ] 3770/6345 59% [==================================== ] 3771/6345 59% [==================================== ] 3772/6345 59% [==================================== ] 3773/6345 59% [==================================== ] 3774/6345 59% [==================================== ] 3775/6345 59% [==================================== ] 3776/6345 59% [==================================== ] 3777/6345 59% [==================================== ] 3778/6345 59% [==================================== ] 3779/6345 59% [==================================== ] 3780/6345 59% [==================================== ] 3781/6345 59% [==================================== ] 3782/6345 59% [==================================== ] 3783/6345 59% [==================================== ] 3784/6345 59% [==================================== ] 3785/6345 59% [==================================== ] 3786/6345 59% [===================================== ] 3787/6345 59% [===================================== ] 3788/6345 59% [===================================== ] 3789/6345 59% [===================================== ] 3790/6345 59% [===================================== ] 3791/6345 59% [===================================== ] 3792/6345 59% [===================================== ] 3793/6345 59% [===================================== ] 3794/6345 59% [===================================== ] 3795/6345 59% [===================================== ] 3796/6345 59% [===================================== ] 3797/6345 59% [===================================== ] 3798/6345 59% [===================================== ] 3799/6345 59% [===================================== ] 3800/6345 59% [===================================== ] 3801/6345 59% [===================================== ] 3802/6345 59% [===================================== ] 3803/6345 59% [===================================== ] 3804/6345 59% [===================================== ] 3805/6345 59% [===================================== ] 3806/6345 59% [===================================== ] 3807/6345 60% [===================================== ] 3808/6345 60% [===================================== ] 3809/6345 60% [===================================== ] 3810/6345 60% [===================================== ] 3811/6345 60% [===================================== ] 3812/6345 60% [===================================== ] 3813/6345 60% [===================================== ] 3814/6345 60% [===================================== ] 3815/6345 60% [===================================== ] 3816/6345 60% [===================================== ] 3817/6345 60% [===================================== ] 3818/6345 60% [===================================== ] 3819/6345 60% [===================================== ] 3820/6345 60% [===================================== ] 3821/6345 60% [===================================== ] 3822/6345 60% [===================================== ] 3823/6345 60% [===================================== ] 3824/6345 60% [===================================== ] 3825/6345 60% [===================================== ] 3826/6345 60% [===================================== ] 3827/6345 60% [===================================== ] 3828/6345 60% [===================================== ] 3829/6345 60% [===================================== ] 3830/6345 60% [===================================== ] 3831/6345 60% [===================================== ] 3832/6345 60% [===================================== ] 3833/6345 60% [===================================== ] 3834/6345 60% [===================================== ] 3835/6345 60% [===================================== ] 3836/6345 60% [===================================== ] 3837/6345 60% [===================================== ] 3838/6345 60% [===================================== ] 3839/6345 60% [===================================== ] 3840/6345 60% [===================================== ] 3841/6345 60% [===================================== ] 3842/6345 60% [===================================== ] 3843/6345 60% [===================================== ] 3844/6345 60% [===================================== ] 3845/6345 60% [===================================== ] 3846/6345 60% [===================================== ] 3847/6345 60% [===================================== ] 3848/6345 60% [===================================== ] 3849/6345 60% [===================================== ] 3850/6345 60% [===================================== ] 3851/6345 60% [===================================== ] 3852/6345 60% [===================================== ] 3853/6345 60% [===================================== ] 3854/6345 60% [===================================== ] 3855/6345 60% [===================================== ] 3856/6345 60% [===================================== ] 3857/6345 60% [===================================== ] 3858/6345 60% [===================================== ] 3859/6345 60% [===================================== ] 3860/6345 60% [===================================== ] 3861/6345 60% [===================================== ] 3862/6345 60% [===================================== ] 3863/6345 60% [===================================== ] 3864/6345 60% [===================================== ] 3865/6345 60% [===================================== ] 3866/6345 60% [===================================== ] 3867/6345 60% [===================================== ] 3868/6345 60% [===================================== ] 3869/6345 60% [===================================== ] 3870/6345 60% [===================================== ] 3871/6345 61% [===================================== ] 3872/6345 61% [===================================== ] 3873/6345 61% [===================================== ] 3874/6345 61% [===================================== ] 3875/6345 61% [===================================== ] 3876/6345 61% [===================================== ] 3877/6345 61% [===================================== ] 3878/6345 61% [===================================== ] 3879/6345 61% [===================================== ] 3880/6345 61% [===================================== ] 3881/6345 61% [===================================== ] 3882/6345 61% [===================================== ] 3883/6345 61% [===================================== ] 3884/6345 61% [===================================== ] 3885/6345 61% [===================================== ] 3886/6345 61% [===================================== ] 3887/6345 61% [===================================== ] 3888/6345 61% [====================================== ] 3889/6345 61% [====================================== ] 3890/6345 61% [====================================== ] 3891/6345 61% [====================================== ] 3892/6345 61% [====================================== ] 3893/6345 61% [====================================== ] 3894/6345 61% [====================================== ] 3895/6345 61% [====================================== ] 3896/6345 61% [====================================== ] 3897/6345 61% [====================================== ] 3898/6345 61% [====================================== ] 3899/6345 61% [====================================== ] 3900/6345 61% [====================================== ] 3901/6345 61% [====================================== ] 3902/6345 61% [====================================== ] 3903/6345 61% [====================================== ] 3904/6345 61% [====================================== ] 3905/6345 61% [====================================== ] 3906/6345 61% [====================================== ] 3907/6345 61% [====================================== ] 3908/6345 61% [====================================== ] 3909/6345 61% [====================================== ] 3910/6345 61% [====================================== ] 3911/6345 61% [====================================== ] 3912/6345 61% [====================================== ] 3913/6345 61% [====================================== ] 3914/6345 61% [====================================== ] 3915/6345 61% [====================================== ] 3916/6345 61% [====================================== ] 3917/6345 61% [====================================== ] 3918/6345 61% [====================================== ] 3919/6345 61% [====================================== ] 3920/6345 61% [====================================== ] 3921/6345 61% [====================================== ] 3922/6345 61% [====================================== ] 3923/6345 61% [====================================== ] 3924/6345 61% [====================================== ] 3925/6345 61% [====================================== ] 3926/6345 61% [====================================== ] 3927/6345 61% [====================================== ] 3928/6345 61% [====================================== ] 3929/6345 61% [====================================== ] 3930/6345 61% [====================================== ] 3931/6345 61% [====================================== ] 3932/6345 61% [====================================== ] 3933/6345 61% [====================================== ] 3934/6345 62% [====================================== ] 3935/6345 62% [====================================== ] 3936/6345 62% [====================================== ] 3937/6345 62% [====================================== ] 3938/6345 62% [====================================== ] 3939/6345 62% [====================================== ] 3940/6345 62% [====================================== ] 3941/6345 62% [====================================== ] 3942/6345 62% [====================================== ] 3943/6345 62% [====================================== ] 3944/6345 62% [====================================== ] 3945/6345 62% [====================================== ] 3946/6345 62% [====================================== ] 3947/6345 62% [====================================== ] 3948/6345 62% [====================================== ] 3949/6345 62% [====================================== ] 3950/6345 62% [====================================== ] 3951/6345 62% [====================================== ] 3952/6345 62% [====================================== ] 3953/6345 62% [====================================== ] 3954/6345 62% [====================================== ] 3955/6345 62% [====================================== ] 3956/6345 62% [====================================== ] 3957/6345 62% [====================================== ] 3958/6345 62% [====================================== ] 3959/6345 62% [====================================== ] 3960/6345 62% [====================================== ] 3961/6345 62% [====================================== ] 3962/6345 62% [====================================== ] 3963/6345 62% [====================================== ] 3964/6345 62% [====================================== ] 3965/6345 62% [====================================== ] 3966/6345 62% [====================================== ] 3967/6345 62% [====================================== ] 3968/6345 62% [====================================== ] 3969/6345 62% [====================================== ] 3970/6345 62% [====================================== ] 3971/6345 62% [====================================== ] 3972/6345 62% [====================================== ] 3973/6345 62% [====================================== ] 3974/6345 62% [====================================== ] 3975/6345 62% [====================================== ] 3976/6345 62% [====================================== ] 3977/6345 62% [====================================== ] 3978/6345 62% [====================================== ] 3979/6345 62% [====================================== ] 3980/6345 62% [====================================== ] 3981/6345 62% [====================================== ] 3982/6345 62% [====================================== ] 3983/6345 62% [====================================== ] 3984/6345 62% [====================================== ] 3985/6345 62% [====================================== ] 3986/6345 62% [====================================== ] 3987/6345 62% [====================================== ] 3988/6345 62% [====================================== ] 3989/6345 62% [====================================== ] 3990/6345 62% [====================================== ] 3991/6345 62% [======================================= ] 3992/6345 62% [======================================= ] 3993/6345 62% [======================================= ] 3994/6345 62% [======================================= ] 3995/6345 62% [======================================= ] 3996/6345 62% [======================================= ] 3997/6345 62% [======================================= ] 3998/6345 63% [======================================= ] 3999/6345 63% [======================================= ] 4000/6345 63% [======================================= ] 4001/6345 63% [======================================= ] 4002/6345 63% [======================================= ] 4003/6345 63% [======================================= ] 4004/6345 63% [======================================= ] 4005/6345 63% [======================================= ] 4006/6345 63% [======================================= ] 4007/6345 63% [======================================= ] 4008/6345 63% [======================================= ] 4009/6345 63% [======================================= ] 4010/6345 63% [======================================= ] 4011/6345 63% [======================================= ] 4012/6345 63% [======================================= ] 4013/6345 63% [======================================= ] 4014/6345 63% [======================================= ] 4015/6345 63% [======================================= ] 4016/6345 63% [======================================= ] 4017/6345 63% [======================================= ] 4018/6345 63% [======================================= ] 4019/6345 63% [======================================= ] 4020/6345 63% [======================================= ] 4021/6345 63% [======================================= ] 4022/6345 63% [======================================= ] 4023/6345 63% [======================================= ] 4024/6345 63% [======================================= ] 4025/6345 63% [======================================= ] 4026/6345 63% [======================================= ] 4027/6345 63% [======================================= ] 4028/6345 63% [======================================= ] 4029/6345 63% [======================================= ] 4030/6345 63% [======================================= ] 4031/6345 63% [======================================= ] 4032/6345 63% [======================================= ] 4033/6345 63% [======================================= ] 4034/6345 63% [======================================= ] 4035/6345 63% [======================================= ] 4036/6345 63% [======================================= ] 4037/6345 63% [======================================= ] 4038/6345 63% [======================================= ] 4039/6345 63% [======================================= ] 4040/6345 63% [======================================= ] 4041/6345 63% [======================================= ] 4042/6345 63% [======================================= ] 4043/6345 63% [======================================= ] 4044/6345 63% [======================================= ] 4045/6345 63% [======================================= ] 4046/6345 63% [======================================= ] 4047/6345 63% [======================================= ] 4048/6345 63% [======================================= ] 4049/6345 63% [======================================= ] 4050/6345 63% [======================================= ] 4051/6345 63% [======================================= ] 4052/6345 63% [======================================= ] 4053/6345 63% [======================================= ] 4054/6345 63% [======================================= ] 4055/6345 63% [======================================= ] 4056/6345 63% [======================================= ] 4057/6345 63% [======================================= ] 4058/6345 63% [======================================= ] 4059/6345 63% [======================================= ] 4060/6345 63% [======================================= ] 4061/6345 64% [======================================= ] 4062/6345 64% [======================================= ] 4063/6345 64% [======================================= ] 4064/6345 64% [======================================= ] 4065/6345 64% [======================================= ] 4066/6345 64% [======================================= ] 4067/6345 64% [======================================= ] 4068/6345 64% [======================================= ] 4069/6345 64% [======================================= ] 4070/6345 64% [======================================= ] 4071/6345 64% [======================================= ] 4072/6345 64% [======================================= ] 4073/6345 64% [======================================= ] 4074/6345 64% [======================================= ] 4075/6345 64% [======================================= ] 4076/6345 64% [======================================= ] 4077/6345 64% [======================================= ] 4078/6345 64% [======================================= ] 4079/6345 64% [======================================= ] 4080/6345 64% [======================================= ] 4081/6345 64% [======================================= ] 4082/6345 64% [======================================= ] 4083/6345 64% [======================================= ] 4084/6345 64% [======================================= ] 4085/6345 64% [======================================= ] 4086/6345 64% [======================================= ] 4087/6345 64% [======================================= ] 4088/6345 64% [======================================= ] 4089/6345 64% [======================================= ] 4090/6345 64% [======================================= ] 4091/6345 64% [======================================= ] 4092/6345 64% [======================================= ] 4093/6345 64% [======================================== ] 4094/6345 64% [======================================== ] 4095/6345 64% [======================================== ] 4096/6345 64% [======================================== ] 4097/6345 64% [======================================== ] 4098/6345 64% [======================================== ] 4099/6345 64% [======================================== ] 4100/6345 64% [======================================== ] 4101/6345 64% [======================================== ] 4102/6345 64% [======================================== ] 4103/6345 64% [======================================== ] 4104/6345 64% [======================================== ] 4105/6345 64% [======================================== ] 4106/6345 64% [======================================== ] 4107/6345 64% [======================================== ] 4108/6345 64% [======================================== ] 4109/6345 64% [======================================== ] 4110/6345 64% [======================================== ] 4111/6345 64% [======================================== ] 4112/6345 64% [======================================== ] 4113/6345 64% [======================================== ] 4114/6345 64% [======================================== ] 4115/6345 64% [======================================== ] 4116/6345 64% [======================================== ] 4117/6345 64% [======================================== ] 4118/6345 64% [======================================== ] 4119/6345 64% [======================================== ] 4120/6345 64% [======================================== ] 4121/6345 64% [======================================== ] 4122/6345 64% [======================================== ] 4123/6345 64% [======================================== ] 4124/6345 64% [======================================== ] 4125/6345 65% [======================================== ] 4126/6345 65% [======================================== ] 4127/6345 65% [======================================== ] 4128/6345 65% [======================================== ] 4129/6345 65% [======================================== ] 4130/6345 65% [======================================== ] 4131/6345 65% [======================================== ] 4132/6345 65% [======================================== ] 4133/6345 65% [======================================== ] 4134/6345 65% [======================================== ] 4135/6345 65% [======================================== ] 4136/6345 65% [======================================== ] 4137/6345 65% [======================================== ] 4138/6345 65% [======================================== ] 4139/6345 65% [======================================== ] 4140/6345 65% [======================================== ] 4141/6345 65% [======================================== ] 4142/6345 65% [======================================== ] 4143/6345 65% [======================================== ] 4144/6345 65% [======================================== ] 4145/6345 65% [======================================== ] 4146/6345 65% [======================================== ] 4147/6345 65% [======================================== ] 4148/6345 65% [======================================== ] 4149/6345 65% [======================================== ] 4150/6345 65% [======================================== ] 4151/6345 65% [======================================== ] 4152/6345 65% [======================================== ] 4153/6345 65% [======================================== ] 4154/6345 65% [======================================== ] 4155/6345 65% [======================================== ] 4156/6345 65% [======================================== ] 4157/6345 65% [======================================== ] 4158/6345 65% [======================================== ] 4159/6345 65% [======================================== ] 4160/6345 65% [======================================== ] 4161/6345 65% [======================================== ] 4162/6345 65% [======================================== ] 4163/6345 65% [======================================== ] 4164/6345 65% [======================================== ] 4165/6345 65% [======================================== ] 4166/6345 65% [======================================== ] 4167/6345 65% [======================================== ] 4168/6345 65% [======================================== ] 4169/6345 65% [======================================== ] 4170/6345 65% [======================================== ] 4171/6345 65% [======================================== ] 4172/6345 65% [======================================== ] 4173/6345 65% [======================================== ] 4174/6345 65% [======================================== ] 4175/6345 65% [======================================== ] 4176/6345 65% [======================================== ] 4177/6345 65% [======================================== ] 4178/6345 65% [======================================== ] 4179/6345 65% [======================================== ] 4180/6345 65% [======================================== ] 4181/6345 65% [======================================== ] 4182/6345 65% [======================================== ] 4183/6345 65% [======================================== ] 4184/6345 65% [======================================== ] 4185/6345 65% [======================================== ] 4186/6345 65% [======================================== ] 4187/6345 65% [======================================== ] 4188/6345 66% [======================================== ] 4189/6345 66% [======================================== ] 4190/6345 66% [======================================== ] 4191/6345 66% [======================================== ] 4192/6345 66% [======================================== ] 4193/6345 66% [======================================== ] 4194/6345 66% [======================================== ] 4195/6345 66% [========================================= ] 4196/6345 66% [========================================= ] 4197/6345 66% [========================================= ] 4198/6345 66% [========================================= ] 4199/6345 66% [========================================= ] 4200/6345 66% [========================================= ] 4201/6345 66% [========================================= ] 4202/6345 66% [========================================= ] 4203/6345 66% [========================================= ] 4204/6345 66% [========================================= ] 4205/6345 66% [========================================= ] 4206/6345 66% [========================================= ] 4207/6345 66% [========================================= ] 4208/6345 66% [========================================= ] 4209/6345 66% [========================================= ] 4210/6345 66% [========================================= ] 4211/6345 66% [========================================= ] 4212/6345 66% [========================================= ] 4213/6345 66% [========================================= ] 4214/6345 66% [========================================= ] 4215/6345 66% [========================================= ] 4216/6345 66% [========================================= ] 4217/6345 66% [========================================= ] 4218/6345 66% [========================================= ] 4219/6345 66% [========================================= ] 4220/6345 66% [========================================= ] 4221/6345 66% [========================================= ] 4222/6345 66% [========================================= ] 4223/6345 66% [========================================= ] 4224/6345 66% [========================================= ] 4225/6345 66% [========================================= ] 4226/6345 66% [========================================= ] 4227/6345 66% [========================================= ] 4228/6345 66% [========================================= ] 4229/6345 66% [========================================= ] 4230/6345 66% [========================================= ] 4231/6345 66% [========================================= ] 4232/6345 66% [========================================= ] 4233/6345 66% [========================================= ] 4234/6345 66% [========================================= ] 4235/6345 66% [========================================= ] 4236/6345 66% [========================================= ] 4237/6345 66% [========================================= ] 4238/6345 66% [========================================= ] 4239/6345 66% [========================================= ] 4240/6345 66% [========================================= ] 4241/6345 66% [========================================= ] 4242/6345 66% [========================================= ] 4243/6345 66% [========================================= ] 4244/6345 66% [========================================= ] 4245/6345 66% [========================================= ] 4246/6345 66% [========================================= ] 4247/6345 66% [========================================= ] 4248/6345 66% [========================================= ] 4249/6345 66% [========================================= ] 4250/6345 66% [========================================= ] 4251/6345 66% [========================================= ] 4252/6345 67% [========================================= ] 4253/6345 67% [========================================= ] 4254/6345 67% [========================================= ] 4255/6345 67% [========================================= ] 4256/6345 67% [========================================= ] 4257/6345 67% [========================================= ] 4258/6345 67% [========================================= ] 4259/6345 67% [========================================= ] 4260/6345 67% [========================================= ] 4261/6345 67% [========================================= ] 4262/6345 67% [========================================= ] 4263/6345 67% [========================================= ] 4264/6345 67% [========================================= ] 4265/6345 67% [========================================= ] 4266/6345 67% [========================================= ] 4267/6345 67% [========================================= ] 4268/6345 67% [========================================= ] 4269/6345 67% [========================================= ] 4270/6345 67% [========================================= ] 4271/6345 67% [========================================= ] 4272/6345 67% [========================================= ] 4273/6345 67% [========================================= ] 4274/6345 67% [========================================= ] 4275/6345 67% [========================================= ] 4276/6345 67% [========================================= ] 4277/6345 67% [========================================= ] 4278/6345 67% [========================================= ] 4279/6345 67% [========================================= ] 4280/6345 67% [========================================= ] 4281/6345 67% [========================================= ] 4282/6345 67% [========================================= ] 4283/6345 67% [========================================= ] 4284/6345 67% [========================================= ] 4285/6345 67% [========================================= ] 4286/6345 67% [========================================= ] 4287/6345 67% [========================================= ] 4288/6345 67% [========================================= ] 4289/6345 67% [========================================= ] 4290/6345 67% [========================================= ] 4291/6345 67% [========================================= ] 4292/6345 67% [========================================= ] 4293/6345 67% [========================================= ] 4294/6345 67% [========================================= ] 4295/6345 67% [========================================= ] 4296/6345 67% [========================================= ] 4297/6345 67% [========================================= ] 4298/6345 67% [========================================== ] 4299/6345 67% [========================================== ] 4300/6345 67% [========================================== ] 4301/6345 67% [========================================== ] 4302/6345 67% [========================================== ] 4303/6345 67% [========================================== ] 4304/6345 67% [========================================== ] 4305/6345 67% [========================================== ] 4306/6345 67% [========================================== ] 4307/6345 67% [========================================== ] 4308/6345 67% [========================================== ] 4309/6345 67% [========================================== ] 4310/6345 67% [========================================== ] 4311/6345 67% [========================================== ] 4312/6345 67% [========================================== ] 4313/6345 67% [========================================== ] 4314/6345 67% [========================================== ] 4315/6345 68% [========================================== ] 4316/6345 68% [========================================== ] 4317/6345 68% [========================================== ] 4318/6345 68% [========================================== ] 4319/6345 68% [========================================== ] 4320/6345 68% [========================================== ] 4321/6345 68% [========================================== ] 4322/6345 68% [========================================== ] 4323/6345 68% [========================================== ] 4324/6345 68% [========================================== ] 4325/6345 68% [========================================== ] 4326/6345 68% [========================================== ] 4327/6345 68% [========================================== ] 4328/6345 68% [========================================== ] 4329/6345 68% [========================================== ] 4330/6345 68% [========================================== ] 4331/6345 68% [========================================== ] 4332/6345 68% [========================================== ] 4333/6345 68% [========================================== ] 4334/6345 68% [========================================== ] 4335/6345 68% [========================================== ] 4336/6345 68% [========================================== ] 4337/6345 68% [========================================== ] 4338/6345 68% [========================================== ] 4339/6345 68% [========================================== ] 4340/6345 68% [========================================== ] 4341/6345 68% [========================================== ] 4342/6345 68% [========================================== ] 4343/6345 68% [========================================== ] 4344/6345 68% [========================================== ] 4345/6345 68% [========================================== ] 4346/6345 68% [========================================== ] 4347/6345 68% [========================================== ] 4348/6345 68% [========================================== ] 4349/6345 68% [========================================== ] 4350/6345 68% [========================================== ] 4351/6345 68% [========================================== ] 4352/6345 68% [========================================== ] 4353/6345 68% [========================================== ] 4354/6345 68% [========================================== ] 4355/6345 68% [========================================== ] 4356/6345 68% [========================================== ] 4357/6345 68% [========================================== ] 4358/6345 68% [========================================== ] 4359/6345 68% [========================================== ] 4360/6345 68% [========================================== ] 4361/6345 68% [========================================== ] 4362/6345 68% [========================================== ] 4363/6345 68% [========================================== ] 4364/6345 68% [========================================== ] 4365/6345 68% [========================================== ] 4366/6345 68% [========================================== ] 4367/6345 68% [========================================== ] 4368/6345 68% [========================================== ] 4369/6345 68% [========================================== ] 4370/6345 68% [========================================== ] 4371/6345 68% [========================================== ] 4372/6345 68% [========================================== ] 4373/6345 68% [========================================== ] 4374/6345 68% [========================================== ] 4375/6345 68% [========================================== ] 4376/6345 68% [========================================== ] 4377/6345 68% [========================================== ] 4378/6345 68% [========================================== ] 4379/6345 69% [========================================== ] 4380/6345 69% [========================================== ] 4381/6345 69% [========================================== ] 4382/6345 69% [========================================== ] 4383/6345 69% [========================================== ] 4384/6345 69% [========================================== ] 4385/6345 69% [========================================== ] 4386/6345 69% [========================================== ] 4387/6345 69% [========================================== ] 4388/6345 69% [========================================== ] 4389/6345 69% [========================================== ] 4390/6345 69% [========================================== ] 4391/6345 69% [========================================== ] 4392/6345 69% [========================================== ] 4393/6345 69% [========================================== ] 4394/6345 69% [========================================== ] 4395/6345 69% [========================================== ] 4396/6345 69% [========================================== ] 4397/6345 69% [========================================== ] 4398/6345 69% [========================================== ] 4399/6345 69% [========================================== ] 4400/6345 69% [=========================================== ] 4401/6345 69% [=========================================== ] 4402/6345 69% [=========================================== ] 4403/6345 69% [=========================================== ] 4404/6345 69% [=========================================== ] 4405/6345 69% [=========================================== ] 4406/6345 69% [=========================================== ] 4407/6345 69% [=========================================== ] 4408/6345 69% [=========================================== ] 4409/6345 69% [=========================================== ] 4410/6345 69% [=========================================== ] 4411/6345 69% [=========================================== ] 4412/6345 69% [=========================================== ] 4413/6345 69% [=========================================== ] 4414/6345 69% [=========================================== ] 4415/6345 69% [=========================================== ] 4416/6345 69% [=========================================== ] 4417/6345 69% [=========================================== ] 4418/6345 69% [=========================================== ] 4419/6345 69% [=========================================== ] 4420/6345 69% [=========================================== ] 4421/6345 69% [=========================================== ] 4422/6345 69% [=========================================== ] 4423/6345 69% [=========================================== ] 4424/6345 69% [=========================================== ] 4425/6345 69% [=========================================== ] 4426/6345 69% [=========================================== ] 4427/6345 69% [=========================================== ] 4428/6345 69% [=========================================== ] 4429/6345 69% [=========================================== ] 4430/6345 69% [=========================================== ] 4431/6345 69% [=========================================== ] 4432/6345 69% [=========================================== ] 4433/6345 69% [=========================================== ] 4434/6345 69% [=========================================== ] 4435/6345 69% [=========================================== ] 4436/6345 69% [=========================================== ] 4437/6345 69% [=========================================== ] 4438/6345 69% [=========================================== ] 4439/6345 69% [=========================================== ] 4440/6345 69% [=========================================== ] 4441/6345 69% [=========================================== ] 4442/6345 70% [=========================================== ] 4443/6345 70% [=========================================== ] 4444/6345 70% [=========================================== ] 4445/6345 70% [=========================================== ] 4446/6345 70% [=========================================== ] 4447/6345 70% [=========================================== ] 4448/6345 70% [=========================================== ] 4449/6345 70% [=========================================== ] 4450/6345 70% [=========================================== ] 4451/6345 70% [=========================================== ] 4452/6345 70% [=========================================== ] 4453/6345 70% [=========================================== ] 4454/6345 70% [=========================================== ] 4455/6345 70% [=========================================== ] 4456/6345 70% [=========================================== ] 4457/6345 70% [=========================================== ] 4458/6345 70% [=========================================== ] 4459/6345 70% [=========================================== ] 4460/6345 70% [=========================================== ] 4461/6345 70% [=========================================== ] 4462/6345 70% [=========================================== ] 4463/6345 70% [=========================================== ] 4464/6345 70% [=========================================== ] 4465/6345 70% [=========================================== ] 4466/6345 70% [=========================================== ] 4467/6345 70% [=========================================== ] 4468/6345 70% [=========================================== ] 4469/6345 70% [=========================================== ] 4470/6345 70% [=========================================== ] 4471/6345 70% [=========================================== ] 4472/6345 70% [=========================================== ] 4473/6345 70% [=========================================== ] 4474/6345 70% [=========================================== ] 4475/6345 70% [=========================================== ] 4476/6345 70% [=========================================== ] 4477/6345 70% [=========================================== ] 4478/6345 70% [=========================================== ] 4479/6345 70% [=========================================== ] 4480/6345 70% [=========================================== ] 4481/6345 70% [=========================================== ] 4482/6345 70% [=========================================== ] 4483/6345 70% [=========================================== ] 4484/6345 70% [=========================================== ] 4485/6345 70% [=========================================== ] 4486/6345 70% [=========================================== ] 4487/6345 70% [=========================================== ] 4488/6345 70% [=========================================== ] 4489/6345 70% [=========================================== ] 4490/6345 70% [=========================================== ] 4491/6345 70% [=========================================== ] 4492/6345 70% [=========================================== ] 4493/6345 70% [=========================================== ] 4494/6345 70% [=========================================== ] 4495/6345 70% [=========================================== ] 4496/6345 70% [=========================================== ] 4497/6345 70% [=========================================== ] 4498/6345 70% [=========================================== ] 4499/6345 70% [=========================================== ] 4500/6345 70% [=========================================== ] 4501/6345 70% [=========================================== ] 4502/6345 70% [============================================ ] 4503/6345 70% [============================================ ] 4504/6345 70% [============================================ ] 4505/6345 71% [============================================ ] 4506/6345 71% [============================================ ] 4507/6345 71% [============================================ ] 4508/6345 71% [============================================ ] 4509/6345 71% [============================================ ] 4510/6345 71% [============================================ ] 4511/6345 71% [============================================ ] 4512/6345 71% [============================================ ] 4513/6345 71% [============================================ ] 4514/6345 71% [============================================ ] 4515/6345 71% [============================================ ] 4516/6345 71% [============================================ ] 4517/6345 71% [============================================ ] 4518/6345 71% [============================================ ] 4519/6345 71% [============================================ ] 4520/6345 71% [============================================ ] 4521/6345 71% [============================================ ] 4522/6345 71% [============================================ ] 4523/6345 71% [============================================ ] 4524/6345 71% [============================================ ] 4525/6345 71% [============================================ ] 4526/6345 71% [============================================ ] 4527/6345 71% [============================================ ] 4528/6345 71% [============================================ ] 4529/6345 71% [============================================ ] 4530/6345 71% [============================================ ] 4531/6345 71% [============================================ ] 4532/6345 71% [============================================ ] 4533/6345 71% [============================================ ] 4534/6345 71% [============================================ ] 4535/6345 71% [============================================ ] 4536/6345 71% [============================================ ] 4537/6345 71% [============================================ ] 4538/6345 71% [============================================ ] 4539/6345 71% [============================================ ] 4540/6345 71% [============================================ ] 4541/6345 71% [============================================ ] 4542/6345 71% [============================================ ] 4543/6345 71% [============================================ ] 4544/6345 71% [============================================ ] 4545/6345 71% [============================================ ] 4546/6345 71% [============================================ ] 4547/6345 71% [============================================ ] 4548/6345 71% [============================================ ] 4549/6345 71% [============================================ ] 4550/6345 71% [============================================ ] 4551/6345 71% [============================================ ] 4552/6345 71% [============================================ ] 4553/6345 71% [============================================ ] 4554/6345 71% [============================================ ] 4555/6345 71% [============================================ ] 4556/6345 71% [============================================ ] 4557/6345 71% [============================================ ] 4558/6345 71% [============================================ ] 4559/6345 71% [============================================ ] 4560/6345 71% [============================================ ] 4561/6345 71% [============================================ ] 4562/6345 71% [============================================ ] 4563/6345 71% [============================================ ] 4564/6345 71% [============================================ ] 4565/6345 71% [============================================ ] 4566/6345 71% [============================================ ] 4567/6345 71% [============================================ ] 4568/6345 71% [============================================ ] 4569/6345 72% [============================================ ] 4570/6345 72% [============================================ ] 4571/6345 72% [============================================ ] 4572/6345 72% [============================================ ] 4573/6345 72% [============================================ ] 4574/6345 72% [============================================ ] 4575/6345 72% [============================================ ] 4576/6345 72% [============================================ ] 4577/6345 72% [============================================ ] 4578/6345 72% [============================================ ] 4579/6345 72% [============================================ ] 4580/6345 72% [============================================ ] 4581/6345 72% [============================================ ] 4582/6345 72% [============================================ ] 4583/6345 72% [============================================ ] 4584/6345 72% [============================================ ] 4585/6345 72% [============================================ ] 4586/6345 72% [============================================ ] 4587/6345 72% [============================================ ] 4588/6345 72% [============================================ ] 4589/6345 72% [============================================ ] 4590/6345 72% [============================================ ] 4591/6345 72% [============================================ ] 4592/6345 72% [============================================ ] 4593/6345 72% [============================================ ] 4594/6345 72% [============================================ ] 4595/6345 72% [============================================ ] 4596/6345 72% [============================================ ] 4597/6345 72% [============================================ ] 4598/6345 72% [============================================ ] 4599/6345 72% [============================================ ] 4600/6345 72% [============================================ ] 4601/6345 72% [============================================ ] 4602/6345 72% [============================================ ] 4603/6345 72% [============================================ ] 4604/6345 72% [============================================ ] 4605/6345 72% [============================================= ] 4606/6345 72% [============================================= ] 4607/6345 72% [============================================= ] 4608/6345 72% [============================================= ] 4609/6345 72% [============================================= ] 4610/6345 72% [============================================= ] 4611/6345 72% [============================================= ] 4612/6345 72% [============================================= ] 4613/6345 72% [============================================= ] 4614/6345 72% [============================================= ] 4615/6345 72% [============================================= ] 4616/6345 72% [============================================= ] 4617/6345 72% [============================================= ] 4618/6345 72% [============================================= ] 4619/6345 72% [============================================= ] 4620/6345 72% [============================================= ] 4621/6345 72% [============================================= ] 4622/6345 72% [============================================= ] 4623/6345 72% [============================================= ] 4624/6345 72% [============================================= ] 4625/6345 72% [============================================= ] 4626/6345 72% [============================================= ] 4627/6345 72% [============================================= ] 4628/6345 72% [============================================= ] 4629/6345 72% [============================================= ] 4630/6345 72% [============================================= ] 4631/6345 72% [============================================= ] 4632/6345 73% [============================================= ] 4633/6345 73% [============================================= ] 4634/6345 73% [============================================= ] 4635/6345 73% [============================================= ] 4636/6345 73% [============================================= ] 4637/6345 73% [============================================= ] 4638/6345 73% [============================================= ] 4639/6345 73% [============================================= ] 4640/6345 73% [============================================= ] 4641/6345 73% [============================================= ] 4642/6345 73% [============================================= ] 4643/6345 73% [============================================= ] 4644/6345 73% [============================================= ] 4645/6345 73% [============================================= ] 4646/6345 73% [============================================= ] 4647/6345 73% [============================================= ] 4648/6345 73% [============================================= ] 4649/6345 73% [============================================= ] 4650/6345 73% [============================================= ] 4651/6345 73% [============================================= ] 4652/6345 73% [============================================= ] 4653/6345 73% [============================================= ] 4654/6345 73% [============================================= ] 4655/6345 73% [============================================= ] 4656/6345 73% [============================================= ] 4657/6345 73% [============================================= ] 4658/6345 73% [============================================= ] 4659/6345 73% [============================================= ] 4660/6345 73% [============================================= ] 4661/6345 73% [============================================= ] 4662/6345 73% [============================================= ] 4663/6345 73% [============================================= ] 4664/6345 73% [============================================= ] 4665/6345 73% [============================================= ] 4666/6345 73% [============================================= ] 4667/6345 73% [============================================= ] 4668/6345 73% [============================================= ] 4669/6345 73% [============================================= ] 4670/6345 73% [============================================= ] 4671/6345 73% [============================================= ] 4672/6345 73% [============================================= ] 4673/6345 73% [============================================= ] 4674/6345 73% [============================================= ] 4675/6345 73% [============================================= ] 4676/6345 73% [============================================= ] 4677/6345 73% [============================================= ] 4678/6345 73% [============================================= ] 4679/6345 73% [============================================= ] 4680/6345 73% [============================================= ] 4681/6345 73% [============================================= ] 4682/6345 73% [============================================= ] 4683/6345 73% [============================================= ] 4684/6345 73% [============================================= ] 4685/6345 73% [============================================= ] 4686/6345 73% [============================================= ] 4687/6345 73% [============================================= ] 4688/6345 73% [============================================= ] 4689/6345 73% [============================================= ] 4690/6345 73% [============================================= ] 4691/6345 73% [============================================= ] 4692/6345 73% [============================================= ] 4693/6345 73% [============================================= ] 4694/6345 73% [============================================= ] 4695/6345 73% [============================================= ] 4696/6345 74% [============================================= ] 4697/6345 74% [============================================= ] 4698/6345 74% [============================================= ] 4699/6345 74% [============================================= ] 4700/6345 74% [============================================= ] 4701/6345 74% [============================================= ] 4702/6345 74% [============================================= ] 4703/6345 74% [============================================= ] 4704/6345 74% [============================================= ] 4705/6345 74% [============================================= ] 4706/6345 74% [============================================= ] 4707/6345 74% [============================================== ] 4708/6345 74% [============================================== ] 4709/6345 74% [============================================== ] 4710/6345 74% [============================================== ] 4711/6345 74% [============================================== ] 4712/6345 74% [============================================== ] 4713/6345 74% [============================================== ] 4714/6345 74% [============================================== ] 4715/6345 74% [============================================== ] 4716/6345 74% [============================================== ] 4717/6345 74% [============================================== ] 4718/6345 74% [============================================== ] 4719/6345 74% [============================================== ] 4720/6345 74% [============================================== ] 4721/6345 74% [============================================== ] 4722/6345 74% [============================================== ] 4723/6345 74% [============================================== ] 4724/6345 74% [============================================== ] 4725/6345 74% [============================================== ] 4726/6345 74% [============================================== ] 4727/6345 74% [============================================== ] 4728/6345 74% [============================================== ] 4729/6345 74% [============================================== ] 4730/6345 74% [============================================== ] 4731/6345 74% [============================================== ] 4732/6345 74% [============================================== ] 4733/6345 74% [============================================== ] 4734/6345 74% [============================================== ] 4735/6345 74% [============================================== ] 4736/6345 74% [============================================== ] 4737/6345 74% [============================================== ] 4738/6345 74% [============================================== ] 4739/6345 74% [============================================== ] 4740/6345 74% [============================================== ] 4741/6345 74% [============================================== ] 4742/6345 74% [============================================== ] 4743/6345 74% [============================================== ] 4744/6345 74% [============================================== ] 4745/6345 74% [============================================== ] 4746/6345 74% [============================================== ] 4747/6345 74% [============================================== ] 4748/6345 74% [============================================== ] 4749/6345 74% [============================================== ] 4750/6345 74% [============================================== ] 4751/6345 74% [============================================== ] 4752/6345 74% [============================================== ] 4753/6345 74% [============================================== ] 4754/6345 74% [============================================== ] 4755/6345 74% [============================================== ] 4756/6345 74% [============================================== ] 4757/6345 74% [============================================== ] 4758/6345 74% [============================================== ] 4759/6345 75% [============================================== ] 4760/6345 75% [============================================== ] 4761/6345 75% [============================================== ] 4762/6345 75% [============================================== ] 4763/6345 75% [============================================== ] 4764/6345 75% [============================================== ] 4765/6345 75% [============================================== ] 4766/6345 75% [============================================== ] 4767/6345 75% [============================================== ] 4768/6345 75% [============================================== ] 4769/6345 75% [============================================== ] 4770/6345 75% [============================================== ] 4771/6345 75% [============================================== ] 4772/6345 75% [============================================== ] 4773/6345 75% [============================================== ] 4774/6345 75% [============================================== ] 4775/6345 75% [============================================== ] 4776/6345 75% [============================================== ] 4777/6345 75% [============================================== ] 4778/6345 75% [============================================== ] 4779/6345 75% [============================================== ] 4780/6345 75% [============================================== ] 4781/6345 75% [============================================== ] 4782/6345 75% [============================================== ] 4783/6345 75% [============================================== ] 4784/6345 75% [============================================== ] 4785/6345 75% [============================================== ] 4786/6345 75% [============================================== ] 4787/6345 75% [============================================== ] 4788/6345 75% [============================================== ] 4789/6345 75% [============================================== ] 4790/6345 75% [============================================== ] 4791/6345 75% [============================================== ] 4792/6345 75% [============================================== ] 4793/6345 75% [============================================== ] 4794/6345 75% [============================================== ] 4795/6345 75% [============================================== ] 4796/6345 75% [============================================== ] 4797/6345 75% [============================================== ] 4798/6345 75% [============================================== ] 4799/6345 75% [============================================== ] 4800/6345 75% [============================================== ] 4801/6345 75% [============================================== ] 4802/6345 75% [============================================== ] 4803/6345 75% [============================================== ] 4804/6345 75% [============================================== ] 4805/6345 75% [============================================== ] 4806/6345 75% [============================================== ] 4807/6345 75% [============================================== ] 4808/6345 75% [============================================== ] 4809/6345 75% [=============================================== ] 4810/6345 75% [=============================================== ] 4811/6345 75% [=============================================== ] 4812/6345 75% [=============================================== ] 4813/6345 75% [=============================================== ] 4814/6345 75% [=============================================== ] 4815/6345 75% [=============================================== ] 4816/6345 75% [=============================================== ] 4817/6345 75% [=============================================== ] 4818/6345 75% [=============================================== ] 4819/6345 75% [=============================================== ] 4820/6345 75% [=============================================== ] 4821/6345 75% [=============================================== ] 4822/6345 75% [=============================================== ] 4823/6345 76% [=============================================== ] 4824/6345 76% [=============================================== ] 4825/6345 76% [=============================================== ] 4826/6345 76% [=============================================== ] 4827/6345 76% [=============================================== ] 4828/6345 76% [=============================================== ] 4829/6345 76% [=============================================== ] 4830/6345 76% [=============================================== ] 4831/6345 76% [=============================================== ] 4832/6345 76% [=============================================== ] 4833/6345 76% [=============================================== ] 4834/6345 76% [=============================================== ] 4835/6345 76% [=============================================== ] 4836/6345 76% [=============================================== ] 4837/6345 76% [=============================================== ] 4838/6345 76% [=============================================== ] 4839/6345 76% [=============================================== ] 4840/6345 76% [=============================================== ] 4841/6345 76% [=============================================== ] 4842/6345 76% [=============================================== ] 4843/6345 76% [=============================================== ] 4844/6345 76% [=============================================== ] 4845/6345 76% [=============================================== ] 4846/6345 76% [=============================================== ] 4847/6345 76% [=============================================== ] 4848/6345 76% [=============================================== ] 4849/6345 76% [=============================================== ] 4850/6345 76% [=============================================== ] 4851/6345 76% [=============================================== ] 4852/6345 76% [=============================================== ] 4853/6345 76% [=============================================== ] 4854/6345 76% [=============================================== ] 4855/6345 76% [=============================================== ] 4856/6345 76% [=============================================== ] 4857/6345 76% [=============================================== ] 4858/6345 76% [=============================================== ] 4859/6345 76% [=============================================== ] 4860/6345 76% [=============================================== ] 4861/6345 76% [=============================================== ] 4862/6345 76% [=============================================== ] 4863/6345 76% [=============================================== ] 4864/6345 76% [=============================================== ] 4865/6345 76% [=============================================== ] 4866/6345 76% [=============================================== ] 4867/6345 76% [=============================================== ] 4868/6345 76% [=============================================== ] 4869/6345 76% [=============================================== ] 4870/6345 76% [=============================================== ] 4871/6345 76% [=============================================== ] 4872/6345 76% [=============================================== ] 4873/6345 76% [=============================================== ] 4874/6345 76% [=============================================== ] 4875/6345 76% [=============================================== ] 4876/6345 76% [=============================================== ] 4877/6345 76% [=============================================== ] 4878/6345 76% [=============================================== ] 4879/6345 76% [=============================================== ] 4880/6345 76% [=============================================== ] 4881/6345 76% [=============================================== ] 4882/6345 76% [=============================================== ] 4883/6345 76% [=============================================== ] 4884/6345 76% [=============================================== ] 4885/6345 76% [=============================================== ] 4886/6345 77% [=============================================== ] 4887/6345 77% [=============================================== ] 4888/6345 77% [=============================================== ] 4889/6345 77% [=============================================== ] 4890/6345 77% [=============================================== ] 4891/6345 77% [=============================================== ] 4892/6345 77% [=============================================== ] 4893/6345 77% [=============================================== ] 4894/6345 77% [=============================================== ] 4895/6345 77% [=============================================== ] 4896/6345 77% [=============================================== ] 4897/6345 77% [=============================================== ] 4898/6345 77% [=============================================== ] 4899/6345 77% [=============================================== ] 4900/6345 77% [=============================================== ] 4901/6345 77% [=============================================== ] 4902/6345 77% [=============================================== ] 4903/6345 77% [=============================================== ] 4904/6345 77% [=============================================== ] 4905/6345 77% [=============================================== ] 4906/6345 77% [=============================================== ] 4907/6345 77% [=============================================== ] 4908/6345 77% [=============================================== ] 4909/6345 77% [=============================================== ] 4910/6345 77% [=============================================== ] 4911/6345 77% [=============================================== ] 4912/6345 77% [================================================ ] 4913/6345 77% [================================================ ] 4914/6345 77% [================================================ ] 4915/6345 77% [================================================ ] 4916/6345 77% [================================================ ] 4917/6345 77% [================================================ ] 4918/6345 77% [================================================ ] 4919/6345 77% [================================================ ] 4920/6345 77% [================================================ ] 4921/6345 77% [================================================ ] 4922/6345 77% [================================================ ] 4923/6345 77% [================================================ ] 4924/6345 77% [================================================ ] 4925/6345 77% [================================================ ] 4926/6345 77% [================================================ ] 4927/6345 77% [================================================ ] 4928/6345 77% [================================================ ] 4929/6345 77% [================================================ ] 4930/6345 77% [================================================ ] 4931/6345 77% [================================================ ] 4932/6345 77% [================================================ ] 4933/6345 77% [================================================ ] 4934/6345 77% [================================================ ] 4935/6345 77% [================================================ ] 4936/6345 77% [================================================ ] 4937/6345 77% [================================================ ] 4938/6345 77% [================================================ ] 4939/6345 77% [================================================ ] 4940/6345 77% [================================================ ] 4941/6345 77% [================================================ ] 4942/6345 77% [================================================ ] 4943/6345 77% [================================================ ] 4944/6345 77% [================================================ ] 4945/6345 77% [================================================ ] 4946/6345 77% [================================================ ] 4947/6345 77% [================================================ ] 4948/6345 77% [================================================ ] 4949/6345 77% [================================================ ] 4950/6345 78% [================================================ ] 4951/6345 78% [================================================ ] 4952/6345 78% [================================================ ] 4953/6345 78% [================================================ ] 4954/6345 78% [================================================ ] 4955/6345 78% [================================================ ] 4956/6345 78% [================================================ ] 4957/6345 78% [================================================ ] 4958/6345 78% [================================================ ] 4959/6345 78% [================================================ ] 4960/6345 78% [================================================ ] 4961/6345 78% [================================================ ] 4962/6345 78% [================================================ ] 4963/6345 78% [================================================ ] 4964/6345 78% [================================================ ] 4965/6345 78% [================================================ ] 4966/6345 78% [================================================ ] 4967/6345 78% [================================================ ] 4968/6345 78% [================================================ ] 4969/6345 78% [================================================ ] 4970/6345 78% [================================================ ] 4971/6345 78% [================================================ ] 4972/6345 78% [================================================ ] 4973/6345 78% [================================================ ] 4974/6345 78% [================================================ ] 4975/6345 78% [================================================ ] 4976/6345 78% [================================================ ] 4977/6345 78% [================================================ ] 4978/6345 78% [================================================ ] 4979/6345 78% [================================================ ] 4980/6345 78% [================================================ ] 4981/6345 78% [================================================ ] 4982/6345 78% [================================================ ] 4983/6345 78% [================================================ ] 4984/6345 78% [================================================ ] 4985/6345 78% [================================================ ] 4986/6345 78% [================================================ ] 4987/6345 78% [================================================ ] 4988/6345 78% [================================================ ] 4989/6345 78% [================================================ ] 4990/6345 78% [================================================ ] 4991/6345 78% [================================================ ] 4992/6345 78% [================================================ ] 4993/6345 78% [================================================ ] 4994/6345 78% [================================================ ] 4995/6345 78% [================================================ ] 4996/6345 78% [================================================ ] 4997/6345 78% [================================================ ] 4998/6345 78% [================================================ ] 4999/6345 78% [================================================ ] 5000/6345 78% [================================================ ] 5001/6345 78% [================================================ ] 5002/6345 78% [================================================ ] 5003/6345 78% [================================================ ] 5004/6345 78% [================================================ ] 5005/6345 78% [================================================ ] 5006/6345 78% [================================================ ] 5007/6345 78% [================================================ ] 5008/6345 78% [================================================ ] 5009/6345 78% [================================================ ] 5010/6345 78% [================================================ ] 5011/6345 78% [================================================ ] 5012/6345 78% [================================================ ] 5013/6345 79% [================================================ ] 5014/6345 79% [================================================= ] 5015/6345 79% [================================================= ] 5016/6345 79% [================================================= ] 5017/6345 79% [================================================= ] 5018/6345 79% [================================================= ] 5019/6345 79% [================================================= ] 5020/6345 79% [================================================= ] 5021/6345 79% [================================================= ] 5022/6345 79% [================================================= ] 5023/6345 79% [================================================= ] 5024/6345 79% [================================================= ] 5025/6345 79% [================================================= ] 5026/6345 79% [================================================= ] 5027/6345 79% [================================================= ] 5028/6345 79% [================================================= ] 5029/6345 79% [================================================= ] 5030/6345 79% [================================================= ] 5031/6345 79% [================================================= ] 5032/6345 79% [================================================= ] 5033/6345 79% [================================================= ] 5034/6345 79% [================================================= ] 5035/6345 79% [================================================= ] 5036/6345 79% [================================================= ] 5037/6345 79% [================================================= ] 5038/6345 79% [================================================= ] 5039/6345 79% [================================================= ] 5040/6345 79% [================================================= ] 5041/6345 79% [================================================= ] 5042/6345 79% [================================================= ] 5043/6345 79% [================================================= ] 5044/6345 79% [================================================= ] 5045/6345 79% [================================================= ] 5046/6345 79% [================================================= ] 5047/6345 79% [================================================= ] 5048/6345 79% [================================================= ] 5049/6345 79% [================================================= ] 5050/6345 79% [================================================= ] 5051/6345 79% [================================================= ] 5052/6345 79% [================================================= ] 5053/6345 79% [================================================= ] 5054/6345 79% [================================================= ] 5055/6345 79% [================================================= ] 5056/6345 79% [================================================= ] 5057/6345 79% [================================================= ] 5058/6345 79% [================================================= ] 5059/6345 79% [================================================= ] 5060/6345 79% [================================================= ] 5061/6345 79% [================================================= ] 5062/6345 79% [================================================= ] 5063/6345 79% [================================================= ] 5064/6345 79% [================================================= ] 5065/6345 79% [================================================= ] 5066/6345 79% [================================================= ] 5067/6345 79% [================================================= ] 5068/6345 79% [================================================= ] 5069/6345 79% [================================================= ] 5070/6345 79% [================================================= ] 5071/6345 79% [================================================= ] 5072/6345 79% [================================================= ] 5073/6345 79% [================================================= ] 5074/6345 79% [================================================= ] 5075/6345 79% [================================================= ] 5076/6345 80% [================================================= ] 5077/6345 80% [================================================= ] 5078/6345 80% [================================================= ] 5079/6345 80% [================================================= ] 5080/6345 80% [================================================= ] 5081/6345 80% [================================================= ] 5082/6345 80% [================================================= ] 5083/6345 80% [================================================= ] 5084/6345 80% [================================================= ] 5085/6345 80% [================================================= ] 5086/6345 80% [================================================= ] 5087/6345 80% [================================================= ] 5088/6345 80% [================================================= ] 5089/6345 80% [================================================= ] 5090/6345 80% [================================================= ] 5091/6345 80% [================================================= ] 5092/6345 80% [================================================= ] 5093/6345 80% [================================================= ] 5094/6345 80% [================================================= ] 5095/6345 80% [================================================= ] 5096/6345 80% [================================================= ] 5097/6345 80% [================================================= ] 5098/6345 80% [================================================= ] 5099/6345 80% [================================================= ] 5100/6345 80% [================================================= ] 5101/6345 80% [================================================= ] 5102/6345 80% [================================================= ] 5103/6345 80% [================================================= ] 5104/6345 80% [================================================= ] 5105/6345 80% [================================================= ] 5106/6345 80% [================================================= ] 5107/6345 80% [================================================= ] 5108/6345 80% [================================================= ] 5109/6345 80% [================================================= ] 5110/6345 80% [================================================= ] 5111/6345 80% [================================================= ] 5112/6345 80% [================================================= ] 5113/6345 80% [================================================= ] 5114/6345 80% [================================================= ] 5115/6345 80% [================================================= ] 5116/6345 80% [================================================== ] 5117/6345 80% [================================================== ] 5118/6345 80% [================================================== ] 5119/6345 80% [================================================== ] 5120/6345 80% [================================================== ] 5121/6345 80% [================================================== ] 5122/6345 80% [================================================== ] 5123/6345 80% [================================================== ] 5124/6345 80% [================================================== ] 5125/6345 80% [================================================== ] 5126/6345 80% [================================================== ] 5127/6345 80% [================================================== ] 5128/6345 80% [================================================== ] 5129/6345 80% [================================================== ] 5130/6345 80% [================================================== ] 5131/6345 80% [================================================== ] 5132/6345 80% [================================================== ] 5133/6345 80% [================================================== ] 5134/6345 80% [================================================== ] 5135/6345 80% [================================================== ] 5136/6345 80% [================================================== ] 5137/6345 80% [================================================== ] 5138/6345 80% [================================================== ] 5139/6345 80% [================================================== ] 5140/6345 81% [================================================== ] 5141/6345 81% [================================================== ] 5142/6345 81% [================================================== ] 5143/6345 81% [================================================== ] 5144/6345 81% [================================================== ] 5145/6345 81% [================================================== ] 5146/6345 81% [================================================== ] 5147/6345 81% [================================================== ] 5148/6345 81% [================================================== ] 5149/6345 81% [================================================== ] 5150/6345 81% [================================================== ] 5151/6345 81% [================================================== ] 5152/6345 81% [================================================== ] 5153/6345 81% [================================================== ] 5154/6345 81% [================================================== ] 5155/6345 81% [================================================== ] 5156/6345 81% [================================================== ] 5157/6345 81% [================================================== ] 5158/6345 81% [================================================== ] 5159/6345 81% [================================================== ] 5160/6345 81% [================================================== ] 5161/6345 81% [================================================== ] 5162/6345 81% [================================================== ] 5163/6345 81% [================================================== ] 5164/6345 81% [================================================== ] 5165/6345 81% [================================================== ] 5166/6345 81% [================================================== ] 5167/6345 81% [================================================== ] 5168/6345 81% [================================================== ] 5169/6345 81% [================================================== ] 5170/6345 81% [================================================== ] 5171/6345 81% [================================================== ] 5172/6345 81% [================================================== ] 5173/6345 81% [================================================== ] 5174/6345 81% [================================================== ] 5175/6345 81% [================================================== ] 5176/6345 81% [================================================== ] 5177/6345 81% [================================================== ] 5178/6345 81% [================================================== ] 5179/6345 81% [================================================== ] 5180/6345 81% [================================================== ] 5181/6345 81% [================================================== ] 5182/6345 81% [================================================== ] 5183/6345 81% [================================================== ] 5184/6345 81% [================================================== ] 5185/6345 81% [================================================== ] 5186/6345 81% [================================================== ] 5187/6345 81% [================================================== ] 5188/6345 81% [================================================== ] 5189/6345 81% [================================================== ] 5190/6345 81% [================================================== ] 5191/6345 81% [================================================== ] 5192/6345 81% [================================================== ] 5193/6345 81% [================================================== ] 5194/6345 81% [================================================== ] 5195/6345 81% [================================================== ] 5196/6345 81% [================================================== ] 5197/6345 81% [================================================== ] 5198/6345 81% [================================================== ] 5199/6345 81% [================================================== ] 5200/6345 81% [================================================== ] 5201/6345 81% [================================================== ] 5202/6345 81% [================================================== ] 5203/6345 82% [================================================== ] 5204/6345 82% [================================================== ] 5205/6345 82% [================================================== ] 5206/6345 82% [================================================== ] 5207/6345 82% [================================================== ] 5208/6345 82% [================================================== ] 5209/6345 82% [================================================== ] 5210/6345 82% [================================================== ] 5211/6345 82% [================================================== ] 5212/6345 82% [================================================== ] 5213/6345 82% [================================================== ] 5214/6345 82% [================================================== ] 5215/6345 82% [================================================== ] 5216/6345 82% [================================================== ] 5217/6345 82% [================================================== ] 5218/6345 82% [================================================== ] 5219/6345 82% [=================================================== ] 5220/6345 82% [=================================================== ] 5221/6345 82% [=================================================== ] 5222/6345 82% [=================================================== ] 5223/6345 82% [=================================================== ] 5224/6345 82% [=================================================== ] 5225/6345 82% [=================================================== ] 5226/6345 82% [=================================================== ] 5227/6345 82% [=================================================== ] 5228/6345 82% [=================================================== ] 5229/6345 82% [=================================================== ] 5230/6345 82% [=================================================== ] 5231/6345 82% [=================================================== ] 5232/6345 82% [=================================================== ] 5233/6345 82% [=================================================== ] 5234/6345 82% [=================================================== ] 5235/6345 82% [=================================================== ] 5236/6345 82% [=================================================== ] 5237/6345 82% [=================================================== ] 5238/6345 82% [=================================================== ] 5239/6345 82% [=================================================== ] 5240/6345 82% [=================================================== ] 5241/6345 82% [=================================================== ] 5242/6345 82% [=================================================== ] 5243/6345 82% [=================================================== ] 5244/6345 82% [=================================================== ] 5245/6345 82% [=================================================== ] 5246/6345 82% [=================================================== ] 5247/6345 82% [=================================================== ] 5248/6345 82% [=================================================== ] 5249/6345 82% [=================================================== ] 5250/6345 82% [=================================================== ] 5251/6345 82% [=================================================== ] 5252/6345 82% [=================================================== ] 5253/6345 82% [=================================================== ] 5254/6345 82% [=================================================== ] 5255/6345 82% [=================================================== ] 5256/6345 82% [=================================================== ] 5257/6345 82% [=================================================== ] 5258/6345 82% [=================================================== ] 5259/6345 82% [=================================================== ] 5260/6345 82% [=================================================== ] 5261/6345 82% [=================================================== ] 5262/6345 82% [=================================================== ] 5263/6345 82% [=================================================== ] 5264/6345 82% [=================================================== ] 5265/6345 82% [=================================================== ] 5266/6345 82% [=================================================== ] 5267/6345 83% [=================================================== ] 5268/6345 83% [=================================================== ] 5269/6345 83% [=================================================== ] 5270/6345 83% [=================================================== ] 5271/6345 83% [=================================================== ] 5272/6345 83% [=================================================== ] 5273/6345 83% [=================================================== ] 5274/6345 83% [=================================================== ] 5275/6345 83% [=================================================== ] 5276/6345 83% [=================================================== ] 5277/6345 83% [=================================================== ] 5278/6345 83% [=================================================== ] 5279/6345 83% [=================================================== ] 5280/6345 83% [=================================================== ] 5281/6345 83% [=================================================== ] 5282/6345 83% [=================================================== ] 5283/6345 83% [=================================================== ] 5284/6345 83% [=================================================== ] 5285/6345 83% [=================================================== ] 5286/6345 83% [=================================================== ] 5287/6345 83% [=================================================== ] 5288/6345 83% [=================================================== ] 5289/6345 83% [=================================================== ] 5290/6345 83% [=================================================== ] 5291/6345 83% [=================================================== ] 5292/6345 83% [=================================================== ] 5293/6345 83% [=================================================== ] 5294/6345 83% [=================================================== ] 5295/6345 83% [=================================================== ] 5296/6345 83% [=================================================== ] 5297/6345 83% [=================================================== ] 5298/6345 83% [=================================================== ] 5299/6345 83% [=================================================== ] 5300/6345 83% [=================================================== ] 5301/6345 83% [=================================================== ] 5302/6345 83% [=================================================== ] 5303/6345 83% [=================================================== ] 5304/6345 83% [=================================================== ] 5305/6345 83% [=================================================== ] 5306/6345 83% [=================================================== ] 5307/6345 83% [=================================================== ] 5308/6345 83% [=================================================== ] 5309/6345 83% [=================================================== ] 5310/6345 83% [=================================================== ] 5311/6345 83% [=================================================== ] 5312/6345 83% [=================================================== ] 5313/6345 83% [=================================================== ] 5314/6345 83% [=================================================== ] 5315/6345 83% [=================================================== ] 5316/6345 83% [=================================================== ] 5317/6345 83% [=================================================== ] 5318/6345 83% [=================================================== ] 5319/6345 83% [=================================================== ] 5320/6345 83% [=================================================== ] 5321/6345 83% [==================================================== ] 5322/6345 83% [==================================================== ] 5323/6345 83% [==================================================== ] 5324/6345 83% [==================================================== ] 5325/6345 83% [==================================================== ] 5326/6345 83% [==================================================== ] 5327/6345 83% [==================================================== ] 5328/6345 83% [==================================================== ] 5329/6345 83% [==================================================== ] 5330/6345 84% [==================================================== ] 5331/6345 84% [==================================================== ] 5332/6345 84% [==================================================== ] 5333/6345 84% [==================================================== ] 5334/6345 84% [==================================================== ] 5335/6345 84% [==================================================== ] 5336/6345 84% [==================================================== ] 5337/6345 84% [==================================================== ] 5338/6345 84% [==================================================== ] 5339/6345 84% [==================================================== ] 5340/6345 84% [==================================================== ] 5341/6345 84% [==================================================== ] 5342/6345 84% [==================================================== ] 5343/6345 84% [==================================================== ] 5344/6345 84% [==================================================== ] 5345/6345 84% [==================================================== ] 5346/6345 84% [==================================================== ] 5347/6345 84% [==================================================== ] 5348/6345 84% [==================================================== ] 5349/6345 84% [==================================================== ] 5350/6345 84% [==================================================== ] 5351/6345 84% [==================================================== ] 5352/6345 84% [==================================================== ] 5353/6345 84% [==================================================== ] 5354/6345 84% [==================================================== ] 5355/6345 84% [==================================================== ] 5356/6345 84% [==================================================== ] 5357/6345 84% [==================================================== ] 5358/6345 84% [==================================================== ] 5359/6345 84% [==================================================== ] 5360/6345 84% [==================================================== ] 5361/6345 84% [==================================================== ] 5362/6345 84% [==================================================== ] 5363/6345 84% [==================================================== ] 5364/6345 84% [==================================================== ] 5365/6345 84% [==================================================== ] 5366/6345 84% [==================================================== ] 5367/6345 84% [==================================================== ] 5368/6345 84% [==================================================== ] 5369/6345 84% [==================================================== ] 5370/6345 84% [==================================================== ] 5371/6345 84% [==================================================== ] 5372/6345 84% [==================================================== ] 5373/6345 84% [==================================================== ] 5374/6345 84% [==================================================== ] 5375/6345 84% [==================================================== ] 5376/6345 84% [==================================================== ] 5377/6345 84% [==================================================== ] 5378/6345 84% [==================================================== ] 5379/6345 84% [==================================================== ] 5380/6345 84% [==================================================== ] 5381/6345 84% [==================================================== ] 5382/6345 84% [==================================================== ] 5383/6345 84% [==================================================== ] 5384/6345 84% [==================================================== ] 5385/6345 84% [==================================================== ] 5386/6345 84% [==================================================== ] 5387/6345 84% [==================================================== ] 5388/6345 84% [==================================================== ] 5389/6345 84% [==================================================== ] 5390/6345 84% [==================================================== ] 5391/6345 84% [==================================================== ] 5392/6345 84% [==================================================== ] 5393/6345 84% [==================================================== ] 5394/6345 85% [==================================================== ] 5395/6345 85% [==================================================== ] 5396/6345 85% [==================================================== ] 5397/6345 85% [==================================================== ] 5398/6345 85% [==================================================== ] 5399/6345 85% [==================================================== ] 5400/6345 85% [==================================================== ] 5401/6345 85% [==================================================== ] 5402/6345 85% [==================================================== ] 5403/6345 85% [==================================================== ] 5404/6345 85% [==================================================== ] 5405/6345 85% [==================================================== ] 5406/6345 85% [==================================================== ] 5407/6345 85% [==================================================== ] 5408/6345 85% [==================================================== ] 5409/6345 85% [==================================================== ] 5410/6345 85% [==================================================== ] 5411/6345 85% [==================================================== ] 5412/6345 85% [==================================================== ] 5413/6345 85% [==================================================== ] 5414/6345 85% [==================================================== ] 5415/6345 85% [==================================================== ] 5416/6345 85% [==================================================== ] 5417/6345 85% [==================================================== ] 5418/6345 85% [==================================================== ] 5419/6345 85% [==================================================== ] 5420/6345 85% [==================================================== ] 5421/6345 85% [==================================================== ] 5422/6345 85% [==================================================== ] 5423/6345 85% [===================================================== ] 5424/6345 85% [===================================================== ] 5425/6345 85% [===================================================== ] 5426/6345 85% [===================================================== ] 5427/6345 85% [===================================================== ] 5428/6345 85% [===================================================== ] 5429/6345 85% [===================================================== ] 5430/6345 85% [===================================================== ] 5431/6345 85% [===================================================== ] 5432/6345 85% [===================================================== ] 5433/6345 85% [===================================================== ] 5434/6345 85% [===================================================== ] 5435/6345 85% [===================================================== ] 5436/6345 85% [===================================================== ] 5437/6345 85% [===================================================== ] 5438/6345 85% [===================================================== ] 5439/6345 85% [===================================================== ] 5440/6345 85% [===================================================== ] 5441/6345 85% [===================================================== ] 5442/6345 85% [===================================================== ] 5443/6345 85% [===================================================== ] 5444/6345 85% [===================================================== ] 5445/6345 85% [===================================================== ] 5446/6345 85% [===================================================== ] 5447/6345 85% [===================================================== ] 5448/6345 85% [===================================================== ] 5449/6345 85% [===================================================== ] 5450/6345 85% [===================================================== ] 5451/6345 85% [===================================================== ] 5452/6345 85% [===================================================== ] 5453/6345 85% [===================================================== ] 5454/6345 85% [===================================================== ] 5455/6345 85% [===================================================== ] 5456/6345 85% [===================================================== ] 5457/6345 86% [===================================================== ] 5458/6345 86% [===================================================== ] 5459/6345 86% [===================================================== ] 5460/6345 86% [===================================================== ] 5461/6345 86% [===================================================== ] 5462/6345 86% [===================================================== ] 5463/6345 86% [===================================================== ] 5464/6345 86% [===================================================== ] 5465/6345 86% [===================================================== ] 5466/6345 86% [===================================================== ] 5467/6345 86% [===================================================== ] 5468/6345 86% [===================================================== ] 5469/6345 86% [===================================================== ] 5470/6345 86% [===================================================== ] 5471/6345 86% [===================================================== ] 5472/6345 86% [===================================================== ] 5473/6345 86% [===================================================== ] 5474/6345 86% [===================================================== ] 5475/6345 86% [===================================================== ] 5476/6345 86% [===================================================== ] 5477/6345 86% [===================================================== ] 5478/6345 86% [===================================================== ] 5479/6345 86% [===================================================== ] 5480/6345 86% [===================================================== ] 5481/6345 86% [===================================================== ] 5482/6345 86% [===================================================== ] 5483/6345 86% [===================================================== ] 5484/6345 86% [===================================================== ] 5485/6345 86% [===================================================== ] 5486/6345 86% [===================================================== ] 5487/6345 86% [===================================================== ] 5488/6345 86% [===================================================== ] 5489/6345 86% [===================================================== ] 5490/6345 86% [===================================================== ] 5491/6345 86% [===================================================== ] 5492/6345 86% [===================================================== ] 5493/6345 86% [===================================================== ] 5494/6345 86% [===================================================== ] 5495/6345 86% [===================================================== ] 5496/6345 86% [===================================================== ] 5497/6345 86% [===================================================== ] 5498/6345 86% [===================================================== ] 5499/6345 86% [===================================================== ] 5500/6345 86% [===================================================== ] 5501/6345 86% [===================================================== ] 5502/6345 86% [===================================================== ] 5503/6345 86% [===================================================== ] 5504/6345 86% [===================================================== ] 5505/6345 86% [===================================================== ] 5506/6345 86% [===================================================== ] 5507/6345 86% [===================================================== ] 5508/6345 86% [===================================================== ] 5509/6345 86% [===================================================== ] 5510/6345 86% [===================================================== ] 5511/6345 86% [===================================================== ] 5512/6345 86% [===================================================== ] 5513/6345 86% [===================================================== ] 5514/6345 86% [===================================================== ] 5515/6345 86% [===================================================== ] 5516/6345 86% [===================================================== ] 5517/6345 86% [===================================================== ] 5518/6345 86% [===================================================== ] 5519/6345 86% [===================================================== ] 5520/6345 86% [===================================================== ] 5521/6345 87% [===================================================== ] 5522/6345 87% [===================================================== ] 5523/6345 87% [===================================================== ] 5524/6345 87% [===================================================== ] 5525/6345 87% [===================================================== ] 5526/6345 87% [====================================================== ] 5527/6345 87% [====================================================== ] 5528/6345 87% [====================================================== ] 5529/6345 87% [====================================================== ] 5530/6345 87% [====================================================== ] 5531/6345 87% [====================================================== ] 5532/6345 87% [====================================================== ] 5533/6345 87% [====================================================== ] 5534/6345 87% [====================================================== ] 5535/6345 87% [====================================================== ] 5536/6345 87% [====================================================== ] 5537/6345 87% [====================================================== ] 5538/6345 87% [====================================================== ] 5539/6345 87% [====================================================== ] 5540/6345 87% [====================================================== ] 5541/6345 87% [====================================================== ] 5542/6345 87% [====================================================== ] 5543/6345 87% [====================================================== ] 5544/6345 87% [====================================================== ] 5545/6345 87% [====================================================== ] 5546/6345 87% [====================================================== ] 5547/6345 87% [====================================================== ] 5548/6345 87% [====================================================== ] 5549/6345 87% [====================================================== ] 5550/6345 87% [====================================================== ] 5551/6345 87% [====================================================== ] 5552/6345 87% [====================================================== ] 5553/6345 87% [====================================================== ] 5554/6345 87% [====================================================== ] 5555/6345 87% [====================================================== ] 5556/6345 87% [====================================================== ] 5557/6345 87% [====================================================== ] 5558/6345 87% [====================================================== ] 5559/6345 87% [====================================================== ] 5560/6345 87% [====================================================== ] 5561/6345 87% [====================================================== ] 5562/6345 87% [====================================================== ] 5563/6345 87% [====================================================== ] 5564/6345 87% [====================================================== ] 5565/6345 87% [====================================================== ] 5566/6345 87% [====================================================== ] 5567/6345 87% [====================================================== ] 5568/6345 87% [====================================================== ] 5569/6345 87% [====================================================== ] 5570/6345 87% [====================================================== ] 5571/6345 87% [====================================================== ] 5572/6345 87% [====================================================== ] 5573/6345 87% [====================================================== ] 5574/6345 87% [====================================================== ] 5575/6345 87% [====================================================== ] 5576/6345 87% [====================================================== ] 5577/6345 87% [====================================================== ] 5578/6345 87% [====================================================== ] 5579/6345 87% [====================================================== ] 5580/6345 87% [====================================================== ] 5581/6345 87% [====================================================== ] 5582/6345 87% [====================================================== ] 5583/6345 87% [====================================================== ] 5584/6345 88% [====================================================== ] 5585/6345 88% [====================================================== ] 5586/6345 88% [====================================================== ] 5587/6345 88% [====================================================== ] 5588/6345 88% [====================================================== ] 5589/6345 88% [====================================================== ] 5590/6345 88% [====================================================== ] 5591/6345 88% [====================================================== ] 5592/6345 88% [====================================================== ] 5593/6345 88% [====================================================== ] 5594/6345 88% [====================================================== ] 5595/6345 88% [====================================================== ] 5596/6345 88% [====================================================== ] 5597/6345 88% [====================================================== ] 5598/6345 88% [====================================================== ] 5599/6345 88% [====================================================== ] 5600/6345 88% [====================================================== ] 5601/6345 88% [====================================================== ] 5602/6345 88% [====================================================== ] 5603/6345 88% [====================================================== ] 5604/6345 88% [====================================================== ] 5605/6345 88% [====================================================== ] 5606/6345 88% [====================================================== ] 5607/6345 88% [====================================================== ] 5608/6345 88% [====================================================== ] 5609/6345 88% [====================================================== ] 5610/6345 88% [====================================================== ] 5611/6345 88% [====================================================== ] 5612/6345 88% [====================================================== ] 5613/6345 88% [====================================================== ] 5614/6345 88% [====================================================== ] 5615/6345 88% [====================================================== ] 5616/6345 88% [====================================================== ] 5617/6345 88% [====================================================== ] 5618/6345 88% [====================================================== ] 5619/6345 88% [====================================================== ] 5620/6345 88% [====================================================== ] 5621/6345 88% [====================================================== ] 5622/6345 88% [====================================================== ] 5623/6345 88% [====================================================== ] 5624/6345 88% [====================================================== ] 5625/6345 88% [====================================================== ] 5626/6345 88% [====================================================== ] 5627/6345 88% [====================================================== ] 5628/6345 88% [======================================================= ] 5629/6345 88% [======================================================= ] 5630/6345 88% [======================================================= ] 5631/6345 88% [======================================================= ] 5632/6345 88% [======================================================= ] 5633/6345 88% [======================================================= ] 5634/6345 88% [======================================================= ] 5635/6345 88% [======================================================= ] 5636/6345 88% [======================================================= ] 5637/6345 88% [======================================================= ] 5638/6345 88% [======================================================= ] 5639/6345 88% [======================================================= ] 5640/6345 88% [======================================================= ] 5641/6345 88% [======================================================= ] 5642/6345 88% [======================================================= ] 5643/6345 88% [======================================================= ] 5644/6345 88% [======================================================= ] 5645/6345 88% [======================================================= ] 5646/6345 88% [======================================================= ] 5647/6345 88% [======================================================= ] 5648/6345 89% [======================================================= ] 5649/6345 89% [======================================================= ] 5650/6345 89% [======================================================= ] 5651/6345 89% [======================================================= ] 5652/6345 89% [======================================================= ] 5653/6345 89% [======================================================= ] 5654/6345 89% [======================================================= ] 5655/6345 89% [======================================================= ] 5656/6345 89% [======================================================= ] 5657/6345 89% [======================================================= ] 5658/6345 89% [======================================================= ] 5659/6345 89% [======================================================= ] 5660/6345 89% [======================================================= ] 5661/6345 89% [======================================================= ] 5662/6345 89% [======================================================= ] 5663/6345 89% [======================================================= ] 5664/6345 89% [======================================================= ] 5665/6345 89% [======================================================= ] 5666/6345 89% [======================================================= ] 5667/6345 89% [======================================================= ] 5668/6345 89% [======================================================= ] 5669/6345 89% [======================================================= ] 5670/6345 89% [======================================================= ] 5671/6345 89% [======================================================= ] 5672/6345 89% [======================================================= ] 5673/6345 89% [======================================================= ] 5674/6345 89% [======================================================= ] 5675/6345 89% [======================================================= ] 5676/6345 89% [======================================================= ] 5677/6345 89% [======================================================= ] 5678/6345 89% [======================================================= ] 5679/6345 89% [======================================================= ] 5680/6345 89% [======================================================= ] 5681/6345 89% [======================================================= ] 5682/6345 89% [======================================================= ] 5683/6345 89% [======================================================= ] 5684/6345 89% [======================================================= ] 5685/6345 89% [======================================================= ] 5686/6345 89% [======================================================= ] 5687/6345 89% [======================================================= ] 5688/6345 89% [======================================================= ] 5689/6345 89% [======================================================= ] 5690/6345 89% [======================================================= ] 5691/6345 89% [======================================================= ] 5692/6345 89% [======================================================= ] 5693/6345 89% [======================================================= ] 5694/6345 89% [======================================================= ] 5695/6345 89% [======================================================= ] 5696/6345 89% [======================================================= ] 5697/6345 89% [======================================================= ] 5698/6345 89% [======================================================= ] 5699/6345 89% [======================================================= ] 5700/6345 89% [======================================================= ] 5701/6345 89% [======================================================= ] 5702/6345 89% [======================================================= ] 5703/6345 89% [======================================================= ] 5704/6345 89% [======================================================= ] 5705/6345 89% [======================================================= ] 5706/6345 89% [======================================================= ] 5707/6345 89% [======================================================= ] 5708/6345 89% [======================================================= ] 5709/6345 89% [======================================================= ] 5710/6345 89% [======================================================= ] 5711/6345 90% [======================================================= ] 5712/6345 90% [======================================================= ] 5713/6345 90% [======================================================= ] 5714/6345 90% [======================================================= ] 5715/6345 90% [======================================================= ] 5716/6345 90% [======================================================= ] 5717/6345 90% [======================================================= ] 5718/6345 90% [======================================================= ] 5719/6345 90% [======================================================= ] 5720/6345 90% [======================================================= ] 5721/6345 90% [======================================================= ] 5722/6345 90% [======================================================= ] 5723/6345 90% [======================================================= ] 5724/6345 90% [======================================================= ] 5725/6345 90% [======================================================= ] 5726/6345 90% [======================================================= ] 5727/6345 90% [======================================================= ] 5728/6345 90% [======================================================= ] 5729/6345 90% [======================================================= ] 5730/6345 90% [======================================================== ] 5731/6345 90% [======================================================== ] 5732/6345 90% [======================================================== ] 5733/6345 90% [======================================================== ] 5734/6345 90% [======================================================== ] 5735/6345 90% [======================================================== ] 5736/6345 90% [======================================================== ] 5737/6345 90% [======================================================== ] 5738/6345 90% [======================================================== ] 5739/6345 90% [======================================================== ] 5740/6345 90% [======================================================== ] 5741/6345 90% [======================================================== ] 5742/6345 90% [======================================================== ] 5743/6345 90% [======================================================== ] 5744/6345 90% [======================================================== ] 5745/6345 90% [======================================================== ] 5746/6345 90% [======================================================== ] 5747/6345 90% [======================================================== ] 5748/6345 90% [======================================================== ] 5749/6345 90% [======================================================== ] 5750/6345 90% [======================================================== ] 5751/6345 90% [======================================================== ] 5752/6345 90% [======================================================== ] 5753/6345 90% [======================================================== ] 5754/6345 90% [======================================================== ] 5755/6345 90% [======================================================== ] 5756/6345 90% [======================================================== ] 5757/6345 90% [======================================================== ] 5758/6345 90% [======================================================== ] 5759/6345 90% [======================================================== ] 5760/6345 90% [======================================================== ] 5761/6345 90% [======================================================== ] 5762/6345 90% [======================================================== ] 5763/6345 90% [======================================================== ] 5764/6345 90% [======================================================== ] 5765/6345 90% [======================================================== ] 5766/6345 90% [======================================================== ] 5767/6345 90% [======================================================== ] 5768/6345 90% [======================================================== ] 5769/6345 90% [======================================================== ] 5770/6345 90% [======================================================== ] 5771/6345 90% [======================================================== ] 5772/6345 90% [======================================================== ] 5773/6345 90% [======================================================== ] 5774/6345 91% [======================================================== ] 5775/6345 91% [======================================================== ] 5776/6345 91% [======================================================== ] 5777/6345 91% [======================================================== ] 5778/6345 91% [======================================================== ] 5779/6345 91% [======================================================== ] 5780/6345 91% [======================================================== ] 5781/6345 91% [======================================================== ] 5782/6345 91% [======================================================== ] 5783/6345 91% [======================================================== ] 5784/6345 91% [======================================================== ] 5785/6345 91% [======================================================== ] 5786/6345 91% [======================================================== ] 5787/6345 91% [======================================================== ] 5788/6345 91% [======================================================== ] 5789/6345 91% [======================================================== ] 5790/6345 91% [======================================================== ] 5791/6345 91% [======================================================== ] 5792/6345 91% [======================================================== ] 5793/6345 91% [======================================================== ] 5794/6345 91% [======================================================== ] 5795/6345 91% [======================================================== ] 5796/6345 91% [======================================================== ] 5797/6345 91% [======================================================== ] 5798/6345 91% [======================================================== ] 5799/6345 91% [======================================================== ] 5800/6345 91% [======================================================== ] 5801/6345 91% [======================================================== ] 5802/6345 91% [======================================================== ] 5803/6345 91% [======================================================== ] 5804/6345 91% [======================================================== ] 5805/6345 91% [======================================================== ] 5806/6345 91% [======================================================== ] 5807/6345 91% [======================================================== ] 5808/6345 91% [======================================================== ] 5809/6345 91% [======================================================== ] 5810/6345 91% [======================================================== ] 5811/6345 91% [======================================================== ] 5812/6345 91% [======================================================== ] 5813/6345 91% [======================================================== ] 5814/6345 91% [======================================================== ] 5815/6345 91% [======================================================== ] 5816/6345 91% [======================================================== ] 5817/6345 91% [======================================================== ] 5818/6345 91% [======================================================== ] 5819/6345 91% [======================================================== ] 5820/6345 91% [======================================================== ] 5821/6345 91% [======================================================== ] 5822/6345 91% [======================================================== ] 5823/6345 91% [======================================================== ] 5824/6345 91% [======================================================== ] 5825/6345 91% [======================================================== ] 5826/6345 91% [======================================================== ] 5827/6345 91% [======================================================== ] 5828/6345 91% [======================================================== ] 5829/6345 91% [======================================================== ] 5830/6345 91% [======================================================== ] 5831/6345 91% [======================================================== ] 5832/6345 91% [======================================================== ] 5833/6345 91% [========================================================= ] 5834/6345 91% [========================================================= ] 5835/6345 91% [========================================================= ] 5836/6345 91% [========================================================= ] 5837/6345 91% [========================================================= ] 5838/6345 92% [========================================================= ] 5839/6345 92% [========================================================= ] 5840/6345 92% [========================================================= ] 5841/6345 92% [========================================================= ] 5842/6345 92% [========================================================= ] 5843/6345 92% [========================================================= ] 5844/6345 92% [========================================================= ] 5845/6345 92% [========================================================= ] 5846/6345 92% [========================================================= ] 5847/6345 92% [========================================================= ] 5848/6345 92% [========================================================= ] 5849/6345 92% [========================================================= ] 5850/6345 92% [========================================================= ] 5851/6345 92% [========================================================= ] 5852/6345 92% [========================================================= ] 5853/6345 92% [========================================================= ] 5854/6345 92% [========================================================= ] 5855/6345 92% [========================================================= ] 5856/6345 92% [========================================================= ] 5857/6345 92% [========================================================= ] 5858/6345 92% [========================================================= ] 5859/6345 92% [========================================================= ] 5860/6345 92% [========================================================= ] 5861/6345 92% [========================================================= ] 5862/6345 92% [========================================================= ] 5863/6345 92% [========================================================= ] 5864/6345 92% [========================================================= ] 5865/6345 92% [========================================================= ] 5866/6345 92% [========================================================= ] 5867/6345 92% [========================================================= ] 5868/6345 92% [========================================================= ] 5869/6345 92% [========================================================= ] 5870/6345 92% [========================================================= ] 5871/6345 92% [========================================================= ] 5872/6345 92% [========================================================= ] 5873/6345 92% [========================================================= ] 5874/6345 92% [========================================================= ] 5875/6345 92% [========================================================= ] 5876/6345 92% [========================================================= ] 5877/6345 92% [========================================================= ] 5878/6345 92% [========================================================= ] 5879/6345 92% [========================================================= ] 5880/6345 92% [========================================================= ] 5881/6345 92% [========================================================= ] 5882/6345 92% [========================================================= ] 5883/6345 92% [========================================================= ] 5884/6345 92% [========================================================= ] 5885/6345 92% [========================================================= ] 5886/6345 92% [========================================================= ] 5887/6345 92% [========================================================= ] 5888/6345 92% [========================================================= ] 5889/6345 92% [========================================================= ] 5890/6345 92% [========================================================= ] 5891/6345 92% [========================================================= ] 5892/6345 92% [========================================================= ] 5893/6345 92% [========================================================= ] 5894/6345 92% [========================================================= ] 5895/6345 92% [========================================================= ] 5896/6345 92% [========================================================= ] 5897/6345 92% [========================================================= ] 5898/6345 92% [========================================================= ] 5899/6345 92% [========================================================= ] 5900/6345 92% [========================================================= ] 5901/6345 93% [========================================================= ] 5902/6345 93% [========================================================= ] 5903/6345 93% [========================================================= ] 5904/6345 93% [========================================================= ] 5905/6345 93% [========================================================= ] 5906/6345 93% [========================================================= ] 5907/6345 93% [========================================================= ] 5908/6345 93% [========================================================= ] 5909/6345 93% [========================================================= ] 5910/6345 93% [========================================================= ] 5911/6345 93% [========================================================= ] 5912/6345 93% [========================================================= ] 5913/6345 93% [========================================================= ] 5914/6345 93% [========================================================= ] 5915/6345 93% [========================================================= ] 5916/6345 93% [========================================================= ] 5917/6345 93% [========================================================= ] 5918/6345 93% [========================================================= ] 5919/6345 93% [========================================================= ] 5920/6345 93% [========================================================= ] 5921/6345 93% [========================================================= ] 5922/6345 93% [========================================================= ] 5923/6345 93% [========================================================= ] 5924/6345 93% [========================================================= ] 5925/6345 93% [========================================================= ] 5926/6345 93% [========================================================= ] 5927/6345 93% [========================================================= ] 5928/6345 93% [========================================================= ] 5929/6345 93% [========================================================= ] 5930/6345 93% [========================================================= ] 5931/6345 93% [========================================================= ] 5932/6345 93% [========================================================= ] 5933/6345 93% [========================================================= ] 5934/6345 93% [========================================================= ] 5935/6345 93% [========================================================== ] 5936/6345 93% [========================================================== ] 5937/6345 93% [========================================================== ] 5938/6345 93% [========================================================== ] 5939/6345 93% [========================================================== ] 5940/6345 93% [========================================================== ] 5941/6345 93% [========================================================== ] 5942/6345 93% [========================================================== ] 5943/6345 93% [========================================================== ] 5944/6345 93% [========================================================== ] 5945/6345 93% [========================================================== ] 5946/6345 93% [========================================================== ] 5947/6345 93% [========================================================== ] 5948/6345 93% [========================================================== ] 5949/6345 93% [========================================================== ] 5950/6345 93% [========================================================== ] 5951/6345 93% [========================================================== ] 5952/6345 93% [========================================================== ] 5953/6345 93% [========================================================== ] 5954/6345 93% [========================================================== ] 5955/6345 93% [========================================================== ] 5956/6345 93% [========================================================== ] 5957/6345 93% [========================================================== ] 5958/6345 93% [========================================================== ] 5959/6345 93% [========================================================== ] 5960/6345 93% [========================================================== ] 5961/6345 93% [========================================================== ] 5962/6345 93% [========================================================== ] 5963/6345 93% [========================================================== ] 5964/6345 93% [========================================================== ] 5965/6345 94% [========================================================== ] 5966/6345 94% [========================================================== ] 5967/6345 94% [========================================================== ] 5968/6345 94% [========================================================== ] 5969/6345 94% [========================================================== ] 5970/6345 94% [========================================================== ] 5971/6345 94% [========================================================== ] 5972/6345 94% [========================================================== ] 5973/6345 94% [========================================================== ] 5974/6345 94% [========================================================== ] 5975/6345 94% [========================================================== ] 5976/6345 94% [========================================================== ] 5977/6345 94% [========================================================== ] 5978/6345 94% [========================================================== ] 5979/6345 94% [========================================================== ] 5980/6345 94% [========================================================== ] 5981/6345 94% [========================================================== ] 5982/6345 94% [========================================================== ] 5983/6345 94% [========================================================== ] 5984/6345 94% [========================================================== ] 5985/6345 94% [========================================================== ] 5986/6345 94% [========================================================== ] 5987/6345 94% [========================================================== ] 5988/6345 94% [========================================================== ] 5989/6345 94% [========================================================== ] 5990/6345 94% [========================================================== ] 5991/6345 94% [========================================================== ] 5992/6345 94% [========================================================== ] 5993/6345 94% [========================================================== ] 5994/6345 94% [========================================================== ] 5995/6345 94% [========================================================== ] 5996/6345 94% [========================================================== ] 5997/6345 94% [========================================================== ] 5998/6345 94% [========================================================== ] 5999/6345 94% [========================================================== ] 6000/6345 94% [========================================================== ] 6001/6345 94% [========================================================== ] 6002/6345 94% [========================================================== ] 6003/6345 94% [========================================================== ] 6004/6345 94% [========================================================== ] 6005/6345 94% [========================================================== ] 6006/6345 94% [========================================================== ] 6007/6345 94% [========================================================== ] 6008/6345 94% [========================================================== ] 6009/6345 94% [========================================================== ] 6010/6345 94% [========================================================== ] 6011/6345 94% [========================================================== ] 6012/6345 94% [========================================================== ] 6013/6345 94% [========================================================== ] 6014/6345 94% [========================================================== ] 6015/6345 94% [========================================================== ] 6016/6345 94% [========================================================== ] 6017/6345 94% [========================================================== ] 6018/6345 94% [========================================================== ] 6019/6345 94% [========================================================== ] 6020/6345 94% [========================================================== ] 6021/6345 94% [========================================================== ] 6022/6345 94% [========================================================== ] 6023/6345 94% [========================================================== ] 6024/6345 94% [========================================================== ] 6025/6345 94% [========================================================== ] 6026/6345 94% [========================================================== ] 6027/6345 94% [========================================================== ] 6028/6345 95% [========================================================== ] 6029/6345 95% [========================================================== ] 6030/6345 95% [========================================================== ] 6031/6345 95% [========================================================== ] 6032/6345 95% [========================================================== ] 6033/6345 95% [========================================================== ] 6034/6345 95% [========================================================== ] 6035/6345 95% [========================================================== ] 6036/6345 95% [========================================================== ] 6037/6345 95% [=========================================================== ] 6038/6345 95% [=========================================================== ] 6039/6345 95% [=========================================================== ] 6040/6345 95% [=========================================================== ] 6041/6345 95% [=========================================================== ] 6042/6345 95% [=========================================================== ] 6043/6345 95% [=========================================================== ] 6044/6345 95% [=========================================================== ] 6045/6345 95% [=========================================================== ] 6046/6345 95% [=========================================================== ] 6047/6345 95% [=========================================================== ] 6048/6345 95% [=========================================================== ] 6049/6345 95% [=========================================================== ] 6050/6345 95% [=========================================================== ] 6051/6345 95% [=========================================================== ] 6052/6345 95% [=========================================================== ] 6053/6345 95% [=========================================================== ] 6054/6345 95% [=========================================================== ] 6055/6345 95% [=========================================================== ] 6056/6345 95% [=========================================================== ] 6057/6345 95% [=========================================================== ] 6058/6345 95% [=========================================================== ] 6059/6345 95% [=========================================================== ] 6060/6345 95% [=========================================================== ] 6061/6345 95% [=========================================================== ] 6062/6345 95% [=========================================================== ] 6063/6345 95% [=========================================================== ] 6064/6345 95% [=========================================================== ] 6065/6345 95% [=========================================================== ] 6066/6345 95% [=========================================================== ] 6067/6345 95% [=========================================================== ] 6068/6345 95% [=========================================================== ] 6069/6345 95% [=========================================================== ] 6070/6345 95% [=========================================================== ] 6071/6345 95% [=========================================================== ] 6072/6345 95% [=========================================================== ] 6073/6345 95% [=========================================================== ] 6074/6345 95% [=========================================================== ] 6075/6345 95% [=========================================================== ] 6076/6345 95% [=========================================================== ] 6077/6345 95% [=========================================================== ] 6078/6345 95% [=========================================================== ] 6079/6345 95% [=========================================================== ] 6080/6345 95% [=========================================================== ] 6081/6345 95% [=========================================================== ] 6082/6345 95% [=========================================================== ] 6083/6345 95% [=========================================================== ] 6084/6345 95% [=========================================================== ] 6085/6345 95% [=========================================================== ] 6086/6345 95% [=========================================================== ] 6087/6345 95% [=========================================================== ] 6088/6345 95% [=========================================================== ] 6089/6345 95% [=========================================================== ] 6090/6345 95% [=========================================================== ] 6091/6345 95% [=========================================================== ] 6092/6345 96% [=========================================================== ] 6093/6345 96% [=========================================================== ] 6094/6345 96% [=========================================================== ] 6095/6345 96% [=========================================================== ] 6096/6345 96% [=========================================================== ] 6097/6345 96% [=========================================================== ] 6098/6345 96% [=========================================================== ] 6099/6345 96% [=========================================================== ] 6100/6345 96% [=========================================================== ] 6101/6345 96% [=========================================================== ] 6102/6345 96% [=========================================================== ] 6103/6345 96% [=========================================================== ] 6104/6345 96% [=========================================================== ] 6105/6345 96% [=========================================================== ] 6106/6345 96% [=========================================================== ] 6107/6345 96% [=========================================================== ] 6108/6345 96% [=========================================================== ] 6109/6345 96% [=========================================================== ] 6110/6345 96% [=========================================================== ] 6111/6345 96% [=========================================================== ] 6112/6345 96% [=========================================================== ] 6113/6345 96% [=========================================================== ] 6114/6345 96% [=========================================================== ] 6115/6345 96% [=========================================================== ] 6116/6345 96% [=========================================================== ] 6117/6345 96% [=========================================================== ] 6118/6345 96% [=========================================================== ] 6119/6345 96% [=========================================================== ] 6120/6345 96% [=========================================================== ] 6121/6345 96% [=========================================================== ] 6122/6345 96% [=========================================================== ] 6123/6345 96% [=========================================================== ] 6124/6345 96% [=========================================================== ] 6125/6345 96% [=========================================================== ] 6126/6345 96% [=========================================================== ] 6127/6345 96% [=========================================================== ] 6128/6345 96% [=========================================================== ] 6129/6345 96% [=========================================================== ] 6130/6345 96% [=========================================================== ] 6131/6345 96% [=========================================================== ] 6132/6345 96% [=========================================================== ] 6133/6345 96% [=========================================================== ] 6134/6345 96% [=========================================================== ] 6135/6345 96% [=========================================================== ] 6136/6345 96% [=========================================================== ] 6137/6345 96% [=========================================================== ] 6138/6345 96% [=========================================================== ] 6139/6345 96% [=========================================================== ] 6140/6345 96% [============================================================ ] 6141/6345 96% [============================================================ ] 6142/6345 96% [============================================================ ] 6143/6345 96% [============================================================ ] 6144/6345 96% [============================================================ ] 6145/6345 96% [============================================================ ] 6146/6345 96% [============================================================ ] 6147/6345 96% [============================================================ ] 6148/6345 96% [============================================================ ] 6149/6345 96% [============================================================ ] 6150/6345 96% [============================================================ ] 6151/6345 96% [============================================================ ] 6152/6345 96% [============================================================ ] 6153/6345 96% [============================================================ ] 6154/6345 96% [============================================================ ] 6155/6345 97% [============================================================ ] 6156/6345 97% [============================================================ ] 6157/6345 97% [============================================================ ] 6158/6345 97% [============================================================ ] 6159/6345 97% [============================================================ ] 6160/6345 97% [============================================================ ] 6161/6345 97% [============================================================ ] 6162/6345 97% [============================================================ ] 6163/6345 97% [============================================================ ] 6164/6345 97% [============================================================ ] 6165/6345 97% [============================================================ ] 6166/6345 97% [============================================================ ] 6167/6345 97% [============================================================ ] 6168/6345 97% [============================================================ ] 6169/6345 97% [============================================================ ] 6170/6345 97% [============================================================ ] 6171/6345 97% [============================================================ ] 6172/6345 97% [============================================================ ] 6173/6345 97% [============================================================ ] 6174/6345 97% [============================================================ ] 6175/6345 97% [============================================================ ] 6176/6345 97% [============================================================ ] 6177/6345 97% [============================================================ ] 6178/6345 97% [============================================================ ] 6179/6345 97% [============================================================ ] 6180/6345 97% [============================================================ ] 6181/6345 97% [============================================================ ] 6182/6345 97% [============================================================ ] 6183/6345 97% [============================================================ ] 6184/6345 97% [============================================================ ] 6185/6345 97% [============================================================ ] 6186/6345 97% [============================================================ ] 6187/6345 97% [============================================================ ] 6188/6345 97% [============================================================ ] 6189/6345 97% [============================================================ ] 6190/6345 97% [============================================================ ] 6191/6345 97% [============================================================ ] 6192/6345 97% [============================================================ ] 6193/6345 97% [============================================================ ] 6194/6345 97% [============================================================ ] 6195/6345 97% [============================================================ ] 6196/6345 97% [============================================================ ] 6197/6345 97% [============================================================ ] 6198/6345 97% [============================================================ ] 6199/6345 97% [============================================================ ] 6200/6345 97% [============================================================ ] 6201/6345 97% [============================================================ ] 6202/6345 97% [============================================================ ] 6203/6345 97% [============================================================ ] 6204/6345 97% [============================================================ ] 6205/6345 97% [============================================================ ] 6206/6345 97% [============================================================ ] 6207/6345 97% [============================================================ ] 6208/6345 97% [============================================================ ] 6209/6345 97% [============================================================ ] 6210/6345 97% [============================================================ ] 6211/6345 97% [============================================================ ] 6212/6345 97% [============================================================ ] 6213/6345 97% [============================================================ ] 6214/6345 97% [============================================================ ] 6215/6345 97% [============================================================ ] 6216/6345 97% [============================================================ ] 6217/6345 97% [============================================================ ] 6218/6345 97% [============================================================ ] 6219/6345 98% [============================================================ ] 6220/6345 98% [============================================================ ] 6221/6345 98% [============================================================ ] 6222/6345 98% [============================================================ ] 6223/6345 98% [============================================================ ] 6224/6345 98% [============================================================ ] 6225/6345 98% [============================================================ ] 6226/6345 98% [============================================================ ] 6227/6345 98% [============================================================ ] 6228/6345 98% [============================================================ ] 6229/6345 98% [============================================================ ] 6230/6345 98% [============================================================ ] 6231/6345 98% [============================================================ ] 6232/6345 98% [============================================================ ] 6233/6345 98% [============================================================ ] 6234/6345 98% [============================================================ ] 6235/6345 98% [============================================================ ] 6236/6345 98% [============================================================ ] 6237/6345 98% [============================================================ ] 6238/6345 98% [============================================================ ] 6239/6345 98% [============================================================ ] 6240/6345 98% [============================================================ ] 6241/6345 98% [============================================================ ] 6242/6345 98% [============================================================= ] 6243/6345 98% [============================================================= ] 6244/6345 98% [============================================================= ] 6245/6345 98% [============================================================= ] 6246/6345 98% [============================================================= ] 6247/6345 98% [============================================================= ] 6248/6345 98% [============================================================= ] 6249/6345 98% [============================================================= ] 6250/6345 98% [============================================================= ] 6251/6345 98% [============================================================= ] 6252/6345 98% [============================================================= ] 6253/6345 98% [============================================================= ] 6254/6345 98% [============================================================= ] 6255/6345 98% [============================================================= ] 6256/6345 98% [============================================================= ] 6257/6345 98% [============================================================= ] 6258/6345 98% [============================================================= ] 6259/6345 98% [============================================================= ] 6260/6345 98% [============================================================= ] 6261/6345 98% [============================================================= ] 6262/6345 98% [============================================================= ] 6263/6345 98% [============================================================= ] 6264/6345 98% [============================================================= ] 6265/6345 98% [============================================================= ] 6266/6345 98% [============================================================= ] 6267/6345 98% [============================================================= ] 6268/6345 98% [============================================================= ] 6269/6345 98% [============================================================= ] 6270/6345 98% [============================================================= ] 6271/6345 98% [============================================================= ] 6272/6345 98% [============================================================= ] 6273/6345 98% [============================================================= ] 6274/6345 98% [============================================================= ] 6275/6345 98% [============================================================= ] 6276/6345 98% [============================================================= ] 6277/6345 98% [============================================================= ] 6278/6345 98% [============================================================= ] 6279/6345 98% [============================================================= ] 6280/6345 98% [============================================================= ] 6281/6345 98% [============================================================= ] 6282/6345 99% [============================================================= ] 6283/6345 99% [============================================================= ] 6284/6345 99% [============================================================= ] 6285/6345 99% [============================================================= ] 6286/6345 99% [============================================================= ] 6287/6345 99% [============================================================= ] 6288/6345 99% [============================================================= ] 6289/6345 99% [============================================================= ] 6290/6345 99% [============================================================= ] 6291/6345 99% [============================================================= ] 6292/6345 99% [============================================================= ] 6293/6345 99% [============================================================= ] 6294/6345 99% [============================================================= ] 6295/6345 99% [============================================================= ] 6296/6345 99% [============================================================= ] 6297/6345 99% [============================================================= ] 6298/6345 99% [============================================================= ] 6299/6345 99% [============================================================= ] 6300/6345 99% [============================================================= ] 6301/6345 99% [============================================================= ] 6302/6345 99% [============================================================= ] 6303/6345 99% [============================================================= ] 6304/6345 99% [============================================================= ] 6305/6345 99% [============================================================= ] 6306/6345 99% [============================================================= ] 6307/6345 99% [============================================================= ] 6308/6345 99% [============================================================= ] 6309/6345 99% [============================================================= ] 6310/6345 99% [============================================================= ] 6311/6345 99% [============================================================= ] 6312/6345 99% [============================================================= ] 6313/6345 99% [============================================================= ] 6314/6345 99% [============================================================= ] 6315/6345 99% [============================================================= ] 6316/6345 99% [============================================================= ] 6317/6345 99% [============================================================= ] 6318/6345 99% [============================================================= ] 6319/6345 99% [============================================================= ] 6320/6345 99% [============================================================= ] 6321/6345 99% [============================================================= ] 6322/6345 99% [============================================================= ] 6323/6345 99% [============================================================= ] 6324/6345 99% [============================================================= ] 6325/6345 99% [============================================================= ] 6326/6345 99% [============================================================= ] 6327/6345 99% [============================================================= ] 6328/6345 99% [============================================================= ] 6329/6345 99% [============================================================= ] 6330/6345 99% [============================================================= ] 6331/6345 99% [============================================================= ] 6332/6345 99% [============================================================= ] 6333/6345 99% [============================================================= ] 6334/6345 99% [============================================================= ] 6335/6345 99% [============================================================= ] 6336/6345 99% [============================================================= ] 6337/6345 99% [============================================================= ] 6338/6345 99% [============================================================= ] 6339/6345 99% [============================================================= ] 6340/6345 99% [============================================================= ] 6341/6345 99% [============================================================= ] 6342/6345 99% [============================================================= ] 6343/6345 99% [============================================================= ] 6344/6345 99% [==============================================================] 6345/6345 100% operation complete, 6345 objects in 927277 NAND pages. ln -snf /home/autobuild/autobuild/instance-3/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-3/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-3/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-3/buildroot' >>> Buildroot 2024.02-65-g8b025251d3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 11.4.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 11.4.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-44-gd37c2b20a4787463d192b32041c3406c2bd91de0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.4.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 4.19.309 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> argus 3.0.8.2 Collecting legal info README: OK (sha256: c68221f7207486bfce863fada4ba9b2aaf4adc9e1c672f965ae98e88143e5f16) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> zlib-ng 2.1.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> dfu-programmer 1.1.0 Collecting legal info COPYING: OK (sha256: d8fb44c26fecbb2b8a368a6c0ed4f5478a401fab03744325407736a80383af76) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> udev Collecting legal info >>> eudev 3.2.14 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> util-linux-libs 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> igd2-for-linux 2.2 Collecting legal info linuxigd2/doc/LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) linuxigd2/src/threadutil/COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libupnp 1.14.18 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> initscripts Collecting legal info >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 69.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libksba 1.6.5 Collecting legal info AUTHORS: OK (sha256: f9c59ea5a5e1dfdeebcd134e6a594c21eb088cc95f6653ee99ff2e187c105380) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnetconf2 2.1.28 Collecting legal info LICENSE: OK (sha256: bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064) >>> libyang 2.1.111 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpthread-stubs 0.5 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libqrtr-glib 1.2.2 Collecting legal info LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-pam 1.6.0 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> linuxptp 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lksctp-tools 1.0.19 Collecting legal info COPYING.lib: OK (sha256: dee5f35e583183abb9212938643ecb2d858fd89e2e286f4b1d903f65d49d6c76) COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> ltp-testsuite 20240129 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lxc 5.0.3 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> host-mosquitto 2.0.18 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> msmtp 1.8.24 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> musepack 475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> neard 0.19 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-devel-globaldestruction 0.14 Collecting legal info README: OK (sha256: f7adbd1db623233e220f9157521a620dbae4918ae7088845aa61e87b7f62bb23) >>> host-perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> perl-sub-exporter-progressive 0.001013 Collecting legal info LICENSE: OK (sha256: 24c38cba4218e6be62e511bffe21e63aa57335d8929034aa58e8a85eed001e99) >>> pigz 2.8 Collecting legal info README: OK (sha256: 328634933a65dbc7f97a0f51df52741dc67f593bbe9eccabc9eedc6934c4983b) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tcf-agent 1.8.0 Collecting legal info agent/edl-v10.html: OK (sha256: f82d01b74a513bd3504d08136026a5ac2a7e6ff62ebcde391fa74aa222d11ce0) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.48 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 6b1a1de0b3394002973daaa407b93a1d2c13efd8dd1a32095d6872c36f09ba66) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-4.19.309: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-3/buildroot'