/opt/qemu/bin/qemu-aarch64-static -version | fgrep 5.2.0 qemu-aarch64 version 5.2.0 vivado -version | fgrep 2022.1 Vivado v2022.1 (64-bit) vitis -version | fgrep 2022.1 ****** Vitis v2022.1 (64-bit) which petalinux-config /tools/Xilinx/PetaLinux/2022.1/tools/common/petalinux/bin/petalinux-config which arm-linux-gnueabihf-gcc /tools/Xilinx/Vitis/2022.1/gnu/aarch32/lin/gcc-arm-linux-gnueabi/bin/arm-linux-gnueabihf-gcc which microblaze-xilinx-elf-gcc /tools/Xilinx/Vitis/2022.1/gnu/microblaze/lin/bin/microblaze-xilinx-elf-gcc which ct-ng /opt/crosstool-ng/bin/ct-ng bash /home/p260/PYNQ/sdbuild/scripts/check_env.sh Checking system for required packages: bc gperf bison flex texi2html texinfo help2man gawk libtool libtool-bin build-essential automake libglib2.0-dev device-tree-compiler qemu-user-static binfmt-support multistrap git lib32z1 libbz2-1.0 lib32stdc++6 libssl-dev kpartx zerofree u-boot-tools rpm2cpio libsdl1.2-dev rsync python3-pip gcc-multilib libidn11 curl libncurses5-dev lib32ncurses5 mkdir -p /home/p260/PYNQ/sdbuild/build/Pynq_Custom cp /home/p260/PYNQ/sdbuild/boot/image_aarch64.its /home/p260/PYNQ/sdbuild/build/Pynq_Custom/image.its rm -rf /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp mkdir -p /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp BSP= BSP_BUILD=/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp BSP_ABS= BSP_PROJECT=xilinx-pynqcustom-2022.1 /home/p260/PYNQ/sdbuild/scripts/create_bsp.sh /home/p260/PYNQ/sdbuild/../boards/Pynq_Custom zynqMP INFO: Create project: xilinx-pynqcustom-2022.1 INFO: New project successfully created in /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp/xilinx-pynqcustom-2022.1 [INFO] Sourcing buildtools INFO: Getting hardware description... [INFO] Generating Kconfig for project [INFO] Silentconfig project [INFO] Extracting yocto SDK to components/yocto. This may take time! [INFO] Sourcing build environment [INFO] Generating kconfig for Rootfs [INFO] Silentconfig rootfs [INFO] Generating plnxtool conf [INFO] Adding user layers [INFO] Generating workspace directory /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp/xilinx-pynqcustom-2022.1.bsp INFO: Target BSP "/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp/xilinx-pynqcustom-2022.1.bsp" will contain the following projects INFO: PetaLinux project: /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp/xilinx-pynqcustom-2022.1 INFO: Sourcing build environment INFO: Copying /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp/xilinx-pynqcustom-2022.1/config.project INFO: Copying /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp/xilinx-pynqcustom-2022.1/.petalinux INFO: Copying /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp/xilinx-pynqcustom-2022.1/.gitignore INFO: Copying /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp/xilinx-pynqcustom-2022.1/project-spec INFO: Copying /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp/xilinx-pynqcustom-2022.1/components INFO: Creating BSP INFO: Generating package xilinx-pynqcustom-2022.1.bsp... INFO: BSP is ready rm -rf /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project cd /home/p260/PYNQ/sdbuild/build/Pynq_Custom && petalinux-create -t project -s /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_bsp/xilinx-pynqcustom-2022.1.bsp -n petalinux_project INFO: Create project: petalinux_project INFO: New project successfully created in /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project echo 'CONFIG_USER_LAYER_0="'/home/p260/PYNQ/sdbuild/boot/meta-pynq'"' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/config echo 'CONFIG_SUBSYSTEM_ROOTFS_EXT4=y' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/config echo 'CONFIG_SUBSYSTEM_SDROOT_DEV="/dev/mmcblk0p2"' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/config echo 'CONFIG_SUBSYSTEM_ETHERNET_MANUAL_SELECT=y' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/config if [ 1 = 1 ]; then echo 'CONFIG_SUBSYSTEM_DEVICETREE_FLAGS="-@"' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/config ; echo 'CONFIG_SUBSYSTEM_DTB_OVERLAY=y' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/config ; echo 'CONFIG_SUBSYSTEM_FPGA_MANAGER=y' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/config ; else echo 'CONFIG_SUBSYSTEM_REMOVE_PL_DTB=y' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/config ; fi if [ -z ]; then echo 'CONFIG_SUBSYSTEM_REMOVE_PL_DTB=y' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/config ; fi echo 'CONFIG_xrt=y' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/rootfs_config echo 'CONFIG_xrt-dev=y' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/rootfs_config echo 'CONFIG_zocl=y' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/rootfs_config echo 'CONFIG_opencl-headers-dev=y' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/rootfs_config echo 'CONFIG_opencl-clhpp-dev=y' >> /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/project-spec/configs/rootfs_config petalinux-config --silentconfig -p /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project [INFO] Sourcing buildtools [INFO] Generating Kconfig for project [INFO] Silentconfig project [INFO] Extracting yocto SDK to components/yocto. This may take time! [INFO] Sourcing build environment [INFO] Generating kconfig for Rootfs [INFO] Silentconfig rootfs [INFO] Generating plnxtool conf [INFO] Adding user layers [INFO] Generating workspace directory [INFO] Successfully configured project PYNQ_BOARDNAME=Pynq_Custom FPGA_MANAGER=1 petalinux-build -c device-tree -p /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project [INFO] Sourcing buildtools [INFO] Building device-tree [INFO] Sourcing build environment [INFO] Generating workspace directory INFO: bitbake virtual/dtb NOTE: Started PRServer with DBfile: /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/build/cache/prserv.sqlite3, Address: 127.0.0.1:35501, PID: 1596 Loading cache...done. Loaded 0 entries from dependency cache. Parsing recipes...done. Parsing of 3595 .bb files complete (0 cached, 3595 parsed). 5399 targets, 562 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies NOTE: Fetching uninative binary shim file:///home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/downloads/uninative/126f4f7f6f21084ee140dac3eb4c536b963837826b7c38599db0b512c3377ba2/x86_64-nativesdk-libc-3.4.tar.xz;sha256sum=126f4f7f6f21084ee140dac3eb4c536b963837826b7c38599db0b512c3377ba2 (will check PREMIRRORS first) Initialising tasks...done. Checking sstate mirror object availability...done. Sstate summary: Wanted 274 Local 0 Network 249 Missed 25 Current 0 (90% match, 0% complete) NOTE: Executing Tasks NOTE: Running setscene task 1 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/gettext/gettext-minimal-native_0.21.bb:do_populate_lic_setscene) NOTE: Running setscene task 2 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/glibc/glibc_2.34.bb:do_package_qa_setscene) NOTE: Running setscene task 3 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/glibc/glibc_2.34.bb:do_package_write_rpm_setscene) NOTE: Running setscene task 4 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/glibc/glibc_2.34.bb:do_populate_lic_setscene) NOTE: recipe gettext-minimal-native-0.21-r0: task do_populate_lic_setscene: Started NOTE: recipe glibc-2.34-r0: task do_package_qa_setscene: Started NOTE: recipe glibc-2.34-r0: task do_package_write_rpm_setscene: Started NOTE: recipe glibc-2.34-r0: task do_populate_lic_setscene: Started NOTE: recipe glibc-2.34-r0: task do_package_qa_setscene: Succeeded NOTE: Running setscene task 5 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/systemd/systemd-systemctl-native.bb:do_populate_lic_setscene) NOTE: recipe gettext-minimal-native-0.21-r0: task do_populate_lic_setscene: Succeeded NOTE: recipe glibc-2.34-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 6 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/binutils/binutils-cross_2.37.bb:do_populate_lic_setscene) NOTE: Running setscene task 7 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/gcc-cross_11.2.bb:do_populate_lic_setscene) NOTE: recipe systemd-systemctl-native-1.0-r6: task do_populate_lic_setscene: Started NOTE: recipe gcc-cross-aarch64-11.2.0-r0: task do_populate_lic_setscene: Started NOTE: recipe binutils-cross-aarch64-2.37-r0: task do_populate_lic_setscene: Started NOTE: recipe systemd-systemctl-native-1.0-r6: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 8 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/libgcc-initial_11.2.bb:do_populate_lic_setscene) NOTE: recipe libgcc-initial-11.2.0-r0: task do_populate_lic_setscene: Started NOTE: recipe gcc-cross-aarch64-11.2.0-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 9 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/libgcc_11.2.bb:do_package_qa_setscene) NOTE: recipe glibc-2.34-r0: task do_package_write_rpm_setscene: Succeeded NOTE: Running setscene task 10 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/libgcc_11.2.bb:do_package_write_rpm_setscene) NOTE: recipe libgcc-11.2.0-r0: task do_package_qa_setscene: Started NOTE: recipe libgcc-11.2.0-r0: task do_package_write_rpm_setscene: Started NOTE: recipe libgcc-initial-11.2.0-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 11 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/libgcc_11.2.bb:do_populate_lic_setscene) NOTE: recipe libgcc-11.2.0-r0: task do_populate_lic_setscene: Started NOTE: recipe libgcc-11.2.0-r0: task do_package_qa_setscene: Succeeded NOTE: Running setscene task 12 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_populate_lic_setscene) NOTE: recipe libtool-native-2.4.6-r0: task do_populate_lic_setscene: Started NOTE: recipe binutils-cross-aarch64-2.37-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 13 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_lic_setscene) NOTE: recipe m4-native-1.4.19-r0: task do_populate_lic_setscene: Started NOTE: recipe libgcc-11.2.0-r0: task do_package_write_rpm_setscene: Succeeded NOTE: Running setscene task 14 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_lic_setscene) NOTE: recipe quilt-native-0.66-r0: task do_populate_lic_setscene: Started NOTE: recipe libgcc-11.2.0-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 15 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_lic_setscene) NOTE: recipe texinfo-dummy-native-1.0-r0: task do_populate_lic_setscene: Started NOTE: recipe libtool-native-2.4.6-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 16 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_lic_setscene) NOTE: recipe kern-tools-native-0.3+gitAUTOINC+90598a5fae-r0: task do_populate_lic_setscene: Started NOTE: recipe m4-native-1.4.19-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 17 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/kmod/kmod-native_git.bb:do_populate_lic_setscene) NOTE: recipe kmod-native-29-r0: task do_populate_lic_setscene: Started NOTE: recipe quilt-native-0.66-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 18 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb:do_package_qa_setscene) NOTE: recipe linux-libc-headers-5.14-r0: task do_package_qa_setscene: Started NOTE: recipe texinfo-dummy-native-1.0-r0: task do_populate_lic_setscene: Succeeded NOTE: recipe kern-tools-native-0.3+gitAUTOINC+90598a5fae-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 19 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb:do_package_write_rpm_setscene) NOTE: Running setscene task 20 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb:do_populate_lic_setscene) NOTE: recipe linux-libc-headers-5.14-r0: task do_populate_lic_setscene: Started NOTE: recipe linux-libc-headers-5.14-r0: task do_package_write_rpm_setscene: Started NOTE: recipe kmod-native-29-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 32 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot_setscene) NOTE: recipe depmodwrapper-cross-1.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe linux-libc-headers-5.14-r0: task do_package_qa_setscene: Succeeded NOTE: Running setscene task 35 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb:do_populate_lic_setscene) NOTE: recipe u-boot-tools-native-1_2021.07-r0: task do_populate_lic_setscene: Started NOTE: recipe linux-libc-headers-5.14-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 36 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-connectivity/openssl/openssl_1.1.1l.bb:do_populate_lic_setscene) NOTE: recipe depmodwrapper-cross-1.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 38 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/ncurses/ncurses_6.2.bb:do_populate_lic_setscene) NOTE: recipe openssl-native-1.1.1l-r0: task do_populate_lic_setscene: Started NOTE: recipe linux-libc-headers-5.14-r0: task do_package_write_rpm_setscene: Succeeded NOTE: Running setscene task 39 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/readline/readline_8.1.bb:do_populate_lic_setscene) NOTE: recipe ncurses-native-6.2-r0: task do_populate_lic_setscene: Started NOTE: recipe u-boot-tools-native-1_2021.07-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 40 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/util-linux/util-linux-libuuid_2.37.2.bb:do_populate_lic_setscene) NOTE: recipe readline-native-8.1-r0: task do_populate_lic_setscene: Started NOTE: recipe util-linux-libuuid-native-2.37.2-r0: task do_populate_lic_setscene: Started NOTE: recipe openssl-native-1.1.1l-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 41 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/util-linux/util-linux_2.37.2.bb:do_populate_lic_setscene) NOTE: recipe util-linux-native-2.37.2-r0: task do_populate_lic_setscene: Started NOTE: recipe ncurses-native-6.2-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 42 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_lic_setscene) NOTE: recipe zlib-native-1.2.11-r0: task do_populate_lic_setscene: Started NOTE: recipe util-linux-libuuid-native-2.37.2-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 43 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/autoconf-archive/autoconf-archive_2021.02.19.bb:do_populate_lic_setscene) NOTE: recipe readline-native-8.1-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 44 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/autoconf/autoconf_2.71.bb:do_populate_lic_setscene) NOTE: recipe autoconf-archive-native-2021.02.19-r0: task do_populate_lic_setscene: Started NOTE: recipe autoconf-native-2.71-r0: task do_populate_lic_setscene: Started NOTE: recipe util-linux-native-2.37.2-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 45 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/automake/automake_1.16.3.bb:do_populate_lic_setscene) NOTE: recipe zlib-native-1.2.11-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 46 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/bison/bison_3.7.6.bb:do_populate_lic_setscene) NOTE: recipe automake-native-1.16.3-r0: task do_populate_lic_setscene: Started NOTE: recipe bison-native-3.7.6-r0: task do_populate_lic_setscene: Started NOTE: recipe autoconf-archive-native-2021.02.19-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 47 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_lic_setscene) NOTE: recipe autoconf-native-2.71-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 48 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.4.bb:do_populate_lic_setscene) NOTE: recipe dwarfsrcfiles-native-1.0-r0: task do_populate_lic_setscene: Started NOTE: recipe e2fsprogs-native-1.46.4-r0: task do_populate_lic_setscene: Started NOTE: recipe automake-native-1.16.3-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 49 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/elfutils/elfutils_0.185.bb:do_populate_lic_setscene) NOTE: recipe bison-native-3.7.6-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 50 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/file/file_5.40.bb:do_populate_lic_setscene) NOTE: recipe elfutils-native-0.185-r1: task do_populate_lic_setscene: Started NOTE: recipe dwarfsrcfiles-native-1.0-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 51 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic_setscene) NOTE: recipe file-native-5.40-r0: task do_populate_lic_setscene: Started NOTE: recipe flex-native-2.6.4-r0: task do_populate_lic_setscene: Started NOTE: recipe e2fsprogs-native-1.46.4-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 52 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic_setscene) NOTE: recipe gnu-config-native-20210722+gitAUTOINC+805517123c-r0: task do_populate_lic_setscene: Started NOTE: recipe elfutils-native-0.185-r1: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 53 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/make/make_4.3.bb:do_populate_lic_setscene) NOTE: recipe file-native-5.40-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 54 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic_setscene) NOTE: recipe make-native-4.3-r0: task do_populate_lic_setscene: Started NOTE: recipe flex-native-2.6.4-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 55 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic_setscene) NOTE: recipe patch-native-2.7.6-r0: task do_populate_lic_setscene: Started NOTE: recipe pkgconfig-native-0.29.2+gitAUTOINC+edf8e6f0ea-r0: task do_populate_lic_setscene: Started NOTE: recipe gnu-config-native-20210722+gitAUTOINC+805517123c-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 56 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_lic_setscene) NOTE: recipe pseudo-native-1.9.0+gitAUTOINC+d34f2f6ced-r0: task do_populate_lic_setscene: Started NOTE: recipe make-native-4.3-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 57 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot_setscene) NOTE: recipe patch-native-2.7.6-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 58 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3-cython_0.29.24.bb:do_populate_lic_setscene) NOTE: recipe pseudo-native-1.9.0+gitAUTOINC+d34f2f6ced-r0: task do_populate_sysroot_setscene: Started NOTE: recipe python3-cython-native-0.29.24-r0: task do_populate_lic_setscene: Started NOTE: recipe pkgconfig-native-0.29.2+gitAUTOINC+edf8e6f0ea-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 59 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb:do_populate_lic_setscene) NOTE: recipe pseudo-native-1.9.0+gitAUTOINC+d34f2f6ced-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 60 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3-setuptools_57.4.0.bb:do_populate_lic_setscene) NOTE: recipe python3-pyyaml-native-5.4.1-r0: task do_populate_lic_setscene: Started NOTE: recipe python3-setuptools-native-57.4.0-r0: task do_populate_lic_setscene: Started NOTE: recipe python3-cython-native-0.29.24-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 61 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3_3.9.9.bb:do_populate_lic_setscene) NOTE: recipe pseudo-native-1.9.0+gitAUTOINC+d34f2f6ced-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 65 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/libgcc_11.2.bb:do_packagedata_setscene) NOTE: recipe python3-setuptools-native-57.4.0-r0: task do_populate_lic_setscene: Succeeded NOTE: recipe python3-native-3.9.9-r0: task do_populate_lic_setscene: Started NOTE: Running setscene task 71 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/libgcc_11.2.bb:do_populate_sysroot_setscene) NOTE: recipe libgcc-11.2.0-r0: task do_packagedata_setscene: Started NOTE: recipe libgcc-11.2.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe python3-pyyaml-native-5.4.1-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 72 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/kmod/kmod-native_git.bb:do_populate_sysroot_setscene) NOTE: recipe kmod-native-29-r0: task do_populate_sysroot_setscene: Started NOTE: recipe python3-native-3.9.9-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 74 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot_setscene) NOTE: recipe kern-tools-native-0.3+gitAUTOINC+90598a5fae-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libgcc-11.2.0-r0: task do_packagedata_setscene: Succeeded NOTE: Running setscene task 76 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/glibc/glibc_2.34.bb:do_packagedata_setscene) NOTE: recipe glibc-2.34-r0: task do_packagedata_setscene: Started NOTE: recipe kmod-native-29-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 78 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb:do_populate_sysroot_setscene) NOTE: recipe libgcc-11.2.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 79 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/glibc/glibc_2.34.bb:do_populate_sysroot_setscene) NOTE: recipe u-boot-tools-native-1_2021.07-r0: task do_populate_sysroot_setscene: Started NOTE: recipe glibc-2.34-r0: task do_populate_sysroot_setscene: Started NOTE: recipe kern-tools-native-0.3+gitAUTOINC+90598a5fae-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 83 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb:do_populate_sysroot_setscene) NOTE: recipe python3-pyyaml-native-5.4.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe glibc-2.34-r0: task do_packagedata_setscene: Succeeded NOTE: Running setscene task 85 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb:do_packagedata_setscene) NOTE: recipe linux-libc-headers-5.14-r0: task do_packagedata_setscene: Started NOTE: recipe u-boot-tools-native-1_2021.07-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 87 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb:do_populate_lic_setscene) NOTE: recipe rpm-native-1_4.16.1.3-r0: task do_populate_lic_setscene: Started NOTE: recipe python3-pyyaml-native-5.4.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 88 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3-cython_0.29.24.bb:do_populate_sysroot_setscene) NOTE: recipe python3-cython-native-0.29.24-r0: task do_populate_sysroot_setscene: Started NOTE: recipe linux-libc-headers-5.14-r0: task do_packagedata_setscene: Succeeded NOTE: Running setscene task 90 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot_setscene) NOTE: recipe dwarfsrcfiles-native-1.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe rpm-native-1_4.16.1.3-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 92 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb:do_populate_sysroot_setscene) NOTE: recipe rpm-native-1_4.16.1.3-r0: task do_populate_sysroot_setscene: Started NOTE: recipe dwarfsrcfiles-native-1.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 94 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/rsync/rsync_3.2.3.bb:do_populate_lic_setscene) NOTE: recipe rsync-native-3.2.3-r0: task do_populate_lic_setscene: Started NOTE: recipe glibc-2.34-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 97 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/systemd/systemd-systemctl-native.bb:do_populate_sysroot_setscene) NOTE: recipe systemd-systemctl-native-1.0-r6: task do_populate_sysroot_setscene: Started NOTE: recipe python3-cython-native-0.29.24-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 98 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/libgcc-initial_11.2.bb:do_populate_sysroot_setscene) NOTE: recipe libgcc-initial-11.2.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe rpm-native-1_4.16.1.3-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 99 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/elfutils/elfutils_0.185.bb:do_populate_sysroot_setscene) NOTE: recipe systemd-systemctl-native-1.0-r6: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 101 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/file/file_5.40.bb:do_populate_sysroot_setscene) NOTE: recipe elfutils-native-0.185-r1: task do_populate_sysroot_setscene: Started NOTE: recipe file-native-5.40-r0: task do_populate_sysroot_setscene: Started NOTE: recipe rsync-native-3.2.3-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 102 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/make/make_4.3.bb:do_populate_sysroot_setscene) NOTE: recipe make-native-4.3-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libgcc-initial-11.2.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 103 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/gcc-cross_11.2.bb:do_populate_sysroot_setscene) NOTE: recipe gcc-cross-aarch64-11.2.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe file-native-5.40-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 107 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3-setuptools_57.4.0.bb:do_populate_sysroot_setscene) NOTE: recipe python3-setuptools-native-57.4.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe elfutils-native-0.185-r1: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 110 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/swig/swig_4.0.2.bb:do_populate_lic_setscene) NOTE: recipe make-native-4.3-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 112 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_lic_setscene) NOTE: recipe swig-native-4.0.2-r0: task do_populate_lic_setscene: Started NOTE: recipe unifdef-native-2.12-r0: task do_populate_lic_setscene: Started NOTE: recipe unifdef-native-2.12-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 113 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic_setscene) NOTE: recipe bc-native-1.07.1-r0: task do_populate_lic_setscene: Started NOTE: recipe python3-setuptools-native-57.4.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 115 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot_setscene) NOTE: recipe swig-native-4.0.2-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 116 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic_setscene) NOTE: recipe bc-native-1.07.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe bzip2-native-1.0.8-r0: task do_populate_lic_setscene: Started NOTE: recipe bc-native-1.07.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 118 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_lic_setscene) NOTE: recipe bzip2-native-1.0.8-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 119 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libarchive/libarchive_3.5.1.bb:do_populate_lic_setscene) NOTE: recipe bc-native-1.07.1-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 120 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libarchive/libarchive_3.5.1.bb:do_populate_sysroot_setscene) NOTE: recipe gperf-native-3.1-r0: task do_populate_lic_setscene: Started NOTE: recipe libarchive-native-3.5.1-r0: task do_populate_lic_setscene: Started NOTE: recipe libarchive-native-3.5.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gperf-native-3.1-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 121 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libidn/libidn2_2.3.2.bb:do_populate_lic_setscene) NOTE: recipe libarchive-native-3.5.1-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 122 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic_setscene) NOTE: recipe libidn2-native-2.3.2-r0: task do_populate_lic_setscene: Started NOTE: recipe libnsl2-native-2.0.0-r0: task do_populate_lic_setscene: Started NOTE: recipe libarchive-native-3.5.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 123 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.4.bb:do_populate_sysroot_setscene) NOTE: recipe e2fsprogs-native-1.46.4-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libnsl2-native-2.0.0-r0: task do_populate_lic_setscene: Succeeded NOTE: recipe libidn2-native-2.3.2-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 125 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb:do_populate_lic_setscene) NOTE: Running setscene task 126 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/pigz/pigz_2.6.bb:do_populate_sysroot_setscene) NOTE: recipe gcc-cross-aarch64-11.2.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 129 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb:do_populate_sysroot_setscene) NOTE: recipe pigz-native-2.6-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libtirpc-native-1.3.2-r0: task do_populate_lic_setscene: Started NOTE: recipe linux-libc-headers-5.14-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libtirpc-native-1.3.2-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 130 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/xz/xz_5.2.5.bb:do_populate_lic_setscene) NOTE: recipe xz-native-5.2.5-r0: task do_populate_lic_setscene: Started NOTE: recipe pigz-native-2.6-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 132 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/zstd/zstd_1.5.0.bb:do_populate_lic_setscene) NOTE: recipe e2fsprogs-native-1.46.4-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 134 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/zstd/zstd_1.5.0.bb:do_populate_sysroot_setscene) NOTE: recipe zstd-native-1.5.0-r0: task do_populate_lic_setscene: Started NOTE: recipe zstd-native-1.5.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe linux-libc-headers-5.14-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 135 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/binutils/binutils-cross_2.37.bb:do_populate_sysroot_setscene) NOTE: recipe binutils-cross-aarch64-2.37-r0: task do_populate_sysroot_setscene: Started NOTE: recipe xz-native-5.2.5-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 137 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot_setscene) NOTE: recipe zstd-native-1.5.0-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 138 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/rsync/rsync_3.2.3.bb:do_populate_sysroot_setscene) NOTE: recipe patch-native-2.7.6-r0: task do_populate_sysroot_setscene: Started NOTE: recipe rsync-native-3.2.3-r0: task do_populate_sysroot_setscene: Started NOTE: recipe zstd-native-1.5.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 139 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_sysroot_setscene) NOTE: recipe unifdef-native-2.12-r0: task do_populate_sysroot_setscene: Started NOTE: recipe patch-native-2.7.6-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 142 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic_setscene) NOTE: recipe gtk-doc-native-1.33.2-r0: task do_populate_lic_setscene: Started NOTE: recipe rsync-native-3.2.3-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 144 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/dtc/dtc_1.6.1.bb:do_populate_lic_setscene) NOTE: recipe dtc-native-1.6.1-r0: task do_populate_lic_setscene: Started NOTE: recipe unifdef-native-2.12-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 146 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic_setscene) NOTE: recipe gtk-doc-native-1.33.2-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 147 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot_setscene) NOTE: recipe acl-native-2.3.1-r0: task do_populate_lic_setscene: Started NOTE: recipe binutils-cross-aarch64-2.37-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 149 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic_setscene) NOTE: recipe acl-native-2.3.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe dtc-native-1.6.1-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 150 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/curl/curl_7.78.0.bb:do_populate_lic_setscene) NOTE: recipe attr-native-2.5.1-r0: task do_populate_lic_setscene: Started NOTE: recipe curl-native-7.78.0-r0: task do_populate_lic_setscene: Started NOTE: recipe acl-native-2.3.1-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 151 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/db/db_5.3.28.bb:do_populate_lic_setscene) NOTE: recipe db-native-1_5.3.28-r1: task do_populate_lic_setscene: Started NOTE: recipe acl-native-2.3.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 153 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot_setscene) NOTE: recipe attr-native-2.5.1-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 154 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/db/db_5.3.28.bb:do_populate_sysroot_setscene) NOTE: recipe attr-native-2.5.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe curl-native-7.78.0-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 155 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/gdbm/gdbm_1.19.bb:do_populate_lic_setscene) NOTE: recipe db-native-1_5.3.28-r1: task do_populate_sysroot_setscene: Started NOTE: recipe gdbm-native-1.19-r0: task do_populate_lic_setscene: Started NOTE: recipe db-native-1_5.3.28-r1: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 156 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/gmp/gmp_6.2.1.bb:do_populate_lic_setscene) NOTE: recipe gmp-native-6.2.1-r0: task do_populate_lic_setscene: Started NOTE: recipe attr-native-2.5.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 158 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/gnutls/gnutls_3.7.2.bb:do_populate_lic_setscene) NOTE: recipe gnutls-native-3.7.2-r0: task do_populate_lic_setscene: Started NOTE: recipe gdbm-native-1.19-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 159 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb:do_populate_lic_setscene) NOTE: recipe gmp-native-6.2.1-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 160 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libcap/libcap_2.51.bb:do_populate_lic_setscene) NOTE: recipe db-native-1_5.3.28-r1: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 162 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libffi/libffi_3.4.2.bb:do_populate_lic_setscene) NOTE: recipe libcap-ng-native-0.8.2-r0: task do_populate_lic_setscene: Started NOTE: recipe libcap-native-2.51-r0: task do_populate_lic_setscene: Started NOTE: recipe libffi-native-3.4.2-r0: task do_populate_lic_setscene: Started NOTE: recipe gnutls-native-3.7.2-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 163 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libgcrypt/libgcrypt_1.9.4.bb:do_populate_lic_setscene) NOTE: recipe libgcrypt-native-1.9.4-r0: task do_populate_lic_setscene: Started NOTE: recipe libcap-native-2.51-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 164 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libgpg-error/libgpg-error_1.42.bb:do_populate_lic_setscene) NOTE: recipe libffi-native-3.4.2-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 165 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb:do_populate_lic_setscene) NOTE: recipe libgpg-error-native-1.42-r0: task do_populate_lic_setscene: Started NOTE: recipe libmicrohttpd-native-0.9.73-r0: task do_populate_lic_setscene: Started NOTE: recipe libgcrypt-native-1.9.4-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 166 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb:do_populate_sysroot_setscene) NOTE: recipe libcap-ng-native-0.8.2-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 167 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libmpc/libmpc_1.2.1.bb:do_populate_lic_setscene) NOTE: recipe libmicrohttpd-native-0.9.73-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libmpc-native-1.2.1-r0: task do_populate_lic_setscene: Started NOTE: recipe libgpg-error-native-1.42-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 168 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libmpc/libmpc_1.2.1.bb:do_populate_sysroot_setscene) NOTE: recipe libmpc-native-1.2.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libmicrohttpd-native-0.9.73-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 169 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libpcre/libpcre2_10.37.bb:do_populate_lic_setscene) NOTE: recipe libmicrohttpd-native-0.9.73-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 170 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/curl/curl_7.78.0.bb:do_populate_sysroot_setscene) NOTE: recipe libpcre2-native-10.37-r0: task do_populate_lic_setscene: Started NOTE: recipe libmpc-native-1.2.1-r0: task do_populate_lic_setscene: Succeeded NOTE: recipe curl-native-7.78.0-r0: task do_populate_sysroot_setscene: Started NOTE: Running setscene task 171 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/gnutls/gnutls_3.7.2.bb:do_populate_sysroot_setscene) NOTE: recipe gnutls-native-3.7.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libmpc-native-1.2.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 172 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libgcrypt/libgcrypt_1.9.4.bb:do_populate_sysroot_setscene) NOTE: recipe libgcrypt-native-1.9.4-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libpcre2-native-10.37-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 175 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_lic_setscene) NOTE: recipe curl-native-7.78.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 177 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libunistring/libunistring_0.9.10.bb:do_populate_lic_setscene) NOTE: recipe libpcre-native-8.45-r0: task do_populate_lic_setscene: Started NOTE: recipe libunistring-native-0.9.10-r0: task do_populate_lic_setscene: Started NOTE: recipe gnutls-native-3.7.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 178 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libidn/libidn2_2.3.2.bb:do_populate_sysroot_setscene) NOTE: recipe libidn2-native-2.3.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libgcrypt-native-1.9.4-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 180 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libcap/libcap_2.51.bb:do_populate_sysroot_setscene) NOTE: recipe libcap-native-2.51-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libpcre-native-8.45-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 182 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libgpg-error/libgpg-error_1.42.bb:do_populate_sysroot_setscene) NOTE: recipe libunistring-native-0.9.10-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 183 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic_setscene) NOTE: recipe libgpg-error-native-1.42-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libyaml-native-0.2.5-r0: task do_populate_lic_setscene: Started NOTE: recipe libidn2-native-2.3.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 185 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot_setscene) NOTE: recipe gtk-doc-native-1.33.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libcap-native-2.51-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 187 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libunistring/libunistring_0.9.10.bb:do_populate_sysroot_setscene) NOTE: recipe libyaml-native-0.2.5-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 188 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_lic_setscene) NOTE: recipe libunistring-native-0.9.10-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libgpg-error-native-1.42-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 190 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_sysroot_setscene) NOTE: recipe lzo-native-2.10-r0: task do_populate_lic_setscene: Started NOTE: recipe lzo-native-2.10-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gtk-doc-native-1.33.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 192 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/mpfr/mpfr_4.1.0.bb:do_populate_lic_setscene) NOTE: recipe libunistring-native-0.9.10-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 193 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot_setscene) NOTE: recipe mpfr-native-4.1.0-r0: task do_populate_lic_setscene: Started NOTE: recipe lzo-native-2.10-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 195 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/mpfr/mpfr_4.1.0.bb:do_populate_sysroot_setscene) NOTE: recipe gperf-native-3.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe mpfr-native-4.1.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe lzo-native-2.10-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 197 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/nettle/nettle_3.7.3.bb:do_populate_lic_setscene) NOTE: recipe nettle-native-3.7.3-r0: task do_populate_lic_setscene: Started NOTE: recipe mpfr-native-4.1.0-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 198 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/nettle/nettle_3.7.3.bb:do_populate_sysroot_setscene) NOTE: recipe nettle-native-3.7.3-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gperf-native-3.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 200 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/popt/popt_1.18.bb:do_populate_lic_setscene) NOTE: recipe popt-native-1.18-r0: task do_populate_lic_setscene: Started NOTE: recipe nettle-native-3.7.3-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 201 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/popt/popt_1.18.bb:do_populate_sysroot_setscene) NOTE: recipe mpfr-native-4.1.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 203 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/sqlite/sqlite3_3.36.0.bb:do_populate_lic_setscene) NOTE: recipe popt-native-1.18-r0: task do_populate_sysroot_setscene: Started NOTE: recipe sqlite3-native-3_3.36.0-r0: task do_populate_lic_setscene: Started NOTE: recipe popt-native-1.18-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 204 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-virtualization/recipes-kernel/dtc/python3-dtc_1.6.1.bb:do_populate_lic_setscene) NOTE: recipe python3-dtc-native-1.6.1-r0: task do_populate_lic_setscene: Started NOTE: recipe popt-native-1.18-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 206 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-virtualization/recipes-kernel/dtc/python3-dtc_1.6.1.bb:do_populate_sysroot_setscene) NOTE: recipe sqlite3-native-3_3.36.0-r0: task do_populate_lic_setscene: Succeeded NOTE: Running task 1 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/gcc-source_11.2.bb:do_rm_work) NOTE: recipe python3-dtc-native-1.6.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gcc-source-11.2.0-11.2.0-r0: task do_rm_work: Started NOTE: recipe nettle-native-3.7.3-r0: task do_populate_sysroot_setscene: Succeeded NOTE: recipe gcc-source-11.2.0-11.2.0-r0: task do_rm_work: Succeeded NOTE: Running setscene task 207 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/gmp/gmp_6.2.1.bb:do_populate_sysroot_setscene) NOTE: Running task 2 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_rm_work) NOTE: recipe gmp-native-6.2.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe python3-dtc-native-1.6.1-r0: task do_populate_lic_setscene: Succeeded NOTE: Running task 3 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_check) NOTE: recipe external-hdf-1.0-r0: task do_check: Started NOTE: recipe external-hdf-1.0-r0: task do_check: Succeeded NOTE: Running task 33 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_fetch) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_rm_work: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_rm_work: Succeeded NOTE: Running task 91 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_fetch) NOTE: recipe python3-dtc-native-1.6.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 209 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/swig/swig_4.0.2.bb:do_populate_sysroot_setscene) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_fetch: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_fetch: Started NOTE: recipe swig-native-4.0.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gmp-native-6.2.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 210 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/dtc/dtc_1.6.1.bb:do_populate_sysroot_setscene) NOTE: recipe dtc-native-1.6.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe swig-native-4.0.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 211 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3_3.9.9.bb:do_populate_sysroot_setscene) NOTE: recipe dtc-native-1.6.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 212 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/bison/bison_3.7.6.bb:do_populate_sysroot_setscene) NOTE: recipe bison-native-3.7.6-r0: task do_populate_sysroot_setscene: Started NOTE: recipe python3-native-3.9.9-r0: task do_populate_sysroot_setscene: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_fetch: Succeeded NOTE: Running setscene task 216 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_sysroot_setscene) NOTE: recipe libpcre-native-8.45-r0: task do_populate_sysroot_setscene: Started NOTE: recipe bison-native-3.7.6-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 218 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot_setscene) NOTE: recipe flex-native-2.6.4-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libpcre-native-8.45-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 220 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot_setscene) NOTE: recipe libyaml-native-0.2.5-r0: task do_populate_sysroot_setscene: Started NOTE: recipe flex-native-2.6.4-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running task 92 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_unpack) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_unpack: Started NOTE: recipe libyaml-native-0.2.5-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running task 108 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_fetch) NOTE: recipe external-hdf-1.0-r0: task do_fetch: Started NOTE: recipe external-hdf-1.0-r0: task do_fetch: Succeeded NOTE: Running task 109 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_unpack) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_unpack: Succeeded NOTE: recipe external-hdf-1.0-r0: task do_unpack: Started NOTE: recipe external-hdf-1.0-r0: task do_unpack: Succeeded NOTE: recipe python3-native-3.9.9-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 224 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-connectivity/openssl/openssl_1.1.1l.bb:do_populate_sysroot_setscene) NOTE: Running setscene task 225 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/readline/readline_8.1.bb:do_populate_sysroot_setscene) NOTE: Running setscene task 226 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/util-linux/util-linux_2.37.2.bb:do_populate_sysroot_setscene) NOTE: recipe openssl-native-1.1.1l-r0: task do_populate_sysroot_setscene: Started NOTE: recipe readline-native-8.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe util-linux-native-2.37.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe readline-native-8.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 228 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/autoconf-archive/autoconf-archive_2021.02.19.bb:do_populate_sysroot_setscene) NOTE: recipe autoconf-archive-native-2021.02.19-r0: task do_populate_sysroot_setscene: Started NOTE: recipe openssl-native-1.1.1l-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 231 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot_setscene) NOTE: recipe bzip2-native-1.0.8-r0: task do_populate_sysroot_setscene: Started NOTE: recipe util-linux-native-2.37.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 232 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/ncurses/ncurses_6.2.bb:do_populate_sysroot_setscene) NOTE: recipe ncurses-native-6.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe bzip2-native-1.0.8-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 233 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/util-linux/util-linux-libuuid_2.37.2.bb:do_populate_sysroot_setscene) NOTE: recipe util-linux-libuuid-native-2.37.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe autoconf-archive-native-2021.02.19-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 237 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot_setscene) NOTE: recipe libnsl2-native-2.0.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe util-linux-libuuid-native-2.37.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 239 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/gdbm/gdbm_1.19.bb:do_populate_sysroot_setscene) NOTE: recipe ncurses-native-6.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 241 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb:do_populate_sysroot_setscene) NOTE: recipe gdbm-native-1.19-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libcap-ng-native-0.8.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libnsl2-native-2.0.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 243 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb:do_populate_sysroot_setscene) NOTE: recipe libtirpc-native-1.3.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gdbm-native-1.19-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 245 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libffi/libffi_3.4.2.bb:do_populate_sysroot_setscene) NOTE: recipe libcap-ng-native-0.8.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 247 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libpcre/libpcre2_10.37.bb:do_populate_sysroot_setscene) NOTE: recipe libffi-native-3.4.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libpcre2-native-10.37-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libffi-native-3.4.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 249 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/sqlite/sqlite3_3.36.0.bb:do_populate_sysroot_setscene) NOTE: recipe libtirpc-native-1.3.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: recipe sqlite3-native-3_3.36.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libpcre2-native-10.37-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 251 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_sysroot_setscene) NOTE: recipe zlib-native-1.2.11-r0: task do_populate_sysroot_setscene: Started NOTE: recipe zlib-native-1.2.11-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 254 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/xz/xz_5.2.5.bb:do_populate_sysroot_setscene) NOTE: recipe sqlite3-native-3_3.36.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 255 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot_setscene) NOTE: recipe xz-native-5.2.5-r0: task do_populate_sysroot_setscene: Started NOTE: recipe pkgconfig-native-0.29.2+gitAUTOINC+edf8e6f0ea-r0: task do_populate_sysroot_setscene: Started NOTE: recipe xz-native-5.2.5-r0: task do_populate_sysroot_setscene: Succeeded NOTE: recipe pkgconfig-native-0.29.2+gitAUTOINC+edf8e6f0ea-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 258 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_populate_sysroot_setscene) NOTE: recipe libtool-native-2.4.6-r0: task do_populate_sysroot_setscene: Started NOTE: recipe libtool-native-2.4.6-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 261 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/automake/automake_1.16.3.bb:do_populate_sysroot_setscene) NOTE: recipe automake-native-1.16.3-r0: task do_populate_sysroot_setscene: Started NOTE: recipe automake-native-1.16.3-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 262 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/autoconf/autoconf_2.71.bb:do_populate_sysroot_setscene) NOTE: recipe autoconf-native-2.71-r0: task do_populate_sysroot_setscene: Started NOTE: recipe autoconf-native-2.71-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 264 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_sysroot_setscene) NOTE: recipe m4-native-1.4.19-r0: task do_populate_sysroot_setscene: Started NOTE: recipe m4-native-1.4.19-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 266 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/gettext/gettext-minimal-native_0.21.bb:do_populate_sysroot_setscene) NOTE: Running setscene task 268 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot_setscene) NOTE: Running setscene task 269 of 274 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot_setscene) NOTE: recipe texinfo-dummy-native-1.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gettext-minimal-native-0.21-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gnu-config-native-20210722+gitAUTOINC+805517123c-r0: task do_populate_sysroot_setscene: Started NOTE: recipe texinfo-dummy-native-1.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: recipe gnu-config-native-20210722+gitAUTOINC+805517123c-r0: task do_populate_sysroot_setscene: Succeeded NOTE: recipe gettext-minimal-native-0.21-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 273 of 274 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot_setscene) NOTE: recipe quilt-native-0.66-r0: task do_populate_sysroot_setscene: Started NOTE: recipe quilt-native-0.66-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running task 174 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_rm_work) NOTE: Running task 182 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_rm_work) NOTE: Running task 190 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_rm_work) NOTE: recipe quilt-native-0.66-r0: task do_rm_work: Started NOTE: recipe texinfo-dummy-native-1.0-r0: task do_rm_work: Started NOTE: recipe quilt-native-0.66-r0: task do_rm_work: Succeeded NOTE: recipe texinfo-dummy-native-1.0-r0: task do_rm_work: Succeeded NOTE: Running task 198 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/gettext/gettext-minimal-native_0.21.bb:do_rm_work) NOTE: Running task 207 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_rm_work) NOTE: recipe gnu-config-native-20210722+gitAUTOINC+805517123c-r0: task do_rm_work: Started NOTE: recipe gnu-config-native-20210722+gitAUTOINC+805517123c-r0: task do_rm_work: Succeeded NOTE: Running task 216 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/autoconf/autoconf_2.71.bb:do_rm_work) NOTE: recipe gettext-minimal-native-0.21-r0: task do_rm_work: Started NOTE: recipe m4-native-1.4.19-r0: task do_rm_work: Started NOTE: recipe gettext-minimal-native-0.21-r0: task do_rm_work: Succeeded NOTE: Running task 225 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/automake/automake_1.16.3.bb:do_rm_work) NOTE: recipe m4-native-1.4.19-r0: task do_rm_work: Succeeded NOTE: Running task 234 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_rm_work) NOTE: recipe libtool-native-2.4.6-r0: task do_rm_work: Started NOTE: recipe autoconf-native-2.71-r0: task do_rm_work: Started NOTE: recipe automake-native-1.16.3-r0: task do_rm_work: Started NOTE: recipe autoconf-native-2.71-r0: task do_rm_work: Succeeded NOTE: recipe libtool-native-2.4.6-r0: task do_rm_work: Succeeded NOTE: Running task 257 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/xz/xz_5.2.5.bb:do_rm_work) NOTE: Running task 265 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_rm_work) NOTE: recipe automake-native-1.16.3-r0: task do_rm_work: Succeeded NOTE: Running task 280 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/attr/attr_2.5.1.bb:do_rm_work) NOTE: recipe pkgconfig-native-0.29.2+gitAUTOINC+edf8e6f0ea-r0: task do_rm_work: Started NOTE: recipe xz-native-5.2.5-r0: task do_rm_work: Started NOTE: recipe pkgconfig-native-0.29.2+gitAUTOINC+edf8e6f0ea-r0: task do_rm_work: Succeeded NOTE: Running task 290 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/flex/flex_2.6.4.bb:do_rm_work) NOTE: recipe xz-native-5.2.5-r0: task do_rm_work: Succeeded NOTE: Running task 299 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/gmp/gmp_6.2.1.bb:do_rm_work) NOTE: recipe attr-native-2.5.1-r0: task do_rm_work: Started NOTE: recipe attr-native-2.5.1-r0: task do_rm_work: Succeeded NOTE: Running task 308 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_rm_work) NOTE: recipe gmp-native-6.2.1-r0: task do_rm_work: Started NOTE: recipe flex-native-2.6.4-r0: task do_rm_work: Started NOTE: recipe gmp-native-6.2.1-r0: task do_rm_work: Succeeded NOTE: Running task 316 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/sqlite/sqlite3_3.36.0.bb:do_rm_work) NOTE: recipe flex-native-2.6.4-r0: task do_rm_work: Succeeded NOTE: Running task 328 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/popt/popt_1.18.bb:do_rm_work) NOTE: recipe patch-native-2.7.6-r0: task do_rm_work: Started NOTE: recipe patch-native-2.7.6-r0: task do_rm_work: Succeeded NOTE: Running task 336 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/attr/acl_2.3.1.bb:do_rm_work) NOTE: recipe popt-native-1.18-r0: task do_rm_work: Started NOTE: recipe sqlite3-native-3_3.36.0-r0: task do_rm_work: Started NOTE: recipe sqlite3-native-3_3.36.0-r0: task do_rm_work: Succeeded NOTE: recipe popt-native-1.18-r0: task do_rm_work: Succeeded NOTE: Running task 345 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/rsync/rsync_3.2.3.bb:do_rm_work) NOTE: Running task 356 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/ncurses/ncurses_6.2.bb:do_rm_work) NOTE: recipe acl-native-2.3.1-r0: task do_rm_work: Started NOTE: recipe acl-native-2.3.1-r0: task do_rm_work: Succeeded NOTE: Running task 365 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb:do_rm_work) NOTE: recipe rsync-native-3.2.3-r0: task do_rm_work: Started NOTE: recipe rsync-native-3.2.3-r0: task do_rm_work: Succeeded NOTE: recipe ncurses-native-6.2-r0: task do_rm_work: Started NOTE: Running task 374 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-connectivity/openssl/openssl_1.1.1l.bb:do_rm_work) NOTE: recipe libtirpc-native-1.3.2-r0: task do_rm_work: Started NOTE: recipe ncurses-native-6.2-r0: task do_rm_work: Succeeded NOTE: Running task 382 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_rm_work) NOTE: recipe libtirpc-native-1.3.2-r0: task do_rm_work: Succeeded NOTE: Running task 390 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/readline/readline_8.1.bb:do_rm_work) NOTE: recipe openssl-native-1.1.1l-r0: task do_rm_work: Started NOTE: recipe bzip2-native-1.0.8-r0: task do_rm_work: Started NOTE: recipe readline-native-8.1-r0: task do_rm_work: Started NOTE: recipe openssl-native-1.1.1l-r0: task do_rm_work: Succeeded NOTE: Running task 399 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb:do_rm_work) NOTE: recipe bzip2-native-1.0.8-r0: task do_rm_work: Succeeded NOTE: recipe readline-native-8.1-r0: task do_rm_work: Succeeded NOTE: Running task 410 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libffi/libffi_3.4.2.bb:do_rm_work) NOTE: Running task 418 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/gdbm/gdbm_1.19.bb:do_rm_work) NOTE: recipe libcap-ng-native-0.8.2-r0: task do_rm_work: Started NOTE: recipe libcap-ng-native-0.8.2-r0: task do_rm_work: Succeeded NOTE: Running task 426 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libnsl/libnsl2_git.bb:do_rm_work) NOTE: recipe libffi-native-3.4.2-r0: task do_rm_work: Started NOTE: recipe gdbm-native-1.19-r0: task do_rm_work: Started NOTE: recipe libffi-native-3.4.2-r0: task do_rm_work: Succeeded NOTE: Running task 434 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/gperf/gperf_3.1.bb:do_rm_work) NOTE: recipe gdbm-native-1.19-r0: task do_rm_work: Succeeded NOTE: Running task 444 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_rm_work) NOTE: recipe libnsl2-native-2.0.0-r0: task do_rm_work: Started NOTE: recipe libnsl2-native-2.0.0-r0: task do_rm_work: Succeeded NOTE: Running task 452 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/systemd/systemd-systemctl-native.bb:do_rm_work) NOTE: recipe kern-tools-native-0.3+gitAUTOINC+90598a5fae-r0: task do_rm_work: Started NOTE: recipe gperf-native-3.1-r0: task do_rm_work: Started NOTE: recipe gperf-native-3.1-r0: task do_rm_work: Succeeded NOTE: Running task 460 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/make/make_4.3.bb:do_rm_work) NOTE: recipe kern-tools-native-0.3+gitAUTOINC+90598a5fae-r0: task do_rm_work: Succeeded NOTE: Running task 471 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libunistring/libunistring_0.9.10.bb:do_rm_work) NOTE: recipe systemd-systemctl-native-1.0-r6: task do_rm_work: Started NOTE: recipe systemd-systemctl-native-1.0-r6: task do_rm_work: Succeeded NOTE: Running task 482 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libgpg-error/libgpg-error_1.42.bb:do_rm_work) NOTE: recipe make-native-4.3-r0: task do_rm_work: Started NOTE: recipe libunistring-native-0.9.10-r0: task do_rm_work: Started NOTE: recipe libunistring-native-0.9.10-r0: task do_rm_work: Succeeded NOTE: recipe make-native-4.3-r0: task do_rm_work: Succeeded NOTE: Running task 496 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/bc/bc_1.07.1.bb:do_rm_work) NOTE: Running task 510 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/nettle/nettle_3.7.3.bb:do_rm_work) NOTE: recipe libgpg-error-native-1.42-r0: task do_rm_work: Started NOTE: recipe libgpg-error-native-1.42-r0: task do_rm_work: Succeeded NOTE: Running task 521 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/zstd/zstd_1.5.0.bb:do_rm_work) NOTE: recipe bc-native-1.07.1-r0: task do_rm_work: Started NOTE: recipe nettle-native-3.7.3-r0: task do_rm_work: Started NOTE: recipe bc-native-1.07.1-r0: task do_rm_work: Succeeded NOTE: Running task 529 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/lzo/lzo_2.10.bb:do_rm_work) NOTE: recipe nettle-native-3.7.3-r0: task do_rm_work: Succeeded NOTE: recipe zstd-native-1.5.0-r0: task do_rm_work: Started NOTE: Running task 546 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_rm_work) NOTE: recipe zstd-native-1.5.0-r0: task do_rm_work: Succeeded NOTE: Running task 563 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/db/db_5.3.28.bb:do_rm_work) NOTE: recipe lzo-native-2.10-r0: task do_rm_work: Started NOTE: recipe libyaml-native-0.2.5-r0: task do_rm_work: Started NOTE: recipe lzo-native-2.10-r0: task do_rm_work: Succeeded NOTE: Running task 585 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_patch) NOTE: recipe db-native-1_5.3.28-r1: task do_rm_work: Started NOTE: recipe libyaml-native-0.2.5-r0: task do_rm_work: Succeeded NOTE: Running task 586 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_patch) NOTE: recipe db-native-1_5.3.28-r1: task do_rm_work: Succeeded NOTE: Running task 599 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/zlib/zlib_1.2.11.bb:do_rm_work) NOTE: recipe external-hdf-1.0-r0: task do_patch: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_patch: Started NOTE: recipe zlib-native-1.2.11-r0: task do_rm_work: Started NOTE: recipe external-hdf-1.0-r0: task do_patch: Succeeded NOTE: Running task 600 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_populate_lic) NOTE: recipe zlib-native-1.2.11-r0: task do_rm_work: Succeeded NOTE: Running task 606 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libpcre/libpcre2_10.37.bb:do_rm_work) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_patch: Succeeded NOTE: recipe external-hdf-1.0-r0: task do_populate_lic: Started NOTE: Running task 607 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_populate_lic) NOTE: recipe libpcre2-native-10.37-r0: task do_rm_work: Started NOTE: recipe libpcre2-native-10.37-r0: task do_rm_work: Succeeded NOTE: Running task 613 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/curl/curl_7.78.0.bb:do_rm_work) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_populate_lic: Started NOTE: recipe external-hdf-1.0-r0: task do_populate_lic: Succeeded NOTE: Running task 619 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/file/file_5.40.bb:do_rm_work) NOTE: recipe curl-native-7.78.0-r0: task do_rm_work: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_populate_lic: Succeeded NOTE: Running task 625 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libpcre/libpcre_8.45.bb:do_rm_work) NOTE: recipe curl-native-7.78.0-r0: task do_rm_work: Succeeded NOTE: Running task 631 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_deploy_source_date_epoch) NOTE: recipe file-native-5.40-r0: task do_rm_work: Started NOTE: recipe file-native-5.40-r0: task do_rm_work: Succeeded NOTE: Running task 632 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_deploy_source_date_epoch) NOTE: recipe external-hdf-1.0-r0: task do_deploy_source_date_epoch: Started NOTE: recipe libpcre-native-8.45-r0: task do_rm_work: Started NOTE: recipe libpcre-native-8.45-r0: task do_rm_work: Succeeded NOTE: Running task 641 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/bison/bison_3.7.6.bb:do_rm_work) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_deploy_source_date_epoch: Started NOTE: recipe external-hdf-1.0-r0: task do_deploy_source_date_epoch: Succeeded NOTE: Running task 647 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/binutils/binutils-cross_2.37.bb:do_rm_work) NOTE: recipe bison-native-3.7.6-r0: task do_rm_work: Started NOTE: recipe bison-native-3.7.6-r0: task do_rm_work: Succeeded NOTE: Running task 653 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/dtc/dtc_1.6.1.bb:do_rm_work) NOTE: recipe binutils-cross-aarch64-2.37-r0: task do_rm_work: Started NOTE: recipe binutils-cross-aarch64-2.37-r0: task do_rm_work: Succeeded NOTE: Running task 659 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb:do_rm_work) NOTE: recipe dtc-native-1.6.1-r0: task do_rm_work: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_deploy_source_date_epoch: Succeeded NOTE: recipe dtc-native-1.6.1-r0: task do_rm_work: Succeeded NOTE: Running task 668 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_rm_work) NOTE: Running task 669 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_prepare_recipe_sysroot) NOTE: recipe u-boot-tools-native-1_2021.07-r0: task do_rm_work: Started NOTE: recipe u-boot-tools-native-1_2021.07-r0: task do_rm_work: Succeeded NOTE: Running task 678 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/autoconf-archive/autoconf-archive_2021.02.19.bb:do_rm_work) NOTE: recipe external-hdf-1.0-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe pseudo-native-1.9.0+gitAUTOINC+d34f2f6ced-r0: task do_rm_work: Started NOTE: recipe external-hdf-1.0-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: Running noexec task 679 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_configure) NOTE: Running noexec task 680 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_compile) NOTE: Running noexec task 681 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_install) NOTE: Running task 682 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_package) NOTE: recipe pseudo-native-1.9.0+gitAUTOINC+d34f2f6ced-r0: task do_rm_work: Succeeded NOTE: recipe autoconf-archive-native-2021.02.19-r0: task do_rm_work: Started NOTE: recipe autoconf-archive-native-2021.02.19-r0: task do_rm_work: Succeeded NOTE: Running task 683 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_deploy) NOTE: Running task 684 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_populate_sysroot) NOTE: recipe external-hdf-1.0-r0: task do_deploy: Started NOTE: recipe external-hdf-1.0-r0: task do_package: Started NOTE: recipe external-hdf-1.0-r0: task do_populate_sysroot: Started NOTE: recipe external-hdf-1.0-r0: task do_package: Succeeded NOTE: Running task 685 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_packagedata) NOTE: recipe external-hdf-1.0-r0: task do_populate_sysroot: Succeeded NOTE: Running task 695 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/mpfr/mpfr_4.1.0.bb:do_rm_work) NOTE: recipe external-hdf-1.0-r0: task do_deploy: Succeeded NOTE: Running task 701 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libmpc/libmpc_1.2.1.bb:do_rm_work) NOTE: recipe external-hdf-1.0-r0: task do_packagedata: Started NOTE: recipe mpfr-native-4.1.0-r0: task do_rm_work: Started NOTE: recipe libmpc-native-1.2.1-r0: task do_rm_work: Started NOTE: recipe mpfr-native-4.1.0-r0: task do_rm_work: Succeeded NOTE: Running task 710 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_rm_work) NOTE: recipe libmpc-native-1.2.1-r0: task do_rm_work: Succeeded NOTE: Running task 732 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/gcc-cross_11.2.bb:do_rm_work) NOTE: recipe external-hdf-1.0-r0: task do_packagedata: Succeeded NOTE: Running task 733 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_package_qa) NOTE: recipe unifdef-native-2.12-r0: task do_rm_work: Started NOTE: recipe external-hdf-1.0-r0: task do_package_qa: Started NOTE: recipe gcc-cross-aarch64-11.2.0-r0: task do_rm_work: Started NOTE: recipe unifdef-native-2.12-r0: task do_rm_work: Succeeded NOTE: Running task 734 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_package_write_rpm) NOTE: recipe gcc-cross-aarch64-11.2.0-r0: task do_rm_work: Succeeded NOTE: Running task 742 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/libgcc-initial_11.2.bb:do_rm_work) NOTE: recipe external-hdf-1.0-r0: task do_package_qa: Succeeded NOTE: recipe external-hdf-1.0-r0: task do_package_write_rpm: Started NOTE: Running task 764 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/util-linux/util-linux-libuuid_2.37.2.bb:do_rm_work) NOTE: recipe libgcc-initial-11.2.0-r0: task do_rm_work: Started NOTE: recipe external-hdf-1.0-r0: task do_package_write_rpm: Succeeded NOTE: recipe libgcc-initial-11.2.0-r0: task do_rm_work: Succeeded NOTE: Running task 765 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_rm_work) NOTE: Running task 775 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/util-linux/util-linux_2.37.2.bb:do_rm_work) NOTE: recipe util-linux-libuuid-native-2.37.2-r0: task do_rm_work: Started NOTE: recipe external-hdf-1.0-r0: task do_rm_work: Started NOTE: recipe util-linux-libuuid-native-2.37.2-r0: task do_rm_work: Succeeded NOTE: Running task 782 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.4.bb:do_rm_work) NOTE: recipe external-hdf-1.0-r0: task do_rm_work: Succeeded NOTE: Running task 788 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libarchive/libarchive_3.5.1.bb:do_rm_work) NOTE: recipe util-linux-native-2.37.2-r0: task do_rm_work: Started NOTE: recipe util-linux-native-2.37.2-r0: task do_rm_work: Succeeded NOTE: Running task 797 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3_3.9.9.bb:do_rm_work) NOTE: recipe e2fsprogs-native-1.46.4-r0: task do_rm_work: Started NOTE: recipe e2fsprogs-native-1.46.4-r0: task do_rm_work: Succeeded NOTE: recipe libarchive-native-3.5.1-r0: task do_rm_work: Started NOTE: Running task 803 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3-setuptools_57.4.0.bb:do_rm_work) NOTE: recipe libarchive-native-3.5.1-r0: task do_rm_work: Succeeded NOTE: Running task 809 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3-cython_0.29.24.bb:do_rm_work) NOTE: recipe python3-setuptools-native-57.4.0-r0: task do_rm_work: Started NOTE: recipe python3-native-3.9.9-r0: task do_rm_work: Started NOTE: recipe python3-setuptools-native-57.4.0-r0: task do_rm_work: Succeeded NOTE: recipe python3-cython-native-0.29.24-r0: task do_rm_work: Started NOTE: Running task 815 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/swig/swig_4.0.2.bb:do_rm_work) NOTE: recipe python3-native-3.9.9-r0: task do_rm_work: Succeeded NOTE: recipe python3-cython-native-0.29.24-r0: task do_rm_work: Succeeded NOTE: Running task 821 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb:do_rm_work) NOTE: Running task 827 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-virtualization/recipes-kernel/dtc/python3-dtc_1.6.1.bb:do_rm_work) NOTE: recipe swig-native-4.0.2-r0: task do_rm_work: Started NOTE: recipe python3-pyyaml-native-5.4.1-r0: task do_rm_work: Started NOTE: recipe python3-dtc-native-1.6.1-r0: task do_rm_work: Started NOTE: recipe swig-native-4.0.2-r0: task do_rm_work: Succeeded NOTE: recipe python3-pyyaml-native-5.4.1-r0: task do_rm_work: Succeeded NOTE: Running task 828 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_prepare_recipe_sysroot) NOTE: Running task 837 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_rm_work) NOTE: recipe python3-dtc-native-1.6.1-r0: task do_rm_work: Succeeded NOTE: Running task 843 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-extended/libidn/libidn2_2.3.2.bb:do_rm_work) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe gtk-doc-native-1.33.2-r0: task do_rm_work: Started NOTE: recipe libidn2-native-2.3.2-r0: task do_rm_work: Started NOTE: recipe libidn2-native-2.3.2-r0: task do_rm_work: Succeeded NOTE: recipe gtk-doc-native-1.33.2-r0: task do_rm_work: Succeeded NOTE: Running task 850 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/kmod/kmod-native_git.bb:do_rm_work) NOTE: Running task 864 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libcap/libcap_2.51.bb:do_rm_work) NOTE: recipe kmod-native-29-r0: task do_rm_work: Started NOTE: recipe kmod-native-29-r0: task do_rm_work: Succeeded NOTE: Running task 870 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libgcrypt/libgcrypt_1.9.4.bb:do_rm_work) NOTE: recipe libcap-native-2.51-r0: task do_rm_work: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: Running task 871 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_create_yaml) NOTE: recipe libcap-native-2.51-r0: task do_rm_work: Succeeded NOTE: Running task 880 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/gnutls/gnutls_3.7.2.bb:do_rm_work) NOTE: recipe libgcrypt-native-1.9.4-r0: task do_rm_work: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_create_yaml: Started NOTE: recipe libgcrypt-native-1.9.4-r0: task do_rm_work: Succeeded NOTE: Running task 886 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb:do_rm_work) NOTE: recipe gnutls-native-3.7.2-r0: task do_rm_work: Started NOTE: recipe gnutls-native-3.7.2-r0: task do_rm_work: Succeeded NOTE: Running task 892 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/elfutils/elfutils_0.185.bb:do_rm_work) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_create_yaml: Succeeded NOTE: Running task 893 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_configure) NOTE: recipe libmicrohttpd-native-0.9.73-r0: task do_rm_work: Started NOTE: recipe libmicrohttpd-native-0.9.73-r0: task do_rm_work: Succeeded NOTE: Running task 899 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb:do_rm_work) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_configure: Started NOTE: recipe elfutils-native-0.185-r1: task do_rm_work: Started NOTE: recipe elfutils-native-0.185-r1: task do_rm_work: Succeeded NOTE: Running task 905 of 960 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_rm_work) NOTE: recipe rpm-native-1_4.16.1.3-r0: task do_rm_work: Started NOTE: recipe rpm-native-1_4.16.1.3-r0: task do_rm_work: Succeeded NOTE: Running task 910 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb:do_rm_work) NOTE: recipe dwarfsrcfiles-native-1.0-r0: task do_rm_work: Started NOTE: recipe dwarfsrcfiles-native-1.0-r0: task do_rm_work: Succeeded NOTE: Running task 915 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/glibc/glibc_2.34.bb:do_rm_work) NOTE: recipe linux-libc-headers-5.14-r0: task do_rm_work: Started NOTE: recipe linux-libc-headers-5.14-r0: task do_rm_work: Succeeded NOTE: Running task 920 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/libgcc_11.2.bb:do_rm_work) NOTE: recipe libgcc-11.2.0-r0: task do_rm_work: Started NOTE: recipe glibc-2.34-r0: task do_rm_work: Started NOTE: recipe libgcc-11.2.0-r0: task do_rm_work: Succeeded NOTE: recipe glibc-2.34-r0: task do_rm_work: Succeeded NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_configure: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_fetch: Succeeded NOTE: Running task 921 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_prepare_recipe_sysroot) NOTE: Running task 922 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_unpack) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_unpack: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_unpack: Succeeded NOTE: Running task 923 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_symlink_kernsrc) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_symlink_kernsrc: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_symlink_kernsrc: Succeeded NOTE: Running task 924 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_kernel_checkout) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_checkout: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_checkout: Succeeded NOTE: Running task 925 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_validate_branches) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_validate_branches: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_validate_branches: Succeeded NOTE: Running task 926 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_kernel_metadata) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_metadata: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_metadata: Succeeded NOTE: Running task 927 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_kernel_version_sanity_check) NOTE: Running task 928 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_patch) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_version_sanity_check: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_patch: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_version_sanity_check: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_patch: Succeeded NOTE: Running task 929 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_deploy_source_date_epoch) NOTE: Running task 930 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_kernel_configme) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_deploy_source_date_epoch: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_configme: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_deploy_source_date_epoch: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_configme: Succeeded NOTE: Running task 931 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_configure) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_configure: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_configure: Succeeded NOTE: Running task 932 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_compile) NOTE: Running task 933 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_kernel_configcheck) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_configcheck: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_compile: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_compile: Succeeded NOTE: Running task 934 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_install) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_install: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_install: Succeeded NOTE: Running task 935 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_package) NOTE: Running task 936 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_deploy) NOTE: Running task 937 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_populate_sysroot) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_package: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_populate_sysroot: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_deploy: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_deploy: Succeeded NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_populate_sysroot: Succeeded NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_package: Succeeded NOTE: Running task 938 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_packagedata) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_packagedata: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_packagedata: Succeeded NOTE: Running task 939 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_package_qa) NOTE: Running task 940 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_package_write_rpm) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_package_qa: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_package_write_rpm: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_package_qa: Succeeded NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_package_write_rpm: Succeeded NOTE: Running task 941 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_rm_work) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_rm_work: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_rm_work: Succeeded NOTE: Running noexec task 942 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_rm_work_all) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_configcheck: Succeeded NOTE: Running task 943 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_compile) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_compile: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_compile: Succeeded NOTE: Running task 944 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_uboot_generate_rsa_keys) NOTE: Running task 945 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_kernel_generate_rsa_keys) NOTE: Running task 946 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_kernel_link_images) NOTE: Running task 947 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_shared_workdir) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_shared_workdir: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_uboot_generate_rsa_keys: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_generate_rsa_keys: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_link_images: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_uboot_generate_rsa_keys: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_generate_rsa_keys: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_kernel_link_images: Succeeded NOTE: Running task 948 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_uboot_assemble_fitimage) NOTE: Running task 949 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_assemble_fitimage) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_shared_workdir: Succeeded NOTE: Running task 950 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_compile_kernelmodules) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_assemble_fitimage: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_uboot_assemble_fitimage: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_uboot_assemble_fitimage: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_compile_kernelmodules: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_assemble_fitimage: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_compile_kernelmodules: Succeeded NOTE: Running task 951 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_strip) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_strip: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_strip: Succeeded NOTE: Running task 952 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_sizecheck) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_sizecheck: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_sizecheck: Succeeded NOTE: Running task 953 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_install) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_install: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_install: Succeeded NOTE: Running task 954 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_package) NOTE: Running task 955 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_populate_sysroot) NOTE: Running task 956 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_bundle_initramfs) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_bundle_initramfs: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_populate_sysroot: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_bundle_initramfs: Succeeded NOTE: Running task 957 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_assemble_fitimage_initramfs) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_package: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_assemble_fitimage_initramfs: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_populate_sysroot: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_assemble_fitimage_initramfs: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_package: Succeeded NOTE: Running task 958 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_packagedata) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_packagedata: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_packagedata: Succeeded NOTE: Running task 959 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_deploy) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_deploy: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_deploy: Succeeded NOTE: Running noexec task 960 of 960 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_build) NOTE: Tasks Summary: Attempted 960 tasks of which 814 didn't need to be rerun and all succeeded. INFO: Failed to copy built images to tftp dir: /tftpboot [INFO] Successfully built device-tree cp /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/images/linux/system.dtb /home/p260/PYNQ/sdbuild/build/Pynq_Custom/system.dtb PYNQ_BOARDNAME=Pynq_Custom FPGA_MANAGER=1 petalinux-build -c kernel -p /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project [INFO] Sourcing buildtools [INFO] Building kernel [INFO] Sourcing build environment [INFO] Generating workspace directory INFO: bitbake virtual/kernel NOTE: Started PRServer with DBfile: /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/build/cache/prserv.sqlite3, Address: 127.0.0.1:41035, PID: 99516 Loading cache...done. Loaded 5391 entries from dependency cache. Parsing recipes...done. Parsing of 3595 .bb files complete (3589 cached, 6 parsed). 5399 targets, 562 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies Initialising tasks...done. Sstate summary: Wanted 88 Local 0 Network 82 Missed 6 Current 170 (93% match, 97% complete) NOTE: Executing Tasks NOTE: Running task 401 of 934 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_populate_lic) NOTE: Running noexec task 831 of 934 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_rm_work_all) NOTE: Running task 911 of 934 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_package_qa) NOTE: Running task 923 of 934 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_package_write_rpm) NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_populate_lic: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_populate_lic: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_package_write_rpm: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_package_qa: Started NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_package_qa: Succeeded NOTE: recipe linux-xlnx-5.15.19+gitAUTOINC+b0c1be301e-r0: task do_package_write_rpm: Succeeded NOTE: Running noexec task 934 of 934 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb:do_build) NOTE: Tasks Summary: Attempted 934 tasks of which 929 didn't need to be rerun and all succeeded. INFO: Failed to copy built images to tftp dir: /tftpboot [INFO] Successfully built kernel cp /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/images/linux/Image /home/p260/PYNQ/sdbuild/build/Pynq_Custom/Image mkdir -p /home/p260/PYNQ/sdbuild/output/boot/Pynq_Custom cd /home/p260/PYNQ/sdbuild/output/boot/Pynq_Custom && mkimage -f /home/p260/PYNQ/sdbuild/build/Pynq_Custom/image.its /home/p260/PYNQ/sdbuild/output/boot/Pynq_Custom/image.ub FIT description: U-Boot fitImage for PYNQ arm kernel Created: Thu Mar 23 15:25:47 2023 Image 0 (kernel-0) Description: Linux Kernel Created: Thu Mar 23 15:25:47 2023 Type: Kernel Image Compression: uncompressed Data Size: 23147008 Bytes = 22604.50 KiB = 22.07 MiB Architecture: AArch64 OS: Linux Load Address: 0x00080000 Entry Point: 0x00080000 Hash algo: sha1 Hash value: 59f220f3e2470fe145abaaccdfea913faf9d9de7 Image 1 (fdt-0) Description: Flattened Device Tree blob Created: Thu Mar 23 15:25:47 2023 Type: Flat Device Tree Compression: uncompressed Data Size: 38588 Bytes = 37.68 KiB = 0.04 MiB Architecture: AArch64 Hash algo: sha1 Hash value: d373a3420c472049c8c88feed491f924e5271fcf Default Configuration: 'conf-1' Configuration 0 (conf-1) Description: Boot Linux kernel with FDT blob Kernel: kernel-0 FDT: fdt-0 Hash algo: sha1 Hash value: unavailable PYNQ_BOARDNAME=Pynq_Custom FPGA_MANAGER=1 petalinux-build -c u-boot -p /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project [INFO] Sourcing buildtools [INFO] Building u-boot [INFO] Sourcing build environment [INFO] Generating workspace directory INFO: bitbake virtual/bootloader NOTE: Started PRServer with DBfile: /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/build/cache/prserv.sqlite3, Address: 127.0.0.1:33857, PID: 101429 Loading cache...done. Loaded 5391 entries from dependency cache. Parsing recipes...done. Parsing of 3595 .bb files complete (3589 cached, 6 parsed). 5399 targets, 562 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies Initialising tasks...done. Checking sstate mirror object availability...done. Sstate summary: Wanted 125 Local 4 Network 109 Missed 12 Current 185 (90% match, 96% complete) NOTE: Executing Tasks NOTE: Running setscene task 192 of 310 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/gcc-runtime_11.2.bb:do_package_qa_setscene) NOTE: Running setscene task 193 of 310 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/gcc-runtime_11.2.bb:do_package_write_rpm_setscene) NOTE: Running setscene task 194 of 310 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/gcc-runtime_11.2.bb:do_populate_lic_setscene) NOTE: Running setscene task 207 of 310 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_package_write_rpm_setscene) NOTE: recipe external-hdf-1.0-r0: task do_package_write_rpm_setscene: Started NOTE: recipe gcc-runtime-11.2.0-r0: task do_populate_lic_setscene: Started NOTE: recipe gcc-runtime-11.2.0-r0: task do_package_write_rpm_setscene: Started NOTE: recipe gcc-runtime-11.2.0-r0: task do_package_qa_setscene: Started NOTE: recipe external-hdf-1.0-r0: task do_package_write_rpm_setscene: Succeeded NOTE: Running setscene task 209 of 310 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_package_write_rpm_setscene) NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_package_write_rpm_setscene: Started NOTE: recipe device-tree-xilinx-v2022.1+gitAUTOINC+1b364a44fa-r0: task do_package_write_rpm_setscene: Succeeded NOTE: Running setscene task 218 of 310 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/gcc-runtime_11.2.bb:do_populate_sysroot_setscene) NOTE: recipe gcc-runtime-11.2.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gcc-runtime-11.2.0-r0: task do_package_qa_setscene: Succeeded NOTE: Running setscene task 222 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/gettext/gettext_0.21.bb:do_populate_lic_setscene) NOTE: recipe gettext-native-0.21-r0: task do_populate_lic_setscene: Started NOTE: recipe gcc-runtime-11.2.0-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 223 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/glib-2.0/glib-2.0_2.68.4.bb:do_populate_lic_setscene) NOTE: recipe glib-2.0-native-1_2.68.4-r0: task do_populate_lic_setscene: Started NOTE: recipe gettext-native-0.21-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 233 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb:do_populate_lic_setscene) NOTE: recipe desktop-file-utils-native-0.26-r0: task do_populate_lic_setscene: Started NOTE: recipe glib-2.0-native-1_2.68.4-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 241 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/meson/meson_0.58.1.bb:do_populate_lic_setscene) NOTE: recipe meson-native-0.58.1-r0: task do_populate_lic_setscene: Started NOTE: recipe gcc-runtime-11.2.0-r0: task do_package_write_rpm_setscene: Succeeded NOTE: Running setscene task 242 of 310 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/gcc-runtime_11.2.bb:do_packagedata_setscene) NOTE: recipe gcc-runtime-11.2.0-r0: task do_packagedata_setscene: Started NOTE: recipe desktop-file-utils-native-0.26-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 243 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/ninja/ninja_1.10.2.bb:do_populate_lic_setscene) NOTE: recipe ninja-native-1.10.2-r0: task do_populate_lic_setscene: Started NOTE: recipe meson-native-0.58.1-r0: task do_populate_lic_setscene: Succeeded NOTE: Running setscene task 289 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/re2c/re2c_2.2.bb:do_populate_lic_setscene) NOTE: recipe re2c-native-2.2-r0: task do_populate_lic_setscene: Started NOTE: recipe gcc-runtime-11.2.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 291 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/vim/vim_8.2.bb:do_populate_lic_setscene) NOTE: recipe gcc-runtime-11.2.0-r0: task do_packagedata_setscene: Succeeded NOTE: Running setscene task 296 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/vim/vim_8.2.bb:do_populate_sysroot_setscene) NOTE: recipe vim-native-8.2.4118-r0: task do_populate_lic_setscene: Started NOTE: recipe ninja-native-1.10.2-r0: task do_populate_lic_setscene: Succeeded NOTE: recipe vim-native-8.2.4118-r0: task do_populate_sysroot_setscene: Started NOTE: Running task 942 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_fetch) NOTE: recipe re2c-native-2.2-r0: task do_populate_lic_setscene: Succeeded NOTE: Running task 953 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/gcc/gcc-runtime_11.2.bb:do_rm_work) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_fetch: Started NOTE: recipe gcc-runtime-11.2.0-r0: task do_rm_work: Started NOTE: recipe gcc-runtime-11.2.0-r0: task do_rm_work: Succeeded NOTE: recipe vim-native-8.2.4118-r0: task do_populate_lic_setscene: Succeeded NOTE: recipe vim-native-8.2.4118-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 298 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb:do_populate_sysroot_setscene) NOTE: recipe desktop-file-utils-native-0.26-r0: task do_populate_sysroot_setscene: Started NOTE: recipe desktop-file-utils-native-0.26-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 300 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/glib-2.0/glib-2.0_2.68.4.bb:do_populate_sysroot_setscene) NOTE: recipe glib-2.0-native-1_2.68.4-r0: task do_populate_sysroot_setscene: Started NOTE: recipe glib-2.0-native-1_2.68.4-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 302 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/gettext/gettext_0.21.bb:do_populate_sysroot_setscene) NOTE: Running setscene task 304 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/meson/meson_0.58.1.bb:do_populate_sysroot_setscene) NOTE: recipe meson-native-0.58.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gettext-native-0.21-r0: task do_populate_sysroot_setscene: Started NOTE: recipe meson-native-0.58.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 306 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/ninja/ninja_1.10.2.bb:do_populate_sysroot_setscene) NOTE: recipe ninja-native-1.10.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gettext-native-0.21-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running task 1008 of 1070 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/gettext/gettext_0.21.bb:do_rm_work) NOTE: recipe gettext-native-0.21-r0: task do_rm_work: Started NOTE: recipe gettext-native-0.21-r0: task do_rm_work: Succeeded NOTE: recipe ninja-native-1.10.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 309 of 310 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/re2c/re2c_2.2.bb:do_populate_sysroot_setscene) NOTE: recipe re2c-native-2.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe re2c-native-2.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running task 1024 of 1070 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/re2c/re2c_2.2.bb:do_rm_work) NOTE: Running task 1030 of 1070 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/ninja/ninja_1.10.2.bb:do_rm_work) NOTE: Running task 1032 of 1070 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/meson/meson_0.58.1.bb:do_rm_work) NOTE: recipe re2c-native-2.2-r0: task do_rm_work: Started NOTE: recipe ninja-native-1.10.2-r0: task do_rm_work: Started NOTE: recipe meson-native-0.58.1-r0: task do_rm_work: Started NOTE: recipe ninja-native-1.10.2-r0: task do_rm_work: Succeeded NOTE: recipe re2c-native-2.2-r0: task do_rm_work: Succeeded NOTE: Running task 1038 of 1070 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-core/glib-2.0/glib-2.0_2.68.4.bb:do_rm_work) NOTE: Running task 1044 of 1070 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb:do_rm_work) NOTE: recipe meson-native-0.58.1-r0: task do_rm_work: Succeeded NOTE: Running task 1050 of 1070 (virtual:native:/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/core/meta/recipes-support/vim/vim_8.2.bb:do_rm_work) NOTE: recipe vim-native-8.2.4118-r0: task do_rm_work: Started NOTE: recipe desktop-file-utils-native-0.26-r0: task do_rm_work: Started NOTE: recipe glib-2.0-native-1_2.68.4-r0: task do_rm_work: Started NOTE: recipe desktop-file-utils-native-0.26-r0: task do_rm_work: Succeeded NOTE: recipe vim-native-8.2.4118-r0: task do_rm_work: Succeeded NOTE: recipe glib-2.0-native-1_2.68.4-r0: task do_rm_work: Succeeded NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_fetch: Succeeded NOTE: Running task 1051 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_prepare_recipe_sysroot) NOTE: Running task 1052 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_unpack) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_unpack: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_unpack: Succeeded NOTE: Running task 1053 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_patch) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_patch: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_patch: Succeeded NOTE: Running task 1054 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_populate_lic) NOTE: Running task 1055 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_deploy_source_date_epoch) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_populate_lic: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_deploy_source_date_epoch: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_deploy_source_date_epoch: Succeeded NOTE: Running task 1056 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_configure) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_populate_lic: Succeeded NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_configure: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_configure: Succeeded NOTE: Running task 1057 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_compile) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_compile: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_compile: Succeeded NOTE: Running task 1058 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_uboot_generate_rsa_keys) NOTE: Running task 1059 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_create_extlinux_config) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_uboot_generate_rsa_keys: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_create_extlinux_config: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_create_extlinux_config: Succeeded NOTE: Running task 1060 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_install) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_uboot_generate_rsa_keys: Succeeded NOTE: Running task 1061 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_uboot_assemble_fitimage) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_uboot_assemble_fitimage: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_install: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_uboot_assemble_fitimage: Succeeded NOTE: Running task 1062 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_deploy) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_install: Succeeded NOTE: Running task 1063 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_package) NOTE: Running task 1064 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_populate_sysroot) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_deploy: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_populate_sysroot: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_package: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_populate_sysroot: Succeeded NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_deploy: Succeeded NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_package: Succeeded NOTE: Running task 1065 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_packagedata) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_packagedata: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_packagedata: Succeeded NOTE: Running task 1066 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_package_qa) NOTE: Running task 1067 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_package_write_rpm) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_package_qa: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_package_write_rpm: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_package_qa: Succeeded NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_package_write_rpm: Succeeded NOTE: Running task 1068 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_rm_work) NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_rm_work: Started NOTE: recipe u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+c50d6c48f4-r0: task do_rm_work: Succeeded NOTE: Running noexec task 1069 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_rm_work_all) NOTE: Running noexec task 1070 of 1070 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_build) NOTE: Tasks Summary: Attempted 1070 tasks of which 1041 didn't need to be rerun and all succeeded. INFO: Failed to copy built images to tftp dir: /tftpboot [INFO] Successfully built u-boot PYNQ_BOARDNAME=Pynq_Custom FPGA_MANAGER=1 petalinux-build -c bootloader -p /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project [INFO] Sourcing buildtools [INFO] Building bootloader [INFO] Sourcing build environment [INFO] Generating workspace directory INFO: bitbake virtual/fsbl NOTE: Started PRServer with DBfile: /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/build/cache/prserv.sqlite3, Address: 127.0.0.1:46253, PID: 114025 Loading cache...done. Loaded 5391 entries from dependency cache. Parsing recipes...done. Parsing of 3595 .bb files complete (3589 cached, 6 parsed). 5399 targets, 562 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies Initialising tasks...done. Sstate summary: Wanted 94 Local 1 Network 75 Missed 18 Current 161 (80% match, 92% complete) NOTE: Executing Tasks NOTE: Running setscene task 195 of 255 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_populate_lic_setscene) NOTE: Running setscene task 197 of 255 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_deploy_source_date_epoch_setscene) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_populate_lic_setscene: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_deploy_source_date_epoch_setscene: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_deploy_source_date_epoch_setscene: Succeeded NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_populate_lic_setscene: Succeeded NOTE: Running task 818 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_fetch) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_fetch: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_fetch: Succeeded NOTE: Running task 819 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_prepare_recipe_sysroot) NOTE: Running task 820 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_unpack) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_unpack: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: Running task 821 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_create_yaml) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_create_yaml: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_create_yaml: Succeeded NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_unpack: Succeeded NOTE: Running task 822 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_patch) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_patch: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_patch: Succeeded NOTE: Running task 825 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_configure) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_configure: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_configure: Succeeded NOTE: Running task 826 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_compile) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_compile: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_compile: Succeeded NOTE: Running task 827 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_install) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_install: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_install: Succeeded NOTE: Running task 828 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_package) NOTE: Running task 829 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_populate_sysroot) NOTE: Running task 830 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_deploy) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_populate_sysroot: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_deploy: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_deploy: Succeeded NOTE: Running task 831 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_fetch) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_populate_sysroot: Succeeded NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package: Succeeded NOTE: Running task 832 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_packagedata) NOTE: recipe fsbl-1.0-r0: task do_fetch: Started NOTE: recipe fsbl-1.0-r0: task do_fetch: Succeeded NOTE: Running task 833 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_prepare_recipe_sysroot) NOTE: Running task 834 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_unpack) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_packagedata: Started NOTE: recipe fsbl-1.0-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe fsbl-1.0-r0: task do_unpack: Started NOTE: recipe fsbl-1.0-r0: task do_unpack: Succeeded NOTE: Running task 835 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_patch) NOTE: recipe fsbl-1.0-r0: task do_patch: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_packagedata: Succeeded NOTE: Running task 836 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_package_qa) NOTE: Running task 837 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_package_write_rpm) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package_qa: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package_write_rpm: Started NOTE: recipe fsbl-1.0-r0: task do_patch: Succeeded NOTE: Running task 838 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_populate_lic) NOTE: recipe fsbl-1.0-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: Running task 839 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_deploy_source_date_epoch) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package_write_rpm: Succeeded NOTE: recipe fsbl-1.0-r0: task do_populate_lic: Started NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package_qa: Succeeded NOTE: Running task 840 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware_2022.1.bb:do_rm_work) NOTE: recipe fsbl-1.0-r0: task do_deploy_source_date_epoch: Started NOTE: recipe fsbl-1.0-r0: task do_populate_lic: Succeeded NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_rm_work: Started NOTE: recipe fsbl-1.0-r0: task do_deploy_source_date_epoch: Succeeded NOTE: Running task 841 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_configure) NOTE: recipe fsbl-1.0-r0: task do_configure: Started NOTE: recipe fsbl-1.0-r0: task do_configure: Succeeded NOTE: Running task 842 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_compile) NOTE: recipe fsbl-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_rm_work: Succeeded NOTE: recipe fsbl-1.0-r0: task do_compile: Started NOTE: recipe fsbl-1.0-r0: task do_compile: Succeeded NOTE: Running task 843 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_install) NOTE: recipe fsbl-1.0-r0: task do_install: Started NOTE: recipe fsbl-1.0-r0: task do_install: Succeeded NOTE: Running task 844 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_package) NOTE: Running task 845 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_populate_sysroot) NOTE: Running task 846 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_deploy) NOTE: recipe fsbl-1.0-r0: task do_package: Started NOTE: recipe fsbl-1.0-r0: task do_populate_sysroot: Started NOTE: recipe fsbl-1.0-r0: task do_deploy: Started NOTE: recipe fsbl-1.0-r0: task do_deploy: Succeeded NOTE: recipe fsbl-1.0-r0: task do_populate_sysroot: Succeeded NOTE: recipe fsbl-1.0-r0: task do_package: Succeeded NOTE: Running task 847 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_packagedata) NOTE: recipe fsbl-1.0-r0: task do_packagedata: Started NOTE: recipe fsbl-1.0-r0: task do_packagedata: Succeeded NOTE: Running task 848 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_package_qa) NOTE: Running task 849 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_package_write_rpm) NOTE: recipe fsbl-1.0-r0: task do_package_qa: Started NOTE: recipe fsbl-1.0-r0: task do_package_write_rpm: Started NOTE: recipe fsbl-1.0-r0: task do_package_qa: Succeeded NOTE: recipe fsbl-1.0-r0: task do_package_write_rpm: Succeeded NOTE: Running task 850 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_rm_work) NOTE: recipe fsbl-1.0-r0: task do_rm_work: Started NOTE: recipe fsbl-1.0-r0: task do_rm_work: Succeeded NOTE: Running noexec task 851 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_rm_work_all) NOTE: Running noexec task 852 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_build) NOTE: Tasks Summary: Attempted 852 tasks of which 819 didn't need to be rerun and all succeeded. INFO: Failed to copy built images to tftp dir: /tftpboot [INFO] Successfully built bootloader PYNQ_BOARDNAME=Pynq_Custom FPGA_MANAGER=1 petalinux-build -c pmufw -p /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project [INFO] Sourcing buildtools [INFO] Building pmufw [INFO] Sourcing build environment [INFO] Generating workspace directory INFO: bitbake virtual/pmu-firmware NOTE: Started PRServer with DBfile: /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/build/cache/prserv.sqlite3, Address: 127.0.0.1:43397, PID: 122771 Loading cache...done. Loaded 5391 entries from dependency cache. Parsing recipes...done. Parsing of 3595 .bb files complete (3589 cached, 6 parsed). 5399 targets, 562 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies Initialising tasks...done. Sstate summary: Wanted 94 Local 1 Network 75 Missed 18 Current 161 (80% match, 92% complete) NOTE: Executing Tasks NOTE: Running setscene task 195 of 255 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_populate_lic_setscene) NOTE: Running setscene task 197 of 255 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_deploy_source_date_epoch_setscene) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_populate_lic_setscene: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_deploy_source_date_epoch_setscene: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_populate_lic_setscene: Succeeded NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_deploy_source_date_epoch_setscene: Succeeded NOTE: Running task 818 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_fetch) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_fetch: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_fetch: Succeeded NOTE: Running task 819 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_prepare_recipe_sysroot) NOTE: Running task 820 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_unpack) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_unpack: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: Running task 821 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_create_yaml) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_create_yaml: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_create_yaml: Succeeded NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_unpack: Succeeded NOTE: Running task 822 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_patch) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_patch: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_patch: Succeeded NOTE: Running task 825 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_configure) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_configure: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_configure: Succeeded NOTE: Running task 826 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_compile) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_compile: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_compile: Succeeded NOTE: Running task 827 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_install) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_install: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_install: Succeeded NOTE: Running task 828 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_package) NOTE: Running task 829 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_populate_sysroot) NOTE: Running task 830 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_deploy) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_populate_sysroot: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_deploy: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package: Succeeded NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_populate_sysroot: Succeeded NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_deploy: Succeeded NOTE: Running task 831 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_packagedata) NOTE: Running task 832 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_fetch) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_packagedata: Started NOTE: recipe pmufw-1.0-r0: task do_fetch: Started NOTE: recipe pmufw-1.0-r0: task do_fetch: Succeeded NOTE: Running task 833 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_prepare_recipe_sysroot) NOTE: Running task 834 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_unpack) NOTE: recipe pmufw-1.0-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe pmufw-1.0-r0: task do_unpack: Started NOTE: recipe pmufw-1.0-r0: task do_unpack: Succeeded NOTE: Running task 835 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_patch) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_packagedata: Succeeded NOTE: Running task 836 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_package_qa) NOTE: Running task 837 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_package_write_rpm) NOTE: recipe pmufw-1.0-r0: task do_patch: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package_qa: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package_write_rpm: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package_write_rpm: Succeeded NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_package_qa: Succeeded NOTE: Running task 838 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware_2022.1.bb:do_rm_work) NOTE: recipe pmufw-1.0-r0: task do_patch: Succeeded NOTE: recipe pmufw-1.0-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: Running task 839 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_populate_lic) NOTE: Running task 840 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_deploy_source_date_epoch) NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_rm_work: Started NOTE: recipe pmufw-1.0-r0: task do_populate_lic: Started NOTE: recipe pmufw-1.0-r0: task do_deploy_source_date_epoch: Started NOTE: recipe pmufw-1.0-r0: task do_populate_lic: Succeeded NOTE: recipe pmufw-1.0-r0: task do_deploy_source_date_epoch: Succeeded NOTE: Running task 841 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_configure) NOTE: recipe pmufw-1.0-r0: task do_configure: Started NOTE: recipe pmufw-1.0-r0: task do_configure: Succeeded NOTE: Running task 842 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_compile) NOTE: recipe pmufw-1.0-r0: task do_compile: Started NOTE: recipe pmufw-1.0-r0: task do_compile: Succeeded NOTE: Running task 843 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_install) NOTE: recipe pmufw-1.0-r0: task do_install: Started NOTE: recipe pmu-firmware-2022.1+gitAUTOINC+b3d8b420b4-r0: task do_rm_work: Succeeded NOTE: recipe pmufw-1.0-r0: task do_install: Succeeded NOTE: Running task 844 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_package) NOTE: Running task 845 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_populate_sysroot) NOTE: Running task 846 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_deploy) NOTE: recipe pmufw-1.0-r0: task do_populate_sysroot: Started NOTE: recipe pmufw-1.0-r0: task do_deploy: Started NOTE: recipe pmufw-1.0-r0: task do_package: Started NOTE: recipe pmufw-1.0-r0: task do_deploy: Succeeded NOTE: recipe pmufw-1.0-r0: task do_populate_sysroot: Succeeded NOTE: recipe pmufw-1.0-r0: task do_package: Succeeded NOTE: Running task 847 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_packagedata) NOTE: recipe pmufw-1.0-r0: task do_packagedata: Started NOTE: recipe pmufw-1.0-r0: task do_packagedata: Succeeded NOTE: Running task 848 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_package_qa) NOTE: Running task 849 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_package_write_rpm) NOTE: recipe pmufw-1.0-r0: task do_package_write_rpm: Started NOTE: recipe pmufw-1.0-r0: task do_package_qa: Started NOTE: recipe pmufw-1.0-r0: task do_package_qa: Succeeded NOTE: recipe pmufw-1.0-r0: task do_package_write_rpm: Succeeded NOTE: Running task 850 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_rm_work) NOTE: recipe pmufw-1.0-r0: task do_rm_work: Started NOTE: recipe pmufw-1.0-r0: task do_rm_work: Succeeded NOTE: Running noexec task 851 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_rm_work_all) NOTE: Running noexec task 852 of 852 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb:do_build) NOTE: Tasks Summary: Attempted 852 tasks of which 819 didn't need to be rerun and all succeeded. INFO: Failed to copy built images to tftp dir: /tftpboot [INFO] Successfully built pmufw PYNQ_BOARDNAME=Pynq_Custom FPGA_MANAGER=1 petalinux-build -c arm-trusted-firmware -p /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project [INFO] Sourcing buildtools [INFO] Building arm-trusted-firmware [INFO] Sourcing build environment [INFO] Generating workspace directory INFO: bitbake virtual/arm-trusted-firmware NOTE: Started PRServer with DBfile: /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/build/cache/prserv.sqlite3, Address: 127.0.0.1:37847, PID: 1505 Loading cache...done. Loaded 5391 entries from dependency cache. Parsing recipes...done. Parsing of 3595 .bb files complete (3589 cached, 6 parsed). 5399 targets, 562 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies Initialising tasks...done. Sstate summary: Wanted 82 Local 0 Network 70 Missed 12 Current 148 (85% match, 94% complete) NOTE: Executing Tasks NOTE: Running task 746 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_fetch) NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_fetch: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_fetch: Succeeded NOTE: Running task 769 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_prepare_recipe_sysroot) NOTE: Running task 770 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_unpack) NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_unpack: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_unpack: Succeeded NOTE: Running task 771 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_patch) NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_patch: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_patch: Succeeded NOTE: Running task 772 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_populate_lic) NOTE: Running task 773 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_deploy_source_date_epoch) NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_populate_lic: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_deploy_source_date_epoch: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_populate_lic: Succeeded NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_deploy_source_date_epoch: Succeeded NOTE: Running task 774 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_configure) NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_configure: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_configure: Succeeded NOTE: Running task 775 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_compile) NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_compile: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_compile: Succeeded NOTE: Running task 776 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_deploy) NOTE: Running task 777 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_install) NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_deploy: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_deploy: Succeeded NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_install: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_install: Succeeded NOTE: Running task 778 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_package) NOTE: Running task 779 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_populate_sysroot) NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_populate_sysroot: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_package: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_populate_sysroot: Succeeded NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_package: Succeeded NOTE: Running task 780 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_packagedata) NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_packagedata: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_packagedata: Succeeded NOTE: Running task 781 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_package_qa) NOTE: Running task 782 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_package_write_rpm) NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_package_qa: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_package_write_rpm: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_package_qa: Succeeded NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_package_write_rpm: Succeeded NOTE: Running task 783 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_rm_work) NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_rm_work: Started NOTE: recipe arm-trusted-firmware-2.6-xilinx-v2022.1+gitAUTOINC+67ca59c67f-r0: task do_rm_work: Succeeded NOTE: Running noexec task 784 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_rm_work_all) NOTE: Running noexec task 785 of 785 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2022.1.bb:do_build) NOTE: Tasks Summary: Attempted 785 tasks of which 767 didn't need to be rerun and all succeeded. INFO: Failed to copy built images to tftp dir: /tftpboot [INFO] Successfully built arm-trusted-firmware cd /home/p260/PYNQ/sdbuild/output/boot/Pynq_Custom && petalinux-package --boot --fpga /home/p260/PYNQ/sdbuild/../boards/Pynq_Custom/base/base.bit --u-boot -p /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project --force WARNING: Fpga Manager enabled, skipping bitstream to pack into BOOT.BIN [INFO] Sourcing buildtools INFO: Generating zynqmp binary package BOOT.BIN... ****** Xilinx Bootgen v2022.1 **** Build date : Mar 30 2022-09:29:13 ** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved. [WARNING]: Partition zynqmp_fsbl.elf.0 range is overlapped with partition bl31.elf.0 memory range [INFO] : Bootimage generated successfully INFO: Binary is ready. WARNING: Unable to access the TFTPBOOT folder /tftpboot!!! WARNING: Skip file copy to TFTPBOOT folder!!! cp -f /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/images/linux/BOOT.BIN /home/p260/PYNQ/sdbuild/output/boot/Pynq_Custom PYNQ_BOARDNAME=Pynq_Custom FPGA_MANAGER=1 petalinux-build -c u-boot-zynq-scr -p /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project [INFO] Sourcing buildtools [INFO] Building u-boot-zynq-scr [INFO] Sourcing build environment [INFO] Generating workspace directory INFO: bitbake u-boot-zynq-scr NOTE: Started PRServer with DBfile: /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/build/cache/prserv.sqlite3, Address: 127.0.0.1:37439, PID: 4783 Loading cache...done. Loaded 5391 entries from dependency cache. Parsing recipes...done. Parsing of 3595 .bb files complete (3589 cached, 6 parsed). 5399 targets, 562 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies Initialising tasks...done. Sstate summary: Wanted 24 Local 0 Network 22 Missed 2 Current 40 (91% match, 96% complete) NOTE: Executing Tasks NOTE: Running setscene task 48 of 64 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_populate_lic_setscene) NOTE: Running setscene task 50 of 64 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_deploy_source_date_epoch_setscene) NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_populate_lic_setscene: Started NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_deploy_source_date_epoch_setscene: Started NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_deploy_source_date_epoch_setscene: Succeeded NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_populate_lic_setscene: Succeeded NOTE: Running task 221 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_fetch) NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_fetch: Started NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_fetch: Succeeded NOTE: Running task 222 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_prepare_recipe_sysroot) NOTE: Running task 223 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_unpack) NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_unpack: Started NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_unpack: Succeeded NOTE: Running task 224 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_patch) NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_patch: Started NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_patch: Succeeded NOTE: Running noexec task 227 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_configure) NOTE: Running task 228 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_compile) NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_compile: Started NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_compile: Succeeded NOTE: Running task 229 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_deploy) NOTE: Running noexec task 230 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_install) NOTE: Running task 231 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_populate_sysroot) NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_deploy: Started NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_populate_sysroot: Started NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_deploy: Succeeded NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_populate_sysroot: Succeeded NOTE: Running task 232 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_rm_work) NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_rm_work: Started NOTE: recipe u-boot-zynq-scr-1.0-r0: task do_rm_work: Succeeded NOTE: Running noexec task 233 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_rm_work_all) NOTE: Running noexec task 234 of 234 (/home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr.bb:do_build) NOTE: Tasks Summary: Attempted 234 tasks of which 222 didn't need to be rerun and all succeeded. INFO: Failed to copy built images to tftp dir: /tftpboot [INFO] Successfully built u-boot-zynq-scr cp -f /home/p260/PYNQ/sdbuild/build/Pynq_Custom/petalinux_project/images/linux/boot.scr /home/p260/PYNQ/sdbuild/output/boot/Pynq_Custom/boot.scr sudo rm -rf /home/p260/PYNQ/sdbuild/build/jammy.aarch64 mkdir /home/p260/PYNQ/sdbuild/build/jammy.aarch64 QEMU_EXE=/opt/qemu/bin/qemu-aarch64-static PYNQ_BOARD=Unknown ARCH=aarch64 PYNQ_SDIST=/home/p260/PYNQ/sdbuild/prebuilt/pynq_sdist.tar.gz PYNQ_ROOTFS=/home/p260/PYNQ/sdbuild/prebuilt/pynq_rootfs.aarch64.tar.gz /home/p260/PYNQ/sdbuild/scripts/create_rootfs.sh /home/p260/PYNQ/sdbuild/build/jammy.aarch64 /home/p260/PYNQ/sdbuild/ubuntu/jammy/aarch64 /opt/qemu/bin/qemu-aarch64-static multistrap 2.2.9 using /home/p260/PYNQ/sdbuild/ubuntu/jammy/aarch64/multistrap.config multistrap 2.2.9 using /home/p260/PYNQ/sdbuild/ubuntu/jammy/aarch64/multistrap.config Using foreign architecture: arm64 multistrap building arm64 multistrap on 'amd64' I: Setting /home/p260/PYNQ/sdbuild/build/jammy.aarch64/lib64 -> /home/p260/PYNQ/sdbuild/build/jammy.aarch64/lib symbolic link. I: Downloading ubuntu-keyring Get:1 http://tr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22,3 kB] Fetched 22,3 kB in 0s (45,6 kB/s) Getting package lists: APT_CONFIG=/tmp/multistrap.ib9tPU apt-get -o Apt::Architecture=arm64 -o Dir::Etc::TrustedParts=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/etc/apt/trusted.gpg.d -o Dir::Etc::Trusted=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/etc/apt/trusted.gpg -o Apt::Get::Download-Only=true -o Dir=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/ -o Dir::Etc=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/etc/apt/ -o Dir::Etc::Parts=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/etc/apt/apt.conf.d/ -o Dir::Etc::PreferencesParts=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/etc/apt/preferences.d/ -o APT::Default-Release='*' -o Dir::State=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/var/lib/apt/ -o Dir::State::Status=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/var/lib/dpkg/status -o Dir::Cache=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/var/cache/apt/ update Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/universe Sources [17,8 MB] Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main Sources [1.340 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [13,9 MB] Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/universe Translation-en [5.652 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1.369 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main Translation-en [510 kB] Fetched 40,9 MB in 7s (5.842 kB/s) Reading package lists... I: Calculating required packages. I: Adding 'Priority: important': adduser apt apt-utils ca-certificates console-setup console-setup-linux dbus debconf-i18n distro-info distro-info-data dmsetup eject gir1.2-glib-2.0 gpgv init iproute2 iputils-ping isc-dhcp-client isc-dhcp-common iso-codes kbd keyboard-configuration kmod less libapparmor1 libapt-pkg6.0 libargon2-1 libatm1 libbpf0 libbsd0 libcap2-bin libcryptsetup12 libdbus-1-3 libdevmapper1.02.1 libdns-export1110 libelf1 libestr0 libexpat1 libfastjson4 libffi8 libfribidi0 libgirepository-1.0-1 libglib2.0-0 libglib2.0-data libgnutls30 libhogweed6 libicu70 libidn2-0 libip4tc2 libisc-export1105 libjson-c5 libkmod2 liblocale-gettext-perl libmd0 libmnl0 libmpdec3 libnetplan0 libnettle8 libnewt0.52 libnss-systemd libp11-kit0 libpam-cap libpam-systemd libpopt0 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libreadline8 libseccomp2 libslang2 libsqlite3-0 libstdc++6 libtasn1-6 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libunistring2 libxml2 libxtables12 libxxhash0 libyaml-0-2 locales logrotate lsb-release media-types netbase netcat-openbsd netplan.io networkd-dispatcher openssl python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-netifaces python3-pkg-resources python3-yaml python3.10 python3.10-minimal readline-common rsyslog shared-mime-info sudo systemd systemd-sysv systemd-timesyncd tzdata ubuntu-advantage-tools ubuntu-keyring ubuntu-minimal ucf udev vim-common vim-tiny whiptail xdg-user-dirs xkb-data xxd APT_CONFIG=/tmp/multistrap.ib9tPU apt-get -o Apt::Architecture=arm64 -o Dir::Etc::TrustedParts=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/etc/apt/trusted.gpg.d -o Dir::Etc::Trusted=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/etc/apt/trusted.gpg -o Apt::Get::Download-Only=true -o Dir=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/ -o Dir::Etc=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/etc/apt/ -o Dir::Etc::Parts=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/etc/apt/apt.conf.d/ -o Dir::Etc::PreferencesParts=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/etc/apt/preferences.d/ -o APT::Default-Release='*' -o Dir::State=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/var/lib/apt/ -o Dir::State::Status=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/var/lib/dpkg/status -o Dir::Cache=/home/p260/PYNQ/sdbuild/build/jammy.aarch64/var/cache/apt/ -y install 2ping adduser alex apt apt-utils at-spi2-core attr autoconf autoconf-archive automake autotools-dev base-files base-passwd bash bash-completion binfmt-support binutils bison blt bluez bluez-tools bsdmainutils bsdutils build-essential bzip2 ca-certificates ccache check cmake cmake-data console-setup console-setup-linux coreutils cpio cpp cpp-9 cpufrequtils cron curl dash dbus dbus-x11 debconf debconf-i18n debhelper debianutils devmem2 dh-python diffutils distro-info distro-info-data dmsetup dpkg dpkg-dev e2fsprogs eject eterm ethtool fake-hwclock fakechroot fakeroot fdisk file findutils firefox flac flex fluxbox fontconfig fontconfig-config fonts-dejavu-core fonts-lmodern fonts-texgyre fswebcam g++ g++-9 gawk gcc gcc-12-base gcc-9 gcc-9-base gdb gettext gettext-base gfortran gfortran-9 gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-2.0 gir1.2-pango-1.0 git git-man gnupg googletest gperf gpgv graphviz grep groff-base gsfonts gyp gzip happy haveged help2man hicolor-icon-theme hostname hscolour htop i2c-tools icu-devtools ifupdown init init-system-helpers intltool-debian iproute2 iputils-ping isc-dhcp-client isc-dhcp-common isc-dhcp-server iso-codes iw javascript-common kbd keyboard-configuration kmod krb5-locales language-pack-en language-pack-en-base less libaacs0 libacl1 libaio1 libalgorithm-c3-perl libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libapparmor1 libapt-pkg6.0 libarchive-extract-perl libarchive13 libargon2-1 libasan5 libasn1-8-heimdal libasprintf-dev libasprintf0v5 libatk1.0-0 libatk1.0-data libatk1.0-dev libatlas-base-dev libatlas3-base libatm1 libatomic1 libattr1 libaudit-common libaudit1 libavahi-client3 libavahi-common-data libavahi-common3 libavcodec-dev libavformat-dev libavutil-dev libb-hooks-endofscope-perl libb-hooks-op-check-perl libbareword-filehandles-perl libbdplus0 libbison-dev libblas-dev libblas3 libblkid1 libboost-all-dev libboost-atomic-dev libboost-chrono-dev libboost-date-time-dev libboost-dev libboost-filesystem-dev libboost-serialization-dev libboost-system-dev libboost-test-dev libboost-thread-dev libbpf0 libbsd-dev libbsd0 libbz2-1.0 libc-ares-dev libc-ares2 libc-bin libc-dev-bin libc6 libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libcanberra-gtk-module libcap-ng0 libcap2 libcap2-bin libcc1-0 libcgi-fast-perl libcgi-pm-perl libcgraph6 libclass-c3-perl libclass-c3-xs-perl libclass-method-modifiers-perl libclass-xsaccessor-perl libcom-err2 libcpan-changes-perl libcpufreq0 libcrypt1 libcryptsetup12 libcups2 libcupsfilters1 libcupsimage2 libcurl3-gnutls libcurl4 libcurl4-openssl-dev libdata-optlist-perl libdata-perl-perl libdata-section-perl libdatrie1 libdb5.3 libdbus-1-3 libdbus-glib-1-2 libdc1394-25 libdc1394-dev libdebconfclient0 libdevel-caller-perl libdevel-globaldestruction-perl libdevel-lexalias-perl libdevmapper1.02.1 libdns-export1110 libdpkg-perl libdrm-amdgpu1 libdrm-dev libdrm2 libedit2 libeigen3-dev libelf1 libencode-locale-perl liberror-perl libestr0 libexpat1 libexpat1-dev libexporter-tiny-perl libext2fs2 libfakeroot libfastjson4 libfcgi-perl libfdisk1 libffi-dev libffi7 libffi8 libfile-basedir-perl libfile-copy-recursive-perl libfile-desktopentry-perl libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl libfile-mimeinfo-perl libfile-slurp-perl libfile-which-perl libfl-dev libfont-afm-perl libfontconfig1 libfontconfig1-dev libfontenc1 libfreetype6 libfreetype6-dev libfribidi0 libftdi-dev libftdi1 libgcc-9-dev libgcc-s1 libgcrypt20 libgd3 libgdbm-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgetopt-long-descriptive-perl libgettextpo-dev libgettextpo0 libgflags-dev libgflags2.2 libgfortran-10-dev libgfortran5 libgirepository-1.0-1 libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libglibmm-2.4-1v5 libglibmm-2.4-dev libgme0 libgmp-dev libgmp10 libgmpxx4ldbl libgnutls-openssl27 libgnutls30 libgomp1 libgoogle-glog-dev libgoogle-glog0v5 libgpg-error0 libgpm2 libgraphite2-3 libgraphviz-dev libgs9 libgs9-common libgsm1 libgssapi-krb5-2 libgssapi3-heimdal libgtest-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtk2.0-dev libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libhcrypto4-heimdal libhdb9-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhogweed6 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libi2c-dev libice-dev libice6 libicu-dev libicu70 libidn12 libidn2-0 libijs-0.35 libilmbase-dev libilmbase25 libimport-into-perl libindirect-perl libintl-perl libio-html-perl libio-socket-inet6-perl libio-socket-ssl-perl libio-stringy-perl libip4tc2 libipc-system-simple-perl libisc-export1105 libjbig-dev libjbig0 libjbig2dec0 libjemalloc-dev libjemalloc2 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-inherits libjs-jquery libjs-underscore libjson-c-dev libjson-c5 libk5crypto3 libkdc2-heimdal libkeyutils1 libkmod2 libkpathsea6 libkrb5-26-heimdal libkrb5-3 libkrb5support0 liblapack-dev liblapack3 liblcms2-2 liblcms2-dev libldap-2.5-0 libldb2 liblexical-sealrequirehints-perl liblist-moreutils-perl liblocale-gettext-perl liblockfile-bin liblockfile1 liblog-message-perl liblog-message-simple-perl libltdl-dev libltdl7 liblua5.1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl liblz4-1 liblzma-dev liblzma5 liblzo2-2 libmagic1 libmail-sendmail-perl libmailtools-perl libmd0 libmnl0 libmodplug1 libmodule-build-perl libmodule-implementation-perl libmodule-pluggable-perl libmodule-runtime-perl libmodule-signature-perl libmoo-perl libmoox-handlesvia-perl libmount1 libmp3lame0 libmpc3 libmpdec3 libmro-compat-perl libmultidimensional-perl libnamespace-autoclean-perl libnamespace-clean-perl libncurses5 libncurses5-dev libncurses6 libncursesw5 libncursesw5-dev libncursesw6 libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnetplan0 libnettle8 libnewt0.52 libnl-3-200 libnl-genl-3-200 libnsl2 libnss-systemd libogg0 libopencv-dev libopenexr-dev libopenexr25 libopts25 libopus0 liborc-0.4-0 libp11-kit0 libpackage-constants-perl libpackage-stash-perl libpackage-stash-xs-perl libpadwalker-perl libpam-cap libpam-modules libpam-modules-bin libpam-runtime libpam-systemd libpam0g libpango-1.0-0 libpango1.0-dev libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0 libpaper-utils libpaper1 libparams-classify-perl libparams-util-perl libparams-validate-perl libpath-tiny-perl libpcre16-3 libpcre2-8-0 libpcre3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpcsclite1 libpipeline1 libpixman-1-0 libpixman-1-dev libpod-latex-perl libpod-markdown-perl libpod-readme-perl libpolkit-agent-1-0 libpolkit-gobject-1-0 libpopt0 libpotrace0 libprocps8 libprotobuf-dev libptexenc1 libpthread-stubs0-dev libpython2-dev libpython2-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libpython3-dev libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libraw1394-11 libraw1394-dev libraw1394-tools libreadline-dev libreadline8 libroken18-heimdal librole-tiny-perl librtmp1 libruby libsasl2-2 libsasl2-modules libsasl2-modules-db libseccomp2 libselinux1 libsemanage-common libsemanage2 libsensors4-dev libsepol2 libshine3 libsigc++-2.0-0v5 libsigc++-2.0-dev libsigsegv2 libslang2 libsm-dev libsm6 libsmartcols1 libsocket6-perl libsoftware-license-perl libsoxr0 libspeex1 libsqlite3-0 libsqlite3-dev libss2 libssh-gcrypt-4 libssl-dev libssl-doc libssl3 libstdc++6 libstrictures-perl libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl libsub-name-perl libswresample-dev libswscale-dev libsynctex-dev libsys-hostname-long-perl libsysfs-dev libsystemd0 libtalloc2 libtasn1-6 libtcl8.6 libtdb1 libterm-ui-perl libtevent0 libtext-charwidth-perl libtext-iconv-perl libtext-soundex-perl libtext-template-perl libtext-unidecode-perl libtext-wrapi18n-perl libthai-data libthai0 libtheora0 libtie-ixhash-perl libtiff5 libtiff5-dev libtiffxx5 libtimedate-perl libtinfo-dev libtinfo5 libtinfo6 libtirpc-common libtirpc3 libtk8.6 libtool libtry-tiny-perl libtwolame0 libtype-tiny-perl libtype-tiny-xs-perl libubsan1 libudev-dev libudev1 libunicode-utf8-perl libunistring2 liburi-perl libusb-0.1-4 libusb-1.0-0 libusb-1.0-0-dev libusb-1.0-doc libusb-dev libustr-1.0-1 libutempter0 libuuid1 libv4l-0 libv4lconvert0 libvariable-magic-perl libvorbis0a libvorbisenc2 libwavpack1 libwbclient0 libwebp-dev libwind0-heimdal libwrap0 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libx11-dev libx11-doc libx11-protocol-perl libx11-xcb-dev libx11-xcb1 libxau-dev libxau6 libxaw7 libxcb-dri2-0 libxcb-dri2-0-dev libxcb-dri3-0 libxcb-dri3-dev libxcb-glx0 libxcb-glx0-dev libxcb-present-dev libxcb-present0 libxcb-randr0 libxcb-randr0-dev libxcb-render0 libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0 libxcb-shm0-dev libxcb-sync-dev libxcb-sync1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1 libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl libxml-xpathengine-perl libxml2 libxml2-dev libxml2-utils libxmu-dev libxmu-headers libxmu6 libxmuu1 libxpm4 libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxshmfence-dev libxshmfence1 libxslt1-dev libxslt1.1 libxss-dev libxss1 libxt-dev libxt6 libxtables12 libxtst6 libxv1 libxvidcore4 libxxf86dga1 libxxf86vm1 libxxhash0 libyaml-0-2 libyaml-dev libyaml-tiny-perl libzip-dev libzstd1 libzvbi-common libzvbi0 libzzip-0-13 libzzip-dev linux-firmware linux-libc-dev lmodern locales lockfile-progs login logrotate logsave lsb-base lsb-release lsof m4 make makedev man-db manpages manpages-dev mawk media-types mesa-common-dev mime-support mount nano ncdu ncurses-base ncurses-bin ncurses-term net-tools netbase netcat-openbsd netplan.io networkd-dispatcher nodejs ntpdate ocl-icd-dev ocl-icd-opencl-dev opencl-headers openjdk-8-jdk openssh-client openssh-server openssh-sftp-server openssl pandoc pandoc-data passwd patch perl perl-base perl-modules-5.34 pkg-config po-debconf policykit-1 poppler-data portaudio19-dev procps protobuf-compiler psmisc pybind11-dev python-apt-common python-dev-is-python3 python-gi-dev python-is-python3 python-pkg-resources python-setuptools python2.7 python2.7-dev python2.7-minimal python3 python3-apt python3-cffi python3-chardet python3-dbus python3-dev python3-gi python3-ldb python3-lxml python3-matplotlib python3-minimal python3-netifaces python3-networkx python3-numexpr python3-opencv python3-pil python3-pip python3-pkg-resources python3-pygraphviz python3-pytest python3-pytest-sourceorder python3-requests python3-retrying python3-samba python3-scipy python3-setuptools python3-six python3-skimage python3-software-properties python3-sqlalchemy python3-sympy python3-talloc python3-tdb python3-tk python3-transitions python3-urllib3 python3-uvloop python3-venv python3-wheel python3-yaml python3.10 python3.10-minimal rapidjson-dev readline-common rename resolvconf rsync rsyslog ruby rubygems-integration samba samba-common samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules sed sensible-utils sgml-base shared-mime-info software-properties-common ssh ssh-import-id strace sudo swig swig3.0 systemd systemd-sysv systemd-timesyncd sysvinit-utils tar tcl tcl-dev tcl8.6 tcl8.6-dev tcpd tdb-tools tex-common texinfo tk tk-dev tk8.6 tk8.6-blt2.5 tk8.6-dev tree tzdata ubuntu-advantage-tools ubuntu-keyring ubuntu-minimal ucf udev unattended-upgrades unzip update-inetd usbutils usrmerge util-linux uuid-dev valgrind vim vim-common vim-runtime vim-tiny wget whiptail wireless-tools wpasupplicant x11-common x11proto-core-dev x11proto-gl-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-scrnsaver-dev x11proto-xext-dev x11proto-xinerama-dev xauth xbitmaps xdg-user-dirs xdg-utils xinit xkb-data xml-core xorg xorg-dev xorg-sgml-doctools xserver-xorg xterm xtrans-dev xutils-dev xxd xz-utils zip zlib1g zlib1g-dev Reading package lists... Building dependency tree... The following additional packages will be installed: adwaita-icon-theme alsa-topology-conf alsa-ucm-conf apparmor apport apport-symptoms autopoint binutils-aarch64-linux-gnu binutils-common bluez-obexd bsdextrautils ca-certificates-java cpp-11 dbus-user-session dconf-gsettings-backend dconf-service debugedit dh-autoreconf dh-elpa-helper dh-strip-nondeterminism dirmngr dwz e2fsprogs-l10n emacsen-common fonts-dejavu-extra fonts-droid-fallback fonts-lato fonts-liberation fonts-lyx fonts-noto-mono fonts-terminus-otb fonts-urw-base35 g++-11 gcc-10-base gcc-11 gcc-11-base gdal-data gfortran-11 gir1.2-harfbuzz-0.0 gir1.2-packagekitglib-1.0 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gsettings-desktop-schemas gstreamer1.0-plugins-base gtk-update-icon-cache humanity-icon-theme ibverbs-providers java-common libaec0 libann0 libany-uri-escape-perl libaom3 libappstream4 libarchive-cpio-perl libarchive-zip-perl libarmadillo10 libarpack2 libasan6 libasound2 libasound2-data libasound2-dev libassuan0 libast2 libasyncns0 libatk-bridge2.0-0 libatk-wrapper-java libatk-wrapper-java-jni libatspi2.0-0 libauthen-sasl-perl libavcodec58 libavformat58 libavutil56 libbabeltrace1 libbinutils libblkid-dev libblosc1 libbluray2 libboost-atomic1.74-dev libboost-atomic1.74.0 libboost-chrono1.74-dev libboost-chrono1.74.0 libboost-container-dev libboost-container1.74-dev libboost-container1.74.0 libboost-context-dev libboost-context1.74-dev libboost-context1.74.0 libboost-coroutine-dev libboost-coroutine1.74-dev libboost-coroutine1.74.0 libboost-date-time1.74-dev libboost-date-time1.74.0 libboost-exception-dev libboost-exception1.74-dev libboost-fiber-dev libboost-fiber1.74-dev libboost-fiber1.74.0 libboost-filesystem1.74-dev libboost-filesystem1.74.0 libboost-graph-dev libboost-graph-parallel-dev libboost-graph-parallel1.74-dev libboost-graph-parallel1.74.0 libboost-graph1.74-dev libboost-graph1.74.0 libboost-iostreams-dev libboost-iostreams1.74-dev libboost-iostreams1.74.0 libboost-locale-dev libboost-locale1.74-dev libboost-locale1.74.0 libboost-log-dev libboost-log1.74-dev libboost-log1.74.0 libboost-math-dev libboost-math1.74-dev libboost-math1.74.0 libboost-mpi-dev libboost-mpi-python-dev libboost-mpi-python1.74-dev libboost-mpi-python1.74.0 libboost-mpi1.74-dev libboost-mpi1.74.0 libboost-nowide-dev libboost-nowide1.74-dev libboost-nowide1.74.0 libboost-numpy-dev libboost-numpy1.74-dev libboost-numpy1.74.0 libboost-program-options-dev libboost-program-options1.74-dev libboost-program-options1.74.0 libboost-python-dev libboost-python1.74-dev libboost-python1.74.0 libboost-random-dev libboost-random1.74-dev libboost-random1.74.0 libboost-regex-dev libboost-regex1.74-dev libboost-regex1.74.0 libboost-serialization1.74-dev libboost-serialization1.74.0 libboost-stacktrace-dev libboost-stacktrace1.74-dev libboost-stacktrace1.74.0 libboost-system1.74-dev libboost-system1.74.0 libboost-test1.74-dev libboost-test1.74.0 libboost-thread1.74-dev libboost-thread1.74.0 libboost-timer-dev libboost-timer1.74-dev libboost-timer1.74.0 libboost-tools-dev libboost-type-erasure-dev libboost-type-erasure1.74-dev libboost-type-erasure1.74.0 libboost-wave-dev libboost-wave1.74-dev libboost-wave1.74.0 libboost1.74-dev libboost1.74-tools-dev libbrotli-dev libbrotli1 libc-devtools libc6-dbg libc6-dev libcaf-openmpi-3 libcanberra-gtk0 libcanberra0 libcbor0.8 libcdparanoia0 libcdt5 libcephfs2 libcfitsio9 libcharls2 libchromaprint1 libclone-perl libcmark-gfm-extensions0.29.0.gfm.3 libcmark-gfm0.29.0.gfm.3 libcoarrays-dev libcoarrays-openmpi-dev libcodec2-1.0 libcolord2 libcrypt-dev libctf-nobfd0 libctf0 libdata-dump-perl libdatrie-dev libdav1d5 libdconf1 libde265-0 libdebhelper-perl libdebuginfod-common libdebuginfod1 libdeflate-dev libdeflate0 libdevel-callchecker-perl libdmx-dev libdmx1 libdouble-conversion3 libdrm-common libdrm-etnaviv1 libdrm-freedreno1 libdrm-nouveau2 libdrm-radeon1 libdrm-tegra0 libdw1 libdynaloader-functions-perl libegl-dev libegl-mesa0 libegl1 libepoxy0 libevdev2 libevent-2.1-7 libevent-core-2.1-7 libevent-dev libevent-extra-2.1-7 libevent-openssl-2.1-7 libevent-pthreads-2.1-7 libexif-dev libexif-doc libexif12 libfabric1 libfakechroot libfcgi-bin libfcgi0ldbl libfido2-1 libfile-stripnondeterminism-perl libfl2 libflac8 libfontconfig-dev libfontenc-dev libfreetype-dev libfreexl1 libfribidi-dev libfs-dev libfs6 libfuse2 libfuse3-3 libfyba0 libgail-common libgail18 libgbm1 libgcc-10-dev libgcc-11-dev libgdal30 libgdbm-compat4 libgdbm6 libgdcm-dev libgdcm3.0 libgdk-pixbuf-2.0-0 libgdk-pixbuf-2.0-dev libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf-xlib-2.0-dev libgdk-pixbuf2.0-bin libgeos-c1v5 libgeos3.10.2 libgeotiff5 libgfapi0 libgfortran-11-dev libgfortran-9-dev libgfrpc0 libgfxdr0 libgif7 libgit2-1.1 libgl-dev libgl1 libgl1-amber-dri libgl1-mesa-dev libgl1-mesa-dri libgl2ps1.4 libgles-dev libgles1 libgles2 libglew2.2 libglib2.0-dev-bin libglu1-mesa libglusterfs0 libglvnd-core-dev libglvnd-dev libglvnd0 libglx-dev libglx-mesa0 libglx0 libgpg-error-l10n libgpgme11 libgphoto2-6 libgphoto2-dev libgphoto2-l10n libgphoto2-port12 libgraphite2-dev libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgts-0.7-5 libgts-bin libgudev-1.0-0 libgvc6 libgvc6-plugins-gtk libgvpr2 libhavege2 libhdf4-0-alt libhdf5-103-1 libhdf5-hl-100 libheif1 libhiredis0.14 libhttp-parser2.9 libhwasan0 libhwloc-dev libhwloc-plugins libhwloc15 libi2c0 libibverbs-dev libibverbs1 libical3 libid3tag0 libimagequant0 libimlib2 libinput-bin libinput10 libintl-xs-perl libirs-export161 libisccfg-export163 libisl23 libitm1 libiw30 libjack-dev libjack0 libjansson4 libjs-highlight.js libjs-jquery-ui libjs-sphinxdoc libjsoncpp25 libkmlbase1 libkmldom1 libkmlengine1 libksba8 liblab-gamut1 liblbfgsb0 libldap-common liblept5 liblist-moreutils-xs-perl libllvm13 liblmdb0 liblsan0 libmagic-mgc libmbedcrypto7 libmbedtls14 libmbedx509-1 libmd-dev libminizip1 libmount-dev libmpfr6 libmpg123-0 libmtdev1 libmysqlclient21 libncurses-dev libnet-libidn-perl libnetcdf19 libnghttp2-14 libnl-3-dev libnl-route-3-200 libnl-route-3-dev libnode72 libnorm1 libnpth0 libnsl-dev libnspr4 libnss-nis libnss-nisplus libnss3 libnuma-dev libnuma1 libodbc2 libodbcinst2 libogdi4.1 libopencv-calib3d-dev libopencv-calib3d4.5d libopencv-contrib-dev libopencv-contrib4.5d libopencv-core-dev libopencv-core4.5d libopencv-dnn-dev libopencv-dnn4.5d libopencv-features2d-dev libopencv-features2d4.5d libopencv-flann-dev libopencv-flann4.5d libopencv-highgui-dev libopencv-highgui4.5d libopencv-imgcodecs-dev libopencv-imgcodecs4.5d libopencv-imgproc-dev libopencv-imgproc4.5d libopencv-ml-dev libopencv-ml4.5d libopencv-objdetect-dev libopencv-objdetect4.5d libopencv-photo-dev libopencv-photo4.5d libopencv-shape-dev libopencv-shape4.5d libopencv-stitching-dev libopencv-stitching4.5d libopencv-superres-dev libopencv-superres4.5d libopencv-video-dev libopencv-video4.5d libopencv-videoio-dev libopencv-videoio4.5d libopencv-videostab-dev libopencv-videostab4.5d libopencv-viz-dev libopencv-viz4.5d libopencv4.5-java libopencv4.5d-jni libopengl-dev libopengl0 libopenjp2-7 libopenmpi-dev libopenmpi3 libopenmpt0 libpackagekit-glib2-18 libpathplan4 libpciaccess-dev libpciaccess0 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libperl5.34 libpgm-5.3-0 libpmix-dev libpmix2 libpng-dev libpng-tools libpng16-16 libpod-parser-perl libpoppler118 libportaudio2 libportaudiocpp0 libpq5 libproj22 libprotobuf-lite23 libprotobuf23 libprotoc23 libpsl5 libpulse0 libpython3.10 libpython3.10-dev libqhull-r8.0 librabbitmq4 librados2 libraqm0 librdmacm1 libreadonly-perl libref-util-perl libref-util-xs-perl librhash0 librsvg2-2 librsvg2-common librttopo1 libruby3.0 libselinux1-dev libsensors-config libsensors-dev libsensors5 libsepol-dev libsnappy1v5 libsndfile1 libsocket++1 libsodium23 libsource-highlight-common libsource-highlight4v5 libspatialite7 libsrt1.4-gnutls libssh-4 libssh2-1 libstdc++-11-dev libstdc++-9-dev libstemmer0d libsub-override-perl libsub-quote-perl libsubunit-dev libsubunit0 libsuperlu5 libswresample3 libswscale5 libsynctex2 libsysfs2 libsz2 libtbb-dev libtbb12 libtbb2 libtbbmalloc2 libtesseract4 libthai-dev libtiff-dev libtirpc-dev libtsan0 libuchardet0 libucx0 libudfread0 libunwind8 liburi-escape-xs-perl liburing2 liburiparser1 libuv1 libva-drm2 libva-x11-2 libva2 libvdpau1 libvisual-0.4-0 libvorbisfile3 libvpx7 libvtk9.1 libvulkan1 libwacom-bin libwacom-common libwacom9 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp7 libwebpdemux2 libwebpmux3 libx264-163 libx265-199 libxaw7-dev libxcvt-dev libxcvt0 libxdot4 libxerces-c3.2 libxfont-dev libxfont2 libxkbcommon0 libxkbfile-dev libxkbfile1 libxmlb2 libxmuu-dev libxnvctrl0 libxpm-dev libxres-dev libxres1 libxsimd-dev libxtst-dev libxv-dev libxvmc-dev libxvmc1 libxxf86dga-dev libxxf86vm-dev libzip4 libzmq5 lto-disabled-list mailcap menu mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers mpi-default-bin mpi-default-dev mysql-common ncal nodejs-doc ocl-icd-libopencl1 opencl-c-headers opencl-clhpp-headers opencv-data openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless openmpi-bin openmpi-common packagekit packagekit-tools pango1.0-tools perl-openssl-defaults pinentry-curses pkexec polkitd proj-bin proj-data publicsuffix python-babel-localedata python-matplotlib-data python-odf-doc python-odf-tools python-tables-data python2 python2-minimal python3-appdirs python3-apport python3-attr python3-babel python3-bcrypt python3-beniget python3-blinker python3-blosc python3-bottleneck python3-brotli python3-bs4 python3-certifi python3-cffi-backend python3-click python3-cloudpickle python3-colorama python3-cryptography python3-cycler python3-dask python3-dateutil python3-decorator python3-defusedxml python3-distributed python3-distro python3-distro-info python3-distutils python3-dnspython python3-dropbox python3-et-xmlfile python3-fonttools python3-fs python3-fsspec python3-fusepy python3-gast python3-gpg python3-greenlet python3-heapdict python3-html5lib python3-httplib2 python3-idna python3-imageio python3-importlib-metadata python3-iniconfig python3-jdcal python3-jeepney python3-jinja2 python3-jwt python3-keyring python3-kiwisolver python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-lib2to3 python3-libarchive-c python3-locket python3-lz4 python3-markdown python3-markupsafe python3-more-itertools python3-mpmath python3-msgpack python3-nacl python3-numpy python3-oauthlib python3-odf python3-olefile python3-openpyxl python3-packaging python3-pandas python3-pandas-lib python3-paramiko python3-partd python3-pil.imagetk python3-pip-whl python3-pluggy python3-ply python3-problem-report python3-psutil python3-py python3-pycparser python3-pygit2 python3-pygments python3-pyparsing python3-pythran python3-pywt python3-requests-toolbelt python3-secretstorage python3-setuptools-whl python3-skimage-lib python3-sortedcontainers python3-soupsieve python3-sqlalchemy-ext python3-stone python3-systemd python3-tables python3-tables-lib python3-tblib python3-tifffile python3-toml python3-toolz python3-tornado python3-tz python3-ufolib2 python3-unicodedata2 python3-wadllib python3-webencodings python3-xlwt python3-zict python3-zipp python3-zmq python3.10-dev python3.10-venv rake read-edid rpcsvc-proto ruby-net-telnet ruby-rubygems ruby-xmlrpc ruby3.0 session-migration snapd sound-theme-freedesktop squashfs-tools swig4.0 ubuntu-mono unicode-data unixodbc-common uuid-runtime va-driver-all vdpau-driver-all wireless-regdb x11-apps x11-session-utils x11-utils x11-xkb-utils x11-xserver-utils x11proto-dev xcvt xfonts-base xfonts-encodings xfonts-scalable xfonts-terminus xfonts-utils xinput xorg-docs-core xserver-common xserver-xorg-core xserver-xorg-dev xserver-xorg-input-all xserver-xorg-input-libinput xserver-xorg-input-wacom xserver-xorg-legacy xserver-xorg-video-all xserver-xorg-video-amdgpu xserver-xorg-video-ati xserver-xorg-video-fbdev xserver-xorg-video-nouveau xserver-xorg-video-radeon xserver-xorg-video-vesa Suggested packages: python3-pycryptodome ecryptfs-utils apparmor-profiles-extra apparmor-utils apport-gtk | apport-kde apt-doc aptitude | synaptic | wajig powermgmt-base gnu-standards autoconf-doc bash-doc binutils-doc bison-doc blt-demo pulseaudio-module-bluetooth calendar whois vacation mailutils bzip2-doc distcc | icecc cmake-doc ninja-build cmake-format libarchive1 cpp-doc gcc-11-locales gcc-9-locales anacron checksecurity default-mta | mail-transport-agent debconf-doc debconf-utils libterm-readline-gnu-perl libgtk3-perl libnet-ldap-perl debconf-kde-helper dh-make flit python3-build python3-tomli python3-installer diffutils-doc wdiff pinentry-gnome3 tor shunit2 debsig-verify debian-keyring gpart parted fuse2fs e2fsck-static ntp mlocate | locate flex-doc fbpager fbdesk fbautostart fonts-noto xfonts-terminus-oblique fonts-freefont-otf | fonts-freefont-ttf gcc-11-doc gcc-9-doc gawk-doc gcc-multilib gcc-doc gdb-doc gdbserver gettext-doc gfortran-doc gfortran-11-doc gfortran-9-doc git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon graphviz-doc groff gvfs haskell-doc info-browser lm-sensors python3-smbus ppp rdnssd iproute2-doc avahi-autoipd isc-dhcp-client-ddns isc-dhcp-server-ldap policycoreutils isoquery default-jre apache2 | lighttpd | httpd lrzip libasound2-plugins alsa-utils libasound2-doc libatlas-doc liblapack-doc libdigest-hmac-perl libgssapi-perl libcuda1 libnvcuvid1 libnvidia-encode1 libbluray-bdj libboost-doc libboost1.74-doc gccxml libboost-contract1.74-dev libmpfrc++-dev libntl-dev xsltproc doxygen docbook-xml docbook-xsl default-jdk fop glibc-doc libcairo2-doc libcanberra-pulse colord cups-common libcurl4-doc libidn11-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev libdatrie-doc bzr libeigen3-doc freetype2-doc fuse fuse3 rng-tools libgd-tools gdbm-l10n geotiff-bin gdal-bin libgeotiff-epsg glew-utils libgirepository1.0-dev libglib2.0-doc libglibmm-2.4-doc libgtkmm-3.0-dev gmp-doc libgmp10-doc libmpfr-dev gnutls-bin gphoto2 gpm libgraphite2-utils krb5-doc krb5-user libvisual-0.4-plugins gstreamer1.0-tools libgtk2.0-doc libhdf4-doc libhdf4-alt-dev hdf4-tools libice-doc icu-doc jackd1 libjs-jquery-ui-docs liblcms2-utils libtool-doc libcrypt-ssleay-perl liblzma-doc cryptsetup-bin ncurses-doc odbc-postgresql tdsodbc ogdi-bin opencv-doc openmpi-doc opus-tools libpam-doc libpango1.0-doc libscalar-number-perl pciutils pcscd pulseaudio libraw1394-doc readline-doc librsvg2-bin libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libsigc++-2.0-doc libsm-doc speex sqlite3-doc libstdc++-11-doc libstdc++-9-doc libtbb-doc libthai-doc gcj-jdk libdevel-stacktrace-perl libbusiness-isbn-perl vtk9-doc vtk9-examples libauthen-ntlm-perl libxaw-doc libxcb-doc libxext-doc libxml-sax-expatxs-perl libunicode-map8-perl libunicode-string-perl xml-twig-tools libxsimd-doc libxt-doc libyaml-doc bsd-mailx | mailx m4-doc make-doc menu-l10n gksu | kde-runtime | ktsuss nfs-common hunspell openvswitch-switch npm opencl-icd opencl-clhpp-headers-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei fonts-wqy-zenhei fonts-indic keychain libpam-ssh monkeysphere ssh-askpass molly-guard ufw appstream texlive-latex-recommended texlive-xetex texlive-luatex pandoc-citeproc texlive-latex-extra context wkhtmltopdf ghc php python r-base-core libjs-mathjax libjs-katex citation-style-language-styles graphicsmagick ed perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc libmail-box-perl poppler-utils ghostscript fonts-japanese-mincho | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-nanum portaudio19-doc protobuf-mode-el pybind11-doc python-setuptools-doc python2-doc python-tk python2.7-doc python3-doc python3-apt-dbg python-apt-doc python-attr-doc python-blinker-doc python-blosc-doc python-bottleneck-doc python-cryptography-doc python3-cryptography-vectors python-cycler-doc ipython python-dask-doc python3-bcolz python3-boto python3-graphviz python3-h5py python3-sklearn python-dbus-doc python3-sniffio python3-trio python-fsspec-doc python-greenlet-dev python-greenlet-doc python3-genshi python-imageio-doc python3-astropy python3-gdal ffmpeg python-jinja2-doc python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin python3-keyrings.alt python3-testresources python-lxml-doc python-markdown-doc dvipng fonts-staypuft gir1.2-gtk-3.0 inkscape ipython3 python-matplotlib-doc python3-cairocffi python3-gi-cairo python3-gobject python3-pyqt5 python3-sip texlive-extra-utils python-mpmath-doc python3-gmpy2 python-nacl-doc python-networkx-doc python3-pydot python-numpy-doc python-pandas-doc python3-statsmodels python3-gssapi python3-invoke python-pil-doc python-ply-doc python-psutil-doc subversion python-pygit2-doc python-pygments-doc ttf-bitstream-vera python-pygraphviz-doc python-pyparsing-doc python-pywt-doc python3-openssl python3-socks python-requests-doc python-scipy-doc python-secretstorage-doc python-skimage-doc python-sortedcontainers-doc python-sqlalchemy-doc python3-fdb python3-pymssql python3-mysqldb python3-psycopg2 python3-asyncpg python3-aiosqlite texlive-fonts-extra python-sympy-doc python3-netcdf4 python-tables-doc vitables tix python3-tk-dbg python-toolz-doc python3-pycurl python-tornado-doc python3-twisted python3-xlrd python-xlrt-doc python3.10-doc rapidjson-doc rsyslog-mysql | rsyslog-pgsql rsyslog-mongodb rsyslog-doc rsyslog-openssl | rsyslog-gnutls rsyslog-gssapi rsyslog-relp ri ruby-dev bundler bind9 bind9utils ctdb ldb-tools ntp | chrony smbldap-tools winbind heimdal-clients sgml-base-doc zenity | kdialog swig-doc swig-examples swig3.0-examples swig3.0-doc swig4.0-examples swig4.0-doc systemd-container ncompress tar-scripts tar-doc tcl-doc tcl-tclreadline tcl8.6-doc texlive-base texlive-latex-base texlive-plain-generic texlive-fonts-recommended tk-doc tk8.6-doc bsd-mailx needrestart dosfstools util-linux-locales valgrind-dbg valgrind-mpi kcachegrind alleyoop valkyrie libvdpau-va-gl1 ctags vim-doc vim-scripts indent crda wpagui libengine-pkcs11-openssl mesa-utils nickle cairo-5c xorg-docs xfonts-100dpi xfonts-75dpi x11-xfs-utils xfonts-100dpi | xfonts-75dpi firmware-amd-graphics xserver-xorg-video-r128 xserver-xorg-video-mach64 firmware-misc-nonfree xfonts-cyrillic Recommended packages: firmware-sof-signed The following NEW packages will be installed: 2ping adduser adwaita-icon-theme alex alsa-topology-conf alsa-ucm-conf apparmor apport apport-symptoms apt apt-utils at-spi2-core attr autoconf autoconf-archive automake autopoint autotools-dev base-files base-passwd bash bash-completion binfmt-support binutils binutils-aarch64-linux-gnu binutils-common bison blt bluez bluez-obexd bluez-tools bsdextrautils bsdmainutils bsdutils build-essential bzip2 ca-certificates ca-certificates-java ccache check cmake cmake-data console-setup console-setup-linux coreutils cpio cpp cpp-11 cpp-9 cpufrequtils cron curl dash dbus dbus-user-session dbus-x11 dconf-gsettings-backend dconf-service debconf debconf-i18n debhelper debianutils debugedit devmem2 dh-autoreconf dh-elpa-helper dh-python dh-strip-nondeterminism diffutils dirmngr distro-info distro-info-data dmsetup dpkg dpkg-dev dwz e2fsprogs e2fsprogs-l10n eject emacsen-common eterm ethtool fake-hwclock fakechroot fakeroot fdisk file findutils firefox flac flex fluxbox fontconfig fontconfig-config fonts-dejavu-core fonts-dejavu-extra fonts-droid-fallback fonts-lato fonts-liberation fonts-lmodern fonts-lyx fonts-noto-mono fonts-terminus-otb fonts-texgyre fonts-urw-base35 fswebcam g++ g++-11 g++-9 gawk gcc gcc-10-base gcc-11 gcc-11-base gcc-12-base gcc-9 gcc-9-base gdal-data gdb gettext gettext-base gfortran gfortran-11 gfortran-9 gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-2.0 gir1.2-harfbuzz-0.0 gir1.2-packagekitglib-1.0 gir1.2-pango-1.0 git git-man gnupg gnupg-l10n gnupg-utils googletest gperf gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv graphviz grep groff-base gsettings-desktop-schemas gsfonts gstreamer1.0-plugins-base gtk-update-icon-cache gyp gzip happy haveged help2man hicolor-icon-theme hostname hscolour htop humanity-icon-theme i2c-tools ibverbs-providers icu-devtools ifupdown init init-system-helpers intltool-debian iproute2 iputils-ping isc-dhcp-client isc-dhcp-common isc-dhcp-server iso-codes iw java-common javascript-common kbd keyboard-configuration kmod krb5-locales language-pack-en language-pack-en-base less libaacs0 libacl1 libaec0 libaio1 libalgorithm-c3-perl libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libany-uri-escape-perl libaom3 libapparmor1 libappstream4 libapt-pkg6.0 libarchive-cpio-perl libarchive-extract-perl libarchive-zip-perl libarchive13 libargon2-1 libarmadillo10 libarpack2 libasan5 libasan6 libasn1-8-heimdal libasound2 libasound2-data libasound2-dev libasprintf-dev libasprintf0v5 libassuan0 libast2 libasyncns0 libatk-bridge2.0-0 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatk1.0-dev libatlas-base-dev libatlas3-base libatm1 libatomic1 libatspi2.0-0 libattr1 libaudit-common libaudit1 libauthen-sasl-perl libavahi-client3 libavahi-common-data libavahi-common3 libavcodec-dev libavcodec58 libavformat-dev libavformat58 libavutil-dev libavutil56 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbabeltrace1 libbareword-filehandles-perl libbdplus0 libbinutils libbison-dev libblas-dev libblas3 libblkid-dev libblkid1 libblosc1 libbluray2 libboost-all-dev libboost-atomic-dev libboost-atomic1.74-dev libboost-atomic1.74.0 libboost-chrono-dev libboost-chrono1.74-dev libboost-chrono1.74.0 libboost-container-dev libboost-container1.74-dev libboost-container1.74.0 libboost-context-dev libboost-context1.74-dev libboost-context1.74.0 libboost-coroutine-dev libboost-coroutine1.74-dev libboost-coroutine1.74.0 libboost-date-time-dev libboost-date-time1.74-dev libboost-date-time1.74.0 libboost-dev libboost-exception-dev libboost-exception1.74-dev libboost-fiber-dev libboost-fiber1.74-dev libboost-fiber1.74.0 libboost-filesystem-dev libboost-filesystem1.74-dev libboost-filesystem1.74.0 libboost-graph-dev libboost-graph-parallel-dev libboost-graph-parallel1.74-dev libboost-graph-parallel1.74.0 libboost-graph1.74-dev libboost-graph1.74.0 libboost-iostreams-dev libboost-iostreams1.74-dev libboost-iostreams1.74.0 libboost-locale-dev libboost-locale1.74-dev libboost-locale1.74.0 libboost-log-dev libboost-log1.74-dev libboost-log1.74.0 libboost-math-dev libboost-math1.74-dev libboost-math1.74.0 libboost-mpi-dev libboost-mpi-python-dev libboost-mpi-python1.74-dev libboost-mpi-python1.74.0 libboost-mpi1.74-dev libboost-mpi1.74.0 libboost-nowide-dev libboost-nowide1.74-dev libboost-nowide1.74.0 libboost-numpy-dev libboost-numpy1.74-dev libboost-numpy1.74.0 libboost-program-options-dev libboost-program-options1.74-dev libboost-program-options1.74.0 libboost-python-dev libboost-python1.74-dev libboost-python1.74.0 libboost-random-dev libboost-random1.74-dev libboost-random1.74.0 libboost-regex-dev libboost-regex1.74-dev libboost-regex1.74.0 libboost-serialization-dev libboost-serialization1.74-dev libboost-serialization1.74.0 libboost-stacktrace-dev libboost-stacktrace1.74-dev libboost-stacktrace1.74.0 libboost-system-dev libboost-system1.74-dev libboost-system1.74.0 libboost-test-dev libboost-test1.74-dev libboost-test1.74.0 libboost-thread-dev libboost-thread1.74-dev libboost-thread1.74.0 libboost-timer-dev libboost-timer1.74-dev libboost-timer1.74.0 libboost-tools-dev libboost-type-erasure-dev libboost-type-erasure1.74-dev libboost-type-erasure1.74.0 libboost-wave-dev libboost-wave1.74-dev libboost-wave1.74.0 libboost1.74-dev libboost1.74-tools-dev libbpf0 libbrotli-dev libbrotli1 libbsd-dev libbsd0 libbz2-1.0 libc-ares-dev libc-ares2 libc-bin libc-dev-bin libc-devtools libc6 libc6-dbg libc6-dev libcaf-openmpi-3 libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libcanberra-gtk-module libcanberra-gtk0 libcanberra0 libcap-ng0 libcap2 libcap2-bin libcbor0.8 libcc1-0 libcdparanoia0 libcdt5 libcephfs2 libcfitsio9 libcgi-fast-perl libcgi-pm-perl libcgraph6 libcharls2 libchromaprint1 libclass-c3-perl libclass-c3-xs-perl libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl libcmark-gfm-extensions0.29.0.gfm.3 libcmark-gfm0.29.0.gfm.3 libcoarrays-dev libcoarrays-openmpi-dev libcodec2-1.0 libcolord2 libcom-err2 libcpan-changes-perl libcpufreq0 libcrypt-dev libcrypt1 libcryptsetup12 libctf-nobfd0 libctf0 libcups2 libcupsfilters1 libcupsimage2 libcurl3-gnutls libcurl4 libcurl4-openssl-dev libdata-dump-perl libdata-optlist-perl libdata-perl-perl libdata-section-perl libdatrie-dev libdatrie1 libdav1d5 libdb5.3 libdbus-1-3 libdbus-glib-1-2 libdc1394-25 libdc1394-dev libdconf1 libde265-0 libdebconfclient0 libdebhelper-perl libdebuginfod-common libdebuginfod1 libdeflate-dev libdeflate0 libdevel-callchecker-perl libdevel-caller-perl libdevel-globaldestruction-perl libdevel-lexalias-perl libdevmapper1.02.1 libdmx-dev libdmx1 libdns-export1110 libdouble-conversion3 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-dev libdrm-etnaviv1 libdrm-freedreno1 libdrm-nouveau2 libdrm-radeon1 libdrm-tegra0 libdrm2 libdw1 libdynaloader-functions-perl libedit2 libegl-dev libegl-mesa0 libegl1 libeigen3-dev libelf1 libencode-locale-perl libepoxy0 liberror-perl libestr0 libevdev2 libevent-2.1-7 libevent-core-2.1-7 libevent-dev libevent-extra-2.1-7 libevent-openssl-2.1-7 libevent-pthreads-2.1-7 libexif-dev libexif-doc libexif12 libexpat1 libexpat1-dev libexporter-tiny-perl libext2fs2 libfabric1 libfakechroot libfakeroot libfastjson4 libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libffi-dev libffi7 libffi8 libfido2-1 libfile-basedir-perl libfile-copy-recursive-perl libfile-desktopentry-perl libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl libfile-mimeinfo-perl libfile-slurp-perl libfile-stripnondeterminism-perl libfile-which-perl libfl-dev libfl2 libflac8 libfont-afm-perl libfontconfig-dev libfontconfig1 libfontconfig1-dev libfontenc-dev libfontenc1 libfreetype-dev libfreetype6 libfreetype6-dev libfreexl1 libfribidi-dev libfribidi0 libfs-dev libfs6 libftdi-dev libftdi1 libfuse2 libfuse3-3 libfyba0 libgail-common libgail18 libgbm1 libgcc-10-dev libgcc-11-dev libgcc-9-dev libgcc-s1 libgcrypt20 libgd3 libgdal30 libgdbm-compat4 libgdbm-dev libgdbm6 libgdcm-dev libgdcm3.0 libgdk-pixbuf-2.0-0 libgdk-pixbuf-2.0-dev libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf-xlib-2.0-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgeos-c1v5 libgeos3.10.2 libgeotiff5 libgetopt-long-descriptive-perl libgettextpo-dev libgettextpo0 libgfapi0 libgflags-dev libgflags2.2 libgfortran-10-dev libgfortran-11-dev libgfortran-9-dev libgfortran5 libgfrpc0 libgfxdr0 libgif7 libgirepository-1.0-1 libgit2-1.1 libgl-dev libgl1 libgl1-amber-dri libgl1-mesa-dev libgl1-mesa-dri libgl2ps1.4 libglapi-mesa libgles-dev libgles1 libgles2 libglew2.2 libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libglibmm-2.4-1v5 libglibmm-2.4-dev libglu1-mesa libglusterfs0 libglvnd-core-dev libglvnd-dev libglvnd0 libglx-dev libglx-mesa0 libglx0 libgme0 libgmp-dev libgmp10 libgmpxx4ldbl libgnutls-openssl27 libgnutls30 libgomp1 libgoogle-glog-dev libgoogle-glog0v5 libgpg-error-l10n libgpg-error0 libgpgme11 libgphoto2-6 libgphoto2-dev libgphoto2-l10n libgphoto2-port12 libgpm2 libgraphite2-3 libgraphite2-dev libgraphviz-dev libgs9 libgs9-common libgsm1 libgssapi-krb5-2 libgssapi3-heimdal libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtest-dev libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtk2.0-dev libgts-0.7-5 libgts-bin libgudev-1.0-0 libgvc6 libgvc6-plugins-gtk libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libhavege2 libhcrypto4-heimdal libhdb9-heimdal libhdf4-0-alt libhdf5-103-1 libhdf5-hl-100 libheif1 libheimbase1-heimdal libheimntlm0-heimdal libhiredis0.14 libhogweed6 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhttp-parser2.9 libhwasan0 libhwloc-dev libhwloc-plugins libhwloc15 libhx509-5-heimdal libi2c-dev libi2c0 libibverbs-dev libibverbs1 libical3 libice-dev libice6 libicu-dev libicu70 libid3tag0 libidn12 libidn2-0 libijs-0.35 libilmbase-dev libilmbase25 libimagequant0 libimlib2 libimport-into-perl libindirect-perl libinput-bin libinput10 libintl-perl libintl-xs-perl libio-html-perl libio-socket-inet6-perl libio-socket-ssl-perl libio-stringy-perl libip4tc2 libipc-system-simple-perl libirs-export161 libisc-export1105 libisccfg-export163 libisl23 libitm1 libiw30 libjack-dev libjack0 libjansson4 libjbig-dev libjbig0 libjbig2dec0 libjemalloc-dev libjemalloc2 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-highlight.js libjs-inherits libjs-jquery libjs-jquery-ui libjs-sphinxdoc libjs-underscore libjson-c-dev libjson-c5 libjsoncpp25 libk5crypto3 libkdc2-heimdal libkeyutils1 libkmlbase1 libkmldom1 libkmlengine1 libkmod2 libkpathsea6 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 liblab-gamut1 liblapack-dev liblapack3 liblbfgsb0 liblcms2-2 liblcms2-dev libldap-2.5-0 libldap-common libldb2 liblept5 liblexical-sealrequirehints-perl liblist-moreutils-perl liblist-moreutils-xs-perl libllvm13 liblmdb0 liblocale-gettext-perl liblockfile-bin liblockfile1 liblog-message-perl liblog-message-simple-perl liblsan0 libltdl-dev libltdl7 liblua5.1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl liblz4-1 liblzma-dev liblzma5 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl libmbedcrypto7 libmbedtls14 libmbedx509-1 libmd-dev libmd0 libminizip1 libmnl0 libmodplug1 libmodule-build-perl libmodule-implementation-perl libmodule-pluggable-perl libmodule-runtime-perl libmodule-signature-perl libmoo-perl libmoox-handlesvia-perl libmount-dev libmount1 libmp3lame0 libmpc3 libmpdec3 libmpfr6 libmpg123-0 libmro-compat-perl libmtdev1 libmultidimensional-perl libmysqlclient21 libnamespace-autoclean-perl libnamespace-clean-perl libncurses-dev libncurses5 libncurses5-dev libncurses6 libncursesw5 libncursesw5-dev libncursesw6 libnet-dbus-perl libnet-http-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnetcdf19 libnetplan0 libnettle8 libnewt0.52 libnghttp2-14 libnl-3-200 libnl-3-dev libnl-genl-3-200 libnl-route-3-200 libnl-route-3-dev libnode72 libnorm1 libnpth0 libnsl-dev libnsl2 libnspr4 libnss-nis libnss-nisplus libnss-systemd libnss3 libnuma-dev libnuma1 libodbc2 libodbcinst2 libogdi4.1 libogg0 libopencv-calib3d-dev libopencv-calib3d4.5d libopencv-contrib-dev libopencv-contrib4.5d libopencv-core-dev libopencv-core4.5d libopencv-dev libopencv-dnn-dev libopencv-dnn4.5d libopencv-features2d-dev libopencv-features2d4.5d libopencv-flann-dev libopencv-flann4.5d libopencv-highgui-dev libopencv-highgui4.5d libopencv-imgcodecs-dev libopencv-imgcodecs4.5d libopencv-imgproc-dev libopencv-imgproc4.5d libopencv-ml-dev libopencv-ml4.5d libopencv-objdetect-dev libopencv-objdetect4.5d libopencv-photo-dev libopencv-photo4.5d libopencv-shape-dev libopencv-shape4.5d libopencv-stitching-dev libopencv-stitching4.5d libopencv-superres-dev libopencv-superres4.5d libopencv-video-dev libopencv-video4.5d libopencv-videoio-dev libopencv-videoio4.5d libopencv-videostab-dev libopencv-videostab4.5d libopencv-viz-dev libopencv-viz4.5d libopencv4.5-java libopencv4.5d-jni libopenexr-dev libopenexr25 libopengl-dev libopengl0 libopenjp2-7 libopenmpi-dev libopenmpi3 libopenmpt0 libopts25 libopus0 liborc-0.4-0 libp11-kit0 libpackage-constants-perl libpackage-stash-perl libpackage-stash-xs-perl libpackagekit-glib2-18 libpadwalker-perl libpam-cap libpam-modules libpam-modules-bin libpam-runtime libpam-systemd libpam0g libpango-1.0-0 libpango1.0-dev libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0 libpaper-utils libpaper1 libparams-classify-perl libparams-util-perl libparams-validate-perl libpath-tiny-perl libpathplan4 libpciaccess-dev libpciaccess0 libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-8-0 libpcre2-dev libpcre2-posix3 libpcre3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpcsclite1 libperl5.34 libpgm-5.3-0 libpipeline1 libpixman-1-0 libpixman-1-dev libpmix-dev libpmix2 libpng-dev libpng-tools libpng16-16 libpod-latex-perl libpod-markdown-perl libpod-parser-perl libpod-readme-perl libpolkit-agent-1-0 libpolkit-gobject-1-0 libpoppler118 libpopt0 libportaudio2 libportaudiocpp0 libpotrace0 libpq5 libprocps8 libproj22 libprotobuf-dev libprotobuf-lite23 libprotobuf23 libprotoc23 libpsl5 libptexenc1 libpthread-stubs0-dev libpulse0 libpython2-dev libpython2-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libpython3-dev libpython3-stdlib libpython3.10 libpython3.10-dev libpython3.10-minimal libpython3.10-stdlib libqhull-r8.0 librabbitmq4 librados2 libraqm0 libraw1394-11 libraw1394-dev libraw1394-tools librdmacm1 libreadline-dev libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl librhash0 libroken18-heimdal librole-tiny-perl librsvg2-2 librsvg2-common librtmp1 librttopo1 libruby libruby3.0 libsasl2-2 libsasl2-modules libsasl2-modules-db libseccomp2 libselinux1 libselinux1-dev libsemanage-common libsemanage2 libsensors-config libsensors-dev libsensors4-dev libsensors5 libsepol-dev libsepol2 libshine3 libsigc++-2.0-0v5 libsigc++-2.0-dev libsigsegv2 libslang2 libsm-dev libsm6 libsmartcols1 libsnappy1v5 libsndfile1 libsocket++1 libsocket6-perl libsodium23 libsoftware-license-perl libsource-highlight-common libsource-highlight4v5 libsoxr0 libspatialite7 libspeex1 libsqlite3-0 libsqlite3-dev libsrt1.4-gnutls libss2 libssh-4 libssh-gcrypt-4 libssh2-1 libssl-dev libssl-doc libssl3 libstdc++-11-dev libstdc++-9-dev libstdc++6 libstemmer0d libstrictures-perl libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl libsubunit-dev libsubunit0 libsuperlu5 libswresample-dev libswresample3 libswscale-dev libswscale5 libsynctex-dev libsynctex2 libsys-hostname-long-perl libsysfs-dev libsysfs2 libsystemd0 libsz2 libtalloc2 libtasn1-6 libtbb-dev libtbb12 libtbb2 libtbbmalloc2 libtcl8.6 libtdb1 libterm-ui-perl libtesseract4 libtevent0 libtext-charwidth-perl libtext-iconv-perl libtext-soundex-perl libtext-template-perl libtext-unidecode-perl libtext-wrapi18n-perl libthai-data libthai-dev libthai0 libtheora0 libtie-ixhash-perl libtiff-dev libtiff5 libtiff5-dev libtiffxx5 libtimedate-perl libtinfo-dev libtinfo5 libtinfo6 libtirpc-common libtirpc-dev libtirpc3 libtk8.6 libtool libtry-tiny-perl libtsan0 libtwolame0 libtype-tiny-perl libtype-tiny-xs-perl libubsan1 libuchardet0 libucx0 libudev-dev libudev1 libudfread0 libunicode-utf8-perl libunistring2 libunwind8 liburi-escape-xs-perl liburi-perl liburing2 liburiparser1 libusb-0.1-4 libusb-1.0-0 libusb-1.0-0-dev libusb-1.0-doc libusb-dev libustr-1.0-1 libutempter0 libuuid1 libuv1 libv4l-0 libv4lconvert0 libva-drm2 libva-x11-2 libva2 libvariable-magic-perl libvdpau1 libvisual-0.4-0 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx7 libvtk9.1 libvulkan1 libwacom-bin libwacom-common libwacom9 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwbclient0 libwebp-dev libwebp7 libwebpdemux2 libwebpmux3 libwind0-heimdal libwrap0 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libx11-dev libx11-doc libx11-protocol-perl libx11-xcb-dev libx11-xcb1 libx264-163 libx265-199 libxau-dev libxau6 libxaw7 libxaw7-dev libxcb-dri2-0 libxcb-dri2-0-dev libxcb-dri3-0 libxcb-dri3-dev libxcb-glx0 libxcb-glx0-dev libxcb-present-dev libxcb-present0 libxcb-randr0 libxcb-randr0-dev libxcb-render0 libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0 libxcb-shm0-dev libxcb-sync-dev libxcb-sync1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1 libxcursor-dev libxcursor1 libxcvt-dev libxcvt0 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6 libxdot4 libxerces-c3.2 libxext-dev libxext6 libxfixes-dev libxfixes3 libxfont-dev libxfont2 libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 libxkbcommon0 libxkbfile-dev libxkbfile1 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl libxml-xpathengine-perl libxml2 libxml2-dev libxml2-utils libxmlb2 libxmu-dev libxmu-headers libxmu6 libxmuu-dev libxmuu1 libxnvctrl0 libxpm-dev libxpm4 libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxres-dev libxres1 libxshmfence-dev libxshmfence1 libxsimd-dev libxslt1-dev libxslt1.1 libxss-dev libxss1 libxt-dev libxt6 libxtables12 libxtst-dev libxtst6 libxv-dev libxv1 libxvidcore4 libxvmc-dev libxvmc1 libxxf86dga-dev libxxf86dga1 libxxf86vm-dev libxxf86vm1 libxxhash0 libyaml-0-2 libyaml-dev libyaml-tiny-perl libzip-dev libzip4 libzmq5 libzstd1 libzvbi-common libzvbi0 libzzip-0-13 libzzip-dev linux-firmware linux-libc-dev lmodern locales lockfile-progs login logrotate logsave lsb-base lsb-release lsof lto-disabled-list m4 mailcap make makedev man-db manpages manpages-dev mawk media-types menu mesa-common-dev mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers mime-support mount mpi-default-bin mpi-default-dev mysql-common nano ncal ncdu ncurses-base ncurses-bin ncurses-term net-tools netbase netcat-openbsd netplan.io networkd-dispatcher nodejs nodejs-doc ntpdate ocl-icd-dev ocl-icd-libopencl1 ocl-icd-opencl-dev opencl-c-headers opencl-clhpp-headers opencl-headers opencv-data openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless openmpi-bin openmpi-common openssh-client openssh-server openssh-sftp-server openssl packagekit packagekit-tools pandoc pandoc-data pango1.0-tools passwd patch perl perl-base perl-modules-5.34 perl-openssl-defaults pinentry-curses pkexec pkg-config po-debconf policykit-1 polkitd poppler-data portaudio19-dev procps proj-bin proj-data protobuf-compiler psmisc publicsuffix pybind11-dev python-apt-common python-babel-localedata python-dev-is-python3 python-gi-dev python-is-python3 python-matplotlib-data python-odf-doc python-odf-tools python-pkg-resources python-setuptools python-tables-data python2 python2-minimal python2.7 python2.7-dev python2.7-minimal python3 python3-appdirs python3-apport python3-apt python3-attr python3-babel python3-bcrypt python3-beniget python3-blinker python3-blosc python3-bottleneck python3-brotli python3-bs4 python3-certifi python3-cffi python3-cffi-backend python3-chardet python3-click python3-cloudpickle python3-colorama python3-cryptography python3-cycler python3-dask python3-dateutil python3-dbus python3-decorator python3-defusedxml python3-dev python3-distributed python3-distro python3-distro-info python3-distutils python3-dnspython python3-dropbox python3-et-xmlfile python3-fonttools python3-fs python3-fsspec python3-fusepy python3-gast python3-gi python3-gpg python3-greenlet python3-heapdict python3-html5lib python3-httplib2 python3-idna python3-imageio python3-importlib-metadata python3-iniconfig python3-jdcal python3-jeepney python3-jinja2 python3-jwt python3-keyring python3-kiwisolver python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-ldb python3-lib2to3 python3-libarchive-c python3-locket python3-lxml python3-lz4 python3-markdown python3-markupsafe python3-matplotlib python3-minimal python3-more-itertools python3-mpmath python3-msgpack python3-nacl python3-netifaces python3-networkx python3-numexpr python3-numpy python3-oauthlib python3-odf python3-olefile python3-opencv python3-openpyxl python3-packaging python3-pandas python3-pandas-lib python3-paramiko python3-partd python3-pil python3-pil.imagetk python3-pip python3-pip-whl python3-pkg-resources python3-pluggy python3-ply python3-problem-report python3-psutil python3-py python3-pycparser python3-pygit2 python3-pygments python3-pygraphviz python3-pyparsing python3-pytest python3-pytest-sourceorder python3-pythran python3-pywt python3-requests python3-requests-toolbelt python3-retrying python3-samba python3-scipy python3-secretstorage python3-setuptools python3-setuptools-whl python3-six python3-skimage python3-skimage-lib python3-software-properties python3-sortedcontainers python3-soupsieve python3-sqlalchemy python3-sqlalchemy-ext python3-stone python3-sympy python3-systemd python3-tables python3-tables-lib python3-talloc python3-tblib python3-tdb python3-tifffile python3-tk python3-toml python3-toolz python3-tornado python3-transitions python3-tz python3-ufolib2 python3-unicodedata2 python3-urllib3 python3-uvloop python3-venv python3-wadllib python3-webencodings python3-wheel python3-xlwt python3-yaml python3-zict python3-zipp python3-zmq python3.10 python3.10-dev python3.10-minimal python3.10-venv rake rapidjson-dev read-edid readline-common rename resolvconf rpcsvc-proto rsync rsyslog ruby ruby-net-telnet ruby-rubygems ruby-xmlrpc ruby3.0 rubygems-integration samba samba-common samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules sed sensible-utils session-migration sgml-base shared-mime-info snapd software-properties-common sound-theme-freedesktop squashfs-tools ssh ssh-import-id strace sudo swig swig3.0 swig4.0 systemd systemd-sysv systemd-timesyncd sysvinit-utils tar tcl tcl-dev tcl8.6 tcl8.6-dev tcpd tdb-tools tex-common texinfo tk tk-dev tk8.6 tk8.6-blt2.5 tk8.6-dev tree tzdata ubuntu-advantage-tools ubuntu-keyring ubuntu-minimal ubuntu-mono ucf udev unattended-upgrades unicode-data unixodbc-common unzip update-inetd usbutils usrmerge util-linux uuid-dev uuid-runtime va-driver-all valgrind vdpau-driver-all vim vim-common vim-runtime vim-tiny wget whiptail wireless-regdb wireless-tools wpasupplicant x11-apps x11-common x11-session-utils x11-utils x11-xkb-utils x11-xserver-utils x11proto-core-dev x11proto-dev x11proto-gl-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-scrnsaver-dev x11proto-xext-dev x11proto-xinerama-dev xauth xbitmaps xcvt xdg-user-dirs xdg-utils xfonts-base xfonts-encodings xfonts-scalable xfonts-terminus xfonts-utils xinit xinput xkb-data xml-core xorg xorg-dev xorg-docs-core xorg-sgml-doctools xserver-common xserver-xorg xserver-xorg-core xserver-xorg-dev xserver-xorg-input-all xserver-xorg-input-libinput xserver-xorg-input-wacom xserver-xorg-legacy xserver-xorg-video-all xserver-xorg-video-amdgpu xserver-xorg-video-ati xserver-xorg-video-fbdev xserver-xorg-video-nouveau xserver-xorg-video-radeon xserver-xorg-video-vesa xterm xtrans-dev xutils-dev xxd xz-utils zip zlib1g zlib1g-dev 0 upgraded, 1668 newly installed, 0 to remove and 0 not upgraded. Need to get 1.116 MB of archives. After this operation, 4.491 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc-12-base arm64 12-20220319-1ubuntu1 [18,9 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcrypt1 arm64 1:4.4.27-1 [86,8 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc6 arm64 2.35-0ubuntu3 [2.707 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgcc-s1 arm64 12-20220319-1ubuntu1 [39,7 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 mawk arm64 1.3.4.20200120-3 [101 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgmp10 arm64 2:6.2.1+dfsg-3ubuntu1 [240 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpfr6 arm64 4.1.0-3build3 [245 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbz2-1.0 arm64 1.0.8-5build1 [36,0 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblzma5 arm64 5.2.5-2ubuntu1 [98,3 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre2-8-0 arm64 10.39-3build1 [201 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libselinux1 arm64 3.3-1build2 [74,4 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libzstd1 arm64 1.4.8+dfsg-3build1 [311 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 zlib1g arm64 1:1.2.11.dfsg-2ubuntu9 [56,8 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libacl1 arm64 2.3.1-1 [16,1 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tar arm64 1.34+dfsg-1build3 [287 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dpkg arm64 1.21.1ubuntu2 [1.219 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53,5 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtinfo6 arm64 6.3-2 [103 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsigsegv2 arm64 2.13-1ubuntu3 [14,5 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gawk arm64 1:5.1.0-1build3 [426 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 base-files arm64 12ubuntu4 [62,8 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debianutils arm64 5.5-1ubuntu2 [106 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bash arm64 5.1-6ubuntu1 [762 kB] Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcap2 arm64 1:2.44-1build3 [17,9 kB] Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgpg-error0 arm64 1.43-3 [69,4 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgcrypt20 arm64 1.9.4-3ubuntu3 [456 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblz4-1 arm64 1.9.3-2build2 [57,6 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsystemd0 arm64 249.11-0ubuntu3 [313 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bsdutils arm64 1:2.37.2-4ubuntu3 [84,8 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libattr1 arm64 1:2.5.1-1build1 [13,2 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 coreutils arm64 8.32-4.1ubuntu1 [1.398 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-base arm64 5.34.0-3ubuntu1 [1.707 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debconf all 1.5.79ubuntu1 [126 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dash arm64 0.5.11+git20210903+057cd650a4ed-3build1 [91,8 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 diffutils arm64 1:3.8-0ubuntu2 [169 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 findutils arm64 4.8.0-1ubuntu3 [332 kB] Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre3 arm64 2:8.39-13build5 [231 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 grep arm64 3.7-1build1 [152 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gzip arm64 1.10-4ubuntu4 [94,7 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 hostname arm64 3.23ubuntu2 [11,2 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libaudit-common all 1:3.0.7-1build1 [4.726 B] Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcap-ng0 arm64 0.7.9-2.2build3 [11,2 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libaudit1 arm64 1:3.0.7-1build1 [46,2 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpam0g arm64 1.4.0-11ubuntu2 [60,6 kB] Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdb5.3 arm64 5.3.28+dfsg1-0.8ubuntu3 [714 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcom-err2 arm64 1.46.5-2ubuntu1 [9.728 B] Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libkrb5support0 arm64 1.19.2-2 [32,3 kB] Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libk5crypto3 arm64 1.19.2-2 [91,6 kB] Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libkeyutils1 arm64 1.6.1-2ubuntu3 [10,1 kB] Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssl3 arm64 3.0.2-0ubuntu1 [1.763 kB] Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libkrb5-3 arm64 1.19.2-2 [356 kB] Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgssapi-krb5-2 arm64 1.19.2-2 [142 kB] Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtirpc-common all 1.3.2-2build1 [7.616 B] Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtirpc3 arm64 1.3.2-2build1 [81,7 kB] Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnsl2 arm64 1.3.0-2build2 [41,4 kB] Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpam-modules-bin arm64 1.4.0-11ubuntu2 [38,6 kB] Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpam-modules arm64 1.4.0-11ubuntu2 [278 kB] Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpam-runtime all 1.4.0-11ubuntu2 [40,3 kB] Get:60 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 login arm64 1:4.8.1-2ubuntu2 [186 kB] Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ncurses-bin arm64 6.3-2 [183 kB] Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 sed arm64 4.8-1ubuntu2 [186 kB] Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libblkid1 arm64 2.37.2-4ubuntu3 [103 kB] Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmount1 arm64 2.37.2-4ubuntu3 [120 kB] Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsmartcols1 arm64 2.37.2-4ubuntu3 [49,8 kB] Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libudev1 arm64 249.11-0ubuntu3 [74,7 kB] Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuuid1 arm64 2.37.2-4ubuntu3 [24,1 kB] Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 util-linux arm64 2.37.2-4ubuntu3 [1.058 kB] Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdebconfclient0 arm64 0.261ubuntu1 [7.080 B] Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 base-passwd arm64 3.5.52build1 [49,0 kB] Get:71 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 init-system-helpers all 1.62 [38,5 kB] Get:72 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc-bin arm64 2.35-0ubuntu3 [600 kB] Get:73 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ncurses-base all 6.3-2 [20,1 kB] Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-base all 11.1.0ubuntu4 [12,3 kB] Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 sysvinit-utils arm64 3.01-1ubuntu1 [20,3 kB] Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsemanage-common all 3.3-1build2 [9.874 B] Get:77 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsepol2 arm64 3.3-1build1 [274 kB] Get:78 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsemanage2 arm64 3.3-1build2 [89,3 kB] Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 passwd arm64 1:4.8.1-2ubuntu2 [762 kB] Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 adduser all 3.118ubuntu5 [156 kB] Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpgv arm64 2.2.27-3ubuntu2 [133 kB] Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstdc++6 arm64 12-20220319-1ubuntu1 [664 kB] Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxxhash0 arm64 0.8.1-1 [20,1 kB] Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libapt-pkg6.0 arm64 2.4.5 [864 kB] Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ubuntu-keyring all 2021.03.26 [20,9 kB] Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnettle8 arm64 3.7.3-1build2 [170 kB] Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhogweed6 arm64 3.7.3-1build2 [197 kB] Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunistring2 arm64 1.0-1 [544 kB] Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libidn2-0 arm64 2.3.2-2build1 [67,0 kB] Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libffi8 arm64 3.4.2-4 [21,3 kB] Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libp11-kit0 arm64 0.24.0-6build1 [231 kB] Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtasn1-6 arm64 4.18.0-4build1 [42,6 kB] Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgnutls30 arm64 3.7.3-4ubuntu1 [923 kB] Get:94 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libseccomp2 arm64 2.5.3-2ubuntu2 [47,7 kB] Get:95 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 apt arm64 2.4.5 [1.344 kB] Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libext2fs2 arm64 1.46.5-2ubuntu1 [212 kB] Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libss2 arm64 1.46.5-2ubuntu1 [11,9 kB] Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 logsave arm64 1.46.5-2ubuntu1 [10,5 kB] Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 e2fsprogs arm64 1.46.5-2ubuntu1 [587 kB] Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 mount arm64 2.37.2-4ubuntu3 [113 kB] Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 kbd arm64 2.3.0-3ubuntu4 [239 kB] Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblocale-gettext-perl arm64 1.07-4build3 [16,9 kB] Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 keyboard-configuration all 1.205ubuntu3 [206 kB] Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 console-setup-linux all 1.205ubuntu3 [1.871 kB] Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xkb-data all 2.33-1 [394 kB] Get:106 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 console-setup all 1.205ubuntu3 [110 kB] Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libapparmor1 arm64 3.0.4-2ubuntu2 [38,3 kB] Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libargon2-1 arm64 0~20171227-0.3 [18,6 kB] Get:109 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu4 [129 kB] Get:110 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-c5 arm64 0.15-2build4 [32,7 kB] Get:111 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcryptsetup12 arm64 2:2.4.3-1ubuntu1 [208 kB] Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libip4tc2 arm64 1.8.7-1ubuntu5 [19,8 kB] Get:113 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libkmod2 arm64 29-1ubuntu1 [46,4 kB] Get:114 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 systemd arm64 249.11-0ubuntu3 [4.395 kB] Get:115 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 systemd-sysv arm64 249.11-0ubuntu3 [10,5 kB] Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 init arm64 1.62 [5.412 B] Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpython3.10-minimal arm64 3.10.4-3 [806 kB] Get:118 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexpat1 arm64 2.4.7-1 [78,1 kB] Get:119 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3.10-minimal arm64 3.10.4-3 [2.244 kB] Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-minimal arm64 3.10.4-0ubuntu2 [24,4 kB] Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25,5 kB] Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-modules-5.34 all 5.34.0-3ubuntu1 [2.975 kB] Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm6 arm64 1.23-1 [34,1 kB] Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm-compat4 arm64 1.23-1 [6.294 B] Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperl5.34 arm64 5.34.0-3ubuntu1 [4.700 kB] Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl arm64 5.34.0-3ubuntu1 [232 kB] Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 mailcap all 3.70+nmu1ubuntu1 [23,8 kB] Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 mime-support all 3.66 [3.696 B] Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89,0 kB] Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libncursesw6 arm64 6.3-2 [142 kB] Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsqlite3-0 arm64 3.37.2-2 [636 kB] Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpython3.10-stdlib arm64 3.10.4-3 [1.827 kB] Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3.10 arm64 3.10.4-3 [488 kB] Get:134 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpython3-stdlib arm64 3.10.4-0ubuntu2 [6.990 B] Get:135 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3 arm64 3.10.4-0ubuntu2 [22,8 kB] Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 sensible-utils all 0.0.17 [20,1 kB] Get:137 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cron arm64 3.0pl1-137ubuntu3 [73,1 kB] Get:138 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpopt0 arm64 1.18-3build1 [28,0 kB] Get:139 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rsync arm64 3.2.3-8ubuntu3 [395 kB] Get:140 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 uuid-runtime arm64 2.37.2-4ubuntu3 [31,8 kB] Get:141 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 autoconf-archive all 20210219-2.1 [676 kB] Get:142 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcpufreq0 arm64 008-2build1 [12,2 kB] Get:143 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 cpufrequtils arm64 008-2build1 [32,6 kB] Get:144 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 apparmor arm64 3.0.4-2ubuntu2 [569 kB] Get:145 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 openssl arm64 3.0.2-0ubuntu1 [1.160 kB] Get:146 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ca-certificates all 20211016 [148 kB] Get:147 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmd0 arm64 1.0.4-1build1 [23,8 kB] Get:148 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbsd0 arm64 0.11.5-1 [43,7 kB] Get:149 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libedit2 arm64 3.1-20210910-1build1 [96,0 kB] Get:150 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24,3 kB] Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfido2-1 arm64 1.10.0-1 [81,8 kB] Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 openssh-client arm64 1:8.9p1-3 [866 kB] Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblzo2-2 arm64 2.10-2build3 [51,4 kB] Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 squashfs-tools arm64 1:4.5-3build1 [156 kB] Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 udev arm64 249.11-0ubuntu3 [1.541 kB] Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfuse3-3 arm64 3.10.5-1build1 [79,4 kB] Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdbus-1-3 arm64 1.12.20-2ubuntu4 [187 kB] Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dbus arm64 1.12.20-2ubuntu4 [154 kB] Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpam-systemd arm64 249.11-0ubuntu3 [205 kB] Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dbus-user-session arm64 1.12.20-2ubuntu4 [9.430 B] Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxau6 arm64 1:1.0.9-1build5 [7.624 B] Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10,8 kB] Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb1 arm64 1.14-3ubuntu3 [49,0 kB] Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-data all 2:1.7.5-1 [119 kB] Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-6 arm64 2:1.7.5-1 [661 kB] Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dbus-x11 arm64 1.12.20-2ubuntu4 [22,5 kB] Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 snapd arm64 2.55.3+22.04 [19,7 MB] Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 firefox arm64 1:1snap1-0ubuntu2 [72,3 kB] Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 m4 arm64 1.4.18-5ubuntu2 [196 kB] Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 flex arm64 2.6.4-8build2 [297 kB] Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1.805 kB] Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-lato all 2.0-2.1 [2.696 kB] Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 locales all 2.35-0ubuntu3 [4.249 kB] Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 language-pack-en-base all 1:22.04+20220415 [436 kB] Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 language-pack-en all 1:22.04+20220415 [1.896 B] Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ucf all 3.0043 [56,1 kB] Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdebuginfod-common all 0.186-1build1 [7.878 B] Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10,5 MB] Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtalloc2 arm64 2.3.3-2build1 [24,8 kB] Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtevent0 arm64 0.11.0-1build1 [38,0 kB] Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwbclient0 arm64 2:4.15.5~dfsg-0ubuntu5 [267 kB] Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 openssh-sftp-server arm64 1:8.9p1-3 [36,8 kB] Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libncurses6 arm64 6.3-2 [106 kB] Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libprocps8 arm64 2:3.3.17-6ubuntu2 [35,0 kB] Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 procps arm64 2:3.3.17-6ubuntu2 [382 kB] Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwrap0 arm64 7.6.q-31build2 [47,9 kB] Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 openssh-server arm64 1:8.9p1-3 [413 kB] Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 poppler-data all 0.4.11-1 [2.171 kB] Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpython2.7-minimal arm64 2.7.18-13ubuntu1 [347 kB] Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python2.7-minimal arm64 2.7.18-13ubuntu1 [1.385 kB] Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python2-minimal arm64 2.7.18-3 [20,8 kB] Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpython2.7-stdlib arm64 2.7.18-13ubuntu1 [1.981 kB] Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python2.7 arm64 2.7.18-13ubuntu1 [250 kB] Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpython2-stdlib arm64 2.7.18-3 [7.432 B] Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python2 arm64 2.7.18-3 [9.098 B] Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12,9 kB] Get:197 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-dnspython all 2.1.0-1ubuntu1 [123 kB] Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1 [21,3 kB] Get:199 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1 [55,6 kB] Get:200 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libldap-2.5-0 arm64 2.5.11+dfsg-1~exp1ubuntu3 [181 kB] Get:201 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblmdb0 arm64 0.9.24-1build2 [49,0 kB] Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtdb1 arm64 1.4.5-2build1 [47,3 kB] Get:203 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libldb2 arm64 2:2.4.2-0ubuntu1 [151 kB] Get:204 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpython3.10 arm64 3.10.4-3 [1.888 kB] Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-ldb arm64 2:2.4.2-0ubuntu1 [41,8 kB] Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-tdb arm64 1.4.5-2build1 [15,2 kB] Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libavahi-common-data arm64 0.8-5ubuntu5 [23,9 kB] Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libavahi-common3 arm64 0.8-5ubuntu5 [23,3 kB] Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libavahi-client3 arm64 0.8-5ubuntu5 [27,4 kB] Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcups2 arm64 2.4.1op1-1ubuntu4 [264 kB] Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjansson4 arm64 2.13.1-1.1build3 [33,6 kB] Get:212 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-talloc arm64 2.3.3-2build1 [12,8 kB] Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 samba-libs arm64 2:4.15.5~dfsg-0ubuntu5 [6.317 kB] Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-samba arm64 2:4.15.5~dfsg-0ubuntu5 [2.962 kB] Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 samba-common all 2:4.15.5~dfsg-0ubuntu5 [71,0 kB] Get:216 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 samba-common-bin arm64 2:4.15.5~dfsg-0ubuntu5 [612 kB] Get:217 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tdb-tools arm64 1.4.5-2build1 [25,9 kB] Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 samba arm64 2:4.15.5~dfsg-0ubuntu5 [1.181 kB] Get:219 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 sgml-base all 1.30 [12,5 kB] Get:220 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ssh all 1:8.9p1-3 [4.834 B] Get:221 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 tex-common all 6.17 [33,7 kB] Get:222 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhavege2 arm64 1.9.14-1ubuntu1 [23,9 kB] Get:223 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 haveged arm64 1.9.14-1ubuntu1 [33,0 kB] Get:224 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 usrmerge all 25ubuntu2 [54,7 kB] Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 apt-utils arm64 2.4.5 [205 kB] Get:226 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-iconv-perl arm64 1.7-7build3 [14,0 kB] Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-charwidth-perl arm64 0.04-10build3 [9.988 B] Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-wrapi18n-perl all 0.06-9 [8.264 B] Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debconf-i18n all 1.5.79ubuntu1 [216 kB] Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 distro-info-data all 0.52 [5.040 B] Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 distro-info arm64 1.1build1 [19,1 kB] Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dmsetup arm64 2:1.02.175-2.1ubuntu4 [75,8 kB] Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 eject arm64 2.37.2-4ubuntu3 [26,7 kB] Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglib2.0-0 arm64 2.72.1-1 [1.429 kB] Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgirepository-1.0-1 arm64 1.72.0-1 [53,5 kB] Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-glib-2.0 arm64 1.72.0-1 [165 kB] Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50,7 kB] Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbpf0 arm64 1:0.5.0-1 [140 kB] Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmnl0 arm64 1.0.4-3build2 [12,9 kB] Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxtables12 arm64 1.8.7-1ubuntu5 [30,8 kB] Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcap2-bin arm64 1:2.44-1build3 [25,5 kB] Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iproute2 arm64 5.15.0-1ubuntu2 [1.080 kB] Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iputils-ping arm64 3:20211215-1 [43,3 kB] Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libisc-export1105 arm64 1:9.11.19+dfsg-2.1ubuntu3 [186 kB] Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdns-export1110 arm64 1:9.11.19+dfsg-2.1ubuntu3 [805 kB] Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 isc-dhcp-client arm64 4.4.1-2.3ubuntu2 [229 kB] Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 isc-dhcp-common arm64 4.4.1-2.3ubuntu2 [44,5 kB] Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3.459 kB] Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 kmod arm64 29-1ubuntu1 [99,4 kB] Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 less arm64 590-1build1 [142 kB] Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libatm1 arm64 1:2.5.1-4build2 [23,3 kB] Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libestr0 arm64 0.1.10-2.1build3 [7.764 B] Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfastjson4 arm64 0.99.9-1build2 [22,3 kB] Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfribidi0 arm64 1.0.8-2ubuntu3 [26,0 kB] Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglib2.0-data all 2.72.1-1 [4.908 B] Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51,0 kB] Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetplan0 arm64 0.104-0ubuntu2 [85,3 kB] Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libslang2 arm64 2.3.2-5build4 [442 kB] Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnewt0.52 arm64 0.52.21-5ubuntu2 [44,8 kB] Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnss-systemd arm64 249.11-0ubuntu3 [133 kB] Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpam-cap arm64 1:2.44-1build3 [7.956 B] Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml2 arm64 2.9.13+dfsg-1build1 [727 kB] Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 logrotate arm64 3.19.0-1ubuntu1 [50,4 kB] Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10,8 kB] Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netcat-openbsd arm64 1.218-4ubuntu1 [39,0 kB] Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-yaml arm64 5.4.1-1ubuntu1 [122 kB] Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-netifaces arm64 0.11.0-1build2 [18,3 kB] Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netplan.io arm64 0.104-0ubuntu2 [90,5 kB] Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-dbus arm64 1.2.18-3build1 [98,5 kB] Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-gi arm64 3.42.0-3build1 [228 kB] Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 networkd-dispatcher all 2.1-2 [14,9 kB] Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python-apt-common all 2.3.0ubuntu2 [15,2 kB] Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-apt arm64 2.3.0ubuntu2 [162 kB] Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-pkg-resources all 59.6.0-1.2 [132 kB] Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rsyslog arm64 8.2112.0-2ubuntu2 [496 kB] Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 shared-mime-info arm64 2.1-2 [453 kB] Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 sudo arm64 1.9.9-1ubuntu2 [806 kB] Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 systemd-timesyncd arm64 249.11-0ubuntu3 [29,9 kB] Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tzdata all 2022a-0ubuntu1 [342 kB] Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ubuntu-advantage-tools arm64 27.7~22.04.1 [781 kB] Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xxd arm64 2:8.2.3995-1ubuntu2 [50,7 kB] Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 vim-common all 2:8.2.3995-1ubuntu2 [81,5 kB] Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 vim-tiny arm64 2:8.2.3995-1ubuntu2 [675 kB] Get:284 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 whiptail arm64 0.52.21-5ubuntu2 [17,0 kB] Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ubuntu-minimal arm64 1.481 [2.866 B] Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xdg-user-dirs arm64 0.17-2ubuntu4 [53,5 kB] Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bash-completion all 1:2.11-5ubuntu1 [180 kB] Get:288 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bsdextrautils arm64 2.37.2-4ubuntu3 [70,1 kB] Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpio arm64 2.13+dfsg-7 [81,0 kB] Get:290 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic-mgc arm64 1:5.41-3 [257 kB] Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic1 arm64 1:5.41-3 [85,0 kB] Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 file arm64 1:5.41-3 [21,6 kB] Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext-base arm64 0.21-4ubuntu4 [37,2 kB] Get:294 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuchardet0 arm64 0.0.7-1build2 [77,3 kB] Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 groff-base arm64 1.22.4-8build1 [917 kB] Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdrm-common all 2.4.110-1ubuntu1 [5.360 B] Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdrm2 arm64 2.4.110-1ubuntu1 [38,7 kB] Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnghttp2-14 arm64 1.43.0-1build3 [75,4 kB] Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnuma1 arm64 2.0.14-3ubuntu2 [22,4 kB] Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpipeline1 arm64 1.5.5-1 [23,2 kB] Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpng16-16 arm64 1.6.37-3build5 [189 kB] Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58,3 kB] Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libusb-1.0-0 arm64 2:1.0.25-1ubuntu1 [51,3 kB] Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuv1 arm64 1.43.0-1 [89,9 kB] Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxext6 arm64 2:1.3.4-1build1 [31,1 kB] Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmuu1 arm64 2:1.1.3-3 [10,4 kB] Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsof arm64 4.93.2+dfsg-1.1build2 [251 kB] Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 man-db arm64 2.10.2-1 [1.181 kB] Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages all 5.10-1ubuntu1 [1.375 kB] Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 nano arm64 6.2-1 [277 kB] Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 psmisc arm64 23.4-2build3 [118 kB] Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 publicsuffix all 20211207.1025-1 [129 kB] Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-distro-info all 1.1build1 [6.962 B] Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 strace arm64 5.16-0ubuntu3 [465 kB] Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 usbutils arm64 1:014-1build1 [85,5 kB] Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 wget arm64 1.21.2-2ubuntu1 [364 kB] Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xauth arm64 1:1.1-1build2 [26,8 kB] Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xz-utils arm64 5.2.5-2ubuntu1 [84,4 kB] Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 2ping all 4.5-1 [29,1 kB] Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 hicolor-icon-theme all 0.17-2 [9.976 B] Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdk-pixbuf2.0-common all 2.42.8+dfsg-1 [5.880 B] Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg-turbo8 arm64 2.1.2-0ubuntu1 [129 kB] Get:323 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg8 arm64 8c-2ubuntu10 [2.264 B] Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdeflate0 arm64 1.10-2 [69,1 kB] Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjbig0 arm64 2.1-3.1build3 [28,8 kB] Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwebp7 arm64 1.2.2-2 [192 kB] Get:327 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtiff5 arm64 4.3.0-6 [179 kB] Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdk-pixbuf-2.0-0 arm64 2.42.8+dfsg-1 [143 kB] Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gtk-update-icon-cache arm64 3.24.33-1ubuntu1 [31,3 kB] Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 humanity-icon-theme all 0.6.16 [1.282 kB] Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ubuntu-mono all 20.10-0ubuntu2 [153 kB] Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 adwaita-icon-theme all 41.0-1ubuntu1 [3.444 kB] Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 alex arm64 3.2.5-2build1.1 [494 kB] Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 alsa-topology-conf all 1.2.5.1-2 [15,5 kB] Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libasound2-data all 1.2.6.1-1ubuntu1 [19,1 kB] Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libasound2 arm64 1.2.6.1-1ubuntu1 [378 kB] Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 alsa-ucm-conf all 1.2.6.3-1ubuntu1 [41,0 kB] Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-pyparsing all 2.4.7-1 [61,4 kB] Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-httplib2 all 0.20.2-2 [30,4 kB] Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-problem-report all 2.20.11-0ubuntu82 [9.596 B] Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-more-itertools all 8.10.0-2 [47,9 kB] Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-zipp all 1.0.0-3 [5.440 B] Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-importlib-metadata all 4.6.4-1 [16,2 kB] Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-jeepney all 0.7.1-3 [36,8 kB] Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-cffi-backend arm64 1.15.0-1build2 [81,0 kB] Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-cryptography arm64 3.4.8-1ubuntu2 [222 kB] Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-secretstorage all 3.3.1-1 [13,2 kB] Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-keyring all 23.5.0-1 [35,7 kB] Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lazr.uri all 1.0.6-2 [14,4 kB] Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-wadllib all 1.3.6-1 [36,4 kB] Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-distro all 1.7.0-1 [17,0 kB] Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-blinker all 1.4+dfsg1-0.4 [14,0 kB] Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-jwt all 2.3.0-1 [16,3 kB] Get:354 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-oauthlib all 3.2.0-1 [89,7 kB] Get:355 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12,6 kB] Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lazr.restfulclient all 0.14.4-1 [51,2 kB] Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-launchpadlib all 1.10.16-1 [125 kB] Get:358 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-apport all 2.20.11-0ubuntu82 [87,7 kB] Get:359 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 apport all 2.20.11-0ubuntu82 [132 kB] Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 apport-symptoms all 0.24 [13,5 kB] Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxi6 arm64 2:1.8-1build1 [31,6 kB] Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libatspi2.0-0 arm64 2.44.0-3 [78,8 kB] Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11-common all 1:7.7+23ubuntu2 [23,4 kB] Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxtst6 arm64 2:1.2.3-1build4 [13,3 kB] Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdconf1 arm64 0.40.0-3 [40,1 kB] Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dconf-service arm64 0.40.0-3 [26,9 kB] Get:367 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dconf-gsettings-backend arm64 0.40.0-3 [22,1 kB] Get:368 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 session-migration arm64 0.3.6 [9.512 B] Get:369 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gsettings-desktop-schemas all 42.0-1ubuntu1 [31,1 kB] Get:370 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 at-spi2-core arm64 2.44.0-3 [53,1 kB] Get:371 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 attr arm64 1:2.5.1-1build1 [22,6 kB] Get:372 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autoconf all 2.71-2 [338 kB] Get:373 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autotools-dev all 20220109.1 [44,9 kB] Get:374 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 automake all 1:1.16.5-1.3 [558 kB] Get:375 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autopoint all 0.21-4ubuntu4 [422 kB] Get:376 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 binfmt-support arm64 2.2.1-2 [55,0 kB] Get:377 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 binutils-common arm64 2.38-3ubuntu1 [221 kB] Get:378 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbinutils arm64 2.38-3ubuntu1 [825 kB] Get:379 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libctf-nobfd0 arm64 2.38-3ubuntu1 [106 kB] Get:380 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libctf0 arm64 2.38-3ubuntu1 [102 kB] Get:381 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 binutils-aarch64-linux-gnu arm64 2.38-3ubuntu1 [3.225 kB] Get:382 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 binutils arm64 2.38-3ubuntu1 [3.156 B] Get:383 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bison arm64 2:3.8.2+dfsg-1build1 [739 kB] Get:384 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtcl8.6 arm64 8.6.12+dfsg-1build1 [987 kB] Get:385 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB] Get:386 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfreetype6 arm64 2.11.1+dfsg-1build1 [383 kB] Get:387 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-dejavu-core all 2.37-2build1 [1.041 kB] Get:388 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-liberation all 1:1.07.4-11 [822 kB] Get:389 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-urw-base35 all 20200910-1 [6.367 kB] Get:390 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 fonts-texgyre all 20180621-3.1 [10,2 MB] Get:391 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fontconfig-config all 2.13.1-4.2ubuntu5 [29,1 kB] Get:392 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontconfig1 arm64 2.13.1-4.2ubuntu5 [135 kB] Get:393 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxrender1 arm64 1:0.9.10-1build4 [18,8 kB] Get:394 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxft2 arm64 2.3.4-1 [40,9 kB] Get:395 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxss1 arm64 1:1.2.3-1build2 [8.252 B] Get:396 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtk8.6 arm64 8.6.12-1build1 [777 kB] Get:397 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tk8.6-blt2.5 arm64 2.5.3+dfsg-4.1build2 [625 kB] Get:398 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 blt arm64 2.5.3+dfsg-4.1build2 [4.838 B] Get:399 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bluez arm64 5.64-0ubuntu1 [1.078 kB] Get:400 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libical3 arm64 3.0.14-1build1 [311 kB] Get:401 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bluez-obexd arm64 5.64-0ubuntu1 [230 kB] Get:402 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 bluez-tools arm64 2.0~20170911.0.7cb788c-4 [134 kB] Get:403 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 ncal arm64 12.1.7+nmu3ubuntu2 [19,6 kB] Get:404 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 bsdmainutils all 12.1.7+nmu3ubuntu2 [3.170 B] Get:405 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc-dev-bin arm64 2.35-0ubuntu3 [19,6 kB] Get:406 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 linux-libc-dev arm64 5.15.0-25.25 [1.282 kB] Get:407 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcrypt-dev arm64 1:4.4.27-1 [119 kB] Get:408 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65,4 kB] Get:409 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtirpc-dev arm64 1.3.2-2build1 [198 kB] Get:410 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnsl-dev arm64 1.3.0-2build2 [72,1 kB] Get:411 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc6-dev arm64 2.35-0ubuntu3 [1.544 kB] Get:412 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc-11-base arm64 11.2.0-19ubuntu1 [20,8 kB] Get:413 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libisl23 arm64 0.24-2build1 [689 kB] Get:414 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpc3 arm64 1.2.1-2build1 [48,1 kB] Get:415 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpp-11 arm64 11.2.0-19ubuntu1 [9.692 kB] Get:416 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpp arm64 4:11.2.0-1ubuntu1 [27,7 kB] Get:417 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcc1-0 arm64 12-20220319-1ubuntu1 [45,0 kB] Get:418 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgomp1 arm64 12-20220319-1ubuntu1 [124 kB] Get:419 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libitm1 arm64 12-20220319-1ubuntu1 [28,4 kB] Get:420 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libatomic1 arm64 12-20220319-1ubuntu1 [10,8 kB] Get:421 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libasan6 arm64 11.2.0-19ubuntu1 [2.229 kB] Get:422 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblsan0 arm64 12-20220319-1ubuntu1 [1.034 kB] Get:423 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtsan0 arm64 11.2.0-19ubuntu1 [2.235 kB] Get:424 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libubsan1 arm64 12-20220319-1ubuntu1 [964 kB] Get:425 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhwasan0 arm64 12-20220319-1ubuntu1 [1.118 kB] Get:426 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgcc-11-dev arm64 11.2.0-19ubuntu1 [1.151 kB] Get:427 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc-11 arm64 11.2.0-19ubuntu1 [19,4 MB] Get:428 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc arm64 4:11.2.0-1ubuntu1 [5.128 B] Get:429 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstdc++-11-dev arm64 11.2.0-19ubuntu1 [2.070 kB] Get:430 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 g++-11 arm64 11.2.0-19ubuntu1 [11,1 MB] Get:431 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 g++ arm64 4:11.2.0-1ubuntu1 [1.394 B] Get:432 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 make arm64 4.3-4.1build1 [177 kB] Get:433 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdpkg-perl all 1.21.1ubuntu2 [236 kB] Get:434 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bzip2 arm64 1.0.8-5build1 [34,6 kB] Get:435 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patch arm64 2.7.6-7build2 [105 kB] Get:436 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lto-disabled-list all 24 [12,5 kB] Get:437 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dpkg-dev all 1.21.1ubuntu2 [922 kB] Get:438 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 build-essential arm64 12.9ubuntu3 [4.740 B] Get:439 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 java-common all 0.72build2 [6.782 B] Get:440 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblcms2-2 arm64 2.12~rc1-2build2 [157 kB] Get:441 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnspr4 arm64 2:4.32-3build1 [115 kB] Get:442 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnss3 arm64 2:3.68.2-0ubuntu1 [1.171 kB] Get:443 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcsclite1 arm64 1.9.5-3 [20,0 kB] Get:444 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 openjdk-8-jre-headless arm64 8u312-b07-0ubuntu1 [30,7 MB] Get:445 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ca-certificates-java all 20190909 [12,1 kB] Get:446 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhiredis0.14 arm64 0.14.1-2 [31,6 kB] Get:447 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 ccache arm64 4.5.1-1 [457 kB] Get:448 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libsubunit0 arm64 1.4.0-3 [6.376 B] Get:449 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libsubunit-dev arm64 1.4.0-3 [6.128 B] Get:450 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 check arm64 0.15.2-2 [103 kB] Get:451 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive13 arm64 3.6.0-1ubuntu1 [367 kB] Get:452 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59,2 kB] Get:453 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB] Get:454 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcurl4 arm64 7.81.0-1 [283 kB] Get:455 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjsoncpp25 arm64 1.9.5-3 [76,6 kB] Get:456 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librhash0 arm64 1.4.2-1ubuntu1 [125 kB] Get:457 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-elpa-helper all 2.0.9ubuntu1 [7.610 B] Get:458 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 emacsen-common all 3.0.4 [14,9 kB] Get:459 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cmake-data all 3.22.1-1ubuntu1 [1.912 kB] Get:460 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cmake arm64 3.22.1-1ubuntu1 [4.650 kB] Get:461 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 gcc-9-base arm64 9.4.0-5ubuntu1 [19,8 kB] Get:462 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 cpp-9 arm64 9.4.0-5ubuntu1 [6.956 kB] Get:463 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 curl arm64 7.81.0-1 [190 kB] Get:464 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdebhelper-perl all 13.6ubuntu1 [67,2 kB] Get:465 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libasan5 arm64 9.4.0-5ubuntu1 [3.103 kB] Get:466 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgcc-9-dev arm64 9.4.0-5ubuntu1 [1.083 kB] Get:467 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 gcc-9 arm64 9.4.0-5ubuntu1 [7.715 kB] Get:468 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtool all 2.4.6-15build2 [164 kB] Get:469 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-autoreconf all 20 [16,1 kB] Get:470 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-zip-perl all 1.68-1 [90,2 kB] Get:471 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-override-perl all 0.09-2 [9.532 B] Get:472 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-stripnondeterminism-perl all 1.13.0-1 [18,1 kB] Get:473 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-strip-nondeterminism all 1.13.0-1 [5.344 B] Get:474 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB] Get:475 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debugedit arm64 1:5.0-4build1 [46,5 kB] Get:476 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dwz arm64 0.14-1build2 [102 kB] Get:477 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext arm64 0.21-4ubuntu4 [846 kB] Get:478 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 intltool-debian all 0.35.0+20060710.5 [24,9 kB] Get:479 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 po-debconf all 1.0.21+nmu1 [233 kB] Get:480 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debhelper all 13.6ubuntu1 [923 kB] Get:481 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 devmem2 arm64 0.0-0ubuntu2 [5.212 B] Get:482 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lib2to3 all 3.10.4-0ubuntu1 [76,2 kB] Get:483 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-distutils all 3.10.4-0ubuntu1 [138 kB] Get:484 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 dh-python all 5.20220403 [106 kB] Get:485 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36,5 kB] Get:486 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpgconf arm64 2.2.27-3ubuntu2 [92,4 kB] Get:487 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libksba8 arm64 1.6.0-2build1 [117 kB] Get:488 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8.156 B] Get:489 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dirmngr arm64 2.2.27-3ubuntu2 [289 kB] Get:490 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 e2fsprogs-l10n all 1.46.5-2ubuntu1 [1.544 B] Get:491 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgif7 arm64 5.1.9-2build2 [34,1 kB] Get:492 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libid3tag0 arm64 0.15.1b-14 [29,4 kB] Get:493 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-xcb1 arm64 2:1.7.5-1 [7.810 B] Get:494 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-shm0 arm64 1.14-3ubuntu3 [5.848 B] Get:495 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libimlib2 arm64 1.7.4-1build1 [187 kB] Get:496 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libast2 arm64 0.7-9 [59,0 kB] Get:497 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 eterm arm64 0.9.6-6.1 [308 kB] Get:498 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ethtool arm64 1:5.16-1 [208 kB] Get:499 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libfakechroot arm64 2.20.1+ds-2 [46,0 kB] Get:500 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 fakechroot all 2.20.1+ds-2 [25,2 kB] Get:501 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfakeroot arm64 1.28-1ubuntu1 [31,5 kB] Get:502 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fakeroot arm64 1.28-1ubuntu1 [60,5 kB] Get:503 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfdisk1 arm64 2.37.2-4ubuntu3 [136 kB] Get:504 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fdisk arm64 2.37.2-4ubuntu3 [120 kB] Get:505 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libogg0 arm64 1.3.5-0ubuntu3 [22,4 kB] Get:506 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libflac8 arm64 1.3.3-2build2 [96,5 kB] Get:507 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 flac arm64 1.3.3-2build2 [129 kB] Get:508 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 menu arm64 2.1.47ubuntu4 [338 kB] Get:509 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxinerama1 arm64 2:1.1.4-3 [7.056 B] Get:510 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxpm4 arm64 1:3.5.12-1build2 [35,0 kB] Get:511 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxrandr2 arm64 2:1.5.2-1build1 [19,6 kB] Get:512 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 fluxbox arm64 1.3.5-2.1 [800 kB] Get:513 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fontconfig arm64 2.13.1-4.2ubuntu5 [183 kB] Get:514 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-dejavu-extra all 2.37-2build1 [2.041 kB] Get:515 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 fonts-lmodern all 2.004.5-6.1 [4.532 kB] Get:516 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 fonts-lyx all 2.3.6-1 [159 kB] Get:517 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-noto-mono all 20201225-1build1 [397 kB] Get:518 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontenc1 arm64 1:1.1.4-1build3 [14,1 kB] Get:519 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB] Get:520 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xfonts-utils arm64 1:7.7+6build2 [93,6 kB] Get:521 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 fonts-terminus-otb all 4.48-3.1 [308 kB] Get:522 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgd3 arm64 2.3.0-2ubuntu2 [126 kB] Get:523 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 fswebcam arm64 20140113-2 [42,7 kB] Get:524 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libstdc++-9-dev arm64 9.4.0-5ubuntu1 [1.822 kB] Get:525 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 g++-9 arm64 9.4.0-5ubuntu1 [7.887 kB] Get:526 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 gcc-10-base arm64 10.3.0-15ubuntu1 [21,1 kB] Get:527 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 gdal-data all 3.4.1+dfsg-1build4 [216 kB] Get:528 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbabeltrace1 arm64 1.5.8-2build1 [155 kB] Get:529 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcurl3-gnutls arm64 7.81.0-1 [278 kB] Get:530 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdebuginfod1 arm64 0.186-1build1 [12,3 kB] Get:531 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsource-highlight-common all 3.1.9-4.1build2 [64,5 kB] Get:532 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-regex1.74.0 arm64 1.74.0-14ubuntu3 [488 kB] Get:533 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsource-highlight4v5 arm64 3.1.9-4.1build2 [195 kB] Get:534 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gdb arm64 12.0.90-0ubuntu1 [4.522 kB] Get:535 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgfortran5 arm64 12-20220319-1ubuntu1 [417 kB] Get:536 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgfortran-11-dev arm64 11.2.0-19ubuntu1 [467 kB] Get:537 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gfortran-11 arm64 11.2.0-19ubuntu1 [11,0 MB] Get:538 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gfortran arm64 4:11.2.0-1ubuntu1 [1.168 B] Get:539 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgfortran-9-dev arm64 9.4.0-5ubuntu1 [453 kB] Get:540 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 gfortran-9 arm64 9.4.0-5ubuntu1 [7.419 kB] Get:541 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libatk1.0-data all 2.36.0-3build1 [2.824 B] Get:542 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libatk1.0-0 arm64 2.36.0-3build1 [51,0 kB] Get:543 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-atk-1.0 arm64 2.36.0-3build1 [21,0 kB] Get:544 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-freedesktop arm64 1.72.0-1 [22,3 kB] Get:545 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-gdkpixbuf-2.0 arm64 2.42.8+dfsg-1 [9.492 B] Get:546 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgtk2.0-common all 2.24.33-2ubuntu2 [125 kB] Get:547 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdk-pixbuf2.0-bin arm64 2.42.8+dfsg-1 [14,1 kB] Get:548 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libffi-dev arm64 3.4.2-4 [61,0 kB] Get:549 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglib2.0-bin arm64 2.72.1-1 [79,5 kB] Get:550 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglib2.0-dev-bin arm64 2.72.1-1 [116 kB] Get:551 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 uuid-dev arm64 2.37.2-4ubuntu3 [33,9 kB] Get:552 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libblkid-dev arm64 2.37.2-4ubuntu3 [197 kB] Get:553 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsepol-dev arm64 3.3-1build1 [387 kB] Get:554 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre2-16-0 arm64 10.39-3build1 [184 kB] Get:555 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre2-32-0 arm64 10.39-3build1 [176 kB] Get:556 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre2-posix3 arm64 10.39-3build1 [5.962 B] Get:557 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre2-dev arm64 10.39-3build1 [662 kB] Get:558 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libselinux1-dev arm64 3.3-1build2 [164 kB] Get:559 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmount-dev arm64 2.37.2-4ubuntu3 [14,5 kB] Get:560 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre16-3 arm64 2:8.39-13build5 [149 kB] Get:561 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre32-3 arm64 2:8.39-13build5 [141 kB] Get:562 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcrecpp0v5 arm64 2:8.39-13build5 [16,1 kB] Get:563 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre3-dev arm64 2:8.39-13build5 [527 kB] Get:564 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkg-config arm64 0.29.2-1ubuntu3 [47,4 kB] Get:565 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2ubuntu9 [163 kB] Get:566 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglib2.0-dev arm64 2.72.1-1 [1.821 kB] Get:567 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg-turbo8-dev arm64 2.1.2-0ubuntu1 [246 kB] Get:568 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg8-dev arm64 8c-2ubuntu10 [1.476 B] Get:569 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg-dev arm64 8c-2ubuntu10 [1.474 B] Get:570 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpng-dev arm64 1.6.37-3build5 [194 kB] Get:571 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjbig-dev arm64 2.1-3.1build3 [27,3 kB] Get:572 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblzma-dev arm64 5.2.5-2ubuntu1 [159 kB] Get:573 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtiffxx5 arm64 4.3.0-6 [5.596 B] Get:574 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdeflate-dev arm64 1.10-2 [56,1 kB] Get:575 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtiff-dev arm64 4.3.0-6 [311 kB] Get:576 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdk-pixbuf-2.0-dev arm64 2.42.8+dfsg-1 [47,8 kB] Get:577 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdk-pixbuf-xlib-2.0-0 arm64 2.40.2-2build4 [41,6 kB] Get:578 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10,9 kB] Get:579 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11proto-dev all 2021.5-1 [604 kB] Get:580 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxau-dev arm64 1:1.0.9-1build5 [10,1 kB] Get:581 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11proto-core-dev all 2021.5-1 [2.438 B] Get:582 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu5 [26,4 kB] Get:583 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xtrans-dev all 1.4.0-1 [68,9 kB] Get:584 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpthread-stubs0-dev arm64 0.4-1build2 [5.496 B] Get:585 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb1-dev arm64 1.14-3ubuntu3 [90,6 kB] Get:586 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-dev arm64 2:1.7.5-1 [746 kB] Get:587 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdk-pixbuf-xlib-2.0-dev arm64 2.40.2-2build4 [4.728 B] Get:588 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdk-pixbuf2.0-dev arm64 2.40.2-2build4 [2.492 B] Get:589 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgraphite2-3 arm64 1.3.14-1build2 [68,9 kB] Get:590 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libharfbuzz0b arm64 2.7.4-1ubuntu3 [352 kB] Get:591 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-harfbuzz-0.0 arm64 2.7.4-1ubuntu3 [31,6 kB] Get:592 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libthai-data all 0.1.29-1build1 [162 kB] Get:593 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdatrie1 arm64 0.2.13-2 [19,8 kB] Get:594 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libthai0 arm64 0.1.29-1build1 [18,4 kB] Get:595 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpango-1.0-0 arm64 1.50.6+ds-2 [226 kB] Get:596 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpixman-1-0 arm64 0.40.0-1build4 [160 kB] Get:597 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-render0 arm64 1.14-3ubuntu3 [16,2 kB] Get:598 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcairo2 arm64 1.16.0-5ubuntu2 [613 kB] Get:599 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpangoft2-1.0-0 arm64 1.50.6+ds-2 [52,0 kB] Get:600 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpangocairo-1.0-0 arm64 1.50.6+ds-2 [37,8 kB] Get:601 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpangoxft-1.0-0 arm64 1.50.6+ds-2 [30,2 kB] Get:602 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-pango-1.0 arm64 1.50.6+ds-2 [43,9 kB] Get:603 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcomposite1 arm64 1:0.4.5-1build2 [7.080 B] Get:604 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxfixes3 arm64 1:6.0.0-1 [11,4 kB] Get:605 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcursor1 arm64 1:1.2.0-2build4 [20,9 kB] Get:606 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxdamage1 arm64 1:1.1.5-2build2 [6.950 B] Get:607 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgtk2.0-0 arm64 2.24.33-2ubuntu2 [1.981 kB] Get:608 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 gir1.2-gtk-2.0 arm64 2.24.33-2ubuntu2 [210 kB] Get:609 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackagekit-glib2-18 arm64 1.2.5-2ubuntu2 [116 kB] Get:610 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.5-2ubuntu2 [25,3 kB] Get:611 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liberror-perl all 0.17029-1 [26,5 kB] Get:612 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 git-man all 1:2.34.1-1ubuntu1 [951 kB] Get:613 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 git arm64 1:2.34.1-1ubuntu1 [3.167 kB] Get:614 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gnupg-l10n all 2.2.27-3ubuntu2 [54,3 kB] Get:615 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2 [303 kB] Get:616 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpg arm64 2.2.27-3ubuntu2 [506 kB] Get:617 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33,5 kB] Get:618 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpg-agent arm64 2.2.27-3ubuntu2 [204 kB] Get:619 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpg-wks-client arm64 2.2.27-3ubuntu2 [61,4 kB] Get:620 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpg-wks-server arm64 2.2.27-3ubuntu2 [56,8 kB] Get:621 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpgsm arm64 2.2.27-3ubuntu2 [192 kB] Get:622 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gnupg all 2.2.27-3ubuntu2 [315 kB] Get:623 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 googletest all 1.11.0-3 [541 kB] Get:624 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 gperf arm64 3.1-1build1 [99,9 kB] Get:625 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libann0 arm64 1.1.2+doc-7build1 [24,2 kB] Get:626 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcdt5 arm64 2.42.2-6 [20,7 kB] Get:627 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcgraph6 arm64 2.42.2-6 [44,6 kB] Get:628 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgts-0.7-5 arm64 0.7.6+darcs121130-5 [157 kB] Get:629 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl7 arm64 2.4.6-15build2 [39,5 kB] Get:630 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpathplan4 arm64 2.42.2-6 [22,2 kB] Get:631 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgvc6 arm64 2.42.2-6 [699 kB] Get:632 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgvpr2 arm64 2.42.2-6 [191 kB] Get:633 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 liblab-gamut1 arm64 2.42.2-6 [1.966 kB] Get:634 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libice6 arm64 2:1.0.10-1build2 [41,7 kB] Get:635 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsm6 arm64 2:1.2.3-1build2 [16,1 kB] Get:636 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxt6 arm64 1:1.2.1-1 [171 kB] Get:637 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmu6 arm64 2:1.1.3-3 [48,9 kB] Get:638 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxaw7 arm64 2:1.0.14-1 [184 kB] Get:639 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 graphviz arm64 2.42.2-6 [632 kB] Get:640 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.5 [3.120 kB] Get:641 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcdparanoia0 arm64 3.10.2+debian-14build2 [48,1 kB] Get:642 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunwind8 arm64 1.3.2-2build2 [53,4 kB] Get:643 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgstreamer1.0-0 arm64 1.20.1-1 [930 kB] Get:644 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liborc-0.4-0 arm64 1:0.4.32-2 [221 kB] Get:645 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgstreamer-plugins-base1.0-0 arm64 1.20.1-1 [793 kB] Get:646 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libopus0 arm64 1.3.1-0.1build2 [195 kB] Get:647 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtheora0 arm64 1.1.1+dfsg.1-15ubuntu4 [223 kB] Get:648 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvisual-0.4-0 arm64 0.4.0-17build2 [105 kB] Get:649 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvorbis0a arm64 1.3.7-1build2 [95,5 kB] Get:650 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvorbisenc2 arm64 1.3.7-1build2 [82,3 kB] Get:651 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gstreamer1.0-plugins-base arm64 1.20.1-1 [657 kB] Get:652 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 gyp all 0.1+20210831gitd6c5dd5-5 [238 kB] Get:653 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 happy arm64 1.19.12-2build1.1 [595 kB] Get:654 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 help2man arm64 1.49.1 [186 kB] Get:655 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 hscolour arm64 1.24.4-3build4.1 [408 kB] Get:656 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnl-3-200 arm64 3.5.0-0.1 [58,1 kB] Get:657 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnl-genl-3-200 arm64 3.5.0-0.1 [12,1 kB] Get:658 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 htop arm64 3.0.5-7build2 [127 kB] Get:659 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnl-route-3-200 arm64 3.5.0-0.1 [173 kB] Get:660 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libibverbs1 arm64 39.0-1 [66,3 kB] Get:661 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ibverbs-providers arm64 39.0-1 [334 kB] Get:662 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 icu-devtools arm64 70.1-2 [193 kB] Get:663 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 ifupdown arm64 0.8.36+nmu1ubuntu3 [64,4 kB] Get:664 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libisccfg-export163 arm64 1:9.11.19+dfsg-2.1ubuntu3 [52,4 kB] Get:665 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libirs-export161 arm64 1:9.11.19+dfsg-2.1ubuntu3 [19,5 kB] Get:666 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 isc-dhcp-server arm64 4.4.1-2.3ubuntu2 [447 kB] Get:667 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iw arm64 5.16-1build1 [111 kB] Get:668 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 javascript-common all 11+nmu1 [5.936 B] Get:669 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 krb5-locales all 1.19.2-2 [11,8 kB] Get:670 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libaacs0 arm64 0.11.1-1 [59,8 kB] Get:671 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libaec0 arm64 1.0.6-1 [19,5 kB] Get:672 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libaio1 arm64 0.3.112-13build1 [7.018 B] Get:673 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libalgorithm-c3-perl all 0.11-1 [11,0 kB] Get:674 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-perl all 1.201-1 [41,8 kB] Get:675 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6build3 [11,7 kB] Get:676 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-merge-perl all 0.08-3 [12,0 kB] Get:677 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liburi-perl all 5.10-1 [78,8 kB] Get:678 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 liburi-escape-xs-perl arm64 0.14-1build6 [14,4 kB] Get:679 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libany-uri-escape-perl all 0.01-3 [4.638 B] Get:680 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libaom3 arm64 3.3.0-1 [1.413 kB] Get:681 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstemmer0d arm64 2.2.0-1build1 [166 kB] Get:682 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmlb2 arm64 0.3.6-2build1 [66,5 kB] Get:683 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libappstream4 arm64 0.15.2-2 [190 kB] Get:684 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-cpio-perl all 0.10-1.1 [9.928 B] Get:685 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libarchive-extract-perl all 0.88-1 [22,1 kB] Get:686 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libblas3 arm64 3.10.0-2ubuntu1 [141 kB] Get:687 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libatlas3-base arm64 3.10.3-12ubuntu1 [2.712 kB] Get:688 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblapack3 arm64 3.10.0-2ubuntu1 [2.009 kB] Get:689 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libarpack2 arm64 3.8.0-1 [73,3 kB] Get:690 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libsuperlu5 arm64 5.3.0+dfsg1-2 [158 kB] Get:691 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libarmadillo10 arm64 1:10.8.2+dfsg-1 [103 kB] Get:692 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libroken18-heimdal arm64 7.7.0+dfsg-3ubuntu1 [44,4 kB] Get:693 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libasn1-8-heimdal arm64 7.7.0+dfsg-3ubuntu1 [177 kB] Get:694 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libasound2-dev arm64 1.2.6.1-1ubuntu1 [110 kB] Get:695 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libasprintf0v5 arm64 0.21-4ubuntu4 [7.772 B] Get:696 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libasprintf-dev arm64 0.21-4ubuntu4 [4.972 B] Get:697 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libasyncns0 arm64 0.8-6build2 [12,5 kB] Get:698 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libatk-bridge2.0-0 arm64 2.38.0-3 [65,7 kB] Get:699 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglvnd0 arm64 1.4.0-1 [61,0 kB] Get:700 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglapi-mesa arm64 22.0.1-1ubuntu2 [68,8 kB] Get:701 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-dri2-0 arm64 1.14-3ubuntu3 [7.242 B] Get:702 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-dri3-0 arm64 1.14-3ubuntu3 [6.922 B] Get:703 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-glx0 arm64 1.14-3ubuntu3 [26,1 kB] Get:704 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-present0 arm64 1.14-3ubuntu3 [5.724 B] Get:705 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-sync1 arm64 1.14-3ubuntu3 [9.312 B] Get:706 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-xfixes0 arm64 1.14-3ubuntu3 [10,0 kB] Get:707 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxshmfence1 arm64 1.3-1build4 [5.444 B] Get:708 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxxf86vm1 arm64 1:1.1.4-1build3 [10,3 kB] Get:709 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdrm-amdgpu1 arm64 2.4.110-1ubuntu1 [19,8 kB] Get:710 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdrm-nouveau2 arm64 2.4.110-1ubuntu1 [17,3 kB] Get:711 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdrm-radeon1 arm64 2.4.110-1ubuntu1 [21,2 kB] Get:712 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libllvm13 arm64 1:13.0.1-2ubuntu2 [20,5 MB] Get:713 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsensors-config all 1:3.6.0-7ubuntu1 [5.274 B] Get:714 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsensors5 arm64 1:3.6.0-7ubuntu1 [26,1 kB] Get:715 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvulkan1 arm64 1.3.204.1-2 [136 kB] Get:716 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgl1-mesa-dri arm64 22.0.1-1ubuntu2 [6.872 kB] Get:717 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglx-mesa0 arm64 22.0.1-1ubuntu2 [163 kB] Get:718 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglx0 arm64 1.4.0-1 [37,1 kB] Get:719 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgl1 arm64 1.4.0-1 [114 kB] Get:720 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-shape0 arm64 1.14-3ubuntu3 [6.092 B] Get:721 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxkbfile1 arm64 1:1.1.0-1build3 [71,2 kB] Get:722 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxv1 arm64 2:1.0.11-1build2 [11,0 kB] Get:723 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxxf86dga1 arm64 2:1.1.5-0ubuntu3 [12,2 kB] Get:724 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11-utils arm64 7.7+5build2 [205 kB] Get:725 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libatk-wrapper-java all 0.38.0-5build1 [53,1 kB] Get:726 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libatk-wrapper-java-jni arm64 0.38.0-5build1 [45,5 kB] Get:727 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libatk1.0-dev arm64 2.36.0-3build1 [96,6 kB] Get:728 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libatlas-base-dev arm64 3.10.3-12ubuntu1 [2.859 kB] Get:729 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libva2 arm64 2.14.0-1 [63,5 kB] Get:730 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libva-drm2 arm64 2.14.0-1 [7.266 B] Get:731 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libva-x11-2 arm64 2.14.0-1 [12,0 kB] Get:732 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvdpau1 arm64 1.4-3build2 [25,0 kB] Get:733 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 ocl-icd-libopencl1 arm64 2.2.14-3 [38,8 kB] Get:734 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libavutil56 arm64 7:4.4.1-3ubuntu5 [291 kB] Get:735 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcodec2-1.0 arm64 1.0.1-3 [8.434 kB] Get:736 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libdav1d5 arm64 0.9.2-1 [313 kB] Get:737 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgsm1 arm64 1.0.19-1 [26,7 kB] Get:738 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmp3lame0 arm64 3.100-3build2 [142 kB] Get:739 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libopenjp2-7 arm64 2.4.0-6 [155 kB] Get:740 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcairo-gobject2 arm64 1.16.0-5ubuntu2 [19,4 kB] Get:741 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librsvg2-2 arm64 2.52.5+dfsg-3 [2.761 kB] Get:742 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libshine3 arm64 3.1.1-2 [22,5 kB] Get:743 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsnappy1v5 arm64 1.1.8-1build3 [17,2 kB] Get:744 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libspeex1 arm64 1.2~rc1.2-1.1ubuntu3 [52,6 kB] Get:745 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsoxr0 arm64 0.1.3-4build2 [57,2 kB] Get:746 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libswresample3 arm64 7:4.4.1-3ubuntu5 [56,2 kB] Get:747 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtwolame0 arm64 0.4.0-2build2 [51,7 kB] Get:748 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvpx7 arm64 1.11.0-2ubuntu2 [1.041 kB] Get:749 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwebpmux3 arm64 1.2.2-2 [20,6 kB] Get:750 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libx264-163 arm64 2:0.163.3060+git5db6aa6-2build1 [530 kB] Get:751 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libx265-199 arm64 3.5-2 [699 kB] Get:752 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libxvidcore4 arm64 2:1.3.7-1 [161 kB] Get:753 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libzvbi-common all 0.2.35-19 [35,5 kB] Get:754 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libzvbi0 arm64 0.2.35-19 [261 kB] Get:755 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libavcodec58 arm64 7:4.4.1-3ubuntu5 [5.419 kB] Get:756 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libavutil-dev arm64 7:4.4.1-3ubuntu5 [429 kB] Get:757 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libswresample-dev arm64 7:4.4.1-3ubuntu5 [68,0 kB] Get:758 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libavcodec-dev arm64 7:4.4.1-3ubuntu5 [6.079 kB] Get:759 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libudfread0 arm64 1.1.2-1 [15,4 kB] Get:760 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libbluray2 arm64 1:1.3.1-1 [148 kB] Get:761 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libchromaprint1 arm64 1.5.1-2 [27,3 kB] Get:762 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgme0 arm64 0.6.3-2 [118 kB] Get:763 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpg123-0 arm64 1.29.3-1build1 [170 kB] Get:764 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvorbisfile3 arm64 1.3.7-1build2 [16,8 kB] Get:765 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopenmpt0 arm64 0.6.1-1 [572 kB] Get:766 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librabbitmq4 arm64 0.10.0-1ubuntu2 [39,3 kB] Get:767 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libsrt1.4-gnutls arm64 1.4.4-4 [290 kB] Get:768 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssh-gcrypt-4 arm64 0.9.6-2build1 [222 kB] Get:769 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libnorm1 arm64 1.5.9+dfsg-2 [202 kB] Get:770 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpgm-5.3-0 arm64 5.3.128~dfsg-2 [151 kB] Get:771 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsodium23 arm64 1.0.18-1build2 [123 kB] Get:772 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libzmq5 arm64 4.3.4-2 [241 kB] Get:773 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libavformat58 arm64 7:4.4.1-3ubuntu5 [1.116 kB] Get:774 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libavformat-dev arm64 7:4.4.1-3ubuntu5 [1.394 kB] Get:775 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-op-check-perl arm64 0.22-1build5 [10,1 kB] Get:776 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12,1 kB] Get:777 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu4 [14,7 kB] Get:778 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-classify-perl arm64 0.015-1build5 [21,7 kB] Get:779 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-runtime-perl all 0.016-1 [16,2 kB] Get:780 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtry-tiny-perl all 0.31-1 [21,8 kB] Get:781 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-implementation-perl all 0.09-1.1 [11,6 kB] Get:782 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6.784 B] Get:783 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvariable-magic-perl arm64 0.62-1build5 [34,8 kB] Get:784 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-endofscope-perl all 0.25-1 [17,8 kB] Get:785 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libbareword-filehandles-perl arm64 0.007-1build3 [8.640 B] Get:786 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libbdplus0 arm64 0.2.0-1 [49,6 kB] Get:787 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbison-dev arm64 2:3.8.2+dfsg-1build1 [364 kB] Get:788 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libblas-dev arm64 3.10.0-2ubuntu1 [110 kB] Get:789 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libblosc1 arm64 1.21.1+ds2-2 [24,8 kB] Get:790 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost1.74-dev arm64 1.74.0-14ubuntu3 [9.609 kB] Get:791 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-dev arm64 1.74.0.3ubuntu7 [3.490 B] Get:792 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost1.74-tools-dev arm64 1.74.0-14ubuntu3 [1.324 kB] Get:793 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-tools-dev arm64 1.74.0.3ubuntu7 [3.428 B] Get:794 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-atomic1.74.0 arm64 1.74.0-14ubuntu3 [224 kB] Get:795 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-atomic1.74-dev arm64 1.74.0-14ubuntu3 [222 kB] Get:796 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-atomic-dev arm64 1.74.0.3ubuntu7 [3.546 B] Get:797 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-chrono1.74.0 arm64 1.74.0-14ubuntu3 [232 kB] Get:798 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-chrono1.74-dev arm64 1.74.0-14ubuntu3 [239 kB] Get:799 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-chrono-dev arm64 1.74.0.3ubuntu7 [3.854 B] Get:800 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-container1.74.0 arm64 1.74.0-14ubuntu3 [245 kB] Get:801 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-container1.74-dev arm64 1.74.0-14ubuntu3 [257 kB] Get:802 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-container-dev arm64 1.74.0.3ubuntu7 [3.712 B] Get:803 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-date-time1.74.0 arm64 1.74.0-14ubuntu3 [221 kB] Get:804 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-serialization1.74.0 arm64 1.74.0-14ubuntu3 [319 kB] Get:805 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-serialization1.74-dev arm64 1.74.0-14ubuntu3 [374 kB] Get:806 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-date-time1.74-dev arm64 1.74.0-14ubuntu3 [226 kB] Get:807 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-system1.74.0 arm64 1.74.0-14ubuntu3 [221 kB] Get:808 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-system1.74-dev arm64 1.74.0-14ubuntu3 [218 kB] Get:809 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-thread1.74.0 arm64 1.74.0-14ubuntu3 [260 kB] Get:810 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-thread1.74-dev arm64 1.74.0-14ubuntu3 [274 kB] Get:811 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-context1.74.0 arm64 1.74.0-14ubuntu3 [222 kB] Get:812 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-context1.74-dev arm64 1.74.0-14ubuntu3 [220 kB] Get:813 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-context-dev arm64 1.74.0.3ubuntu7 [3.456 B] Get:814 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-coroutine1.74.0 arm64 1.74.0-14ubuntu3 [235 kB] Get:815 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-coroutine1.74-dev arm64 1.74.0-14ubuntu3 [247 kB] Get:816 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-coroutine-dev arm64 1.74.0.3ubuntu7 [3.520 B] Get:817 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-date-time-dev arm64 1.74.0.3ubuntu7 [3.248 B] Get:818 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-exception1.74-dev arm64 1.74.0-14ubuntu3 [216 kB] Get:819 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-exception-dev arm64 1.74.0.3ubuntu7 [3.250 B] Get:820 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-filesystem1.74.0 arm64 1.74.0-14ubuntu3 [262 kB] Get:821 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-filesystem1.74-dev arm64 1.74.0-14ubuntu3 [288 kB] Get:822 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-fiber1.74.0 arm64 1.74.0-14ubuntu3 [241 kB] Get:823 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-fiber1.74-dev arm64 1.74.0-14ubuntu3 [256 kB] Get:824 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-fiber-dev arm64 1.74.0.3ubuntu7 [3.676 B] Get:825 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-filesystem-dev arm64 1.74.0.3ubuntu7 [3.280 B] Get:826 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-graph1.74.0 arm64 1.74.0-14ubuntu3 [300 kB] Get:827 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu-dev arm64 70.1-2 [11,6 MB] Get:828 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-regex1.74-dev arm64 1.74.0-14ubuntu3 [577 kB] Get:829 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-test1.74.0 arm64 1.74.0-14ubuntu3 [430 kB] Get:830 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-test1.74-dev arm64 1.74.0-14ubuntu3 [566 kB] Get:831 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-graph1.74-dev arm64 1.74.0-14ubuntu3 [335 kB] Get:832 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-graph-dev arm64 1.74.0.3ubuntu7 [3.348 B] Get:833 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libevent-core-2.1-7 arm64 2.1.12-stable-1build3 [91,1 kB] Get:834 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libevent-pthreads-2.1-7 arm64 2.1.12-stable-1build3 [7.588 B] Get:835 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librdmacm1 arm64 39.0-1 [70,4 kB] Get:836 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libfabric1 arm64 1.11.0-3 [436 kB] Get:837 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhwloc15 arm64 2.7.0-2 [148 kB] Get:838 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpciaccess0 arm64 0.16-3 [18,8 kB] Get:839 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxnvctrl0 arm64 510.47.03-0ubuntu1 [11,1 kB] Get:840 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhwloc-plugins arm64 2.7.0-2 [15,6 kB] Get:841 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpmix2 arm64 4.1.2-2ubuntu1 [598 kB] Get:842 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libucx0 arm64 1.12.1~rc2-1 [818 kB] Get:843 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopenmpi3 arm64 4.1.2-2ubuntu1 [2.468 kB] Get:844 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-mpi1.74.0 arm64 1.74.0-14ubuntu3 [255 kB] Get:845 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-graph-parallel1.74.0 arm64 1.74.0-14ubuntu3 [263 kB] Get:846 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-graph-parallel1.74-dev arm64 1.74.0-14ubuntu3 [278 kB] Get:847 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-graph-parallel-dev arm64 1.74.0.3ubuntu7 [3.384 B] Get:848 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-iostreams1.74.0 arm64 1.74.0-14ubuntu3 [243 kB] Get:849 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-iostreams1.74-dev arm64 1.74.0-14ubuntu3 [253 kB] Get:850 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-iostreams-dev arm64 1.74.0.3ubuntu7 [3.236 B] Get:851 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-locale1.74.0 arm64 1.74.0-14ubuntu3 [399 kB] Get:852 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-locale1.74-dev arm64 1.74.0-14ubuntu3 [596 kB] Get:853 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-locale-dev arm64 1.74.0.3ubuntu7 [3.572 B] Get:854 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-log1.74.0 arm64 1.74.0-14ubuntu3 [563 kB] Get:855 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-log1.74-dev arm64 1.74.0-14ubuntu3 [861 kB] Get:856 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-log-dev arm64 1.74.0.3ubuntu7 [3.448 B] Get:857 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-math1.74.0 arm64 1.74.0-14ubuntu3 [420 kB] Get:858 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-math1.74-dev arm64 1.74.0-14ubuntu3 [617 kB] Get:859 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-math-dev arm64 1.74.0.3ubuntu7 [3.454 B] Get:860 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 openmpi-common all 4.1.2-2ubuntu1 [162 kB] Get:861 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnl-3-dev arm64 3.5.0-0.1 [105 kB] Get:862 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnl-route-3-dev arm64 3.5.0-0.1 [209 kB] Get:863 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libibverbs-dev arm64 39.0-1 [627 kB] Get:864 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnuma-dev arm64 2.0.14-3ubuntu2 [37,4 kB] Get:865 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl-dev arm64 2.4.6-15build2 [170 kB] Get:866 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhwloc-dev arm64 2.7.0-2 [249 kB] Get:867 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libevent-2.1-7 arm64 2.1.12-stable-1build3 [141 kB] Get:868 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libevent-extra-2.1-7 arm64 2.1.12-stable-1build3 [62,1 kB] Get:869 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libevent-openssl-2.1-7 arm64 2.1.12-stable-1build3 [14,5 kB] Get:870 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libevent-dev arm64 2.1.12-stable-1build3 [285 kB] Get:871 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpmix-dev arm64 4.1.2-2ubuntu1 [828 kB] Get:872 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [321 kB] Get:873 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libjs-jquery-ui all 1.13.1+dfsg-1 [253 kB] Get:874 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 openmpi-bin arm64 4.1.2-2ubuntu1 [116 kB] Get:875 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopenmpi-dev arm64 4.1.2-2ubuntu1 [867 kB] Get:876 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 mpi-default-dev arm64 1.14 [3.698 B] Get:877 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-mpi1.74-dev arm64 1.74.0-14ubuntu3 [287 kB] Get:878 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-mpi-dev arm64 1.74.0.3ubuntu7 [3.328 B] Get:879 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-python1.74.0 arm64 1.74.0-14ubuntu3 [293 kB] Get:880 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 mpi-default-bin arm64 1.14 [2.896 B] Get:881 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-mpi-python1.74.0 arm64 1.74.0-14ubuntu3 [343 kB] Get:882 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-mpi-python1.74-dev arm64 1.74.0-14ubuntu3 [225 kB] Get:883 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-mpi-python-dev arm64 1.74.0.3ubuntu7 [3.382 B] Get:884 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-numpy1.74.0 arm64 1.74.0-14ubuntu3 [229 kB] Get:885 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-numpy1.74-dev arm64 1.74.0-14ubuntu3 [234 kB] Get:886 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-numpy-dev arm64 1.74.0.3ubuntu7 [3.286 B] Get:887 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-program-options1.74.0 arm64 1.74.0-14ubuntu3 [305 kB] Get:888 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-program-options1.74-dev arm64 1.74.0-14ubuntu3 [382 kB] Get:889 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-program-options-dev arm64 1.74.0.3ubuntu7 [3.266 B] Get:890 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexpat1-dev arm64 2.4.7-1 [129 kB] Get:891 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpython3.10-dev arm64 3.10.4-3 [4.652 kB] Get:892 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpython3-dev arm64 3.10.4-0ubuntu2 [7.250 B] Get:893 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3.10-dev arm64 3.10.4-3 [508 kB] Get:894 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjs-underscore all 1.13.2~dfsg-2 [118 kB] Get:895 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjs-sphinxdoc all 4.3.2-1 [139 kB] Get:896 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-dev arm64 3.10.4-0ubuntu2 [26,0 kB] Get:897 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-python1.74-dev arm64 1.74.0-14ubuntu3 [320 kB] Get:898 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-python-dev arm64 1.74.0.3ubuntu7 [3.538 B] Get:899 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-random1.74.0 arm64 1.74.0-14ubuntu3 [231 kB] Get:900 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-random1.74-dev arm64 1.74.0-14ubuntu3 [232 kB] Get:901 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-random-dev arm64 1.74.0.3ubuntu7 [3.258 B] Get:902 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-regex-dev arm64 1.74.0.3ubuntu7 [3.508 B] Get:903 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-serialization-dev arm64 1.74.0.3ubuntu7 [3.468 B] Get:904 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-stacktrace1.74.0 arm64 1.74.0-14ubuntu3 [265 kB] Get:905 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-stacktrace1.74-dev arm64 1.74.0-14ubuntu3 [232 kB] Get:906 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-stacktrace-dev arm64 1.74.0.3ubuntu7 [3.258 B] Get:907 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-system-dev arm64 1.74.0.3ubuntu7 [3.390 B] Get:908 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-test-dev arm64 1.74.0.3ubuntu7 [3.274 B] Get:909 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libboost-thread-dev arm64 1.74.0.3ubuntu7 [3.264 B] Get:910 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-timer1.74.0 arm64 1.74.0-14ubuntu3 [228 kB] Get:911 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-timer1.74-dev arm64 1.74.0-14ubuntu3 [232 kB] Get:912 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-timer-dev arm64 1.74.0.3ubuntu7 [3.380 B] Get:913 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-type-erasure1.74.0 arm64 1.74.0-14ubuntu3 [232 kB] Get:914 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-type-erasure1.74-dev arm64 1.74.0-14ubuntu3 [239 kB] Get:915 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-type-erasure-dev arm64 1.74.0.3ubuntu7 [3.344 B] Get:916 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-wave1.74.0 arm64 1.74.0-14ubuntu3 [433 kB] Get:917 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-wave1.74-dev arm64 1.74.0-14ubuntu3 [507 kB] Get:918 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-wave-dev arm64 1.74.0.3ubuntu7 [3.292 B] Get:919 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-nowide1.74.0 arm64 1.74.0-14ubuntu3 [222 kB] Get:920 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-nowide1.74-dev arm64 1.74.0-14ubuntu3 [220 kB] Get:921 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-nowide-dev arm64 1.74.0.3ubuntu7 [3.322 B] Get:922 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libboost-all-dev arm64 1.74.0.3ubuntu7 [2.268 B] Get:923 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli-dev arm64 1.0.9-2build6 [336 kB] Get:924 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmd-dev arm64 1.0.4-1build1 [41,1 kB] Get:925 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbsd-dev arm64 0.11.5-1 [169 kB] Get:926 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc-devtools arm64 2.35-0ubuntu3 [27,6 kB] Get:927 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcaf-openmpi-3 arm64 2.9.2-3 [32,8 kB] Get:928 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcairo-script-interpreter2 arm64 1.16.0-5ubuntu2 [60,7 kB] Get:929 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfreetype-dev arm64 2.11.1+dfsg-1build1 [557 kB] Get:930 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfreetype6-dev arm64 2.11.1+dfsg-1build1 [8.302 B] Get:931 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontconfig-dev arm64 2.13.1-4.2ubuntu5 [154 kB] Get:932 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontconfig1-dev arm64 2.13.1-4.2ubuntu5 [1.836 B] Get:933 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11proto-render-dev all 2:2021.5-1 [2.450 B] Get:934 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxrender-dev arm64 1:0.9.10-1build4 [26,4 kB] Get:935 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxext-dev arm64 2:1.3.4-1build1 [85,5 kB] Get:936 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libice-dev arm64 2:1.0.10-1build2 [52,1 kB] Get:937 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsm-dev arm64 2:1.2.3-1build2 [18,2 kB] Get:938 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpixman-1-dev arm64 0.40.0-1build4 [179 kB] Get:939 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-render0-dev arm64 1.14-3ubuntu3 [20,4 kB] Get:940 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-shm0-dev arm64 1.14-3ubuntu3 [7.234 B] Get:941 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcairo2-dev arm64 1.16.0-5ubuntu2 [700 kB] Get:942 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 sound-theme-freedesktop all 0.8-2ubuntu1 [384 kB] Get:943 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcanberra0 arm64 0.30-10ubuntu1 [37,9 kB] Get:944 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcanberra-gtk0 arm64 0.30-10ubuntu1 [7.730 B] Get:945 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcanberra-gtk-module arm64 0.30-10ubuntu1 [9.988 B] Get:946 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librados2 arm64 17.1.0-0ubuntu3 [3.419 kB] Get:947 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcephfs2 arm64 17.1.0-0ubuntu3 [686 kB] Get:948 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcfitsio9 arm64 4.0.0-1 [497 kB] Get:949 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tagset-perl all 3.20-4 [12,5 kB] Get:950 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-parser-perl arm64 3.76-1build2 [87,1 kB] Get:951 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcgi-pm-perl all 4.54-1 [188 kB] Get:952 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfcgi0ldbl arm64 2.4.2-2build2 [28,0 kB] Get:953 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfcgi-perl arm64 0.82+ds-1build1 [22,3 kB] Get:954 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcgi-fast-perl all 1:2.15-1 [10,5 kB] Get:955 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcharls2 arm64 2.3.4-1 [80,0 kB] Get:956 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libclass-c3-perl all 0.35-1 [19,0 kB] Get:957 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libclass-c3-xs-perl arm64 0.15-1build2 [16,3 kB] Get:958 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-method-modifiers-perl all 2.13-1 [16,2 kB] Get:959 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-xsaccessor-perl arm64 1.19-3build9 [33,6 kB] Get:960 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclone-perl arm64 0.45-1build3 [10,8 kB] Get:961 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcmark-gfm0.29.0.gfm.3 arm64 0.29.0.gfm.3-3 [112 kB] Get:962 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcmark-gfm-extensions0.29.0.gfm.3 arm64 0.29.0.gfm.3-3 [24,6 kB] Get:963 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcoarrays-dev arm64 2.9.2-3 [40,5 kB] Get:964 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcoarrays-openmpi-dev arm64 2.9.2-3 [363 kB] Get:965 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcolord2 arm64 1.4.6-1 [152 kB] Get:966 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcpan-changes-perl all 0.400002-1.1 [27,7 kB] Get:967 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcupsfilters1 arm64 1.28.15-0ubuntu1 [126 kB] Get:968 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcupsimage2 arm64 2.4.1op1-1ubuntu4 [6.028 B] Get:969 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcurl4-openssl-dev arm64 7.81.0-1 [389 kB] Get:970 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dump-perl all 1.25-1 [25,9 kB] Get:971 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-util-perl arm64 1.102-1build3 [22,2 kB] Get:972 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-install-perl all 0.928-1.1 [9.972 B] Get:973 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-optlist-perl all 0.112-1 [11,0 kB] Get:974 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexporter-tiny-perl all 1.002002-1 [36,2 kB] Get:975 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-xs-perl arm64 0.430-2build2 [39,2 kB] Get:976 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-perl all 0.430-2 [38,2 kB] Get:977 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librole-tiny-perl all 2.002004-1 [16,3 kB] Get:978 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstrictures-perl all 2.000006-1 [16,3 kB] Get:979 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libdata-perl-perl all 0.002011-1 [40,3 kB] Get:980 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libmro-compat-perl all 0.15-1 [11,7 kB] Get:981 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-perl all 0.988-1 [50,6 kB] Get:982 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libdata-section-perl all 0.200007-1 [11,8 kB] Get:983 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdatrie-dev arm64 0.2.13-2 [20,1 kB] Get:984 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdbus-glib-1-2 arm64 0.112-2build1 [64,1 kB] Get:985 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libraw1394-11 arm64 2.1.2-2build2 [27,2 kB] Get:986 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libdc1394-25 arm64 2.2.6-4 [88,4 kB] Get:987 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libraw1394-dev arm64 2.1.2-2build2 [40,9 kB] Get:988 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libdc1394-dev arm64 2.2.6-4 [123 kB] Get:989 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libde265-0 arm64 1.0.8-1 [202 kB] Get:990 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpadwalker-perl arm64 2.5-1build2 [15,4 kB] Get:991 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libdevel-caller-perl arm64 2.06-2build4 [10,9 kB] Get:992 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libdevel-globaldestruction-perl all 0.14-1.1 [6.916 B] Get:993 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libdevel-lexalias-perl arm64 0.05-2build4 [8.860 B] Get:994 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdmx1 arm64 1:1.1.4-2build2 [9.246 B] Get:995 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdmx-dev arm64 1:1.1.4-2build2 [33,6 kB] Get:996 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libdouble-conversion3 arm64 3.1.7-4 [37,0 kB] Get:997 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdrm-freedreno1 arm64 2.4.110-1ubuntu1 [20,0 kB] Get:998 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdrm-tegra0 arm64 2.4.110-1ubuntu1 [6.552 B] Get:999 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdrm-etnaviv1 arm64 2.4.110-1ubuntu1 [12,2 kB] Get:1000 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpciaccess-dev arm64 0.16-3 [22,8 kB] Get:1001 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdrm-dev arm64 2.4.110-1ubuntu1 [143 kB] Get:1002 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwayland-server0 arm64 1.20.0-1 [34,0 kB] Get:1003 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgbm1 arm64 22.0.1-1ubuntu2 [32,9 kB] Get:1004 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwayland-client0 arm64 1.20.0-1 [25,2 kB] Get:1005 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libegl-mesa0 arm64 22.0.1-1ubuntu2 [110 kB] Get:1006 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libegl1 arm64 1.4.0-1 [28,8 kB] Get:1007 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglx-dev arm64 1.4.0-1 [14,1 kB] Get:1008 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgl-dev arm64 1.4.0-1 [102 kB] Get:1009 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libegl-dev arm64 1.4.0-1 [18,0 kB] Get:1010 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libencode-locale-perl all 1.05-1.1 [11,8 kB] Get:1011 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libepoxy0 arm64 1.5.10-1 [247 kB] Get:1012 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexif12 arm64 0.6.24-1build1 [91,3 kB] Get:1013 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexif-dev arm64 0.6.24-1build1 [112 kB] Get:1014 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexif-doc all 0.6.24-1build1 [317 kB] Get:1015 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfcgi-bin arm64 2.4.2-2build2 [10,7 kB] Get:1016 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libffi7 arm64 3.3-5ubuntu1 [17,4 kB] Get:1017 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-system-simple-perl all 1.30-1 [23,2 kB] Get:1018 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-basedir-perl all 0.09-1 [15,7 kB] Get:1019 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libfile-copy-recursive-perl all 0.45-1 [17,3 kB] Get:1020 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-desktopentry-perl all 0.22-2 [17,8 kB] Get:1021 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-fcntllock-perl arm64 0.22-3build7 [33,7 kB] Get:1022 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-which-perl all 1.23-1 [13,8 kB] Get:1023 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-homedir-perl all 1.006-1 [38,3 kB] Get:1024 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtimedate-perl all 2.3300-2 [34,0 kB] Get:1025 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-date-perl all 6.05-1 [9.920 B] Get:1026 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-listing-perl all 6.14-1 [11,2 kB] Get:1027 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-mimeinfo-perl all 0.31-1 [43,5 kB] Get:1028 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libfile-slurp-perl all 9999.32-1 [21,5 kB] Get:1029 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfl2 arm64 2.6.4-8build2 [10,6 kB] Get:1030 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfl-dev arm64 2.6.4-8build2 [6.198 B] Get:1031 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-afm-perl all 1.20-3 [13,6 kB] Get:1032 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontenc-dev arm64 1:1.1.4-1build3 [14,7 kB] Get:1033 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfribidi-dev arm64 1.0.8-2ubuntu3 [65,0 kB] Get:1034 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfs6 arm64 2:1.0.8-1build2 [23,4 kB] Get:1035 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfs-dev arm64 2:1.0.8-1build2 [30,9 kB] Get:1036 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libusb-0.1-4 arm64 2:0.1.12-32build3 [17,6 kB] Get:1037 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libftdi1 arm64 0.20-4ubuntu1 [15,0 kB] Get:1038 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libusb-dev arm64 2:0.1.12-32build3 [33,5 kB] Get:1039 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libftdi-dev arm64 0.20-4ubuntu1 [182 kB] Get:1040 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libfuse2 arm64 2.9.9-5ubuntu3 [89,2 kB] Get:1041 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libfyba0 arm64 4.1.1-7 [105 kB] Get:1042 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgail18 arm64 2.24.33-2ubuntu2 [14,8 kB] Get:1043 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgail-common arm64 2.24.33-2ubuntu2 [128 kB] Get:1044 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgcc-10-dev arm64 10.3.0-15ubuntu1 [1.068 kB] Get:1045 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libfreexl1 arm64 1.0.6-1 [32,7 kB] Get:1046 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgeos3.10.2 arm64 3.10.2-1 [678 kB] Get:1047 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgeos-c1v5 arm64 3.10.2-1 [76,8 kB] Get:1048 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 proj-data all 8.2.1-1 [10,0 MB] Get:1049 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libproj22 arm64 8.2.1-1 [1.164 kB] Get:1050 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgeotiff5 arm64 1.7.0-2build1 [62,6 kB] Get:1051 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhdf4-0-alt arm64 4.2.15-4 [279 kB] Get:1052 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libsz2 arm64 1.0.6-1 [5.144 B] Get:1053 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhdf5-103-1 arm64 1.10.7+repack-4ubuntu2 [1.207 kB] Get:1054 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libheif1 arm64 1.12.0-2build1 [184 kB] Get:1055 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libminizip1 arm64 1.1-8build1 [17,5 kB] Get:1056 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 liburiparser1 arm64 0.9.6+dfsg-1 [34,7 kB] Get:1057 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libkmlbase1 arm64 1.3.0-9 [42,1 kB] Get:1058 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libkmldom1 arm64 1.3.0-9 [137 kB] Get:1059 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libkmlengine1 arm64 1.3.0-9 [65,2 kB] Get:1060 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 mysql-common all 5.8+1.0.8 [7.212 B] Get:1061 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmysqlclient21 arm64 8.0.28-0ubuntu4 [1.256 kB] Get:1062 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhdf5-hl-100 arm64 1.10.7+repack-4ubuntu2 [58,4 kB] Get:1063 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libnetcdf19 arm64 1:4.8.1-1 [456 kB] Get:1064 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libodbc2 arm64 2.3.9-5 [144 kB] Get:1065 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 unixodbc-common all 2.3.9-5 [9.228 B] Get:1066 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libodbcinst2 arm64 2.3.9-5 [30,2 kB] Get:1067 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libogdi4.1 arm64 4.1.0+ds-5 [174 kB] Get:1068 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpoppler118 arm64 22.02.0-2 [1.049 kB] Get:1069 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpq5 arm64 14.2-1ubuntu1 [136 kB] Get:1070 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libqhull-r8.0 arm64 2020.2-4 [189 kB] Get:1071 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 librttopo1 arm64 1.1.0-2 [162 kB] Get:1072 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libspatialite7 arm64 5.0.1-2build2 [1.852 kB] Get:1073 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libxerces-c3.2 arm64 3.2.3+debian-3build1 [869 kB] Get:1074 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgdal30 arm64 3.4.1+dfsg-1build4 [7.163 kB] Get:1075 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm-dev arm64 1.23-1 [118 kB] Get:1076 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libsocket++1 arm64 1.12.13+git20131030.5d039ba-1 [81,6 kB] Get:1077 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgdcm3.0 arm64 3.0.10-1build2 [1.707 kB] Get:1078 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgdcm-dev arm64 3.0.10-1build2 [266 kB] Get:1079 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgdk-pixbuf2.0-0 arm64 2.40.2-2build4 [2.454 B] Get:1080 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-stringy-perl all 2.111-3 [55,8 kB] Get:1081 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libparams-validate-perl arm64 1.30-1build3 [53,7 kB] Get:1082 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgetopt-long-descriptive-perl all 0.109-2 [25,6 kB] Get:1083 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgettextpo0 arm64 0.21-4ubuntu4 [135 kB] Get:1084 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgettextpo-dev arm64 0.21-4ubuntu4 [159 kB] Get:1085 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgfxdr0 arm64 10.1-1 [21,4 kB] Get:1086 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglusterfs0 arm64 10.1-1 [278 kB] Get:1087 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgfrpc0 arm64 10.1-1 [46,8 kB] Get:1088 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgfapi0 arm64 10.1-1 [74,6 kB] Get:1089 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgflags2.2 arm64 2.2.2-2 [67,0 kB] Get:1090 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgflags-dev arm64 2.2.2-2 [84,8 kB] Get:1091 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgfortran-10-dev arm64 10.3.0-15ubuntu1 [465 kB] Get:1092 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhttp-parser2.9 arm64 2.9.4-4 [20,4 kB] Get:1093 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libmbedcrypto7 arm64 2.28.0-1build1 [205 kB] Get:1094 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libmbedx509-1 arm64 2.28.0-1build1 [47,4 kB] Get:1095 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libmbedtls14 arm64 2.28.0-1build1 [80,9 kB] Get:1096 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libssh2-1 arm64 1.10.0-3 [108 kB] Get:1097 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgit2-1.1 arm64 1.1.0+dfsg.1-4.1build1 [457 kB] Get:1098 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgl1-amber-dri arm64 21.3.7-0ubuntu1 [1.849 kB] Get:1099 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgl2ps1.4 arm64 1.4.2+dfsg1-2 [41,5 kB] Get:1100 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgles1 arm64 1.4.0-1 [11,8 kB] Get:1101 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgles2 arm64 1.4.0-1 [18,8 kB] Get:1102 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgles-dev arm64 1.4.0-1 [49,4 kB] Get:1103 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libglew2.2 arm64 2.2.0-4 [200 kB] Get:1104 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsigc++-2.0-0v5 arm64 2.10.4-2ubuntu3 [11,7 kB] Get:1105 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglibmm-2.4-1v5 arm64 2.66.2-2 [600 kB] Get:1106 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsigc++-2.0-dev arm64 2.10.4-2ubuntu3 [58,4 kB] Get:1107 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglibmm-2.4-dev arm64 2.66.2-2 [452 kB] Get:1108 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgmpxx4ldbl arm64 2:6.2.1+dfsg-3ubuntu1 [9.524 B] Get:1109 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgmp-dev arm64 2:6.2.1+dfsg-3ubuntu1 [329 kB] Get:1110 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgnutls-openssl27 arm64 3.7.3-4ubuntu1 [22,3 kB] Get:1111 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgoogle-glog0v5 arm64 0.5.0+really0.4.0-2 [57,7 kB] Get:1112 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgoogle-glog-dev arm64 0.5.0+really0.4.0-2 [91,7 kB] Get:1113 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgpg-error-l10n all 1.43-3 [7.134 B] Get:1114 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgpgme11 arm64 1.16.0-1.2ubuntu4 [131 kB] Get:1115 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgphoto2-port12 arm64 2.5.27-1build2 [56,7 kB] Get:1116 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgphoto2-6 arm64 2.5.27-1build2 [719 kB] Get:1117 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgphoto2-dev arm64 2.5.27-1build2 [34,3 kB] Get:1118 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgphoto2-l10n all 2.5.27-1build2 [14,0 kB] Get:1119 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgpm2 arm64 1.20.7-10build1 [15,5 kB] Get:1120 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgraphite2-dev arm64 1.3.14-1build2 [14,7 kB] Get:1121 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libxdot4 arm64 2.42.2-6 [16,7 kB] Get:1122 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgvc6-plugins-gtk arm64 2.42.2-6 [21,8 kB] Get:1123 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgraphviz-dev arm64 2.42.2-6 [58,5 kB] Get:1124 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgs9-common all 9.55.0~dfsg1-0ubuntu5 [752 kB] Get:1125 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libidn12 arm64 1.38-4build1 [60,2 kB] Get:1126 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libijs-0.35 arm64 0.35-15build2 [16,1 kB] Get:1127 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjbig2dec0 arm64 0.19-3build2 [63,0 kB] Get:1128 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpaper1 arm64 1.1.28build2 [13,6 kB] Get:1129 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgs9 arm64 9.55.0~dfsg1-0ubuntu5 [4.954 kB] Get:1130 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libheimbase1-heimdal arm64 7.7.0+dfsg-3ubuntu1 [31,0 kB] Get:1131 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhcrypto4-heimdal arm64 7.7.0+dfsg-3ubuntu1 [99,0 kB] Get:1132 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libwind0-heimdal arm64 7.7.0+dfsg-3ubuntu1 [69,0 kB] Get:1133 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhx509-5-heimdal arm64 7.7.0+dfsg-3ubuntu1 [116 kB] Get:1134 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libkrb5-26-heimdal arm64 7.7.0+dfsg-3ubuntu1 [227 kB] Get:1135 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libheimntlm0-heimdal arm64 7.7.0+dfsg-3ubuntu1 [16,8 kB] Get:1136 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgssapi3-heimdal arm64 7.7.0+dfsg-3ubuntu1 [104 kB] Get:1137 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgtest-dev arm64 1.11.0-3 [248 kB] Get:1138 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwayland-cursor0 arm64 1.20.0-1 [10,5 kB] Get:1139 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwayland-egl1 arm64 1.20.0-1 [5.422 B] Get:1140 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxkbcommon0 arm64 1.4.0-1 [122 kB] Get:1141 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgtk-3-common all 3.24.33-1ubuntu1 [239 kB] Get:1142 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgtk-3-0 arm64 3.24.33-1ubuntu1 [2.989 kB] Get:1143 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgtk-3-bin arm64 3.24.33-1ubuntu1 [69,1 kB] Get:1144 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgtk2.0-bin arm64 2.24.33-2ubuntu2 [7.932 B] Get:1145 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libharfbuzz-icu0 arm64 2.7.4-1ubuntu3 [5.820 B] Get:1146 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libharfbuzz-gobject0 arm64 2.7.4-1ubuntu3 [25,8 kB] Get:1147 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libharfbuzz-dev arm64 2.7.4-1ubuntu3 [560 kB] Get:1148 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libthai-dev arm64 0.1.29-1build1 [26,1 kB] Get:1149 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxft-dev arm64 2.3.4-1 [53,4 kB] Get:1150 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pango1.0-tools arm64 1.50.6+ds-2 [45,1 kB] Get:1151 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpango1.0-dev arm64 1.50.6+ds-2 [154 kB] Get:1152 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxinerama-dev arm64 2:1.1.4-3 [8.122 B] Get:1153 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxfixes-dev arm64 1:6.0.0-1 [12,5 kB] Get:1154 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxi-dev arm64 2:1.8-1build1 [192 kB] Get:1155 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxrandr-dev arm64 2:1.5.2-1build1 [26,8 kB] Get:1156 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcursor-dev arm64 1:1.2.0-2build4 [29,2 kB] Get:1157 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcomposite-dev arm64 1:0.4.5-1build2 [9.474 B] Get:1158 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxdamage-dev arm64 1:1.1.5-2build2 [5.374 B] Get:1159 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml2-utils arm64 2.9.13+dfsg-1build1 [39,5 kB] Get:1160 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgtk2.0-dev arm64 2.24.33-2ubuntu2 [778 kB] Get:1161 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libgts-bin arm64 0.7.6+darcs121130-5 [43,4 kB] Get:1162 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgudev-1.0-0 arm64 1:237-2build1 [15,3 kB] Get:1163 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libhdb9-heimdal arm64 7.7.0+dfsg-3ubuntu1 [67,5 kB] Get:1164 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-html-perl all 1.004-2 [15,4 kB] Get:1165 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-mediatypes-perl all 6.04-1 [19,5 kB] Get:1166 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-message-perl all 6.36-1 [76,8 kB] Get:1167 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-form-perl all 6.07-1 [22,2 kB] Get:1168 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tree-perl all 5.07-2 [200 kB] Get:1169 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-format-perl all 2.12-1.1 [41,3 kB] Get:1170 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-cookies-perl all 6.10-1 [18,4 kB] Get:1171 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-daemon-perl all 6.13-1 [22,3 kB] Get:1172 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-negotiate-perl all 6.01-1 [12,5 kB] Get:1173 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libi2c0 arm64 4.3-2build1 [6.446 B] Get:1174 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libilmbase25 arm64 2.5.7-2 [169 kB] Get:1175 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libilmbase-dev arm64 2.5.7-2 [78,4 kB] Get:1176 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libimagequant0 arm64 2.17.0-1 [34,4 kB] Get:1177 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libimport-into-perl all 1.002005-1 [11,0 kB] Get:1178 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libindirect-perl arm64 0.39-1build3 [22,1 kB] Get:1179 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libevdev2 arm64 1.12.1+dfsg-1 [39,0 kB] Get:1180 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwacom-common all 2.2.0-1 [54,3 kB] Get:1181 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwacom9 arm64 2.2.0-1 [21,9 kB] Get:1182 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libinput-bin arm64 1.20.0-1 [19,3 kB] Get:1183 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmtdev1 arm64 1.1.6-1build4 [14,4 kB] Get:1184 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libinput10 arm64 1.20.0-1 [125 kB] Get:1185 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libintl-perl all 1.26-3build2 [731 kB] Get:1186 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libintl-xs-perl arm64 1.26-3build2 [12,3 kB] Get:1187 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsocket6-perl arm64 0.29-1build4 [19,8 kB] Get:1188 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-socket-inet6-perl all 2.73-1 [14,7 kB] Get:1189 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-openssl-defaults arm64 5build2 [7.544 B] Get:1190 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ssleay-perl arm64 1.92-1build2 [326 kB] Get:1191 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-socket-ssl-perl all 2.074-2 [192 kB] Get:1192 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libjack0 arm64 1:0.125.0-3build2 [87,8 kB] Get:1193 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libjack-dev arm64 1:0.125.0-3build2 [202 kB] Get:1194 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libjemalloc2 arm64 5.2.1-4ubuntu1 [179 kB] Get:1195 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libjs-highlight.js all 9.18.5+dfsg1-1 [367 kB] Get:1196 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libkpathsea6 arm64 2021.20210626.59705-1build1 [59,7 kB] Get:1197 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblapack-dev arm64 3.10.0-2ubuntu1 [3.386 kB] Get:1198 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 liblbfgsb0 arm64 3.0+dfsg.3-10 [26,8 kB] Get:1199 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblcms2-dev arm64 2.12~rc1-2build2 [1.887 kB] Get:1200 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libldap-common all 2.5.11+dfsg-1~exp1ubuntu3 [16,8 kB] Get:1201 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 liblept5 arm64 1.82.0-3build1 [1.105 kB] Get:1202 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 liblexical-sealrequirehints-perl arm64 0.011-4build3 [14,0 kB] Get:1203 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblockfile-bin arm64 1.17-1build2 [11,6 kB] Get:1204 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblockfile1 arm64 1.17-1build2 [6.948 B] Get:1205 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 liblog-message-perl all 0.8-1.1 [22,0 kB] Get:1206 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 liblog-message-simple-perl all 0.10-3 [7.156 B] Get:1207 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 liblua5.1-0 arm64 5.1.5-8.1build4 [92,0 kB] Get:1208 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-http-perl all 6.22-1 [23,2 kB] Get:1209 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-robotrules-perl all 6.02-1 [12,6 kB] Get:1210 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-perl all 6.61-1 [141 kB] Get:1211 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-protocol-https-perl all 6.10-1 [10,9 kB] Get:1212 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsys-hostname-long-perl all 1.5-2 [11,5 kB] Get:1213 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmail-sendmail-perl all 0.80-1.1 [22,7 kB] Get:1214 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5.948 B] Get:1215 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmailtools-perl all 2.21-1 [80,7 kB] Get:1216 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libmodplug1 arm64 1:0.8.9.0-3 [140 kB] Get:1217 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libmodule-build-perl all 0.423100-1 [200 kB] Get:1218 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libmodule-pluggable-perl all 5.2-1 [21,9 kB] Get:1219 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libmodule-signature-perl all 0.88-1 [21,8 kB] Get:1220 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-quote-perl all 2.006006-1 [19,5 kB] Get:1221 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoo-perl all 2.005004-3 [48,0 kB] Get:1222 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libmoox-handlesvia-perl all 0.001009-1 [18,5 kB] Get:1223 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libmultidimensional-perl arm64 0.014-1build4 [7.862 B] Get:1224 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-perl all 0.39-1 [19,1 kB] Get:1225 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-identify-perl arm64 0.14-1build5 [10,3 kB] Get:1226 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-name-perl arm64 0.26-1build3 [11,0 kB] Get:1227 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-clean-perl all 0.27-1 [13,6 kB] Get:1228 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-autoclean-perl all 0.29-1 [12,5 kB] Get:1229 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libncurses-dev arm64 6.3-2 [381 kB] Get:1230 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libtinfo5 arm64 6.3-2 [99,4 kB] Get:1231 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libncurses5 arm64 6.3-2 [103 kB] Get:1232 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libncurses5-dev arm64 6.3-2 [780 B] Get:1233 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libncursesw5 arm64 6.3-2 [128 kB] Get:1234 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libncursesw5-dev arm64 6.3-2 [784 B] Get:1235 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-parser-perl arm64 2.46-3build1 [211 kB] Get:1236 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-twig-perl all 1:3.52-1 [157 kB] Get:1237 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-dbus-perl arm64 1.2.0-1build3 [180 kB] Get:1238 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-libidn-perl arm64 0.12.ds-3build6 [18,3 kB] Get:1239 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc-ares2 arm64 1.18.1-1build1 [44,4 kB] Get:1240 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libnode72 arm64 12.22.9~dfsg-1ubuntu3 [10,3 MB] Get:1241 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnss-nis arm64 3.1-0ubuntu6 [26,7 kB] Get:1242 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnss-nisplus arm64 1.3-0ubuntu6 [22,6 kB] Get:1243 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libtbbmalloc2 arm64 2021.5.0-7ubuntu2 [35,7 kB] Get:1244 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libtbb2 arm64 2020.3-1ubuntu3 [77,1 kB] Get:1245 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-core4.5d arm64 4.5.4+dfsg-9ubuntu4 [934 kB] Get:1246 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-flann4.5d arm64 4.5.4+dfsg-9ubuntu4 [123 kB] Get:1247 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-imgproc4.5d arm64 4.5.4+dfsg-9ubuntu4 [1.016 kB] Get:1248 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-features2d4.5d arm64 4.5.4+dfsg-9ubuntu4 [221 kB] Get:1249 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-calib3d4.5d arm64 4.5.4+dfsg-9ubuntu4 [654 kB] Get:1250 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libtbb12 arm64 2021.5.0-7ubuntu2 [62,6 kB] Get:1251 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libtbb-dev arm64 2021.5.0-7ubuntu2 [191 kB] Get:1252 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-core-dev arm64 4.5.4+dfsg-9ubuntu4 [1.730 kB] Get:1253 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-flann-dev arm64 4.5.4+dfsg-9ubuntu4 [212 kB] Get:1254 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopenexr25 arm64 2.5.7-1 [723 kB] Get:1255 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-imgcodecs4.5d arm64 4.5.4+dfsg-9ubuntu4 [118 kB] Get:1256 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-highgui4.5d arm64 4.5.4+dfsg-9ubuntu4 [74,1 kB] Get:1257 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-imgproc-dev arm64 4.5.4+dfsg-9ubuntu4 [1.329 kB] Get:1258 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-imgcodecs-dev arm64 4.5.4+dfsg-9ubuntu4 [194 kB] Get:1259 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libswscale5 arm64 7:4.4.1-3ubuntu5 [158 kB] Get:1260 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-videoio4.5d arm64 4.5.4+dfsg-9ubuntu4 [180 kB] Get:1261 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-videoio-dev arm64 4.5.4+dfsg-9ubuntu4 [303 kB] Get:1262 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopenexr-dev arm64 2.5.7-1 [73,3 kB] Get:1263 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libswscale-dev arm64 7:4.4.1-3ubuntu5 [184 kB] Get:1264 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-highgui-dev arm64 4.5.4+dfsg-9ubuntu4 [128 kB] Get:1265 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-ml4.5d arm64 4.5.4+dfsg-9ubuntu4 [188 kB] Get:1266 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-ml-dev arm64 4.5.4+dfsg-9ubuntu4 [291 kB] Get:1267 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-features2d-dev arm64 4.5.4+dfsg-9ubuntu4 [316 kB] Get:1268 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-calib3d-dev arm64 4.5.4+dfsg-9ubuntu4 [993 kB] Get:1269 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libprotobuf23 arm64 3.12.4-1ubuntu7 [809 kB] Get:1270 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-dnn4.5d arm64 4.5.4+dfsg-9ubuntu4 [991 kB] Get:1271 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-objdetect4.5d arm64 4.5.4+dfsg-9ubuntu4 [168 kB] Get:1272 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-video4.5d arm64 4.5.4+dfsg-9ubuntu4 [166 kB] Get:1273 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libtesseract4 arm64 4.1.1-2.1build1 [1.244 kB] Get:1274 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-contrib4.5d arm64 4.5.4+dfsg-9ubuntu4 [3.449 kB] Get:1275 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-dnn-dev arm64 4.5.4+dfsg-9ubuntu4 [1.644 kB] Get:1276 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-objdetect-dev arm64 4.5.4+dfsg-9ubuntu4 [245 kB] Get:1277 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-photo4.5d arm64 4.5.4+dfsg-9ubuntu4 [172 kB] Get:1278 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-photo-dev arm64 4.5.4+dfsg-9ubuntu4 [209 kB] Get:1279 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-shape4.5d arm64 4.5.4+dfsg-9ubuntu4 [46,9 kB] Get:1280 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-video-dev arm64 4.5.4+dfsg-9ubuntu4 [238 kB] Get:1281 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-shape-dev arm64 4.5.4+dfsg-9ubuntu4 [69,0 kB] Get:1282 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-stitching4.5d arm64 4.5.4+dfsg-9ubuntu4 [185 kB] Get:1283 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-stitching-dev arm64 4.5.4+dfsg-9ubuntu4 [259 kB] Get:1284 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-superres4.5d arm64 4.5.4+dfsg-9ubuntu4 [43,9 kB] Get:1285 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-superres-dev arm64 4.5.4+dfsg-9ubuntu4 [59,5 kB] Get:1286 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-videostab4.5d arm64 4.5.4+dfsg-9ubuntu4 [75,3 kB] Get:1287 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-videostab-dev arm64 4.5.4+dfsg-9ubuntu4 [108 kB] Get:1288 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libopengl0 arm64 1.4.0-1 [38,6 kB] Get:1289 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libvtk9.1 arm64 9.1.0+really9.1.0+dfsg2-3build1 [18,9 MB] Get:1290 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-viz4.5d arm64 4.5.4+dfsg-9ubuntu4 [102 kB] Get:1291 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-viz-dev arm64 4.5.4+dfsg-9ubuntu4 [179 kB] Get:1292 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-contrib-dev arm64 4.5.4+dfsg-9ubuntu4 [4.791 kB] Get:1293 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv-dev arm64 4.5.4+dfsg-9ubuntu4 [88,8 kB] Get:1294 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv4.5d-jni arm64 4.5.4+dfsg-9ubuntu4 [416 kB] Get:1295 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopencv4.5-java arm64 4.5.4+dfsg-9ubuntu4 [985 kB] Get:1296 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libopengl-dev arm64 1.4.0-1 [3.400 B] Get:1297 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libopts25 arm64 1:5.18.16-4 [55,8 kB] Get:1298 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpackage-constants-perl all 0.06-1 [5.848 B] Get:1299 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-xs-perl arm64 0.29-1build5 [19,0 kB] Get:1300 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpaper-utils arm64 1.1.28build2 [8.498 B] Get:1301 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-tiny-perl all 0.122-1 [45,9 kB] Get:1302 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpng-tools arm64 1.6.37-3build5 [28,6 kB] Get:1303 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-parser-perl all 1.63-2 [82,2 kB] Get:1304 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpod-latex-perl all 0.61-3 [30,3 kB] Get:1305 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpod-markdown-perl all 3.300000-1 [29,2 kB] Get:1306 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-perl all 1.012004-1 [321 kB] Get:1307 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpod-readme-perl all 1.2.3-1 [33,3 kB] Get:1308 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpolkit-gobject-1-0 arm64 0.105-33 [42,4 kB] Get:1309 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpolkit-agent-1-0 arm64 0.105-33 [16,0 kB] Get:1310 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libportaudio2 arm64 19.6.0-1.1 [59,6 kB] Get:1311 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libportaudiocpp0 arm64 19.6.0-1.1 [14,7 kB] Get:1312 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpotrace0 arm64 1.16-2 [15,2 kB] Get:1313 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libprotobuf-lite23 arm64 3.12.4-1ubuntu7 [192 kB] Get:1314 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libprotoc23 arm64 3.12.4-1ubuntu7 [611 kB] Get:1315 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libptexenc1 arm64 2021.20210626.59705-1build1 [38,3 kB] Get:1316 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsndfile1 arm64 1.0.31-2build1 [197 kB] Get:1317 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpulse0 arm64 1:15.99.1+dfsg1-1ubuntu1 [264 kB] Get:1318 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpython2.7 arm64 2.7.18-13ubuntu1 [1.131 kB] Get:1319 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpython2.7-dev arm64 2.7.18-13ubuntu1 [2.470 kB] Get:1320 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libpython2-dev arm64 2.7.18-3 [7.514 B] Get:1321 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libraqm0 arm64 0.7.0-4ubuntu1 [11,6 kB] Get:1322 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libraw1394-tools arm64 2.1.2-2build2 [16,6 kB] Get:1323 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline-dev arm64 8.1.2-1 [178 kB] Get:1324 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadonly-perl all 2.050-3 [19,9 kB] Get:1325 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-perl all 0.204-1 [15,0 kB] Get:1326 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-xs-perl arm64 0.117-1build5 [12,4 kB] Get:1327 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librsvg2-common arm64 2.52.5+dfsg-3 [17,5 kB] Get:1328 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rubygems-integration all 1.18 [5.336 B] Get:1329 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ruby3.0 arm64 3.0.2-7ubuntu2 [50,1 kB] Get:1330 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ruby-rubygems all 3.3.5-2 [228 kB] Get:1331 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ruby arm64 1:3.0~exp1 [5.100 B] Get:1332 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rake all 13.0.6-2 [61,7 kB] Get:1333 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ruby-net-telnet all 0.1.1-2 [12,6 kB] Get:1334 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ruby-xmlrpc all 0.3.2-1 [24,6 kB] Get:1335 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libruby3.0 arm64 3.0.2-7ubuntu2 [5.041 kB] Get:1336 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libruby all 1:3.0~exp1 [4.172 B] Get:1337 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsasl2-modules arm64 2.1.27+dfsg2-3ubuntu1 [57,3 kB] Get:1338 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsensors-dev arm64 1:3.6.0-7ubuntu1 [38,1 kB] Get:1339 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libtext-template-perl all 1.60-1 [49,4 kB] Get:1340 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libsoftware-license-perl all 0.104001-1 [115 kB] Get:1341 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsqlite3-dev arm64 3.37.2-2 [846 kB] Get:1342 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssl-dev arm64 3.0.2-0ubuntu1 [2.294 kB] Get:1343 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssl-doc all 3.0.2-0ubuntu1 [2.079 kB] Get:1344 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsynctex2 arm64 2021.20210626.59705-1build1 [54,5 kB] Get:1345 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsynctex-dev arm64 2021.20210626.59705-1build1 [58,7 kB] Get:1346 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsysfs2 arm64 2.1.1-1build1 [20,5 kB] Get:1347 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libterm-ui-perl all 0.50-1 [18,6 kB] Get:1348 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libtext-soundex-perl arm64 3.05-1build1 [13,3 kB] Get:1349 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libtext-unidecode-perl all 1.30-1 [99,0 kB] Get:1350 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtie-ixhash-perl all 1.23-2.1 [11,3 kB] Get:1351 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtiff5-dev arm64 4.3.0-6 [2.094 B] Get:1352 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtinfo-dev arm64 6.3-2 [774 B] Get:1353 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-xs-perl arm64 0.022-1build2 [25,3 kB] Get:1354 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libudev-dev arm64 249.11-0ubuntu3 [20,7 kB] Get:1355 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunicode-utf8-perl arm64 0.62-1build4 [18,5 kB] Get:1356 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liburing2 arm64 2.1-2build1 [10,0 kB] Get:1357 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libusb-1.0-0-dev arm64 2:1.0.25-1ubuntu1 [76,1 kB] Get:1358 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libusb-1.0-doc all 2:1.0.25-1ubuntu1 [183 kB] Get:1359 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libustr-1.0-1 arm64 1.0.4-6 [50,8 kB] Get:1360 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libutempter0 arm64 1.2.1-2build2 [8.774 B] Get:1361 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libv4lconvert0 arm64 1.22.1-2build1 [82,1 kB] Get:1362 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libv4l-0 arm64 1.22.1-2build1 [44,4 kB] Get:1363 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwacom-bin arm64 2.2.0-1 [13,3 kB] Get:1364 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwavpack1 arm64 5.4.0-1build2 [77,6 kB] Get:1365 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwebpdemux2 arm64 1.2.2-2 [9.948 B] Get:1366 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-doc all 2:1.7.5-1 [2.040 kB] Get:1367 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-protocol-perl all 0.56-7.1 [138 kB] Get:1368 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-xcb-dev arm64 2:1.7.5-1 [10,1 kB] Get:1369 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxt-dev arm64 1:1.2.1-1 [403 kB] Get:1370 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmu-headers all 2:1.1.3-3 [54,1 kB] Get:1371 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmu-dev arm64 2:1.1.3-3 [55,7 kB] Get:1372 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxpm-dev arm64 1:3.5.12-1build2 [90,4 kB] Get:1373 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxaw7-dev arm64 2:1.0.14-1 [256 kB] Get:1374 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-dri2-0-dev arm64 1.14-3ubuntu3 [9.388 B] Get:1375 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-dri3-dev arm64 1.14-3ubuntu3 [8.078 B] Get:1376 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-glx0-dev arm64 1.14-3ubuntu3 [33,4 kB] Get:1377 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-randr0 arm64 1.14-3ubuntu3 [18,4 kB] Get:1378 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-randr0-dev arm64 1.14-3ubuntu3 [23,6 kB] Get:1379 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-shape0-dev arm64 1.14-3ubuntu3 [7.574 B] Get:1380 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-xfixes0-dev arm64 1.14-3ubuntu3 [13,5 kB] Get:1381 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-sync-dev arm64 1.14-3ubuntu3 [11,9 kB] Get:1382 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb-present-dev arm64 1.14-3ubuntu3 [7.356 B] Get:1383 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcvt0 arm64 0.1.1-3 [5.250 B] Get:1384 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcvt-dev arm64 0.1.1-3 [3.236 B] Get:1385 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxfont2 arm64 1:2.0.5-1build1 [90,0 kB] Get:1386 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxfont-dev arm64 1:2.0.5-1build1 [126 kB] Get:1387 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxkbfile-dev arm64 1:1.1.0-1build3 [87,0 kB] Get:1388 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [13,2 kB] Get:1389 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-base-perl all 1.09-1.1 [19,0 kB] Get:1390 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57,0 kB] Get:1391 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1 [321 kB] Get:1392 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-expat-perl all 0.51-1 [10,5 kB] Get:1393 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-xpathengine-perl all 0.14-1 [31,8 kB] Get:1394 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml2-dev arm64 2.9.13+dfsg-1build1 [806 kB] Get:1395 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmuu-dev arm64 2:1.1.3-3 [8.230 B] Get:1396 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxres1 arm64 2:1.2.1-1 [7.570 B] Get:1397 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxres-dev arm64 2:1.2.1-1 [8.534 B] Get:1398 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxshmfence-dev arm64 1.3-1build4 [3.706 B] Get:1399 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libxsimd-dev arm64 7.6.0-2 [108 kB] Get:1400 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxslt1.1 arm64 1.1.34-4build2 [161 kB] Get:1401 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxslt1-dev arm64 1.1.34-4build2 [219 kB] Get:1402 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11proto-scrnsaver-dev all 2021.5-1 [2.444 B] Get:1403 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxss-dev arm64 1:1.2.3-1build2 [12,3 kB] Get:1404 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11proto-xext-dev all 2021.5-1 [2.438 B] Get:1405 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxtst-dev arm64 2:1.2.3-1build4 [16,6 kB] Get:1406 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxv-dev arm64 2:1.0.11-1build2 [33,6 kB] Get:1407 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxvmc1 arm64 2:1.0.12-2build2 [13,5 kB] Get:1408 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxvmc-dev arm64 2:1.0.12-2build2 [24,8 kB] Get:1409 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxxf86dga-dev arm64 2:1.1.5-0ubuntu3 [16,8 kB] Get:1410 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxxf86vm-dev arm64 1:1.1.4-1build3 [14,1 kB] Get:1411 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-tiny-perl all 1.73-1 [25,2 kB] Get:1412 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libzip4 arm64 1.7.3-1ubuntu2 [54,4 kB] Get:1413 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libzip-dev arm64 1.7.3-1ubuntu2 [157 kB] Get:1414 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libzzip-0-13 arm64 0.13.72+dfsg.1-1.1 [26,6 kB] Get:1415 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libzzip-dev arm64 0.13.72+dfsg.1-1.1 [73,2 kB] Get:1416 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 linux-firmware all 20220329.git681281e4-0ubuntu1 [238 MB] Get:1417 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 lmodern all 2.004.5-6.1 [9.471 kB] Get:1418 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lockfile-progs arm64 0.1.19build1 [9.784 B] Get:1419 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 makedev all 2.3.1-95 [27,0 kB] Get:1420 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages-dev all 5.10-1ubuntu1 [2.309 kB] Get:1421 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 mesa-common-dev arm64 22.0.1-1ubuntu2 [1.670 kB] Get:1422 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 mesa-va-drivers arm64 22.0.1-1ubuntu2 [3.044 kB] Get:1423 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 mesa-vdpau-drivers arm64 22.0.1-1ubuntu2 [3.166 kB] Get:1424 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 mesa-vulkan-drivers arm64 22.0.1-1ubuntu2 [3.987 kB] Get:1425 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 ncdu arm64 1.15.1-1 [40,8 kB] Get:1426 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ncurses-term all 6.3-2 [267 kB] Get:1427 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 net-tools arm64 1.60+git20181103.0eebece-1ubuntu5 [207 kB] Get:1428 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 nodejs-doc all 12.22.9~dfsg-1ubuntu3 [2.409 kB] Get:1429 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 ntpdate arm64 1:4.2.8p15+dfsg-1ubuntu2 [51,5 kB] Get:1430 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 opencv-data all 4.5.4+dfsg-9ubuntu4 [1.348 kB] Get:1431 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 openjdk-8-jre arm64 8u312-b07-0ubuntu1 [72,8 kB] Get:1432 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 openjdk-8-jdk-headless arm64 8u312-b07-0ubuntu1 [8.851 kB] Get:1433 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 openjdk-8-jdk arm64 8u312-b07-0ubuntu1 [4.016 kB] Get:1434 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 polkitd arm64 0.105-33 [77,7 kB] Get:1435 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkexec arm64 0.105-33 [14,8 kB] Get:1436 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 policykit-1 arm64 0.105-33 [2.424 B] Get:1437 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 packagekit arm64 1.2.5-2ubuntu2 [426 kB] Get:1438 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 packagekit-tools arm64 1.2.5-2ubuntu2 [27,7 kB] Get:1439 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 pandoc-data all 2.9.2.1-3ubuntu2 [81,8 kB] Get:1440 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 pandoc arm64 2.9.2.1-3ubuntu2 [22,3 MB] Get:1441 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 portaudio19-dev arm64 19.6.0-1.1 [102 kB] Get:1442 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 pybind11-dev all 2.9.1-2 [146 kB] Get:1443 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python-babel-localedata all 2.8.0+dfsg.1-7 [4.982 kB] Get:1444 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python-is-python3 all 3.9.2-2 [2.788 B] Get:1445 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python-dev-is-python3 all 3.9.2-2 [1.234 B] Get:1446 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python-gi-dev arm64 3.42.0-3build1 [8.520 B] Get:1447 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python-matplotlib-data all 3.5.1-2build1 [2.942 kB] Get:1448 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python-odf-doc all 1.4.2-1 [222 kB] Get:1449 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-defusedxml all 0.7.1-1 [43,2 kB] Get:1450 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-odf all 1.4.2-1 [79,3 kB] Get:1451 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python-odf-tools all 1.4.2-1 [27,3 kB] Get:1452 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python-pkg-resources all 44.1.1-1.2 [128 kB] Get:1453 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python-setuptools all 44.1.1-1.2 [334 kB] Get:1454 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python-tables-data all 3.7.0-2build1 [47,6 kB] Get:1455 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python2.7-dev arm64 2.7.18-13ubuntu1 [287 kB] Get:1456 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-appdirs all 1.4.4-2 [11,4 kB] Get:1457 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-attr all 21.2.0-1 [44,0 kB] Get:1458 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-tz all 2022.1-1 [33,3 kB] Get:1459 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-babel all 2.8.0+dfsg.1-7 [85,1 kB] Get:1460 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-gast all 0.5.2-2 [9.394 B] Get:1461 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-beniget all 0.4.1-2 [9.904 B] Get:1462 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-blosc arm64 1.9.2+ds1-3build2 [29,1 kB] Get:1463 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-numpy arm64 1:1.21.5-1build2 [4.107 kB] Get:1464 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-bottleneck arm64 1.3.2+ds1-2build1 [77,9 kB] Get:1465 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-brotli arm64 1.0.9-2build6 [316 kB] Get:1466 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-soupsieve all 2.3.1-1 [33,0 kB] Get:1467 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-bs4 all 4.10.0-2 [79,1 kB] Get:1468 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-certifi all 2020.6.20-1 [150 kB] Get:1469 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-ply all 3.11-5 [47,5 kB] Get:1470 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-pycparser all 2.21-1 [76,9 kB] Get:1471 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-cffi all 1.15.0-1build2 [72,6 kB] Get:1472 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-chardet all 4.0.0-1 [98,0 kB] Get:1473 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-colorama all 0.4.4-1 [24,5 kB] Get:1474 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-click all 8.0.3-1 [78,3 kB] Get:1475 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-cloudpickle all 2.0.0-1 [24,5 kB] Get:1476 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-cycler all 0.11.0-1 [8.156 B] Get:1477 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-fsspec all 2022.01.0-1 [96,8 kB] Get:1478 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-toolz all 0.11.2-1 [44,7 kB] Get:1479 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-packaging all 21.3-1 [30,7 kB] Get:1480 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-locket all 0.2.1-1 [5.390 B] Get:1481 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-partd all 1.2.0-1 [15,8 kB] Get:1482 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-dask all 2022.01.0+dfsg-1ubuntu1 [724 kB] Get:1483 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-dateutil all 2.8.1-6 [78,4 kB] Get:1484 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-decorator all 4.4.2-0ubuntu1 [10,3 kB] Get:1485 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-markupsafe arm64 2.0.1-2build1 [12,7 kB] Get:1486 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-jinja2 all 3.0.3-1 [108 kB] Get:1487 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-msgpack arm64 1.0.3-1build1 [65,1 kB] Get:1488 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-psutil arm64 5.9.0-1build1 [158 kB] Get:1489 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-sortedcontainers all 2.1.0-2 [27,3 kB] Get:1490 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-tblib all 1.7.0-2 [12,7 kB] Get:1491 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-tornado arm64 6.1.0-3build1 [287 kB] Get:1492 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-heapdict all 1.0.1-1 [5.324 B] Get:1493 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-zict all 2.0.0-1 [9.440 B] Get:1494 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-distributed all 2022.01.0+ds.1-1 [575 kB] Get:1495 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-idna all 3.3-1 [49,3 kB] Get:1496 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-urllib3 all 1.26.5-1~exp1 [96,4 kB] Get:1497 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-requests all 2.25.1+dfsg-2 [47,9 kB] Get:1498 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-stone all 3.3.1-1 [119 kB] Get:1499 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-dropbox all 11.26.0-1 [405 kB] Get:1500 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-et-xmlfile all 1.0.1-2.1 [9.224 B] Get:1501 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pythran arm64 0.10.0+ds2-1 [423 kB] Get:1502 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-scipy arm64 1.8.0-1exp2ubuntu1 [14,4 MB] Get:1503 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-ufolib2 all 0.13.1+dfsg1-1 [32,2 kB] Get:1504 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-mpmath all 1.2.1-2 [419 kB] Get:1505 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-sympy all 1.9-1 [4.312 kB] Get:1506 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-fs all 2.4.12-1 [84,9 kB] Get:1507 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lxml arm64 4.8.0-1build1 [1.108 kB] Get:1508 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-lz4 arm64 3.1.3+dfsg-1build3 [33,1 kB] Get:1509 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-unicodedata2 arm64 14.0.0+ds-8 [383 kB] Get:1510 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 unicode-data all 14.0.0-1.1 [8.206 kB] Get:1511 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-fonttools arm64 4.29.1-2build1 [805 kB] Get:1512 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-fusepy all 3.0.1-2 [11,3 kB] Get:1513 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-gpg arm64 1.16.0-1.2ubuntu4 [210 kB] Get:1514 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-webencodings all 0.5.1-4 [11,8 kB] Get:1515 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-html5lib all 1.1-3 [87,0 kB] Get:1516 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-tk arm64 3.10.4-0ubuntu1 [102 kB] Get:1517 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pil.imagetk arm64 9.0.1-1build1 [9.572 B] Get:1518 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-pil arm64 9.0.1-1build1 [412 kB] Get:1519 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-imageio all 2.4.1-4 [3.182 kB] Get:1520 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-iniconfig all 1.1.1-2 [6.024 B] Get:1521 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-jdcal all 1.0-1.3 [7.944 B] Get:1522 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-kiwisolver arm64 1.3.2-1build1 [45,5 kB] Get:1523 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-markdown all 3.3.6-1 [68,5 kB] Get:1524 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-matplotlib arm64 3.5.1-2build1 [5.771 kB] Get:1525 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-nacl arm64 1.5.0-2 [59,9 kB] Get:1526 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-networkx all 2.4-4ubuntu2 [872 kB] Get:1527 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-numexpr arm64 2.8.1-1build1 [85,6 kB] Get:1528 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-olefile all 0.46-3 [33,8 kB] Get:1529 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-opencv arm64 4.5.4+dfsg-9ubuntu4 [1.595 kB] Get:1530 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-openpyxl all 3.0.9-1 [148 kB] Get:1531 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pandas-lib arm64 1.3.5+dfsg-3 [3.614 kB] Get:1532 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pandas all 1.3.5+dfsg-3 [2.680 kB] Get:1533 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-bcrypt arm64 3.2.0-1build1 [28,9 kB] Get:1534 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-paramiko all 2.9.3-0ubuntu1 [133 kB] Get:1535 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-setuptools all 59.6.0-1.2 [339 kB] Get:1536 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-wheel all 0.37.1-2 [31,9 kB] Get:1537 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pip all 22.0.2+dfsg-1 [1.306 kB] Get:1538 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pip-whl all 22.0.2+dfsg-1 [1.679 kB] Get:1539 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pluggy all 0.13.0-7.1 [19,0 kB] Get:1540 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-py all 1.10.0-1 [71,9 kB] Get:1541 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pygit2 arm64 1.6.1+dfsg-2 [164 kB] Get:1542 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-pygments all 2.11.2+dfsg-2 [750 kB] Get:1543 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pygraphviz arm64 1.7-3build1 [79,4 kB] Get:1544 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-toml all 0.10.2-1 [16,5 kB] Get:1545 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] Get:1546 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pytest-sourceorder all 0.5.1-2 [4.920 B] Get:1547 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-pywt arm64 1.1.1-1ubuntu2 [978 kB] Get:1548 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-requests-toolbelt all 0.9.1-1 [38,0 kB] Get:1549 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-retrying all 1.3.3-4 [8.160 B] Get:1550 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-setuptools-whl all 59.6.0-1.2 [788 kB] Get:1551 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-skimage-lib arm64 0.18.3-2build1 [2.074 kB] Get:1552 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-tifffile all 20220209-1 [143 kB] Get:1553 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-skimage all 0.18.3-2build1 [21,4 MB] Get:1554 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-software-properties all 0.99.22 [28,8 kB] Get:1555 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-greenlet arm64 1.1.2-3build1 [64,7 kB] Get:1556 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-sqlalchemy all 1.4.31+ds1-1build1 [996 kB] Get:1557 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-sqlalchemy-ext arm64 1.4.31+ds1-1build1 [16,5 kB] Get:1558 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-systemd arm64 234-3ubuntu2 [39,2 kB] Get:1559 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-tables-lib arm64 3.7.0-2build1 [412 kB] Get:1560 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-tables all 3.7.0-2build1 [333 kB] Get:1561 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-transitions all 0.8.10+3-1 [971 kB] Get:1562 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-uvloop arm64 0.16.0+ds1-2build1 [457 kB] Get:1563 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3.10-venv arm64 3.10.4-3 [5.662 B] Get:1564 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-venv arm64 3.10.4-0ubuntu2 [1.046 B] Get:1565 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-xlwt all 1.3.0-3 [83,7 kB] Get:1566 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-zmq arm64 22.3.0-1build1 [277 kB] Get:1567 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 rapidjson-dev all 1.1.0+dfsg2-7 [95,0 kB] Get:1568 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 read-edid arm64 3.0.2-1.1 [15,8 kB] Get:1569 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 rename all 1.30-1 [20,2 kB] Get:1570 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 samba-dsdb-modules arm64 2:4.15.5~dfsg-0ubuntu5 [308 kB] Get:1571 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 samba-vfs-modules arm64 2:4.15.5~dfsg-0ubuntu5 [410 kB] Get:1572 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 software-properties-common all 0.99.22 [14,1 kB] Get:1573 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 swig4.0 arm64 4.0.2-1ubuntu1 [1.006 kB] Get:1574 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 swig all 4.0.2-1ubuntu1 [5.632 B] Get:1575 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 swig3.0 arm64 3.0.12-2.2ubuntu1 [1.024 kB] Get:1576 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tcl8.6 arm64 8.6.12+dfsg-1build1 [15,0 kB] Get:1577 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tcl arm64 8.6.11+1build2 [4.678 B] Get:1578 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tcl8.6-dev arm64 8.6.12+dfsg-1build1 [1.028 kB] Get:1579 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tcl-dev arm64 8.6.11+1build2 [5.750 B] Get:1580 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 tcpd arm64 7.6.q-31build2 [25,4 kB] Get:1581 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 texinfo arm64 6.8-4build1 [1.423 kB] Get:1582 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tk8.6 arm64 8.6.12-1build1 [12,7 kB] Get:1583 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tk arm64 8.6.11+1build2 [3.058 B] Get:1584 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tk8.6-dev arm64 8.6.12-1build1 [813 kB] Get:1585 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 tk-dev arm64 8.6.11+1build2 [2.890 B] Get:1586 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 tree arm64 2.0.2-1 [47,2 kB] Get:1587 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 unattended-upgrades all 2.8ubuntu1 [49,4 kB] Get:1588 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 unzip arm64 6.0-26ubuntu3 [171 kB] Get:1589 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 update-inetd all 4.51 [24,9 kB] Get:1590 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 va-driver-all arm64 2.14.0-1 [3.952 B] Get:1591 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc6-dbg arm64 2.35-0ubuntu3 [11,4 MB] Get:1592 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 valgrind arm64 1:3.18.1-1ubuntu2 [8.169 kB] Get:1593 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 vdpau-driver-all arm64 1.4-3build2 [4.510 B] Get:1594 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 vim-runtime all 2:8.2.3995-1ubuntu2 [6.825 kB] Get:1595 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 vim arm64 2:8.2.3995-1ubuntu2 [1.659 kB] Get:1596 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 wireless-regdb all 2021.08.28-0ubuntu1 [10,7 kB] Get:1597 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiw30 arm64 30~pre9-13.1ubuntu4 [18,0 kB] Get:1598 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 wireless-tools arm64 30~pre9-13.1ubuntu4 [110 kB] Get:1599 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 wpasupplicant arm64 2:2.10-6 [1.451 kB] Get:1600 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11-apps arm64 7.7+8build2 [702 kB] Get:1601 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11-session-utils arm64 7.7+4build2 [71,1 kB] Get:1602 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11-xkb-utils arm64 7.7+5build4 [168 kB] Get:1603 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11-xserver-utils arm64 7.7+9build1 [167 kB] Get:1604 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11proto-gl-dev all 2021.5-1 [2.436 B] Get:1605 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11proto-input-dev all 2021.5-1 [2.442 B] Get:1606 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11proto-kb-dev all 2021.5-1 [2.440 B] Get:1607 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11proto-randr-dev all 2021.5-1 [2.440 B] Get:1608 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 x11proto-xinerama-dev all 2021.5-1 [2.444 B] Get:1609 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xbitmaps all 1.1.1-2.1ubuntu1 [23,4 kB] Get:1610 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xcvt arm64 0.1.1-3 [6.840 B] Get:1611 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xdg-utils all 1.1.3-4.1ubuntu1 [62,2 kB] Get:1612 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xfonts-base all 1:1.0.5 [5.896 kB] Get:1613 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xfonts-scalable all 1:1.0.3-1.2ubuntu1 [306 kB] Get:1614 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 xfonts-terminus all 4.48-3.1 [1.524 kB] Get:1615 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xinit arm64 1.4.1-0ubuntu4 [17,6 kB] Get:1616 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xinput arm64 1.6.3-1build2 [29,8 kB] Get:1617 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xml-core all 0.18+nmu1 [21,6 kB] Get:1618 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-common all 2:21.1.3-2ubuntu2 [27,5 kB] Get:1619 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-core arm64 2:21.1.3-2ubuntu2 [1.443 kB] Get:1620 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-input-libinput arm64 1.2.1-1 [36,9 kB] Get:1621 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-input-all arm64 1:7.7+23ubuntu2 [4.058 B] Get:1622 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-input-wacom arm64 1:1.0.0-3ubuntu1 [96,8 kB] Get:1623 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg arm64 1:7.7+23ubuntu2 [66,7 kB] Get:1624 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglu1-mesa arm64 9.0.2-1 [132 kB] Get:1625 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xorg-docs-core all 1:1.7.1-1.2 [41,7 kB] Get:1626 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 xterm arm64 372-1ubuntu1 [858 kB] Get:1627 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xorg arm64 1:7.7+23ubuntu2 [2.890 B] Get:1628 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-dev arm64 2:21.1.3-2ubuntu2 [202 kB] Get:1629 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xorg-dev all 1:7.7+23ubuntu2 [4.262 B] Get:1630 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-video-amdgpu arm64 22.0.0-1build1 [67,6 kB] Get:1631 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-video-radeon arm64 1:19.1.0-2build3 [161 kB] Get:1632 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-video-ati arm64 1:19.1.0-2build3 [7.330 B] Get:1633 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-video-fbdev arm64 1:0.5.0-2build1 [12,7 kB] Get:1634 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-video-nouveau arm64 1:1.0.17-2build1 [91,9 kB] Get:1635 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-video-vesa arm64 1:2.5.0-1build4 [15,1 kB] Get:1636 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-video-all arm64 1:7.7+23ubuntu2 [4.094 B] Get:1637 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 xutils-dev arm64 1:7.7+6ubuntu1 [245 kB] Get:1638 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 zip arm64 3.0-12build2 [173 kB] Get:1639 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 fake-hwclock all 0.12 [7.056 B] Get:1640 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 i2c-tools arm64 4.3-2build1 [79,5 kB] Get:1641 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libauthen-sasl-perl all 2.1600-1.1 [43,1 kB] Get:1642 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc-ares-dev arm64 1.18.1-1build1 [137 kB] Get:1643 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libeigen3-dev all 3.4.0-2ubuntu2 [1.056 kB] Get:1644 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglvnd-core-dev arm64 1.4.0-1 [12,7 kB] Get:1645 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglvnd-dev arm64 1.4.0-1 [3.164 B] Get:1646 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgl1-mesa-dev arm64 22.0.1-1ubuntu2 [6.668 B] Get:1647 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libi2c-dev arm64 4.3-2build1 [7.370 B] Get:1648 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libjemalloc-dev arm64 5.2.1-4ubuntu1 [344 kB] Get:1649 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libjs-inherits all 2.0.4-4 [3.468 B] Get:1650 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-c-dev arm64 0.15-2build4 [60,2 kB] Get:1651 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libkdc2-heimdal arm64 7.7.0+dfsg-3ubuntu1 [59,6 kB] Get:1652 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libprotobuf-dev arm64 3.12.4-1ubuntu7 [1.324 kB] Get:1653 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsensors4-dev arm64 1:3.6.0-7ubuntu1 [1.948 B] Get:1654 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsysfs-dev arm64 2.1.1-1build1 [35,6 kB] Get:1655 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwebp-dev arm64 1.2.2-2 [287 kB] Get:1656 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-dev arm64 0.2.2-1build2 [63,9 kB] Get:1657 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 nodejs arm64 12.22.9~dfsg-1ubuntu3 [122 kB] Get:1658 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 opencl-c-headers all 3.0~2022.01.04-1 [44,5 kB] Get:1659 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 ocl-icd-dev arm64 2.2.14-3 [10,2 kB] Get:1660 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 opencl-clhpp-headers all 3.0~2.0.15-1ubuntu1 [42,6 kB] Get:1661 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 opencl-headers all 3.0~2022.01.04-1 [1.754 B] Get:1662 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 ocl-icd-opencl-dev arm64 2.2.14-3 [2.412 B] Get:1663 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 proj-bin arm64 8.2.1-1 [147 kB] Get:1664 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 protobuf-compiler arm64 3.12.4-1ubuntu7 [28,9 kB] Get:1665 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-libarchive-c all 2.9-0.1 [14,5 kB] Get:1666 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 resolvconf all 1.84ubuntu1 [54,7 kB] Get:1667 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ssh-import-id all 5.11-0ubuntu1 [10,1 kB] Get:1668 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xserver-xorg-legacy arm64 2:21.1.3-2ubuntu2 [34,0 kB] Fetched 1.116 MB in 3min 29s (5.333 kB/s) Download complete and in download only mode I: Calculating obsolete packages Using directory /home/p260/PYNQ/sdbuild/build/jammy.aarch64/ for unpacking operations I: Extracting 2ping_4.5-1_all.deb... I: Extracting adduser_3.118ubuntu5_all.deb... -> Processing conffiles for adduser I: Extracting adwaita-icon-theme_41.0-1ubuntu1_all.deb... I: Extracting alex_3.2.5-2build1.1_arm64.deb... I: Extracting alsa-topology-conf_1.2.5.1-2_all.deb... I: Extracting alsa-ucm-conf_1.2.6.3-1ubuntu1_all.deb... I: Extracting apparmor_3.0.4-2ubuntu2_arm64.deb... -> Processing conffiles for apparmor I: Extracting apport-symptoms_0.24_all.deb... I: Extracting apport_2.20.11-0ubuntu82_all.deb... -> Processing conffiles for apport I: Extracting apt-utils_2.4.5_arm64.deb... I: Extracting apt_2.4.5_arm64.deb... -> Processing conffiles for apt I: Extracting at-spi2-core_2.44.0-3_arm64.deb... -> Processing conffiles for at-spi2-core I: Extracting attr_1%3a2.5.1-1build1_arm64.deb... I: Extracting autoconf-archive_20210219-2.1_all.deb... I: Extracting autoconf_2.71-2_all.deb... -> Processing conffiles for autoconf I: Extracting automake_1%3a1.16.5-1.3_all.deb... I: Extracting autopoint_0.21-4ubuntu4_all.deb... I: Extracting autotools-dev_20220109.1_all.deb... I: Extracting base-files_12ubuntu4_arm64.deb... -> Processing conffiles for base-files I: Extracting base-passwd_3.5.52build1_arm64.deb... I: Extracting bash-completion_1%3a2.11-5ubuntu1_all.deb... -> Processing conffiles for bash-completion I: Extracting bash_5.1-6ubuntu1_arm64.deb... -> Processing conffiles for bash I: Extracting binfmt-support_2.2.1-2_arm64.deb... -> Processing conffiles for binfmt-support I: Extracting binutils-aarch64-linux-gnu_2.38-3ubuntu1_arm64.deb... I: Extracting binutils-common_2.38-3ubuntu1_arm64.deb... I: Extracting binutils_2.38-3ubuntu1_arm64.deb... I: Extracting bison_2%3a3.8.2+dfsg-1build1_arm64.deb... I: Extracting blt_2.5.3+dfsg-4.1build2_arm64.deb... I: Extracting bluez-obexd_5.64-0ubuntu1_arm64.deb... I: Extracting bluez-tools_2.0~20170911.0.7cb788c-4_arm64.deb... I: Extracting bluez_5.64-0ubuntu1_arm64.deb... -> Processing conffiles for bluez I: Extracting bsdextrautils_2.37.2-4ubuntu3_arm64.deb... I: Extracting bsdmainutils_12.1.7+nmu3ubuntu2_all.deb... I: Extracting bsdutils_1%3a2.37.2-4ubuntu3_arm64.deb... I: Extracting build-essential_12.9ubuntu3_arm64.deb... I: Extracting bzip2_1.0.8-5build1_arm64.deb... I: Extracting ca-certificates-java_20190909_all.deb... -> Processing conffiles for ca-certificates-java I: Extracting ca-certificates_20211016_all.deb... I: Extracting ccache_4.5.1-1_arm64.deb... I: Extracting check_0.15.2-2_arm64.deb... I: Extracting cmake-data_3.22.1-1ubuntu1_all.deb... I: Extracting cmake_3.22.1-1ubuntu1_arm64.deb... I: Extracting console-setup-linux_1.205ubuntu3_all.deb... -> Processing conffiles for console-setup-linux I: Extracting console-setup_1.205ubuntu3_all.deb... I: Extracting coreutils_8.32-4.1ubuntu1_arm64.deb... I: Extracting cpio_2.13+dfsg-7_arm64.deb... I: Extracting cpp-11_11.2.0-19ubuntu1_arm64.deb... I: Extracting cpp-9_9.4.0-5ubuntu1_arm64.deb... I: Extracting cpp_4%3a11.2.0-1ubuntu1_arm64.deb... I: Extracting cpufrequtils_008-2build1_arm64.deb... -> Processing conffiles for cpufrequtils I: Extracting cron_3.0pl1-137ubuntu3_arm64.deb... -> Processing conffiles for cron I: Extracting curl_7.81.0-1_arm64.deb... I: Extracting dash_0.5.11+git20210903+057cd650a4ed-3build1_arm64.deb... I: Extracting dbus-user-session_1.12.20-2ubuntu4_arm64.deb... -> Processing conffiles for dbus-user-session I: Extracting dbus-x11_1.12.20-2ubuntu4_arm64.deb... -> Processing conffiles for dbus-x11 I: Extracting dbus_1.12.20-2ubuntu4_arm64.deb... -> Processing conffiles for dbus I: Extracting dconf-gsettings-backend_0.40.0-3_arm64.deb... I: Extracting dconf-service_0.40.0-3_arm64.deb... I: Extracting debconf-i18n_1.5.79ubuntu1_all.deb... I: Extracting debconf_1.5.79ubuntu1_all.deb... -> Processing conffiles for debconf I: Extracting debhelper_13.6ubuntu1_all.deb... I: Extracting debianutils_5.5-1ubuntu2_arm64.deb... I: Extracting debugedit_1%3a5.0-4build1_arm64.deb... I: Extracting devmem2_0.0-0ubuntu2_arm64.deb... I: Extracting dh-autoreconf_20_all.deb... I: Extracting dh-elpa-helper_2.0.9ubuntu1_all.deb... I: Extracting dh-python_5.20220403_all.deb... I: Extracting dh-strip-nondeterminism_1.13.0-1_all.deb... I: Extracting diffutils_1%3a3.8-0ubuntu2_arm64.deb... I: Extracting dirmngr_2.2.27-3ubuntu2_arm64.deb... I: Extracting distro-info-data_0.52_all.deb... I: Extracting distro-info_1.1build1_arm64.deb... I: Extracting dmsetup_2%3a1.02.175-2.1ubuntu4_arm64.deb... I: Extracting dpkg-dev_1.21.1ubuntu2_all.deb... -> Processing conffiles for dpkg-dev I: Extracting dpkg_1.21.1ubuntu2_arm64.deb... -> Processing conffiles for dpkg I: Extracting dwz_0.14-1build2_arm64.deb... I: Extracting e2fsprogs-l10n_1.46.5-2ubuntu1_all.deb... I: Extracting e2fsprogs_1.46.5-2ubuntu1_arm64.deb... -> Processing conffiles for e2fsprogs I: Extracting eject_2.37.2-4ubuntu3_arm64.deb... I: Extracting emacsen-common_3.0.4_all.deb... I: Extracting eterm_0.9.6-6.1_arm64.deb... I: Extracting ethtool_1%3a5.16-1_arm64.deb... -> Processing conffiles for ethtool I: Extracting fake-hwclock_0.12_all.deb... -> Processing conffiles for fake-hwclock I: Extracting fakechroot_2.20.1+ds-2_all.deb... -> Processing conffiles for fakechroot I: Extracting fakeroot_1.28-1ubuntu1_arm64.deb... I: Extracting fdisk_2.37.2-4ubuntu3_arm64.deb... I: Extracting file_1%3a5.41-3_arm64.deb... I: Extracting findutils_4.8.0-1ubuntu3_arm64.deb... I: Extracting firefox_1%3a1snap1-0ubuntu2_arm64.deb... I: Extracting flac_1.3.3-2build2_arm64.deb... I: Extracting flex_2.6.4-8build2_arm64.deb... I: Extracting fluxbox_1.3.5-2.1_arm64.deb... -> Processing conffiles for fluxbox I: Extracting fontconfig-config_2.13.1-4.2ubuntu5_all.deb... -> Processing conffiles for fontconfig-config I: Extracting fontconfig_2.13.1-4.2ubuntu5_arm64.deb... I: Extracting fonts-dejavu-core_2.37-2build1_all.deb... -> Processing conffiles for fonts-dejavu-core I: Extracting fonts-dejavu-extra_2.37-2build1_all.deb... I: Extracting fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb... -> Processing conffiles for fonts-droid-fallback I: Extracting fonts-lato_2.0-2.1_all.deb... I: Extracting fonts-liberation_1%3a1.07.4-11_all.deb... I: Extracting fonts-lmodern_2.004.5-6.1_all.deb... -> Processing conffiles for fonts-lmodern I: Extracting fonts-lyx_2.3.6-1_all.deb... I: Extracting fonts-noto-mono_20201225-1build1_all.deb... -> Processing conffiles for fonts-noto-mono I: Extracting fonts-terminus-otb_4.48-3.1_all.deb... I: Extracting fonts-texgyre_20180621-3.1_all.deb... -> Processing conffiles for fonts-texgyre I: Extracting fonts-urw-base35_20200910-1_all.deb... I: Extracting fswebcam_20140113-2_arm64.deb... I: Extracting g++-11_11.2.0-19ubuntu1_arm64.deb... I: Extracting g++-9_9.4.0-5ubuntu1_arm64.deb... I: Extracting g++_4%3a11.2.0-1ubuntu1_arm64.deb... I: Extracting gawk_1%3a5.1.0-1build3_arm64.deb... -> Processing conffiles for gawk I: Extracting gcc-10-base_10.3.0-15ubuntu1_arm64.deb... I: Extracting gcc-11-base_11.2.0-19ubuntu1_arm64.deb... I: Extracting gcc-11_11.2.0-19ubuntu1_arm64.deb... I: Extracting gcc-12-base_12-20220319-1ubuntu1_arm64.deb... I: Extracting gcc-9-base_9.4.0-5ubuntu1_arm64.deb... I: Extracting gcc-9_9.4.0-5ubuntu1_arm64.deb... I: Extracting gcc_4%3a11.2.0-1ubuntu1_arm64.deb... I: Extracting gdal-data_3.4.1+dfsg-1build4_all.deb... I: Extracting gdb_12.0.90-0ubuntu1_arm64.deb... -> Processing conffiles for gdb I: Extracting gettext-base_0.21-4ubuntu4_arm64.deb... I: Extracting gettext_0.21-4ubuntu4_arm64.deb... I: Extracting gfortran-11_11.2.0-19ubuntu1_arm64.deb... I: Extracting gfortran-9_9.4.0-5ubuntu1_arm64.deb... I: Extracting gfortran_4%3a11.2.0-1ubuntu1_arm64.deb... I: Extracting gir1.2-atk-1.0_2.36.0-3build1_arm64.deb... I: Extracting gir1.2-freedesktop_1.72.0-1_arm64.deb... I: Extracting gir1.2-gdkpixbuf-2.0_2.42.8+dfsg-1_arm64.deb... I: Extracting gir1.2-glib-2.0_1.72.0-1_arm64.deb... I: Extracting gir1.2-gtk-2.0_2.24.33-2ubuntu2_arm64.deb... I: Extracting gir1.2-harfbuzz-0.0_2.7.4-1ubuntu3_arm64.deb... I: Extracting gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_arm64.deb... I: Extracting gir1.2-pango-1.0_1.50.6+ds-2_arm64.deb... I: Extracting git-man_1%3a2.34.1-1ubuntu1_all.deb... I: Extracting git_1%3a2.34.1-1ubuntu1_arm64.deb... -> Processing conffiles for git I: Extracting gnupg-l10n_2.2.27-3ubuntu2_all.deb... I: Extracting gnupg-utils_2.2.27-3ubuntu2_arm64.deb... I: Extracting gnupg_2.2.27-3ubuntu2_all.deb... I: Extracting googletest_1.11.0-3_all.deb... I: Extracting gperf_3.1-1build1_arm64.deb... I: Extracting gpg-agent_2.2.27-3ubuntu2_arm64.deb... -> Processing conffiles for gpg-agent I: Extracting gpg-wks-client_2.2.27-3ubuntu2_arm64.deb... I: Extracting gpg-wks-server_2.2.27-3ubuntu2_arm64.deb... I: Extracting gpg_2.2.27-3ubuntu2_arm64.deb... I: Extracting gpgconf_2.2.27-3ubuntu2_arm64.deb... I: Extracting gpgsm_2.2.27-3ubuntu2_arm64.deb... I: Extracting gpgv_2.2.27-3ubuntu2_arm64.deb... I: Extracting graphviz_2.42.2-6_arm64.deb... I: Extracting grep_3.7-1build1_arm64.deb... I: Extracting groff-base_1.22.4-8build1_arm64.deb... -> Processing conffiles for groff-base I: Extracting gsettings-desktop-schemas_42.0-1ubuntu1_all.deb... I: Extracting gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.5_all.deb... -> Processing conffiles for gsfonts I: Extracting gstreamer1.0-plugins-base_1.20.1-1_arm64.deb... I: Extracting gtk-update-icon-cache_3.24.33-1ubuntu1_arm64.deb... I: Extracting gyp_0.1+20210831gitd6c5dd5-5_all.deb... I: Extracting gzip_1.10-4ubuntu4_arm64.deb... I: Extracting happy_1.19.12-2build1.1_arm64.deb... I: Extracting haveged_1.9.14-1ubuntu1_arm64.deb... -> Processing conffiles for haveged I: Extracting help2man_1.49.1_arm64.deb... I: Extracting hicolor-icon-theme_0.17-2_all.deb... I: Extracting hostname_3.23ubuntu2_arm64.deb... I: Extracting hscolour_1.24.4-3build4.1_arm64.deb... I: Extracting htop_3.0.5-7build2_arm64.deb... I: Extracting humanity-icon-theme_0.6.16_all.deb... I: Extracting i2c-tools_4.3-2build1_arm64.deb... I: Extracting ibverbs-providers_39.0-1_arm64.deb... -> Processing conffiles for ibverbs-providers I: Extracting icu-devtools_70.1-2_arm64.deb... I: Extracting ifupdown_0.8.36+nmu1ubuntu3_arm64.deb... -> Processing conffiles for ifupdown I: Extracting init-system-helpers_1.62_all.deb... I: Extracting init_1.62_arm64.deb... I: Extracting intltool-debian_0.35.0+20060710.5_all.deb... I: Extracting iproute2_5.15.0-1ubuntu2_arm64.deb... -> Processing conffiles for iproute2 I: Extracting iputils-ping_3%3a20211215-1_arm64.deb... I: Extracting isc-dhcp-client_4.4.1-2.3ubuntu2_arm64.deb... -> Processing conffiles for isc-dhcp-client I: Extracting isc-dhcp-common_4.4.1-2.3ubuntu2_arm64.deb... I: Extracting isc-dhcp-server_4.4.1-2.3ubuntu2_arm64.deb... -> Processing conffiles for isc-dhcp-server I: Extracting iso-codes_4.9.0-1_all.deb... I: Extracting iw_5.16-1build1_arm64.deb... I: Extracting java-common_0.72build2_all.deb... I: Extracting javascript-common_11+nmu1_all.deb... -> Processing conffiles for javascript-common I: Extracting kbd_2.3.0-3ubuntu4_arm64.deb... I: Extracting keyboard-configuration_1.205ubuntu3_all.deb... I: Extracting kmod_29-1ubuntu1_arm64.deb... -> Processing conffiles for kmod I: Extracting krb5-locales_1.19.2-2_all.deb... I: Extracting language-pack-en-base_1%3a22.04+20220415_all.deb... I: Extracting language-pack-en_1%3a22.04+20220415_all.deb... I: Extracting less_590-1build1_arm64.deb... I: Extracting libaacs0_0.11.1-1_arm64.deb... I: Extracting libacl1_2.3.1-1_arm64.deb... I: Extracting libaec0_1.0.6-1_arm64.deb... I: Extracting libaio1_0.3.112-13build1_arm64.deb... I: Extracting libalgorithm-c3-perl_0.11-1_all.deb... I: Extracting libalgorithm-diff-perl_1.201-1_all.deb... I: Extracting libalgorithm-diff-xs-perl_0.04-6build3_arm64.deb... I: Extracting libalgorithm-merge-perl_0.08-3_all.deb... I: Extracting libann0_1.1.2+doc-7build1_arm64.deb... I: Extracting libany-uri-escape-perl_0.01-3_all.deb... I: Extracting libaom3_3.3.0-1_arm64.deb... I: Extracting libapparmor1_3.0.4-2ubuntu2_arm64.deb... I: Extracting libappstream4_0.15.2-2_arm64.deb... I: Extracting libapt-pkg6.0_2.4.5_arm64.deb... I: Extracting libarchive-cpio-perl_0.10-1.1_all.deb... I: Extracting libarchive-extract-perl_0.88-1_all.deb... I: Extracting libarchive-zip-perl_1.68-1_all.deb... I: Extracting libarchive13_3.6.0-1ubuntu1_arm64.deb... I: Extracting libargon2-1_0~20171227-0.3_arm64.deb... I: Extracting libarmadillo10_1%3a10.8.2+dfsg-1_arm64.deb... I: Extracting libarpack2_3.8.0-1_arm64.deb... I: Extracting libasan5_9.4.0-5ubuntu1_arm64.deb... I: Extracting libasan6_11.2.0-19ubuntu1_arm64.deb... I: Extracting libasn1-8-heimdal_7.7.0+dfsg-3ubuntu1_arm64.deb... I: Extracting libasound2-data_1.2.6.1-1ubuntu1_all.deb... I: Extracting libasound2-dev_1.2.6.1-1ubuntu1_arm64.deb... I: Extracting libasound2_1.2.6.1-1ubuntu1_arm64.deb... I: Extracting libasprintf-dev_0.21-4ubuntu4_arm64.deb... I: Extracting libasprintf0v5_0.21-4ubuntu4_arm64.deb... I: Extracting libassuan0_2.5.5-1build1_arm64.deb... I: Extracting libast2_0.7-9_arm64.deb... I: Extracting libasyncns0_0.8-6build2_arm64.deb... I: Extracting libatk-bridge2.0-0_2.38.0-3_arm64.deb... I: Extracting libatk-wrapper-java-jni_0.38.0-5build1_arm64.deb... I: Extracting libatk-wrapper-java_0.38.0-5build1_all.deb... I: Extracting libatk1.0-0_2.36.0-3build1_arm64.deb... I: Extracting libatk1.0-data_2.36.0-3build1_all.deb... I: Extracting libatk1.0-dev_2.36.0-3build1_arm64.deb... I: Extracting libatlas-base-dev_3.10.3-12ubuntu1_arm64.deb... I: Extracting libatlas3-base_3.10.3-12ubuntu1_arm64.deb... I: Extracting libatm1_1%3a2.5.1-4build2_arm64.deb... I: Extracting libatomic1_12-20220319-1ubuntu1_arm64.deb... I: Extracting libatspi2.0-0_2.44.0-3_arm64.deb... I: Extracting libattr1_1%3a2.5.1-1build1_arm64.deb... -> Processing conffiles for libattr1 I: Extracting libaudit-common_1%3a3.0.7-1build1_all.deb... -> Processing conffiles for libaudit-common I: Extracting libaudit1_1%3a3.0.7-1build1_arm64.deb... I: Extracting libauthen-sasl-perl_2.1600-1.1_all.deb... I: Extracting libavahi-client3_0.8-5ubuntu5_arm64.deb... I: Extracting libavahi-common-data_0.8-5ubuntu5_arm64.deb... I: Extracting libavahi-common3_0.8-5ubuntu5_arm64.deb... I: Extracting libavcodec-dev_7%3a4.4.1-3ubuntu5_arm64.deb... I: Extracting libavcodec58_7%3a4.4.1-3ubuntu5_arm64.deb... I: Extracting libavformat-dev_7%3a4.4.1-3ubuntu5_arm64.deb... I: Extracting libavformat58_7%3a4.4.1-3ubuntu5_arm64.deb... I: Extracting libavutil-dev_7%3a4.4.1-3ubuntu5_arm64.deb... I: Extracting libavutil56_7%3a4.4.1-3ubuntu5_arm64.deb... I: Extracting libb-hooks-endofscope-perl_0.25-1_all.deb... I: Extracting libb-hooks-op-check-perl_0.22-1build5_arm64.deb... I: Extracting libbabeltrace1_1.5.8-2build1_arm64.deb... I: Extracting libbareword-filehandles-perl_0.007-1build3_arm64.deb... I: Extracting libbdplus0_0.2.0-1_arm64.deb... I: Extracting libbinutils_2.38-3ubuntu1_arm64.deb... I: Extracting libbison-dev_2%3a3.8.2+dfsg-1build1_arm64.deb... I: Extracting libblas-dev_3.10.0-2ubuntu1_arm64.deb... I: Extracting libblas3_3.10.0-2ubuntu1_arm64.deb... I: Extracting libblkid-dev_2.37.2-4ubuntu3_arm64.deb... I: Extracting libblkid1_2.37.2-4ubuntu3_arm64.deb... I: Extracting libblosc1_1.21.1+ds2-2_arm64.deb... I: Extracting libbluray2_1%3a1.3.1-1_arm64.deb... I: Extracting libboost-all-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-atomic-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-atomic1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-atomic1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-chrono-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-chrono1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-chrono1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-container-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-container1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-container1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-context-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-context1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-context1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-coroutine-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-coroutine1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-coroutine1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-date-time-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-date-time1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-date-time1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-exception-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-exception1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-fiber-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-fiber1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-fiber1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-filesystem-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-filesystem1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-filesystem1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-graph-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-graph-parallel-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-graph-parallel1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-graph-parallel1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-graph1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-graph1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-iostreams-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-iostreams1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-iostreams1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-locale-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-locale1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-locale1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-log-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-log1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-log1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-math-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-math1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-math1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-mpi-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-mpi-python-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-mpi-python1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-mpi-python1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-mpi1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-mpi1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-nowide-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-nowide1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-nowide1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-numpy-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-numpy1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-numpy1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-program-options-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-program-options1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-program-options1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-python-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-python1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-python1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-random-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-random1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-random1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-regex-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-regex1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-regex1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-serialization-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-serialization1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-serialization1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-stacktrace-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-stacktrace1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-stacktrace1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-system-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-system1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-system1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-test-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-test1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-test1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-thread-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-thread1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-thread1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-timer-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-timer1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-timer1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-tools-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-type-erasure-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-type-erasure1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-type-erasure1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-wave-dev_1.74.0.3ubuntu7_arm64.deb... I: Extracting libboost-wave1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost-wave1.74.0_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost1.74-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libboost1.74-tools-dev_1.74.0-14ubuntu3_arm64.deb... I: Extracting libbpf0_1%3a0.5.0-1_arm64.deb... I: Extracting libbrotli-dev_1.0.9-2build6_arm64.deb... I: Extracting libbrotli1_1.0.9-2build6_arm64.deb... I: Extracting libbsd-dev_0.11.5-1_arm64.deb... I: Extracting libbsd0_0.11.5-1_arm64.deb... I: Extracting libbz2-1.0_1.0.8-5build1_arm64.deb... I: Extracting libc-ares-dev_1.18.1-1build1_arm64.deb... I: Extracting libc-ares2_1.18.1-1build1_arm64.deb... I: Extracting libc-bin_2.35-0ubuntu3_arm64.deb... -> Processing conffiles for libc-bin I: Extracting libc-dev-bin_2.35-0ubuntu3_arm64.deb... I: Extracting libc-devtools_2.35-0ubuntu3_arm64.deb... I: Extracting libc6-dbg_2.35-0ubuntu3_arm64.deb... I: Extracting libc6-dev_2.35-0ubuntu3_arm64.deb... I: Extracting libc6_2.35-0ubuntu3_arm64.deb... -> Processing conffiles for libc6 I: Extracting libcaf-openmpi-3_2.9.2-3_arm64.deb... I: Extracting libcairo-gobject2_1.16.0-5ubuntu2_arm64.deb... I: Extracting libcairo-script-interpreter2_1.16.0-5ubuntu2_arm64.deb... I: Extracting libcairo2-dev_1.16.0-5ubuntu2_arm64.deb... I: Extracting libcairo2_1.16.0-5ubuntu2_arm64.deb... I: Extracting libcanberra-gtk-module_0.30-10ubuntu1_arm64.deb... I: Extracting libcanberra-gtk0_0.30-10ubuntu1_arm64.deb... I: Extracting libcanberra0_0.30-10ubuntu1_arm64.deb... I: Extracting libcap-ng0_0.7.9-2.2build3_arm64.deb... I: Extracting libcap2-bin_1%3a2.44-1build3_arm64.deb... I: Extracting libcap2_1%3a2.44-1build3_arm64.deb... I: Extracting libcbor0.8_0.8.0-2ubuntu1_arm64.deb... I: Extracting libcc1-0_12-20220319-1ubuntu1_arm64.deb... I: Extracting libcdparanoia0_3.10.2+debian-14build2_arm64.deb... I: Extracting libcdt5_2.42.2-6_arm64.deb... I: Extracting libcephfs2_17.1.0-0ubuntu3_arm64.deb... I: Extracting libcfitsio9_4.0.0-1_arm64.deb... I: Extracting libcgi-fast-perl_1%3a2.15-1_all.deb... I: Extracting libcgi-pm-perl_4.54-1_all.deb... I: Extracting libcgraph6_2.42.2-6_arm64.deb... I: Extracting libcharls2_2.3.4-1_arm64.deb... I: Extracting libchromaprint1_1.5.1-2_arm64.deb... I: Extracting libclass-c3-perl_0.35-1_all.deb... I: Extracting libclass-c3-xs-perl_0.15-1build2_arm64.deb... I: Extracting libclass-method-modifiers-perl_2.13-1_all.deb... I: Extracting libclass-xsaccessor-perl_1.19-3build9_arm64.deb... I: Extracting libclone-perl_0.45-1build3_arm64.deb... I: Extracting libcmark-gfm-extensions0.29.0.gfm.3_0.29.0.gfm.3-3_arm64.deb... I: Extracting libcmark-gfm0.29.0.gfm.3_0.29.0.gfm.3-3_arm64.deb... I: Extracting libcoarrays-dev_2.9.2-3_arm64.deb... I: Extracting libcoarrays-openmpi-dev_2.9.2-3_arm64.deb... I: Extracting libcodec2-1.0_1.0.1-3_arm64.deb... I: Extracting libcolord2_1.4.6-1_arm64.deb... I: Extracting libcom-err2_1.46.5-2ubuntu1_arm64.deb... I: Extracting libcpan-changes-perl_0.400002-1.1_all.deb... I: Extracting libcpufreq0_008-2build1_arm64.deb... I: Extracting libcrypt-dev_1%3a4.4.27-1_arm64.deb... I: Extracting libcrypt1_1%3a4.4.27-1_arm64.deb... I: Extracting libcryptsetup12_2%3a2.4.3-1ubuntu1_arm64.deb... I: Extracting libctf-nobfd0_2.38-3ubuntu1_arm64.deb... I: Extracting libctf0_2.38-3ubuntu1_arm64.deb... I: Extracting libcups2_2.4.1op1-1ubuntu4_arm64.deb... I: Extracting libcupsfilters1_1.28.15-0ubuntu1_arm64.deb... I: Extracting libcupsimage2_2.4.1op1-1ubuntu4_arm64.deb... I: Extracting libcurl3-gnutls_7.81.0-1_arm64.deb... I: Extracting libcurl4-openssl-dev_7.81.0-1_arm64.deb... I: Extracting libcurl4_7.81.0-1_arm64.deb... I: Extracting libdata-dump-perl_1.25-1_all.deb... I: Extracting libdata-optlist-perl_0.112-1_all.deb... I: Extracting libdata-perl-perl_0.002011-1_all.deb... I: Extracting libdata-section-perl_0.200007-1_all.deb... I: Extracting libdatrie-dev_0.2.13-2_arm64.deb... I: Extracting libdatrie1_0.2.13-2_arm64.deb... I: Extracting libdav1d5_0.9.2-1_arm64.deb... I: Extracting libdb5.3_5.3.28+dfsg1-0.8ubuntu3_arm64.deb... I: Extracting libdbus-1-3_1.12.20-2ubuntu4_arm64.deb... I: Extracting libdbus-glib-1-2_0.112-2build1_arm64.deb... I: Extracting libdc1394-25_2.2.6-4_arm64.deb... I: Extracting libdc1394-dev_2.2.6-4_arm64.deb... I: Extracting libdconf1_0.40.0-3_arm64.deb... I: Extracting libde265-0_1.0.8-1_arm64.deb... I: Extracting libdebconfclient0_0.261ubuntu1_arm64.deb... I: Extracting libdebhelper-perl_13.6ubuntu1_all.deb... I: Extracting libdebuginfod-common_0.186-1build1_all.deb... I: Extracting libdebuginfod1_0.186-1build1_arm64.deb... I: Extracting libdeflate-dev_1.10-2_arm64.deb... I: Extracting libdeflate0_1.10-2_arm64.deb... I: Extracting libdevel-callchecker-perl_0.008-1ubuntu4_arm64.deb... I: Extracting libdevel-caller-perl_2.06-2build4_arm64.deb... I: Extracting libdevel-globaldestruction-perl_0.14-1.1_all.deb... I: Extracting libdevel-lexalias-perl_0.05-2build4_arm64.deb... I: Extracting libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb... I: Extracting libdmx-dev_1%3a1.1.4-2build2_arm64.deb... I: Extracting libdmx1_1%3a1.1.4-2build2_arm64.deb... I: Extracting libdns-export1110_1%3a9.11.19+dfsg-2.1ubuntu3_arm64.deb... I: Extracting libdouble-conversion3_3.1.7-4_arm64.deb... I: Extracting libdpkg-perl_1.21.1ubuntu2_all.deb... I: Extracting libdrm-amdgpu1_2.4.110-1ubuntu1_arm64.deb... I: Extracting libdrm-common_2.4.110-1ubuntu1_all.deb... I: Extracting libdrm-dev_2.4.110-1ubuntu1_arm64.deb... I: Extracting libdrm-etnaviv1_2.4.110-1ubuntu1_arm64.deb... I: Extracting libdrm-freedreno1_2.4.110-1ubuntu1_arm64.deb... I: Extracting libdrm-nouveau2_2.4.110-1ubuntu1_arm64.deb... I: Extracting libdrm-radeon1_2.4.110-1ubuntu1_arm64.deb... I: Extracting libdrm-tegra0_2.4.110-1ubuntu1_arm64.deb... I: Extracting libdrm2_2.4.110-1ubuntu1_arm64.deb... I: Extracting libdw1_0.186-1build1_arm64.deb... I: Extracting libdynaloader-functions-perl_0.003-1.1_all.deb... I: Extracting libedit2_3.1-20210910-1build1_arm64.deb... I: Extracting libegl-dev_1.4.0-1_arm64.deb... I: Extracting libegl-mesa0_22.0.1-1ubuntu2_arm64.deb... I: Extracting libegl1_1.4.0-1_arm64.deb... I: Extracting libeigen3-dev_3.4.0-2ubuntu2_all.deb... I: Extracting libelf1_0.186-1build1_arm64.deb... I: Extracting libencode-locale-perl_1.05-1.1_all.deb... I: Extracting libepoxy0_1.5.10-1_arm64.deb... I: Extracting liberror-perl_0.17029-1_all.deb... I: Extracting libestr0_0.1.10-2.1build3_arm64.deb... I: Extracting libevdev2_1.12.1+dfsg-1_arm64.deb... I: Extracting libevent-2.1-7_2.1.12-stable-1build3_arm64.deb... I: Extracting libevent-core-2.1-7_2.1.12-stable-1build3_arm64.deb... I: Extracting libevent-dev_2.1.12-stable-1build3_arm64.deb... I: Extracting libevent-extra-2.1-7_2.1.12-stable-1build3_arm64.deb... I: Extracting libevent-openssl-2.1-7_2.1.12-stable-1build3_arm64.deb... I: Extracting libevent-pthreads-2.1-7_2.1.12-stable-1build3_arm64.deb... I: Extracting libexif-dev_0.6.24-1build1_arm64.deb... I: Extracting libexif-doc_0.6.24-1build1_all.deb... I: Extracting libexif12_0.6.24-1build1_arm64.deb... I: Extracting libexpat1-dev_2.4.7-1_arm64.deb... I: Extracting libexpat1_2.4.7-1_arm64.deb... I: Extracting libexporter-tiny-perl_1.002002-1_all.deb... I: Extracting libext2fs2_1.46.5-2ubuntu1_arm64.deb... I: Extracting libfabric1_1.11.0-3_arm64.deb... I: Extracting libfakechroot_2.20.1+ds-2_arm64.deb... -> Processing conffiles for libfakechroot I: Extracting libfakeroot_1.28-1ubuntu1_arm64.deb... -> Processing conffiles for libfakeroot I: Extracting libfastjson4_0.99.9-1build2_arm64.deb... I: Extracting libfcgi-bin_2.4.2-2build2_arm64.deb... I: Extracting libfcgi-perl_0.82+ds-1build1_arm64.deb... I: Extracting libfcgi0ldbl_2.4.2-2build2_arm64.deb... I: Extracting libfdisk1_2.37.2-4ubuntu3_arm64.deb... I: Extracting libffi-dev_3.4.2-4_arm64.deb... I: Extracting libffi7_3.3-5ubuntu1_arm64.deb... I: Extracting libffi8_3.4.2-4_arm64.deb... I: Extracting libfido2-1_1.10.0-1_arm64.deb... I: Extracting libfile-basedir-perl_0.09-1_all.deb... I: Extracting libfile-copy-recursive-perl_0.45-1_all.deb... I: Extracting libfile-desktopentry-perl_0.22-2_all.deb... I: Extracting libfile-fcntllock-perl_0.22-3build7_arm64.deb... I: Extracting libfile-homedir-perl_1.006-1_all.deb... I: Extracting libfile-listing-perl_6.14-1_all.deb... I: Extracting libfile-mimeinfo-perl_0.31-1_all.deb... I: Extracting libfile-slurp-perl_9999.32-1_all.deb... I: Extracting libfile-stripnondeterminism-perl_1.13.0-1_all.deb... I: Extracting libfile-which-perl_1.23-1_all.deb... I: Extracting libfl-dev_2.6.4-8build2_arm64.deb... I: Extracting libfl2_2.6.4-8build2_arm64.deb... I: Extracting libflac8_1.3.3-2build2_arm64.deb... I: Extracting libfont-afm-perl_1.20-3_all.deb... I: Extracting libfontconfig-dev_2.13.1-4.2ubuntu5_arm64.deb... I: Extracting libfontconfig1-dev_2.13.1-4.2ubuntu5_arm64.deb... I: Extracting libfontconfig1_2.13.1-4.2ubuntu5_arm64.deb... I: Extracting libfontenc-dev_1%3a1.1.4-1build3_arm64.deb... I: Extracting libfontenc1_1%3a1.1.4-1build3_arm64.deb... I: Extracting libfreetype-dev_2.11.1+dfsg-1build1_arm64.deb... I: Extracting libfreetype6-dev_2.11.1+dfsg-1build1_arm64.deb... I: Extracting libfreetype6_2.11.1+dfsg-1build1_arm64.deb... I: Extracting libfreexl1_1.0.6-1_arm64.deb... I: Extracting libfribidi-dev_1.0.8-2ubuntu3_arm64.deb... I: Extracting libfribidi0_1.0.8-2ubuntu3_arm64.deb... I: Extracting libfs-dev_2%3a1.0.8-1build2_arm64.deb... I: Extracting libfs6_2%3a1.0.8-1build2_arm64.deb... I: Extracting libftdi-dev_0.20-4ubuntu1_arm64.deb... I: Extracting libftdi1_0.20-4ubuntu1_arm64.deb... I: Extracting libfuse2_2.9.9-5ubuntu3_arm64.deb... I: Extracting libfuse3-3_3.10.5-1build1_arm64.deb... I: Extracting libfyba0_4.1.1-7_arm64.deb... I: Extracting libgail-common_2.24.33-2ubuntu2_arm64.deb... I: Extracting libgail18_2.24.33-2ubuntu2_arm64.deb... I: Extracting libgbm1_22.0.1-1ubuntu2_arm64.deb... I: Extracting libgcc-10-dev_10.3.0-15ubuntu1_arm64.deb... I: Extracting libgcc-11-dev_11.2.0-19ubuntu1_arm64.deb... I: Extracting libgcc-9-dev_9.4.0-5ubuntu1_arm64.deb... I: Extracting libgcc-s1_12-20220319-1ubuntu1_arm64.deb... I: Extracting libgcrypt20_1.9.4-3ubuntu3_arm64.deb... I: Extracting libgd3_2.3.0-2ubuntu2_arm64.deb... I: Extracting libgdal30_3.4.1+dfsg-1build4_arm64.deb... I: Extracting libgdbm-compat4_1.23-1_arm64.deb... I: Extracting libgdbm-dev_1.23-1_arm64.deb... I: Extracting libgdbm6_1.23-1_arm64.deb... I: Extracting libgdcm-dev_3.0.10-1build2_arm64.deb... I: Extracting libgdcm3.0_3.0.10-1build2_arm64.deb... I: Extracting libgdk-pixbuf-2.0-0_2.42.8+dfsg-1_arm64.deb... I: Extracting libgdk-pixbuf-2.0-dev_2.42.8+dfsg-1_arm64.deb... I: Extracting libgdk-pixbuf-xlib-2.0-0_2.40.2-2build4_arm64.deb... I: Extracting libgdk-pixbuf-xlib-2.0-dev_2.40.2-2build4_arm64.deb... I: Extracting libgdk-pixbuf2.0-0_2.40.2-2build4_arm64.deb... I: Extracting libgdk-pixbuf2.0-bin_2.42.8+dfsg-1_arm64.deb... I: Extracting libgdk-pixbuf2.0-common_2.42.8+dfsg-1_all.deb... I: Extracting libgdk-pixbuf2.0-dev_2.40.2-2build4_arm64.deb... I: Extracting libgeos-c1v5_3.10.2-1_arm64.deb... I: Extracting libgeos3.10.2_3.10.2-1_arm64.deb... I: Extracting libgeotiff5_1.7.0-2build1_arm64.deb... I: Extracting libgetopt-long-descriptive-perl_0.109-2_all.deb... I: Extracting libgettextpo-dev_0.21-4ubuntu4_arm64.deb... I: Extracting libgettextpo0_0.21-4ubuntu4_arm64.deb... I: Extracting libgfapi0_10.1-1_arm64.deb... I: Extracting libgflags-dev_2.2.2-2_arm64.deb... I: Extracting libgflags2.2_2.2.2-2_arm64.deb... I: Extracting libgfortran-10-dev_10.3.0-15ubuntu1_arm64.deb... I: Extracting libgfortran-11-dev_11.2.0-19ubuntu1_arm64.deb... I: Extracting libgfortran-9-dev_9.4.0-5ubuntu1_arm64.deb... I: Extracting libgfortran5_12-20220319-1ubuntu1_arm64.deb... I: Extracting libgfrpc0_10.1-1_arm64.deb... I: Extracting libgfxdr0_10.1-1_arm64.deb... I: Extracting libgif7_5.1.9-2build2_arm64.deb... I: Extracting libgirepository-1.0-1_1.72.0-1_arm64.deb... I: Extracting libgit2-1.1_1.1.0+dfsg.1-4.1build1_arm64.deb... I: Extracting libgl-dev_1.4.0-1_arm64.deb... I: Extracting libgl1-amber-dri_21.3.7-0ubuntu1_arm64.deb... I: Extracting libgl1-mesa-dev_22.0.1-1ubuntu2_arm64.deb... I: Extracting libgl1-mesa-dri_22.0.1-1ubuntu2_arm64.deb... I: Extracting libgl1_1.4.0-1_arm64.deb... I: Extracting libgl2ps1.4_1.4.2+dfsg1-2_arm64.deb... I: Extracting libglapi-mesa_22.0.1-1ubuntu2_arm64.deb... I: Extracting libgles-dev_1.4.0-1_arm64.deb... I: Extracting libgles1_1.4.0-1_arm64.deb... I: Extracting libgles2_1.4.0-1_arm64.deb... I: Extracting libglew2.2_2.2.0-4_arm64.deb... I: Extracting libglib2.0-0_2.72.1-1_arm64.deb... I: Extracting libglib2.0-bin_2.72.1-1_arm64.deb... I: Extracting libglib2.0-data_2.72.1-1_all.deb... I: Extracting libglib2.0-dev-bin_2.72.1-1_arm64.deb... I: Extracting libglib2.0-dev_2.72.1-1_arm64.deb... I: Extracting libglibmm-2.4-1v5_2.66.2-2_arm64.deb... I: Extracting libglibmm-2.4-dev_2.66.2-2_arm64.deb... I: Extracting libglu1-mesa_9.0.2-1_arm64.deb... I: Extracting libglusterfs0_10.1-1_arm64.deb... I: Extracting libglvnd-core-dev_1.4.0-1_arm64.deb... I: Extracting libglvnd-dev_1.4.0-1_arm64.deb... I: Extracting libglvnd0_1.4.0-1_arm64.deb... I: Extracting libglx-dev_1.4.0-1_arm64.deb... I: Extracting libglx-mesa0_22.0.1-1ubuntu2_arm64.deb... I: Extracting libglx0_1.4.0-1_arm64.deb... I: Extracting libgme0_0.6.3-2_arm64.deb... I: Extracting libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_arm64.deb... I: Extracting libgmp10_2%3a6.2.1+dfsg-3ubuntu1_arm64.deb... I: Extracting libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_arm64.deb... I: Extracting libgnutls-openssl27_3.7.3-4ubuntu1_arm64.deb... I: Extracting libgnutls30_3.7.3-4ubuntu1_arm64.deb... I: Extracting libgomp1_12-20220319-1ubuntu1_arm64.deb... I: Extracting libgoogle-glog-dev_0.5.0+really0.4.0-2_arm64.deb... I: Extracting libgoogle-glog0v5_0.5.0+really0.4.0-2_arm64.deb... I: Extracting libgpg-error-l10n_1.43-3_all.deb... I: Extracting libgpg-error0_1.43-3_arm64.deb... I: Extracting libgpgme11_1.16.0-1.2ubuntu4_arm64.deb... I: Extracting libgphoto2-6_2.5.27-1build2_arm64.deb... I: Extracting libgphoto2-dev_2.5.27-1build2_arm64.deb... I: Extracting libgphoto2-l10n_2.5.27-1build2_all.deb... I: Extracting libgphoto2-port12_2.5.27-1build2_arm64.deb... I: Extracting libgpm2_1.20.7-10build1_arm64.deb... I: Extracting libgraphite2-3_1.3.14-1build2_arm64.deb... I: Extracting libgraphite2-dev_1.3.14-1build2_arm64.deb... I: Extracting libgraphviz-dev_2.42.2-6_arm64.deb... I: Extracting libgs9-common_9.55.0~dfsg1-0ubuntu5_all.deb... I: Extracting libgs9_9.55.0~dfsg1-0ubuntu5_arm64.deb... I: Extracting libgsm1_1.0.19-1_arm64.deb... I: Extracting libgssapi-krb5-2_1.19.2-2_arm64.deb... I: Extracting libgssapi3-heimdal_7.7.0+dfsg-3ubuntu1_arm64.deb... I: Extracting libgstreamer-plugins-base1.0-0_1.20.1-1_arm64.deb... I: Extracting libgstreamer1.0-0_1.20.1-1_arm64.deb... I: Extracting libgtest-dev_1.11.0-3_arm64.deb... I: Extracting libgtk-3-0_3.24.33-1ubuntu1_arm64.deb... -> Processing conffiles for libgtk-3-0 I: Extracting libgtk-3-bin_3.24.33-1ubuntu1_arm64.deb... I: Extracting libgtk-3-common_3.24.33-1ubuntu1_all.deb... -> Processing conffiles for libgtk-3-common I: Extracting libgtk2.0-0_2.24.33-2ubuntu2_arm64.deb... I: Extracting libgtk2.0-bin_2.24.33-2ubuntu2_arm64.deb... I: Extracting libgtk2.0-common_2.24.33-2ubuntu2_all.deb... -> Processing conffiles for libgtk2.0-common I: Extracting libgtk2.0-dev_2.24.33-2ubuntu2_arm64.deb... I: Extracting libgts-0.7-5_0.7.6+darcs121130-5_arm64.deb... I: Extracting libgts-bin_0.7.6+darcs121130-5_arm64.deb... I: Extracting libgudev-1.0-0_1%3a237-2build1_arm64.deb... I: Extracting libgvc6-plugins-gtk_2.42.2-6_arm64.deb... I: Extracting libgvc6_2.42.2-6_arm64.deb... I: Extracting libgvpr2_2.42.2-6_arm64.deb... I: Extracting libharfbuzz-dev_2.7.4-1ubuntu3_arm64.deb... I: Extracting libharfbuzz-gobject0_2.7.4-1ubuntu3_arm64.deb... I: Extracting libharfbuzz-icu0_2.7.4-1ubuntu3_arm64.deb... I: Extracting libharfbuzz0b_2.7.4-1ubuntu3_arm64.deb... I: Extracting libhavege2_1.9.14-1ubuntu1_arm64.deb... I: Extracting libhcrypto4-heimdal_7.7.0+dfsg-3ubuntu1_arm64.deb... I: Extracting libhdb9-heimdal_7.7.0+dfsg-3ubuntu1_arm64.deb... I: Extracting libhdf4-0-alt_4.2.15-4_arm64.deb... I: Extracting libhdf5-103-1_1.10.7+repack-4ubuntu2_arm64.deb... I: Extracting libhdf5-hl-100_1.10.7+repack-4ubuntu2_arm64.deb... I: Extracting libheif1_1.12.0-2build1_arm64.deb... I: Extracting libheimbase1-heimdal_7.7.0+dfsg-3ubuntu1_arm64.deb... I: Extracting libheimntlm0-heimdal_7.7.0+dfsg-3ubuntu1_arm64.deb... I: Extracting libhiredis0.14_0.14.1-2_arm64.deb... I: Extracting libhogweed6_3.7.3-1build2_arm64.deb... I: Extracting libhtml-form-perl_6.07-1_all.deb... I: Extracting libhtml-format-perl_2.12-1.1_all.deb... I: Extracting libhtml-parser-perl_3.76-1build2_arm64.deb... I: Extracting libhtml-tagset-perl_3.20-4_all.deb... I: Extracting libhtml-tree-perl_5.07-2_all.deb... I: Extracting libhttp-cookies-perl_6.10-1_all.deb... I: Extracting libhttp-daemon-perl_6.13-1_all.deb... I: Extracting libhttp-date-perl_6.05-1_all.deb... I: Extracting libhttp-message-perl_6.36-1_all.deb... I: Extracting libhttp-negotiate-perl_6.01-1_all.deb... I: Extracting libhttp-parser2.9_2.9.4-4_arm64.deb... I: Extracting libhwasan0_12-20220319-1ubuntu1_arm64.deb... I: Extracting libhwloc-dev_2.7.0-2_arm64.deb... I: Extracting libhwloc-plugins_2.7.0-2_arm64.deb... I: Extracting libhwloc15_2.7.0-2_arm64.deb... I: Extracting libhx509-5-heimdal_7.7.0+dfsg-3ubuntu1_arm64.deb... I: Extracting libi2c-dev_4.3-2build1_arm64.deb... I: Extracting libi2c0_4.3-2build1_arm64.deb... I: Extracting libibverbs-dev_39.0-1_arm64.deb... I: Extracting libibverbs1_39.0-1_arm64.deb... I: Extracting libical3_3.0.14-1build1_arm64.deb... I: Extracting libice-dev_2%3a1.0.10-1build2_arm64.deb... I: Extracting libice6_2%3a1.0.10-1build2_arm64.deb... I: Extracting libicu-dev_70.1-2_arm64.deb... I: Extracting libicu70_70.1-2_arm64.deb... I: Extracting libid3tag0_0.15.1b-14_arm64.deb... I: Extracting libidn12_1.38-4build1_arm64.deb... I: Extracting libidn2-0_2.3.2-2build1_arm64.deb... I: Extracting libijs-0.35_0.35-15build2_arm64.deb... I: Extracting libilmbase-dev_2.5.7-2_arm64.deb... I: Extracting libilmbase25_2.5.7-2_arm64.deb... I: Extracting libimagequant0_2.17.0-1_arm64.deb... I: Extracting libimlib2_1.7.4-1build1_arm64.deb... I: Extracting libimport-into-perl_1.002005-1_all.deb... I: Extracting libindirect-perl_0.39-1build3_arm64.deb... I: Extracting libinput-bin_1.20.0-1_arm64.deb... I: Extracting libinput10_1.20.0-1_arm64.deb... I: Extracting libintl-perl_1.26-3build2_all.deb... I: Extracting libintl-xs-perl_1.26-3build2_arm64.deb... I: Extracting libio-html-perl_1.004-2_all.deb... I: Extracting libio-socket-inet6-perl_2.73-1_all.deb... I: Extracting libio-socket-ssl-perl_2.074-2_all.deb... I: Extracting libio-stringy-perl_2.111-3_all.deb... I: Extracting libip4tc2_1.8.7-1ubuntu5_arm64.deb... I: Extracting libipc-system-simple-perl_1.30-1_all.deb... I: Extracting libirs-export161_1%3a9.11.19+dfsg-2.1ubuntu3_arm64.deb... I: Extracting libisc-export1105_1%3a9.11.19+dfsg-2.1ubuntu3_arm64.deb... I: Extracting libisccfg-export163_1%3a9.11.19+dfsg-2.1ubuntu3_arm64.deb... I: Extracting libisl23_0.24-2build1_arm64.deb... I: Extracting libitm1_12-20220319-1ubuntu1_arm64.deb... I: Extracting libiw30_30~pre9-13.1ubuntu4_arm64.deb... I: Extracting libjack-dev_1%3a0.125.0-3build2_arm64.deb... I: Extracting libjack0_1%3a0.125.0-3build2_arm64.deb... I: Extracting libjansson4_2.13.1-1.1build3_arm64.deb... I: Extracting libjbig-dev_2.1-3.1build3_arm64.deb... I: Extracting libjbig0_2.1-3.1build3_arm64.deb... I: Extracting libjbig2dec0_0.19-3build2_arm64.deb... I: Extracting libjemalloc-dev_5.2.1-4ubuntu1_arm64.deb... I: Extracting libjemalloc2_5.2.1-4ubuntu1_arm64.deb... I: Extracting libjpeg-dev_8c-2ubuntu10_arm64.deb... I: Extracting libjpeg-turbo8-dev_2.1.2-0ubuntu1_arm64.deb... I: Extracting libjpeg-turbo8_2.1.2-0ubuntu1_arm64.deb... I: Extracting libjpeg8-dev_8c-2ubuntu10_arm64.deb... I: Extracting libjpeg8_8c-2ubuntu10_arm64.deb... I: Extracting libjs-highlight.js_9.18.5+dfsg1-1_all.deb... I: Extracting libjs-inherits_2.0.4-4_all.deb... I: Extracting libjs-jquery-ui_1.13.1+dfsg-1_all.deb... I: Extracting libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb... I: Extracting libjs-sphinxdoc_4.3.2-1_all.deb... I: Extracting libjs-underscore_1.13.2~dfsg-2_all.deb... I: Extracting libjson-c-dev_0.15-2build4_arm64.deb... I: Extracting libjson-c5_0.15-2build4_arm64.deb... I: Extracting libjsoncpp25_1.9.5-3_arm64.deb... I: Extracting libk5crypto3_1.19.2-2_arm64.deb... I: Extracting libkdc2-heimdal_7.7.0+dfsg-3ubuntu1_arm64.deb... I: Extracting libkeyutils1_1.6.1-2ubuntu3_arm64.deb... I: Extracting libkmlbase1_1.3.0-9_arm64.deb... I: Extracting libkmldom1_1.3.0-9_arm64.deb... I: Extracting libkmlengine1_1.3.0-9_arm64.deb... I: Extracting libkmod2_29-1ubuntu1_arm64.deb... I: Extracting libkpathsea6_2021.20210626.59705-1build1_arm64.deb... I: Extracting libkrb5-26-heimdal_7.7.0+dfsg-3ubuntu1_arm64.deb... I: Extracting libkrb5-3_1.19.2-2_arm64.deb... I: Extracting libkrb5support0_1.19.2-2_arm64.deb... I: Extracting libksba8_1.6.0-2build1_arm64.deb... I: Extracting liblab-gamut1_2.42.2-6_arm64.deb... I: Extracting liblapack-dev_3.10.0-2ubuntu1_arm64.deb... I: Extracting liblapack3_3.10.0-2ubuntu1_arm64.deb... I: Extracting liblbfgsb0_3.0+dfsg.3-10_arm64.deb... I: Extracting liblcms2-2_2.12~rc1-2build2_arm64.deb... I: Extracting liblcms2-dev_2.12~rc1-2build2_arm64.deb... I: Extracting libldap-2.5-0_2.5.11+dfsg-1~exp1ubuntu3_arm64.deb... I: Extracting libldap-common_2.5.11+dfsg-1~exp1ubuntu3_all.deb... -> Processing conffiles for libldap-common I: Extracting libldb2_2%3a2.4.2-0ubuntu1_arm64.deb... I: Extracting liblept5_1.82.0-3build1_arm64.deb... I: Extracting liblexical-sealrequirehints-perl_0.011-4build3_arm64.deb... I: Extracting liblist-moreutils-perl_0.430-2_all.deb... I: Extracting liblist-moreutils-xs-perl_0.430-2build2_arm64.deb... I: Extracting libllvm13_1%3a13.0.1-2ubuntu2_arm64.deb... I: Extracting liblmdb0_0.9.24-1build2_arm64.deb... I: Extracting liblocale-gettext-perl_1.07-4build3_arm64.deb... I: Extracting liblockfile-bin_1.17-1build2_arm64.deb... I: Extracting liblockfile1_1.17-1build2_arm64.deb... I: Extracting liblog-message-perl_0.8-1.1_all.deb... I: Extracting liblog-message-simple-perl_0.10-3_all.deb... I: Extracting liblsan0_12-20220319-1ubuntu1_arm64.deb... I: Extracting libltdl-dev_2.4.6-15build2_arm64.deb... I: Extracting libltdl7_2.4.6-15build2_arm64.deb... I: Extracting liblua5.1-0_5.1.5-8.1build4_arm64.deb... I: Extracting liblwp-mediatypes-perl_6.04-1_all.deb... I: Extracting liblwp-protocol-https-perl_6.10-1_all.deb... I: Extracting liblz4-1_1.9.3-2build2_arm64.deb... I: Extracting liblzma-dev_5.2.5-2ubuntu1_arm64.deb... I: Extracting liblzma5_5.2.5-2ubuntu1_arm64.deb... I: Extracting liblzo2-2_2.10-2build3_arm64.deb... I: Extracting libmagic-mgc_1%3a5.41-3_arm64.deb... I: Extracting libmagic1_1%3a5.41-3_arm64.deb... -> Processing conffiles for libmagic1 I: Extracting libmail-sendmail-perl_0.80-1.1_all.deb... I: Extracting libmailtools-perl_2.21-1_all.deb... I: Extracting libmbedcrypto7_2.28.0-1build1_arm64.deb... I: Extracting libmbedtls14_2.28.0-1build1_arm64.deb... I: Extracting libmbedx509-1_2.28.0-1build1_arm64.deb... I: Extracting libmd-dev_1.0.4-1build1_arm64.deb... I: Extracting libmd0_1.0.4-1build1_arm64.deb... I: Extracting libminizip1_1.1-8build1_arm64.deb... I: Extracting libmnl0_1.0.4-3build2_arm64.deb... I: Extracting libmodplug1_1%3a0.8.9.0-3_arm64.deb... I: Extracting libmodule-build-perl_0.423100-1_all.deb... I: Extracting libmodule-implementation-perl_0.09-1.1_all.deb... I: Extracting libmodule-pluggable-perl_5.2-1_all.deb... I: Extracting libmodule-runtime-perl_0.016-1_all.deb... I: Extracting libmodule-signature-perl_0.88-1_all.deb... I: Extracting libmoo-perl_2.005004-3_all.deb... I: Extracting libmoox-handlesvia-perl_0.001009-1_all.deb... I: Extracting libmount-dev_2.37.2-4ubuntu3_arm64.deb... I: Extracting libmount1_2.37.2-4ubuntu3_arm64.deb... I: Extracting libmp3lame0_3.100-3build2_arm64.deb... I: Extracting libmpc3_1.2.1-2build1_arm64.deb... I: Extracting libmpdec3_2.5.1-2build2_arm64.deb... I: Extracting libmpfr6_4.1.0-3build3_arm64.deb... I: Extracting libmpg123-0_1.29.3-1build1_arm64.deb... I: Extracting libmro-compat-perl_0.15-1_all.deb... I: Extracting libmtdev1_1.1.6-1build4_arm64.deb... I: Extracting libmultidimensional-perl_0.014-1build4_arm64.deb... I: Extracting libmysqlclient21_8.0.28-0ubuntu4_arm64.deb... I: Extracting libnamespace-autoclean-perl_0.29-1_all.deb... I: Extracting libnamespace-clean-perl_0.27-1_all.deb... I: Extracting libncurses-dev_6.3-2_arm64.deb... I: Extracting libncurses5-dev_6.3-2_arm64.deb... I: Extracting libncurses5_6.3-2_arm64.deb... I: Extracting libncurses6_6.3-2_arm64.deb... I: Extracting libncursesw5-dev_6.3-2_arm64.deb... I: Extracting libncursesw5_6.3-2_arm64.deb... I: Extracting libncursesw6_6.3-2_arm64.deb... I: Extracting libnet-dbus-perl_1.2.0-1build3_arm64.deb... I: Extracting libnet-http-perl_6.22-1_all.deb... I: Extracting libnet-libidn-perl_0.12.ds-3build6_arm64.deb... I: Extracting libnet-smtp-ssl-perl_1.04-1_all.deb... I: Extracting libnet-ssleay-perl_1.92-1build2_arm64.deb... I: Extracting libnetcdf19_1%3a4.8.1-1_arm64.deb... I: Extracting libnetplan0_0.104-0ubuntu2_arm64.deb... I: Extracting libnettle8_3.7.3-1build2_arm64.deb... I: Extracting libnewt0.52_0.52.21-5ubuntu2_arm64.deb... -> Processing conffiles for libnewt0.52 I: Extracting libnghttp2-14_1.43.0-1build3_arm64.deb... I: Extracting libnl-3-200_3.5.0-0.1_arm64.deb... -> Processing conffiles for libnl-3-200 I: Extracting libnl-3-dev_3.5.0-0.1_arm64.deb... I: Extracting libnl-genl-3-200_3.5.0-0.1_arm64.deb... I: Extracting libnl-route-3-200_3.5.0-0.1_arm64.deb... I: Extracting libnl-route-3-dev_3.5.0-0.1_arm64.deb... I: Extracting libnode72_12.22.9~dfsg-1ubuntu3_arm64.deb... I: Extracting libnorm1_1.5.9+dfsg-2_arm64.deb... I: Extracting libnpth0_1.6-3build2_arm64.deb... I: Extracting libnsl-dev_1.3.0-2build2_arm64.deb... I: Extracting libnsl2_1.3.0-2build2_arm64.deb... I: Extracting libnspr4_2%3a4.32-3build1_arm64.deb... I: Extracting libnss-nis_3.1-0ubuntu6_arm64.deb... I: Extracting libnss-nisplus_1.3-0ubuntu6_arm64.deb... I: Extracting libnss-systemd_249.11-0ubuntu3_arm64.deb... I: Extracting libnss3_2%3a3.68.2-0ubuntu1_arm64.deb... I: Extracting libnuma-dev_2.0.14-3ubuntu2_arm64.deb... I: Extracting libnuma1_2.0.14-3ubuntu2_arm64.deb... I: Extracting libodbc2_2.3.9-5_arm64.deb... I: Extracting libodbcinst2_2.3.9-5_arm64.deb... I: Extracting libogdi4.1_4.1.0+ds-5_arm64.deb... I: Extracting libogg0_1.3.5-0ubuntu3_arm64.deb... I: Extracting libopencv-calib3d-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-calib3d4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-contrib-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-contrib4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-core-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-core4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-dnn-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-dnn4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-features2d-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-features2d4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-flann-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-flann4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-highgui-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-highgui4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-imgcodecs-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-imgcodecs4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-imgproc-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-imgproc4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-ml-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-ml4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-objdetect-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-objdetect4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-photo-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-photo4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-shape-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-shape4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-stitching-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-stitching4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-superres-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-superres4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-video-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-video4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-videoio-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-videoio4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-videostab-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-videostab4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-viz-dev_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv-viz4.5d_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv4.5-java_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopencv4.5d-jni_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting libopenexr-dev_2.5.7-1_arm64.deb... I: Extracting libopenexr25_2.5.7-1_arm64.deb... I: Extracting libopengl-dev_1.4.0-1_arm64.deb... I: Extracting libopengl0_1.4.0-1_arm64.deb... I: Extracting libopenjp2-7_2.4.0-6_arm64.deb... I: Extracting libopenmpi-dev_4.1.2-2ubuntu1_arm64.deb... I: Extracting libopenmpi3_4.1.2-2ubuntu1_arm64.deb... I: Extracting libopenmpt0_0.6.1-1_arm64.deb... I: Extracting libopts25_1%3a5.18.16-4_arm64.deb... I: Extracting libopus0_1.3.1-0.1build2_arm64.deb... I: Extracting liborc-0.4-0_1%3a0.4.32-2_arm64.deb... I: Extracting libp11-kit0_0.24.0-6build1_arm64.deb... I: Extracting libpackage-constants-perl_0.06-1_all.deb... I: Extracting libpackage-stash-perl_0.39-1_all.deb... I: Extracting libpackage-stash-xs-perl_0.29-1build5_arm64.deb... I: Extracting libpackagekit-glib2-18_1.2.5-2ubuntu2_arm64.deb... I: Extracting libpadwalker-perl_2.5-1build2_arm64.deb... I: Extracting libpam-cap_1%3a2.44-1build3_arm64.deb... -> Processing conffiles for libpam-cap I: Extracting libpam-modules-bin_1.4.0-11ubuntu2_arm64.deb... I: Extracting libpam-modules_1.4.0-11ubuntu2_arm64.deb... -> Processing conffiles for libpam-modules I: Extracting libpam-runtime_1.4.0-11ubuntu2_all.deb... -> Processing conffiles for libpam-runtime I: Extracting libpam-systemd_249.11-0ubuntu3_arm64.deb... I: Extracting libpam0g_1.4.0-11ubuntu2_arm64.deb... I: Extracting libpango-1.0-0_1.50.6+ds-2_arm64.deb... I: Extracting libpango1.0-dev_1.50.6+ds-2_arm64.deb... I: Extracting libpangocairo-1.0-0_1.50.6+ds-2_arm64.deb... I: Extracting libpangoft2-1.0-0_1.50.6+ds-2_arm64.deb... I: Extracting libpangoxft-1.0-0_1.50.6+ds-2_arm64.deb... I: Extracting libpaper-utils_1.1.28build2_arm64.deb... I: Extracting libpaper1_1.1.28build2_arm64.deb... I: Extracting libparams-classify-perl_0.015-1build5_arm64.deb... I: Extracting libparams-util-perl_1.102-1build3_arm64.deb... I: Extracting libparams-validate-perl_1.30-1build3_arm64.deb... I: Extracting libpath-tiny-perl_0.122-1_all.deb... I: Extracting libpathplan4_2.42.2-6_arm64.deb... I: Extracting libpciaccess-dev_0.16-3_arm64.deb... I: Extracting libpciaccess0_0.16-3_arm64.deb... I: Extracting libpcre16-3_2%3a8.39-13build5_arm64.deb... I: Extracting libpcre2-16-0_10.39-3build1_arm64.deb... I: Extracting libpcre2-32-0_10.39-3build1_arm64.deb... I: Extracting libpcre2-8-0_10.39-3build1_arm64.deb... I: Extracting libpcre2-dev_10.39-3build1_arm64.deb... I: Extracting libpcre2-posix3_10.39-3build1_arm64.deb... I: Extracting libpcre3-dev_2%3a8.39-13build5_arm64.deb... I: Extracting libpcre32-3_2%3a8.39-13build5_arm64.deb... I: Extracting libpcre3_2%3a8.39-13build5_arm64.deb... I: Extracting libpcrecpp0v5_2%3a8.39-13build5_arm64.deb... I: Extracting libpcsclite1_1.9.5-3_arm64.deb... I: Extracting libperl5.34_5.34.0-3ubuntu1_arm64.deb... I: Extracting libpgm-5.3-0_5.3.128~dfsg-2_arm64.deb... I: Extracting libpipeline1_1.5.5-1_arm64.deb... I: Extracting libpixman-1-0_0.40.0-1build4_arm64.deb... I: Extracting libpixman-1-dev_0.40.0-1build4_arm64.deb... I: Extracting libpmix-dev_4.1.2-2ubuntu1_arm64.deb... I: Extracting libpmix2_4.1.2-2ubuntu1_arm64.deb... I: Extracting libpng-dev_1.6.37-3build5_arm64.deb... I: Extracting libpng-tools_1.6.37-3build5_arm64.deb... I: Extracting libpng16-16_1.6.37-3build5_arm64.deb... I: Extracting libpod-latex-perl_0.61-3_all.deb... I: Extracting libpod-markdown-perl_3.300000-1_all.deb... I: Extracting libpod-parser-perl_1.63-2_all.deb... I: Extracting libpod-readme-perl_1.2.3-1_all.deb... I: Extracting libpolkit-agent-1-0_0.105-33_arm64.deb... I: Extracting libpolkit-gobject-1-0_0.105-33_arm64.deb... I: Extracting libpoppler118_22.02.0-2_arm64.deb... I: Extracting libpopt0_1.18-3build1_arm64.deb... I: Extracting libportaudio2_19.6.0-1.1_arm64.deb... I: Extracting libportaudiocpp0_19.6.0-1.1_arm64.deb... I: Extracting libpotrace0_1.16-2_arm64.deb... I: Extracting libpq5_14.2-1ubuntu1_arm64.deb... I: Extracting libprocps8_2%3a3.3.17-6ubuntu2_arm64.deb... I: Extracting libproj22_8.2.1-1_arm64.deb... I: Extracting libprotobuf-dev_3.12.4-1ubuntu7_arm64.deb... I: Extracting libprotobuf-lite23_3.12.4-1ubuntu7_arm64.deb... I: Extracting libprotobuf23_3.12.4-1ubuntu7_arm64.deb... I: Extracting libprotoc23_3.12.4-1ubuntu7_arm64.deb... I: Extracting libpsl5_0.21.0-1.2build2_arm64.deb... I: Extracting libptexenc1_2021.20210626.59705-1build1_arm64.deb... I: Extracting libpthread-stubs0-dev_0.4-1build2_arm64.deb... I: Extracting libpulse0_1%3a15.99.1+dfsg1-1ubuntu1_arm64.deb... -> Processing conffiles for libpulse0 I: Extracting libpython2-dev_2.7.18-3_arm64.deb... I: Extracting libpython2-stdlib_2.7.18-3_arm64.deb... I: Extracting libpython2.7-dev_2.7.18-13ubuntu1_arm64.deb... I: Extracting libpython2.7-minimal_2.7.18-13ubuntu1_arm64.deb... -> Processing conffiles for libpython2.7-minimal I: Extracting libpython2.7-stdlib_2.7.18-13ubuntu1_arm64.deb... I: Extracting libpython2.7_2.7.18-13ubuntu1_arm64.deb... I: Extracting libpython3-dev_3.10.4-0ubuntu2_arm64.deb... I: Extracting libpython3-stdlib_3.10.4-0ubuntu2_arm64.deb... I: Extracting libpython3.10-dev_3.10.4-3_arm64.deb... I: Extracting libpython3.10-minimal_3.10.4-3_arm64.deb... -> Processing conffiles for libpython3.10-minimal I: Extracting libpython3.10-stdlib_3.10.4-3_arm64.deb... I: Extracting libpython3.10_3.10.4-3_arm64.deb... I: Extracting libqhull-r8.0_2020.2-4_arm64.deb... I: Extracting librabbitmq4_0.10.0-1ubuntu2_arm64.deb... I: Extracting librados2_17.1.0-0ubuntu3_arm64.deb... I: Extracting libraqm0_0.7.0-4ubuntu1_arm64.deb... I: Extracting libraw1394-11_2.1.2-2build2_arm64.deb... I: Extracting libraw1394-dev_2.1.2-2build2_arm64.deb... I: Extracting libraw1394-tools_2.1.2-2build2_arm64.deb... I: Extracting librdmacm1_39.0-1_arm64.deb... I: Extracting libreadline-dev_8.1.2-1_arm64.deb... I: Extracting libreadline8_8.1.2-1_arm64.deb... I: Extracting libreadonly-perl_2.050-3_all.deb... I: Extracting libref-util-perl_0.204-1_all.deb... I: Extracting libref-util-xs-perl_0.117-1build5_arm64.deb... I: Extracting librhash0_1.4.2-1ubuntu1_arm64.deb... I: Extracting libroken18-heimdal_7.7.0+dfsg-3ubuntu1_arm64.deb... I: Extracting librole-tiny-perl_2.002004-1_all.deb... I: Extracting librsvg2-2_2.52.5+dfsg-3_arm64.deb... I: Extracting librsvg2-common_2.52.5+dfsg-3_arm64.deb... I: Extracting librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb... I: Extracting librttopo1_1.1.0-2_arm64.deb... I: Extracting libruby3.0_3.0.2-7ubuntu2_arm64.deb... I: Extracting libruby_1%3a3.0~exp1_all.deb... I: Extracting libsasl2-2_2.1.27+dfsg2-3ubuntu1_arm64.deb... I: Extracting libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1_arm64.deb... I: Extracting libsasl2-modules_2.1.27+dfsg2-3ubuntu1_arm64.deb... -> Processing conffiles for libsasl2-modules I: Extracting libseccomp2_2.5.3-2ubuntu2_arm64.deb... I: Extracting libselinux1-dev_3.3-1build2_arm64.deb... I: Extracting libselinux1_3.3-1build2_arm64.deb... I: Extracting libsemanage-common_3.3-1build2_all.deb... -> Processing conffiles for libsemanage-common I: Extracting libsemanage2_3.3-1build2_arm64.deb... I: Extracting libsensors-config_1%3a3.6.0-7ubuntu1_all.deb... -> Processing conffiles for libsensors-config I: Extracting libsensors-dev_1%3a3.6.0-7ubuntu1_arm64.deb... I: Extracting libsensors4-dev_1%3a3.6.0-7ubuntu1_arm64.deb... I: Extracting libsensors5_1%3a3.6.0-7ubuntu1_arm64.deb... I: Extracting libsepol-dev_3.3-1build1_arm64.deb... I: Extracting libsepol2_3.3-1build1_arm64.deb... I: Extracting libshine3_3.1.1-2_arm64.deb... I: Extracting libsigc++-2.0-0v5_2.10.4-2ubuntu3_arm64.deb... I: Extracting libsigc++-2.0-dev_2.10.4-2ubuntu3_arm64.deb... I: Extracting libsigsegv2_2.13-1ubuntu3_arm64.deb... I: Extracting libslang2_2.3.2-5build4_arm64.deb... I: Extracting libsm-dev_2%3a1.2.3-1build2_arm64.deb... I: Extracting libsm6_2%3a1.2.3-1build2_arm64.deb... I: Extracting libsmartcols1_2.37.2-4ubuntu3_arm64.deb... I: Extracting libsnappy1v5_1.1.8-1build3_arm64.deb... I: Extracting libsndfile1_1.0.31-2build1_arm64.deb... I: Extracting libsocket++1_1.12.13+git20131030.5d039ba-1_arm64.deb... I: Extracting libsocket6-perl_0.29-1build4_arm64.deb... I: Extracting libsodium23_1.0.18-1build2_arm64.deb... I: Extracting libsoftware-license-perl_0.104001-1_all.deb... I: Extracting libsource-highlight-common_3.1.9-4.1build2_all.deb... I: Extracting libsource-highlight4v5_3.1.9-4.1build2_arm64.deb... I: Extracting libsoxr0_0.1.3-4build2_arm64.deb... I: Extracting libspatialite7_5.0.1-2build2_arm64.deb... I: Extracting libspeex1_1.2~rc1.2-1.1ubuntu3_arm64.deb... I: Extracting libsqlite3-0_3.37.2-2_arm64.deb... I: Extracting libsqlite3-dev_3.37.2-2_arm64.deb... I: Extracting libsrt1.4-gnutls_1.4.4-4_arm64.deb... I: Extracting libss2_1.46.5-2ubuntu1_arm64.deb... I: Extracting libssh-4_0.9.6-2build1_arm64.deb... I: Extracting libssh-gcrypt-4_0.9.6-2build1_arm64.deb... I: Extracting libssh2-1_1.10.0-3_arm64.deb... I: Extracting libssl-dev_3.0.2-0ubuntu1_arm64.deb... I: Extracting libssl-doc_3.0.2-0ubuntu1_all.deb... I: Extracting libssl3_3.0.2-0ubuntu1_arm64.deb... I: Extracting libstdc++-11-dev_11.2.0-19ubuntu1_arm64.deb... I: Extracting libstdc++-9-dev_9.4.0-5ubuntu1_arm64.deb... I: Extracting libstdc++6_12-20220319-1ubuntu1_arm64.deb... I: Extracting libstemmer0d_2.2.0-1build1_arm64.deb... I: Extracting libstrictures-perl_2.000006-1_all.deb... I: Extracting libsub-exporter-perl_0.988-1_all.deb... I: Extracting libsub-exporter-progressive-perl_0.001013-1_all.deb... I: Extracting libsub-identify-perl_0.14-1build5_arm64.deb... I: Extracting libsub-install-perl_0.928-1.1_all.deb... I: Extracting libsub-name-perl_0.26-1build3_arm64.deb... I: Extracting libsub-override-perl_0.09-2_all.deb... I: Extracting libsub-quote-perl_2.006006-1_all.deb... I: Extracting libsubunit-dev_1.4.0-3_arm64.deb... I: Extracting libsubunit0_1.4.0-3_arm64.deb... I: Extracting libsuperlu5_5.3.0+dfsg1-2_arm64.deb... I: Extracting libswresample-dev_7%3a4.4.1-3ubuntu5_arm64.deb... I: Extracting libswresample3_7%3a4.4.1-3ubuntu5_arm64.deb... I: Extracting libswscale-dev_7%3a4.4.1-3ubuntu5_arm64.deb... I: Extracting libswscale5_7%3a4.4.1-3ubuntu5_arm64.deb... I: Extracting libsynctex-dev_2021.20210626.59705-1build1_arm64.deb... I: Extracting libsynctex2_2021.20210626.59705-1build1_arm64.deb... I: Extracting libsys-hostname-long-perl_1.5-2_all.deb... I: Extracting libsysfs-dev_2.1.1-1build1_arm64.deb... I: Extracting libsysfs2_2.1.1-1build1_arm64.deb... I: Extracting libsystemd0_249.11-0ubuntu3_arm64.deb... I: Extracting libsz2_1.0.6-1_arm64.deb... I: Extracting libtalloc2_2.3.3-2build1_arm64.deb... I: Extracting libtasn1-6_4.18.0-4build1_arm64.deb... I: Extracting libtbb-dev_2021.5.0-7ubuntu2_arm64.deb... I: Extracting libtbb12_2021.5.0-7ubuntu2_arm64.deb... I: Extracting libtbb2_2020.3-1ubuntu3_arm64.deb... I: Extracting libtbbmalloc2_2021.5.0-7ubuntu2_arm64.deb... I: Extracting libtcl8.6_8.6.12+dfsg-1build1_arm64.deb... I: Extracting libtdb1_1.4.5-2build1_arm64.deb... I: Extracting libterm-ui-perl_0.50-1_all.deb... I: Extracting libtesseract4_4.1.1-2.1build1_arm64.deb... I: Extracting libtevent0_0.11.0-1build1_arm64.deb... I: Extracting libtext-charwidth-perl_0.04-10build3_arm64.deb... I: Extracting libtext-iconv-perl_1.7-7build3_arm64.deb... I: Extracting libtext-soundex-perl_3.05-1build1_arm64.deb... I: Extracting libtext-template-perl_1.60-1_all.deb... I: Extracting libtext-unidecode-perl_1.30-1_all.deb... I: Extracting libtext-wrapi18n-perl_0.06-9_all.deb... I: Extracting libthai-data_0.1.29-1build1_all.deb... I: Extracting libthai-dev_0.1.29-1build1_arm64.deb... I: Extracting libthai0_0.1.29-1build1_arm64.deb... I: Extracting libtheora0_1.1.1+dfsg.1-15ubuntu4_arm64.deb... I: Extracting libtie-ixhash-perl_1.23-2.1_all.deb... I: Extracting libtiff-dev_4.3.0-6_arm64.deb... I: Extracting libtiff5-dev_4.3.0-6_arm64.deb... I: Extracting libtiff5_4.3.0-6_arm64.deb... I: Extracting libtiffxx5_4.3.0-6_arm64.deb... I: Extracting libtimedate-perl_2.3300-2_all.deb... I: Extracting libtinfo-dev_6.3-2_arm64.deb... I: Extracting libtinfo5_6.3-2_arm64.deb... I: Extracting libtinfo6_6.3-2_arm64.deb... I: Extracting libtirpc-common_1.3.2-2build1_all.deb... -> Processing conffiles for libtirpc-common I: Extracting libtirpc-dev_1.3.2-2build1_arm64.deb... I: Extracting libtirpc3_1.3.2-2build1_arm64.deb... I: Extracting libtk8.6_8.6.12-1build1_arm64.deb... I: Extracting libtool_2.4.6-15build2_all.deb... I: Extracting libtry-tiny-perl_0.31-1_all.deb... I: Extracting libtsan0_11.2.0-19ubuntu1_arm64.deb... I: Extracting libtwolame0_0.4.0-2build2_arm64.deb... I: Extracting libtype-tiny-perl_1.012004-1_all.deb... I: Extracting libtype-tiny-xs-perl_0.022-1build2_arm64.deb... I: Extracting libubsan1_12-20220319-1ubuntu1_arm64.deb... I: Extracting libuchardet0_0.0.7-1build2_arm64.deb... I: Extracting libucx0_1.12.1~rc2-1_arm64.deb... I: Extracting libudev-dev_249.11-0ubuntu3_arm64.deb... I: Extracting libudev1_249.11-0ubuntu3_arm64.deb... I: Extracting libudfread0_1.1.2-1_arm64.deb... I: Extracting libunicode-utf8-perl_0.62-1build4_arm64.deb... I: Extracting libunistring2_1.0-1_arm64.deb... I: Extracting libunwind8_1.3.2-2build2_arm64.deb... I: Extracting liburi-escape-xs-perl_0.14-1build6_arm64.deb... I: Extracting liburi-perl_5.10-1_all.deb... I: Extracting liburing2_2.1-2build1_arm64.deb... I: Extracting liburiparser1_0.9.6+dfsg-1_arm64.deb... I: Extracting libusb-0.1-4_2%3a0.1.12-32build3_arm64.deb... I: Extracting libusb-1.0-0-dev_2%3a1.0.25-1ubuntu1_arm64.deb... I: Extracting libusb-1.0-0_2%3a1.0.25-1ubuntu1_arm64.deb... I: Extracting libusb-1.0-doc_2%3a1.0.25-1ubuntu1_all.deb... I: Extracting libusb-dev_2%3a0.1.12-32build3_arm64.deb... I: Extracting libustr-1.0-1_1.0.4-6_arm64.deb... I: Extracting libutempter0_1.2.1-2build2_arm64.deb... I: Extracting libuuid1_2.37.2-4ubuntu3_arm64.deb... I: Extracting libuv1_1.43.0-1_arm64.deb... I: Extracting libv4l-0_1.22.1-2build1_arm64.deb... I: Extracting libv4lconvert0_1.22.1-2build1_arm64.deb... I: Extracting libva-drm2_2.14.0-1_arm64.deb... I: Extracting libva-x11-2_2.14.0-1_arm64.deb... I: Extracting libva2_2.14.0-1_arm64.deb... I: Extracting libvariable-magic-perl_0.62-1build5_arm64.deb... I: Extracting libvdpau1_1.4-3build2_arm64.deb... -> Processing conffiles for libvdpau1 I: Extracting libvisual-0.4-0_0.4.0-17build2_arm64.deb... I: Extracting libvorbis0a_1.3.7-1build2_arm64.deb... I: Extracting libvorbisenc2_1.3.7-1build2_arm64.deb... I: Extracting libvorbisfile3_1.3.7-1build2_arm64.deb... I: Extracting libvpx7_1.11.0-2ubuntu2_arm64.deb... I: Extracting libvtk9.1_9.1.0+really9.1.0+dfsg2-3build1_arm64.deb... I: Extracting libvulkan1_1.3.204.1-2_arm64.deb... I: Extracting libwacom-bin_2.2.0-1_arm64.deb... I: Extracting libwacom-common_2.2.0-1_all.deb... I: Extracting libwacom9_2.2.0-1_arm64.deb... I: Extracting libwavpack1_5.4.0-1build2_arm64.deb... I: Extracting libwayland-client0_1.20.0-1_arm64.deb... I: Extracting libwayland-cursor0_1.20.0-1_arm64.deb... I: Extracting libwayland-egl1_1.20.0-1_arm64.deb... I: Extracting libwayland-server0_1.20.0-1_arm64.deb... I: Extracting libwbclient0_2%3a4.15.5~dfsg-0ubuntu5_arm64.deb... I: Extracting libwebp-dev_1.2.2-2_arm64.deb... I: Extracting libwebp7_1.2.2-2_arm64.deb... I: Extracting libwebpdemux2_1.2.2-2_arm64.deb... I: Extracting libwebpmux3_1.2.2-2_arm64.deb... I: Extracting libwind0-heimdal_7.7.0+dfsg-3ubuntu1_arm64.deb... I: Extracting libwrap0_7.6.q-31build2_arm64.deb... I: Extracting libwww-perl_6.61-1_all.deb... I: Extracting libwww-robotrules-perl_6.02-1_all.deb... I: Extracting libx11-6_2%3a1.7.5-1_arm64.deb... I: Extracting libx11-data_2%3a1.7.5-1_all.deb... I: Extracting libx11-dev_2%3a1.7.5-1_arm64.deb... I: Extracting libx11-doc_2%3a1.7.5-1_all.deb... I: Extracting libx11-protocol-perl_0.56-7.1_all.deb... I: Extracting libx11-xcb-dev_2%3a1.7.5-1_arm64.deb... I: Extracting libx11-xcb1_2%3a1.7.5-1_arm64.deb... I: Extracting libx264-163_2%3a0.163.3060+git5db6aa6-2build1_arm64.deb... I: Extracting libx265-199_3.5-2_arm64.deb... I: Extracting libxau-dev_1%3a1.0.9-1build5_arm64.deb... I: Extracting libxau6_1%3a1.0.9-1build5_arm64.deb... I: Extracting libxaw7-dev_2%3a1.0.14-1_arm64.deb... I: Extracting libxaw7_2%3a1.0.14-1_arm64.deb... I: Extracting libxcb-dri2-0-dev_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-dri2-0_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-dri3-0_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-dri3-dev_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-glx0-dev_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-glx0_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-present-dev_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-present0_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-randr0-dev_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-randr0_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-render0-dev_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-render0_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-shape0-dev_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-shape0_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-shm0-dev_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-shm0_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-sync-dev_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-sync1_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-xfixes0-dev_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb-xfixes0_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb1-dev_1.14-3ubuntu3_arm64.deb... I: Extracting libxcb1_1.14-3ubuntu3_arm64.deb... I: Extracting libxcomposite-dev_1%3a0.4.5-1build2_arm64.deb... I: Extracting libxcomposite1_1%3a0.4.5-1build2_arm64.deb... I: Extracting libxcursor-dev_1%3a1.2.0-2build4_arm64.deb... I: Extracting libxcursor1_1%3a1.2.0-2build4_arm64.deb... I: Extracting libxcvt-dev_0.1.1-3_arm64.deb... I: Extracting libxcvt0_0.1.1-3_arm64.deb... I: Extracting libxdamage-dev_1%3a1.1.5-2build2_arm64.deb... I: Extracting libxdamage1_1%3a1.1.5-2build2_arm64.deb... I: Extracting libxdmcp-dev_1%3a1.1.3-0ubuntu5_arm64.deb... I: Extracting libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb... I: Extracting libxdot4_2.42.2-6_arm64.deb... I: Extracting libxerces-c3.2_3.2.3+debian-3build1_arm64.deb... I: Extracting libxext-dev_2%3a1.3.4-1build1_arm64.deb... I: Extracting libxext6_2%3a1.3.4-1build1_arm64.deb... I: Extracting libxfixes-dev_1%3a6.0.0-1_arm64.deb... I: Extracting libxfixes3_1%3a6.0.0-1_arm64.deb... I: Extracting libxfont-dev_1%3a2.0.5-1build1_arm64.deb... I: Extracting libxfont2_1%3a2.0.5-1build1_arm64.deb... I: Extracting libxft-dev_2.3.4-1_arm64.deb... I: Extracting libxft2_2.3.4-1_arm64.deb... I: Extracting libxi-dev_2%3a1.8-1build1_arm64.deb... I: Extracting libxi6_2%3a1.8-1build1_arm64.deb... I: Extracting libxinerama-dev_2%3a1.1.4-3_arm64.deb... I: Extracting libxinerama1_2%3a1.1.4-3_arm64.deb... I: Extracting libxkbcommon0_1.4.0-1_arm64.deb... I: Extracting libxkbfile-dev_1%3a1.1.0-1build3_arm64.deb... I: Extracting libxkbfile1_1%3a1.1.0-1build3_arm64.deb... I: Extracting libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_arm64.deb... I: Extracting libxml-namespacesupport-perl_1.12-1.1_all.deb... I: Extracting libxml-parser-perl_2.46-3build1_arm64.deb... I: Extracting libxml-sax-base-perl_1.09-1.1_all.deb... I: Extracting libxml-sax-expat-perl_0.51-1_all.deb... I: Extracting libxml-sax-perl_1.02+dfsg-3_all.deb... I: Extracting libxml-twig-perl_1%3a3.52-1_all.deb... I: Extracting libxml-xpathengine-perl_0.14-1_all.deb... I: Extracting libxml2-dev_2.9.13+dfsg-1build1_arm64.deb... I: Extracting libxml2-utils_2.9.13+dfsg-1build1_arm64.deb... I: Extracting libxml2_2.9.13+dfsg-1build1_arm64.deb... I: Extracting libxmlb2_0.3.6-2build1_arm64.deb... I: Extracting libxmu-dev_2%3a1.1.3-3_arm64.deb... I: Extracting libxmu-headers_2%3a1.1.3-3_all.deb... I: Extracting libxmu6_2%3a1.1.3-3_arm64.deb... I: Extracting libxmuu-dev_2%3a1.1.3-3_arm64.deb... I: Extracting libxmuu1_2%3a1.1.3-3_arm64.deb... I: Extracting libxnvctrl0_510.47.03-0ubuntu1_arm64.deb... I: Extracting libxpm-dev_1%3a3.5.12-1build2_arm64.deb... I: Extracting libxpm4_1%3a3.5.12-1build2_arm64.deb... I: Extracting libxrandr-dev_2%3a1.5.2-1build1_arm64.deb... I: Extracting libxrandr2_2%3a1.5.2-1build1_arm64.deb... I: Extracting libxrender-dev_1%3a0.9.10-1build4_arm64.deb... I: Extracting libxrender1_1%3a0.9.10-1build4_arm64.deb... I: Extracting libxres-dev_2%3a1.2.1-1_arm64.deb... I: Extracting libxres1_2%3a1.2.1-1_arm64.deb... I: Extracting libxshmfence-dev_1.3-1build4_arm64.deb... I: Extracting libxshmfence1_1.3-1build4_arm64.deb... I: Extracting libxsimd-dev_7.6.0-2_arm64.deb... I: Extracting libxslt1-dev_1.1.34-4build2_arm64.deb... I: Extracting libxslt1.1_1.1.34-4build2_arm64.deb... I: Extracting libxss-dev_1%3a1.2.3-1build2_arm64.deb... I: Extracting libxss1_1%3a1.2.3-1build2_arm64.deb... I: Extracting libxt-dev_1%3a1.2.1-1_arm64.deb... I: Extracting libxt6_1%3a1.2.1-1_arm64.deb... I: Extracting libxtables12_1.8.7-1ubuntu5_arm64.deb... I: Extracting libxtst-dev_2%3a1.2.3-1build4_arm64.deb... I: Extracting libxtst6_2%3a1.2.3-1build4_arm64.deb... I: Extracting libxv-dev_2%3a1.0.11-1build2_arm64.deb... I: Extracting libxv1_2%3a1.0.11-1build2_arm64.deb... I: Extracting libxvidcore4_2%3a1.3.7-1_arm64.deb... I: Extracting libxvmc-dev_2%3a1.0.12-2build2_arm64.deb... I: Extracting libxvmc1_2%3a1.0.12-2build2_arm64.deb... -> Processing conffiles for libxvmc1 I: Extracting libxxf86dga-dev_2%3a1.1.5-0ubuntu3_arm64.deb... I: Extracting libxxf86dga1_2%3a1.1.5-0ubuntu3_arm64.deb... I: Extracting libxxf86vm-dev_1%3a1.1.4-1build3_arm64.deb... I: Extracting libxxf86vm1_1%3a1.1.4-1build3_arm64.deb... I: Extracting libxxhash0_0.8.1-1_arm64.deb... I: Extracting libyaml-0-2_0.2.2-1build2_arm64.deb... I: Extracting libyaml-dev_0.2.2-1build2_arm64.deb... I: Extracting libyaml-tiny-perl_1.73-1_all.deb... I: Extracting libzip-dev_1.7.3-1ubuntu2_arm64.deb... I: Extracting libzip4_1.7.3-1ubuntu2_arm64.deb... I: Extracting libzmq5_4.3.4-2_arm64.deb... I: Extracting libzstd1_1.4.8+dfsg-3build1_arm64.deb... I: Extracting libzvbi-common_0.2.35-19_all.deb... I: Extracting libzvbi0_0.2.35-19_arm64.deb... I: Extracting libzzip-0-13_0.13.72+dfsg.1-1.1_arm64.deb... I: Extracting libzzip-dev_0.13.72+dfsg.1-1.1_arm64.deb... I: Extracting linux-firmware_20220329.git681281e4-0ubuntu1_all.deb... I: Extracting linux-libc-dev_5.15.0-25.25_arm64.deb... I: Extracting lmodern_2.004.5-6.1_all.deb... -> Processing conffiles for lmodern I: Extracting locales_2.35-0ubuntu3_all.deb... -> Processing conffiles for locales I: Extracting lockfile-progs_0.1.19build1_arm64.deb... I: Extracting login_1%3a4.8.1-2ubuntu2_arm64.deb... -> Processing conffiles for login I: Extracting logrotate_3.19.0-1ubuntu1_arm64.deb... -> Processing conffiles for logrotate I: Extracting logsave_1.46.5-2ubuntu1_arm64.deb... I: Extracting lsb-base_11.1.0ubuntu4_all.deb... I: Extracting lsb-release_11.1.0ubuntu4_all.deb... I: Extracting lsof_4.93.2+dfsg-1.1build2_arm64.deb... I: Extracting lto-disabled-list_24_all.deb... I: Extracting m4_1.4.18-5ubuntu2_arm64.deb... I: Extracting mailcap_3.70+nmu1ubuntu1_all.deb... -> Processing conffiles for mailcap I: Extracting make_4.3-4.1build1_arm64.deb... I: Extracting makedev_2.3.1-95_all.deb... I: Extracting man-db_2.10.2-1_arm64.deb... -> Processing conffiles for man-db I: Extracting manpages-dev_5.10-1ubuntu1_all.deb... I: Extracting manpages_5.10-1ubuntu1_all.deb... I: Extracting mawk_1.3.4.20200120-3_arm64.deb... I: Extracting media-types_7.0.0_all.deb... -> Processing conffiles for media-types I: Extracting menu_2.1.47ubuntu4_arm64.deb... -> Processing conffiles for menu I: Extracting mesa-common-dev_22.0.1-1ubuntu2_arm64.deb... I: Extracting mesa-va-drivers_22.0.1-1ubuntu2_arm64.deb... I: Extracting mesa-vdpau-drivers_22.0.1-1ubuntu2_arm64.deb... I: Extracting mesa-vulkan-drivers_22.0.1-1ubuntu2_arm64.deb... I: Extracting mime-support_3.66_all.deb... I: Extracting mount_2.37.2-4ubuntu3_arm64.deb... I: Extracting mpi-default-bin_1.14_arm64.deb... I: Extracting mpi-default-dev_1.14_arm64.deb... I: Extracting mysql-common_5.8+1.0.8_all.deb... -> Processing conffiles for mysql-common I: Extracting nano_6.2-1_arm64.deb... -> Processing conffiles for nano I: Extracting ncal_12.1.7+nmu3ubuntu2_arm64.deb... I: Extracting ncdu_1.15.1-1_arm64.deb... I: Extracting ncurses-base_6.3-2_all.deb... -> Processing conffiles for ncurses-base I: Extracting ncurses-bin_6.3-2_arm64.deb... I: Extracting ncurses-term_6.3-2_all.deb... I: Extracting net-tools_1.60+git20181103.0eebece-1ubuntu5_arm64.deb... I: Extracting netbase_6.3_all.deb... -> Processing conffiles for netbase I: Extracting netcat-openbsd_1.218-4ubuntu1_arm64.deb... I: Extracting netplan.io_0.104-0ubuntu2_arm64.deb... I: Extracting networkd-dispatcher_2.1-2_all.deb... -> Processing conffiles for networkd-dispatcher I: Extracting nodejs-doc_12.22.9~dfsg-1ubuntu3_all.deb... I: Extracting nodejs_12.22.9~dfsg-1ubuntu3_arm64.deb... I: Extracting ntpdate_1%3a4.2.8p15+dfsg-1ubuntu2_arm64.deb... -> Processing conffiles for ntpdate I: Extracting ocl-icd-dev_2.2.14-3_arm64.deb... I: Extracting ocl-icd-libopencl1_2.2.14-3_arm64.deb... I: Extracting ocl-icd-opencl-dev_2.2.14-3_arm64.deb... I: Extracting opencl-c-headers_3.0~2022.01.04-1_all.deb... I: Extracting opencl-clhpp-headers_3.0~2.0.15-1ubuntu1_all.deb... I: Extracting opencl-headers_3.0~2022.01.04-1_all.deb... I: Extracting opencv-data_4.5.4+dfsg-9ubuntu4_all.deb... I: Extracting openjdk-8-jdk-headless_8u312-b07-0ubuntu1_arm64.deb... I: Extracting openjdk-8-jdk_8u312-b07-0ubuntu1_arm64.deb... I: Extracting openjdk-8-jre-headless_8u312-b07-0ubuntu1_arm64.deb... -> Processing conffiles for openjdk-8-jre-headless I: Extracting openjdk-8-jre_8u312-b07-0ubuntu1_arm64.deb... I: Extracting openmpi-bin_4.1.2-2ubuntu1_arm64.deb... -> Processing conffiles for openmpi-bin I: Extracting openmpi-common_4.1.2-2ubuntu1_all.deb... I: Extracting openssh-client_1%3a8.9p1-3_arm64.deb... -> Processing conffiles for openssh-client I: Extracting openssh-server_1%3a8.9p1-3_arm64.deb... -> Processing conffiles for openssh-server I: Extracting openssh-sftp-server_1%3a8.9p1-3_arm64.deb... I: Extracting openssl_3.0.2-0ubuntu1_arm64.deb... -> Processing conffiles for openssl I: Extracting packagekit-tools_1.2.5-2ubuntu2_arm64.deb... I: Extracting packagekit_1.2.5-2ubuntu2_arm64.deb... -> Processing conffiles for packagekit I: Extracting pandoc-data_2.9.2.1-3ubuntu2_all.deb... I: Extracting pandoc_2.9.2.1-3ubuntu2_arm64.deb... I: Extracting pango1.0-tools_1.50.6+ds-2_arm64.deb... I: Extracting passwd_1%3a4.8.1-2ubuntu2_arm64.deb... -> Processing conffiles for passwd I: Extracting patch_2.7.6-7build2_arm64.deb... I: Extracting perl-base_5.34.0-3ubuntu1_arm64.deb... I: Extracting perl-modules-5.34_5.34.0-3ubuntu1_all.deb... I: Extracting perl-openssl-defaults_5build2_arm64.deb... I: Extracting perl_5.34.0-3ubuntu1_arm64.deb... -> Processing conffiles for perl I: Extracting pinentry-curses_1.1.1-1build2_arm64.deb... I: Extracting pkexec_0.105-33_arm64.deb... I: Extracting pkg-config_0.29.2-1ubuntu3_arm64.deb... -> Processing conffiles for pkg-config I: Extracting po-debconf_1.0.21+nmu1_all.deb... I: Extracting policykit-1_0.105-33_arm64.deb... I: Extracting polkitd_0.105-33_arm64.deb... -> Processing conffiles for polkitd I: Extracting poppler-data_0.4.11-1_all.deb... -> Processing conffiles for poppler-data I: Extracting portaudio19-dev_19.6.0-1.1_arm64.deb... I: Extracting procps_2%3a3.3.17-6ubuntu2_arm64.deb... -> Processing conffiles for procps I: Extracting proj-bin_8.2.1-1_arm64.deb... I: Extracting proj-data_8.2.1-1_all.deb... I: Extracting protobuf-compiler_3.12.4-1ubuntu7_arm64.deb... I: Extracting psmisc_23.4-2build3_arm64.deb... I: Extracting publicsuffix_20211207.1025-1_all.deb... I: Extracting pybind11-dev_2.9.1-2_all.deb... I: Extracting python-apt-common_2.3.0ubuntu2_all.deb... I: Extracting python-babel-localedata_2.8.0+dfsg.1-7_all.deb... I: Extracting python-dev-is-python3_3.9.2-2_all.deb... I: Extracting python-gi-dev_3.42.0-3build1_arm64.deb... I: Extracting python-is-python3_3.9.2-2_all.deb... I: Extracting python-matplotlib-data_3.5.1-2build1_all.deb... -> Processing conffiles for python-matplotlib-data I: Extracting python-odf-doc_1.4.2-1_all.deb... I: Extracting python-odf-tools_1.4.2-1_all.deb... I: Extracting python-pkg-resources_44.1.1-1.2_all.deb... I: Extracting python-setuptools_44.1.1-1.2_all.deb... I: Extracting python-tables-data_3.7.0-2build1_all.deb... I: Extracting python2-minimal_2.7.18-3_arm64.deb... I: Extracting python2.7-dev_2.7.18-13ubuntu1_arm64.deb... I: Extracting python2.7-minimal_2.7.18-13ubuntu1_arm64.deb... I: Extracting python2.7_2.7.18-13ubuntu1_arm64.deb... I: Extracting python2_2.7.18-3_arm64.deb... I: Extracting python3-appdirs_1.4.4-2_all.deb... I: Extracting python3-apport_2.20.11-0ubuntu82_all.deb... I: Extracting python3-apt_2.3.0ubuntu2_arm64.deb... I: Extracting python3-attr_21.2.0-1_all.deb... I: Extracting python3-babel_2.8.0+dfsg.1-7_all.deb... I: Extracting python3-bcrypt_3.2.0-1build1_arm64.deb... I: Extracting python3-beniget_0.4.1-2_all.deb... I: Extracting python3-blinker_1.4+dfsg1-0.4_all.deb... I: Extracting python3-blosc_1.9.2+ds1-3build2_arm64.deb... I: Extracting python3-bottleneck_1.3.2+ds1-2build1_arm64.deb... I: Extracting python3-brotli_1.0.9-2build6_arm64.deb... I: Extracting python3-bs4_4.10.0-2_all.deb... I: Extracting python3-certifi_2020.6.20-1_all.deb... I: Extracting python3-cffi-backend_1.15.0-1build2_arm64.deb... I: Extracting python3-cffi_1.15.0-1build2_all.deb... I: Extracting python3-chardet_4.0.0-1_all.deb... I: Extracting python3-click_8.0.3-1_all.deb... I: Extracting python3-cloudpickle_2.0.0-1_all.deb... I: Extracting python3-colorama_0.4.4-1_all.deb... I: Extracting python3-cryptography_3.4.8-1ubuntu2_arm64.deb... I: Extracting python3-cycler_0.11.0-1_all.deb... I: Extracting python3-dask_2022.01.0+dfsg-1ubuntu1_all.deb... I: Extracting python3-dateutil_2.8.1-6_all.deb... I: Extracting python3-dbus_1.2.18-3build1_arm64.deb... I: Extracting python3-decorator_4.4.2-0ubuntu1_all.deb... I: Extracting python3-defusedxml_0.7.1-1_all.deb... I: Extracting python3-dev_3.10.4-0ubuntu2_arm64.deb... I: Extracting python3-distributed_2022.01.0+ds.1-1_all.deb... I: Extracting python3-distro-info_1.1build1_all.deb... I: Extracting python3-distro_1.7.0-1_all.deb... I: Extracting python3-distutils_3.10.4-0ubuntu1_all.deb... I: Extracting python3-dnspython_2.1.0-1ubuntu1_all.deb... I: Extracting python3-dropbox_11.26.0-1_all.deb... I: Extracting python3-et-xmlfile_1.0.1-2.1_all.deb... I: Extracting python3-fonttools_4.29.1-2build1_arm64.deb... I: Extracting python3-fs_2.4.12-1_all.deb... I: Extracting python3-fsspec_2022.01.0-1_all.deb... I: Extracting python3-fusepy_3.0.1-2_all.deb... I: Extracting python3-gast_0.5.2-2_all.deb... I: Extracting python3-gi_3.42.0-3build1_arm64.deb... I: Extracting python3-gpg_1.16.0-1.2ubuntu4_arm64.deb... I: Extracting python3-greenlet_1.1.2-3build1_arm64.deb... I: Extracting python3-heapdict_1.0.1-1_all.deb... I: Extracting python3-html5lib_1.1-3_all.deb... I: Extracting python3-httplib2_0.20.2-2_all.deb... I: Extracting python3-idna_3.3-1_all.deb... I: Extracting python3-imageio_2.4.1-4_all.deb... I: Extracting python3-importlib-metadata_4.6.4-1_all.deb... I: Extracting python3-iniconfig_1.1.1-2_all.deb... I: Extracting python3-jdcal_1.0-1.3_all.deb... I: Extracting python3-jeepney_0.7.1-3_all.deb... I: Extracting python3-jinja2_3.0.3-1_all.deb... I: Extracting python3-jwt_2.3.0-1_all.deb... I: Extracting python3-keyring_23.5.0-1_all.deb... I: Extracting python3-kiwisolver_1.3.2-1build1_arm64.deb... I: Extracting python3-launchpadlib_1.10.16-1_all.deb... I: Extracting python3-lazr.restfulclient_0.14.4-1_all.deb... I: Extracting python3-lazr.uri_1.0.6-2_all.deb... I: Extracting python3-ldb_2%3a2.4.2-0ubuntu1_arm64.deb... I: Extracting python3-lib2to3_3.10.4-0ubuntu1_all.deb... I: Extracting python3-libarchive-c_2.9-0.1_all.deb... I: Extracting python3-locket_0.2.1-1_all.deb... I: Extracting python3-lxml_4.8.0-1build1_arm64.deb... I: Extracting python3-lz4_3.1.3+dfsg-1build3_arm64.deb... I: Extracting python3-markdown_3.3.6-1_all.deb... I: Extracting python3-markupsafe_2.0.1-2build1_arm64.deb... I: Extracting python3-matplotlib_3.5.1-2build1_arm64.deb... I: Extracting python3-minimal_3.10.4-0ubuntu2_arm64.deb... I: Extracting python3-more-itertools_8.10.0-2_all.deb... I: Extracting python3-mpmath_1.2.1-2_all.deb... I: Extracting python3-msgpack_1.0.3-1build1_arm64.deb... I: Extracting python3-nacl_1.5.0-2_arm64.deb... I: Extracting python3-netifaces_0.11.0-1build2_arm64.deb... I: Extracting python3-networkx_2.4-4ubuntu2_all.deb... I: Extracting python3-numexpr_2.8.1-1build1_arm64.deb... I: Extracting python3-numpy_1%3a1.21.5-1build2_arm64.deb... I: Extracting python3-oauthlib_3.2.0-1_all.deb... I: Extracting python3-odf_1.4.2-1_all.deb... I: Extracting python3-olefile_0.46-3_all.deb... I: Extracting python3-opencv_4.5.4+dfsg-9ubuntu4_arm64.deb... I: Extracting python3-openpyxl_3.0.9-1_all.deb... I: Extracting python3-packaging_21.3-1_all.deb... I: Extracting python3-pandas-lib_1.3.5+dfsg-3_arm64.deb... I: Extracting python3-pandas_1.3.5+dfsg-3_all.deb... I: Extracting python3-paramiko_2.9.3-0ubuntu1_all.deb... I: Extracting python3-partd_1.2.0-1_all.deb... I: Extracting python3-pil.imagetk_9.0.1-1build1_arm64.deb... I: Extracting python3-pil_9.0.1-1build1_arm64.deb... I: Extracting python3-pip-whl_22.0.2+dfsg-1_all.deb... I: Extracting python3-pip_22.0.2+dfsg-1_all.deb... I: Extracting python3-pkg-resources_59.6.0-1.2_all.deb... I: Extracting python3-pluggy_0.13.0-7.1_all.deb... I: Extracting python3-ply_3.11-5_all.deb... I: Extracting python3-problem-report_2.20.11-0ubuntu82_all.deb... I: Extracting python3-psutil_5.9.0-1build1_arm64.deb... I: Extracting python3-py_1.10.0-1_all.deb... I: Extracting python3-pycparser_2.21-1_all.deb... I: Extracting python3-pygit2_1.6.1+dfsg-2_arm64.deb... I: Extracting python3-pygments_2.11.2+dfsg-2_all.deb... I: Extracting python3-pygraphviz_1.7-3build1_arm64.deb... I: Extracting python3-pyparsing_2.4.7-1_all.deb... I: Extracting python3-pytest-sourceorder_0.5.1-2_all.deb... I: Extracting python3-pytest_6.2.5-1ubuntu2_all.deb... I: Extracting python3-pythran_0.10.0+ds2-1_arm64.deb... I: Extracting python3-pywt_1.1.1-1ubuntu2_arm64.deb... I: Extracting python3-requests-toolbelt_0.9.1-1_all.deb... I: Extracting python3-requests_2.25.1+dfsg-2_all.deb... I: Extracting python3-retrying_1.3.3-4_all.deb... I: Extracting python3-samba_2%3a4.15.5~dfsg-0ubuntu5_arm64.deb... I: Extracting python3-scipy_1.8.0-1exp2ubuntu1_arm64.deb... I: Extracting python3-secretstorage_3.3.1-1_all.deb... I: Extracting python3-setuptools-whl_59.6.0-1.2_all.deb... I: Extracting python3-setuptools_59.6.0-1.2_all.deb... I: Extracting python3-six_1.16.0-3ubuntu1_all.deb... I: Extracting python3-skimage-lib_0.18.3-2build1_arm64.deb... I: Extracting python3-skimage_0.18.3-2build1_all.deb... I: Extracting python3-software-properties_0.99.22_all.deb... I: Extracting python3-sortedcontainers_2.1.0-2_all.deb... I: Extracting python3-soupsieve_2.3.1-1_all.deb... I: Extracting python3-sqlalchemy-ext_1.4.31+ds1-1build1_arm64.deb... I: Extracting python3-sqlalchemy_1.4.31+ds1-1build1_all.deb... I: Extracting python3-stone_3.3.1-1_all.deb... I: Extracting python3-sympy_1.9-1_all.deb... I: Extracting python3-systemd_234-3ubuntu2_arm64.deb... I: Extracting python3-tables-lib_3.7.0-2build1_arm64.deb... I: Extracting python3-tables_3.7.0-2build1_all.deb... I: Extracting python3-talloc_2.3.3-2build1_arm64.deb... I: Extracting python3-tblib_1.7.0-2_all.deb... I: Extracting python3-tdb_1.4.5-2build1_arm64.deb... I: Extracting python3-tifffile_20220209-1_all.deb... I: Extracting python3-tk_3.10.4-0ubuntu1_arm64.deb... I: Extracting python3-toml_0.10.2-1_all.deb... I: Extracting python3-toolz_0.11.2-1_all.deb... I: Extracting python3-tornado_6.1.0-3build1_arm64.deb... I: Extracting python3-transitions_0.8.10+3-1_all.deb... I: Extracting python3-tz_2022.1-1_all.deb... I: Extracting python3-ufolib2_0.13.1+dfsg1-1_all.deb... I: Extracting python3-unicodedata2_14.0.0+ds-8_arm64.deb... I: Extracting python3-urllib3_1.26.5-1~exp1_all.deb... I: Extracting python3-uvloop_0.16.0+ds1-2build1_arm64.deb... I: Extracting python3-venv_3.10.4-0ubuntu2_arm64.deb... I: Extracting python3-wadllib_1.3.6-1_all.deb... I: Extracting python3-webencodings_0.5.1-4_all.deb... I: Extracting python3-wheel_0.37.1-2_all.deb... I: Extracting python3-xlwt_1.3.0-3_all.deb... I: Extracting python3-yaml_5.4.1-1ubuntu1_arm64.deb... I: Extracting python3-zict_2.0.0-1_all.deb... I: Extracting python3-zipp_1.0.0-3_all.deb... I: Extracting python3-zmq_22.3.0-1build1_arm64.deb... I: Extracting python3.10-dev_3.10.4-3_arm64.deb... I: Extracting python3.10-minimal_3.10.4-3_arm64.deb... I: Extracting python3.10-venv_3.10.4-3_arm64.deb... I: Extracting python3.10_3.10.4-3_arm64.deb... I: Extracting python3_3.10.4-0ubuntu2_arm64.deb... I: Extracting rake_13.0.6-2_all.deb... I: Extracting rapidjson-dev_1.1.0+dfsg2-7_all.deb... I: Extracting read-edid_3.0.2-1.1_arm64.deb... I: Extracting readline-common_8.1.2-1_all.deb... I: Extracting rename_1.30-1_all.deb... I: Extracting resolvconf_1.84ubuntu1_all.deb... -> Processing conffiles for resolvconf I: Extracting rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb... I: Extracting rsync_3.2.3-8ubuntu3_arm64.deb... -> Processing conffiles for rsync I: Extracting rsyslog_8.2112.0-2ubuntu2_arm64.deb... -> Processing conffiles for rsyslog I: Extracting ruby-net-telnet_0.1.1-2_all.deb... I: Extracting ruby-rubygems_3.3.5-2_all.deb... I: Extracting ruby-xmlrpc_0.3.2-1_all.deb... I: Extracting ruby3.0_3.0.2-7ubuntu2_arm64.deb... I: Extracting ruby_1%3a3.0~exp1_arm64.deb... I: Extracting rubygems-integration_1.18_all.deb... I: Extracting samba-common-bin_2%3a4.15.5~dfsg-0ubuntu5_arm64.deb... I: Extracting samba-common_2%3a4.15.5~dfsg-0ubuntu5_all.deb... -> Processing conffiles for samba-common I: Extracting samba-dsdb-modules_2%3a4.15.5~dfsg-0ubuntu5_arm64.deb... I: Extracting samba-libs_2%3a4.15.5~dfsg-0ubuntu5_arm64.deb... I: Extracting samba-vfs-modules_2%3a4.15.5~dfsg-0ubuntu5_arm64.deb... I: Extracting samba_2%3a4.15.5~dfsg-0ubuntu5_arm64.deb... -> Processing conffiles for samba I: Extracting sed_4.8-1ubuntu2_arm64.deb... I: Extracting sensible-utils_0.0.17_all.deb... I: Extracting session-migration_0.3.6_arm64.deb... I: Extracting sgml-base_1.30_all.deb... I: Extracting shared-mime-info_2.1-2_arm64.deb... I: Extracting snapd_2.55.3+22.04_arm64.deb... -> Processing conffiles for snapd I: Extracting software-properties-common_0.99.22_all.deb... -> Processing conffiles for software-properties-common I: Extracting sound-theme-freedesktop_0.8-2ubuntu1_all.deb... I: Extracting squashfs-tools_1%3a4.5-3build1_arm64.deb... I: Extracting ssh-import-id_5.11-0ubuntu1_all.deb... -> Processing conffiles for ssh-import-id I: Extracting ssh_1%3a8.9p1-3_all.deb... I: Extracting strace_5.16-0ubuntu3_arm64.deb... I: Extracting sudo_1.9.9-1ubuntu2_arm64.deb... -> Processing conffiles for sudo I: Extracting swig3.0_3.0.12-2.2ubuntu1_arm64.deb... I: Extracting swig4.0_4.0.2-1ubuntu1_arm64.deb... I: Extracting swig_4.0.2-1ubuntu1_all.deb... I: Extracting systemd-sysv_249.11-0ubuntu3_arm64.deb... I: Extracting systemd-timesyncd_249.11-0ubuntu3_arm64.deb... -> Processing conffiles for systemd-timesyncd I: Extracting systemd_249.11-0ubuntu3_arm64.deb... -> Processing conffiles for systemd I: Extracting sysvinit-utils_3.01-1ubuntu1_arm64.deb... I: Extracting tar_1.34+dfsg-1build3_arm64.deb... I: Extracting tcl-dev_8.6.11+1build2_arm64.deb... I: Extracting tcl8.6-dev_8.6.12+dfsg-1build1_arm64.deb... I: Extracting tcl8.6_8.6.12+dfsg-1build1_arm64.deb... I: Extracting tcl_8.6.11+1build2_arm64.deb... I: Extracting tcpd_7.6.q-31build2_arm64.deb... I: Extracting tdb-tools_1.4.5-2build1_arm64.deb... I: Extracting tex-common_6.17_all.deb... -> Processing conffiles for tex-common I: Extracting texinfo_6.8-4build1_arm64.deb... I: Extracting tk-dev_8.6.11+1build2_arm64.deb... I: Extracting tk8.6-blt2.5_2.5.3+dfsg-4.1build2_arm64.deb... I: Extracting tk8.6-dev_8.6.12-1build1_arm64.deb... I: Extracting tk8.6_8.6.12-1build1_arm64.deb... I: Extracting tk_8.6.11+1build2_arm64.deb... I: Extracting tree_2.0.2-1_arm64.deb... I: Extracting tzdata_2022a-0ubuntu1_all.deb... I: Extracting ubuntu-advantage-tools_27.7~22.04.1_arm64.deb... -> Processing conffiles for ubuntu-advantage-tools I: Extracting ubuntu-keyring_2021.03.26_all.deb... I: Extracting ubuntu-minimal_1.481_arm64.deb... I: Extracting ubuntu-mono_20.10-0ubuntu2_all.deb... I: Extracting ucf_3.0043_all.deb... -> Processing conffiles for ucf I: Extracting udev_249.11-0ubuntu3_arm64.deb... -> Processing conffiles for udev I: Extracting unattended-upgrades_2.8ubuntu1_all.deb... -> Processing conffiles for unattended-upgrades I: Extracting unicode-data_14.0.0-1.1_all.deb... I: Extracting unixodbc-common_2.3.9-5_all.deb... -> Processing conffiles for unixodbc-common I: Extracting unzip_6.0-26ubuntu3_arm64.deb... I: Extracting update-inetd_4.51_all.deb... I: Extracting usbutils_1%3a014-1build1_arm64.deb... I: Extracting usrmerge_25ubuntu2_all.deb... I: Extracting util-linux_2.37.2-4ubuntu3_arm64.deb... -> Processing conffiles for util-linux I: Extracting uuid-dev_2.37.2-4ubuntu3_arm64.deb... I: Extracting uuid-runtime_2.37.2-4ubuntu3_arm64.deb... -> Processing conffiles for uuid-runtime I: Extracting va-driver-all_2.14.0-1_arm64.deb... I: Extracting valgrind_1%3a3.18.1-1ubuntu2_arm64.deb... I: Extracting vdpau-driver-all_1.4-3build2_arm64.deb... I: Extracting vim-common_2%3a8.2.3995-1ubuntu2_all.deb... -> Processing conffiles for vim-common I: Extracting vim-runtime_2%3a8.2.3995-1ubuntu2_all.deb... I: Extracting vim-tiny_2%3a8.2.3995-1ubuntu2_arm64.deb... -> Processing conffiles for vim-tiny I: Extracting vim_2%3a8.2.3995-1ubuntu2_arm64.deb... I: Extracting wget_1.21.2-2ubuntu1_arm64.deb... -> Processing conffiles for wget I: Extracting whiptail_0.52.21-5ubuntu2_arm64.deb... I: Extracting wireless-regdb_2021.08.28-0ubuntu1_all.deb... I: Extracting wireless-tools_30~pre9-13.1ubuntu4_arm64.deb... -> Processing conffiles for wireless-tools I: Extracting wpasupplicant_2%3a2.10-6_arm64.deb... -> Processing conffiles for wpasupplicant I: Extracting x11-apps_7.7+8build2_arm64.deb... -> Processing conffiles for x11-apps I: Extracting x11-common_1%3a7.7+23ubuntu2_all.deb... -> Processing conffiles for x11-common I: Extracting x11-session-utils_7.7+4build2_arm64.deb... -> Processing conffiles for x11-session-utils I: Extracting x11-utils_7.7+5build2_arm64.deb... -> Processing conffiles for x11-utils I: Extracting x11-xkb-utils_7.7+5build4_arm64.deb... I: Extracting x11-xserver-utils_7.7+9build1_arm64.deb... -> Processing conffiles for x11-xserver-utils I: Extracting x11proto-core-dev_2021.5-1_all.deb... I: Extracting x11proto-dev_2021.5-1_all.deb... I: Extracting x11proto-gl-dev_2021.5-1_all.deb... I: Extracting x11proto-input-dev_2021.5-1_all.deb... I: Extracting x11proto-kb-dev_2021.5-1_all.deb... I: Extracting x11proto-randr-dev_2021.5-1_all.deb... I: Extracting x11proto-render-dev_2%3a2021.5-1_all.deb... I: Extracting x11proto-scrnsaver-dev_2021.5-1_all.deb... I: Extracting x11proto-xext-dev_2021.5-1_all.deb... I: Extracting x11proto-xinerama-dev_2021.5-1_all.deb... I: Extracting xauth_1%3a1.1-1build2_arm64.deb... I: Extracting xbitmaps_1.1.1-2.1ubuntu1_all.deb... I: Extracting xcvt_0.1.1-3_arm64.deb... I: Extracting xdg-user-dirs_0.17-2ubuntu4_arm64.deb... -> Processing conffiles for xdg-user-dirs I: Extracting xdg-utils_1.1.3-4.1ubuntu1_all.deb... I: Extracting xfonts-base_1%3a1.0.5_all.deb... -> Processing conffiles for xfonts-base I: Extracting xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb... I: Extracting xfonts-scalable_1%3a1.0.3-1.2ubuntu1_all.deb... -> Processing conffiles for xfonts-scalable I: Extracting xfonts-terminus_4.48-3.1_all.deb... -> Processing conffiles for xfonts-terminus I: Extracting xfonts-utils_1%3a7.7+6build2_arm64.deb... I: Extracting xinit_1.4.1-0ubuntu4_arm64.deb... -> Processing conffiles for xinit I: Extracting xinput_1.6.3-1build2_arm64.deb... I: Extracting xkb-data_2.33-1_all.deb... I: Extracting xml-core_0.18+nmu1_all.deb... -> Processing conffiles for xml-core I: Extracting xorg-dev_1%3a7.7+23ubuntu2_all.deb... I: Extracting xorg-docs-core_1%3a1.7.1-1.2_all.deb... I: Extracting xorg-sgml-doctools_1%3a1.11-1.1_all.deb... I: Extracting xorg_1%3a7.7+23ubuntu2_arm64.deb... I: Extracting xserver-common_2%3a21.1.3-2ubuntu2_all.deb... I: Extracting xserver-xorg-core_2%3a21.1.3-2ubuntu2_arm64.deb... I: Extracting xserver-xorg-dev_2%3a21.1.3-2ubuntu2_arm64.deb... I: Extracting xserver-xorg-input-all_1%3a7.7+23ubuntu2_arm64.deb... I: Extracting xserver-xorg-input-libinput_1.2.1-1_arm64.deb... I: Extracting xserver-xorg-input-wacom_1%3a1.0.0-3ubuntu1_arm64.deb... I: Extracting xserver-xorg-legacy_2%3a21.1.3-2ubuntu2_arm64.deb... I: Extracting xserver-xorg-video-all_1%3a7.7+23ubuntu2_arm64.deb... I: Extracting xserver-xorg-video-amdgpu_22.0.0-1build1_arm64.deb... I: Extracting xserver-xorg-video-ati_1%3a19.1.0-2build3_arm64.deb... I: Extracting xserver-xorg-video-fbdev_1%3a0.5.0-2build1_arm64.deb... I: Extracting xserver-xorg-video-nouveau_1%3a1.0.17-2build1_arm64.deb... I: Extracting xserver-xorg-video-radeon_1%3a19.1.0-2build3_arm64.deb... I: Extracting xserver-xorg-video-vesa_1%3a2.5.0-1build4_arm64.deb... I: Extracting xserver-xorg_1%3a7.7+23ubuntu2_arm64.deb... I: Extracting xterm_372-1ubuntu1_arm64.deb... -> Processing conffiles for xterm I: Extracting xtrans-dev_1.4.0-1_all.deb... I: Extracting xutils-dev_1%3a7.7+6ubuntu1_arm64.deb... I: Extracting xxd_2%3a8.2.3995-1ubuntu2_arm64.deb... I: Extracting xz-utils_5.2.5-2ubuntu1_arm64.deb... I: Extracting zip_3.0-12build2_arm64.deb... I: Extracting zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9_arm64.deb... I: Extracting zlib1g_1%3a1.2.11.dfsg-2ubuntu9_arm64.deb... I: Unpacking complete. Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease Reading package lists... Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease Reading package lists... Multistrap system installed successfully in /home/p260/PYNQ/sdbuild/build/jammy.aarch64/. Setting up media-types (7.0.0) ... Setting up libboost-system1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up javascript-common (11+nmu1) ... Setting up fake-hwclock (0.12) ... Setting up gcc-11-base:arm64 (11.2.0-19ubuntu1) ... Setting up lsb-base (11.1.0ubuntu4) ... Setting up mysql-common (5.8+1.0.8) ... update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode Setting up python3-setuptools-whl (59.6.0-1.2) ... Setting up lto-disabled-list (24) ... Setting up libjs-inherits (2.0.4-4) ... Setting up proj-data (8.2.1-1) ... Setting up fonts-noto-mono (20201225-1build1) ... Setting up libglvnd-core-dev:arm64 (1.4.0-1) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up libbison-dev:arm64 (2:3.8.2+dfsg-1build1) ... Setting up java-common (0.72build2) ... Setting up libmagic-mgc (1:5.41-3) ... Setting up linux-firmware (20220329.git681281e4-0ubuntu1) ... Setting up distro-info-data (0.52) ... Setting up manpages (5.10-1ubuntu1) ... Setting up libtirpc-common (1.3.2-2build1) ... Setting up fonts-lyx (2.3.6-1) ... Setting up wireless-regdb (2021.08.28-0ubuntu1) ... Setting up liblab-gamut1:arm64 (2.42.2-6) ... Setting up libgdk-pixbuf2.0-common (2.42.8+dfsg-1) ... Setting up libusb-1.0-doc (2:1.0.25-1ubuntu1) ... Setting up binutils-common:arm64 (2.38-3ubuntu1) ... Setting up x11-common (1:7.7+23ubuntu2) ... Setting up libsensors-config (1:3.6.0-7ubuntu1) ... Setting up linux-libc-dev:arm64 (5.15.0-25.25) ... Setting up xkb-data (2.33-1) ... Setting up krb5-locales (1.19.2-2) ... Setting up fonts-urw-base35 (20200910-1) ... Setting up libssl-doc (3.0.2-0ubuntu1) ... Setting up libldap-common (2.5.11+dfsg-1~exp1ubuntu3) ... Setting up ubuntu-keyring (2021.03.26) ... Setting up libgphoto2-l10n (2.5.27-1build2) ... Setting up libaudit-common (1:3.0.7-1build1) ... Setting up googletest (1.11.0-3) ... Setting up libpthread-stubs0-dev:arm64 (0.4-1build2) ... Setting up apport-symptoms (0.24) ... Setting up libsemanage-common (3.3-1build2) ... Setting up pybind11-dev (2.9.1-2) ... Setting up gdal-data (3.4.1+dfsg-1build4) ... Setting up libsource-highlight-common (3.1.9-4.1build2) ... Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... Setting up rapidjson-dev (1.1.0+dfsg2-7) ... Setting up gcc-12-base:arm64 (12-20220319-1ubuntu1) ... Setting up unicode-data (14.0.0-1.1) ... Setting up libasound2-data (1.2.6.1-1ubuntu1) ... Setting up xorg-docs-core (1:1.7.1-1.2) ... Setting up libxsimd-dev:arm64 (7.6.0-2) ... Setting up xtrans-dev (1.4.0-1) ... Setting up gcc-10-base:arm64 (10.3.0-15ubuntu1) ... Setting up autotools-dev (20220109.1) ... Setting up ncurses-base (6.3-2) ... Setting up libglib2.0-data (2.72.1-1) ... Setting up libpython2.7-minimal:arm64 (2.7.18-13ubuntu1) ... Setting up emacsen-common (3.0.4) ... Setting up libx11-data (2:1.7.5-1) ... Setting up gnupg-l10n (2.2.27-3ubuntu2) ... Setting up dh-elpa-helper (2.0.9ubuntu1) ... Setting up bash-completion (1:2.11-5ubuntu1) ... Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.5) ... Setting up libavahi-common-data:arm64 (0.8-5ubuntu5) ... Setting up ruby-net-telnet (0.1.1-2) ... Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ... Setting up fonts-dejavu-core (2.37-2build1) ... Setting up unixodbc-common (2.3.9-5) ... Setting up fonts-texgyre (20180621-3.1) ... Setting up opencl-c-headers (3.0~2022.01.04-1) ... Setting up libatk1.0-data (2.36.0-3build1) ... Setting up fonts-dejavu-extra (2.37-2build1) ... Setting up opencv-data (4.5.4+dfsg-9ubuntu4) ... Setting up alsa-topology-conf (1.2.5.1-2) ... Setting up python-apt-common (2.3.0ubuntu2) ... Setting up libjs-highlight.js (9.18.5+dfsg1-1) ... Setting up sound-theme-freedesktop (0.8-2ubuntu1) ... Setting up sensible-utils (0.0.17) ... Setting up libexif-doc (0.6.24-1build1) ... Setting up fonts-liberation (1:1.07.4-11) ... Setting up openmpi-common (4.1.2-2ubuntu1) ... Setting up fonts-lmodern (2.004.5-6.1) ... Setting up git-man (1:2.34.1-1ubuntu1) ... Setting up libthai-data (0.1.29-1build1) ... Setting up xorg-sgml-doctools (1:1.11-1.1) ... Setting up netbase (6.3) ... Setting up libgtk2.0-common (2.24.33-2ubuntu2) ... Setting up cmake-data (3.22.1-1ubuntu1) ... Setting up pandoc-data (2.9.2.1-3ubuntu2) ... Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ... Setting up libboost-date-time1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up vim-runtime (2:8.2.3995-1ubuntu2) ... Setting up python-matplotlib-data (3.5.1-2build1) ... Setting up libgpg-error-l10n (1.43-3) ... Setting up libdrm-common (2.4.110-1ubuntu1) ... Setting up ruby-xmlrpc (0.3.2-1) ... Setting up publicsuffix (20211207.1025-1) ... Setting up python-tables-data (3.7.0-2build1) ... Setting up xdg-utils (1.1.3-4.1ubuntu1) ... update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode Setting up iso-codes (4.9.0-1) ... Setting up xbitmaps (1.1.1-2.1ubuntu1) ... Setting up libzvbi-common (0.2.35-19) ... Setting up libjs-underscore (1.13.2~dfsg-2) ... Setting up gcc-9-base:arm64 (9.4.0-5ubuntu1) ... Setting up libx11-doc (2:1.7.5-1) ... Setting up libwacom-common (2.2.0-1) ... Setting up ncurses-term (6.3-2) ... Setting up libgs9-common (9.55.0~dfsg1-0ubuntu5) ... Setting up x11proto-dev (2021.5-1) ... Setting up manpages-dev (5.10-1ubuntu1) ... Setting up libgtest-dev:arm64 (1.11.0-3) ... Setting up x11proto-randr-dev (2021.5-1) ... Setting up x11proto-kb-dev (2021.5-1) ... Setting up x11proto-xinerama-dev (2021.5-1) ... Setting up x11proto-gl-dev (2021.5-1) ... Setting up libjs-jquery-ui (1.13.1+dfsg-1) ... Setting up x11proto-core-dev (2021.5-1) ... Setting up python-odf-doc (1.4.2-1) ... Setting up opencl-clhpp-headers (3.0~2.0.15-1ubuntu1) ... Setting up x11proto-input-dev (2021.5-1) ... Setting up ocl-icd-dev:arm64 (2.2.14-3) ... Setting up libjs-sphinxdoc (4.3.2-1) ... Setting up nodejs-doc (12.22.9~dfsg-1ubuntu3) ... Setting up x11proto-xext-dev (2021.5-1) ... Setting up x11proto-render-dev (2:2021.5-1) ... Setting up x11proto-scrnsaver-dev (2021.5-1) ... Setting up opencl-headers (3.0~2022.01.04-1) ... Setting up libgcc-s1:arm64 (12-20220319-1ubuntu1) ... Setting up rake (13.0.6-2) ... Setting up libcrypt1:arm64 (1:4.4.27-1) ... Setting up libc6:arm64 (2.35-0ubuntu3) ... Setting up libwebp7:arm64 (1.2.2-2) ... Setting up libudev1:arm64 (249.11-0ubuntu3) ... Setting up libutempter0:arm64 (1.2.1-2build2) ... Setting up libgif7:arm64 (5.1.9-2build2) ... Setting up liburiparser1:arm64 (0.9.6+dfsg-1) ... Setting up libffi8:arm64 (3.4.2-4) ... Setting up libnuma1:arm64 (2.0.14-3ubuntu2) ... Setting up libfs6:arm64 (2:1.0.8-1build2) ... Setting up libdrm2:arm64 (2.4.110-1ubuntu1) ... Setting up libcmark-gfm0.29.0.gfm.3:arm64 (0.29.0.gfm.3-3) ... Setting up libmd0:arm64 (1.0.4-1build1) ... Setting up libcpufreq0 (008-2build1) ... Setting up libfreexl1:arm64 (1.0.6-1) ... Setting up ocl-icd-libopencl1:arm64 (2.2.14-3) ... Setting up libasyncns0:arm64 (0.8-6build2) ... Setting up libxshmfence1:arm64 (1.3-1build4) ... Setting up libhwasan0:arm64 (12-20220319-1ubuntu1) ... Setting up librhash0:arm64 (1.4.2-1ubuntu1) ... Setting up libcrypt-dev:arm64 (1:4.4.27-1) ... Setting up libwavpack1:arm64 (5.4.0-1build2) ... Setting up libxxhash0:arm64 (0.8.1-1) ... Setting up libattr1:arm64 (1:2.5.1-1build1) ... Setting up libasound2:arm64 (1.2.6.1-1ubuntu1) ... Setting up libmd-dev:arm64 (1.0.4-1build1) ... Setting up libnl-3-200:arm64 (3.5.0-0.1) ... Setting up sysvinit-utils (3.01-1ubuntu1) ... Setting up libxcvt0:arm64 (0.1.1-3) ... Setting up libtasn1-6:arm64 (4.18.0-4build1) ... Setting up libopenjp2-7:arm64 (2.4.0-6) ... Setting up libcmark-gfm-extensions0.29.0.gfm.3:arm64 (0.29.0.gfm.3-3) ... Setting up kbd (2.3.0-3ubuntu4) ... Setting up libvpx7:arm64 (1.11.0-2ubuntu2) ... Setting up debianutils (5.5-1ubuntu2) ... update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode Setting up libcdt5:arm64 (2.42.2-6) ... Setting up mawk (1.3.4.20200120-3) ... update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode Setting up libcgraph6:arm64 (2.42.2-6) ... Setting up libwayland-egl1:arm64 (1.20.0-1) ... Setting up libusb-1.0-0:arm64 (2:1.0.25-1ubuntu1) ... Setting up libstemmer0d:arm64 (2.2.0-1build1) ... Setting up libdebconfclient0:arm64 (0.261ubuntu1) ... Setting up base-files (12ubuntu4) ... Setting up liburing2:arm64 (2.1-2build1) ... Setting up libdav1d5:arm64 (0.9.2-1) ... Setting up libaio1:arm64 (0.3.112-13build1) ... Setting up libasound2-dev:arm64 (1.2.6.1-1ubuntu1) ... Setting up libbz2-1.0:arm64 (1.0.8-5build1) ... Setting up libc-dev-bin (2.35-0ubuntu3) ... Setting up libwebpmux3:arm64 (1.2.2-2) ... Setting up libbsd0:arm64 (0.11.5-1) ... Setting up libtinfo5:arm64 (6.3-2) ... Setting up base-passwd (3.5.52build1) ... Setting up libjson-c5:arm64 (0.15-2build4) ... Setting up libevdev2:arm64 (1.12.1+dfsg-1) ... Setting up libdb5.3:arm64 (5.3.28+dfsg1-0.8ubuntu3) ... Setting up libbsd-dev:arm64 (0.11.5-1) ... Setting up libblkid1:arm64 (2.37.2-4ubuntu3) ... Setting up libstdc++6:arm64 (12-20220319-1ubuntu1) ... Setting up libiw30:arm64 (30~pre9-13.1ubuntu4) ... Setting up liblsan0:arm64 (12-20220319-1ubuntu1) ... Setting up libmp3lame0:arm64 (3.100-3build2) ... Setting up libitm1:arm64 (12-20220319-1ubuntu1) ... Setting up libhttp-parser2.9:arm64 (2.9.4-4) ... Setting up libheimbase1-heimdal:arm64 (7.7.0+dfsg-3ubuntu1) ... Setting up libgdbm6:arm64 (1.23-1) ... Setting up libtinfo6:arm64 (6.3-2) ... Setting up libpopt0:arm64 (1.18-3build1) ... Setting up libboost-thread1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libicu70:arm64 (70.1-2) ... Setting up libgflags2.2 (2.2.2-2) ... Setting up libdrm-amdgpu1:arm64 (2.4.110-1ubuntu1) ... Setting up libhiredis0.14:arm64 (0.14.1-2) ... Setting up libtsan0:arm64 (11.2.0-19ubuntu1) ... Setting up libxkbcommon0:arm64 (1.4.0-1) ... Setting up libpotrace0:arm64 (1.16-2) ... Setting up libwayland-client0:arm64 (1.20.0-1) ... Setting up libip4tc2:arm64 (1.8.7-1ubuntu5) ... Setting up libboost-chrono1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libexpat1:arm64 (2.4.7-1) ... Setting up cpio (2.13+dfsg-7) ... update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode Setting up libpipeline1:arm64 (1.5.5-1) ... Setting up libxdot4:arm64 (2.42.2-6) ... Setting up liblmdb0:arm64 (0.9.24-1build2) ... Setting up libgraphite2-3:arm64 (1.3.14-1build2) ... Setting up devmem2 (0.0-0ubuntu2) ... Setting up liblcms2-2:arm64 (2.12~rc1-2build2) ... Setting up libtbbmalloc2:arm64 (2021.5.0-7ubuntu2) ... Setting up distro-info (1.1build1) ... Setting up libpixman-1-0:arm64 (0.40.0-1build4) ... Setting up libudfread0:arm64 (1.1.2-1) ... Setting up libmodplug1:arm64 (1:0.8.9.0-3) ... Setting up libcdparanoia0:arm64 (3.10.2+debian-14build2) ... Setting up libwayland-server0:arm64 (1.20.0-1) ... Setting up libgeos3.10.2:arm64 (3.10.2-1) ... Setting up libzstd1:arm64 (1.4.8+dfsg-3build1) ... Setting up libaom3:arm64 (3.3.0-1) ... Setting up libice6:arm64 (2:1.0.10-1build2) ... Setting up libxau6:arm64 (1:1.0.9-1build5) ... Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ... Setting up libdouble-conversion3:arm64 (3.1.7-4) ... Setting up libraw1394-11:arm64 (2.1.2-2build2) ... Setting up libkeyutils1:arm64 (1.6.1-2ubuntu3) ... Setting up libapparmor1:arm64 (3.0.4-2ubuntu2) ... Setting up libdrm-nouveau2:arm64 (2.4.110-1ubuntu1) ... Setting up libxcb1:arm64 (1.14-3ubuntu3) ... Setting up libcodec2-1.0:arm64 (1.0.1-3) ... Setting up libsodium23:arm64 (1.0.18-1build2) ... Setting up libpixman-1-dev:arm64 (0.40.0-1build4) ... Setting up libgpm2:arm64 (1.20.7-10build1) ... Setting up libdrm-etnaviv1:arm64 (2.4.110-1ubuntu1) ... Setting up libmpg123-0:arm64 (1.29.3-1build1) ... Setting up libboost-atomic1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libxcb-xfixes0:arm64 (1.14-3ubuntu3) ... Setting up libogg0:arm64 (1.3.5-0ubuntu3) ... Setting up libxcvt-dev:arm64 (0.1.1-3) ... Setting up liblockfile-bin (1.17-1build2) ... Setting up libxau-dev:arm64 (1:1.0.9-1build5) ... Setting up libspeex1:arm64 (1.2~rc1.2-1.1ubuntu3) ... Setting up libshine3:arm64 (3.1.1-2) ... Setting up libpcre16-3:arm64 (2:8.39-13build5) ... Setting up libtwolame0:arm64 (0.4.0-2build2) ... Setting up liblzma5:arm64 (5.2.5-2ubuntu1) ... Setting up libgpg-error0:arm64 (1.43-3) ... Setting up libsysfs2:arm64 (2.1.1-1build1) ... Setting up libdatrie1:arm64 (0.2.13-2) ... Setting up libfcgi0ldbl:arm64 (2.4.2-2build2) ... Setting up xdg-user-dirs (0.17-2ubuntu4) ... Setting up libice-dev:arm64 (2:1.0.10-1build2) ... Setting up libgbm1:arm64 (22.0.1-1ubuntu2) ... Setting up alsa-ucm-conf (1.2.6.3-1ubuntu1) ... Setting up ncal (12.1.7+nmu3ubuntu2) ... Setting up libgsm1:arm64 (1.0.19-1) ... Setting up libcharls2:arm64 (2.3.4-1) ... Setting up libvisual-0.4-0:arm64 (0.4.0-17build2) ... Setting up psmisc (23.4-2build3) ... Setting up libxcb-render0:arm64 (1.14-3ubuntu3) ... Setting up libxshmfence-dev:arm64 (1.3-1build4) ... Setting up attr (1:2.5.1-1build1) ... Setting up libyaml-0-2:arm64 (0.2.2-1build2) ... Setting up libdrm-radeon1:arm64 (2.4.110-1ubuntu1) ... Setting up liblz4-1:arm64 (1.9.3-2build2) ... Setting up libglvnd0:arm64 (1.4.0-1) ... Setting up libjson-c-dev (0.15-2build4) ... Setting up libestr0:arm64 (0.1.10-2.1build3) ... Setting up libi2c0:arm64 (4.3-2build1) ... Setting up libfastjson4:arm64 (0.99.9-1build2) ... Setting up libtdb1:arm64 (1.4.5-2build1) ... Setting up libboost-program-options1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libpgm-5.3-0:arm64 (5.3.128~dfsg-2) ... Setting up libargon2-1:arm64 (0~20171227-0.3) ... Setting up libijs-0.35:arm64 (0.35-15build2) ... Setting up libxcb-glx0:arm64 (1.14-3ubuntu3) ... Setting up libfakechroot:arm64 (2.20.1+ds-2) ... Setting up libwebpdemux2:arm64 (1.2.2-2) ... Setting up unzip (6.0-26ubuntu3) ... Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ... Setting up libraw1394-dev:arm64 (2.1.2-2build2) ... Setting up libbrotli1:arm64 (1.0.9-2build6) ... Setting up libedit2:arm64 (3.1-20210910-1build1) ... Setting up libc-bin (2.35-0ubuntu3) ... Setting up libsqlite3-0:arm64 (3.37.2-2) ... Setting up ccache (4.5.1-1) ... Updating symlinks in /usr/lib/ccache ... Setting up read-edid (3.0.2-1.1) ... Setting up ncurses-bin (6.3-2) ... Setting up libffi7:arm64 (3.3-5ubuntu1) ... Setting up wireless-tools (30~pre9-13.1ubuntu4) ... Setting up libnorm1:arm64 (1.5.9+dfsg-2) ... Setting up libtbb2:arm64 (2020.3-1ubuntu3) ... Setting up netcat-openbsd (1.218-4ubuntu1) ... update-alternatives: using /bin/nc.openbsd to provide /bin/nc (nc) in auto mode Setting up libacl1:arm64 (2.3.1-1) ... Setting up libxcb-shape0:arm64 (1.14-3ubuntu3) ... Setting up libfcgi-bin (2.4.2-2build2) ... Setting up libavahi-common3:arm64 (0.8-5ubuntu5) ... Setting up libboost-stacktrace1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libnghttp2-14:arm64 (1.43.0-1build3) ... Setting up libunistring2:arm64 (1.0-1) ... Setting up libsmartcols1:arm64 (2.37.2-4ubuntu3) ... Setting up libdeflate0:arm64 (1.10-2) ... Setting up less (590-1build1) ... Setting up gettext-base (0.21-4ubuntu4) ... Setting up libusb-1.0-0-dev:arm64 (2:1.0.25-1ubuntu1) ... Setting up libustr-1.0-1:arm64 (1.0.4-6) ... Setting up libgcrypt20:arm64 (1.9.4-3ubuntu3) ... Setting up libboost-nowide1.74.0 (1.74.0-14ubuntu3) ... Setting up libqhull-r8.0:arm64 (2020.2-4) ... Setting up liblzo2-2:arm64 (2.10-2build3) ... Setting up libboost-filesystem1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up zlib1g:arm64 (1:1.2.11.dfsg-2ubuntu9) ... Setting up libnpth0:arm64 (1.6-3build2) ... Setting up libilmbase25:arm64 (2.5.7-2) ... Setting up libprotobuf23:arm64 (3.12.4-1ubuntu7) ... Setting up libidn2-0:arm64 (2.3.2-2build1) ... Setting up libtbb12:arm64 (2021.5.0-7ubuntu2) ... Setting up libxcb-shm0:arm64 (1.14-3ubuntu3) ... Setting up libzzip-0-13:arm64 (0.13.72+dfsg.1-1.1) ... Setting up libcom-err2:arm64 (1.46.5-2ubuntu1) ... Setting up libc-ares2:arm64 (1.18.1-1build1) ... Setting up libjemalloc2:arm64 (5.2.1-4ubuntu1) ... Setting up libgettextpo0:arm64 (0.21-4ubuntu4) ... Setting up libassuan0:arm64 (2.5.5-1build1) ... Setting up libgomp1:arm64 (12-20220319-1ubuntu1) ... Setting up diffutils (1:3.8-0ubuntu2) ... Setting up libfuse2:arm64 (2.9.9-5ubuntu3) ... Setting up libatm1:arm64 (1:2.5.1-4build2) ... Setting up libxvidcore4:arm64 (2:1.3.7-1) ... Setting up bzip2 (1.0.8-5build1) ... Setting up libffi-dev:arm64 (3.4.2-4) ... Setting up libgettextpo-dev:arm64 (0.21-4ubuntu4) ... Setting up libsubunit0:arm64 (1.4.0-3) ... Setting up libopts25:arm64 (1:5.18.16-4) ... Setting up libunwind8:arm64 (1.3.2-2build2) ... Setting up libasprintf0v5:arm64 (0.21-4ubuntu4) ... Setting up libncurses5:arm64 (6.3-2) ... Setting up gperf (3.1-1build1) ... Setting up libjbig0:arm64 (2.1-3.1build3) ... Setting up usbutils (1:014-1build1) ... Setting up libseccomp2:arm64 (2.5.3-2ubuntu2) ... Setting up libpcre2-16-0:arm64 (10.39-3build1) ... Setting up libaec0:arm64 (1.0.6-1) ... Setting up xxd (2:8.2.3995-1ubuntu2) ... Setting up libcap2:arm64 (1:2.44-1build3) ... Setting up libopengl0:arm64 (1.4.0-1) ... Setting up libfakeroot:arm64 (1.28-1ubuntu1) ... Setting up libasan6:arm64 (11.2.0-19ubuntu1) ... Setting up libjansson4:arm64 (2.13.1-1.1build3) ... Setting up libusb-0.1-4:arm64 (2:0.1.12-32build3) ... Setting up libflac8:arm64 (1.3.3-2build2) ... Setting up libsnappy1v5:arm64 (1.1.8-1build3) ... Setting up libc6-dbg:arm64 (2.35-0ubuntu3) ... Setting up libkrb5support0:arm64 (1.19.2-2) ... Setting up libnl-route-3-200:arm64 (3.5.0-0.1) ... Setting up xcvt (0.1.1-3) ... Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1) ... Setting up libcap2-bin (1:2.44-1build3) ... Setting up libopenexr25:arm64 (2.5.7-1) ... Setting up fakeroot (1.28-1ubuntu1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libxcb-present0:arm64 (1.14-3ubuntu3) ... Setting up libtalloc2:arm64 (2.3.3-2build1) ... Setting up libhavege2:arm64 (1.9.14-1ubuntu1) ... Setting up makedev (2.3.1-95) ... Setting up libid3tag0:arm64 (0.15.1b-14) ... Setting up libjemalloc-dev (5.2.1-4ubuntu1) ... Setting up libthai0:arm64 (0.1.29-1build1) ... Setting up libi2c-dev:arm64 (4.3-2build1) ... Setting up hostname (3.23ubuntu2) ... Setting up libasan5:arm64 (9.4.0-5ubuntu1) ... Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu5) ... Setting up libpcre3:arm64 (2:8.39-13build5) ... Setting up libcap-ng0:arm64 (0.7.9-2.2build3) ... Setting up libgraphite2-dev:arm64 (1.3.14-1build2) ... Setting up zip (3.0-12build2) ... Setting up libfontenc1:arm64 (1:1.1.4-1build3) ... Setting up libprotobuf-lite23:arm64 (3.12.4-1ubuntu7) ... Setting up libpcre2-32-0:arm64 (10.39-3build1) ... Setting up libblas3:arm64 (3.10.0-2ubuntu1) ... update-alternatives: using /usr/lib/aarch64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/aarch64-linux-gnu/libblas.so.3 (libblas.so.3-aarch64-linux-gnu) in auto mode Setting up libwebp-dev:arm64 (1.2.2-2) ... Setting up libext2fs2:arm64 (1.46.5-2ubuntu1) ... Setting up libuv1:arm64 (1.43.0-1) ... Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... Setting up vim-common (2:8.2.3995-1ubuntu2) ... Setting up libgles2:arm64 (1.4.0-1) ... Setting up flac (1.3.3-2build2) ... Setting up libboost-test1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libslang2:arm64 (2.3.2-5build4) ... Setting up libtevent0:arm64 (0.11.0-1build1) ... Setting up libva2:arm64 (2.14.0-1) ... Setting up libnettle8:arm64 (3.7.3-1build2) ... Setting up swig3.0 (3.0.12-2.2ubuntu1) ... Setting up libmbedcrypto7:arm64 (2.28.0-1build1) ... Setting up make (4.3-4.1build1) ... Setting up libepoxy0:arm64 (1.5.10-1) ... Setting up libnspr4:arm64 (2:4.32-3build1) ... Setting up libxcb-sync1:arm64 (1.14-3ubuntu3) ... Setting up libjbig2dec0:arm64 (0.19-3build2) ... Setting up python2.7-minimal (2.7.18-13ubuntu1) ... Setting up libsigc++-2.0-0v5:arm64 (2.10.4-2ubuntu3) ... Setting up libjack0:arm64 (1:0.125.0-3build2) ... Setting up libpathplan4:arm64 (2.42.2-6) ... Setting up libgmp10:arm64 (2:6.2.1+dfsg-3ubuntu1) ... Setting up libprotoc23:arm64 (3.12.4-1ubuntu7) ... Setting up libann0 (1.1.2+doc-7build1) ... Setting up libncurses6:arm64 (6.3-2) ... Setting up strace (5.16-0ubuntu3) ... Setting up tdb-tools (1.4.5-2build1) ... update-alternatives: using /usr/bin/tdbbackup.tdbtools to provide /usr/bin/tdbbackup (tdbbackup) in auto mode Setting up libgles1:arm64 (1.4.0-1) ... Setting up libx264-163:arm64 (2:0.163.3060+git5db6aa6-2build1) ... Setting up libsigsegv2:arm64 (2.13-1ubuntu3) ... Setting up xz-utils (5.2.5-2ubuntu1) ... update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode Setting up libboost-nowide1.74-dev (1.74.0-14ubuntu3) ... Setting up libfribidi0:arm64 (1.0.8-2ubuntu3) ... Setting up libboost-regex1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libopus0:arm64 (1.3.1-0.1build2) ... Setting up libp11-kit0:arm64 (0.24.0-6build1) ... Setting up libaudit1:arm64 (1:3.0.7-1build1) ... Setting up libexif12:arm64 (0.6.24-1build1) ... Setting up libimagequant0:arm64 (2.17.0-1) ... Setting up libdc1394-25:arm64 (2.2.6-4) ... Setting up libpng16-16:arm64 (1.6.37-3build5) ... Setting up tree (2.0.2-1) ... Setting up libhwloc15:arm64 (2.7.0-2) ... Setting up libpcre32-3:arm64 (2:8.39-13build5) ... Setting up libmnl0:arm64 (1.0.4-3build2) ... Setting up libc-ares-dev:arm64 (1.18.1-1build1) ... Setting up libevent-core-2.1-7:arm64 (2.1.12-stable-1build3) ... Setting up libatomic1:arm64 (12-20220319-1ubuntu1) ... Setting up libvorbis0a:arm64 (1.3.7-1build2) ... Setting up libboost-context1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libuuid1:arm64 (2.37.2-4ubuntu3) ... Setting up libidn12:arm64 (1.38-4build1) ... Setting up libgflags-dev (2.2.2-2) ... Setting up libevent-2.1-7:arm64 (2.1.12-stable-1build3) ... Setting up patch (2.7.6-7build2) ... Setting up libss2:arm64 (1.46.5-2ubuntu1) ... Setting up liborc-0.4-0:arm64 (1:0.4.32-2) ... Setting up libboost-graph1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libdrm-freedreno1:arm64 (2.4.110-1ubuntu1) ... Setting up libboost-random1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up autopoint (0.21-4ubuntu4) ... Setting up binfmt-support (2.2.1-2) ... Setting up libjsoncpp25:arm64 (1.9.5-3) ... Setting up icu-devtools (70.1-2) ... Setting up libgeos-c1v5:arm64 (3.10.2-1) ... Setting up libgdbm-compat4:arm64 (1.23-1) ... Setting up libsocket++1:arm64 (1.12.13+git20131030.5d039ba-1) ... Setting up libudev-dev:arm64 (249.11-0ubuntu3) ... Setting up libsepol2:arm64 (3.3-1build1) ... Setting up libsepol-dev:arm64 (3.3-1build1) ... Setting up libfl2:arm64 (2.6.4-8build2) ... Setting up libpcsclite1:arm64 (1.9.5-3) ... Setting up libboost1.74-tools-dev (1.74.0-14ubuntu3) ... Setting up libsensors5:arm64 (1:3.6.0-7ubuntu1) ... Setting up libpcre2-8-0:arm64 (10.39-3build1) ... Setting up libaacs0:arm64 (0.11.1-1) ... Setting up libncursesw6:arm64 (6.3-2) ... Setting up libk5crypto3:arm64 (1.19.2-2) ... Setting up libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ... Setting up libdrm-tegra0:arm64 (2.4.110-1ubuntu1) ... Setting up libfuse3-3:arm64 (3.10.5-1build1) ... Setting up libxtables12:arm64 (1.8.7-1ubuntu5) ... Setting up libltdl7:arm64 (2.4.6-15build2) ... Setting up libglapi-mesa:arm64 (22.0.1-1ubuntu2) ... Setting up ocl-icd-opencl-dev:arm64 (2.2.14-3) ... Setting up libkpathsea6:arm64 (2021.20210626.59705-1build1) ... Setting up logsave (1.46.5-2ubuntu1) ... Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1) ... Setting up libgfortran5:arm64 (12-20220319-1ubuntu1) ... Setting up libmtdev1:arm64 (1.1.6-1build4) ... Setting up libvulkan1:arm64 (1.3.204.1-2) ... Setting up libroken18-heimdal:arm64 (7.7.0+dfsg-3ubuntu1) ... Setting up libfs-dev:arm64 (2:1.0.8-1build2) ... Setting up libx265-199:arm64 (3.5-2) ... Setting up libfdisk1:arm64 (2.37.2-4ubuntu3) ... Setting up liblcms2-dev:arm64 (2.12~rc1-2build2) ... Setting up libboost-math1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up liblzma-dev:arm64 (5.2.5-2ubuntu1) ... Setting up libubsan1:arm64 (12-20220319-1ubuntu1) ... Setting up libxcb-dri2-0:arm64 (1.14-3ubuntu3) ... Setting up libboost-serialization1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libodbc2:arm64 (2.3.9-5) ... Setting up nano (6.2-1) ... update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode Setting up libboost-wave1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libbdplus0:arm64 (0.2.0-1) ... Setting up libgvpr2:arm64 (2.42.2-6) ... Setting up libpcre2-posix3:arm64 (10.39-3build1) ... Setting up libgcc-11-dev:arm64 (11.2.0-19ubuntu1) ... Setting up librttopo1:arm64 (1.1.0-2) ... Setting up libboost-container1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libnl-3-dev:arm64 (3.5.0-0.1) ... Setting up libzzip-dev (0.13.72+dfsg.1-1.1) ... Setting up libva-drm2:arm64 (2.14.0-1) ... Setting up libsysfs-dev:arm64 (2.1.1-1build1) ... Setting up gpgv (2.2.27-3ubuntu2) ... Setting up libwayland-cursor0:arm64 (1.20.0-1) ... Setting up libxcb-randr0:arm64 (1.14-3ubuntu3) ... Setting up libfyba0:arm64 (4.1.1-7) ... Setting up libuchardet0:arm64 (0.0.7-1build2) ... Setting up libnl-genl-3-200:arm64 (3.5.0-0.1) ... Setting up libraw1394-tools (2.1.2-2build2) ... Setting up liblua5.1-0:arm64 (5.1.5-8.1build4) ... Setting up libblosc1:arm64 (1.21.1+ds2-2) ... Setting up libmpdec3:arm64 (2.5.1-2build2) ... Setting up libopencv-core4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libx11-6:arm64 (2:1.7.5-1) ... Setting up libasprintf-dev:arm64 (0.21-4ubuntu4) ... Setting up isc-dhcp-common (4.4.1-2.3ubuntu2) ... Setting up liblockfile1:arm64 (1.17-1build2) ... Setting up libglu1-mesa:arm64 (9.0.2-1) ... Setting up libtbb-dev:arm64 (2021.5.0-7ubuntu2) ... Setting up libsensors-dev:arm64 (1:3.6.0-7ubuntu1) ... Setting up libxkbfile1:arm64 (1:1.1.0-1build3) ... Setting up libgphoto2-port12:arm64 (2.5.27-1build2) ... Setting up libopengl-dev:arm64 (1.4.0-1) ... Setting up libncursesw5:arm64 (6.3-2) ... Setting up libbinutils:arm64 (2.38-3ubuntu1) ... Setting up swig4.0 (4.0.2-1ubuntu1) ... Setting up menu (2.1.47ubuntu4) ... Setting up iw (5.16-1build1) ... Setting up libboost-python1.74.0 (1.74.0-14ubuntu3) ... Setting up libisl23:arm64 (0.24-2build1) ... Setting up libde265-0:arm64 (1.0.8-1) ... Setting up libboost-fiber1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libboost-locale1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up valgrind (1:3.18.1-1ubuntu2) ... Setting up libdeflate-dev:arm64 (1.10-2) ... Setting up libelf1:arm64 (0.186-1build1) ... Setting up libxcomposite1:arm64 (1:0.4.5-1build2) ... Setting up libsm6:arm64 (2:1.2.3-1build2) ... Setting up iputils-ping (3:20211215-1) ... Setting up libboost-timer1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libgoogle-glog0v5 (0.5.0+really0.4.0-2) ... Setting up libxml2:arm64 (2.9.13+dfsg-1build1) ... Setting up libcc1-0:arm64 (12-20220319-1ubuntu1) ... Setting up libxmuu1:arm64 (2:1.1.3-3) ... Setting up libbrotli-dev:arm64 (1.0.9-2build6) ... Setting up libilmbase-dev:arm64 (2.5.7-2) ... Setting up libblas-dev:arm64 (3.10.0-2ubuntu1) ... update-alternatives: using /usr/lib/aarch64-linux-gnu/blas/libblas.so to provide /usr/lib/aarch64-linux-gnu/libblas.so (libblas.so-aarch64-linux-gnu) in auto mode Setting up libsz2:arm64 (1.0.6-1) ... Setting up libboost-type-erasure1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libsource-highlight4v5 (3.1.9-4.1build2) ... Setting up libvorbisenc2:arm64 (1.3.7-1build2) ... Setting up libsynctex2:arm64 (2021.20210626.59705-1build1) ... Setting up ethtool (1:5.16-1) ... Setting up libboost-numpy1.74.0 (1.74.0-14ubuntu3) ... Setting up libevent-pthreads-2.1-7:arm64 (2.1.12-stable-1build3) ... Setting up libctf0:arm64 (2.38-3ubuntu1) ... Setting up libgme0:arm64 (0.6.3-2) ... Setting up libjpeg8:arm64 (8c-2ubuntu10) ... Setting up libksba8:arm64 (1.6.0-2build1) ... Setting up pinentry-curses (1.1.1-1build2) ... Setting up libpcrecpp0v5:arm64 (2:8.39-13build5) ... Setting up ncdu (1.15.1-1) ... Setting up libxcb-dri3-0:arm64 (1.14-3ubuntu3) ... Setting up libgl1-amber-dri:arm64 (21.3.7-0ubuntu1) ... Setting up libopencv-imgproc4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libzvbi0:arm64 (0.2.35-19) ... Setting up libopencv-flann4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libportaudio2:arm64 (19.6.0-1.1) ... Setting up libx11-xcb1:arm64 (2:1.7.5-1) ... Setting up libpciaccess0:arm64 (0.16-3) ... Setting up libboost-log1.74.0 (1.74.0-14ubuntu3) ... Setting up libdw1:arm64 (0.186-1build1) ... Setting up libodbcinst2:arm64 (2.3.9-5) ... Setting up libevent-extra-2.1-7:arm64 (2.1.12-stable-1build3) ... Setting up liblapack3:arm64 (3.10.0-2ubuntu1) ... update-alternatives: using /usr/lib/aarch64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/aarch64-linux-gnu/liblapack.so.3 (liblapack.so.3-aarch64-linux-gnu) in auto mode Setting up libpsl5:arm64 (0.21.0-1.2build2) ... Setting up hscolour (1.24.4-3build4.1) ... Setting up libnewt0.52:arm64 (0.52.21-5ubuntu2) ... update-alternatives: using /etc/newt/palette.ubuntu to provide /etc/newt/palette (newt-palette) in auto mode Setting up libhogweed6:arm64 (3.7.3-1build2) ... Setting up swig (4.0.2-1ubuntu1) ... Setting up libopencv-photo4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libxdamage1:arm64 (1:1.1.5-2build2) ... Setting up libpciaccess-dev:arm64 (0.16-3) ... Setting up libatlas3-base:arm64 (3.10.3-12ubuntu1) ... update-alternatives: using /usr/lib/aarch64-linux-gnu/atlas/libblas.so.3 to provide /usr/lib/aarch64-linux-gnu/libblas.so.3 (libblas.so.3-aarch64-linux-gnu) in auto mode update-alternatives: using /usr/lib/aarch64-linux-gnu/atlas/liblapack.so.3 to provide /usr/lib/aarch64-linux-gnu/liblapack.so.3 (liblapack.so.3-aarch64-linux-gnu) in auto mode Setting up libxcb1-dev:arm64 (1.14-3ubuntu3) ... Setting up bsdextrautils (2.37.2-4ubuntu3) ... update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode Setting up libxpm4:arm64 (1:3.5.12-1build2) ... Setting up libmbedx509-1:arm64 (2.28.0-1build1) ... Setting up protobuf-compiler (3.12.4-1ubuntu7) ... Setting up libmbedtls14:arm64 (2.28.0-1build1) ... Setting up libxrender1:arm64 (1:0.9.10-1build4) ... Setting up squashfs-tools (1:4.5-3build1) ... Setting up libyaml-dev:arm64 (0.2.2-1build2) ... Setting up libdc1394-dev:arm64 (2.2.6-4) ... Setting up libpng-tools (1.6.37-3build5) ... Setting up libminizip1:arm64 (1.1-8build1) ... Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ... Setting up libsoxr0:arm64 (0.1.3-4build2) ... Setting up libsm-dev:arm64 (2:1.2.3-1build2) ... Setting up happy (1.19.12-2build1.1) ... Setting up libgfortran-11-dev:arm64 (11.2.0-19ubuntu1) ... Setting up htop (3.0.5-7build2) ... Setting up libboost-iostreams1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libfribidi-dev:arm64 (1.0.8-2ubuntu3) ... Setting up libboost-coroutine1.74.0:arm64 (1.74.0-14ubuntu3) ... Setting up libasn1-8-heimdal:arm64 (7.7.0+dfsg-3ubuntu1) ... Setting up libgcc-10-dev:arm64 (10.3.0-15ubuntu1) ... Setting up libheif1:arm64 (1.12.0-2build1) ... Setting up libsubunit-dev:arm64 (1.4.0-3) ... Setting up libarpack2:arm64 (3.8.0-1) ... Setting up libmagic1:arm64 (1:5.41-3) ... Setting up libjbig-dev:arm64 (2.1-3.1build3) ... Setting up libx11-dev:arm64 (2:1.7.5-1) ... Setting up libftdi1:arm64 (0.20-4ubuntu1) ... Setting up libsuperlu5:arm64 (5.3.0+dfsg1-2) ... Setting up libxext6:arm64 (2:1.3.4-1build1) ... Setting up libxcb-dri3-dev:arm64 (1.14-3ubuntu3) ... Setting up libctf-nobfd0:arm64 (2.38-3ubuntu1) ... Setting up m4 (1.4.18-5ubuntu2) ... Setting up binutils-aarch64-linux-gnu (2.38-3ubuntu1) ... Setting up libboost-tools-dev (1.74.0.3ubuntu7) ... Setting up e2fsprogs (1.46.5-2ubuntu1) ... Setting up libnss3:arm64 (2:3.68.2-0ubuntu1) ... Setting up libopencv-features2d4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up binutils (2.38-3ubuntu1) ... Setting up libopencv-ml4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up file (1:5.41-3) ... Setting up libboost-nowide-dev (1.74.0.3ubuntu7) ... Setting up libxvmc1:arm64 (2:1.0.12-2build2) ... Setting up libhcrypto4-heimdal:arm64 (7.7.0+dfsg-3ubuntu1) ... Setting up libatlas-base-dev:arm64 (3.10.3-12ubuntu1) ... update-alternatives: using /usr/lib/aarch64-linux-gnu/atlas/libblas.so to provide /usr/lib/aarch64-linux-gnu/libblas.so (libblas.so-aarch64-linux-gnu) in auto mode update-alternatives: using /usr/lib/aarch64-linux-gnu/atlas/liblapack.so to provide /usr/lib/aarch64-linux-gnu/liblapack.so (liblapack.so-aarch64-linux-gnu) in auto mode Setting up libnode72:arm64 (12.22.9~dfsg-1ubuntu3) ... Setting up libsystemd0:arm64 (249.11-0ubuntu3) ... Setting up alex (3.2.5-2build1.1) ... Setting up libsensors4-dev:arm64 (1:3.6.0-7ubuntu1) ... Setting up libxxf86vm1:arm64 (1:1.1.4-1build3) ... Setting up libportaudiocpp0:arm64 (19.6.0-1.1) ... Setting up libxnvctrl0:arm64 (510.47.03-0ubuntu1) ... Setting up libgcc-9-dev:arm64 (9.4.0-5ubuntu1) ... Setting up libnl-route-3-dev:arm64 (3.5.0-0.1) ... Setting up libselinux1:arm64 (3.3-1build2) ... Setting up libxcb-shm0-dev:arm64 (1.14-3ubuntu3) ... Setting up libvorbisfile3:arm64 (1.3.7-1build2) ... Setting up libwind0-heimdal:arm64 (7.7.0+dfsg-3ubuntu1) ... Setting up libegl-mesa0:arm64 (22.0.1-1ubuntu2) ... Setting up libopenexr-dev (2.5.7-1) ... Setting up libxcb-dri2-0-dev:arm64 (1.14-3ubuntu3) ... Setting up libgnutls30:arm64 (3.7.3-4ubuntu1) ... Setting up libgmpxx4ldbl:arm64 (2:6.2.1+dfsg-3ubuntu1) ... Setting up libptexenc1:arm64 (2021.20210626.59705-1build1) ... Setting up pandoc (2.9.2.1-3ubuntu2) ... Setting up libfreetype6:arm64 (2.11.1+dfsg-1build1) ... Setting up fakechroot (2.20.1+ds-2) ... Setting up libmpfr6:arm64 (4.1.0-3build3) ... Setting up libdmx1:arm64 (1:1.1.4-2build2) ... Setting up libxfixes3:arm64 (1:6.0.0-1) ... Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... Setting up libapt-pkg6.0:arm64 (2.4.5) ... Setting up libdmx-dev:arm64 (1:1.1.4-2build2) ... Setting up libdbus-1-3:arm64 (1.12.20-2ubuntu4) ... Setting up sed (4.8-1ubuntu2) ... Setting up libxinerama1:arm64 (2:1.1.4-3) ... Setting up libxpm-dev:arm64 (1:3.5.12-1build2) ... Setting up libxv1:arm64 (2:1.0.11-1build2) ... Setting up liblapack-dev:arm64 (3.10.0-2ubuntu1) ... Setting up check:arm64 (0.15.2-2) ... Setting up libmpc3:arm64 (1.2.1-2build1) ... Setting up lockfile-progs (0.1.19build1) ... Setting up libxrandr2:arm64 (2:1.5.2-1build1) ... Setting up libboost-numpy1.74-dev (1.74.0-14ubuntu3) ... Setting up libllvm13:arm64 (1:13.0.1-2ubuntu2) ... Setting up libxcb-render0-dev:arm64 (1.14-3ubuntu3) ... Setting up libxcb-glx0-dev:arm64 (1.14-3ubuntu3) ... Setting up libxt6:arm64 (1:1.2.1-1) ... Setting up libxcb-shape0-dev:arm64 (1.14-3ubuntu3) ... Setting up libxext-dev:arm64 (2:1.3.4-1build1) ... Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ... Setting up libopencv-dnn4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up dwz (0.14-1build2) ... Setting up whiptail (0.52.21-5ubuntu2) ... Setting up findutils (4.8.0-1ubuntu3) ... Setting up dmsetup (2:1.02.175-2.1ubuntu4) ... Setting up xauth (1:1.1-1build2) ... Setting up groff-base (1.22.4-8build1) ... Setting up libvdpau1:arm64 (1.4-3build2) ... Setting up libmount1:arm64 (2.37.2-4ubuntu3) ... Setting up libv4lconvert0:arm64 (1.22.1-2build1) ... Setting up libkmlbase1:arm64 (1.3.0-9) ... Setting up libxslt1.1:arm64 (1.1.34-4build2) ... Setting up bison (2:3.8.2+dfsg-1build1) ... update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode Setting up libegl1:arm64 (1.4.0-1) ... Setting up debugedit (1:5.0-4build1) ... Setting up cpp-9 (9.4.0-5ubuntu1) ... Setting up libxcb-sync-dev:arm64 (1.14-3ubuntu3) ... Setting up libgfortran-10-dev:arm64 (10.3.0-15ubuntu1) ... Setting up libsemanage2:arm64 (3.3-1build2) ... Setting up libxcb-xfixes0-dev:arm64 (1.14-3ubuntu3) ... Setting up libtiff5:arm64 (4.3.0-6) ... Setting up libsynctex-dev:arm64 (2021.20210626.59705-1build1) ... Setting up libgoogle-glog-dev (0.5.0+really0.4.0-2) ... Setting up libxss1:arm64 (1:1.2.3-1build2) ... Setting up libsndfile1:arm64 (1.0.31-2build1) ... Setting up mesa-va-drivers:arm64 (22.0.1-1ubuntu2) ... Setting up libxml2-utils (2.9.13+dfsg-1build1) ... Setting up libbpf0:arm64 (1:0.5.0-1) ... Setting up libva-x11-2:arm64 (2.14.0-1) ... Setting up libxrender-dev:arm64 (1:0.9.10-1build4) ... Setting up libxfont2:arm64 (1:2.0.5-1build1) ... Setting up libopenmpt0:arm64 (0.6.1-1) ... Setting up libavahi-client3:arm64 (0.8-5ubuntu5) ... Setting up libprocps8:arm64 (2:3.3.17-6ubuntu2) ... Setting up libtiffxx5:arm64 (4.3.0-6) ... Setting up libxres1:arm64 (2:1.2.1-1) ... Setting up liblbfgsb0:arm64 (3.0+dfsg.3-10) ... Setting up libxkbfile-dev:arm64 (1:1.1.0-1build3) ... Setting up libkmldom1:arm64 (1.3.0-9) ... Setting up cpp-11 (11.2.0-19ubuntu1) ... Setting up libsrt1.4-gnutls:arm64 (1.4.4-4) ... Setting up libopencv-calib3d4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up gcc-9 (9.4.0-5ubuntu1) ... Setting up mesa-vulkan-drivers:arm64 (22.0.1-1ubuntu2) ... Setting up mesa-vdpau-drivers:arm64 (22.0.1-1ubuntu2) ... Setting up libcanberra0:arm64 (0.30-10ubuntu1) ... Setting up libx11-xcb-dev:arm64 (2:1.7.5-1) ... Setting up net-tools (1.60+git20181103.0eebece-1ubuntu5) ... Setting up libdrm-dev:arm64 (2.4.110-1ubuntu1) ... Setting up libxmu-headers (2:1.1.3-3) ... Setting up libxmu6:arm64 (2:1.1.3-3) ... Setting up libarmadillo10 (1:10.8.2+dfsg-1) ... Setting up libgnutls-openssl27:arm64 (3.7.3-4ubuntu1) ... Setting up libgmp-dev:arm64 (2:6.2.1+dfsg-3ubuntu1) ... Setting up libkmlengine1:arm64 (1.3.0-9) ... Setting up libxi6:arm64 (2:1.8-1build1) ... Setting up bsdutils (1:2.37.2-4ubuntu3) ... Setting up tar (1.34+dfsg-1build3) ... update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode Setting up libpulse0:arm64 (1:15.99.1+dfsg1-1ubuntu1) ... Setting up e2fsprogs-l10n (1.46.5-2ubuntu1) ... Setting up libglib2.0-0:arm64 (2.72.1-1) ... Setting up libhx509-5-heimdal:arm64 (7.7.0+dfsg-3ubuntu1) ... Setting up libxtst6:arm64 (2:1.2.3-1build4) ... Setting up libxmlb2:arm64 (0.3.6-2build1) ... Setting up libxxf86vm-dev:arm64 (1:1.1.4-1build3) ... Setting up libxcursor1:arm64 (1:1.2.0-2build4) ... Setting up libgl1-mesa-dri:arm64 (22.0.1-1ubuntu2) ... Setting up libxxf86dga1:arm64 (2:1.1.5-0ubuntu3) ... Setting up libgfortran-9-dev:arm64 (9.4.0-5ubuntu1) ... Setting up libglib2.0-bin (2.72.1-1) ... Setting up libnetplan0:arm64 (0.104-0ubuntu2) ... Setting up libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ... Setting up coreutils (8.32-4.1ubuntu1) ... Setting up xinput (1.6.3-1build2) ... Setting up libxaw7:arm64 (2:1.0.14-1) ... Setting up libatspi2.0-0:arm64 (2.44.0-3) ... Setting up vim-tiny (2:8.2.3995-1ubuntu2) ... update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/view (view) in auto mode update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/ex (ex) in auto mode Setting up libxss-dev:arm64 (1:1.2.3-1build2) ... Setting up xfonts-utils (1:7.7+6build2) ... Setting up libhwloc-plugins:arm64 (2.7.0-2) ... Setting up nodejs (12.22.9~dfsg-1ubuntu3) ... update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode Setting up libldap-2.5-0:arm64 (2.5.11+dfsg-1~exp1ubuntu3) ... Setting up libcolord2:arm64 (1.4.6-1) ... Setting up libavutil56:arm64 (7:4.4.1-3ubuntu5) ... Setting up liblept5:arm64 (1.82.0-3build1) ... Setting up libdconf1:arm64 (0.40.0-3) ... Setting up eject (2.37.2-4ubuntu3) ... Setting up libxfixes-dev:arm64 (1:6.0.0-1) ... Setting up libgts-0.7-5:arm64 (0.7.6+darcs121130-5) ... Setting up libv4l-0:arm64 (1.22.1-2build1) ... Setting up libopencv-video4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libxv-dev:arm64 (2:1.0.11-1build2) ... Setting up libxrandr-dev:arm64 (2:1.5.2-1build1) ... Setting up xfonts-base (1:1.0.5) ... Setting up va-driver-all:arm64 (2.14.0-1) ... Setting up libxcb-randr0-dev:arm64 (1.14-3ubuntu3) ... Setting up libxt-dev:arm64 (1:1.2.1-1) ... Setting up libdbus-glib-1-2:arm64 (0.112-2build1) ... Setting up libxcb-present-dev:arm64 (1.14-3ubuntu3) ... Setting up shared-mime-info (2.1-2) ... Setting up libopencv-objdetect4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libboost-numpy-dev (1.74.0.3ubuntu7) ... Setting up bsdmainutils (12.1.7+nmu3ubuntu2) ... Setting up libopencv-stitching4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libimlib2:arm64 (1.7.4-1build1) ... Setting up libxinerama-dev:arm64 (2:1.1.4-3) ... Setting up libbabeltrace1:arm64 (1.5.8-2build1) ... Setting up libopencv-shape4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libtesseract4:arm64 (4.1.1-2.1build1) ... Setting up dpkg (1.21.1ubuntu2) ... Setting up vdpau-driver-all:arm64 (1.4-3build2) ... Setting up mount (2.37.2-4ubuntu3) ... Setting up gcc-11 (11.2.0-19ubuntu1) ... Setting up cpp (4:11.2.0-1ubuntu1) ... Setting up libxres-dev:arm64 (2:1.2.1-1) ... Setting up libharfbuzz0b:arm64 (2.7.4-1ubuntu3) ... Setting up libgirepository-1.0-1:arm64 (1.72.0-1) ... Setting up libgdk-pixbuf-2.0-0:arm64 (2.42.8+dfsg-1) ... Setting up x11-session-utils (7.7+4build2) ... Setting up sgml-base (1.30) ... Setting up libswscale5:arm64 (7:4.4.1-3ubuntu5) ... Setting up libatk1.0-0:arm64 (2.36.0-3build1) ... Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ... Setting up libxi-dev:arm64 (2:1.8-1build1) ... Setting up libxmuu-dev:arm64 (2:1.1.3-3) ... Setting up libldb2:arm64 (2:2.4.2-0ubuntu1) ... Setting up readline-common (8.1.2-1) ... Setting up libgudev-1.0-0:arm64 (1:237-2build1) ... Setting up libpolkit-gobject-1-0:arm64 (0.105-33) ... Setting up xfonts-scalable (1:1.0.3-1.2ubuntu1) ... Setting up libgstreamer1.0-0:arm64 (1.20.1-1) ... Setcap worked! gst-ptp-helper is not suid! Setting up libxvmc-dev:arm64 (2:1.0.12-2build2) ... Setting up libxtst-dev:arm64 (2:1.2.3-1build4) ... Setting up xfonts-terminus (4.48-3.1) ... Setting up libkrb5-26-heimdal:arm64 (7.7.0+dfsg-3ubuntu1) ... Setting up libxdamage-dev:arm64 (1:1.1.5-2build2) ... Setting up libavutil-dev:arm64 (7:4.4.1-3ubuntu5) ... Setting up xinit (1.4.1-0ubuntu4) ... Setting up libglibmm-2.4-1v5:arm64 (2.66.2-2) ... Setting up gtk-update-icon-cache (3.24.33-1ubuntu1) ... Setting up libgts-bin (0.7.6+darcs121130-5) ... Setting up gettext (0.21-4ubuntu4) ... Setting up libharfbuzz-icu0:arm64 (2.7.4-1ubuntu3) ... Setting up fonts-lato (2.0-2.1) ... Setting up libglx-mesa0:arm64 (22.0.1-1ubuntu2) ... Setting up libgdk-pixbuf-xlib-2.0-0:arm64 (2.40.2-2build4) ... Setting up grep (3.7-1build1) ... Setting up libglx0:arm64 (1.4.0-1) ... Setting up libwacom9:arm64 (2.2.0-1) ... Setting up libxcomposite-dev:arm64 (1:0.4.5-1build2) ... Setting up libxcursor-dev:arm64 (1:1.2.0-2build4) ... Setting up x11-xkb-utils (7.7+5build4) ... Setting up libxxf86dga-dev:arm64 (2:1.1.5-0ubuntu3) ... Setting up libreadline8:arm64 (8.1.2-1) ... Setting up libast2 (0.7-9) ... Setting up libgstreamer-plugins-base1.0-0:arm64 (1.20.1-1) ... Setting up autoconf-archive (20210219-2.1) ... Setting up fonts-terminus-otb (4.48-3.1) ... Setting up libharfbuzz-gobject0:arm64 (2.7.4-1ubuntu3) ... Setting up libswresample3:arm64 (7:4.4.1-3ubuntu5) ... Setting up libxmu-dev:arm64 (2:1.1.3-3) ... Setting up x11-xserver-utils (7.7+9build1) ... Setting up libhdb9-heimdal:arm64 (7.7.0+dfsg-3ubuntu1) ... Setting up libheimntlm0-heimdal:arm64 (7.7.0+dfsg-3ubuntu1) ... Setting up libwbclient0:arm64 (2:4.15.5~dfsg-0ubuntu5) ... Setting up fdisk (2.37.2-4ubuntu3) ... Setting up gcc (4:11.2.0-1ubuntu1) ... Setting up poppler-data (0.4.11-1) ... Setting up libinput-bin (1.20.0-1) ... Setting up libatk-bridge2.0-0:arm64 (2.38.0-3) ... Setting up perl-base (5.34.0-3ubuntu1) ... Setting up language-pack-en (1:22.04+20220415) ... Setting up libgl1:arm64 (1.4.0-1) ... Setting up libgssapi3-heimdal:arm64 (7.7.0+dfsg-3ubuntu1) ... Setting up adwaita-icon-theme (41.0-1ubuntu1) ... update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode Setting up libkdc2-heimdal:arm64 (7.7.0+dfsg-3ubuntu1) ... Setting up init-system-helpers (1.62) ... Setting up libgdk-pixbuf2.0-0:arm64 (2.40.2-2build4) ... Setting up libraqm0:arm64 (0.7.0-4ubuntu1) ... Setting up libswscale-dev:arm64 (7:4.4.1-3ubuntu5) ... Setting up gzip (1.10-4ubuntu4) ... Setting up usrmerge (25ubuntu2) ... The system has been successfully converted. Setting up python2-minimal (2.7.18-3) ... Setting up gir1.2-glib-2.0:arm64 (1.72.0-1) ... Setting up libglew2.2:arm64 (2.2.0-4) ... Setting up xutils-dev (1:7.7+6ubuntu1) ... Setting up libgdk-pixbuf2.0-bin (2.42.8+dfsg-1) ... Setting up xml-core (0.18+nmu1) ... Setting up procps (2:3.3.17-6ubuntu2) ... Setting up gpgconf (2.2.27-3ubuntu2) ... Setting up libxaw7-dev:arm64 (2:1.0.14-1) ... Setting up libpolkit-agent-1-0:arm64 (0.105-33) ... Setting up libglx-dev:arm64 (1.4.0-1) ... Setting up xserver-common (2:21.1.3-2ubuntu2) ... Setting up libgl-dev:arm64 (1.4.0-1) ... Setting up liblocale-gettext-perl (1.07-4build3) ... Setting up gpg (2.2.27-3ubuntu2) ... Setting up gnupg-utils (2.2.27-3ubuntu2) ... Setting up eterm (0.9.6-6.1) ... update-alternatives: using /usr/bin/Eterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode Setting up libtext-iconv-perl (1.7-7build3) ... Setting up libinput10:arm64 (1.20.0-1) ... Setting up libtext-charwidth-perl (0.04-10build3) ... Setting up haveged (1.9.14-1ubuntu1) ... Setting up session-migration (0.3.6) ... Setting up gir1.2-freedesktop:arm64 (1.72.0-1) ... Setting up gpg-agent (2.2.27-3ubuntu2) ... Setting up gir1.2-gdkpixbuf-2.0:arm64 (2.42.8+dfsg-1) ... Setting up libegl-dev:arm64 (1.4.0-1) ... Setting up libswresample-dev:arm64 (7:4.4.1-3ubuntu5) ... Setting up gawk (1:5.1.0-1build3) ... Setting up gir1.2-atk-1.0:arm64 (2.36.0-3build1) ... Setting up bluez-tools (2.0~20170911.0.7cb788c-4) ... Setting up gpgsm (2.2.27-3ubuntu2) ... Setting up perl-modules-5.34 (5.34.0-3ubuntu1) ... Setting up libtext-wrapi18n-perl (0.06-9) ... Setting up gir1.2-harfbuzz-0.0:arm64 (2.7.4-1ubuntu3) ... Setting up libgpgme11:arm64 (1.16.0-1.2ubuntu4) ... Setting up debconf (1.5.79ubuntu1) ... Setting up libgl2ps1.4 (1.4.2+dfsg1-2) ... Setting up tzdata (2022a-0ubuntu1) ... Setting up apparmor (3.0.4-2ubuntu2) ... Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ... Setting up libpam0g:arm64 (1.4.0-11ubuntu2) ... Setting up humanity-icon-theme (0.6.16) ... Setting up cpufrequtils (008-2build1) ... Setting up libtcl8.6:arm64 (8.6.12+dfsg-1build1) ... Setting up util-linux (2.37.2-4ubuntu3) ... Setting up ucf (3.0043) ... Setting up gpg-wks-server (2.2.27-3ubuntu2) ... Setting up libical3:arm64 (3.0.14-1build1) ... Setting up mesa-common-dev:arm64 (22.0.1-1ubuntu2) ... Setting up keyboard-configuration (1.205ubuntu3) ... Setting up libgles-dev:arm64 (1.4.0-1) ... Setting up xserver-xorg-legacy (2:21.1.3-2ubuntu2) ... Setting up dash (0.5.11+git20210903+057cd650a4ed-3build1) ... Setting up libpaper1:arm64 (1.1.28build2) ... Setting up libperl5.34:arm64 (5.34.0-3ubuntu1) ... Setting up flex (2.6.4-8build2) ... Setting up tcl8.6 (8.6.12+dfsg-1build1) ... Setting up libdebuginfod-common (0.186-1build1) ... Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... Setting up iproute2 (5.15.0-1ubuntu2) ... Setting up libpam-modules-bin (1.4.0-11ubuntu2) ... Setting up ubuntu-mono (20.10-0ubuntu2) ... Setting up libssl3:arm64 (3.0.2-0ubuntu1) ... Setting up perl-openssl-defaults:arm64 (5build2) ... Setting up libevent-openssl-2.1-7:arm64 (2.1.12-stable-1build3) ... Setting up libglvnd-dev:arm64 (1.4.0-1) ... Setting up debconf-i18n (1.5.79ubuntu1) ... Setting up resolvconf (1.84ubuntu1) ... Setting up libpaper-utils (1.1.28build2) ... Setting up samba-common (2:4.15.5~dfsg-0ubuntu5) ... Setting up locales (2.35-0ubuntu3) ... Setting up man-db (2.10.2-1) ... Setting up ntpdate (1:4.2.8p15+dfsg-1ubuntu2) ... Setting up libfl-dev:arm64 (2.6.4-8build2) ... Setting up bluez-obexd (5.64-0ubuntu1) ... Setting up libglusterfs0:arm64 (10.1-1) ... Setting up tex-common (6.17) ... Setting up perl (5.34.0-3ubuntu1) ... Setting up libpackage-stash-xs-perl (0.29-1build5) ... Setting up libisc-export1105:arm64 (1:9.11.19+dfsg-2.1ubuntu3) ... Setting up libalgorithm-c3-perl (0.11-1) ... Setting up libmodule-signature-perl (0.88-1) ... Setting up libdata-dump-perl (1.25-1) ... Setting up libref-util-perl (0.204-1) ... Setting up libipc-system-simple-perl (1.30-1) ... Setting up libxml-xpathengine-perl (0.14-1) ... Setting up libsocket6-perl (0.29-1build4) ... Setting up libgdcm3.0:arm64 (3.0.10-1build2) ... Setting up libnet-libidn-perl (0.12.ds-3build6) ... Setting up libevent-dev (2.1.12-stable-1build3) ... Setting up libssl-dev:arm64 (3.0.2-0ubuntu1) ... Setting up libvariable-magic-perl (0.62-1build5) ... Setting up libio-html-perl (1.004-2) ... Setting up libtext-template-perl (1.60-1) ... Setting up libpod-parser-perl (1.63-2) ... Setting up libpython3.10-minimal:arm64 (3.10.4-3) ... Setting up libb-hooks-op-check-perl (0.22-1build5) ... Setting up liblist-moreutils-xs-perl (0.430-2build2) ... Setting up libparams-util-perl (1.102-1build3) ... Setting up libdpkg-perl (1.21.1ubuntu2) ... Setting up autoconf (2.71-2) ... Setting up libsub-exporter-progressive-perl (0.001013-1) ... Setting up libtimedate-perl (2.3300-2) ... Setting up libsub-name-perl (0.26-1build3) ... Setting up libtype-tiny-xs-perl (0.022-1build2) ... Setting up liburi-escape-xs-perl (0.14-1build6) ... Setting up libpod-latex-perl (0.61-3) ... Setting up lmodern (2.004.5-6.1) ... Setting up libpath-tiny-perl (0.122-1) ... Setting up libarchive-cpio-perl (0.10-1.1) ... Setting up tcl (8.6.11+1build2) ... Setting up libgl1-mesa-dev:arm64 (22.0.1-1ubuntu2) ... Setting up libintl-perl (1.26-3build2) ... Setting up libfcgi-perl:arm64 (0.82+ds-1build1) ... Setting up libsub-override-perl (0.09-2) ... Setting up libcryptsetup12:arm64 (2:2.4.3-1ubuntu1) ... Setting up libdevel-globaldestruction-perl (0.14-1.1) ... Setting up libssh2-1:arm64 (1.10.0-3) ... Setting up libtext-soundex-perl:arm64 (3.05-1build1) ... Setting up libstrictures-perl (2.000006-1) ... Setting up libsub-quote-perl (2.006006-1) ... Setting up console-setup-linux (1.205ubuntu3) ... update-alternatives: using /etc/console-setup/vtrgb to provide /etc/vtrgb (vtrgb) in auto mode Setting up libclass-xsaccessor-perl (1.19-3build9) ... Setting up libkrb5-3:arm64 (1.19.2-2) ... Setting up libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ... Setting up libexporter-tiny-perl (1.002002-1) ... Setting up libfido2-1:arm64 (1.10.0-1) ... Setting up libtext-unidecode-perl (1.30-1) ... Setting up libbluray2:arm64 (1:1.3.1-1) ... Setting up openssl (3.0.2-0ubuntu1) ... Setting up mailcap (3.70+nmu1ubuntu1) ... Setting up libsys-hostname-long-perl (1.5-2) ... Setting up libpackage-constants-perl (0.06-1) ... Setting up liburi-perl (5.10-1) ... Setting up libx11-protocol-perl (0.56-7.1) ... Setting up rsync (3.2.3-8ubuntu3) ... Setting up libkmod2:arm64 (29-1ubuntu1) ... Setting up libnet-ssleay-perl:arm64 (1.92-1build2) ... Setting up automake (1:1.16.5-1.3) ... update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode Setting up libmodule-pluggable-perl (5.2-1) ... Setting up language-pack-en-base (1:22.04+20220415) ... Generating locales (this might take a while)... Generation complete. Setting up libhttp-date-perl (6.05-1) ... Setting up libfile-which-perl (1.23-1) ... Setting up fontconfig (2.13.1-4.2ubuntu5) ... Regenerating fonts cache... done. Setting up librabbitmq4:arm64 (0.10.0-1ubuntu2) ... Setting up libmysqlclient21:arm64 (8.0.28-0ubuntu4) ... Setting up console-setup (1.205ubuntu3) ... Setting up libgdcm-dev (3.0.10-1build2) ... Setting up libxft2:arm64 (2.3.4-1) ... Setting up libfile-slurp-perl (9999.32-1) ... Setting up libfile-basedir-perl (0.09-1) ... Setting up libtie-ixhash-perl (1.23-2.1) ... Setting up libunicode-utf8-perl (0.62-1build4) ... Setting up libfile-listing-perl (6.14-1) ... Setting up mime-support (3.66) ... Setting up libruby3.0:arm64 (3.0.2-7ubuntu2) ... Setting up wget (1.21.2-2ubuntu1) ... Setting up libfont-afm-perl (1.20-3) ... Setting up libdynaloader-functions-perl (0.003-1.1) ... Setting up fluxbox (1.3.5-2.1) ... update-alternatives: using /usr/bin/startfluxbox to provide /usr/bin/x-window-manager (x-window-manager) in auto mode Setting up libclass-method-modifiers-perl (2.13-1) ... Setting up libref-util-xs-perl (0.117-1build5) ... Setting up libfile-fcntllock-perl (0.22-3build7) ... Setting up libclone-perl (0.45-1build3) ... Setting up libalgorithm-diff-perl (1.201-1) ... Setting up libarchive-zip-perl (1.68-1) ... Setting up libsub-identify-perl (0.14-1build5) ... Setting up libio-stringy-perl (2.111-3) ... Setting up liblist-moreutils-perl (0.430-2) ... Setting up libhtml-tagset-perl (3.20-4) ... Setting up libzip4:arm64 (1.7.3-1ubuntu2) ... Setting up libauthen-sasl-perl (2.1600-1.1) ... Setting up libtk8.6:arm64 (8.6.12-1build1) ... Setting up libdebhelper-perl (13.6ubuntu1) ... Setting up libpango-1.0-0:arm64 (1.50.6+ds-2) ... Setting up libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1) ... Setting up liblwp-mediatypes-perl (6.04-1) ... Setting up libtry-tiny-perl (0.31-1) ... Setting up libtype-tiny-perl (1.012004-1) ... Setting up update-inetd (4.51) ... Setting up libdns-export1110 (1:9.11.19+dfsg-2.1ubuntu3) ... Setting up libxml-namespacesupport-perl (1.12-1.1) ... Setting up isc-dhcp-client (4.4.1-2.3ubuntu2) ... Setting up libnet-http-perl (6.22-1) ... Setting up x11-apps (7.7+8build2) ... Setting up libbareword-filehandles-perl (0.007-1build3) ... Setting up libpadwalker-perl (2.5-1build2) ... Setting up libencode-locale-perl (1.05-1.1) ... Setting up rename (1.30-1) ... update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode Setting up libclass-c3-perl (0.35-1) ... Setting up kmod (29-1ubuntu1) ... Setting up libcpan-changes-perl (0.400002-1.1) ... Setting up python3.10-minimal (3.10.4-3) ... Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ... Setting up libany-uri-escape-perl (0.01-3) ... Setting up libyaml-tiny-perl (1.73-1) ... Setting up libclass-c3-xs-perl (0.15-1build2) ... Setting up libintl-xs-perl (1.26-3build2) ... Setting up libcairo2:arm64 (1.16.0-5ubuntu2) ... Setting up libdevel-caller-perl (2.06-2build4) ... Setting up libsub-install-perl (0.928-1.1) ... Setting up libio-socket-inet6-perl (2.73-1) ... Setting up dpkg-dev (1.21.1ubuntu2) ... Setting up libindirect-perl (0.39-1build3) ... Setting up libmodule-build-perl (0.423100-1) ... Setting up intltool-debian (0.35.0+20060710.5) ... Setting up libfile-copy-recursive-perl (0.45-1) ... Setting up help2man (1.49.1) ... Setting up liberror-perl (0.17029-1) ... Setting up liblog-message-perl (0.8-1.1) ... Setting up libpoppler118:arm64 (22.02.0-2) ... Setting up libmail-sendmail-perl (0.80-1.1) ... Setting up libltdl-dev:arm64 (2.4.6-15build2) ... Setting up ca-certificates (20211016) ... Setting up libxml-sax-base-perl (1.09-1.1) ... Setting up libarchive-extract-perl (0.88-1) ... Setting up libreadonly-perl (2.050-3) ... Setting up liblexical-sealrequirehints-perl (0.011-4build3) ... Setting up libdevel-lexalias-perl (0.05-2build4) ... Setting up libisccfg-export163 (1:9.11.19+dfsg-2.1ubuntu3) ... Setting up libmultidimensional-perl (0.014-1build4) ... Setting up libgd3:arm64 (2.3.0-2ubuntu2) ... Setting up libgssapi-krb5-2:arm64 (1.19.2-2) ... Setting up libdata-optlist-perl (0.112-1) ... Setting up pkg-config (0.29.2-1ubuntu3) ... Setting up libssh-4:arm64 (0.9.6-2build1) ... Setting up libfile-desktopentry-perl (0.22-2) ... Setting up libcups2:arm64 (2.4.1op1-1ubuntu4) ... Setting up libwww-robotrules-perl (6.02-1) ... Setting up libdatrie-dev:arm64 (0.2.13-2) ... Setting up libhtml-parser-perl:arm64 (3.76-1build2) ... Setting up libtheora0:arm64 (1.1.1+dfsg.1-15ubuntu4) ... Setting up librole-tiny-perl (2.002004-1) ... Setting up x11-utils (7.7+5build2) ... Setting up libcurl4:arm64 (7.81.0-1) ... Setting up libcairo-gobject2:arm64 (1.16.0-5ubuntu2) ... Setting up python3-minimal (3.10.4-0ubuntu2) ... Setting up curl (7.81.0-1) ... Setting up xterm (372-1ubuntu1) ... update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode Setting up libatk-wrapper-java (0.38.0-5build1) ... Setting up libmro-compat-perl (0.15-1) ... Setting up libpangoft2-1.0-0:arm64 (1.50.6+ds-2) ... Setting up libfile-homedir-perl (1.006-1) ... Setting up libalgorithm-diff-xs-perl (0.04-6build3) ... Setting up libcupsfilters1:arm64 (1.28.15-0ubuntu1) ... Setting up libio-socket-ssl-perl (2.074-2) ... Setting up libsub-exporter-perl (0.988-1) ... Setting up libirs-export161 (1:9.11.19+dfsg-2.1ubuntu3) ... Setting up libpangocairo-1.0-0:arm64 (1.50.6+ds-2) ... Setting up libc-devtools (2.35-0ubuntu3) ... Setting up libalgorithm-merge-perl (0.08-3) ... Setting up libhttp-message-perl (6.36-1) ... Setting up libhtml-form-perl (6.07-1) ... Setting up libssh-gcrypt-4:arm64 (0.9.6-2build1) ... Setting up libpod-markdown-perl (3.300000-1) ... Setting up liblwp-protocol-https-perl (6.10-1) ... Setting up libfile-stripnondeterminism-perl (1.13.0-1) ... Setting up libcairo-script-interpreter2:arm64 (1.16.0-5ubuntu2) ... Setting up libtirpc3:arm64 (1.3.2-2build1) ... Setting up tk8.6 (8.6.12-1build1) ... Setting up libfile-mimeinfo-perl (0.31-1) ... Setting up libhttp-negotiate-perl (6.01-1) ... Setting up tk8.6-blt2.5 (2.5.3+dfsg-4.1build2) ... Setting up fswebcam (20140113-2) ... Setting up libzmq5:arm64 (4.3.4-2) ... Setting up libruby (1:3.0~exp1) ... Setting up libgs9:arm64 (9.55.0~dfsg1-0ubuntu5) ... Setting up libpangoxft-1.0-0:arm64 (1.50.6+ds-2) ... Setting up liblog-message-simple-perl (0.10-3) ... Setting up libhttp-cookies-perl (6.10-1) ... Setting up libogdi4.1 (4.1.0+ds-5) ... Setting up python3-pip-whl (22.0.2+dfsg-1) ... Setting up libgit2-1.1:arm64 (1.1.0+dfsg.1-4.1build1) ... Setting up po-debconf (1.0.21+nmu1) ... Setting up libgtk2.0-0:arm64 (2.24.33-2ubuntu2) ... Setting up libhtml-tree-perl (5.07-2) ... Setting up blt (2.5.3+dfsg-4.1build2) ... Setting up libparams-classify-perl (0.015-1build5) ... Setting up libcgi-pm-perl (4.54-1) ... Setting up pango1.0-tools (1.50.6+ds-2) ... Setting up libpq5:arm64 (14.2-1ubuntu1) ... Setting up libcurl3-gnutls:arm64 (7.81.0-1) ... Setting up libhtml-format-perl (2.12-1.1) ... Setting up rubygems-integration (1.18) ... Setting up libproj22:arm64 (8.2.1-1) ... Setting up libappstream4:arm64 (0.15.2-2) ... Setting up libxml-sax-perl (1.02+dfsg-3) ... update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Setting up libatk-wrapper-java-jni:arm64 (0.38.0-5build1) ... Setting up libcupsimage2:arm64 (2.4.1op1-1ubuntu4) ... Setting up libgeotiff5:arm64 (1.7.0-2build1) ... Setting up libcfitsio9:arm64 (4.0.0-1) ... Setting up librsvg2-2:arm64 (2.52.5+dfsg-3) ... Setting up libsigc++-2.0-dev:arm64 (2.10.4-2ubuntu3) ... Setting up gir1.2-pango-1.0:arm64 (1.50.6+ds-2) ... Setting up libgphoto2-6:arm64 (2.5.27-1build2) ... Setting up libtirpc-dev:arm64 (1.3.2-2build1) ... Setting up gstreamer1.0-plugins-base:arm64 (1.20.1-1) ... Setting up libnet-smtp-ssl-perl (1.04-1) ... Setting up libmodule-runtime-perl (0.016-1) ... Setting up libmailtools-perl (2.21-1) ... Setting up libcurl4-openssl-dev:arm64 (7.81.0-1) ... Setting up gir1.2-gtk-2.0:arm64 (2.24.33-2ubuntu2) ... Setting up openjdk-8-jre-headless:arm64 (8u312-b07-0ubuntu1) ... update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up libeigen3-dev (3.4.0-2ubuntu2) ... Setting up libgvc6 (2.42.2-6) ... Setting up git (1:2.34.1-1ubuntu1) ... Setting up librsvg2-common:arm64 (2.52.5+dfsg-3) ... Setting up ruby3.0 (3.0.2-7ubuntu2) ... Setting up lsof (4.93.2+dfsg-1.1build2) ... Setting up libhdf4-0-alt (4.2.15-4) ... Setting up libthai-dev:arm64 (0.1.29-1build1) ... Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Setting up dh-strip-nondeterminism (1.13.0-1) ... Setting up libgvc6-plugins-gtk (2.42.2-6) ... Setting up libgail18:arm64 (2.24.33-2ubuntu2) ... Setting up libhdf5-103-1:arm64 (1.10.7+repack-4ubuntu2) ... Setting up libhttp-daemon-perl (6.13-1) ... Setting up libgtk2.0-bin (2.24.33-2ubuntu2) ... Setting up libdata-section-perl (0.200007-1) ... Setting up libnsl2:arm64 (1.3.0-2build2) ... Setting up cmake (3.22.1-1ubuntu1) ... Setting up libavcodec58:arm64 (7:4.4.1-3ubuntu5) ... Setting up ca-certificates-java (20190909) ... Adding debian:Certigna_Root_CA.pem Adding debian:emSign_ECC_Root_CA_-_G3.pem Adding debian:Secure_Global_CA.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:UCA_Global_G2_Root.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:AffirmTrust_Premium.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:GTS_Root_R4.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:emSign_ECC_Root_CA_-_C3.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:GTS_Root_R2.pem Adding debian:e-Szigno_Root_CA_2017.pem Adding debian:GLOBALTRUST_2020.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:AffirmTrust_Networking.pem Adding debian:NAVER_Global_Root_Certification_Authority.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:UCA_Extended_Validation_Root.pem Adding debian:TrustCor_RootCert_CA-1.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:EC-ACC.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:ACCVRAIZ1.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:SSL.com_Root_Certification_Authority_RSA.pem Adding debian:Certum_EC-384_CA.pem Adding debian:TrustCor_ECA-1.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:TrustCor_RootCert_CA-2.pem Adding debian:GlobalSign_Root_CA_-_R6.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Izenpe.com.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:ANF_Secure_Server_Root_CA.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:CFCA_EV_ROOT.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:SecureSign_RootCA11.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:Certum_Trusted_Root_CA.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:certSIGN_Root_CA_G2.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Hongkong_Post_Root_CA_3.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:ISRG_Root_X1.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:emSign_Root_CA_-_C1.pem Adding debian:GlobalSign_Root_E46.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:SSL.com_Root_Certification_Authority_ECC.pem Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem Adding debian:Trustwave_Global_Certification_Authority.pem Adding debian:Certigna.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:GDCA_TrustAUTH_R5_ROOT.pem Adding debian:emSign_Root_CA_-_G1.pem Adding debian:SecureTrust_CA.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:GlobalSign_Root_R46.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:GTS_Root_R3.pem Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Entrust_Root_Certification_Authority_-_G4.pem Adding debian:GTS_Root_R1.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:GlobalSign_Root_CA_-_R3.pem done. Setting up tk (8.6.11+1build2) ... Setting up libgfxdr0:arm64 (10.1-1) ... Setting up libhdf5-hl-100:arm64 (1.10.7+repack-4ubuntu2) ... Setting up libchromaprint1:arm64 (1.5.1-2) ... Setting up libspatialite7:arm64 (5.0.1-2build2) ... Setting up graphviz (2.42.2-6) ... Setting up libcanberra-gtk0:arm64 (0.30-10ubuntu1) ... Setting up libcanberra-gtk-module:arm64 (0.30-10ubuntu1) ... Setting up libxerces-c3.2:arm64 (3.2.3+debian-3build1) ... Setting up libterm-ui-perl (0.50-1) ... Setting up libpam-modules:arm64 (1.4.0-11ubuntu2) ... Setting up libwww-perl (6.61-1) ... Setting up libpmix2:arm64 (4.1.2-2ubuntu1) ... Setting up libmodule-implementation-perl (0.09-1.1) ... Setting up libgail-common:arm64 (2.24.33-2ubuntu2) ... Setting up libavformat58:arm64 (7:4.4.1-3ubuntu5) ... Setting up libcgi-fast-perl (1:2.15-1) ... Setting up libpackage-stash-perl (0.39-1) ... Setting up libavcodec-dev:arm64 (7:4.4.1-3ubuntu5) ... Setting up libimport-into-perl (1.002005-1) ... Setting up libmoo-perl (2.005004-3) ... Setting up libdebuginfod1:arm64 (0.186-1build1) ... Setting up libdata-perl-perl (0.002011-1) ... Setting up proj-bin (8.2.1-1) ... Setting up debhelper (13.6ubuntu1) ... Setting up libavformat-dev:arm64 (7:4.4.1-3ubuntu5) ... Setting up openjdk-8-jre:arm64 (8u312-b07-0ubuntu1) ... update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode Setting up libnss-nisplus:arm64 (1.3-0ubuntu6) ... Setting up libsoftware-license-perl (0.104001-1) ... Setting up libgraphviz-dev:arm64 (2.42.2-6) ... Setting up libpython2.7-stdlib:arm64 (2.7.18-13ubuntu1) ... Setting up libpython3.10-stdlib:arm64 (3.10.4-3) ... Setting up ruby (1:3.0~exp1) ... Setting up libwrap0:arm64 (7.6.q-31build2) ... Setting up libnss-nis:arm64 (3.1-0ubuntu6) ... Setting up openjdk-8-jdk-headless:arm64 (8u312-b07-0ubuntu1) ... update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/clhsdb to provide /usr/bin/clhsdb (clhsdb) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/hsdb to provide /usr/bin/hsdb (hsdb) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jar to provide /usr/bin/jar (jar) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/javac to provide /usr/bin/javac (javac) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/javah to provide /usr/bin/javah (javah) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/javap to provide /usr/bin/javap (javap) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jps to provide /usr/bin/jps (jps) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode Setting up sudo (1.9.9-1ubuntu2) ... Setting up texinfo (6.8-4build1) ... Setting up libnetcdf19:arm64 (1:4.8.1-1) ... Setting up passwd (1:4.8.1-2ubuntu2) ... Shadow passwords are now on. Setting up libnsl-dev:arm64 (1.3.0-2build2) ... Setting up libc6-dev:arm64 (2.35-0ubuntu3) ... Setting up libgdbm-dev:arm64 (1.23-1) ... Setting up tcpd (7.6.q-31build2) ... Setting up openjdk-8-jdk:arm64 (8u312-b07-0ubuntu1) ... update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode Setting up libparams-validate-perl:arm64 (1.30-1build3) ... Setting up libb-hooks-endofscope-perl (0.25-1) ... Setting up libicu-dev:arm64 (70.1-2) ... Setting up libpam-runtime (1.4.0-11ubuntu2) ... Setting up libgfrpc0:arm64 (10.1-1) ... Setting up libpython3-stdlib:arm64 (3.10.4-0ubuntu2) ... Setting up libmoox-handlesvia-perl (0.001009-1) ... Setting up login (1:4.8.1-2ubuntu2) ... Setting up libxml-parser-perl:arm64 (2.46-3build1) ... Setting up libpython3.10:arm64 (3.10.4-3) ... Setting up libjpeg-turbo8-dev:arm64 (2.1.2-0ubuntu1) ... Setting up adduser (3.118ubuntu5) ... Setting up libexif-dev:arm64 (0.6.24-1build1) ... Setting up libpython2.7:arm64 (2.7.18-13ubuntu1) ... Setting up libncurses-dev:arm64 (6.3-2) ... Setting up apt (2.4.5) ... Setting up vim (2:8.2.3995-1ubuntu2) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode Setting up apt-utils (2.4.5) ... Setting up python3.10 (3.10.4-3) ... Setting up libstdc++-9-dev:arm64 (9.4.0-5ubuntu1) ... Setting up libpcre2-dev:arm64 (10.39-3build1) ... Setting up libncursesw5-dev:arm64 (6.3-2) ... Setting up python2.7 (2.7.18-13ubuntu1) ... Setting up gfortran-9 (9.4.0-5ubuntu1) ... Setting up libgphoto2-dev:arm64 (2.5.27-1build2) ... Setting up libtool (2.4.6-15build2) ... Setting up libpython2-stdlib:arm64 (2.7.18-3) ... Setting up libselinux1-dev:arm64 (3.3-1build2) ... Setting up libpcre3-dev:arm64 (2:8.39-13build5) ... Setting up openssh-client (1:8.9p1-3) ... update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode Setting up cron (3.0pl1-137ubuntu3) ... Adding group `crontab' (GID 102) ... Done. Setting up libxml-twig-perl (1:3.52-1) ... Setting up rsyslog (8.2112.0-2ubuntu2) ... Adding user `syslog' to group `adm' ... Adding user syslog to group adm Done. Setting up libnet-dbus-perl (1.2.0-1build3) ... Setting up isc-dhcp-server (4.4.1-2.3ubuntu2) ... Setting up python3 (3.10.4-0ubuntu2) ... Setting up systemd (249.11-0ubuntu3) ... Setting up ruby-rubygems (3.3.5-2) ... Setting up python3-sortedcontainers (2.1.0-2) ... Setting up libusb-dev (2:0.1.12-32build3) ... Setting up libreadline-dev:arm64 (8.1.2-1) ... Setting up python3-fusepy (3.0.1-2) ... Setting up python3-markupsafe (2.0.1-2build1) ... Setting up python2 (2.7.18-3) ... Setting up python3-webencodings (0.5.1-4) ... Setting up python3-psutil (5.9.0-1build1) ... Setting up python3-tz (2022.1-1) ... Setting up python3-cloudpickle (2.0.0-1) ... Setting up libnuma-dev:arm64 (2.0.14-3ubuntu2) ... Setting up python3-blosc (1.9.2+ds1-3build2) ... Setting up python3-six (1.16.0-3ubuntu1) ... Setting up dh-autoreconf (20) ... Setting up wpasupplicant (2:2.10-6) ... Setting up dirmngr (2.2.27-3ubuntu2) ... Setting up python3-pil:arm64 (9.0.1-1build1) ... Setting up python3-transitions (0.8.10+3-1) ... Setting up python3-tdb (1.4.5-2build1) ... Setting up python3-decorator (4.4.2-0ubuntu1) ... Setting up libxml2-dev:arm64 (2.9.13+dfsg-1build1) ... Setting up gdb (12.0.90-0ubuntu1) ... Setting up libexpat1-dev:arm64 (2.4.7-1) ... Setting up python3-pyparsing (2.4.7-1) ... Setting up libgdal30 (3.4.1+dfsg-1build4) ... Setting up libsqlite3-dev:arm64 (3.37.2-2) ... Setting up python3-gpg (1.16.0-1.2ubuntu4) ... Setting up python3-certifi (2020.6.20-1) ... Setting up uuid-dev:arm64 (2.37.2-4ubuntu3) ... Setting up ifupdown (0.8.36+nmu1ubuntu3) ... Creating /etc/network/interfaces. Setting up python3-brotli (1.0.9-2build6) ... Setting up dbus (1.12.20-2ubuntu4) ... Setting up python3-gi (3.42.0-3build1) ... Setting up python3-greenlet (1.1.2-3build1) ... Setting up python3-cycler (0.11.0-1) ... Setting up libnamespace-clean-perl (0.27-1) ... Setting up python3-kiwisolver (1.3.2-1build1) ... Setting up python3-xlwt (1.3.0-3) ... Setting up python3-ldb (2:2.4.2-0ubuntu1) ... Setting up systemd-timesyncd (249.11-0ubuntu3) ... Setting up udev (249.11-0ubuntu3) ... A chroot environment has been detected, udev not started. Setting up python3-idna (3.3-1) ... Setting up g++-9 (9.4.0-5ubuntu1) ... Setting up libgfapi0:arm64 (10.1-1) ... Setting up python3-html5lib (1.1-3) ... Setting up python3-toml (0.10.2-1) ... Setting up python3-uvloop (0.16.0+ds1-2build1) ... Setting up python3-jeepney (0.7.1-3) ... Setting up gfortran-11 (11.2.0-19ubuntu1) ... Setting up python3-urllib3 (1.26.5-1~exp1) ... Setting up libstdc++-11-dev:arm64 (11.2.0-19ubuntu1) ... Setting up libxml-sax-expat-perl (0.51-1) ... update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Setting up python3-netifaces:arm64 (0.11.0-1build2) ... Setting up libwacom-bin (2.2.0-1) ... Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2ubuntu9) ... Setting up libgetopt-long-descriptive-perl (0.109-2) ... Setting up libopencv-core-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up uuid-runtime (2.37.2-4ubuntu3) ... Adding group `uuidd' (GID 115) ... Done. Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory Adding system user `uuidd' (UID 107) ... Adding new user `uuidd' (UID 107) with group `uuidd' ... Not creating home directory `/run/uuidd'. Setting up python3-lxml:arm64 (4.8.0-1build1) ... Setting up python3-dnspython (2.1.0-1ubuntu1) ... Setting up dbus-x11 (1.12.20-2ubuntu4) ... Setting up python3-pygraphviz (1.7-3build1) ... Setting up libncurses5-dev:arm64 (6.3-2) ... Setting up python3-et-xmlfile (1.0.1-2.1) ... Setting up python3-httplib2 (0.20.2-2) ... Setting up python3-toolz (0.11.2-1) ... Setting up python3-dateutil (2.8.1-6) ... Setting up python3-msgpack (1.0.3-1build1) ... Setting up libhwloc-dev:arm64 (2.7.0-2) ... Setting up libjack-dev (1:0.125.0-3build2) ... Setting up libjpeg8-dev:arm64 (8c-2ubuntu10) ... Setting up lsb-release (11.1.0ubuntu4) ... Setting up python3-mpmath (1.2.1-2) ... Setting up libnamespace-autoclean-perl (0.29-1) ... Setting up python3-lib2to3 (3.10.4-0ubuntu1) ... Setting up python3-locket (0.2.1-1) ... Setting up python-is-python3 (3.9.2-2) ... Setting up python3-appdirs (1.4.4-2) ... Setting up libpam-cap:arm64 (1:2.44-1build3) ... Setting up python3-distro-info (1.1build1) ... Setting up python3-soupsieve (2.3.1-1) ... Setting up libpmix-dev:arm64 (4.1.2-2ubuntu1) ... Setting up python3-systemd (234-3ubuntu2) ... Setting up python3-cffi-backend:arm64 (1.15.0-1build2) ... Setting up python3-blinker (1.4+dfsg1-0.4) ... Setting up python3-pkg-resources (59.6.0-1.2) ... Setting up python3-distutils (3.10.4-0ubuntu1) ... Setting up dh-python (5.20220403) ... Setting up logrotate (3.19.0-1ubuntu1) ... Setting up python3-partd (1.2.0-1) ... Setting up python3-more-itertools (8.10.0-2) ... Setting up python3-heapdict (1.0.1-1) ... Setting up python3-iniconfig (1.1.1-2) ... Setting up libglib2.0-dev-bin (2.72.1-1) ... Setting up python3-sympy (1.9-1) ... Setting up snapd (2.55.3+22.04) ... Setting up libtinfo-dev:arm64 (6.3-2) ... Setting up python3-attr (21.2.0-1) ... Setting up libblkid-dev:arm64 (2.37.2-4ubuntu3) ... Setting up python3-tornado (6.1.0-3build1) ... Setting up libopencv-imgcodecs4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up openssh-sftp-server (1:8.9p1-3) ... Setting up libopencv-flann-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libibverbs1:arm64 (39.0-1) ... Setting up systemd-sysv (249.11-0ubuntu3) ... Setting up libzip-dev:arm64 (1.7.3-1ubuntu2) ... Setting up python3-dbus (1.2.18-3build1) ... Setting up libpython2.7-dev:arm64 (2.7.18-13ubuntu1) ... Setting up libboost1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libopencv-ml-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up python3-libarchive-c (2.9-0.1) ... Setting up python3.10-venv (3.10.4-3) ... Setting up libxslt1-dev:arm64 (1.1.34-4build2) ... Setting up python3-setuptools (59.6.0-1.2) ... Setting up python3-distro (1.7.0-1) ... Setting up gpg-wks-client (2.2.27-3ubuntu2) ... Setting up openssh-server (1:8.9p1-3) ... Setting up python3-tblib (1.7.0-2) ... Setting up init (1.62) ... Setting up python3-py (1.10.0-1) ... Setting up python3-jdcal (1.0-1.3) ... Setting up firefox (1:1snap1-0ubuntu2) ... update-alternatives: using /usr/bin/firefox to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode update-alternatives: using /usr/bin/firefox to provide /usr/bin/x-www-browser (x-www-browser) in auto mode Setting up libopencv-videoio4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up ibverbs-providers:arm64 (39.0-1) ... Setting up python3-jwt (2.3.0-1) ... Setting up libboost-container1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up g++-11 (11.2.0-19ubuntu1) ... Setting up python3-babel (2.8.0+dfsg.1-7) ... update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode Setting up python3-colorama (0.4.4-1) ... Setting up python3-lz4 (3.1.3+dfsg-1build3) ... Setting up python3-talloc:arm64 (2.3.3-2build1) ... Setting up python3-defusedxml (0.7.1-1) ... Setting up python3-problem-report (2.20.11-0ubuntu82) ... Setting up python3-apt (2.3.0ubuntu2) ... Setting up python-pkg-resources (44.1.1-1.2) ... Setting up python3-pygit2 (1.6.1+dfsg-2) ... Setting up libftdi-dev (0.20-4ubuntu1) ... Setting up python3-unicodedata2 (14.0.0+ds-8) ... Setting up ssh-import-id (5.11-0ubuntu1) ... Setting up python3-olefile (0.46-3) ... Setting up tcl8.6-dev:arm64 (8.6.12+dfsg-1build1) ... Setting up python3-bcrypt (3.2.0-1build1) ... Setting up python3-fsspec (2022.01.0-1) ... Setting up python3-ply (3.11-5) ... Setting up libboost-chrono1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up python3-retrying (1.3.3-4) ... Setting up libpng-dev:arm64 (1.6.37-3build5) ... Setting up xserver-xorg-core (2:21.1.3-2ubuntu2) ... Setting up libjpeg-dev:arm64 (8c-2ubuntu10) ... Setting up libfontenc-dev:arm64 (1:1.1.4-1build3) ... Setting up python3-gast (0.5.2-2) ... Setting up samba-libs:arm64 (2:4.15.5~dfsg-0ubuntu5) ... Setting up libnss-systemd:arm64 (249.11-0ubuntu3) ... First installation detected... Checking NSS setup... Setting up python3-yaml (5.4.1-1ubuntu1) ... Setting up python3-tk:arm64 (3.10.4-0ubuntu1) ... Setting up dconf-service (0.40.0-3) ... Setting up python3-lazr.uri (1.0.6-2) ... Setting up libboost-exception1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libboost-exception-dev:arm64 (1.74.0.3ubuntu7) ... Setting up xserver-xorg-video-radeon (1:19.1.0-2build3) ... Setting up python3-zipp (1.0.0-3) ... Setting up python3-click (8.0.3-1) ... Setting up libibverbs-dev:arm64 (39.0-1) ... Setting up python3-networkx (2.4-4ubuntu2) ... Setting up python3-wheel (0.37.1-2) ... Setting up gfortran (4:11.2.0-1ubuntu1) ... update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode Setting up libboost-container-dev:arm64 (1.74.0.3ubuntu7) ... Setting up python3-bs4 (4.10.0-2) ... Setting up python3-pycparser (2.21-1) ... Setting up python3-sqlalchemy (1.4.31+ds1-1build1) ... Setting up netplan.io (0.104-0ubuntu2) ... Setting up libboost-program-options1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libfreetype-dev:arm64 (2.11.1+dfsg-1build1) ... Setting up portaudio19-dev:arm64 (19.6.0-1.1) ... Setting up python3-fs (2.4.12-1) ... Setting up libprotobuf-dev:arm64 (3.12.4-1ubuntu7) ... Setting up xserver-xorg-input-wacom (1:1.0.0-3ubuntu1) ... Setting up python3-beniget (0.4.1-2) ... Setting up python3-sqlalchemy-ext:arm64 (1.4.31+ds1-1build1) ... Setting up python3-stone (3.3.1-1) ... Setting up bluez (5.64-0ubuntu1) ... * Reloading system message bus config... Setting up unattended-upgrades (2.8ubuntu1) ... Setting up python3-jinja2 (3.0.3-1) ... Setting up python3-pygments (2.11.2+dfsg-2) ... Setting up 2ping (4.5-1) ... Setting up xserver-xorg-video-fbdev (1:0.5.0-2build1) ... Setting up python3-packaging (21.3-1) ... Setting up python3-chardet (4.0.0-1) ... Setting up python3-venv (3.10.4-0ubuntu2) ... Setting up libboost-program-options-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libtiff-dev:arm64 (4.3.0-6) ... Setting up python3-pil.imagetk:arm64 (9.0.1-1build1) ... Setting up libopencv-imgproc-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up python3-openpyxl (3.0.9-1) ... Setting up python3-zmq (22.3.0-1build1) ... Setting up python3-cryptography (3.4.8-1ubuntu2) ... Setting up libboost-system1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libopencv-dnn-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up python3-wadllib (1.3.6-1) ... Setting up python3-requests (2.25.1+dfsg-2) ... Setting up i2c-tools (4.3-2build1) ... Setting up libboost-random1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libboost-timer1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up python-setuptools (44.1.1-1.2) ... Setting up libpod-readme-perl (1.2.3-1) ... Setting up libpython3.10-dev:arm64 (3.10.4-3) ... Setting up python3-pip (22.0.2+dfsg-1) ... Setting up python3-numpy (1:1.21.5-1build2) ... Setting up tcl-dev:arm64 (8.6.11+1build2) ... Setting up libboost-serialization1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libboost-atomic1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libboost-atomic-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libopencv-video-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up python3.10-dev (3.10.4-3) ... Setting up g++ (4:11.2.0-1ubuntu1) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up libboost-regex1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up xserver-xorg-video-vesa (1:2.5.0-1build4) ... Setting up gnupg (2.2.27-3ubuntu2) ... Setting up libpam-systemd:arm64 (249.11-0ubuntu3) ... Setting up build-essential (12.9ubuntu3) ... Setting up libpython2-dev:arm64 (2.7.18-3) ... Setting up libboost-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libboost-math1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up ubuntu-advantage-tools (27.7~22.04.1) ... Setting up libboost-filesystem1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up samba-dsdb-modules:arm64 (2:4.15.5~dfsg-0ubuntu5) ... Setting up python3-pywt (1.1.1-1ubuntu2) ... Setting up libboost-stacktrace1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libboost-test1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up python3-zict (2.0.0-1) ... Setting up libboost-regex-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libmount-dev:arm64 (2.37.2-4ubuntu3) ... Setting up libboost-timer-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libboost-filesystem-dev:arm64 (1.74.0.3ubuntu7) ... Setting up polkitd (0.105-33) ... Setting up python3-nacl (1.5.0-2) ... Setting up python3-samba (2:4.15.5~dfsg-0ubuntu5) ... Setting up python3-imageio (2.4.1-4) ... Setting up python3-odf (1.4.2-1) ... Setting up python3-dropbox (11.26.0-1) ... Setting up gyp (0.1+20210831gitd6c5dd5-5) ... Setting up python2.7-dev (2.7.18-13ubuntu1) ... Setting up networkd-dispatcher (2.1-2) ... Setting up libopencv-shape-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up librdmacm1:arm64 (39.0-1) ... Setting up librados2 (17.1.0-0ubuntu3) ... Setting up libucx0:arm64 (1.12.1~rc2-1) ... Setting up libpython3-dev:arm64 (3.10.4-0ubuntu2) ... Setting up python3-requests-toolbelt (0.9.1-1) ... Setting up python3-importlib-metadata (4.6.4-1) ... Setting up libboost-wave1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libopencv-videostab4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up ssh (1:8.9p1-3) ... Setting up dconf-gsettings-backend:arm64 (0.40.0-3) ... Setting up ubuntu-minimal (1.481) ... Setting up python3-skimage-lib:arm64 (0.18.3-2build1) ... Setting up xserver-xorg-video-amdgpu (22.0.0-1build1) ... Setting up libfontconfig-dev:arm64 (2.13.1-4.2ubuntu5) ... Setting up libboost-chrono-dev:arm64 (1.74.0.3ubuntu7) ... Setting up samba-vfs-modules:arm64 (2:4.15.5~dfsg-0ubuntu5) ... Setting up libcoarrays-dev:arm64 (2.9.2-3) ... Setting up python3-tables-lib (3.7.0-2build1) ... Setting up libboost-math-dev:arm64 (1.74.0.3ubuntu7) ... Setting up python3-pandas-lib:arm64 (1.3.5+dfsg-3) ... Setting up xserver-xorg-video-nouveau (1:1.0.17-2build1) ... Setting up libxfont-dev (1:2.0.5-1build1) ... Setting up python3-cffi (1.15.0-1build2) ... Setting up libopencv-photo-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libboost-system-dev:arm64 (1.74.0.3ubuntu7) ... Setting up xserver-xorg-input-libinput (1.2.1-1) ... Setting up python-odf-tools (1.4.2-1) ... Setting up libtiff5-dev:arm64 (4.3.0-6) ... Setting up libboost-random-dev:arm64 (1.74.0.3ubuntu7) ... Setting up python3-dask (2022.01.0+dfsg-1ubuntu1) ... Setting up pkexec (0.105-33) ... Setting up xserver-xorg-video-ati (1:19.1.0-2build3) ... Setting up python3-tifffile (20220209-1) ... Setting up libboost-wave-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libopencv-imgcodecs-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libfreetype6-dev:arm64 (2.11.1+dfsg-1build1) ... Setting up libcephfs2 (17.1.0-0ubuntu3) ... Setting up libboost-test-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libboost-iostreams1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libboost-date-time1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up dbus-user-session (1.12.20-2ubuntu4) ... Setting up python3-distributed (2022.01.0+ds.1-1) ... Setting up python3-oauthlib (3.2.0-1) ... Setting up python3-pandas (1.3.5+dfsg-3) ... Setting up libglib2.0-dev:arm64 (2.72.1-1) ... Setting up python3-secretstorage (3.3.1-1) ... Setting up libboost-graph1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libglibmm-2.4-dev:arm64 (2.66.2-2) ... Setting up python3-dev (3.10.4-0ubuntu2) ... Setting up python3-bottleneck (1.3.2+ds1-2build1) ... Setting up python3-markdown (3.3.6-1) ... Setting up python3-numexpr (2.8.1-1build1) ... Setting up xserver-xorg-video-all (1:7.7+23ubuntu2) ... Setting up libboost-serialization-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libboost-date-time-dev:arm64 (1.74.0.3ubuntu7) ... Setting up python3-pluggy (0.13.0-7.1) ... Setting up samba-common-bin (2:4.15.5~dfsg-0ubuntu5) ... Checking smb.conf with testparm Done Setting up python3-pythran (0.10.0+ds2-1) ... Setting up libboost-stacktrace-dev:arm64 (1.74.0.3ubuntu7) ... Setting up python3-keyring (23.5.0-1) ... Setting up libboost-thread1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libcairo2-dev:arm64 (1.16.0-5ubuntu2) ... Setting up libopencv-videoio-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up python3-paramiko (2.9.3-0ubuntu1) ... Setting up python3-lazr.restfulclient (0.14.4-1) ... Setting up policykit-1 (0.105-33) ... Setting up libgtk-3-common (3.24.33-1ubuntu1) ... Setting up libatk1.0-dev:arm64 (2.36.0-3build1) ... Setting up libboost-thread-dev:arm64 (1.74.0.3ubuntu7) ... Setting up samba (2:4.15.5~dfsg-0ubuntu5) ... Adding group `sambashare' (GID 119) ... Done. Samba is not being run as an AD Domain Controller: Masking samba-ad-dc.service Please ignore the following error about deb-systemd-helper not finding those services. (samba-ad-dc.service masked) Setting up libxft-dev:arm64 (2.3.4-1) ... Setting up libgdk-pixbuf-2.0-dev:arm64 (2.42.8+dfsg-1) ... Setting up gsettings-desktop-schemas (42.0-1ubuntu1) ... Setting up libfabric1:arm64 (1.11.0-3) ... Setting up python-gi-dev (3.42.0-3build1) ... Setting up libboost-graph-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libharfbuzz-dev:arm64 (2.7.4-1ubuntu3) ... Setting up libfontconfig1-dev:arm64 (2.13.1-4.2ubuntu5) ... Setting up python3-scipy (1.8.0-1exp2ubuntu1) ... Setting up libboost-log1.74-dev (1.74.0-14ubuntu3) ... Setting up xserver-xorg-dev (2:21.1.3-2ubuntu2) ... Setting up xserver-xorg-input-all (1:7.7+23ubuntu2) ... Setting up libgtk-3-0:arm64 (3.24.33-1ubuntu1) ... Setting up python3-pytest (6.2.5-1ubuntu2) ... Setting up python3-pytest-sourceorder (0.5.1-2) ... Setting up python3-launchpadlib (1.10.16-1) ... Setting up libopenmpi3:arm64 (4.1.2-2ubuntu1) ... Setting up libboost-mpi1.74.0 (1.74.0-14ubuntu3) ... Setting up xorg-dev (1:7.7+23ubuntu2) ... Setting up libgtk-3-bin (3.24.33-1ubuntu1) ... Setting up python3-tables (3.7.0-2build1) ... Setting up libboost-iostreams-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libgdk-pixbuf-xlib-2.0-dev:arm64 (2.40.2-2build4) ... Setting up libboost-context1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libboost-python1.74-dev (1.74.0-14ubuntu3) ... Setting up libboost-python-dev (1.74.0.3ubuntu7) ... Setting up python3-fonttools (4.29.1-2build1) ... Setting up python3-apport (2.20.11-0ubuntu82) ... Setting up libgdk-pixbuf2.0-dev:arm64 (2.40.2-2build4) ... Setting up libvtk9.1:arm64 (9.1.0+really9.1.0+dfsg2-3build1) ... Setting up libboost-fiber1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libcaf-openmpi-3:arm64 (2.9.2-3) ... Setting up python-dev-is-python3 (3.9.2-2) ... Setting up libboost-type-erasure1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up python3-software-properties (0.99.22) ... Setting up libpango1.0-dev:arm64 (1.50.6+ds-2) ... Setting up python3-ufolib2 (0.13.1+dfsg1-1) ... Setting up libboost-locale1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libopencv-highgui4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up tk8.6-dev:arm64 (8.6.12-1build1) ... Setting up at-spi2-core (2.44.0-3) ... Setting up libopencv-viz4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libopencv-highgui-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libopencv-features2d-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up packagekit (1.2.5-2ubuntu2) ... * Reloading system message bus config... Setting up libboost-coroutine1.74-dev:arm64 (1.74.0-14ubuntu3) ... Setting up libboost-coroutine-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libgtk2.0-dev:arm64 (2.24.33-2ubuntu2) ... Setting up libboost-graph-parallel1.74.0 (1.74.0-14ubuntu3) ... Setting up libopencv-calib3d-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libboost-log-dev (1.74.0.3ubuntu7) ... Setting up openmpi-bin (4.1.2-2ubuntu1) ... update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode update-alternatives: using /usr/bin/mpicc.openmpi to provide /usr/bin/mpicc (mpi) in auto mode Setting up libboost-fiber-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libopencv-objdetect-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up packagekit-tools (1.2.5-2ubuntu2) ... Setting up python3-matplotlib (3.5.1-2build1) ... Setting up xserver-xorg (1:7.7+23ubuntu2) ... Setting up mpi-default-bin (1.14) ... Setting up libboost-locale-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libboost-context-dev:arm64 (1.74.0.3ubuntu7) ... Setting up libopencv-contrib4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libcoarrays-openmpi-dev:arm64 (2.9.2-3) ... update-alternatives: using /usr/lib/aarch64-linux-gnu/open-coarrays/openmpi/bin/caf to provide /usr/bin/caf.openmpi (caf-openmpi) in auto mode update-alternatives: using /usr/bin/caf.openmpi to provide /usr/bin/caf (caf) in auto mode Setting up software-properties-common (0.99.22) ... Setting up apport (2.20.11-0ubuntu82) ... Setting up libboost-type-erasure-dev:arm64 (1.74.0.3ubuntu7) ... Setting up xorg (1:7.7+23ubuntu2) ... Setting up tk-dev:arm64 (8.6.11+1build2) ... Setting up libopencv-superres4.5d:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libopencv-viz-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libboost-graph-parallel1.74-dev (1.74.0-14ubuntu3) ... Setting up libopencv-videostab-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up python3-skimage (0.18.3-2build1) ... Setting up libopenmpi-dev:arm64 (4.1.2-2ubuntu1) ... update-alternatives: using /usr/lib/aarch64-linux-gnu/openmpi/include to provide /usr/include/aarch64-linux-gnu/mpi (mpi-aarch64-linux-gnu) in auto mode Setting up libopencv-stitching-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up python3-opencv:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libboost-mpi-python1.74.0 (1.74.0-14ubuntu3) ... Setting up libopencv4.5d-jni (4.5.4+dfsg-9ubuntu4) ... Setting up libopencv-superres-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libopencv4.5-java (4.5.4+dfsg-9ubuntu4) ... Setting up libboost-graph-parallel-dev (1.74.0.3ubuntu7) ... Setting up mpi-default-dev (1.14) ... Setting up libopencv-contrib-dev:arm64 (4.5.4+dfsg-9ubuntu4) ... Setting up libboost-mpi1.74-dev (1.74.0-14ubuntu3) ... Setting up libboost-mpi-python1.74-dev (1.74.0-14ubuntu3) ... Setting up libboost-mpi-python-dev (1.74.0.3ubuntu7) ... Setting up libboost-mpi-dev (1.74.0.3ubuntu7) ... Setting up libopencv-dev (4.5.4+dfsg-9ubuntu4) ... Setting up libboost-all-dev (1.74.0.3ubuntu7) ... Processing triggers for libc-bin (2.35-0ubuntu3) ... Processing triggers for menu (2.1.47ubuntu4) ... Processing triggers for sgml-base (1.30) ... Processing triggers for resolvconf (1.84ubuntu1) ... Processing triggers for tex-common (6.17) ... Processing triggers for ca-certificates (20211016) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. done. Processing triggers for libgdk-pixbuf-2.0-0:arm64 (2.42.8+dfsg-1) ... Setting up base-files (12ubuntu4) ... Setting up bash (5.1-6ubuntu1) ... update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode Processing triggers for menu (2.1.47ubuntu4) ... Adding user `xilinx' ... Adding new group `xilinx' (1000) ... Adding new user `xilinx' (1000) with group `xilinx' ... Creating home directory `/home/xilinx' ... Copying files from `/etc/skel' ... New SMB password: Retype new SMB password: Added user xilinx. Adding user `xilinx' to group `adm' ... Adding user xilinx to group adm Done. Adding user `xilinx' to group `sudo' ... Adding user xilinx to group sudo Done. patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./usr/lib/os-release patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/issue patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/dhcp/dhclient.conf patching symbolic link /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/systemd/network/99-default.link patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/python3.10/sitecustomize.py patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/pip.conf patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/ssh/ssh_config Hunk #1 succeeded at 20 (offset 2 lines). patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/samba/smb.conf Hunk #1 succeeded at 167 (offset -18 lines). Hunk #2 succeeded at 250 (offset -18 lines). patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/legal patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/update-motd.d/92-unattended-upgrades patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/update-motd.d/50-motd-news patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/update-motd.d/10-help-text patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/issue.net patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/sudoers patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/environment patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./etc/lsb-release patching file /home/p260/PYNQ/sdbuild/build/jammy.aarch64/./lib/systemd/system/serial-getty@.service (cd /home/p260/PYNQ/sdbuild/build/jammy.aarch64 && sudo tar -cz * > /home/p260/PYNQ/sdbuild/build/jammy.aarch64.stage1.tar.gz) mkdir -p /home/p260/PYNQ/sdbuild/build/gcc-mb cp -r /home/p260/PYNQ/sdbuild/packages/gcc-mb//samples /home/p260/PYNQ/sdbuild/build/gcc-mb/samples cp -r /home/p260/PYNQ/sdbuild/packages/gcc-mb//patches /home/p260/PYNQ/sdbuild/build/gcc-mb/patches cd /home/p260/PYNQ/sdbuild/build/gcc-mb && /home/p260/PYNQ/sdbuild/packages/gcc-mb//build.sh aarch64 gmake[1]: Entering directory '/home/p260/PYNQ/sdbuild/build/gcc-mb' CONF aarch64-linux-gnu,microblazeel-xilinx-elf # # configuration written to .config # *********************************************************** Initially reported by: Peter Ogden URL: *********************************************************** WARNING! This sample may enable experimental features. Please be sure to review the configuration prior to building and using your toolchain! Now, you have been warned! *********************************************************** Now configured for "aarch64-linux-gnu,microblazeel-xilinx-elf" gmake[1]: Leaving directory '/home/p260/PYNQ/sdbuild/build/gcc-mb' gmake[1]: Entering directory '/home/p260/PYNQ/sdbuild/build/gcc-mb' [00:00] / [INFO ] Performing some trivial sanity checks [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [WARN ] Number of open files 1024 may not be sufficient to build the toolchain; increasing to 2048 [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [INFO ] Build started 20230323.155546 [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] / [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] - [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] \ [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] | [00:00] / [00:00] / [00:00] / [INFO ] Building environment variables [00:00] / [00:00] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:01] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] - [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] \ [00:03] | [00:03] | [00:03] | [00:03] | [00:03] / [INFO ] ================================================================= [00:03] / [INFO ] Retrieving needed toolchain components' tarballs [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:03] / [00:05] / [00:06] / [00:07] / [00:07] / [00:07] / [00:08] / [00:08] / [00:08] / [00:08] / [00:08] - [00:08] - [00:10] - [00:11] - [00:11] - [00:12] - [00:12] - [00:12] - [00:12] - [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:12] / [00:13] / [00:13] / [00:13] / [00:13] / [00:13] / [00:13] / [00:13] / [00:13] / [00:13] - [00:13] - [00:14] - [00:14] - [00:14] - [00:14] - [00:14] - [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:14] / [00:15] / [00:16] / [00:17] / [00:19] - [00:20] - [00:20] - [00:20] - [00:20] - [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:20] / [00:21] / [00:21] / [00:21] - [00:21] - [00:21] - [00:21] - [00:21] - [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:21] / [00:22] / [00:22] / [00:22] / [00:22] / [00:22] / [00:22] / [00:22] / [00:22] / [00:22] / [00:22] / [00:22] / [00:22] / [00:22] / [00:22] / [00:22] / [00:23] / [00:25] / [00:26] - [00:27] - [00:27] - [00:27] - [00:27] - [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:27] / [00:28] / [00:28] / [00:28] / [00:28] - [00:29] - [00:30] - [00:30] - [00:30] - [00:30] - [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [00:30] / [01:00] / [01:00] / [01:00] / [01:01] / [01:01] / [01:31] / [01:31] / [01:31] - [01:33] - [01:33] - [02:03] - [02:03] - [02:03] - [02:03] / [02:03] / [02:03] / [02:03] / [02:03] / [02:03] / [02:04] / [02:04] / [02:04] / [02:04] / [02:04] / [02:05] / [02:06] / [02:06] / [02:06] - [02:06] - [02:08] - [02:10] - [02:11] - [02:13] - [02:15] - [02:17] - [02:19] - [02:22] - [02:24] \ [02:24] \ [02:24] \ [02:24] \ [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:24] / [02:25] / [02:25] / [02:25] / [02:25] / [02:25] / [02:25] / [02:25] / [02:25] - [02:25] - [02:28] - [02:29] - [02:32] - [02:33] - [02:34] - [02:37] - [02:38] - [02:40] - [02:45] \ [02:50] \ [02:52] \ [02:54] \ [02:55] \ [02:56] \ [02:56] \ [02:56] \ [02:56] \ [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:56] / [02:58] / [02:58] / [02:58] / [02:58] / [02:58] / [02:58] / [02:58] / [02:58] - [02:58] - [03:03] - [03:08] - [03:10] - [03:11] - [03:12] - [03:13] - [03:15] - [03:15] - [03:16] \ [03:17] \ [03:18] \ [03:19] \ [03:22] \ [03:25] \ [03:27] \ [03:30] \ [03:33] \ [03:37] \ [03:37] | [03:37] | [03:37] | [03:37] | [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:37] / [03:38] / [03:38] / [03:38] / [03:38] / [03:39] / [03:40] / [03:40] / [03:40] - [03:40] - [03:41] - [03:43] - [03:47] - [03:49] - [03:50] - [03:51] - [03:52] - [03:54] - [03:55] \ [03:57] \ [03:58] \ [03:59] \ [04:01] \ [04:01] \ [04:02] \ [04:03] \ [04:03] \ [04:04] \ [04:04] | [04:05] | [04:06] | [04:08] | [04:11] | [04:12] | [04:15] | [04:17] | [04:21] | [04:23] | [04:25] / [04:26] / [04:27] / [04:29] / [04:29] / [04:30] / [04:31] / [04:33] / [04:35] / [04:37] / [04:38] - [04:40] - [04:43] - [04:46] - [04:48] - [04:49] - [04:50] - [04:52] - [04:52] - [04:54] - [04:55] \ [04:58] \ [05:02] \ [05:05] \ [05:07] \ [05:07] \ [05:07] \ [05:07] \ [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:07] / [05:11] / [05:11] / [05:11] / [05:11] / [05:11] / [05:11] / [05:11] / [05:11] / [05:11] / [05:11] / [05:11] / [05:11] / [05:11] / [05:11] / [28:07] / [28:07] / [28:12] / [28:12] / [28:12] / [28:12] / [28:12] / [28:12] / [28:12] / [28:12] / [29:01] / [29:01] / [29:01] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:02] / [29:03] / [29:03] / [29:03] / [29:03] / [29:04] / [29:04] / [29:04] - [29:08] - [29:13] - [29:18] - [29:21] - [29:25] - [29:27] - [29:29] - [29:31] - [29:32] - [29:35] \ [29:38] \ [29:40] \ [29:44] \ [29:46] \ [29:48] \ [29:50] \ [29:54] \ [29:56] \ [29:58] \ [30:02] | [30:05] | [30:07] | [30:09] | [30:11] | [30:14] | [30:16] | [30:18] | [30:19] | [30:21] | [30:22] / [30:24] / [30:25] / [30:29] / [30:32] / [30:34] / [30:36] / [30:39] / [30:43] / [30:46] / [30:47] - [30:49] - [30:50] - [30:52] - [30:53] - [30:54] - [30:54] - [30:54] - [30:54] - [30:54] - [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [INFO ] Retrieving needed toolchain components' tarballs: done in 1851.60s (at 30:54) [30:54] / [INFO ] ================================================================= [30:54] / [INFO ] Extracting and patching toolchain components [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:54] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] \ [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] | [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] / [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:55] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] | [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] - [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] \ [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:56] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] - [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] \ [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] | [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:57] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] \ [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] | [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] / [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:58] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] | [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] / [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] - [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] \ [30:59] | [30:59] | [30:59] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] - [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] \ [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] | [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:00] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] - [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] \ [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] | [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] / [31:01] - [31:01] - [31:01] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] | [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] / [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] - [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:02] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] | [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] / [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] - [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:03] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] \ [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] | [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] / [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] - [31:04] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] / [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] - [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] \ [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] | [31:05] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] | [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] / [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] - [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:06] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] / [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] - [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] \ [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:07] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] / [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] - [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] \ [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:08] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] - [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] \ [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] | [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:09] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] \ [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] | [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] / [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] - [31:10] \ [31:10] \ [31:10] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] \ [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] | [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] / [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] - [31:11] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] - [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] \ [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] | [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] / [31:12] - [31:12] - [31:12] - [31:12] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] / [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] - [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] \ [31:13] | [31:13] | [31:13] | [31:13] | [31:13] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] | [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] / [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] - [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] \ [31:14] | [31:14] | [31:14] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] \ [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] | [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] / [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] - [31:15] \ [31:15] \ [31:15] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] | [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] / [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] - [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] \ [31:16] | [31:16] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] - [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] \ [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] | [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:17] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] | [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] / [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] - [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:18] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] | [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] / [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] - [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:19] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] - [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] \ [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] | [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [INFO ] Extracting and patching toolchain components: done in 25.59s (at 31:20) [31:20] / [INFO ] ================================================================= [31:20] / [INFO ] Installing automake for build [31:20] / [31:20] / [31:20] / [31:20] / [31:20] / [31:21] / [31:21] / [31:21] / [31:21] / [31:21] / [31:21] / [31:21] / [31:21] / [31:21] / [31:21] - [31:21] - [31:21] - [31:21] - [31:21] - [31:21] - [31:21] - [31:21] - [31:21] - [31:21] - [31:21] \ [31:21] \ [31:21] \ [31:21] \ [31:21] \ [31:21] \ [31:21] \ [31:21] \ [31:21] \ [31:21] \ [31:21] | [31:21] | [31:21] | [31:21] | [31:21] | [31:21] | [31:21] | [31:21] | [31:21] | [31:21] | [31:21] / [31:21] / [31:21] / [31:21] / [31:21] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] \ [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] | [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] / [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:22] - [31:23] - [31:23] - [31:23] - [31:23] \ [31:23] \ [31:23] \ [31:23] \ [31:23] \ [31:23] \ [31:23] \ [31:23] \ [31:23] \ [31:23] \ [31:23] | [31:23] / [31:23] / [31:23] / [31:23] / [31:23] / [31:23] / [31:23] / [31:23] / [31:23] / [31:23] / [31:23] / [31:23] / [31:23] / [31:23] - [31:23] - [31:23] - [31:23] - [31:23] - [31:23] - [31:24] - [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] - [31:24] - [31:24] - [31:24] - [31:24] - [31:24] - [31:24] - [31:24] - [31:24] - [31:24] - [31:24] \ [31:24] \ [31:24] \ [31:24] \ [31:24] \ [31:24] \ [31:24] \ [31:24] \ [31:24] \ [31:24] \ [31:24] | [31:24] | [31:24] | [31:24] | [31:24] | [31:24] | [31:24] | [31:24] | [31:24] | [31:24] | [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] - [31:24] - [31:24] / [31:24] / [INFO ] Installing automake for build: done in 3.79s (at 31:24) [31:24] / [INFO ] ================================================================= [31:24] / [INFO ] Installing zlib for build [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] - [31:24] - [31:24] - [31:24] - [31:24] - [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:24] / [31:25] / [31:25] / [31:25] / [31:25] - [31:25] - [31:25] - [31:25] - [31:25] - [31:25] - [31:25] - [31:25] - [31:25] - [31:25] - [31:25] \ [31:25] \ [31:25] \ [31:25] \ [31:25] \ [31:25] \ [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] - [31:25] - [31:25] - [31:25] - [31:25] / [31:25] / [INFO ] Installing zlib for build: done in 1.27s (at 31:25) [31:25] / [INFO ] ================================================================= [31:25] / [INFO ] Installing GMP for build [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] / [31:25] - [31:26] - [31:26] - [31:26] - [31:26] - [31:26] - [31:26] - [31:26] - [31:26] - [31:26] - [31:26] \ [31:26] \ [31:26] \ [31:26] \ [31:26] \ [31:26] \ [31:26] \ [31:26] \ [31:26] \ [31:26] \ [31:26] | [31:26] | [31:26] | [31:27] | [31:27] | [31:27] | [31:27] | [31:27] | [31:27] | [31:27] | [31:27] / [31:27] / [31:27] / [31:27] / [31:27] / [31:27] / [31:27] / [31:27] / [31:27] / [31:27] / [31:27] - [31:27] - [31:27] - [31:27] - [31:27] - [31:27] - [31:27] - [31:27] - [31:27] - [31:27] - [31:27] \ [31:27] \ [31:27] \ [31:27] \ [31:27] \ [31:27] \ [31:27] \ [31:27] \ [31:27] \ [31:27] \ [31:27] | [31:27] | [31:27] | [31:27] | [31:27] | [31:27] | [31:27] | [31:27] | [31:28] | [31:28] | [31:28] / [31:28] / [31:28] / [31:28] / [31:28] / [31:28] / [31:28] / [31:28] / [31:28] / [31:28] / [31:28] - [31:28] - [31:28] - [31:28] - [31:28] - [31:28] - [31:28] - [31:28] - [31:28] - [31:28] - [31:28] \ [31:28] \ [31:28] \ [31:28] \ [31:28] \ [31:28] \ [31:28] \ [31:28] \ [31:28] \ [31:28] \ [31:28] | [31:28] | [31:28] | [31:28] | [31:28] | [31:29] | [31:29] | [31:29] | [31:29] | [31:29] | [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:29] - [31:29] - [31:29] - [31:29] - [31:29] - [31:29] - [31:29] - [31:29] - [31:29] - [31:29] - [31:29] \ [31:29] \ [31:29] \ [31:29] \ [31:29] \ [31:29] \ [31:29] \ [31:29] \ [31:29] \ [31:29] \ [31:29] | [31:29] | [31:29] | [31:29] | [31:29] | [31:29] | [31:29] | [31:29] | [31:29] | [31:29] | [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:29] / [31:30] - [31:30] - [31:30] - [31:30] - [31:30] - [31:30] - [31:30] - [31:30] - [31:30] - [31:30] - [31:30] \ [31:30] \ [31:30] \ [31:30] \ [31:30] \ [31:30] \ [31:30] \ [31:30] \ [31:30] \ [31:30] \ [31:30] | [31:30] | [31:30] | [31:30] | [31:30] | [31:30] | [31:31] | [31:31] | [31:31] | [31:31] | [31:31] / [31:31] / [31:31] / [31:31] / [31:31] / [31:31] / [31:31] / [31:31] / [31:31] / [31:31] / [31:31] - [31:31] - [31:31] - [31:31] - [31:31] - [31:31] - [31:31] - [31:31] - [31:31] - [31:31] - [31:31] \ [31:31] \ [31:31] \ [31:32] \ [31:32] \ [31:32] \ [31:32] \ [31:32] \ [31:32] \ [31:32] \ [31:32] | [31:32] | [31:32] | [31:32] | [31:32] | [31:33] | [31:34] | [31:34] | [31:34] | [31:34] | [31:34] / [31:34] / [31:34] / [31:34] / [31:34] / [31:34] / [31:34] / [31:34] / [31:34] / [31:34] / [31:34] - [31:34] - [31:34] - [31:34] - [31:34] - [31:34] - [31:34] - [31:34] - [31:34] - [31:35] - [31:35] \ [31:35] \ [31:35] \ [31:35] \ [31:35] \ [31:35] \ [31:35] \ [31:35] \ [31:35] \ [31:35] \ [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] - [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] \ [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] | [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] / [31:36] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] | [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] - [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] \ [31:37] | [31:37] | [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:37] / [31:38] / [31:38] / [31:38] / [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] \ [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] | [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] / [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:38] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] | [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] / [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] - [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] \ [31:39] | [31:39] | [31:40] | [31:40] | [31:40] | [31:40] | [31:40] | [31:40] | [31:40] | [31:40] | [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] \ [31:40] \ [31:40] \ [31:40] \ [31:40] \ [31:40] \ [31:40] \ [31:40] \ [31:40] \ [31:40] \ [31:40] | [31:40] | [31:40] | [31:40] | [31:40] | [31:40] | [31:40] | [31:40] | [31:40] | [31:40] | [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] / [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] - [31:40] \ [31:40] \ [31:40] \ [31:40] \ [31:41] \ [31:41] \ [31:41] \ [31:41] \ [31:41] \ [31:41] \ [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] \ [31:41] \ [31:41] \ [31:41] \ [31:41] \ [31:41] \ [31:41] \ [31:41] \ [31:41] \ [31:41] \ [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] | [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] / [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] - [31:41] \ [31:41] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] - [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] \ [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] | [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:42] / [31:43] / [31:43] / [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] | [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] / [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] - [31:43] \ [31:43] \ [31:43] \ [31:43] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] | [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] / [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] - [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] \ [31:44] | [31:44] | [31:44] | [31:44] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] / [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] - [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] \ [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] | [31:45] / [31:45] / [31:45] / [31:45] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] - [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] \ [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] | [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:46] / [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] | [31:47] | [31:47] | [31:47] | [31:47] | [31:47] | [31:47] | [31:47] | [31:47] | [31:47] | [31:47] / [31:47] / [31:47] / [31:47] / [31:47] / [31:47] / [31:47] / [31:47] / [31:47] / [31:47] / [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] - [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] \ [31:47] | [31:47] | [31:47] | [31:47] | [31:47] | [31:47] | [31:47] | [31:47] | [31:48] | [31:48] | [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] / [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] - [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] \ [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] | [31:48] / [31:48] / [31:48] / [31:48] / [31:49] / [31:49] / [31:49] / [31:49] / [31:49] / [31:49] / [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] / [31:49] / [31:49] / [31:49] / [31:49] / [31:49] / [31:49] / [31:49] / [31:49] / [31:49] / [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] - [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] \ [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] | [31:49] / [31:49] / [31:49] / [31:49] / [31:49] / [31:50] / [31:50] / [31:50] / [31:50] / [31:50] / [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] | [31:50] | [31:50] | [31:50] | [31:50] | [31:50] | [31:50] | [31:50] | [31:50] | [31:50] | [31:50] / [31:50] / [31:50] / [31:50] / [31:50] / [31:50] / [31:50] / [31:50] / [31:50] / [31:50] / [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] - [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] \ [31:50] | [31:50] | [31:50] | [31:50] | [31:50] | [31:50] | [31:50] | [31:51] | [31:51] | [31:51] | [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] - [31:51] - [31:51] - [31:51] - [31:51] - [31:51] - [31:51] - [31:51] - [31:51] - [31:51] - [31:51] \ [31:51] \ [31:51] \ [31:51] \ [31:51] \ [31:51] \ [31:51] \ [31:51] \ [31:51] \ [31:51] \ [31:51] | [31:51] | [31:51] | [31:51] | [31:51] | [31:51] | [31:51] | [31:51] | [31:51] | [31:51] | [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] / [31:51] - [31:51] - [31:51] - [31:51] - [31:51] - [31:52] - [31:52] - [31:52] - [31:52] - [31:52] - [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] | [31:52] | [31:52] | [31:52] | [31:52] | [31:52] | [31:52] | [31:52] | [31:52] | [31:52] | [31:52] / [31:52] / [31:52] / [31:52] / [31:52] / [31:52] / [31:52] / [31:52] / [31:52] / [31:52] / [31:52] - [31:52] - [31:52] - [31:52] - [31:52] - [31:52] - [31:52] - [31:52] - [31:52] - [31:52] - [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] \ [31:52] | [31:52] | [31:52] | [31:52] | [31:53] | [31:53] | [31:53] | [31:53] | [31:53] | [31:53] | [31:53] / [31:53] / [31:53] / [31:53] / [31:53] / [31:53] / [31:53] / [31:53] / [31:53] / [31:53] / [31:53] - [31:53] - [31:53] - [31:54] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] \ [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] | [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] / [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] - [31:55] \ [31:55] \ [31:55] \ [31:55] / [31:55] / [INFO ] Installing GMP for build: done in 30.27s (at 31:55) [31:55] / [INFO ] ================================================================= [31:55] / [INFO ] Installing MPFR for build [31:55] / [31:55] / [31:55] / [31:55] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] \ [31:56] \ [31:56] \ [31:56] \ [31:56] \ [31:56] \ [31:56] \ [31:56] \ [31:56] \ [31:56] \ [31:56] | [31:56] | [31:56] | [31:56] | [31:56] | [31:56] | [31:56] | [31:56] | [31:56] | [31:56] | [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] / [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] - [31:56] \ [31:56] \ [31:56] \ [31:56] \ [31:57] \ [31:57] \ [31:57] \ [31:57] \ [31:57] \ [31:57] \ [31:57] | [31:57] | [31:57] | [31:57] | [31:57] | [31:57] | [31:57] | [31:57] | [31:57] | [31:57] | [31:57] / [31:57] / [31:57] / [31:57] / [31:57] / [31:57] / [31:57] / [31:57] / [31:57] / [31:57] / [31:57] - [31:57] - [31:57] - [31:57] - [31:57] - [31:57] - [31:57] - [31:57] - [31:57] - [31:57] - [31:57] \ [31:57] \ [31:57] \ [31:57] \ [31:57] \ [31:57] \ [31:57] \ [31:57] \ [31:57] \ [31:57] \ [31:57] | [31:57] | [31:57] | [31:58] | [31:58] | [31:58] | [31:58] | [31:58] | [31:58] | [31:58] | [31:58] / [31:58] / [31:58] / [31:58] / [31:58] / [31:58] / [31:58] / [31:58] / [31:58] / [31:58] / [31:58] - [31:58] - [31:58] - [31:58] - [31:58] - [31:58] - [31:58] - [31:58] - [31:59] - [31:59] - [31:59] \ [31:59] \ [31:59] \ [31:59] \ [31:59] \ [31:59] \ [31:59] \ [31:59] \ [31:59] \ [31:59] \ [31:59] | [31:59] | [31:59] | [31:59] | [31:59] | [31:59] | [31:59] | [31:59] | [31:59] | [31:59] | [31:59] / [32:00] / [32:00] / [32:00] / [32:00] / [32:00] / [32:00] / [32:00] / [32:00] / [32:00] / [32:00] - [32:00] - [32:00] - [32:00] - [32:00] - [32:00] - [32:01] - [32:01] - [32:01] - [32:01] - [32:01] \ [32:01] \ [32:01] \ [32:01] \ [32:01] \ [32:02] \ [32:02] / [32:02] / [32:02] / [32:02] / [32:02] / [32:02] / [32:02] / [32:02] / [32:02] / [32:02] / [32:02] / [32:02] / [32:02] / [32:02] - [32:02] - [32:02] - [32:02] - [32:02] - [32:02] - [32:02] - [32:02] - [32:02] - [32:02] - [32:02] \ [32:02] \ [32:02] \ [32:02] \ [32:02] \ [32:02] \ [32:02] \ [32:02] \ [32:02] \ [32:02] \ [32:02] | [32:02] | [32:02] | [32:02] | [32:02] | [32:02] | [32:02] | [32:02] | [32:02] | [32:02] | [32:02] / [32:02] / [32:02] / [32:02] / [32:03] / [32:03] / [32:03] / [32:03] / [32:03] / [32:03] / [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] | [32:03] | [32:03] | [32:03] | [32:03] | [32:03] | [32:03] | [32:03] | [32:03] | [32:03] | [32:03] / [32:03] / [32:03] / [32:03] / [32:03] / [32:03] / [32:03] / [32:03] / [32:03] / [32:03] / [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] - [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:03] \ [32:04] \ [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] - [32:04] - [32:04] - [32:04] - [32:04] - [32:04] - [32:04] - [32:04] - [32:04] - [32:04] - [32:04] \ [32:04] \ [32:04] \ [32:04] \ [32:04] \ [32:04] \ [32:04] \ [32:04] \ [32:04] \ [32:04] \ [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] | [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] / [32:04] - [32:04] - [32:04] - [32:04] - [32:05] - [32:05] - [32:05] - [32:05] - [32:05] - [32:05] - [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] | [32:05] | [32:05] | [32:05] | [32:05] | [32:05] | [32:05] | [32:05] | [32:05] | [32:05] | [32:05] / [32:05] / [32:05] / [32:05] / [32:05] / [32:05] / [32:05] / [32:05] / [32:05] / [32:05] / [32:05] - [32:05] - [32:05] - [32:05] - [32:05] - [32:05] - [32:05] - [32:05] - [32:05] - [32:05] - [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] \ [32:05] | [32:05] | [32:05] | [32:05] | [32:05] | [32:05] | [32:05] | [32:05] | [32:06] | [32:06] | [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:06] \ [32:06] \ [32:06] \ [32:06] \ [32:06] \ [32:06] \ [32:06] \ [32:06] \ [32:06] \ [32:06] \ [32:06] | [32:06] | [32:06] | [32:06] | [32:06] | [32:06] | [32:06] | [32:06] | [32:06] | [32:06] | [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] / [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:06] - [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] / [32:07] / [32:07] / [32:07] / [32:07] / [32:07] / [32:07] / [32:07] / [32:07] / [32:07] / [32:07] - [32:07] - [32:07] - [32:07] - [32:07] - [32:07] - [32:07] - [32:07] - [32:07] - [32:07] - [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] \ [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] | [32:07] / [32:07] / [32:07] / [32:07] / [32:08] / [32:08] / [32:08] / [32:08] / [32:08] / [32:08] / [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] | [32:08] | [32:08] | [32:08] | [32:08] | [32:08] | [32:08] | [32:08] | [32:08] | [32:08] | [32:08] / [32:08] / [32:08] / [32:08] / [32:08] / [32:08] / [32:08] / [32:08] / [32:08] / [32:08] / [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] - [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] \ [32:08] | [32:08] | [32:09] | [32:09] | [32:09] | [32:09] | [32:09] | [32:09] | [32:09] | [32:09] | [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] - [32:09] - [32:09] - [32:09] - [32:09] - [32:09] - [32:09] - [32:09] - [32:09] - [32:09] - [32:09] \ [32:09] \ [32:09] \ [32:09] \ [32:09] \ [32:09] \ [32:09] \ [32:09] \ [32:09] \ [32:09] \ [32:09] | [32:09] | [32:09] | [32:09] | [32:09] | [32:09] | [32:09] | [32:09] | [32:09] | [32:09] | [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] / [32:09] - [32:09] - [32:09] - [32:09] - [32:09] - [32:09] - [32:09] - [32:10] - [32:10] - [32:10] - [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] / [32:10] / [32:10] / [32:10] / [32:10] / [32:10] / [32:10] / [32:10] / [32:10] / [32:10] / [32:10] - [32:10] - [32:10] - [32:10] - [32:10] - [32:10] - [32:10] - [32:10] - [32:10] - [32:10] - [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] \ [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] | [32:10] / [32:10] / [32:10] / [32:11] / [32:11] / [32:11] / [32:11] / [32:11] / [32:11] / [32:11] / [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] \ [32:11] \ [32:11] \ [32:11] \ [32:11] \ [32:11] \ [32:11] \ [32:11] \ [32:11] \ [32:11] \ [32:11] | [32:11] | [32:11] | [32:11] | [32:11] | [32:11] | [32:11] | [32:11] | [32:11] | [32:11] | [32:11] / [32:11] / [32:11] / [32:11] / [32:11] / [32:11] / [32:11] / [32:11] / [32:11] / [32:11] / [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] - [32:11] \ [32:11] \ [32:11] \ [32:11] \ [32:11] \ [32:12] \ [32:12] \ [32:12] \ [32:12] \ [32:12] \ [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:12] - [32:12] - [32:12] - [32:12] - [32:12] - [32:12] - [32:12] - [32:12] - [32:12] - [32:12] - [32:12] \ [32:12] \ [32:12] \ [32:12] \ [32:12] \ [32:12] \ [32:12] \ [32:12] \ [32:12] \ [32:12] \ [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] | [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:12] / [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] \ [32:13] \ [32:13] \ [32:13] \ [32:13] \ [32:13] \ [32:13] \ [32:13] \ [32:13] \ [32:13] \ [32:13] | [32:13] | [32:13] | [32:13] | [32:13] | [32:13] | [32:13] | [32:13] | [32:13] | [32:13] | [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] / [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] - [32:13] \ [32:13] \ [32:13] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] / [32:14] / [INFO ] Installing MPFR for build: done in 18.16s (at 32:14) [32:14] / [INFO ] ================================================================= [32:14] / [INFO ] Installing ISL for build [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] \ [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] | [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] / [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:14] - [32:15] \ [32:15] \ [32:15] \ [32:15] \ [32:15] \ [32:15] \ [32:15] \ [32:15] \ [32:15] \ [32:15] \ [32:15] | [32:15] | [32:15] | [32:15] | [32:15] | [32:15] | [32:15] | [32:15] | [32:15] | [32:15] | [32:15] / [32:15] / [32:15] / [32:15] / [32:15] / [32:15] / [32:15] / [32:15] / [32:15] / [32:15] / [32:15] - [32:15] - [32:15] - [32:15] - [32:15] - [32:15] - [32:15] - [32:15] - [32:16] - [32:16] - [32:16] \ [32:16] \ [32:16] \ [32:16] \ [32:16] \ [32:16] \ [32:16] \ [32:16] \ [32:16] \ [32:16] \ [32:16] | [32:16] | [32:16] | [32:16] | [32:16] | [32:16] | [32:16] | [32:16] | [32:16] | [32:16] | [32:16] / [32:16] / [32:16] / [32:16] / [32:16] / [32:16] / [32:16] / [32:16] / [32:16] / [32:16] / [32:16] - [32:16] - [32:16] - [32:16] - [32:16] - [32:16] - [32:16] - [32:16] - [32:16] - [32:16] - [32:16] \ [32:17] \ [32:17] \ [32:17] \ [32:17] \ [32:17] \ [32:17] \ [32:17] \ [32:17] \ [32:17] \ [32:17] | [32:17] | [32:17] | [32:17] | [32:17] | [32:17] | [32:17] | [32:17] | [32:17] | [32:17] | [32:17] / [32:17] / [32:17] / [32:17] / [32:17] / [32:17] / [32:17] / [32:17] / [32:17] / [32:18] / [32:18] / [32:18] / [32:18] / [32:18] - [32:18] - [32:18] - [32:18] - [32:18] - [32:18] - [32:18] - [32:18] - [32:18] - [32:18] - [32:18] \ [32:18] \ [32:18] \ [32:19] \ [32:19] \ [32:19] \ [32:19] \ [32:19] \ [32:19] \ [32:19] \ [32:19] | [32:19] | [32:20] | [32:20] | [32:20] | [32:20] | [32:20] | [32:20] | [32:20] | [32:20] | [32:20] / [32:20] / [32:20] / [32:20] / [32:21] / [32:21] / [32:21] / [32:21] / [32:21] / [32:21] / [32:21] - [32:22] - [32:22] - [32:22] - [32:22] - [32:22] - [32:23] - [32:23] - [32:23] - [32:23] - [32:23] \ [32:23] \ [32:23] \ [32:23] \ [32:24] \ [32:24] \ [32:24] \ [32:24] \ [32:24] \ [32:24] \ [32:24] | [32:24] | [32:24] | [32:24] | [32:25] | [32:25] | [32:25] | [32:25] | [32:25] | [32:25] | [32:26] / [32:26] / [32:26] / [32:26] / [32:26] / [32:26] / [32:26] / [32:27] / [32:27] / [32:27] / [32:27] - [32:27] - [32:27] - [32:27] - [32:27] - [32:27] - [32:27] - [32:27] - [32:27] - [32:27] - [32:27] \ [32:27] \ [32:27] \ [32:27] \ [32:27] \ [32:27] \ [32:28] \ [32:28] \ [32:28] \ [32:28] \ [32:28] | [32:28] | [32:28] | [32:28] | [32:28] | [32:28] | [32:28] | [32:28] | [32:28] | [32:28] | [32:28] / [32:28] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:29] \ [32:29] \ [32:29] \ [32:29] \ [32:29] \ [32:29] \ [32:29] \ [32:29] \ [32:29] \ [32:29] \ [32:29] | [32:29] | [32:29] | [32:29] | [32:29] | [32:29] | [32:29] | [32:29] | [32:29] | [32:29] | [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [INFO ] Installing ISL for build: done in 15.38s (at 32:29) [32:29] / [INFO ] ================================================================= [32:29] / [INFO ] Installing MPC for build [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] / [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:29] - [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] / [32:30] / [32:30] / [32:30] / [32:30] / [32:30] / [32:30] / [32:30] / [32:30] / [32:30] / [32:30] - [32:30] - [32:30] - [32:30] - [32:30] - [32:30] - [32:30] - [32:30] - [32:30] - [32:30] - [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] \ [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] | [32:30] / [32:30] / [32:31] / [32:31] / [32:31] / [32:31] / [32:31] / [32:31] / [32:31] / [32:31] / [32:31] - [32:31] - [32:31] - [32:31] - [32:31] - [32:31] - [32:31] - [32:31] - [32:31] - [32:31] - [32:31] \ [32:31] \ [32:31] \ [32:31] \ [32:31] \ [32:31] \ [32:31] \ [32:31] \ [32:31] \ [32:31] \ [32:31] | [32:31] | [32:31] | [32:31] | [32:31] | [32:31] | [32:31] | [32:31] | [32:31] | [32:31] | [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] / [32:32] - [32:32] - [32:32] - [32:32] - [32:32] - [32:32] - [32:32] - [32:32] - [32:32] - [32:32] - [32:32] \ [32:32] \ [32:32] \ [32:32] \ [32:32] \ [32:32] \ [32:32] \ [32:32] \ [32:32] \ [32:32] \ [32:32] | [32:32] | [32:32] | [32:32] | [32:32] | [32:32] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] | [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] / [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] - [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] \ [32:33] | [32:33] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] - [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] \ [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] | [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:34] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] | [32:35] | [32:35] | [32:35] | [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] | [32:35] | [32:35] / [32:35] / [INFO ] Installing MPC for build: done in 5.83s (at 32:35) [32:35] / [INFO ] ================================================================= [32:35] / [INFO ] Installing ncurses for build [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] / [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] - [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] \ [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] | [32:35] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] | [32:36] | [32:36] | [32:36] | [32:36] | [32:36] | [32:36] | [32:36] | [32:36] | [32:36] | [32:36] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] / [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] - [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:36] \ [32:37] \ [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] - [32:37] - [32:37] - [32:37] - [32:37] - [32:37] - [32:37] - [32:37] - [32:37] - [32:37] - [32:37] \ [32:37] \ [32:37] \ [32:37] \ [32:37] \ [32:37] \ [32:37] \ [32:37] \ [32:37] \ [32:37] \ [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] | [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] / [32:37] - [32:37] - [32:37] - [32:37] - [32:37] - [32:37] - [32:37] - [32:37] - [32:38] - [32:38] - [32:38] \ [32:38] \ [32:38] \ [32:38] \ [32:38] \ [32:38] \ [32:38] \ [32:38] \ [32:38] \ [32:38] \ [32:38] | [32:38] | [32:38] | [32:38] | [32:38] | [32:38] | [32:38] | [32:38] | [32:38] | [32:38] | [32:38] / [32:38] / [32:38] / [32:39] / [32:39] / [32:39] / [32:39] / [32:39] / [32:39] / [32:39] / [32:39] - [32:39] - [32:39] - [32:39] - [32:40] - [32:40] - [32:40] - [32:40] - [32:40] - [32:40] - [32:40] \ [32:40] \ [32:40] \ [32:40] \ [32:40] \ [32:40] \ [32:40] \ [32:40] \ [32:40] \ [32:40] \ [32:40] | [32:40] | [32:40] | [32:40] | [32:40] | [32:40] | [32:40] | [32:40] | [32:40] | [32:40] | [32:40] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:41] | [32:41] | [32:41] | [32:41] | [32:41] | [32:41] | [32:41] | [32:41] | [32:41] | [32:41] | [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] - [32:41] - [32:41] - [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] / [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] - [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:41] \ [32:42] \ [32:42] \ [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:42] / [32:42] / [32:42] / [32:42] / [32:42] / [32:42] / [32:42] / [32:42] / [32:42] / [32:42] / [32:42] - [32:42] - [32:42] - [32:42] - [32:42] - [32:42] - [32:42] - [32:42] - [32:42] - [32:42] - [32:42] \ [32:42] \ [32:42] \ [32:42] \ [32:42] \ [32:42] \ [32:42] \ [32:42] \ [32:42] \ [32:42] \ [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:42] | [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] - [32:43] - [32:43] - [32:43] - [32:43] - [32:43] - [32:43] - [32:43] - [32:43] - [32:43] - [32:43] \ [32:43] \ [32:43] \ [32:43] \ [32:43] \ [32:43] \ [32:43] \ [32:43] \ [32:43] \ [32:43] \ [32:43] | [32:43] | [32:43] | [32:43] | [32:43] | [32:43] | [32:43] | [32:43] | [32:43] | [32:43] | [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] / [32:43] - [32:43] - [32:43] - [32:43] - [32:43] - [32:43] - [32:44] - [32:44] - [32:44] - [32:44] - [32:44] \ [32:44] \ [32:44] \ [32:44] \ [32:44] \ [32:44] \ [32:44] \ [32:44] \ [32:44] \ [32:44] \ [32:44] | [32:44] | [32:44] | [32:44] | [32:44] | [32:44] | [32:44] | [32:44] | [32:44] | [32:44] | [32:44] / [32:44] / [32:44] / [32:44] / [32:44] / [32:44] / [32:44] / [32:44] / [32:44] / [32:44] / [32:44] - [32:44] - [32:44] - [32:44] - [32:44] - [32:44] - [32:44] - [32:44] - [32:45] - [32:45] - [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] | [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] / [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] - [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] \ [32:45] | [32:45] | [32:45] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] | [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] / [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] - [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] \ [32:46] | [32:46] | [32:47] | [32:47] | [32:47] | [32:47] | [32:47] | [32:47] | [32:47] | [32:47] | [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] | [32:47] | [32:47] | [32:47] | [32:47] | [32:47] | [32:47] | [32:47] | [32:47] | [32:47] | [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] \ [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] - [32:47] / [32:47] / [INFO ] Installing ncurses for build: done in 12.58s (at 32:47) [32:47] / [INFO ] ================================================================= [32:47] / [INFO ] Installing libiconv for build [32:47] / [32:47] / [32:47] / [32:47] / [INFO ] Installing libiconv for build: done in 0.01s (at 32:47) [32:47] / [INFO ] ================================================================= [32:47] / [INFO ] Installing gettext for build [32:47] / [32:47] / [32:47] / [32:47] / [INFO ] Installing gettext for build: done in 0.01s (at 32:47) [32:47] / [INFO ] ================================================================= [32:47] / [INFO ] Installing binutils for build [32:47] / [32:47] / [32:47] / [32:47] / [32:47] / [32:48] / [32:48] / [32:48] / [32:48] / [32:48] / [32:48] / [32:48] / [32:48] / [32:48] / [32:48] / [32:48] - [32:48] - [32:48] - [32:48] - [32:48] - [32:48] - [32:48] - [32:48] - [32:48] - [32:48] - [32:48] \ [32:48] \ [32:48] \ [32:48] \ [32:48] \ [32:48] \ [32:48] \ [32:48] \ [32:48] \ [32:48] \ [32:48] | [32:48] | [32:48] | [32:48] | [32:48] | [32:48] | [32:48] | [32:48] | [32:48] | [32:48] | [32:48] / [32:48] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] \ [32:49] \ [32:49] \ [32:49] \ [32:49] \ [32:49] \ [32:49] \ [32:49] \ [32:49] \ [32:49] \ [32:49] | [32:49] | [32:49] | [32:49] | [32:49] | [32:49] | [32:49] | [32:49] | [32:49] | [32:49] | [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] - [32:49] \ [32:49] \ [32:49] \ [32:49] \ [32:49] \ [32:49] \ [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] / [32:49] - [32:49] - [32:49] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] - [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] \ [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] | [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:50] / [32:51] / [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] / [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] - [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] \ [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:51] | [32:52] | [32:52] | [32:52] | [32:52] | [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] \ [32:52] \ [32:52] \ [32:52] \ [32:52] \ [32:52] \ [32:52] \ [32:52] \ [32:52] \ [32:52] \ [32:52] | [32:52] | [32:52] | [32:52] | [32:52] | [32:52] | [32:52] | [32:52] | [32:52] | [32:52] | [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] / [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] - [32:52] \ [32:52] \ [32:52] \ [32:52] \ [32:52] \ [32:52] \ [32:53] \ [32:53] \ [32:53] \ [32:53] \ [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] \ [32:53] \ [32:53] \ [32:53] \ [32:53] \ [32:53] \ [32:53] \ [32:53] \ [32:53] \ [32:53] \ [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] | [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] / [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] - [32:53] \ [32:53] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] \ [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] | [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] / [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:54] - [32:55] - [32:55] - [32:55] - [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] | [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] / [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] - [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] \ [32:55] | [32:55] | [32:55] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] - [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] \ [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] | [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:56] / [32:57] / [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] - [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] \ [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] | [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:57] / [32:58] / [32:58] / [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] - [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] \ [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] | [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] / [32:58] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] \ [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] | [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] / [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [32:59] - [33:00] - [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] - [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] \ [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] | [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:00] / [33:01] / [33:01] / [33:01] / [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] / [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] - [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] \ [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:01] | [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] \ [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] | [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] / [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] - [33:02] \ [33:02] \ [33:02] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] | [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] / [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] - [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:03] \ [33:04] \ [33:04] \ [33:04] \ [33:04] | [33:04] | [33:04] | [33:04] | [33:04] | [33:04] | [33:04] | [33:04] | [33:04] | [33:04] | [33:04] / [33:04] / [33:04] / [33:04] / [33:04] / [33:04] / [33:04] / [33:04] / [33:04] / [33:04] / [33:04] - [33:04] - [33:04] - [33:04] - [33:04] - [33:04] - [33:04] - [33:04] - [33:05] - [33:05] - [33:05] \ [33:05] \ [33:05] \ [33:05] \ [33:05] \ [33:05] \ [33:05] \ [33:05] \ [33:05] \ [33:05] \ [33:05] | [33:05] | [33:05] | [33:05] | [33:05] | [33:05] | [33:05] | [33:05] | [33:05] | [33:05] | [33:05] / [33:05] / [33:05] / [33:06] / [33:06] / [33:06] / [33:06] / [33:06] / [33:06] / [33:06] / [33:06] - [33:06] - [33:06] - [33:06] - [33:06] - [33:06] - [33:06] - [33:06] - [33:06] - [33:06] - [33:06] \ [33:06] \ [33:06] \ [33:06] \ [33:06] \ [33:06] \ [33:06] \ [33:06] \ [33:07] \ [33:07] \ [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] / [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] - [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] \ [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:07] | [33:08] | [33:08] | [33:08] | [33:08] / [33:08] / [33:08] / [33:08] / [33:08] / [33:08] / [33:09] / [33:09] / [33:09] / [33:09] / [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] / [33:09] / [33:09] / [33:09] / [33:09] / [33:09] / [33:09] / [33:09] / [33:09] / [33:09] / [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] - [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] \ [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] | [33:09] / [33:09] / [33:10] / [33:10] / [33:10] / [33:10] / [33:10] / [33:10] / [33:10] / [33:10] / [33:10] - [33:10] - [33:10] - [33:10] - [33:10] - [33:10] - [33:10] - [33:10] - [33:10] - [33:10] - [33:10] \ [33:10] \ [33:10] \ [33:10] \ [33:10] \ [33:10] \ [33:10] \ [33:10] \ [33:10] \ [33:10] \ [33:10] | [33:10] | [33:10] | [33:10] | [33:10] | [33:10] | [33:10] | [33:10] | [33:10] | [33:10] | [33:10] / [33:10] / [33:10] / [33:10] / [33:10] / [33:10] / [33:10] / [33:10] / [33:10] / [33:10] / [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] - [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] \ [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] | [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] / [33:11] - [33:11] - [33:11] - [33:12] - [33:12] - [33:12] - [33:12] - [33:12] - [33:12] - [33:12] - [33:12] \ [33:12] \ [33:12] \ [33:12] \ [33:12] \ [33:12] \ [33:12] \ [33:12] \ [33:12] \ [33:12] \ [33:12] | [33:12] | [33:12] | [33:12] | [33:12] | [33:12] | [33:13] | [33:13] | [33:13] | [33:13] | [33:13] / [33:13] / [33:13] / [33:13] / [33:13] / [33:13] / [33:13] / [33:13] / [33:13] / [33:13] / [33:13] - [33:13] - [33:13] - [33:13] - [33:13] - [33:13] - [33:13] - [33:13] - [33:13] - [33:13] - [33:13] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:14] / [33:14] / [33:14] / [33:14] / [33:14] / [33:14] / [33:14] / [33:14] / [33:14] / [33:14] / [33:14] - [33:14] - [33:14] - [33:14] - [33:14] - [33:14] - [33:14] - [33:14] - [33:14] - [33:14] - [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] \ [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:14] | [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] / [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] - [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] \ [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] | [33:15] / [33:16] / [33:16] / [33:16] / [33:16] / [33:16] / [33:16] / [33:16] / [33:16] / [33:16] / [33:16] - [33:16] - [33:16] - [33:16] - [33:16] - [33:16] - [33:16] - [33:16] - [33:16] - [33:16] - [33:16] \ [33:16] \ [33:17] \ [33:17] \ [33:17] \ [33:17] \ [33:17] \ [33:17] \ [33:17] \ [33:17] \ [33:17] | [33:17] | [33:17] | [33:17] | [33:17] | [33:17] | [33:17] | [33:17] | [33:17] | [33:17] | [33:17] / [33:17] / [33:17] / [33:17] / [33:17] / [33:17] / [33:17] / [33:17] / [33:18] / [33:18] / [33:18] - [33:18] - [33:18] - [33:18] - [33:18] - [33:18] - [33:18] - [33:18] - [33:18] - [33:18] - [33:18] \ [33:18] \ [33:18] \ [33:18] \ [33:18] \ [33:18] \ [33:18] \ [33:18] \ [33:18] \ [33:18] \ [33:18] | [33:18] | [33:18] | [33:18] | [33:18] | [33:18] | [33:18] | [33:18] | [33:18] | [33:18] | [33:18] / [33:19] / [33:19] / [33:19] / [33:19] / [33:19] / [33:19] / [33:19] / [33:19] / [33:19] / [33:19] - [33:19] - [33:19] - [33:19] - [33:19] - [33:19] - [33:19] - [33:19] - [33:19] - [33:19] - [33:19] \ [33:19] \ [33:20] \ [33:20] \ [33:20] \ [33:20] \ [33:20] \ [33:20] \ [33:20] \ [33:20] \ [33:20] | [33:20] | [33:20] | [33:20] | [33:20] | [33:20] | [33:20] | [33:20] | [33:20] | [33:20] | [33:20] / [33:20] / [33:20] / [33:20] / [33:20] / [33:20] / [33:22] / [33:22] / [33:22] / [33:22] / [33:22] - [33:22] - [33:22] - [33:22] - [33:22] - [33:22] - [33:22] - [33:22] - [33:22] - [33:22] - [33:22] \ [33:22] \ [33:23] \ [33:23] \ [33:23] \ [33:23] \ [33:23] \ [33:23] \ [33:23] \ [33:23] \ [33:23] | [33:23] | [33:23] | [33:23] | [33:23] | [33:23] | [33:23] | [33:23] | [33:23] | [33:23] | [33:23] / [33:23] / [33:23] / [33:23] / [33:23] / [33:23] / [33:23] / [33:23] / [33:23] / [33:23] / [33:23] - [33:23] - [33:23] - [33:23] - [33:23] - [33:24] - [33:24] - [33:24] - [33:24] - [33:24] - [33:24] \ [33:24] \ [33:24] \ [33:24] \ [33:24] \ [33:24] \ [33:24] \ [33:24] \ [33:24] \ [33:24] \ [33:24] | [33:24] | [33:24] | [33:24] | [33:24] | [33:24] | [33:24] | [33:24] | [33:24] | [33:24] | [33:24] / [33:24] / [33:24] / [33:24] / [33:24] / [33:24] / [33:24] / [33:24] / [33:24] / [33:24] / [33:24] - [33:24] - [33:24] - [33:24] - [33:24] - [33:24] - [33:24] - [33:24] - [33:24] - [33:24] - [33:24] \ [33:24] \ [33:24] \ [33:24] \ [33:25] \ [33:25] \ [33:25] \ [33:25] \ [33:25] \ [33:25] \ [33:25] | [33:25] | [33:25] | [33:25] | [33:25] | [33:25] | [33:25] | [33:25] | [33:25] | [33:25] | [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] - [33:25] - [33:25] - [33:25] - [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] / [33:25] - [33:25] - [33:25] - [33:25] - [33:25] - [33:25] - [33:25] - [33:25] - [33:25] - [33:25] - [33:25] \ [33:25] \ [33:25] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] / [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] - [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] \ [33:26] | [33:26] | [33:26] | [33:26] | [33:26] | [33:27] | [33:27] | [33:27] | [33:27] | [33:27] | [33:27] / [33:27] / [33:27] / [33:27] / [33:27] / [33:27] / [33:27] / [33:27] / [33:27] / [33:27] / [33:27] - [33:27] - [33:27] - [33:27] / [33:27] / [INFO ] Installing binutils for build: done in 39.09s (at 33:27) [33:27] / [INFO ] ================================================================= [33:27] / [INFO ] Installing zlib for host [33:27] / [33:27] / [33:27] / [33:27] / [33:27] / [33:27] / [33:27] / [33:27] / [33:28] / [33:29] / [33:29] / [33:29] / [33:29] / [33:29] / [33:29] - [33:29] - [33:29] - [33:29] - [33:29] - [33:29] / [33:29] / [33:29] / [33:29] / [33:29] / [33:29] / [33:29] / [33:29] / [33:29] / [33:30] / [33:30] / [33:30] / [33:30] / [33:30] - [33:30] - [33:30] - [33:30] - [33:30] - [33:30] - [33:30] - [33:30] - [33:30] - [33:30] - [33:30] \ [33:31] \ [33:31] \ [33:31] \ [33:31] \ [33:31] \ [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] - [33:31] - [33:31] - [33:31] - [33:31] / [33:31] / [INFO ] Installing zlib for host: done in 4.08s (at 33:31) [33:31] / [INFO ] ================================================================= [33:31] / [INFO ] Installing GMP for host [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] / [33:31] - [33:31] - [33:32] - [33:32] - [33:32] - [33:32] - [33:32] - [33:32] - [33:32] - [33:32] - [33:32] \ [33:32] \ [33:32] \ [33:32] \ [33:32] \ [33:32] \ [33:32] \ [33:33] \ [33:33] \ [33:33] \ [33:33] | [33:33] | [33:33] | [33:33] | [33:33] | [33:34] | [33:34] | [33:36] | [33:36] | [33:36] | [33:36] / [33:36] / [33:36] / [33:36] / [33:36] / [33:36] / [33:36] / [33:36] / [33:36] / [33:36] / [33:36] - [33:36] - [33:36] - [33:36] - [33:36] - [33:36] - [33:36] - [33:36] - [33:36] - [33:36] - [33:36] \ [33:36] \ [33:36] \ [33:36] \ [33:36] \ [33:36] \ [33:36] \ [33:36] \ [33:36] \ [33:36] \ [33:36] | [33:36] | [33:36] | [33:36] | [33:36] | [33:36] | [33:36] | [33:36] | [33:36] | [33:36] | [33:36] / [33:36] / [33:36] / [33:36] / [33:37] / [33:37] / [33:37] / [33:37] / [33:37] / [33:37] / [33:37] - [33:37] - [33:37] - [33:37] - [33:37] - [33:37] - [33:37] - [33:37] - [33:37] - [33:37] - [33:37] \ [33:37] \ [33:37] \ [33:37] \ [33:38] \ [33:38] \ [33:38] \ [33:38] \ [33:38] \ [33:38] \ [33:38] | [33:38] | [33:38] | [33:38] | [33:38] | [33:38] | [33:38] | [33:38] | [33:38] | [33:38] | [33:38] / [33:38] / [33:38] / [33:38] / [33:38] / [33:38] / [33:38] / [33:38] / [33:38] / [33:38] / [33:38] - [33:38] - [33:38] - [33:38] - [33:38] - [33:39] - [33:39] - [33:39] - [33:39] - [33:39] - [33:39] \ [33:39] \ [33:39] \ [33:39] \ [33:39] \ [33:39] \ [33:39] \ [33:39] \ [33:39] \ [33:39] \ [33:39] | [33:39] | [33:39] | [33:40] | [33:40] | [33:40] | [33:40] | [33:40] | [33:40] | [33:40] | [33:40] / [33:40] / [33:40] / [33:40] / [33:40] / [33:40] / [33:40] / [33:40] / [33:40] / [33:40] / [33:40] - [33:40] - [33:40] - [33:40] - [33:40] - [33:40] - [33:40] - [33:41] - [33:41] - [33:41] - [33:41] \ [33:41] \ [33:41] \ [33:41] \ [33:41] \ [33:41] \ [33:41] \ [33:41] \ [33:41] \ [33:41] \ [33:41] | [33:42] | [33:42] | [33:42] | [33:42] | [33:42] | [33:42] | [33:42] | [33:42] | [33:42] | [33:42] / [33:42] / [33:42] / [33:42] / [33:42] / [33:43] / [33:43] / [33:43] / [33:43] / [33:43] / [33:43] - [33:43] - [33:43] - [33:43] - [33:43] - [33:43] - [33:43] - [33:43] - [33:44] - [33:44] - [33:44] \ [33:44] \ [33:44] \ [33:44] \ [33:44] \ [33:44] \ [33:44] \ [33:44] \ [33:44] \ [33:44] \ [33:44] | [33:44] | [33:45] | [33:45] | [33:45] | [33:45] | [33:45] | [33:45] | [33:45] | [33:45] | [33:45] / [33:46] / [33:47] / [33:47] / [33:47] / [33:47] / [33:47] / [33:47] / [33:47] / [33:47] / [33:47] - [33:47] - [33:47] - [33:47] - [33:47] - [33:47] - [33:48] - [33:48] - [33:48] - [33:48] - [33:49] \ [33:49] \ [33:49] \ [33:49] \ [33:49] \ [33:50] \ [33:50] \ [33:50] \ [33:50] \ [33:50] \ [33:51] | [33:51] | [33:51] | [33:51] | [33:51] | [33:51] | [33:51] | [33:51] | [33:51] | [33:52] | [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] | [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] / [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] - [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:52] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] \ [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] | [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] / [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:53] - [33:54] - [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] | [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] / [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] - [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:54] \ [33:55] \ [33:55] \ [33:55] \ [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:55] / [33:55] / [33:55] / [33:55] / [33:55] / [33:55] / [33:55] / [33:55] / [33:55] / [33:55] / [33:55] - [33:55] - [33:55] - [33:55] - [33:55] - [33:55] - [33:55] - [33:55] - [33:55] - [33:55] - [33:55] \ [33:55] \ [33:55] \ [33:55] \ [33:55] \ [33:55] \ [33:55] \ [33:55] \ [33:55] \ [33:55] \ [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:55] | [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:56] - [33:56] - [33:56] - [33:56] - [33:56] - [33:56] - [33:56] - [33:56] - [33:56] - [33:56] - [33:56] \ [33:56] \ [33:56] \ [33:56] \ [33:56] \ [33:56] \ [33:56] \ [33:56] \ [33:56] \ [33:56] \ [33:56] | [33:56] | [33:56] | [33:56] | [33:56] | [33:56] | [33:56] | [33:56] | [33:56] | [33:56] | [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:56] / [33:57] - [33:57] - [33:57] - [33:57] - [33:57] - [33:57] - [33:57] - [33:57] - [33:57] - [33:57] - [33:57] \ [33:57] \ [33:57] \ [33:57] \ [33:57] \ [33:57] \ [33:57] \ [33:57] \ [33:57] \ [33:57] \ [33:57] | [33:57] | [33:57] | [33:57] | [33:57] | [33:57] | [33:57] | [33:57] | [33:57] | [33:57] | [33:57] / [33:57] / [33:57] / [33:57] / [33:57] / [33:57] / [33:57] / [33:57] / [33:57] / [33:57] / [33:57] - [33:57] - [33:57] - [33:57] - [33:57] - [33:58] - [33:58] - [33:58] - [33:58] - [33:58] - [33:58] \ [33:58] \ [33:58] \ [33:58] \ [33:58] \ [33:58] \ [33:58] \ [33:58] \ [33:58] \ [33:58] \ [33:58] | [33:58] | [33:58] | [33:58] | [33:58] | [33:58] | [33:58] | [33:58] | [33:58] | [33:58] | [33:58] / [33:58] / [33:58] / [33:58] / [33:58] / [33:58] / [33:58] / [33:58] / [33:58] / [33:58] / [33:58] - [33:58] - [33:58] - [33:58] - [33:58] - [33:58] - [33:59] - [33:59] - [33:59] - [33:59] - [33:59] \ [33:59] \ [33:59] \ [33:59] \ [33:59] \ [33:59] \ [33:59] \ [33:59] \ [33:59] \ [33:59] \ [33:59] | [33:59] | [33:59] | [33:59] | [33:59] | [33:59] | [33:59] | [33:59] | [33:59] | [33:59] | [33:59] / [33:59] / [33:59] / [33:59] / [33:59] / [33:59] / [33:59] / [33:59] / [33:59] / [33:59] / [33:59] - [33:59] - [33:59] - [33:59] - [34:00] - [34:00] - [34:00] - [34:00] - [34:00] - [34:00] - [34:00] \ [34:00] \ [34:00] \ [34:00] \ [34:00] \ [34:00] \ [34:00] \ [34:00] \ [34:00] \ [34:00] \ [34:00] | [34:00] | [34:00] | [34:00] | [34:00] | [34:00] | [34:00] | [34:00] | [34:00] | [34:00] | [34:00] / [34:00] / [34:00] / [34:00] / [34:00] / [34:00] / [34:00] / [34:00] / [34:00] / [34:00] / [34:00] - [34:00] - [34:00] - [34:00] - [34:00] - [34:00] - [34:00] - [34:00] - [34:00] - [34:00] - [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] - [34:01] - [34:01] - [34:01] - [34:01] - [34:01] - [34:01] - [34:01] - [34:01] - [34:01] - [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] \ [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] | [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] / [34:01] - [34:01] - [34:01] - [34:01] - [34:01] - [34:01] - [34:01] - [34:02] - [34:02] - [34:02] - [34:02] \ [34:02] \ [34:02] \ [34:02] \ [34:02] \ [34:02] \ [34:02] \ [34:02] \ [34:02] \ [34:02] \ [34:02] | [34:02] | [34:02] | [34:02] | [34:02] | [34:02] | [34:02] | [34:02] | [34:02] | [34:02] | [34:02] / [34:02] / [34:02] / [34:02] / [34:02] / [34:02] / [34:02] / [34:02] / [34:02] / [34:02] / [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] \ [34:03] \ [34:03] \ [34:03] \ [34:03] \ [34:03] \ [34:03] \ [34:03] \ [34:03] \ [34:03] \ [34:03] | [34:03] | [34:03] | [34:03] | [34:03] | [34:03] | [34:03] | [34:03] | [34:03] | [34:03] | [34:03] / [34:03] / [34:03] / [34:03] / [34:03] / [34:03] / [34:03] / [34:03] / [34:03] / [34:03] / [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] - [34:03] \ [34:03] \ [34:03] \ [34:03] \ [34:03] \ [34:04] \ [34:04] \ [34:04] \ [34:04] \ [34:04] \ [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] / [34:04] / [34:04] / [34:04] / [34:04] / [34:04] / [34:04] / [34:04] / [34:04] / [34:04] / [34:04] - [34:04] - [34:04] - [34:04] - [34:04] - [34:04] - [34:04] - [34:04] - [34:04] - [34:04] - [34:04] \ [34:04] \ [34:04] \ [34:04] \ [34:04] \ [34:04] \ [34:04] \ [34:04] \ [34:04] \ [34:04] \ [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] | [34:04] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] - [34:05] - [34:05] - [34:05] - [34:05] - [34:05] - [34:05] - [34:05] - [34:05] - [34:05] - [34:05] \ [34:05] \ [34:05] \ [34:05] \ [34:05] \ [34:05] \ [34:05] \ [34:05] \ [34:05] \ [34:05] \ [34:05] | [34:05] | [34:05] | [34:05] | [34:05] | [34:05] | [34:05] | [34:05] | [34:05] | [34:05] | [34:05] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] / [34:05] - [34:05] - [34:05] - [34:05] - [34:05] - [34:05] - [34:05] - [34:05] - [34:05] - [34:06] - [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] | [34:06] | [34:06] | [34:06] | [34:06] | [34:06] | [34:06] | [34:06] | [34:06] | [34:06] | [34:06] / [34:06] / [34:06] / [34:06] / [34:06] / [34:06] / [34:06] / [34:06] / [34:06] / [34:06] / [34:06] - [34:06] - [34:06] - [34:06] - [34:06] - [34:06] - [34:06] - [34:06] - [34:06] - [34:06] - [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] \ [34:06] | [34:06] | [34:07] | [34:07] | [34:07] | [34:07] | [34:07] | [34:07] | [34:07] | [34:07] | [34:07] / [34:07] / [34:07] / [34:07] / [34:07] / [34:07] / [34:07] / [34:07] / [34:07] / [34:07] / [34:07] - [34:07] - [34:07] - [34:07] - [34:07] - [34:07] - [34:07] - [34:07] - [34:07] - [34:07] - [34:07] \ [34:07] \ [34:07] \ [34:07] \ [34:07] \ [34:07] \ [34:07] \ [34:07] \ [34:07] \ [34:07] \ [34:07] | [34:07] | [34:07] | [34:07] | [34:07] | [34:07] | [34:07] | [34:07] | [34:07] | [34:07] | [34:07] / [34:07] / [34:07] / [34:07] / [34:07] / [34:08] / [34:08] / [34:08] / [34:08] / [34:08] / [34:08] - [34:08] - [34:08] - [34:08] - [34:08] - [34:08] - [34:08] - [34:08] - [34:08] - [34:08] - [34:08] \ [34:08] \ [34:08] \ [34:08] \ [34:08] \ [34:08] \ [34:08] \ [34:08] \ [34:08] \ [34:08] \ [34:08] | [34:09] | [34:09] | [34:09] | [34:09] | [34:09] | [34:09] | [34:09] | [34:09] | [34:09] | [34:09] / [34:09] / [34:09] / [34:09] / [34:09] / [34:09] / [34:09] / [34:09] / [34:09] / [34:09] / [34:09] - [34:09] - [34:09] - [34:09] - [34:09] - [34:09] - [34:09] - [34:09] - [34:09] - [34:09] - [34:09] \ [34:09] \ [34:09] \ [34:09] \ [34:09] \ [34:09] \ [34:09] \ [34:09] \ [34:09] \ [34:09] \ [34:09] | [34:09] | [34:09] | [34:09] | [34:09] | [34:09] | [34:09] | [34:09] | [34:09] | [34:09] | [34:10] / [34:10] / [34:10] / [34:10] / [34:10] / [34:10] / [34:10] / [34:10] / [34:10] / [34:10] / [34:10] - [34:10] - [34:10] - [34:10] - [34:10] - [34:10] - [34:10] - [34:10] - [34:10] - [34:10] - [34:10] \ [34:10] \ [34:10] \ [34:10] \ [34:10] \ [34:10] \ [34:10] \ [34:10] \ [34:10] \ [34:10] \ [34:10] | [34:10] | [34:10] | [34:10] | [34:10] | [34:10] | [34:10] | [34:10] | [34:10] | [34:10] | [34:10] / [34:10] / [34:10] / [34:10] / [34:10] / [34:10] / [34:10] / [34:11] / [34:11] / [34:11] / [34:11] - [34:11] - [34:11] - [34:11] - [34:11] - [34:11] - [34:11] - [34:11] - [34:11] - [34:11] - [34:11] \ [34:11] \ [34:11] \ [34:11] \ [34:11] \ [34:11] \ [34:11] \ [34:11] \ [34:11] \ [34:11] \ [34:11] | [34:11] | [34:11] | [34:11] | [34:11] | [34:11] | [34:11] | [34:11] | [34:11] | [34:11] | [34:11] / [34:11] / [34:11] / [34:11] / [34:11] / [34:12] / [34:12] / [34:12] / [34:12] / [34:12] / [34:12] - [34:12] - [34:12] - [34:12] - [34:12] - [34:12] - [34:12] - [34:12] - [34:12] - [34:12] - [34:12] \ [34:12] \ [34:12] \ [34:12] \ [34:12] \ [34:12] \ [34:12] \ [34:12] \ [34:12] \ [34:12] \ [34:12] | [34:12] | [34:12] | [34:12] | [34:12] | [34:12] | [34:12] | [34:12] | [34:12] | [34:12] | [34:12] / [34:12] / [34:12] / [34:12] / [34:12] / [34:12] / [34:12] / [34:12] / [34:12] / [34:12] / [34:12] - [34:12] - [34:12] - [34:12] - [34:12] - [34:13] - [34:13] - [34:13] - [34:13] - [34:13] - [34:13] \ [34:13] \ [34:13] \ [34:13] \ [34:13] \ [34:13] \ [34:13] \ [34:13] \ [34:13] \ [34:13] \ [34:13] | [34:13] | [34:13] | [34:13] | [34:13] | [34:13] | [34:13] | [34:13] | [34:13] | [34:13] | [34:13] / [34:13] / [34:13] / [34:13] / [34:13] / [34:13] / [34:13] / [34:13] / [34:13] / [34:13] / [34:13] - [34:13] - [34:13] - [34:14] - [34:14] - [34:14] - [34:14] - [34:14] - [34:14] - [34:14] - [34:14] \ [34:14] \ [34:14] \ [34:14] \ [34:14] \ [34:14] \ [34:14] \ [34:14] \ [34:14] \ [34:14] \ [34:14] | [34:14] | [34:14] | [34:14] | [34:14] | [34:14] | [34:14] | [34:14] | [34:14] | [34:14] | [34:14] / [34:14] / [34:14] / [34:14] / [34:14] / [34:14] / [34:14] / [34:14] / [34:14] / [34:14] / [34:14] - [34:14] - [34:14] - [34:14] - [34:14] - [34:14] - [34:14] - [34:14] - [34:14] - [34:14] - [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] | [34:15] | [34:15] | [34:15] | [34:15] | [34:15] | [34:15] | [34:15] | [34:15] | [34:15] | [34:15] / [34:15] / [34:15] / [34:15] / [34:15] / [34:15] / [34:15] / [34:15] / [34:15] / [34:15] / [34:15] - [34:15] - [34:15] - [34:15] - [34:15] - [34:15] - [34:15] - [34:15] - [34:15] - [34:15] - [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] \ [34:15] | [34:15] | [34:15] | [34:15] | [34:16] | [34:16] | [34:16] | [34:16] | [34:16] | [34:16] | [34:16] / [34:16] / [34:16] / [34:16] / [34:17] / [34:17] / [34:17] / [34:17] / [34:18] / [34:18] / [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] | [34:18] | [34:18] | [34:18] | [34:18] | [34:18] | [34:18] | [34:18] | [34:18] | [34:18] | [34:18] / [34:18] / [34:18] / [34:18] / [34:18] / [34:18] / [34:18] / [34:18] / [34:18] / [34:18] / [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] - [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] \ [34:18] | [34:18] | [34:18] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] | [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] / [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] - [34:20] \ [34:20] \ [34:20] \ [34:20] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] \ [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] | [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] \ [34:21] \ [34:21] \ [34:21] / [34:21] / [INFO ] Installing GMP for host: done in 50.51s (at 34:21) [34:21] / [INFO ] ================================================================= [34:21] / [INFO ] Installing MPFR for host [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] / [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:21] - [34:22] - [34:22] - [34:22] - [34:22] \ [34:22] \ [34:22] \ [34:22] \ [34:22] \ [34:22] \ [34:22] \ [34:22] \ [34:22] \ [34:22] \ [34:22] | [34:22] | [34:22] | [34:22] | [34:22] | [34:22] | [34:22] | [34:22] | [34:22] | [34:22] | [34:22] / [34:22] / [34:22] / [34:22] / [34:22] / [34:22] / [34:22] / [34:22] / [34:22] / [34:22] / [34:22] - [34:22] - [34:22] - [34:22] - [34:22] - [34:22] - [34:22] - [34:22] - [34:22] - [34:22] - [34:22] \ [34:22] \ [34:22] \ [34:23] \ [34:23] \ [34:23] \ [34:23] \ [34:23] \ [34:23] \ [34:23] \ [34:23] | [34:23] | [34:23] | [34:23] | [34:23] | [34:23] | [34:23] | [34:23] | [34:23] | [34:23] | [34:23] / [34:23] / [34:23] / [34:23] / [34:23] / [34:23] / [34:23] / [34:24] / [34:24] / [34:24] / [34:24] - [34:24] - [34:24] - [34:24] - [34:24] - [34:24] - [34:24] - [34:24] - [34:24] - [34:24] - [34:24] \ [34:24] \ [34:24] \ [34:24] \ [34:24] \ [34:24] \ [34:24] \ [34:24] \ [34:24] \ [34:24] \ [34:24] | [34:24] | [34:24] | [34:24] | [34:24] | [34:24] | [34:24] | [34:25] | [34:25] | [34:25] | [34:25] / [34:25] / [34:25] / [34:25] / [34:25] / [34:25] / [34:25] / [34:25] / [34:25] / [34:25] / [34:25] - [34:25] - [34:25] - [34:25] - [34:26] - [34:26] - [34:26] - [34:26] - [34:26] - [34:26] - [34:26] \ [34:26] \ [34:26] \ [34:26] \ [34:26] \ [34:26] \ [34:26] \ [34:26] \ [34:26] \ [34:26] \ [34:26] | [34:26] | [34:26] | [34:26] | [34:26] | [34:26] | [34:26] | [34:26] | [34:26] | [34:26] | [34:26] / [34:27] / [34:27] / [34:27] / [34:27] / [34:27] / [34:27] / [34:27] / [34:27] / [34:27] / [34:27] - [34:27] - [34:27] - [34:27] - [34:27] - [34:27] - [34:27] - [34:27] - [34:27] - [34:29] - [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] - [34:29] - [34:29] - [34:29] - [34:29] - [34:29] - [34:29] - [34:29] - [34:29] - [34:29] - [34:29] \ [34:29] \ [34:29] \ [34:29] \ [34:29] \ [34:29] \ [34:29] \ [34:29] \ [34:29] \ [34:29] \ [34:29] | [34:29] | [34:29] | [34:29] | [34:29] | [34:29] | [34:29] | [34:29] | [34:29] | [34:29] | [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] / [34:29] - [34:29] - [34:29] - [34:29] - [34:29] - [34:29] - [34:30] - [34:30] - [34:30] - [34:30] - [34:30] \ [34:30] \ [34:30] \ [34:30] \ [34:30] \ [34:30] \ [34:30] \ [34:30] \ [34:30] \ [34:30] \ [34:30] | [34:30] | [34:30] | [34:30] | [34:30] | [34:30] | [34:30] | [34:30] | [34:30] | [34:30] | [34:30] / [34:30] / [34:30] / [34:30] / [34:30] / [34:30] / [34:30] / [34:30] / [34:30] / [34:30] / [34:30] - [34:30] - [34:30] - [34:30] - [34:30] - [34:30] - [34:30] - [34:30] - [34:30] - [34:30] - [34:30] \ [34:30] \ [34:30] \ [34:30] \ [34:30] \ [34:30] \ [34:30] \ [34:31] \ [34:31] \ [34:31] \ [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:31] - [34:31] - [34:31] - [34:31] - [34:31] - [34:31] - [34:31] - [34:31] - [34:31] - [34:31] - [34:31] \ [34:31] \ [34:31] \ [34:31] \ [34:31] \ [34:31] \ [34:31] \ [34:31] \ [34:31] \ [34:31] \ [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] | [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:31] / [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] | [34:32] | [34:32] | [34:32] | [34:32] | [34:32] | [34:32] | [34:32] | [34:32] | [34:32] | [34:32] / [34:32] / [34:32] / [34:32] / [34:32] / [34:32] / [34:32] / [34:32] / [34:32] / [34:32] / [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] - [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] \ [34:32] | [34:32] | [34:32] | [34:33] | [34:33] | [34:33] | [34:33] | [34:33] | [34:33] | [34:33] | [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] - [34:33] - [34:33] - [34:33] - [34:33] - [34:33] - [34:33] - [34:33] - [34:33] - [34:33] - [34:33] \ [34:33] \ [34:33] \ [34:33] \ [34:33] \ [34:33] \ [34:33] \ [34:33] \ [34:33] \ [34:33] \ [34:33] | [34:33] | [34:33] | [34:33] | [34:33] | [34:33] | [34:33] | [34:33] | [34:33] | [34:33] | [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] / [34:33] - [34:33] - [34:33] - [34:33] - [34:33] - [34:34] - [34:34] - [34:34] - [34:34] - [34:34] - [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] | [34:34] | [34:34] | [34:34] | [34:34] | [34:34] | [34:34] | [34:34] | [34:34] | [34:34] | [34:34] / [34:34] / [34:34] / [34:34] / [34:34] / [34:34] / [34:34] / [34:34] / [34:34] / [34:34] / [34:34] - [34:34] - [34:34] - [34:34] - [34:34] - [34:34] - [34:34] - [34:34] - [34:34] - [34:34] - [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] \ [34:34] | [34:34] | [34:34] | [34:34] | [34:35] | [34:35] | [34:35] | [34:35] | [34:35] | [34:35] | [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] - [34:35] - [34:35] - [34:35] - [34:35] - [34:35] - [34:35] - [34:35] - [34:35] - [34:35] - [34:35] \ [34:35] \ [34:35] \ [34:35] \ [34:35] \ [34:35] \ [34:35] \ [34:35] \ [34:35] \ [34:35] \ [34:35] | [34:35] | [34:35] | [34:35] | [34:35] | [34:35] | [34:35] | [34:35] | [34:35] | [34:35] | [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] / [34:35] - [34:35] - [34:35] - [34:35] - [34:35] - [34:35] - [34:35] - [34:35] - [34:36] - [34:36] - [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] | [34:36] | [34:36] | [34:36] | [34:36] | [34:36] | [34:36] | [34:36] | [34:36] | [34:36] | [34:36] / [34:36] / [34:36] / [34:36] / [34:36] / [34:36] / [34:36] / [34:36] / [34:36] / [34:36] / [34:36] - [34:36] - [34:36] - [34:36] - [34:36] - [34:36] - [34:36] - [34:36] - [34:36] - [34:36] - [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] \ [34:36] | [34:36] | [34:36] | [34:36] | [34:36] | [34:36] | [34:37] | [34:37] | [34:37] | [34:37] | [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] - [34:37] - [34:37] - [34:37] - [34:37] - [34:37] - [34:37] - [34:37] - [34:37] - [34:37] - [34:37] \ [34:37] \ [34:37] \ [34:37] \ [34:37] \ [34:37] \ [34:37] \ [34:37] \ [34:37] \ [34:37] \ [34:37] | [34:37] | [34:37] | [34:37] | [34:37] | [34:37] | [34:37] | [34:37] | [34:37] | [34:37] | [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] / [34:37] - [34:37] - [34:37] - [34:37] - [34:37] - [34:37] - [34:37] - [34:37] - [34:37] - [34:38] - [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:38] / [34:38] / [34:38] / [34:38] / [34:38] / [34:38] / [34:38] / [34:38] / [34:38] / [34:38] / [34:38] - [34:38] - [34:38] - [34:38] - [34:38] - [34:38] - [34:38] - [34:38] - [34:38] - [34:38] - [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] \ [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:38] | [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] \ [34:39] \ [34:39] \ [34:39] \ [34:39] \ [34:39] \ [34:39] \ [34:39] \ [34:39] \ [34:39] \ [34:39] | [34:39] | [34:39] | [34:39] | [34:39] | [34:39] | [34:39] | [34:39] | [34:39] | [34:39] | [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] / [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] - [34:39] \ [34:39] \ [34:39] \ [34:40] \ [34:40] \ [34:40] \ [34:40] \ [34:40] \ [34:40] \ [34:40] \ [34:40] | [34:40] | [34:40] | [34:40] | [34:40] | [34:40] | [34:40] | [34:40] | [34:40] | [34:40] | [34:40] / [34:40] / [34:40] / [34:40] / [34:40] / [34:40] / [34:40] / [34:40] / [34:40] / [34:40] / [34:40] - [34:40] - [34:40] - [34:40] - [34:40] - [34:40] - [34:40] - [34:40] - [34:40] - [34:40] - [34:40] \ [34:40] \ [34:40] \ [34:40] \ [34:40] \ [34:40] \ [34:40] \ [34:40] \ [34:40] \ [34:40] \ [34:40] | [34:40] | [34:40] | [34:40] | [34:40] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] - [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] \ [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] | [34:41] / [34:41] / [INFO ] Installing MPFR for host: done in 20.20s (at 34:41) [34:41] / [INFO ] ================================================================= [34:41] / [INFO ] Installing ISL for host [34:41] / [34:41] / [34:41] / [34:41] / [34:41] / [34:42] / [34:42] / [34:42] / [34:42] / [34:42] / [34:42] / [34:42] / [34:42] / [34:42] / [34:42] - [34:42] - [34:42] - [34:42] - [34:42] - [34:42] - [34:42] - [34:42] - [34:42] - [34:42] - [34:42] \ [34:42] \ [34:42] \ [34:42] \ [34:42] \ [34:42] \ [34:42] \ [34:42] \ [34:42] \ [34:42] \ [34:42] | [34:42] | [34:42] | [34:42] | [34:42] | [34:42] | [34:42] | [34:42] | [34:42] | [34:42] | [34:42] / [34:42] / [34:42] / [34:42] / [34:42] / [34:42] / [34:42] / [34:42] / [34:42] / [34:42] / [34:43] - [34:43] - [34:43] - [34:43] - [34:43] - [34:43] - [34:43] - [34:43] - [34:43] - [34:43] - [34:43] \ [34:43] \ [34:43] \ [34:43] \ [34:43] \ [34:43] \ [34:43] \ [34:43] \ [34:43] \ [34:43] \ [34:43] | [34:43] | [34:43] | [34:43] | [34:43] | [34:43] | [34:43] | [34:44] | [34:44] | [34:44] | [34:44] / [34:44] / [34:44] / [34:44] / [34:44] / [34:44] / [34:44] / [34:44] / [34:44] / [34:44] / [34:44] - [34:44] - [34:44] - [34:44] - [34:44] - [34:44] - [34:44] - [34:44] - [34:44] - [34:44] - [34:44] \ [34:44] \ [34:44] \ [34:44] \ [34:44] \ [34:44] \ [34:44] \ [34:44] \ [34:44] \ [34:44] \ [34:44] | [34:44] | [34:44] | [34:44] | [34:44] | [34:45] | [34:45] | [34:45] | [34:45] | [34:45] | [34:45] / [34:45] / [34:45] / [34:45] / [34:45] / [34:45] / [34:45] / [34:45] / [34:45] / [34:45] / [34:45] - [34:45] - [34:45] - [34:45] - [34:45] - [34:45] - [34:45] - [34:45] - [34:45] - [34:45] - [34:45] \ [34:45] \ [34:45] \ [34:45] \ [34:45] \ [34:46] \ [34:46] \ [34:46] \ [34:46] \ [34:46] \ [34:46] | [34:46] | [34:46] | [34:46] | [34:46] | [34:46] | [34:46] | [34:46] | [34:46] | [34:46] | [34:46] / [34:46] / [34:46] / [34:46] / [34:46] / [34:46] / [34:46] / [34:46] / [34:46] / [34:46] / [34:46] / [34:46] / [34:46] / [34:46] / [34:46] / [34:46] - [34:46] - [34:46] - [34:46] - [34:46] - [34:47] - [34:47] - [34:47] - [34:47] - [34:48] - [34:48] \ [34:48] \ [34:48] \ [34:48] \ [34:48] \ [34:48] \ [34:49] \ [34:49] \ [34:49] \ [34:49] \ [34:49] | [34:49] | [34:49] | [34:49] | [34:49] | [34:49] | [34:50] | [34:50] | [34:50] | [34:50] | [34:50] / [34:51] / [34:51] / [34:51] / [34:51] / [34:51] / [34:51] / [34:52] / [34:52] / [34:52] / [34:53] - [34:53] - [34:53] - [34:53] - [34:54] - [34:54] - [34:54] - [34:54] - [34:54] - [34:55] - [34:55] \ [34:55] \ [34:55] \ [34:55] \ [34:55] \ [34:56] \ [34:56] \ [34:56] \ [34:56] \ [34:56] \ [34:57] | [34:57] | [34:57] | [34:57] | [34:57] | [34:58] | [34:58] | [34:58] | [34:58] | [34:58] | [34:58] / [34:59] / [34:59] / [34:59] / [34:59] / [34:59] / [35:00] / [35:00] / [35:00] / [35:00] / [35:00] - [35:00] - [35:00] - [35:00] - [35:00] - [35:00] - [35:00] - [35:00] - [35:00] - [35:00] - [35:00] \ [35:01] \ [35:01] \ [35:01] \ [35:01] \ [35:01] \ [35:01] \ [35:01] \ [35:01] \ [35:01] \ [35:01] | [35:01] | [35:01] | [35:01] | [35:01] | [35:01] | [35:02] | [35:02] | [35:02] | [35:02] | [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] - [35:02] - [35:02] - [35:02] - [35:02] - [35:02] - [35:02] - [35:02] - [35:02] - [35:02] - [35:02] \ [35:02] \ [35:02] \ [35:02] \ [35:02] \ [35:02] \ [35:02] \ [35:02] \ [35:02] \ [35:02] \ [35:02] | [35:02] | [35:02] | [35:02] | [35:02] | [35:02] | [35:02] | [35:02] | [35:02] | [35:02] | [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [INFO ] Installing ISL for host: done in 20.87s (at 35:02) [35:02] / [INFO ] ================================================================= [35:02] / [INFO ] Installing MPC for host [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] / [35:02] - [35:02] - [35:02] - [35:02] - [35:03] - [35:03] - [35:03] - [35:03] - [35:03] - [35:03] - [35:03] \ [35:03] \ [35:03] \ [35:03] \ [35:03] \ [35:03] \ [35:03] \ [35:03] \ [35:03] \ [35:03] \ [35:03] | [35:03] | [35:03] | [35:03] | [35:03] | [35:03] | [35:03] | [35:03] | [35:03] | [35:03] | [35:03] / [35:03] / [35:03] / [35:03] / [35:03] / [35:03] / [35:03] / [35:03] / [35:03] / [35:03] / [35:03] - [35:03] - [35:03] - [35:03] - [35:03] - [35:03] - [35:03] - [35:04] - [35:04] - [35:04] - [35:04] \ [35:04] \ [35:04] \ [35:04] \ [35:04] \ [35:04] \ [35:04] \ [35:04] \ [35:04] \ [35:04] \ [35:04] | [35:04] | [35:04] | [35:04] | [35:04] | [35:04] | [35:05] | [35:05] | [35:05] | [35:05] | [35:05] / [35:05] / [35:05] / [35:05] / [35:05] / [35:05] / [35:05] / [35:05] / [35:05] / [35:05] / [35:05] - [35:05] - [35:05] - [35:05] - [35:05] - [35:05] - [35:05] - [35:05] - [35:05] - [35:05] - [35:05] \ [35:05] \ [35:05] \ [35:05] \ [35:05] \ [35:05] \ [35:05] \ [35:05] \ [35:06] \ [35:06] \ [35:06] | [35:06] | [35:06] | [35:06] | [35:06] | [35:06] | [35:06] | [35:06] | [35:06] | [35:06] | [35:06] / [35:06] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] - [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] - [35:07] - [35:07] - [35:07] - [35:07] - [35:07] - [35:07] - [35:07] - [35:07] - [35:07] - [35:07] \ [35:07] \ [35:07] \ [35:07] \ [35:07] \ [35:07] \ [35:07] \ [35:07] \ [35:07] \ [35:07] \ [35:07] | [35:07] | [35:07] | [35:07] | [35:07] | [35:07] | [35:07] | [35:07] | [35:07] | [35:07] | [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] / [35:07] - [35:07] - [35:07] - [35:07] - [35:07] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] | [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] / [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] - [35:08] \ [35:08] \ [35:08] \ [35:08] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] | [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] / [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] - [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:09] \ [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] | [35:10] | [35:10] | [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] | [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] - [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] \ [35:10] | [35:10] | [35:10] / [35:10] / [INFO ] Installing MPC for host: done in 7.92s (at 35:10) [35:10] / [INFO ] ================================================================= [35:10] / [INFO ] Installing ncurses for host [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] / [35:10] - [35:10] - [35:10] - [35:10] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] | [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] / [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] - [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:11] \ [35:12] \ [35:12] \ [35:12] \ [35:12] \ [35:12] \ [35:12] | [35:12] | [35:12] | [35:12] | [35:12] | [35:12] | [35:12] | [35:12] | [35:12] | [35:12] | [35:12] / [35:12] / [35:12] / [35:12] / [35:12] / [35:12] / [35:12] / [35:12] / [35:12] / [35:12] / [35:12] - [35:12] - [35:12] - [35:12] - [35:12] - [35:12] - [35:12] - [35:12] - [35:12] - [35:12] - [35:12] \ [35:12] \ [35:12] \ [35:12] \ [35:12] \ [35:12] \ [35:12] \ [35:12] \ [35:12] \ [35:12] \ [35:13] | [35:13] | [35:13] | [35:13] | [35:13] | [35:13] | [35:13] | [35:13] | [35:13] | [35:13] | [35:13] / [35:13] / [35:13] / [35:13] / [35:13] / [35:13] / [35:13] / [35:13] / [35:13] / [35:13] / [35:13] - [35:13] - [35:13] - [35:13] - [35:13] - [35:13] - [35:13] - [35:13] - [35:13] - [35:13] - [35:13] \ [35:13] \ [35:13] \ [35:13] \ [35:13] \ [35:13] \ [35:13] \ [35:13] \ [35:13] \ [35:13] \ [35:13] | [35:13] | [35:13] | [35:13] | [35:13] | [35:13] | [35:13] | [35:13] | [35:14] | [35:14] | [35:14] / [35:14] / [35:14] / [35:14] / [35:14] / [35:14] / [35:14] / [35:14] / [35:14] / [35:14] / [35:14] - [35:14] - [35:14] - [35:14] - [35:14] - [35:14] - [35:14] - [35:14] - [35:14] - [35:14] - [35:14] \ [35:15] \ [35:15] \ [35:15] \ [35:15] \ [35:15] \ [35:15] \ [35:15] \ [35:15] \ [35:15] \ [35:15] | [35:15] | [35:15] | [35:15] | [35:15] | [35:15] | [35:15] | [35:15] | [35:16] | [35:16] | [35:16] / [35:16] / [35:16] / [35:16] / [35:16] / [35:16] / [35:16] / [35:16] / [35:16] / [35:16] / [35:16] - [35:16] - [35:16] - [35:17] - [35:17] - [35:17] - [35:17] - [35:17] - [35:17] - [35:17] - [35:17] \ [35:17] \ [35:17] \ [35:17] \ [35:17] \ [35:17] \ [35:17] \ [35:17] \ [35:17] \ [35:17] \ [35:17] | [35:17] | [35:17] | [35:17] | [35:17] | [35:17] | [35:17] | [35:17] | [35:18] | [35:18] | [35:18] / [35:18] / [35:18] / [35:18] / [35:18] / [35:18] / [35:18] / [35:18] / [35:18] / [35:18] / [35:18] - [35:18] - [35:18] - [35:18] - [35:18] - [35:18] - [35:18] - [35:18] - [35:18] - [35:18] - [35:18] \ [35:18] \ [35:18] \ [35:18] \ [35:18] \ [35:18] \ [35:18] \ [35:18] \ [35:18] \ [35:18] \ [35:18] | [35:18] | [35:18] | [35:18] | [35:18] | [35:18] | [35:19] | [35:19] | [35:19] | [35:19] | [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:19] | [35:19] | [35:19] | [35:19] | [35:19] | [35:19] | [35:19] | [35:19] | [35:19] | [35:19] | [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] / [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] - [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:19] \ [35:20] \ [35:20] \ [35:20] | [35:20] | [35:20] | [35:20] | [35:20] | [35:20] | [35:20] | [35:20] | [35:20] | [35:20] | [35:20] / [35:20] / [35:20] / [35:20] / [35:20] / [35:20] / [35:20] / [35:20] / [35:20] / [35:20] / [35:20] - [35:20] - [35:20] - [35:20] - [35:20] - [35:20] - [35:20] - [35:20] - [35:20] - [35:20] - [35:21] \ [35:21] \ [35:21] \ [35:21] \ [35:21] \ [35:21] \ [35:21] \ [35:21] \ [35:21] \ [35:21] \ [35:21] | [35:21] | [35:21] | [35:21] | [35:21] | [35:21] | [35:21] | [35:21] | [35:21] | [35:21] | [35:21] / [35:21] / [35:21] / [35:21] / [35:21] / [35:21] / [35:21] / [35:21] / [35:21] / [35:21] / [35:21] - [35:21] - [35:21] - [35:21] - [35:21] - [35:21] - [35:22] - [35:22] - [35:22] - [35:22] - [35:22] \ [35:22] \ [35:22] \ [35:22] \ [35:22] \ [35:22] \ [35:22] \ [35:22] \ [35:22] \ [35:22] \ [35:22] | [35:22] | [35:22] | [35:22] | [35:22] | [35:22] | [35:22] | [35:22] | [35:22] | [35:22] | [35:22] / [35:22] / [35:22] / [35:22] / [35:22] / [35:22] / [35:22] / [35:23] / [35:23] / [35:23] / [35:23] - [35:23] - [35:23] - [35:23] - [35:23] - [35:23] - [35:23] - [35:23] - [35:23] - [35:23] - [35:23] \ [35:23] \ [35:23] \ [35:23] \ [35:23] \ [35:23] \ [35:23] \ [35:23] \ [35:23] \ [35:23] \ [35:23] | [35:23] | [35:23] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] \ [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] | [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] / [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:24] - [35:25] - [35:25] - [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] / [35:25] / [35:25] / [35:25] / [35:25] / [35:25] / [35:25] / [35:25] / [35:25] / [35:25] / [35:25] - [35:25] - [35:25] - [35:25] - [35:25] - [35:25] - [35:25] - [35:25] - [35:25] - [35:25] - [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] \ [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] | [35:25] / [35:25] / [35:26] / [35:26] / [35:26] / [35:26] / [35:26] / [35:26] / [35:26] / [35:26] / [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] | [35:26] | [35:26] | [35:26] | [35:26] | [35:26] | [35:26] | [35:26] | [35:26] | [35:26] | [35:26] / [35:26] / [35:26] / [35:26] / [35:26] / [35:26] / [35:26] / [35:26] / [35:26] / [35:26] / [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] - [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] \ [35:26] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] - [35:27] - [35:27] - [35:27] - [35:27] - [35:27] - [35:27] - [35:27] - [35:27] - [35:27] - [35:27] \ [35:27] \ [35:27] \ [35:27] \ [35:27] \ [35:27] \ [35:27] \ [35:27] \ [35:27] \ [35:27] \ [35:27] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] | [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] - [35:27] - [35:27] - [35:27] - [35:27] - [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] / [35:27] - [35:27] - [35:27] - [35:27] - [35:27] - [35:28] - [35:28] - [35:28] - [35:28] - [35:28] - [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] | [35:28] | [35:28] | [35:28] | [35:28] | [35:28] | [35:28] | [35:28] | [35:28] | [35:28] | [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] - [35:28] - [35:28] - [35:28] - [35:28] - [35:28] - [35:28] - [35:28] - [35:28] - [35:28] - [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] \ [35:28] | [35:28] | [35:28] | [35:28] | [35:28] / [35:28] / [INFO ] Installing ncurses for host: done in 17.76s (at 35:28) [35:28] / [INFO ] ================================================================= [35:28] / [INFO ] Installing libiconv for host [35:28] / [35:28] / [35:28] / [35:28] / [INFO ] Installing libiconv for host: done in 0.01s (at 35:28) [35:28] / [INFO ] ================================================================= [35:28] / [INFO ] Installing gettext for host [35:28] / [35:28] / [35:28] / [35:28] / [INFO ] Installing gettext for host: done in 0.01s (at 35:28) [35:28] / [INFO ] ================================================================= [35:28] / [INFO ] Installing binutils for host [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] / [35:28] - [35:28] - [35:28] - [35:28] - [35:28] - [35:28] - [35:28] - [35:28] - [35:29] - [35:29] - [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] \ [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] | [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] / [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] - [35:29] \ [35:29] \ [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:30] | [35:30] | [35:30] | [35:30] | [35:30] | [35:30] | [35:30] | [35:30] | [35:30] | [35:30] | [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] / [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] - [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:30] \ [35:31] \ [35:31] \ [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] \ [35:31] \ [35:31] \ [35:31] \ [35:31] \ [35:31] \ [35:31] \ [35:31] \ [35:31] \ [35:31] \ [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] | [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] / [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] - [35:31] \ [35:31] \ [35:31] \ [35:31] \ [35:32] \ [35:32] \ [35:32] \ [35:32] \ [35:32] \ [35:32] \ [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] - [35:32] - [35:32] - [35:32] - [35:32] - [35:32] - [35:32] - [35:32] - [35:32] - [35:32] - [35:32] \ [35:32] \ [35:32] \ [35:32] \ [35:32] \ [35:32] \ [35:32] \ [35:32] \ [35:32] \ [35:32] \ [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] | [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] / [35:32] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] | [35:33] | [35:33] | [35:33] | [35:33] | [35:33] | [35:33] | [35:33] | [35:33] | [35:33] | [35:33] / [35:33] / [35:33] / [35:33] / [35:33] / [35:33] / [35:33] / [35:33] / [35:33] / [35:33] / [35:33] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] - [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:33] \ [35:34] \ [35:34] | [35:34] | [35:34] | [35:34] | [35:34] | [35:34] | [35:34] | [35:34] | [35:34] | [35:34] | [35:34] / [35:34] / [35:34] / [35:34] / [35:34] / [35:34] / [35:34] / [35:34] / [35:34] / [35:34] / [35:34] - [35:34] - [35:34] - [35:34] - [35:34] - [35:34] - [35:34] - [35:34] - [35:34] - [35:34] - [35:34] \ [35:34] \ [35:34] \ [35:34] \ [35:34] \ [35:34] \ [35:35] \ [35:35] \ [35:35] \ [35:35] \ [35:35] | [35:35] | [35:35] | [35:35] | [35:35] | [35:35] | [35:35] | [35:35] | [35:35] | [35:35] | [35:35] / [35:35] / [35:35] / [35:35] / [35:35] / [35:35] / [35:35] / [35:35] / [35:35] / [35:35] / [35:35] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] / [35:36] / [35:36] / [35:36] / [35:36] / [35:36] / [35:36] / [35:36] / [35:36] / [35:36] / [35:36] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] - [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] \ [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] | [35:36] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] / [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] - [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] \ [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] | [35:37] / [35:37] / [35:37] / [35:37] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] \ [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] | [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] / [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] - [35:38] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] - [35:39] - [35:39] - [35:39] - [35:39] - [35:39] - [35:39] - [35:39] - [35:39] - [35:39] - [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] \ [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] | [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] / [35:39] - [35:39] - [35:39] - [35:39] - [35:40] - [35:40] - [35:40] - [35:40] - [35:40] - [35:40] - [35:40] \ [35:40] \ [35:40] \ [35:40] \ [35:40] \ [35:40] \ [35:40] \ [35:40] \ [35:40] \ [35:40] \ [35:40] | [35:40] | [35:40] | [35:40] | [35:40] | [35:40] | [35:40] | [35:40] | [35:40] | [35:40] | [35:40] / [35:40] / [35:40] / [35:40] / [35:40] / [35:41] / [35:41] / [35:41] / [35:41] / [35:41] / [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] \ [35:41] \ [35:41] \ [35:41] \ [35:41] \ [35:41] \ [35:41] \ [35:41] \ [35:41] \ [35:41] \ [35:41] | [35:41] | [35:41] | [35:41] | [35:41] | [35:41] | [35:41] | [35:41] | [35:41] | [35:41] | [35:41] / [35:41] / [35:41] / [35:41] / [35:41] / [35:41] / [35:41] / [35:41] / [35:41] / [35:41] / [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] - [35:41] \ [35:41] \ [35:41] \ [35:41] \ [35:41] \ [35:41] \ [35:42] \ [35:42] \ [35:42] \ [35:42] \ [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:42] - [35:42] - [35:42] - [35:42] - [35:42] - [35:42] - [35:42] - [35:42] - [35:42] - [35:42] - [35:42] \ [35:42] \ [35:42] \ [35:42] \ [35:42] \ [35:42] \ [35:42] \ [35:42] \ [35:42] \ [35:42] \ [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] | [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:42] / [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] \ [35:43] \ [35:43] \ [35:43] \ [35:43] \ [35:43] \ [35:43] \ [35:43] \ [35:43] \ [35:43] \ [35:43] | [35:43] | [35:43] | [35:43] | [35:43] | [35:43] | [35:43] | [35:43] | [35:43] | [35:43] | [35:43] / [35:43] / [35:43] / [35:43] / [35:43] / [35:43] / [35:43] / [35:43] / [35:43] / [35:43] / [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] - [35:43] \ [35:43] \ [35:43] \ [35:43] \ [35:43] \ [35:44] \ [35:44] \ [35:44] \ [35:44] \ [35:44] \ [35:44] | [35:44] | [35:44] | [35:44] | [35:44] | [35:44] | [35:44] | [35:44] | [35:44] | [35:44] | [35:44] / [35:44] / [35:44] / [35:44] / [35:44] / [35:44] / [35:44] / [35:44] / [35:44] / [35:44] / [35:44] - [35:44] - [35:44] - [35:44] - [35:44] - [35:44] - [35:44] - [35:44] - [35:44] - [35:44] - [35:44] \ [35:44] \ [35:44] \ [35:44] \ [35:44] \ [35:44] \ [35:44] \ [35:44] \ [35:44] \ [35:44] \ [35:44] | [35:44] | [35:44] | [35:45] | [35:45] | [35:45] | [35:45] | [35:45] | [35:45] | [35:45] | [35:45] / [35:45] / [35:45] / [35:45] / [35:45] / [35:45] / [35:45] / [35:45] / [35:45] / [35:45] / [35:45] - [35:45] - [35:45] - [35:45] - [35:45] - [35:45] - [35:45] - [35:45] - [35:45] - [35:45] - [35:45] \ [35:45] \ [35:45] \ [35:45] \ [35:45] \ [35:45] \ [35:45] \ [35:45] \ [35:45] \ [35:45] \ [35:45] | [35:45] | [35:45] | [35:45] | [35:45] | [35:45] | [35:45] | [35:45] | [35:45] | [35:46] | [35:46] / [35:46] / [35:46] / [35:46] / [35:46] / [35:46] / [35:46] / [35:46] / [35:46] / [35:46] / [35:46] - [35:46] - [35:46] - [35:46] - [35:46] - [35:46] - [35:46] - [35:46] - [35:46] - [35:46] - [35:46] \ [35:46] \ [35:46] \ [35:46] \ [35:46] \ [35:46] \ [35:46] \ [35:46] \ [35:46] \ [35:46] \ [35:46] | [35:46] | [35:46] | [35:46] | [35:46] | [35:46] | [35:46] | [35:46] | [35:46] | [35:46] | [35:46] / [35:46] / [35:46] / [35:46] / [35:47] / [35:47] / [35:47] / [35:47] / [35:47] / [35:47] / [35:47] - [35:47] - [35:47] - [35:47] - [35:47] - [35:47] - [35:47] - [35:47] - [35:47] - [35:47] - [35:47] \ [35:47] \ [35:47] \ [35:47] \ [35:47] \ [35:47] \ [35:47] \ [35:47] \ [35:47] \ [35:47] \ [35:47] | [35:47] | [35:47] | [35:47] | [35:47] | [35:47] | [35:47] | [35:47] | [35:47] | [35:47] | [35:47] / [35:47] / [35:47] / [35:47] / [35:47] / [35:47] / [35:47] / [35:47] / [35:47] / [35:47] / [35:47] - [35:47] - [35:47] - [35:47] - [35:47] - [35:47] - [35:47] - [35:47] - [35:47] - [35:48] - [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] - [35:48] - [35:48] - [35:48] - [35:48] - [35:48] - [35:48] - [35:48] - [35:48] - [35:48] - [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] \ [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] | [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] / [35:48] - [35:48] - [35:48] - [35:48] - [35:48] - [35:48] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] / [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] - [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] \ [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:49] | [35:50] | [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] / [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] - [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] \ [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:50] | [35:51] | [35:51] | [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] - [35:51] - [35:51] - [35:51] - [35:51] - [35:51] - [35:51] - [35:51] - [35:51] - [35:51] - [35:51] \ [35:51] \ [35:51] \ [35:51] \ [35:51] \ [35:51] \ [35:51] \ [35:51] \ [35:51] \ [35:51] \ [35:51] | [35:51] | [35:51] | [35:51] | [35:51] | [35:51] | [35:51] | [35:51] | [35:51] | [35:51] | [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] / [35:51] - [35:51] - [35:51] - [35:51] - [35:51] - [35:51] - [35:51] - [35:51] - [35:52] - [35:52] - [35:52] \ [35:52] \ [35:52] \ [35:52] \ [35:52] \ [35:52] \ [35:52] \ [35:52] \ [35:52] \ [35:52] \ [35:52] | [35:52] | [35:52] | [35:52] | [35:52] | [35:52] | [35:52] | [35:52] | [35:52] | [35:52] | [35:52] / [35:52] / [35:52] / [35:52] / [35:53] / [35:53] / [35:53] / [35:53] / [35:53] / [35:53] / [35:53] - [35:53] - [35:53] - [35:53] - [35:53] - [35:53] - [35:53] - [35:53] - [35:53] - [35:53] - [35:53] \ [35:53] \ [35:53] \ [35:53] \ [35:53] \ [35:53] \ [35:54] \ [35:54] \ [35:54] \ [35:54] \ [35:54] | [35:54] | [35:54] | [35:54] | [35:54] | [35:54] | [35:54] | [35:54] | [35:54] | [35:54] | [35:54] / [35:54] / [35:54] / [35:54] / [35:54] / [35:54] / [35:54] / [35:54] / [35:54] / [35:54] / [35:55] - [35:55] - [35:55] - [35:55] - [35:55] - [35:55] - [35:55] - [35:55] - [35:55] - [35:55] - [35:55] \ [35:55] \ [35:55] \ [35:55] \ [35:55] \ [35:56] \ [35:56] \ [35:56] \ [35:56] \ [35:56] \ [35:56] | [35:56] | [35:56] | [35:56] | [35:56] | [35:56] | [35:56] | [35:56] | [35:56] | [35:56] | [35:56] / [35:56] / [35:56] / [35:56] / [35:57] / [35:57] / [35:57] / [35:57] / [35:57] / [35:57] / [35:57] - [35:57] - [35:57] - [35:57] - [35:57] - [35:57] - [35:57] - [35:57] - [35:58] - [35:58] - [35:58] \ [35:58] \ [35:58] \ [35:58] \ [35:58] \ [35:58] \ [35:58] \ [35:58] \ [35:58] \ [35:58] \ [35:58] | [35:58] | [35:58] | [35:58] | [35:58] | [35:58] | [35:58] | [35:58] | [35:58] | [35:58] | [35:58] / [35:58] / [35:58] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] - [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] \ [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] | [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] / [35:59] - [35:59] - [36:00] - [36:00] - [36:00] - [36:00] - [36:00] - [36:00] - [36:00] - [36:00] - [36:00] \ [36:00] \ [36:00] \ [36:00] \ [36:00] \ [36:00] \ [36:00] \ [36:00] \ [36:00] \ [36:00] \ [36:00] | [36:00] | [36:00] | [36:00] | [36:00] | [36:00] | [36:00] | [36:00] | [36:00] | [36:00] | [36:00] / [36:00] / [36:00] / [36:00] / [36:00] / [36:00] / [36:00] / [36:00] / [36:00] / [36:00] / [36:00] - [36:00] - [36:00] - [36:00] - [36:00] - [36:00] - [36:00] - [36:00] - [36:01] - [36:01] - [36:01] \ [36:01] \ [36:01] \ [36:01] \ [36:01] \ [36:01] \ [36:01] \ [36:01] \ [36:01] \ [36:01] \ [36:01] | [36:01] | [36:01] | [36:01] | [36:01] | [36:01] | [36:01] | [36:01] | [36:01] | [36:01] | [36:01] / [36:01] / [36:01] / [36:01] / [36:01] / [36:01] / [36:01] / [36:01] / [36:01] / [36:01] / [36:01] - [36:01] - [36:01] - [36:01] - [36:01] - [36:01] - [36:01] - [36:01] - [36:01] - [36:02] - [36:02] \ [36:02] \ [36:02] \ [36:02] \ [36:02] \ [36:02] \ [36:02] \ [36:02] \ [36:02] \ [36:02] \ [36:02] | [36:02] | [36:02] | [36:02] | [36:02] | [36:02] | [36:02] | [36:02] | [36:02] | [36:02] | [36:02] / [36:02] / [36:02] / [36:02] / [36:02] / [36:02] / [36:02] / [36:02] / [36:02] / [36:02] / [36:02] - [36:02] - [36:02] - [36:02] - [36:02] - [36:02] - [36:02] - [36:02] - [36:02] - [36:02] - [36:02] \ [36:02] \ [36:03] \ [36:03] \ [36:03] \ [36:03] \ [36:03] \ [36:03] \ [36:03] \ [36:03] \ [36:03] | [36:03] | [36:03] | [36:03] | [36:03] | [36:03] | [36:03] | [36:03] | [36:03] | [36:03] | [36:03] / [36:03] / [36:03] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] / [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] - [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] \ [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:04] | [36:05] | [36:05] | [36:05] | [36:05] / [36:05] / [36:05] / [36:05] / [36:05] / [36:05] / [36:05] / [36:05] / [36:05] / [36:05] / [36:05] - [36:05] - [36:05] - [36:05] - [36:05] - [36:05] - [36:05] - [36:05] - [36:05] - [36:05] - [36:05] \ [36:05] \ [36:05] \ [36:05] \ [36:05] \ [36:05] \ [36:05] \ [36:06] \ [36:06] \ [36:06] \ [36:06] | [36:06] | [36:06] | [36:06] | [36:06] | [36:06] | [36:06] | [36:06] | [36:06] | [36:06] | [36:06] / [36:06] / [36:06] / [36:06] / [36:06] / [36:06] / [36:06] / [36:06] / [36:06] / [36:06] / [36:06] - [36:06] - [36:06] - [36:06] - [36:06] - [36:06] - [36:06] - [36:06] - [36:06] - [36:06] - [36:06] \ [36:06] \ [36:06] \ [36:07] \ [36:07] \ [36:07] \ [36:07] \ [36:07] \ [36:07] \ [36:07] \ [36:07] | [36:07] | [36:07] | [36:07] | [36:07] | [36:07] | [36:07] | [36:07] | [36:07] | [36:07] | [36:07] / [36:07] / [36:07] / [36:07] / [36:07] / [36:07] / [36:07] / [36:07] / [36:07] / [36:07] / [36:07] - [36:07] - [36:07] - [36:07] - [36:07] - [36:07] - [36:07] - [36:07] - [36:07] - [36:07] - [36:07] \ [36:07] \ [36:07] \ [36:07] \ [36:07] \ [36:07] \ [36:08] \ [36:08] \ [36:08] \ [36:08] \ [36:08] | [36:08] | [36:08] | [36:08] | [36:08] | [36:08] | [36:08] | [36:08] | [36:08] | [36:08] | [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] | [36:09] | [36:09] | [36:09] | [36:09] | [36:09] | [36:09] | [36:09] | [36:09] | [36:09] | [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] / [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] - [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] \ [36:09] | [36:09] | [36:09] | [36:09] | [36:09] | [36:09] | [36:09] | [36:10] | [36:10] | [36:10] | [36:10] / [36:10] / [36:10] / [36:10] / [36:10] / [36:10] / [36:10] / [36:10] / [36:10] / [36:10] / [36:10] - [36:10] - [36:10] - [36:10] - [36:10] - [36:10] - [36:10] - [36:10] - [36:10] - [36:10] - [36:10] \ [36:10] \ [36:10] \ [36:10] \ [36:10] \ [36:10] \ [36:10] \ [36:10] \ [36:10] \ [36:10] \ [36:10] | [36:10] | [36:10] | [36:10] | [36:10] | [36:10] | [36:10] | [36:10] | [36:10] | [36:10] | [36:10] / [36:10] / [36:11] / [36:11] / [36:11] / [36:11] / [36:11] / [36:11] / [36:11] / [36:11] / [36:11] - [36:11] - [36:11] - [36:11] - [36:11] - [36:11] - [36:12] - [36:12] - [36:12] - [36:12] - [36:12] \ [36:12] \ [36:12] \ [36:12] \ [36:12] \ [36:12] \ [36:12] \ [36:12] \ [36:12] \ [36:12] \ [36:12] | [36:12] | [36:12] | [36:12] | [36:12] | [36:12] | [36:12] | [36:12] | [36:12] | [36:12] | [36:12] / [36:12] / [36:13] / [36:13] / [36:13] / [36:13] / [36:13] / [36:13] / [36:13] / [36:13] / [36:13] - [36:13] - [36:13] - [36:13] - [36:13] - [36:14] - [36:14] - [36:14] - [36:14] - [36:14] - [36:14] \ [36:14] \ [36:14] \ [36:14] \ [36:14] \ [36:14] \ [36:14] \ [36:14] \ [36:14] \ [36:14] \ [36:14] | [36:14] | [36:14] | [36:14] | [36:14] | [36:14] | [36:14] | [36:14] | [36:14] | [36:14] | [36:14] / [36:14] / [36:14] / [36:14] / [36:14] / [36:14] / [36:18] / [36:18] / [36:18] / [36:18] / [36:18] - [36:18] - [36:18] - [36:18] - [36:18] - [36:18] - [36:18] - [36:18] - [36:18] - [36:18] - [36:18] \ [36:18] \ [36:19] \ [36:19] \ [36:19] \ [36:19] \ [36:19] \ [36:19] \ [36:19] \ [36:19] \ [36:19] | [36:19] | [36:19] | [36:19] | [36:19] | [36:19] | [36:19] | [36:19] | [36:19] | [36:19] | [36:19] / [36:19] / [36:19] / [36:19] / [36:19] / [36:19] / [36:19] / [36:19] / [36:19] / [36:19] / [36:19] - [36:20] - [36:20] - [36:20] - [36:20] - [36:20] - [36:20] - [36:20] - [36:20] - [36:20] - [36:20] \ [36:20] \ [36:20] \ [36:20] \ [36:20] \ [36:20] \ [36:20] \ [36:20] \ [36:20] \ [36:20] \ [36:20] | [36:20] | [36:20] | [36:20] | [36:20] | [36:20] | [36:20] | [36:20] | [36:20] | [36:21] | [36:21] / [36:21] / [36:21] / [36:21] / [36:21] / [36:21] / [36:21] / [36:21] / [36:21] / [36:21] / [36:21] - [36:21] - [36:21] - [36:21] - [36:21] - [36:21] - [36:21] - [36:21] - [36:21] - [36:21] - [36:21] \ [36:21] \ [36:21] \ [36:21] \ [36:21] \ [36:21] \ [36:21] \ [36:21] \ [36:21] \ [36:21] \ [36:21] | [36:21] | [36:21] | [36:21] | [36:21] | [36:21] | [36:21] | [36:21] | [36:21] | [36:21] | [36:21] / [36:21] / [36:21] / [36:21] / [36:21] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] - [36:22] - [36:22] - [36:22] - [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] | [36:22] | [36:22] | [36:22] | [36:22] | [36:22] | [36:22] | [36:22] | [36:22] | [36:22] | [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] / [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] - [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] \ [36:22] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] - [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] \ [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] | [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:23] - [36:23] - [36:23] - [36:23] / [36:23] / [INFO ] Installing binutils for host: done in 55.46s (at 36:23) [36:23] / [INFO ] ================================================================= [36:23] / [INFO ] Installing pass-1 core C gcc compiler [36:23] / [36:23] / [36:23] / [36:23] / [36:23] / [36:24] / [36:24] / [36:24] / [36:24] / [36:24] / [36:24] / [36:24] / [36:24] / [36:24] / [36:24] / [36:24] - [36:24] - [36:24] - [36:24] - [36:24] - [36:24] - [36:24] - [36:24] - [36:24] - [36:24] - [36:24] \ [36:24] \ [36:24] \ [36:24] \ [36:24] \ [36:24] \ [36:24] \ [36:24] \ [36:24] \ [36:24] \ [36:24] | [36:24] | [36:24] | [36:24] | [36:24] | [36:24] | [36:24] | [36:25] | [36:25] | [36:25] | [36:25] / [36:25] / [36:25] / [36:25] / [36:25] / [36:25] / [36:25] / [36:25] / [36:25] / [36:25] / [36:25] - [36:25] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] - [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] \ [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] | [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] / [36:26] - [36:26] - [36:26] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] - [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] \ [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] | [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:27] / [36:28] / [36:28] / [36:28] / [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] - [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] \ [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] | [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] / [36:28] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] / [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] - [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] \ [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:29] | [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] / [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] - [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] \ [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] | [36:30] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] \ [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] | [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] / [36:31] - [36:31] - [36:31] - [36:31] - [36:31] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] - [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] \ [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] | [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:32] / [36:33] / [36:33] / [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] - [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] \ [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] | [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] / [36:33] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] \ [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] | [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] / [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:34] - [36:35] - [36:35] - [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] \ [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] | [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] / [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] - [36:35] \ [36:35] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] / [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] - [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] \ [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] | [36:36] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] | [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] / [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] - [36:37] \ [36:37] \ [36:37] \ [36:37] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] / [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] - [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] \ [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] | [36:38] / [36:38] / [36:38] / [36:38] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] - [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] \ [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] | [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] / [36:39] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] | [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] / [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] - [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] \ [36:40] | [36:40] | [36:40] | [36:40] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] \ [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] | [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] / [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:41] - [36:42] - [36:42] - [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] - [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] \ [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] | [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:42] / [36:43] / [36:43] / [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] | [36:43] | [36:43] | [36:43] | [36:43] | [36:43] | [36:43] | [36:43] | [36:43] | [36:43] | [36:43] / [36:43] / [36:43] / [36:43] / [36:43] / [36:43] / [36:43] / [36:43] / [36:43] / [36:43] / [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] - [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] \ [36:43] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] / [36:44] / [36:44] / [36:44] / [36:44] / [36:44] / [36:44] / [36:44] / [36:44] / [36:44] / [36:44] - [36:44] - [36:44] - [36:44] - [36:44] - [36:44] - [36:44] - [36:44] - [36:44] - [36:44] - [36:44] \ [36:44] \ [36:44] \ [36:44] \ [36:44] \ [36:44] \ [36:44] \ [36:44] \ [36:44] \ [36:44] \ [36:44] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] | [36:44] / [36:44] / [36:44] / [36:44] / [36:44] / [36:44] / [36:44] / [36:44] / [36:45] / [36:45] / [36:45] - [36:45] - [36:45] - [36:45] - [36:45] - [36:45] - [36:45] - [36:45] - [36:45] - [36:45] - [36:45] \ [36:45] \ [36:45] \ [36:45] \ [36:45] \ [36:45] \ [36:45] \ [36:45] \ [36:45] \ [36:45] \ [36:45] | [36:45] | [36:45] | [36:45] | [36:45] | [36:46] | [36:46] | [36:46] | [36:46] | [36:46] | [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] - [36:46] - [36:46] - [36:46] - [36:46] - [36:46] - [36:46] - [36:46] - [36:46] - [36:46] - [36:46] \ [36:46] \ [36:46] \ [36:46] \ [36:46] \ [36:46] \ [36:46] \ [36:46] \ [36:46] \ [36:46] \ [36:46] | [36:46] | [36:46] | [36:46] | [36:46] | [36:46] | [36:46] | [36:46] | [36:46] | [36:46] | [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] / [36:46] - [36:46] - [36:46] - [36:46] - [36:46] - [36:47] - [36:47] - [36:47] - [36:47] - [36:47] - [36:47] \ [36:47] \ [36:47] \ [36:47] \ [36:47] \ [36:47] \ [36:47] \ [36:47] \ [36:47] \ [36:47] \ [36:47] | [36:47] | [36:47] | [36:47] | [36:47] | [36:47] | [36:47] | [36:47] | [36:47] | [36:47] | [36:47] / [36:47] / [36:47] / [36:47] / [36:47] / [36:47] / [36:47] / [36:47] / [36:47] / [36:47] / [36:47] - [36:47] - [36:47] - [36:47] - [36:47] - [36:48] - [36:48] - [36:48] - [36:48] - [36:48] - [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:48] / [36:48] / [36:48] / [36:48] / [36:48] / [36:48] / [36:48] / [36:48] / [36:48] / [36:48] / [36:48] - [36:48] - [36:48] - [36:48] - [36:48] - [36:48] - [36:48] - [36:48] - [36:48] - [36:48] - [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] \ [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:48] | [36:49] / [36:49] / [36:49] / [36:49] / [36:49] / [36:49] / [36:49] / [36:49] / [36:49] / [36:49] / [36:49] - [36:49] - [36:49] - [36:49] - [36:49] - [36:49] - [36:49] - [36:49] - [36:49] - [36:49] - [36:49] \ [36:49] \ [36:49] \ [36:49] \ [36:49] \ [36:49] \ [36:49] \ [36:49] \ [36:49] \ [36:49] \ [36:49] | [36:49] | [36:49] | [36:49] | [36:49] | [36:49] | [36:49] | [36:49] | [36:49] | [36:50] | [36:50] / [36:50] / [36:50] / [36:50] / [36:50] / [36:50] / [36:50] / [36:50] / [36:50] / [36:50] / [36:50] - [36:50] - [36:50] - [36:50] - [36:50] - [36:50] - [36:50] - [36:50] - [36:50] - [36:50] - [36:50] \ [36:50] \ [36:50] \ [36:51] \ [36:51] \ [36:51] \ [36:51] \ [36:51] \ [36:51] \ [36:51] \ [36:51] | [36:51] | [36:51] | [36:51] | [36:51] | [36:51] | [36:51] | [36:51] | [36:51] | [36:51] | [36:51] / [36:51] / [36:51] / [36:51] / [36:51] / [36:51] / [36:51] / [36:51] / [36:51] / [36:51] / [36:51] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] | [36:52] | [36:52] | [36:52] | [36:52] | [36:52] | [36:52] | [36:52] | [36:52] | [36:52] | [36:52] / [36:52] / [36:52] / [36:52] / [36:52] / [36:52] / [36:52] / [36:52] / [36:52] / [36:52] / [36:52] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] - [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] \ [36:52] | [36:53] | [36:53] | [36:53] | [36:53] | [36:53] | [36:53] | [36:53] | [36:53] | [36:53] | [36:53] / [36:53] / [36:53] / [36:54] / [36:54] / [36:54] / [36:54] / [36:54] / [36:54] / [36:54] / [36:54] - [36:54] - [36:54] - [36:54] - [36:54] - [36:54] - [36:54] - [36:54] - [36:54] - [36:54] - [36:55] \ [36:55] \ [36:55] \ [36:55] \ [36:55] \ [36:55] \ [36:55] \ [36:55] \ [36:55] \ [36:55] \ [36:55] | [36:55] | [36:55] | [36:55] | [36:55] | [36:55] | [36:55] | [36:55] | [36:55] | [36:55] | [36:55] / [36:55] / [36:55] / [36:56] / [36:56] / [36:56] / [36:56] / [36:56] / [36:56] / [36:56] / [36:56] - [36:56] - [36:56] - [36:56] - [36:56] - [36:56] - [36:56] - [36:56] - [36:56] - [36:56] - [36:56] \ [36:56] \ [36:56] \ [36:56] \ [36:57] \ [36:57] \ [36:57] \ [36:57] \ [36:57] \ [36:57] \ [36:57] | [36:57] | [36:57] | [36:57] | [36:57] | [36:57] | [36:57] | [36:58] | [36:58] | [36:58] | [36:58] / [36:58] / [36:58] / [36:58] / [36:58] / [36:58] / [36:58] / [36:58] / [36:58] / [36:59] / [36:59] - [36:59] - [36:59] - [36:59] - [36:59] - [36:59] - [36:59] - [36:59] - [36:59] - [36:59] - [36:59] \ [36:59] \ [36:59] \ [37:00] \ [37:00] \ [37:00] \ [37:00] \ [37:00] \ [37:00] \ [37:00] \ [37:00] | [37:00] | [37:00] | [37:00] | [37:00] | [37:00] | [37:00] | [37:01] | [37:01] | [37:01] | [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] \ [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] | [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] / [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:01] - [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] | [37:02] | [37:02] | [37:02] | [37:02] | [37:02] | [37:02] | [37:02] | [37:02] | [37:02] | [37:02] / [37:02] / [37:02] / [37:02] / [37:02] / [37:02] / [37:02] / [37:02] / [37:02] / [37:02] / [37:02] - [37:02] - [37:02] - [37:02] - [37:02] - [37:02] - [37:02] - [37:02] - [37:02] - [37:02] - [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] \ [37:02] | [37:02] | [37:02] | [37:02] | [37:02] | [37:02] | [37:02] | [37:03] | [37:03] | [37:03] | [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] / [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] - [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] \ [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] | [37:03] / [37:04] / [37:04] / [37:04] / [37:04] / [37:04] / [37:04] / [37:04] / [37:04] / [37:04] / [37:04] - [37:04] - [37:04] - [37:04] - [37:04] - [37:04] - [37:04] - [37:04] - [37:04] - [37:04] - [37:04] \ [37:04] \ [37:04] \ [37:04] \ [37:04] \ [37:04] \ [37:04] \ [37:04] \ [37:04] \ [37:04] \ [37:04] | [37:04] | [37:04] | [37:04] | [37:04] | [37:04] | [37:04] | [37:04] | [37:04] | [37:05] | [37:05] / [37:05] / [37:05] / [37:05] / [37:05] / [37:05] / [37:05] / [37:05] / [37:05] / [37:05] / [37:05] - [37:05] - [37:05] - [37:05] - [37:05] - [37:05] - [37:05] - [37:05] - [37:05] - [37:05] - [37:05] \ [37:05] \ [37:05] \ [37:05] \ [37:05] \ [37:05] \ [37:05] \ [37:05] \ [37:05] \ [37:05] \ [37:05] | [37:05] | [37:05] | [37:05] | [37:05] | [37:05] | [37:05] | [37:05] | [37:05] | [37:05] | [37:05] / [37:05] / [37:05] / [37:05] / [37:06] / [37:06] / [37:06] / [37:06] / [37:06] / [37:06] / [37:06] - [37:06] - [37:06] - [37:06] - [37:06] - [37:06] - [37:06] - [37:06] - [37:06] - [37:06] - [37:06] \ [37:06] \ [37:06] \ [37:06] \ [37:07] \ [37:07] \ [37:07] \ [37:08] \ [37:08] \ [37:08] \ [37:08] | [37:08] | [37:08] | [37:09] | [37:09] | [37:09] | [37:09] | [37:09] | [37:10] | [37:10] | [37:10] / [37:10] / [37:10] / [37:11] / [37:11] / [37:11] / [37:11] / [37:11] / [37:11] / [37:11] / [37:11] - [37:11] - [37:11] - [37:11] - [37:11] - [37:11] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] / [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] - [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] \ [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] | [37:12] / [37:12] / [37:12] / [37:12] / [37:13] / [37:13] / [37:13] / [37:13] / [37:13] / [37:13] / [37:13] - [37:13] - [37:13] - [37:13] - [37:13] - [37:13] - [37:13] - [37:13] - [37:13] - [37:13] - [37:13] \ [37:13] \ [37:13] \ [37:13] \ [37:14] \ [37:14] \ [37:14] \ [37:14] \ [37:14] \ [37:15] \ [37:16] | [37:17] | [37:17] | [37:17] | [37:18] | [37:18] | [37:18] | [37:18] | [37:19] | [37:19] | [37:19] / [37:19] / [37:19] / [37:20] / [37:20] / [37:20] / [37:20] / [37:20] / [37:20] / [37:20] / [37:21] - [37:21] - [37:21] - [37:21] - [37:21] - [37:21] - [37:21] - [37:21] - [37:21] - [37:21] - [37:22] \ [37:22] \ [37:22] \ [37:22] \ [37:22] \ [37:22] \ [37:22] \ [37:22] \ [37:22] \ [37:22] \ [37:23] | [37:23] | [37:23] | [37:24] | [37:24] | [37:25] | [37:25] | [37:25] | [37:25] | [37:26] | [37:26] / [37:26] / [37:26] / [37:27] / [37:27] / [37:27] / [37:27] / [37:27] / [37:28] / [37:29] / [37:29] - [37:29] - [37:29] - [37:30] - [37:30] - [37:30] - [37:30] - [37:30] - [37:30] - [37:31] - [37:31] \ [37:31] \ [37:31] \ [37:31] \ [37:32] \ [37:32] \ [37:32] \ [37:32] \ [37:32] \ [37:33] \ [37:33] | [37:33] | [37:33] | [37:33] | [37:33] | [37:34] | [37:34] | [37:34] | [37:35] | [37:35] | [37:35] / [37:35] / [37:35] / [37:36] / [37:36] / [37:36] / [37:36] / [37:37] / [37:37] / [37:38] / [37:38] - [37:38] - [37:39] - [37:39] - [37:40] - [37:40] - [37:40] - [37:41] - [37:41] - [37:42] - [37:42] \ [37:43] \ [37:43] \ [37:43] \ [37:43] \ [37:44] \ [37:44] \ [37:44] \ [37:45] \ [37:45] \ [37:45] | [37:45] | [37:46] | [37:46] | [37:47] | [37:47] | [37:47] | [37:47] | [37:47] | [37:47] | [37:48] / [37:48] / [37:48] / [37:48] / [37:48] / [37:48] / [37:49] / [37:49] / [37:50] / [37:50] / [37:50] - [37:50] - [37:50] - [37:50] - [37:51] - [37:51] - [37:51] - [37:51] - [37:51] - [37:51] - [37:52] \ [37:52] \ [37:52] \ [37:53] \ [37:53] \ [37:53] \ [37:53] \ [37:54] \ [37:54] \ [37:54] \ [37:55] | [37:55] | [37:55] | [37:56] | [37:56] | [37:56] | [37:56] | [37:56] | [37:56] | [37:56] | [37:57] / [37:57] / [37:58] / [37:59] / [37:59] / [37:59] / [37:59] / [38:00] / [38:00] / [38:00] / [38:00] - [38:01] - [38:01] - [38:01] - [38:01] - [38:01] - [38:02] - [38:02] - [38:02] - [38:03] - [38:03] \ [38:03] \ [38:04] \ [38:04] \ [38:04] \ [38:05] \ [38:05] \ [38:05] \ [38:05] \ [38:06] \ [38:06] | [38:06] | [38:06] | [38:06] | [38:06] | [38:07] | [38:07] | [38:07] | [38:07] | [38:08] | [38:08] / [38:08] / [38:08] / [38:08] / [38:09] / [38:09] / [38:09] / [38:09] / [38:10] / [38:10] / [38:10] - [38:11] - [38:11] - [38:11] - [38:11] - [38:11] - [38:11] - [38:12] - [38:12] - [38:12] - [38:12] \ [38:13] \ [38:13] \ [38:13] \ [38:13] \ [38:13] \ [38:14] \ [38:14] \ [38:15] \ [38:15] \ [38:15] | [38:15] | [38:16] | [38:16] | [38:16] | [38:16] | [38:16] | [38:17] | [38:17] | [38:18] | [38:18] / [38:18] / [38:18] / [38:18] / [38:19] / [38:19] / [38:19] / [38:19] / [38:20] / [38:20] / [38:20] - [38:20] - [38:20] - [38:20] - [38:21] - [38:21] - [38:21] - [38:21] - [38:21] - [38:22] - [38:22] \ [38:22] \ [38:22] \ [38:22] \ [38:22] \ [38:23] \ [38:23] \ [38:23] \ [38:23] \ [38:23] \ [38:23] | [38:23] | [38:23] | [38:23] | [38:24] | [38:24] | [38:24] | [38:25] | [38:25] | [38:25] | [38:25] / [38:26] / [38:26] / [38:26] / [38:26] / [38:27] / [38:27] / [38:27] / [38:27] / [38:27] / [38:27] - [38:27] - [38:27] - [38:28] - [38:28] - [38:28] - [38:28] - [38:28] - [38:28] - [38:29] - [38:29] \ [38:29] \ [38:29] \ [38:30] \ [38:30] \ [38:31] \ [38:31] \ [38:31] \ [38:31] \ [38:31] \ [38:32] | [38:32] | [38:32] | [38:32] | [38:33] | [38:33] | [38:33] | [38:34] | [38:35] | [38:35] | [38:35] / [38:36] / [38:36] / [38:36] / [38:36] / [38:37] / [38:37] / [38:37] / [38:37] / [38:38] / [38:38] - [38:38] - [38:39] - [38:39] - [38:39] - [38:40] - [38:41] - [38:41] - [38:41] - [38:41] - [38:41] \ [38:42] \ [38:42] \ [38:42] \ [38:42] \ [38:42] \ [38:43] \ [38:43] \ [38:43] \ [38:44] \ [38:44] | [38:44] | [38:45] | [38:45] | [38:45] | [38:45] | [38:46] | [38:46] | [38:47] | [38:47] | [38:47] / [38:47] / [38:47] / [38:48] / [38:48] / [38:49] / [38:50] / [38:51] / [38:51] / [38:51] / [38:51] - [38:52] - [38:52] - [38:52] - [38:53] - [38:53] - [38:53] - [38:53] - [38:54] - [38:54] - [38:54] \ [38:54] \ [38:54] \ [38:55] \ [38:56] \ [38:56] \ [38:57] \ [38:57] \ [38:58] \ [38:58] \ [38:59] | [38:59] | [38:59] | [38:59] | [39:00] | [39:00] | [39:00] | [39:01] | [39:02] | [39:02] | [39:02] / [39:03] / [39:03] / [39:03] / [39:03] / [39:03] / [39:04] / [39:04] / [39:04] / [39:04] / [39:04] - [39:05] - [39:05] - [39:05] - [39:05] - [39:05] - [39:05] - [39:05] - [39:05] - [39:05] - [39:05] \ [39:05] \ [39:05] \ [39:05] \ [39:05] \ [39:05] \ [39:05] \ [39:05] \ [39:05] \ [39:05] \ [39:05] | [39:05] | [39:05] | [39:06] | [39:06] | [39:06] | [39:06] | [39:06] | [39:06] | [39:06] | [39:06] / [39:06] / [39:06] / [39:06] / [39:06] / [39:07] / [39:07] / [39:07] / [39:07] / [39:07] / [39:07] - [39:07] - [39:07] - [39:07] - [39:08] - [39:08] - [39:08] - [39:08] - [39:08] - [39:08] - [39:08] \ [39:08] \ [39:08] \ [39:08] \ [39:08] \ [39:08] \ [39:08] \ [39:08] \ [39:09] \ [39:09] \ [39:09] | [39:09] | [39:09] | [39:09] | [39:09] | [39:09] | [39:09] | [39:09] | [39:09] | [39:09] | [39:09] / [39:09] / [39:09] / [39:09] / [39:09] / [39:09] / [39:09] / [39:09] / [39:09] / [39:09] / [39:09] - [39:09] - [39:09] - [39:10] - [39:10] - [39:10] - [39:10] - [39:10] - [39:10] - [39:10] - [39:10] \ [39:10] \ [39:10] \ [39:10] \ [39:10] \ [39:10] \ [39:10] \ [39:10] \ [39:10] \ [39:10] \ [39:10] | [39:10] | [39:10] | [39:10] | [39:10] | [39:10] | [39:10] | [39:10] | [39:10] | [39:10] | [39:10] / [39:10] / [39:10] / [39:10] / [39:10] / [39:11] / [39:11] / [39:11] / [39:11] / [39:11] / [39:11] - [39:11] - [39:11] - [39:11] - [39:11] - [39:11] - [39:11] - [39:11] - [39:11] - [39:11] - [39:11] \ [39:11] \ [39:11] \ [39:12] \ [39:12] \ [39:12] \ [39:12] \ [39:12] \ [39:12] \ [39:12] \ [39:12] | [39:12] | [39:12] | [39:12] | [39:12] | [39:12] | [39:12] | [39:12] | [39:12] | [39:12] | [39:12] / [39:12] / [39:12] / [39:12] / [39:12] / [39:12] / [39:12] / [39:12] / [39:40] / [39:40] / [39:40] - [39:40] - [39:40] - [39:41] - [39:45] - [39:45] - [39:45] - [39:45] - [39:45] - [39:45] - [39:45] \ [39:45] \ [39:45] \ [39:45] \ [39:45] \ [39:46] \ [39:46] \ [39:46] \ [39:46] \ [39:46] \ [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] / [39:46] / [39:46] / [39:46] / [39:46] / [39:46] / [39:46] / [39:46] / [39:46] / [39:46] / [39:46] / [39:46] / [39:46] / [39:46] / [39:46] - [39:46] - [39:46] - [39:46] - [39:46] - [39:46] - [39:46] - [39:46] - [39:46] - [39:46] - [39:46] \ [39:46] \ [39:46] \ [39:46] \ [39:46] \ [39:46] \ [39:46] \ [39:46] \ [39:46] \ [39:46] \ [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] | [39:46] / [39:46] / [39:46] / [39:46] / [39:47] / [39:47] / [39:47] / [39:47] / [39:47] / [39:47] / [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:47] / [39:47] / [39:47] / [39:47] / [39:47] / [39:47] / [39:47] / [39:47] / [39:47] / [39:47] / [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] - [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] \ [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:47] | [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] | [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] / [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] - [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:48] \ [39:49] \ [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] / [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] - [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] \ [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] | [39:49] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] | [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] - [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] \ [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [39:50] / [INFO ] Installing pass-1 core C gcc compiler: done in 206.78s (at 39:50) [39:50] / [INFO ] ================================================================= [39:50] / [INFO ] Installing C library headers & start files [39:50] / [39:50] / [39:50] / [INFO ] Installing C library headers & start files: done in 0.23s (at 39:50) [39:51] / [INFO ] ================================================================= [39:51] / [INFO ] Installing pass-2 core C gcc compiler [39:51] / [39:51] / [39:51] / [39:51] / [39:51] / [39:51] / [39:51] / [39:51] / [39:51] / [39:51] / [39:51] / [39:51] / [39:51] / [39:51] / [39:51] / [39:51] - [39:51] - [39:51] - [39:51] - [39:51] - [39:51] - [39:51] - [39:51] - [39:51] - [39:51] - [39:51] \ [39:51] \ [39:51] \ [39:51] \ [39:51] \ [39:51] \ [39:51] \ [39:51] \ [39:51] \ [39:51] \ [39:51] | [39:51] | [39:51] | [39:51] | [39:51] | [39:51] | [39:51] | [39:51] | [39:52] | [39:52] | [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] - [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] \ [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] | [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:52] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] | [39:53] | [39:53] | [39:53] | [39:53] | [39:53] | [39:53] | [39:53] | [39:53] | [39:53] | [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] / [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] - [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] \ [39:53] | [39:53] | [39:53] | [39:53] | [39:53] | [39:53] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] / [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] - [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] \ [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:54] | [39:55] | [39:55] | [39:55] | [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] | [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] / [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] - [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:55] \ [39:56] \ [39:56] \ [39:56] \ [39:56] \ [39:56] \ [39:56] | [39:56] | [39:56] | [39:56] | [39:56] | [39:56] | [39:56] | [39:56] | [39:56] | [39:56] | [39:56] / [39:56] / [39:56] / [39:56] / [39:56] / [39:56] / [39:56] / [39:56] / [39:56] / [39:56] / [39:56] - [39:56] - [39:56] - [39:56] - [39:56] - [39:56] - [39:56] - [39:56] - [39:56] - [39:56] - [39:56] \ [39:56] \ [39:56] \ [39:56] \ [39:56] \ [39:56] \ [39:56] \ [39:56] \ [39:56] \ [39:56] \ [39:56] | [39:56] | [39:56] | [39:56] | [39:56] | [39:56] | [39:56] | [39:56] | [39:57] | [39:57] | [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] - [39:57] - [39:57] - [39:57] - [39:57] - [39:57] - [39:57] - [39:57] - [39:57] - [39:57] - [39:57] \ [39:57] \ [39:57] \ [39:57] \ [39:57] \ [39:57] \ [39:57] \ [39:57] \ [39:57] \ [39:57] \ [39:57] | [39:57] | [39:57] | [39:57] | [39:57] | [39:57] | [39:57] | [39:57] | [39:57] | [39:57] | [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] / [39:57] - [39:57] - [39:57] - [39:57] - [39:57] - [39:57] - [39:57] - [39:57] - [39:57] - [39:58] - [39:58] \ [39:58] \ [39:58] \ [39:58] \ [39:58] \ [39:58] \ [39:58] \ [39:58] \ [39:58] \ [39:58] \ [39:58] | [39:58] | [39:58] | [39:58] | [39:58] | [39:58] | [39:58] | [39:58] | [39:58] | [39:58] | [39:58] / [39:58] / [39:58] / [39:58] / [39:58] / [39:58] / [39:58] / [39:58] / [39:58] / [39:58] / [39:58] - [39:59] - [39:59] - [39:59] - [39:59] - [39:59] - [39:59] - [39:59] - [39:59] - [39:59] - [39:59] \ [39:59] \ [39:59] \ [39:59] \ [39:59] \ [39:59] \ [39:59] \ [39:59] \ [39:59] \ [39:59] \ [39:59] | [39:59] | [39:59] | [39:59] | [39:59] | [39:59] | [39:59] | [39:59] | [39:59] | [39:59] | [40:00] / [40:00] / [40:00] / [40:00] / [40:00] / [40:00] / [40:00] / [40:00] / [40:00] / [40:00] / [40:00] - [40:00] - [40:00] - [40:00] - [40:00] - [40:00] - [40:00] - [40:00] - [40:00] - [40:00] - [40:00] \ [40:00] \ [40:00] \ [40:00] \ [40:00] \ [40:00] \ [40:00] \ [40:00] \ [40:00] \ [40:00] \ [40:00] | [40:00] | [40:00] | [40:00] | [40:00] | [40:00] | [40:00] | [40:00] | [40:00] | [40:00] | [40:00] / [40:00] / [40:00] / [40:00] / [40:00] / [40:01] / [40:01] / [40:01] / [40:01] / [40:01] / [40:01] - [40:01] - [40:01] - [40:01] - [40:01] - [40:01] - [40:01] - [40:01] - [40:01] - [40:01] - [40:01] \ [40:01] \ [40:01] \ [40:01] \ [40:01] \ [40:01] \ [40:01] \ [40:01] \ [40:01] \ [40:01] \ [40:01] | [40:01] | [40:01] | [40:01] | [40:01] | [40:01] | [40:01] | [40:01] | [40:01] | [40:01] | [40:01] / [40:01] / [40:01] / [40:01] / [40:01] / [40:01] / [40:01] / [40:01] / [40:01] / [40:02] / [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] | [40:02] | [40:02] | [40:02] | [40:02] | [40:02] | [40:02] | [40:02] | [40:02] | [40:02] | [40:02] / [40:02] / [40:02] / [40:02] / [40:02] / [40:02] / [40:02] / [40:02] / [40:02] / [40:02] / [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] - [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:02] \ [40:03] | [40:03] | [40:03] | [40:03] | [40:03] | [40:03] | [40:03] | [40:03] | [40:03] | [40:03] | [40:03] / [40:03] / [40:03] / [40:03] / [40:03] / [40:03] / [40:03] / [40:03] / [40:03] / [40:03] / [40:03] - [40:03] - [40:03] - [40:03] - [40:03] - [40:03] - [40:03] - [40:03] - [40:03] - [40:03] - [40:03] \ [40:03] \ [40:03] \ [40:03] \ [40:03] \ [40:03] \ [40:03] \ [40:03] \ [40:03] \ [40:03] \ [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] | [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] / [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] - [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:04] \ [40:05] \ [40:05] \ [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] / [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] - [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] \ [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:05] | [40:06] | [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] \ [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] | [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] / [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] - [40:06] \ [40:06] \ [40:06] \ [40:07] \ [40:07] \ [40:07] \ [40:07] \ [40:07] \ [40:07] \ [40:07] \ [40:07] | [40:07] | [40:07] | [40:07] | [40:07] | [40:07] | [40:07] | [40:07] | [40:07] | [40:07] | [40:07] / [40:07] / [40:07] / [40:07] / [40:07] / [40:07] / [40:07] / [40:07] / [40:07] / [40:07] / [40:07] - [40:07] - [40:07] - [40:07] - [40:07] - [40:07] - [40:07] - [40:07] - [40:07] - [40:07] - [40:07] \ [40:07] \ [40:07] \ [40:07] \ [40:07] \ [40:08] \ [40:08] \ [40:08] \ [40:08] \ [40:08] \ [40:08] | [40:08] | [40:08] | [40:08] | [40:08] | [40:08] | [40:08] | [40:08] | [40:08] | [40:08] | [40:08] / [40:08] / [40:08] / [40:08] / [40:08] / [40:08] / [40:08] / [40:08] / [40:08] / [40:08] / [40:08] - [40:08] - [40:08] - [40:08] - [40:08] - [40:08] - [40:08] - [40:08] - [40:08] - [40:08] - [40:08] \ [40:08] \ [40:08] \ [40:08] \ [40:08] \ [40:08] \ [40:09] \ [40:09] \ [40:09] \ [40:09] \ [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] - [40:09] - [40:09] - [40:09] - [40:09] - [40:09] - [40:09] - [40:09] - [40:09] - [40:09] - [40:09] \ [40:09] \ [40:09] \ [40:09] \ [40:09] \ [40:09] \ [40:09] \ [40:09] \ [40:09] \ [40:09] \ [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] | [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] / [40:09] - [40:09] - [40:09] - [40:09] - [40:09] - [40:10] - [40:10] - [40:10] - [40:10] - [40:10] - [40:10] \ [40:10] \ [40:10] \ [40:10] \ [40:10] \ [40:10] \ [40:10] \ [40:10] \ [40:10] \ [40:10] \ [40:10] | [40:10] | [40:10] | [40:10] | [40:10] | [40:10] | [40:10] | [40:10] | [40:10] | [40:10] | [40:10] / [40:10] / [40:10] / [40:10] / [40:10] / [40:10] / [40:10] / [40:10] / [40:11] / [40:11] / [40:11] - [40:11] - [40:11] - [40:11] - [40:11] - [40:11] - [40:11] - [40:11] - [40:11] - [40:11] - [40:11] \ [40:11] \ [40:11] \ [40:11] \ [40:11] \ [40:11] \ [40:12] \ [40:12] \ [40:12] \ [40:12] \ [40:12] | [40:12] | [40:12] | [40:12] | [40:12] | [40:12] | [40:12] | [40:12] | [40:12] | [40:12] | [40:12] / [40:12] / [40:12] / [40:12] / [40:12] / [40:13] / [40:13] / [40:13] / [40:13] / [40:13] / [40:13] - [40:13] - [40:13] - [40:13] - [40:13] - [40:13] - [40:13] - [40:13] - [40:13] - [40:13] - [40:13] \ [40:13] \ [40:13] \ [40:13] \ [40:13] \ [40:13] \ [40:13] \ [40:13] \ [40:13] \ [40:13] \ [40:13] | [40:13] | [40:14] | [40:14] | [40:14] | [40:14] | [40:14] | [40:14] | [40:14] | [40:14] | [40:14] / [40:14] / [40:14] / [40:14] / [40:14] / [40:15] / [40:15] / [40:15] / [40:15] / [40:15] / [40:15] - [40:15] - [40:15] - [40:15] - [40:15] - [40:15] - [40:15] - [40:16] - [40:16] - [40:16] - [40:16] \ [40:16] \ [40:16] \ [40:16] \ [40:16] \ [40:16] \ [40:16] \ [40:16] \ [40:16] \ [40:16] \ [40:16] | [40:17] | [40:17] | [40:17] | [40:17] | [40:17] | [40:17] | [40:17] | [40:17] | [40:17] | [40:17] / [40:17] / [40:17] / [40:17] / [40:18] / [40:18] / [40:18] / [40:18] / [40:18] / [40:18] / [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] / [40:18] / [40:18] / [40:18] / [40:18] / [40:18] / [40:18] / [40:18] / [40:18] / [40:18] / [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] - [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] \ [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] | [40:18] / [40:18] / [40:18] / [40:18] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] \ [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] | [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] / [40:19] - [40:19] - [40:19] - [40:19] - [40:19] - [40:20] - [40:20] - [40:20] - [40:20] - [40:20] - [40:20] \ [40:20] \ [40:20] \ [40:20] \ [40:20] \ [40:20] \ [40:20] \ [40:20] \ [40:20] \ [40:20] \ [40:20] | [40:20] | [40:20] | [40:20] | [40:20] | [40:20] | [40:20] | [40:20] | [40:20] | [40:20] | [40:20] / [40:20] / [40:20] / [40:20] / [40:20] / [40:20] / [40:20] / [40:20] / [40:21] / [40:21] / [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] \ [40:21] \ [40:21] \ [40:21] \ [40:21] \ [40:21] \ [40:21] \ [40:21] \ [40:21] \ [40:21] \ [40:21] | [40:21] | [40:21] | [40:21] | [40:21] | [40:21] | [40:21] | [40:21] | [40:21] | [40:21] | [40:21] / [40:21] / [40:21] / [40:21] / [40:21] / [40:21] / [40:21] / [40:21] / [40:21] / [40:21] / [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] - [40:21] \ [40:21] \ [40:21] \ [40:21] \ [40:21] \ [40:21] \ [40:21] \ [40:22] \ [40:22] \ [40:22] \ [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] - [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] \ [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] | [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:22] / [40:23] / [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] \ [40:23] / [40:23] / [40:23] / [40:23] / [40:23] / [40:23] / [40:23] / [40:23] / [40:23] / [40:23] / [40:23] / [40:23] / [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] - [40:23] \ [40:23] \ [40:23] \ [40:23] \ [40:23] \ [40:23] \ [40:23] \ [40:23] \ [40:23] \ [40:23] \ [40:23] | [40:23] | [40:23] | [40:23] | [40:23] | [40:23] | [40:24] | [40:24] | [40:24] | [40:24] | [40:24] / [40:24] / [40:24] / [40:24] / [40:24] / [40:24] / [40:24] / [40:24] / [40:24] / [40:24] / [40:24] - [40:24] - [40:24] - [40:24] - [40:24] - [40:24] - [40:24] - [40:24] - [40:24] - [40:24] - [40:24] \ [40:24] \ [40:24] \ [40:24] \ [40:24] \ [40:24] \ [40:24] \ [40:24] \ [40:24] \ [40:24] \ [40:24] | [40:24] | [40:24] | [40:24] | [40:24] / [40:24] / [40:24] / [40:24] / [40:24] / [40:24] / [40:24] / [40:24] / [40:26] / [40:26] / [40:26] / [40:26] / [40:26] - [40:26] / [40:26] / [40:26] / [40:26] / [40:26] / [40:26] / [40:26] / [40:26] / [40:26] / [40:26] / [40:26] / [40:26] / [40:26] - [40:26] - [40:26] - [40:26] - [40:26] - [40:26] - [40:26] - [40:26] - [40:26] - [40:26] - [40:26] \ [40:26] \ [40:26] \ [40:26] \ [40:26] \ [40:26] \ [40:26] \ [40:26] \ [40:27] \ [40:27] \ [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] - [40:27] - [40:27] - [40:27] - [40:27] - [40:27] - [40:27] - [40:27] - [40:27] - [40:27] - [40:27] \ [40:27] \ [40:27] \ [40:27] \ [40:27] \ [40:27] \ [40:27] \ [40:27] \ [40:27] \ [40:27] \ [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] | [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] / [40:27] - [40:27] - [40:27] - [40:27] - [40:27] - [40:27] - [40:27] - [40:27] - [40:28] - [40:28] - [40:28] \ [40:28] \ [40:28] \ [40:28] \ [40:28] \ [40:28] \ [40:28] \ [40:28] \ [40:28] \ [40:28] \ [40:28] | [40:28] | [40:28] | [40:28] | [40:28] | [40:28] | [40:28] | [40:28] | [40:28] | [40:28] | [40:28] / [40:28] / [40:28] / [40:28] / [40:28] / [40:28] / [40:28] / [40:28] / [40:28] / [40:28] / [40:28] - [40:28] - [40:29] - [40:29] - [40:29] - [40:29] - [40:29] - [40:29] - [40:29] - [40:29] - [40:29] \ [40:29] \ [40:29] \ [40:29] \ [40:29] / [40:29] / [40:29] / [40:29] / [40:29] / [40:29] / [40:29] / [40:29] / [40:29] / [40:29] / [40:29] / [40:29] / [40:29] - [40:29] - [40:29] - [40:29] - [40:29] - [40:29] - [40:29] - [40:29] - [40:29] - [40:29] - [40:29] \ [40:29] \ [40:29] \ [40:29] \ [40:29] \ [40:29] \ [40:29] \ [40:29] \ [40:30] \ [40:30] \ [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] \ [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] | [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] / [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:30] - [40:31] \ [40:31] \ [40:31] \ [40:31] \ [40:31] \ [40:31] \ [40:31] \ [40:31] \ [40:31] \ [40:31] \ [40:31] | [40:31] | [40:31] | [40:31] | [40:31] | [40:31] | [40:31] | [40:31] | [40:31] | [40:31] | [40:31] / [40:31] / [40:31] / [40:31] / [40:31] / [40:32] / [40:32] / [40:32] / [40:32] / [40:32] / [40:32] - [40:32] - [40:32] - [40:32] - [40:32] - [40:32] - [40:32] - [40:32] - [40:32] - [40:32] - [40:32] \ [40:32] \ [40:32] \ [40:32] \ [40:32] \ [40:32] \ [40:32] \ [40:32] \ [40:32] \ [40:32] \ [40:32] | [40:32] | [40:32] | [40:32] | [40:32] | [40:32] | [40:32] | [40:32] | [40:32] | [40:32] | [40:33] / [40:33] / [40:33] / [40:33] / [40:33] / [40:33] / [40:33] / [40:33] / [40:33] / [40:33] / [40:33] - [40:33] - [40:33] - [40:33] - [40:33] - [40:33] - [40:33] - [40:33] - [40:33] - [40:33] - [40:33] \ [40:33] \ [40:33] \ [40:33] \ [40:33] \ [40:33] \ [40:33] \ [40:33] \ [40:33] \ [40:33] \ [40:33] | [40:33] | [40:33] | [40:33] | [40:33] | [40:33] | [40:33] | [40:33] | [40:33] | [40:33] | [40:33] / [40:33] / [40:34] / [40:34] / [40:34] / [40:34] / [40:34] / [40:34] / [40:34] / [40:34] / [40:34] - [40:34] - [40:34] - [40:34] - [40:34] - [40:34] - [40:34] - [40:34] - [40:34] - [40:34] - [40:34] \ [40:34] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] / [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] - [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] \ [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:35] | [40:36] | [40:36] | [40:36] | [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] \ [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] | [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] / [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] - [40:36] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] / [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] - [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] \ [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:37] | [40:38] | [40:38] | [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] - [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] \ [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] | [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] / [40:38] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] - [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] \ [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] | [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] / [40:39] - [40:39] - [40:39] - [40:39] - [40:40] - [40:40] - [40:40] - [40:40] - [40:40] - [40:40] - [40:40] \ [40:40] \ [40:40] \ [40:40] \ [40:40] \ [40:40] \ [40:40] \ [40:40] \ [40:40] \ [40:40] \ [40:40] | [40:40] | [40:40] | [40:40] | [40:40] | [40:40] | [40:40] | [40:40] | [40:40] | [40:40] | [40:40] / [40:40] / [40:40] / [40:40] / [40:40] / [40:40] / [40:40] / [40:40] / [40:40] / [40:40] / [40:40] - [40:40] - [40:40] - [40:40] - [40:40] - [40:40] - [40:40] - [40:40] - [40:40] - [40:40] - [40:40] \ [40:40] \ [40:40] \ [40:40] \ [40:40] \ [40:40] \ [40:40] \ [40:41] \ [40:41] \ [40:41] \ [40:41] | [40:41] | [40:41] | [40:41] | [40:41] | [40:41] | [40:41] | [40:41] | [40:41] | [40:41] | [40:41] / [40:41] / [40:41] / [40:41] / [40:41] / [40:41] / [40:41] / [40:41] / [40:41] / [40:41] / [40:41] - [40:41] - [40:41] - [40:41] - [40:41] - [40:41] - [40:41] - [40:41] - [40:41] - [40:41] - [40:42] \ [40:42] \ [40:42] \ [40:42] \ [40:42] \ [40:42] \ [40:42] \ [40:42] \ [40:42] \ [40:42] \ [40:42] | [40:42] | [40:42] | [40:42] | [40:42] | [40:42] | [40:42] | [40:42] | [40:42] | [40:42] | [40:42] / [40:42] / [40:42] / [40:42] / [40:42] / [40:42] / [40:42] / [40:42] / [40:42] / [40:42] / [40:42] - [40:42] - [40:42] - [40:42] - [40:42] - [40:42] - [40:42] - [40:42] - [40:42] - [40:42] - [40:42] \ [40:42] \ [40:42] \ [40:42] \ [40:42] \ [40:42] \ [40:42] \ [40:43] \ [40:43] \ [40:43] \ [40:43] | [40:43] | [40:43] | [40:43] | [40:43] | [40:43] | [40:43] | [40:43] | [40:43] | [40:43] | [40:43] / [40:43] / [40:43] / [40:43] / [40:43] / [40:43] / [40:44] / [40:44] / [40:44] / [40:44] / [40:44] - [40:44] - [40:45] - [40:46] - [40:46] - [40:46] - [40:46] - [40:46] - [40:46] - [40:46] - [40:46] \ [40:46] \ [40:46] \ [40:46] \ [40:46] \ [40:46] \ [40:46] \ [40:46] \ [40:46] \ [40:46] \ [40:46] | [40:46] | [40:46] | [40:46] | [40:46] | [40:46] | [40:46] | [40:46] | [40:46] | [40:46] | [40:46] / [40:46] / [40:47] / [40:47] / [40:47] / [40:47] / [40:47] / [40:47] / [40:47] / [40:47] / [40:47] - [40:47] - [40:47] - [40:47] - [40:47] - [40:47] - [40:47] - [40:47] - [40:47] - [40:47] - [40:47] \ [40:47] \ [40:47] \ [40:47] \ [40:47] \ [40:47] \ [40:47] \ [40:47] \ [40:47] \ [40:47] \ [40:47] | [40:48] | [40:48] | [40:48] | [40:48] | [40:48] | [40:49] | [40:49] | [40:50] | [40:50] | [40:50] / [40:51] / [40:51] / [40:52] / [40:52] / [40:52] / [40:52] / [40:52] / [40:53] / [40:53] / [40:53] - [40:53] - [40:54] - [40:55] - [40:55] - [40:55] - [40:55] - [40:56] - [40:56] - [40:56] - [40:56] \ [40:56] \ [40:56] \ [40:56] \ [40:57] \ [40:57] \ [40:57] \ [40:57] \ [40:58] \ [40:58] \ [40:58] | [40:58] | [40:59] | [40:59] | [40:59] | [40:59] | [40:59] | [41:00] | [41:00] | [41:00] | [41:00] / [41:00] / [41:01] / [41:01] / [41:01] / [41:01] / [41:01] / [41:02] / [41:02] / [41:02] / [41:02] - [41:03] - [41:03] - [41:03] - [41:04] - [41:04] - [41:04] - [41:04] - [41:05] - [41:06] - [41:06] \ [41:06] \ [41:07] \ [41:07] \ [41:08] \ [41:08] \ [41:09] \ [41:09] \ [41:09] \ [41:09] \ [41:09] | [41:10] | [41:10] | [41:11] | [41:11] | [41:11] | [41:11] | [41:12] | [41:12] | [41:13] | [41:13] / [41:13] / [41:13] / [41:14] / [41:14] / [41:14] / [41:14] / [41:14] / [41:14] / [41:14] / [41:14] - [41:15] - [41:16] - [41:16] - [41:16] - [41:16] - [41:16] - [41:16] - [41:17] - [41:17] - [41:17] \ [41:17] \ [41:17] \ [41:18] \ [41:18] \ [41:18] \ [41:18] \ [41:19] \ [41:19] \ [41:19] \ [41:19] | [41:19] | [41:20] | [41:20] | [41:21] | [41:21] | [41:21] | [41:22] | [41:22] | [41:22] | [41:22] / [41:22] / [41:22] / [41:23] / [41:23] / [41:23] / [41:23] / [41:24] / [41:24] / [41:25] / [41:26] - [41:26] - [41:26] - [41:26] - [41:26] - [41:27] - [41:27] - [41:27] - [41:27] - [41:28] - [41:28] \ [41:29] \ [41:29] \ [41:29] \ [41:29] \ [41:29] \ [41:29] \ [41:30] \ [41:31] \ [41:31] \ [41:31] | [41:32] | [41:32] | [41:32] | [41:32] | [41:32] | [41:32] | [41:33] | [41:33] | [41:33] | [41:33] / [41:33] / [41:34] / [41:34] / [41:34] / [41:34] / [41:34] / [41:35] / [41:35] / [41:35] / [41:35] - [41:36] - [41:36] - [41:36] - [41:36] - [41:37] - [41:37] - [41:37] - [41:37] - [41:38] - [41:38] \ [41:38] \ [41:38] \ [41:38] \ [41:38] \ [41:39] \ [41:39] \ [41:39] \ [41:39] \ [41:40] \ [41:40] | [41:40] | [41:41] | [41:41] | [41:41] | [41:42] | [41:42] | [41:42] | [41:43] | [41:43] | [41:43] / [41:43] / [41:44] / [41:44] / [41:44] / [41:44] / [41:44] / [41:44] / [41:45] / [41:45] / [41:45] - [41:46] - [41:46] - [41:46] - [41:46] - [41:46] - [41:46] - [41:47] - [41:47] - [41:47] - [41:47] \ [41:47] \ [41:47] \ [41:47] \ [41:48] \ [41:48] \ [41:48] \ [41:48] \ [41:48] \ [41:49] \ [41:49] | [41:49] | [41:49] | [41:49] | [41:49] | [41:49] | [41:50] | [41:50] | [41:50] | [41:50] | [41:50] / [41:51] / [41:51] / [41:51] / [41:51] / [41:51] / [41:52] / [41:52] / [41:52] / [41:52] / [41:52] - [41:52] - [41:53] - [41:53] - [41:53] - [41:54] - [41:54] - [41:54] - [41:54] - [41:54] - [41:54] \ [41:54] \ [41:55] \ [41:55] \ [41:55] \ [41:55] \ [41:56] \ [41:56] \ [41:56] \ [41:57] \ [41:57] | [41:57] | [41:57] | [41:57] | [41:58] | [41:58] | [41:58] | [41:59] | [41:59] | [41:59] | [42:00] / [42:00] / [42:01] / [42:02] / [42:02] / [42:02] / [42:02] / [42:02] / [42:03] / [42:03] / [42:03] - [42:03] - [42:04] - [42:04] - [42:04] - [42:04] - [42:05] - [42:05] - [42:05] - [42:06] - [42:07] \ [42:07] \ [42:07] \ [42:07] \ [42:07] \ [42:08] \ [42:08] \ [42:08] \ [42:08] \ [42:08] \ [42:09] | [42:09] | [42:10] | [42:10] | [42:10] | [42:11] | [42:11] | [42:11] | [42:11] | [42:11] | [42:12] / [42:12] / [42:12] / [42:13] / [42:13] / [42:13] / [42:14] / [42:14] / [42:15] / [42:15] / [42:16] - [42:16] - [42:17] - [42:17] - [42:17] - [42:18] - [42:18] - [42:18] - [42:19] - [42:19] - [42:19] \ [42:19] \ [42:20] \ [42:20] \ [42:20] \ [42:20] \ [42:20] \ [42:21] \ [42:21] \ [42:22] \ [42:23] | [42:23] | [42:24] | [42:24] | [42:25] | [42:25] | [42:25] | [42:25] | [42:25] | [42:26] | [42:27] / [42:28] / [42:28] / [42:28] / [42:28] / [42:29] / [42:29] / [42:29] / [42:29] / [42:30] / [42:30] - [42:30] - [42:30] - [42:30] - [42:30] - [42:30] - [42:31] - [42:31] - [42:31] - [42:31] - [42:31] \ [42:31] \ [42:31] \ [42:31] \ [42:31] \ [42:31] \ [42:31] \ [42:31] \ [42:31] \ [42:31] \ [42:31] | [42:31] | [42:31] | [42:31] | [42:31] | [42:32] | [42:32] | [42:32] | [42:32] | [42:32] | [42:32] / [42:32] / [42:32] / [42:32] / [42:32] / [42:32] / [42:32] / [42:32] / [42:32] / [42:32] / [42:32] - [42:32] - [42:32] - [42:32] - [42:32] - [42:32] - [42:32] - [42:32] - [42:32] - [42:32] - [42:32] \ [42:32] \ [42:32] \ [42:32] \ [42:32] \ [42:32] \ [42:32] \ [42:32] \ [42:32] \ [42:32] \ [42:32] | [42:33] | [42:33] | [42:33] | [42:33] | [42:33] | [42:33] | [42:33] | [42:33] | [42:33] | [42:33] / [42:33] / [42:33] / [42:33] / [42:33] / [42:33] / [42:34] / [42:34] / [42:34] / [42:34] / [42:35] - [42:35] - [42:35] - [42:35] - [42:35] - [42:36] - [42:36] - [42:36] - [42:37] - [42:38] - [42:38] \ [42:38] \ [42:39] \ [42:39] \ [42:39] \ [42:39] \ [42:40] \ [42:40] \ [42:40] \ [42:40] \ [42:40] | [42:41] | [42:41] | [42:41] | [42:41] | [42:41] | [42:41] | [42:41] | [42:42] | [42:42] | [42:42] / [42:42] / [42:42] / [42:42] / [42:42] / [42:42] / [42:42] / [42:42] / [42:42] / [42:42] / [42:42] - [42:42] - [42:42] - [42:42] - [42:42] - [42:42] - [42:42] - [42:42] - [42:42] - [42:42] - [42:42] \ [42:42] \ [42:42] \ [42:42] \ [42:42] \ [42:42] \ [42:42] \ [42:42] \ [42:42] \ [42:42] \ [42:42] | [42:42] | [42:42] | [42:42] | [42:42] | [42:42] | [42:42] | [42:42] | [42:42] | [42:43] | [42:43] / [42:43] / [42:43] / [42:43] / [42:43] / [42:43] / [42:43] / [42:43] / [42:43] / [42:43] / [42:43] - [43:12] - [43:12] - [43:13] - [43:13] - [43:13] - [43:13] - [43:17] - [43:17] - [43:17] - [43:17] \ [43:17] \ [43:17] \ [43:17] \ [43:17] \ [43:17] \ [43:17] \ [43:17] \ [43:17] \ [43:17] \ [43:17] | [43:17] | [43:17] | [43:17] | [43:17] | [43:17] | [43:17] | [43:17] | [43:17] | [43:17] | [43:17] / [43:17] / [43:17] / [43:17] / [43:17] / [43:17] / [43:17] / [43:18] / [43:18] / [43:18] / [43:18] - [43:18] - [43:18] - [43:18] - [43:18] - [43:18] - [43:18] - [43:18] - [43:18] - [43:18] - [43:18] \ [43:18] \ [43:18] \ [43:18] \ [43:18] \ [43:18] \ [43:18] \ [43:18] \ [43:18] \ [43:18] \ [43:18] | [43:18] | [43:18] | [43:18] | [43:18] | [43:18] | [43:18] | [43:18] | [43:18] | [43:18] | [43:18] / [43:18] / [43:18] / [43:18] / [43:18] / [43:18] / [43:18] / [43:18] / [43:18] / [43:18] / [43:18] - [43:18] - [43:18] - [43:18] - [43:18] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] - [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] \ [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] | [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:19] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] \ [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] | [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] / [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] - [43:20] / [43:20] / [43:20] / [43:21] / [43:21] / [43:21] / [43:21] / [43:21] / [43:21] / [43:21] / [43:21] / [43:21] / [43:21] / [43:21] - [43:21] - [43:21] - [43:21] - [43:21] - [43:21] - [43:21] - [43:21] - [43:21] - [43:21] - [43:21] \ [43:21] \ [43:21] \ [43:21] \ [43:21] \ [43:21] \ [43:21] \ [43:21] \ [43:21] \ [43:21] \ [43:21] | [43:21] | [43:21] | [43:21] | [43:21] | [43:21] | [43:21] | [43:21] | [43:21] | [43:21] | [43:21] / [43:21] / [43:21] / [43:22] / [43:22] / [43:22] / [43:22] / [43:22] / [43:22] / [43:22] / [43:22] - [43:22] - [43:22] - [43:22] - [43:22] - [43:22] - [43:22] - [43:22] - [43:22] - [43:22] - [43:22] \ [43:22] \ [43:22] \ [43:22] \ [43:22] \ [43:22] \ [43:22] \ [43:22] \ [43:22] \ [43:22] \ [43:22] | [43:22] | [43:22] | [43:22] | [43:22] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] | [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] / [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] - [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:23] \ [43:24] \ [43:24] \ [43:24] \ [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] - [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] \ [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] | [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:24] / [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] \ [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] | [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] / [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] - [43:25] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] | [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [INFO ] Installing pass-2 core C gcc compiler: done in 215.15s (at 43:26) [43:26] / [INFO ] ================================================================= [43:26] / [INFO ] Installing C library [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] / [43:26] - [43:26] - [43:26] - [43:26] - [43:26] - [43:26] - [43:26] - [43:26] - [43:26] - [43:26] - [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] \ [43:26] | [43:26] | [43:26] | [43:27] | [43:27] | [43:27] | [43:27] | [43:27] | [43:27] | [43:27] | [43:27] / [43:27] / [43:27] / [43:27] / [43:27] / [43:27] / [43:27] / [43:27] / [43:27] / [43:28] / [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] \ [43:28] \ [43:28] \ [43:28] \ [43:28] \ [43:28] \ [43:28] \ [43:28] \ [43:28] \ [43:28] \ [43:28] | [43:28] | [43:28] | [43:28] | [43:28] | [43:28] | [43:28] | [43:28] | [43:28] | [43:28] | [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] - [43:28] - [43:28] - [43:28] - [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] / [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] - [43:28] \ [43:28] \ [43:28] \ [43:28] \ [43:28] \ [43:28] \ [43:28] \ [43:29] \ [43:29] \ [43:29] \ [43:29] | [43:29] | [43:29] | [43:29] | [43:29] | [43:29] | [43:29] | [43:29] | [43:29] | [43:29] | [43:29] / [43:29] / [43:29] / [43:29] / [43:29] / [43:29] / [43:29] / [43:29] / [43:29] / [43:29] / [43:29] - [43:29] - [43:29] - [43:29] - [43:29] - [43:29] - [43:29] - [43:29] - [43:29] - [43:29] - [43:29] \ [43:29] \ [43:29] \ [43:29] \ [43:29] \ [43:29] \ [43:29] \ [43:29] \ [43:30] \ [43:30] \ [43:30] | [43:30] | [43:30] | [43:30] | [43:30] | [43:30] | [43:30] | [43:30] | [43:30] | [43:30] | [43:30] / [43:30] / [43:30] / [43:30] / [43:30] / [43:30] / [43:30] / [43:30] / [43:30] / [43:30] / [43:30] - [43:30] - [43:30] - [43:30] - [43:30] - [43:30] - [43:30] - [43:30] - [43:30] - [43:30] - [43:30] \ [43:30] \ [43:30] \ [43:30] \ [43:30] \ [43:30] \ [43:30] \ [43:30] \ [43:30] \ [43:30] \ [43:30] | [43:30] | [43:30] | [43:30] | [43:30] | [43:30] | [43:31] | [43:31] | [43:31] | [43:31] | [43:31] / [43:31] / [43:31] / [43:31] / [43:31] / [43:31] / [43:31] / [43:31] / [43:31] / [43:31] / [43:31] - [43:31] - [43:31] - [43:31] - [43:31] - [43:31] - [43:31] - [43:31] - [43:31] - [43:32] - [43:32] \ [43:32] \ [43:32] \ [43:32] \ [43:32] \ [43:32] \ [43:32] \ [43:32] \ [43:32] \ [43:32] \ [43:32] | [43:32] | [43:32] | [43:32] | [43:32] | [43:32] | [43:32] | [43:32] | [43:32] | [43:32] | [43:32] / [43:32] / [43:32] / [43:32] / [43:32] / [43:32] / [43:33] / [43:33] / [43:33] / [43:33] / [43:34] - [43:34] - [43:34] - [43:34] - [43:34] - [43:34] - [43:34] - [43:34] - [43:34] - [43:34] - [43:34] \ [43:34] \ [43:34] \ [43:34] \ [43:34] \ [43:34] \ [43:34] \ [43:34] \ [43:34] \ [43:34] \ [43:34] | [43:34] | [43:34] | [43:34] | [43:34] | [43:34] | [43:35] | [43:35] | [43:35] | [43:35] | [43:35] / [43:35] / [43:35] / [43:35] / [43:35] / [43:35] / [43:35] / [43:35] / [43:35] / [43:35] / [43:35] - [43:35] - [43:35] - [43:35] - [43:35] - [43:35] - [43:35] - [43:35] - [43:35] - [43:35] - [43:36] \ [43:36] \ [43:36] \ [43:36] \ [43:36] \ [43:36] \ [43:36] \ [43:36] \ [43:36] \ [43:36] \ [43:36] | [43:36] | [43:36] | [43:36] | [43:36] | [43:36] | [43:36] | [43:37] | [43:37] | [43:37] | [43:37] / [43:37] / [43:37] / [43:37] / [43:37] / [43:37] / [43:37] / [43:38] / [43:38] / [43:38] / [43:38] - [43:38] - [43:38] - [43:38] - [43:38] - [43:38] - [43:38] - [43:38] - [43:38] - [43:38] - [43:38] \ [43:38] \ [43:38] \ [43:38] \ [43:38] \ [43:38] \ [43:38] \ [43:39] \ [43:39] \ [43:39] \ [43:39] | [43:39] | [43:39] | [43:39] | [43:39] | [43:39] | [43:39] | [43:40] | [43:40] | [43:40] | [43:40] / [43:40] / [43:40] / [43:40] / [43:40] / [43:40] / [43:40] / [43:40] / [43:40] / [43:40] / [43:40] - [43:40] - [43:40] - [43:40] - [43:40] - [43:40] - [43:40] - [43:40] - [43:40] - [43:40] - [43:40] \ [43:40] \ [43:40] \ [43:41] \ [43:41] \ [43:41] \ [43:41] \ [43:41] \ [43:41] \ [43:41] \ [43:41] | [43:41] | [43:41] | [43:41] | [43:41] | [43:41] | [43:41] | [43:41] | [43:41] | [43:42] | [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] / [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] - [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] \ [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] | [43:42] / [43:42] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] | [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] / [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] - [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:43] \ [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] \ [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] | [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] / [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:44] - [43:45] - [43:45] - [43:45] - [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] - [43:45] - [43:45] - [43:45] - [43:45] - [43:45] - [43:45] - [43:45] - [43:45] - [43:45] - [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] \ [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] | [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] / [43:45] - [43:45] - [43:45] - [43:45] - [43:45] - [43:45] - [43:45] - [43:45] - [43:45] - [43:46] - [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] - [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] \ [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] | [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:46] / [43:47] / [43:47] / [43:47] / [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] \ [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] | [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] / [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] - [43:47] \ [43:47] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] - [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] \ [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] | [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] / [43:48] - [43:48] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] - [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] \ [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] | [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] / [43:49] - [43:49] - [43:49] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] \ [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] | [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] / [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] - [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:50] \ [43:51] | [43:51] | [43:51] | [43:51] | [43:51] | [43:51] | [43:51] | [43:51] | [43:51] | [43:51] | [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] - [43:51] - [43:51] - [43:51] - [43:51] / [43:51] / [INFO ] Installing C library: done in 25.36s (at 43:51) [43:51] / [INFO ] ================================================================= [43:51] / [INFO ] Installing final gcc compiler for build [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] / [43:51] - [43:51] - [43:51] - [43:51] - [43:51] - [43:51] - [43:51] - [43:51] - [43:51] - [43:51] - [43:52] \ [43:52] \ [43:52] \ [43:52] \ [43:52] \ [43:52] \ [43:52] \ [43:52] \ [43:52] \ [43:52] \ [43:52] | [43:52] | [43:52] | [43:52] | [43:52] | [43:52] | [43:52] | [43:52] | [43:52] | [43:52] | [43:52] / [43:52] / [43:52] / [43:52] / [43:52] / [43:52] / [43:52] / [43:52] / [43:52] / [43:52] / [43:52] - [43:52] - [43:52] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] | [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] / [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] - [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] \ [43:53] | [43:53] | [43:53] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] - [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] \ [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] | [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:54] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] \ [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] | [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] / [43:55] - [43:55] - [43:55] - [43:55] - [43:55] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] / [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] - [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] \ [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] | [43:56] / [43:56] / [43:56] / [43:56] / [43:57] / [43:57] / [43:57] / [43:57] / [43:57] / [43:57] / [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] / [43:57] / [43:57] / [43:57] / [43:57] / [43:57] / [43:57] / [43:57] / [43:57] / [43:57] / [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] - [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] \ [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] | [43:57] / [43:57] / [43:57] / [43:57] / [43:57] / [43:57] / [43:57] / [43:58] / [43:58] / [43:58] / [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] / [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] - [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] \ [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] | [43:58] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] - [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] \ [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] | [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [43:59] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] | [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] / [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] - [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:00] \ [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] | [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] / [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] - [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] \ [44:01] | [44:01] | [44:01] | [44:01] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] / [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] - [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] \ [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] | [44:02] / [44:02] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] \ [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] | [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] / [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] - [44:03] \ [44:03] \ [44:03] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] | [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] / [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] - [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:04] \ [44:05] \ [44:05] \ [44:05] \ [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] | [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] / [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] - [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:05] \ [44:06] \ [44:06] \ [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] \ [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] | [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] / [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:06] - [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] - [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] \ [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] | [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] / [44:07] - [44:07] - [44:07] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] | [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] / [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] - [44:08] \ [44:08] \ [44:08] \ [44:08] \ [44:09] \ [44:09] \ [44:09] \ [44:09] \ [44:09] \ [44:09] \ [44:09] | [44:09] | [44:09] | [44:09] | [44:09] | [44:09] | [44:09] | [44:09] | [44:09] | [44:09] | [44:09] / [44:09] / [44:09] / [44:09] / [44:09] / [44:09] / [44:09] / [44:09] / [44:09] / [44:09] / [44:09] - [44:09] - [44:09] - [44:09] - [44:09] - [44:09] - [44:09] - [44:09] - [44:09] - [44:09] - [44:09] \ [44:09] \ [44:09] \ [44:09] \ [44:09] \ [44:09] \ [44:09] \ [44:09] \ [44:09] \ [44:09] \ [44:09] | [44:09] | [44:09] | [44:09] | [44:09] | [44:09] | [44:09] | [44:09] | [44:10] | [44:10] | [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] - [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] \ [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] | [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:10] / [44:11] / [44:11] / [44:11] / [44:11] / [44:11] - [44:11] - [44:11] - [44:11] - [44:11] - [44:11] - [44:11] - [44:11] - [44:11] - [44:11] - [44:11] \ [44:11] \ [44:11] \ [44:11] \ [44:11] \ [44:11] \ [44:11] \ [44:11] \ [44:11] \ [44:11] \ [44:11] | [44:11] | [44:11] | [44:11] | [44:11] | [44:11] | [44:11] | [44:11] | [44:11] | [44:11] | [44:11] / [44:11] / [44:11] / [44:11] / [44:11] / [44:11] / [44:11] / [44:11] / [44:11] / [44:11] / [44:11] - [44:12] - [44:12] - [44:12] - [44:12] - [44:12] - [44:12] - [44:12] - [44:12] - [44:12] - [44:12] \ [44:12] \ [44:12] \ [44:12] \ [44:12] \ [44:12] \ [44:12] \ [44:12] \ [44:12] \ [44:12] \ [44:12] | [44:12] | [44:12] | [44:12] | [44:12] | [44:12] | [44:12] | [44:12] | [44:12] | [44:12] | [44:12] / [44:12] / [44:12] / [44:12] / [44:12] / [44:12] / [44:12] / [44:12] / [44:12] / [44:12] / [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] / [44:13] / [44:13] / [44:13] / [44:13] / [44:13] / [44:13] / [44:13] / [44:13] / [44:13] / [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] - [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] \ [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] | [44:13] / [44:14] / [44:14] / [44:14] / [44:14] / [44:14] / [44:14] / [44:14] / [44:14] / [44:14] / [44:14] - [44:14] - [44:14] - [44:14] - [44:14] - [44:14] - [44:14] - [44:14] - [44:14] - [44:14] - [44:14] \ [44:14] \ [44:14] \ [44:14] \ [44:14] \ [44:14] \ [44:14] \ [44:14] \ [44:14] \ [44:14] \ [44:14] | [44:14] | [44:14] | [44:14] | [44:14] | [44:14] | [44:14] | [44:14] | [44:14] | [44:14] | [44:14] / [44:14] / [44:14] / [44:14] / [44:14] / [44:14] / [44:14] / [44:14] / [44:14] / [44:14] / [44:15] - [44:15] - [44:15] - [44:15] - [44:15] - [44:15] - [44:15] - [44:15] - [44:15] - [44:15] - [44:15] \ [44:15] \ [44:15] \ [44:15] \ [44:15] \ [44:15] \ [44:15] \ [44:15] \ [44:15] \ [44:15] \ [44:15] | [44:15] | [44:15] | [44:15] | [44:15] | [44:15] | [44:15] | [44:15] | [44:15] | [44:15] | [44:16] / [44:16] / [44:16] / [44:16] / [44:16] / [44:16] / [44:16] / [44:16] / [44:16] / [44:16] / [44:16] - [44:16] - [44:16] - [44:16] - [44:16] - [44:16] - [44:16] - [44:16] - [44:16] - [44:16] - [44:16] \ [44:16] \ [44:16] \ [44:16] \ [44:17] \ [44:17] \ [44:17] \ [44:17] \ [44:17] \ [44:17] \ [44:17] | [44:17] | [44:17] | [44:17] | [44:17] | [44:17] | [44:17] | [44:17] | [44:17] | [44:17] | [44:17] / [44:17] / [44:17] / [44:17] / [44:17] / [44:17] / [44:17] / [44:17] / [44:17] / [44:17] / [44:17] - [44:17] - [44:17] - [44:17] - [44:17] - [44:17] - [44:17] - [44:17] - [44:17] - [44:17] - [44:17] \ [44:17] \ [44:17] \ [44:17] \ [44:17] \ [44:17] \ [44:17] \ [44:17] \ [44:18] \ [44:18] \ [44:18] | [44:18] | [44:18] | [44:18] | [44:18] | [44:18] | [44:18] | [44:18] | [44:18] | [44:18] | [44:18] / [44:18] / [44:18] / [44:18] / [44:18] / [44:18] / [44:18] / [44:18] / [44:18] / [44:18] / [44:18] - [44:18] - [44:18] - [44:18] - [44:18] - [44:18] - [44:18] - [44:18] - [44:18] - [44:18] - [44:18] \ [44:18] \ [44:18] \ [44:18] \ [44:18] \ [44:18] \ [44:18] \ [44:18] \ [44:18] \ [44:18] \ [44:18] | [44:18] | [44:18] | [44:19] | [44:19] | [44:19] | [44:19] | [44:19] | [44:19] | [44:19] | [44:19] / [44:19] / [44:19] / [44:19] / [44:19] / [44:19] / [44:19] / [44:19] / [44:20] / [44:20] / [44:20] - [44:20] - [44:20] - [44:20] - [44:20] - [44:20] - [44:20] - [44:20] - [44:20] - [44:20] - [44:20] \ [44:20] \ [44:20] \ [44:20] \ [44:20] \ [44:20] \ [44:20] \ [44:21] \ [44:21] \ [44:21] \ [44:21] | [44:21] | [44:21] | [44:21] | [44:21] | [44:21] | [44:21] | [44:21] | [44:21] | [44:21] | [44:21] / [44:21] / [44:21] / [44:21] / [44:21] / [44:21] / [44:21] / [44:21] / [44:21] / [44:21] / [44:21] - [44:21] - [44:21] - [44:21] - [44:21] - [44:21] - [44:22] - [44:22] - [44:22] - [44:22] - [44:22] \ [44:22] \ [44:22] \ [44:22] \ [44:22] \ [44:22] \ [44:22] \ [44:22] \ [44:22] \ [44:23] \ [44:23] | [44:23] | [44:23] | [44:23] | [44:23] | [44:23] | [44:23] | [44:23] | [44:23] | [44:23] | [44:23] / [44:23] / [44:23] / [44:24] / [44:24] / [44:24] / [44:24] / [44:24] / [44:24] / [44:24] / [44:24] - [44:24] - [44:24] - [44:24] - [44:24] - [44:24] - [44:24] - [44:25] - [44:25] - [44:25] - [44:25] \ [44:25] \ [44:25] \ [44:25] \ [44:25] \ [44:25] \ [44:25] \ [44:25] \ [44:25] \ [44:26] \ [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] / [44:26] / [44:26] / [44:26] / [44:26] / [44:26] / [44:26] / [44:26] / [44:26] / [44:26] / [44:26] - [44:26] - [44:26] - [44:26] - [44:26] - [44:26] - [44:26] - [44:26] - [44:26] - [44:26] - [44:26] \ [44:26] \ [44:26] \ [44:26] \ [44:26] \ [44:26] \ [44:26] \ [44:26] \ [44:26] \ [44:26] \ [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] | [44:26] / [44:26] / [44:26] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] - [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] \ [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] | [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] / [44:27] - [44:27] - [44:27] - [44:27] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] - [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] \ [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] | [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] / [44:28] - [44:29] - [44:29] - [44:29] - [44:29] - [44:29] - [44:29] - [44:29] - [44:29] - [44:29] - [44:29] \ [44:29] \ [44:29] \ [44:29] \ [44:29] \ [44:29] \ [44:29] \ [44:29] \ [44:29] \ [44:29] \ [44:29] | [44:29] | [44:29] | [44:29] | [44:29] | [44:29] | [44:29] | [44:29] | [44:29] | [44:29] | [44:29] / [44:29] / [44:29] / [44:29] / [44:29] / [44:29] / [44:29] / [44:29] / [44:29] / [44:29] / [44:29] - [44:29] - [44:29] - [44:29] - [44:29] - [44:29] - [44:29] - [44:30] - [44:30] - [44:30] - [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] | [44:30] | [44:30] | [44:30] | [44:30] | [44:30] | [44:30] | [44:30] | [44:30] | [44:30] | [44:30] / [44:30] / [44:30] / [44:30] / [44:30] / [44:30] / [44:30] / [44:30] / [44:30] / [44:30] / [44:30] - [44:30] - [44:30] - [44:30] - [44:30] - [44:30] - [44:30] - [44:30] - [44:30] - [44:30] - [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] \ [44:30] | [44:30] | [44:30] | [44:30] | [44:30] | [44:30] | [44:30] | [44:30] | [44:30] | [44:31] | [44:31] / [44:31] / [44:31] / [44:31] / [44:31] / [44:31] / [44:31] / [44:31] / [44:31] / [44:31] / [44:31] - [44:31] - [44:31] - [44:31] - [44:31] - [44:31] - [44:31] - [44:31] - [44:31] - [44:31] - [44:31] \ [44:31] \ [44:31] \ [44:31] \ [44:31] \ [44:31] \ [44:31] \ [44:31] \ [44:31] \ [44:31] \ [44:31] | [44:31] | [44:32] | [44:32] | [44:32] | [44:32] | [44:32] | [44:32] | [44:32] | [44:32] | [44:32] / [44:32] / [44:32] / [44:32] / [44:32] / [44:32] / [44:32] / [44:32] / [44:32] / [44:32] / [44:32] - [44:32] - [44:32] - [44:32] - [44:32] - [44:32] - [44:32] - [44:32] - [44:32] - [44:32] - [44:32] \ [44:32] \ [44:32] \ [44:33] \ [44:33] \ [44:33] \ [44:33] \ [44:33] \ [44:33] \ [44:33] \ [44:33] | [44:33] | [44:33] | [44:34] | [44:34] | [44:34] | [44:34] | [44:34] | [44:34] | [44:34] | [44:34] / [44:34] / [44:34] / [44:34] / [44:34] / [44:34] / [44:34] / [44:34] / [44:34] / [44:34] / [44:34] - [44:34] - [44:34] - [44:34] - [44:34] - [44:34] - [44:34] - [44:35] - [44:35] - [44:35] - [44:35] \ [44:35] \ [44:35] \ [44:35] \ [44:35] \ [44:35] \ [44:35] \ [44:35] \ [44:36] \ [44:36] \ [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] / [44:36] / [44:36] / [44:36] / [44:36] / [44:36] / [44:36] / [44:36] / [44:36] / [44:36] / [44:36] - [44:36] - [44:36] - [44:36] - [44:36] - [44:36] - [44:36] - [44:36] - [44:36] - [44:36] - [44:36] \ [44:36] \ [44:36] \ [44:36] \ [44:36] \ [44:36] \ [44:36] \ [44:36] \ [44:36] \ [44:36] \ [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] | [44:36] / [44:36] / [44:36] / [44:36] / [44:36] / [44:36] / [44:36] / [44:36] / [44:36] / [44:37] / [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:37] | [44:37] | [44:37] | [44:37] | [44:37] | [44:37] | [44:37] | [44:37] | [44:37] | [44:37] | [44:37] / [44:37] / [44:37] / [44:37] / [44:37] / [44:37] / [44:37] / [44:37] / [44:37] / [44:37] / [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] - [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:37] \ [44:38] \ [44:38] \ [44:38] | [44:38] | [44:39] | [44:39] | [44:39] | [44:40] | [44:41] | [44:41] | [44:41] | [44:41] | [44:41] / [44:41] / [44:41] / [44:41] / [44:41] / [44:41] / [44:42] / [44:42] / [44:43] / [44:43] / [44:43] - [44:43] - [44:43] - [44:44] - [44:44] - [44:44] - [44:44] - [44:44] - [44:45] - [44:45] - [44:45] \ [44:45] \ [44:45] \ [44:45] \ [44:45] \ [44:45] \ [44:45] \ [44:46] \ [44:46] \ [44:46] \ [44:46] | [44:46] | [44:46] | [44:46] | [44:46] | [44:46] | [44:46] | [44:46] | [44:47] | [44:47] | [44:47] / [44:47] / [44:47] / [44:48] / [44:48] / [44:48] / [44:49] / [44:49] / [44:49] / [44:49] / [44:50] - [44:50] - [44:50] - [44:50] - [44:51] - [44:51] - [44:51] - [44:52] - [44:52] - [44:53] - [44:53] \ [44:53] \ [44:53] \ [44:53] \ [44:54] \ [44:54] \ [44:54] \ [44:54] \ [44:55] \ [44:55] \ [44:55] | [44:55] | [44:55] | [44:55] | [44:56] | [44:56] | [44:56] | [44:56] | [44:57] | [44:57] | [44:57] / [44:58] / [44:58] / [44:58] / [44:58] / [44:58] / [44:58] / [44:58] / [44:59] / [44:59] / [44:59] - [44:59] - [44:59] - [45:00] - [45:00] - [45:00] - [45:01] - [45:01] - [45:01] - [45:01] - [45:02] \ [45:03] \ [45:03] \ [45:03] \ [45:03] \ [45:04] \ [45:04] \ [45:05] \ [45:05] \ [45:06] \ [45:06] | [45:07] | [45:07] | [45:08] | [45:08] | [45:08] | [45:09] | [45:09] | [45:09] | [45:10] | [45:10] / [45:10] / [45:10] / [45:10] / [45:11] / [45:11] / [45:11] / [45:11] / [45:12] / [45:12] / [45:12] - [45:12] - [45:12] - [45:12] - [45:13] - [45:13] - [45:13] - [45:13] - [45:14] - [45:14] - [45:14] \ [45:15] \ [45:15] \ [45:15] \ [45:15] \ [45:15] \ [45:15] \ [45:15] \ [45:16] \ [45:16] \ [45:16] | [45:16] | [45:17] | [45:17] | [45:17] | [45:17] | [45:18] | [45:18] | [45:18] | [45:19] | [45:19] / [45:20] / [45:20] / [45:20] / [45:20] / [45:20] / [45:21] / [45:21] / [45:21] / [45:21] / [45:21] - [45:21] - [45:21] - [45:23] - [45:23] - [45:24] - [45:24] - [45:24] - [45:24] - [45:24] - [45:25] \ [45:25] \ [45:25] \ [45:25] \ [45:25] \ [45:25] \ [45:26] \ [45:27] \ [45:27] \ [45:27] \ [45:27] | [45:27] | [45:28] | [45:28] | [45:29] | [45:29] | [45:29] | [45:30] | [45:30] | [45:30] | [45:30] / [45:30] / [45:30] / [45:30] / [45:31] / [45:31] / [45:31] / [45:31] / [45:32] / [45:32] / [45:32] - [45:32] - [45:32] - [45:33] - [45:33] - [45:33] - [45:33] - [45:34] - [45:34] - [45:34] - [45:34] \ [45:35] \ [45:35] \ [45:35] \ [45:35] \ [45:36] \ [45:36] \ [45:36] \ [45:36] \ [45:36] \ [45:36] | [45:37] | [45:37] | [45:37] | [45:37] | [45:37] | [45:38] | [45:39] | [45:39] | [45:39] | [45:39] / [45:39] / [45:40] / [45:40] / [45:40] / [45:41] / [45:41] / [45:41] / [45:41] / [45:42] / [45:42] - [45:42] - [45:42] - [45:42] - [45:43] - [45:43] - [45:43] - [45:44] - [45:44] - [45:44] - [45:44] \ [45:44] \ [45:44] \ [45:45] \ [45:45] \ [45:45] \ [45:45] \ [45:45] \ [45:45] \ [45:46] \ [45:46] | [45:46] | [45:46] | [45:46] | [45:46] | [45:47] | [45:47] | [45:47] | [45:47] | [45:47] | [45:47] / [45:47] / [45:47] / [45:48] / [45:48] / [45:48] / [45:49] / [45:49] / [45:49] / [45:49] / [45:49] - [45:50] - [45:50] - [45:50] - [45:50] - [45:50] - [45:51] - [45:51] - [45:51] - [45:51] - [45:51] \ [45:51] \ [45:51] \ [45:52] \ [45:52] \ [45:52] \ [45:52] \ [45:52] \ [45:52] \ [45:53] \ [45:53] | [45:53] | [45:53] | [45:53] | [45:54] | [45:54] | [45:55] | [45:55] | [45:55] | [45:55] | [45:55] / [45:56] / [45:56] / [45:56] / [45:57] / [45:57] / [45:57] / [45:58] / [45:58] / [45:59] / [45:59] - [46:00] - [46:00] - [46:01] - [46:01] - [46:01] - [46:01] - [46:01] - [46:01] - [46:02] - [46:02] \ [46:02] \ [46:03] \ [46:03] \ [46:03] \ [46:03] \ [46:04] \ [46:05] \ [46:05] \ [46:05] \ [46:05] | [46:06] | [46:06] | [46:06] | [46:06] | [46:06] | [46:07] | [46:07] | [46:07] | [46:08] | [46:08] / [46:08] / [46:08] / [46:09] / [46:09] / [46:09] / [46:10] / [46:10] / [46:10] / [46:10] / [46:11] - [46:11] - [46:11] - [46:12] - [46:12] - [46:12] - [46:13] - [46:14] - [46:14] - [46:15] - [46:15] \ [46:15] \ [46:15] \ [46:16] \ [46:16] \ [46:17] \ [46:17] \ [46:17] \ [46:17] \ [46:18] \ [46:18] | [46:18] | [46:18] | [46:18] | [46:18] | [46:19] | [46:20] | [46:21] | [46:21] | [46:22] | [46:22] / [46:23] / [46:23] / [46:23] / [46:23] / [46:23] / [46:24] / [46:25] / [46:26] / [46:26] / [46:26] - [46:27] - [46:27] - [46:27] - [46:27] - [46:27] - [46:27] - [46:28] - [46:28] - [46:28] - [46:28] \ [46:28] \ [46:28] \ [46:28] \ [46:29] \ [46:29] \ [46:29] \ [46:29] \ [46:29] \ [46:29] \ [46:29] | [46:29] | [46:29] | [46:29] | [46:29] | [46:29] | [46:29] | [46:29] | [46:29] | [46:29] | [46:29] / [46:29] / [46:29] / [46:29] / [46:30] / [46:30] / [46:30] / [46:30] / [46:30] / [46:30] / [46:30] - [46:30] - [46:30] - [46:30] - [46:30] - [46:30] - [46:30] - [46:30] - [46:31] - [46:31] - [46:31] \ [46:31] \ [46:31] \ [46:31] \ [46:31] \ [46:31] \ [46:32] \ [46:33] \ [46:33] \ [46:33] \ [46:33] | [46:33] | [46:34] | [46:34] | [46:34] | [46:34] | [46:35] | [46:35] | [46:35] | [46:35] | [46:36] / [46:36] / [46:36] / [46:36] / [46:37] / [46:38] / [46:38] / [46:38] / [46:38] / [46:38] / [46:39] - [46:39] - [46:39] - [46:40] - [46:42] - [46:42] - [46:43] - [46:43] - [46:44] - [46:44] - [46:44] \ [46:44] \ [46:45] \ [46:45] \ [46:45] \ [46:45] \ [46:45] \ [46:45] \ [46:45] \ [46:45] \ [46:45] | [46:45] | [46:45] | [46:45] | [46:45] | [46:45] | [46:46] | [46:46] | [46:46] | [46:46] | [46:46] / [46:46] / [46:46] / [46:46] / [46:46] / [46:46] / [46:46] / [46:46] / [46:46] / [46:46] / [46:46] - [46:46] - [46:46] - [46:46] - [46:46] - [46:46] - [46:46] - [46:46] - [46:46] - [46:46] - [46:46] \ [46:46] \ [46:46] \ [46:46] \ [46:46] \ [46:46] \ [46:46] \ [46:46] \ [46:46] \ [46:46] \ [46:46] | [46:46] | [46:46] | [46:46] | [46:46] | [46:46] | [46:46] | [46:47] | [46:47] | [46:47] | [46:47] / [46:47] / [46:47] / [46:47] / [46:47] / [46:47] / [46:47] / [46:47] / [46:47] / [46:47] / [46:47] - [46:47] - [46:47] - [46:48] - [46:48] - [46:48] - [46:48] - [46:48] - [46:48] - [46:48] - [46:48] \ [46:48] \ [46:48] \ [46:48] \ [46:48] \ [46:48] \ [46:48] \ [46:48] \ [46:48] \ [46:48] \ [46:48] | [46:48] | [46:48] | [46:48] | [46:48] | [46:48] | [46:48] | [46:48] | [46:48] | [46:48] | [46:48] / [46:48] / [46:48] / [46:48] / [46:48] / [46:48] / [46:48] / [46:48] / [46:48] / [46:48] / [46:48] - [46:48] - [46:49] - [46:49] - [46:49] - [46:49] - [46:49] - [46:49] - [46:49] - [46:49] - [46:49] \ [46:49] \ [46:49] \ [46:49] \ [46:49] \ [46:49] \ [46:49] \ [46:49] \ [46:49] \ [46:49] \ [46:49] | [46:49] | [46:49] | [46:49] | [46:49] | [46:49] | [46:49] | [46:49] | [47:17] | [47:17] | [47:17] / [47:17] / [47:17] / [47:18] / [47:18] / [47:18] / [47:18] / [47:22] / [47:22] / [47:22] / [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] / [47:23] / [47:23] / [47:23] / [47:23] / [47:23] / [47:23] / [47:23] / [47:23] / [47:23] / [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] - [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] \ [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] | [47:23] / [47:23] / [47:23] / [47:23] / [47:23] / [47:23] / [47:24] / [47:24] / [47:24] / [47:24] / [47:24] - [47:24] - [47:24] - [47:24] - [47:24] - [47:24] - [47:24] - [47:24] - [47:24] - [47:24] - [47:24] \ [47:24] \ [47:24] \ [47:24] \ [47:24] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] | [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] / [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] - [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] \ [47:25] | [47:25] | [47:25] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] \ [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] | [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] / [47:26] - [47:26] - [47:26] - [47:26] - [47:26] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] / [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] - [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] \ [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:27] | [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:28] \ [47:28] \ [47:28] \ [47:28] \ [47:28] \ [47:28] \ [47:28] \ [47:28] \ [47:28] \ [47:28] \ [47:28] | [47:28] | [47:28] | [47:28] | [47:28] | [47:28] | [47:28] | [47:28] | [47:28] | [47:28] | [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] / [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:28] - [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] - [47:29] - [47:29] - [47:29] - [47:29] - [47:29] - [47:29] - [47:29] - [47:29] - [47:29] - [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] \ [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] | [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] / [47:29] - [47:29] - [47:29] - [47:29] - [47:30] - [47:30] - [47:30] - [47:30] - [47:30] - [47:30] - [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] | [47:30] | [47:30] | [47:30] | [47:30] | [47:30] | [47:30] | [47:30] | [47:30] | [47:30] | [47:30] / [47:30] / [47:30] / [47:30] / [47:30] / [47:30] / [47:30] / [47:30] / [47:30] / [47:30] / [47:30] - [47:30] - [47:30] - [47:30] - [47:30] - [47:30] - [47:30] - [47:30] - [47:30] - [47:30] - [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:30] \ [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] | [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] / [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] - [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:31] \ [47:32] \ [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] / [47:32] / [47:32] / [47:32] / [47:32] / [47:32] / [47:32] / [47:32] / [47:32] / [47:32] / [47:32] - [47:32] - [47:32] - [47:32] - [47:32] - [47:32] - [47:32] - [47:32] - [47:32] - [47:32] - [47:32] \ [47:32] \ [47:32] \ [47:32] \ [47:32] \ [47:32] \ [47:32] \ [47:32] \ [47:32] \ [47:32] \ [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] | [47:32] / [47:32] / [47:32] / [47:32] / [47:32] / [47:32] / [47:32] / [47:32] / [47:32] / [47:33] / [47:33] - [47:33] - [47:33] - [47:33] - [47:33] - [47:33] - [47:33] - [47:33] - [47:33] - [47:33] - [47:33] \ [47:33] \ [47:33] \ [47:33] \ [47:33] \ [47:33] \ [47:33] \ [47:33] \ [47:33] \ [47:33] \ [47:34] | [47:34] | [47:34] | [47:34] | [47:34] | [47:34] | [47:34] | [47:34] | [47:34] | [47:34] | [47:34] / [47:34] / [47:34] / [47:35] / [47:35] / [47:35] / [47:35] / [47:35] / [47:35] / [47:35] / [47:35] - [47:35] - [47:35] - [47:35] - [47:35] - [47:35] - [47:35] - [47:35] - [47:35] - [47:35] - [47:35] \ [47:35] \ [47:35] \ [47:36] \ [47:36] \ [47:36] \ [47:36] \ [47:36] \ [47:36] \ [47:36] \ [47:36] | [47:36] | [47:38] | [47:38] | [47:40] | [47:40] | [47:43] | [47:43] | [47:43] | [47:43] | [47:43] / [47:43] / [47:43] / [47:43] / [47:43] / [47:43] / [47:43] / [47:43] / [47:43] / [47:43] / [47:43] - [47:43] - [47:43] - [47:43] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] / [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] - [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] \ [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] | [47:44] / [47:44] / [47:44] / [47:45] / [47:45] / [47:45] / [47:45] / [47:45] / [47:45] / [47:45] / [47:45] - [47:45] - [47:45] - [47:45] - [47:45] - [47:45] - [47:45] - [47:45] - [47:45] - [47:45] - [47:45] \ [47:45] \ [47:45] \ [47:45] \ [47:45] \ [47:45] \ [47:45] \ [47:45] \ [47:45] \ [47:45] \ [47:45] | [47:45] | [47:45] | [47:45] | [47:45] | [47:45] | [47:46] | [47:46] | [47:46] | [47:46] | [47:46] / [47:46] / [47:46] / [47:46] / [47:46] / [47:46] / [47:46] / [47:46] / [47:46] / [47:46] / [47:46] - [47:46] - [47:46] - [47:46] - [47:46] - [47:46] - [47:46] - [47:46] - [47:46] - [47:46] - [47:46] \ [47:46] \ [47:46] \ [47:46] \ [47:46] \ [47:46] \ [47:46] \ [47:46] \ [47:46] \ [47:46] \ [47:46] | [47:46] | [47:46] | [47:46] | [47:46] | [47:46] | [47:46] | [47:46] | [47:46] | [47:46] | [47:46] / [47:46] / [47:46] / [47:47] / [47:47] / [47:47] / [47:47] / [47:47] / [47:47] / [47:47] / [47:47] - [47:47] - [47:47] - [47:47] - [47:47] - [47:47] - [47:47] - [47:47] - [47:47] - [47:47] - [47:47] \ [47:47] \ [47:47] \ [47:47] \ [47:47] \ [47:47] \ [47:47] \ [47:47] \ [47:47] \ [47:47] \ [47:47] | [47:47] | [47:47] | [47:47] | [47:47] | [47:47] | [47:47] | [47:47] | [47:47] | [47:47] | [47:47] / [47:47] / [47:47] / [47:47] / [47:47] / [47:47] / [47:47] / [47:47] / [47:47] / [47:47] / [47:47] - [47:47] - [47:48] - [47:48] - [47:48] - [47:48] - [47:48] - [47:48] - [47:48] - [47:48] - [47:48] \ [47:48] \ [47:48] \ [47:48] \ [47:48] \ [47:48] \ [47:48] \ [47:48] \ [47:48] \ [47:48] \ [47:48] | [47:48] | [47:48] | [47:48] | [47:48] | [47:48] | [47:48] | [47:48] | [47:48] | [47:48] | [47:48] / [47:48] / [47:48] / [47:48] / [47:48] / [47:48] / [47:48] / [47:48] / [47:49] / [47:49] / [47:49] - [47:49] - [47:49] - [47:49] - [47:49] - [47:49] - [47:49] - [47:49] - [47:49] - [47:49] - [47:49] \ [47:49] \ [47:49] \ [47:49] \ [47:49] \ [47:49] \ [47:49] \ [47:49] \ [47:49] \ [47:49] \ [47:49] | [47:49] | [47:49] | [47:49] | [47:49] | [47:49] | [47:49] | [47:50] | [47:50] | [47:50] | [47:50] / [47:50] / [47:50] / [47:50] / [47:50] / [47:50] / [47:50] / [47:50] / [47:50] / [47:50] / [47:50] - [47:50] - [47:50] - [47:50] - [47:50] - [47:50] - [47:50] - [47:50] - [47:51] - [47:51] - [47:51] \ [47:51] \ [47:51] \ [47:51] \ [47:51] \ [47:51] \ [47:51] \ [47:51] \ [47:52] \ [47:52] \ [47:52] | [47:52] | [47:52] | [47:52] | [47:52] | [47:52] | [47:52] | [47:52] | [47:52] | [47:52] | [47:53] / [47:53] / [47:53] / [47:53] / [47:53] / [47:53] / [47:53] / [47:53] / [47:53] / [47:53] / [47:53] - [47:54] - [47:55] - [47:55] - [47:55] - [47:55] - [47:55] - [47:55] - [47:55] - [47:55] - [47:55] \ [47:55] \ [47:55] \ [47:55] \ [47:55] \ [47:55] \ [47:55] \ [47:55] \ [47:56] \ [47:56] \ [47:56] | [47:56] | [47:56] | [47:56] | [47:56] | [47:56] | [47:57] | [47:57] | [47:57] | [47:57] | [47:57] / [47:57] / [47:57] / [47:57] / [47:57] / [47:57] / [47:57] / [47:57] / [47:57] / [47:57] / [47:57] - [47:57] - [47:57] - [47:57] - [47:57] - [47:57] - [47:57] - [47:57] - [47:58] - [47:58] - [47:58] \ [47:58] \ [47:58] \ [47:58] \ [47:58] \ [47:58] \ [47:58] \ [47:58] \ [47:58] \ [47:58] \ [47:58] | [47:58] | [47:58] | [47:58] | [47:58] | [47:58] | [47:58] | [47:58] | [47:58] | [47:58] | [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] | [47:59] | [47:59] | [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] / [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] - [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] \ [47:59] | [47:59] | [47:59] | [47:59] | [47:59] | [47:59] | [47:59] | [47:59] | [47:59] | [47:59] | [47:59] / [47:59] / [47:59] / [47:59] / [48:02] / [48:02] / [48:02] / [48:02] / [48:02] / [48:02] / [48:02] - [48:02] - [48:02] - [48:02] - [48:02] - [48:02] - [48:02] - [48:02] - [48:02] - [48:02] - [48:02] \ [48:02] \ [48:02] \ [48:02] \ [48:02] \ [48:02] \ [48:02] \ [48:02] \ [48:03] \ [48:03] \ [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] - [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] \ [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] | [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] / [48:03] - [48:03] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] | [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] / [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] - [48:04] \ [48:04] \ [48:04] \ [48:04] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] | [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] / [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] - [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:05] \ [48:06] \ [48:06] \ [48:06] \ [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] \ [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] | [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] / [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:06] - [48:07] - [48:07] - [48:07] - [48:07] - [48:07] \ [48:07] \ [48:07] \ [48:07] \ [48:07] \ [48:07] \ [48:07] \ [48:07] \ [48:07] \ [48:07] \ [48:07] | [48:07] | [48:07] | [48:07] | [48:07] | [48:07] | [48:07] | [48:07] | [48:07] | [48:07] | [48:07] / [48:07] / [48:07] / [48:07] / [48:07] / [48:07] / [48:07] / [48:07] / [48:07] / [48:07] / [48:07] - [48:07] - [48:07] - [48:07] - [48:08] - [48:08] - [48:08] - [48:08] - [48:08] - [48:08] - [48:08] \ [48:08] \ [48:08] \ [48:08] \ [48:08] \ [48:08] \ [48:08] \ [48:08] \ [48:08] \ [48:08] \ [48:08] | [48:08] | [48:08] | [48:08] | [48:08] | [48:08] | [48:08] | [48:08] | [48:08] | [48:08] | [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] - [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] \ [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] | [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [INFO ] Installing final gcc compiler for build: done in 258.29s (at 48:09) [48:09] / [INFO ] ================================================================= [48:09] / [INFO ] Installing final gcc compiler [48:09] / [48:09] / [48:09] / [48:09] / [48:09] / [48:10] / [48:10] / [48:10] / [48:10] / [48:10] / [48:10] / [48:10] / [48:10] / [48:10] / [48:10] / [48:10] - [48:10] - [48:10] - [48:10] - [48:10] - [48:11] - [48:11] - [48:11] - [48:11] - [48:11] - [48:11] \ [48:11] \ [48:12] \ [48:12] \ [48:12] \ [48:12] \ [48:12] \ [48:12] \ [48:12] \ [48:12] \ [48:12] | [48:12] | [48:12] | [48:12] | [48:12] | [48:12] | [48:13] | [48:13] | [48:14] | [48:14] | [48:14] / [48:14] / [48:14] / [48:14] / [48:14] / [48:14] / [48:14] / [48:14] / [48:14] / [48:14] / [48:14] - [48:14] - [48:14] - [48:14] - [48:14] - [48:14] - [48:14] - [48:14] - [48:14] - [48:14] - [48:14] \ [48:14] \ [48:14] \ [48:14] \ [48:14] \ [48:14] \ [48:14] \ [48:14] \ [48:14] \ [48:14] \ [48:14] | [48:14] | [48:14] | [48:14] | [48:14] | [48:14] | [48:14] | [48:14] | [48:14] | [48:14] | [48:14] / [48:14] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] \ [48:15] \ [48:15] \ [48:15] \ [48:15] \ [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:15] \ [48:15] \ [48:15] \ [48:15] \ [48:15] \ [48:15] \ [48:15] \ [48:15] \ [48:15] \ [48:15] \ [48:15] | [48:15] | [48:15] | [48:15] | [48:15] | [48:15] | [48:15] | [48:15] | [48:15] | [48:15] | [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] / [48:15] - [48:15] - [48:15] - [48:15] - [48:15] - [48:16] - [48:16] - [48:16] - [48:16] - [48:16] - [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] - [48:16] - [48:16] - [48:16] - [48:16] - [48:16] - [48:16] - [48:16] - [48:16] - [48:16] - [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] \ [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] | [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] / [48:16] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] | [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] / [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] - [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:17] \ [48:18] \ [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] / [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] - [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] \ [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:18] | [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] | [48:19] | [48:19] | [48:19] | [48:19] | [48:19] | [48:19] | [48:19] | [48:19] | [48:19] | [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] / [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] - [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] \ [48:19] | [48:19] | [48:19] | [48:19] | [48:19] | [48:19] | [48:20] | [48:20] | [48:20] | [48:20] | [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] - [48:20] - [48:20] - [48:20] - [48:20] - [48:20] - [48:20] - [48:20] - [48:20] - [48:20] - [48:20] \ [48:20] \ [48:20] \ [48:20] \ [48:20] \ [48:20] \ [48:20] \ [48:20] \ [48:20] \ [48:20] \ [48:20] | [48:20] | [48:20] | [48:20] | [48:20] | [48:20] | [48:20] | [48:20] | [48:20] | [48:20] | [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] / [48:20] - [48:20] - [48:20] - [48:20] - [48:20] - [48:20] - [48:21] - [48:21] - [48:21] - [48:21] - [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] | [48:21] | [48:21] | [48:21] | [48:21] | [48:21] | [48:21] | [48:21] | [48:21] | [48:21] | [48:21] / [48:21] / [48:21] / [48:21] / [48:21] / [48:21] / [48:21] / [48:21] / [48:21] / [48:21] / [48:21] - [48:21] - [48:21] - [48:21] - [48:21] - [48:21] - [48:21] - [48:21] - [48:21] - [48:21] - [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] \ [48:21] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] - [48:22] - [48:22] - [48:22] - [48:22] - [48:22] - [48:22] - [48:22] - [48:22] - [48:22] - [48:22] \ [48:22] \ [48:22] \ [48:22] \ [48:22] \ [48:22] \ [48:22] \ [48:22] \ [48:22] \ [48:22] \ [48:22] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] | [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] / [48:22] - [48:22] - [48:22] - [48:23] - [48:23] - [48:23] - [48:23] - [48:23] - [48:23] - [48:23] - [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] / [48:23] / [48:23] / [48:23] / [48:23] / [48:23] / [48:23] / [48:23] / [48:23] / [48:23] / [48:23] - [48:23] - [48:23] - [48:23] - [48:23] - [48:23] - [48:23] - [48:23] - [48:23] - [48:23] - [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] \ [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] | [48:23] / [48:23] / [48:23] / [48:23] / [48:23] / [48:23] / [48:23] / [48:23] / [48:23] / [48:24] / [48:24] - [48:24] - [48:24] - [48:24] - [48:24] - [48:24] - [48:24] - [48:24] - [48:24] - [48:24] - [48:24] \ [48:24] \ [48:24] \ [48:24] \ [48:24] \ [48:24] \ [48:24] \ [48:24] \ [48:24] \ [48:24] \ [48:24] | [48:24] | [48:24] | [48:24] | [48:24] | [48:24] | [48:24] | [48:24] | [48:24] | [48:24] | [48:24] / [48:24] / [48:24] / [48:24] / [48:24] / [48:24] / [48:24] / [48:24] / [48:24] / [48:24] / [48:24] - [48:24] - [48:24] - [48:24] - [48:24] - [48:24] - [48:24] - [48:24] - [48:25] - [48:25] - [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] / [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] - [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] \ [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:25] | [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] - [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] \ [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] | [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:26] / [48:27] / [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] / [48:27] / [48:27] / [48:27] / [48:27] / [48:27] / [48:27] / [48:27] / [48:27] / [48:27] / [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] - [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] \ [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] | [48:27] / [48:27] / [48:28] / [48:28] / [48:28] / [48:28] / [48:28] / [48:28] / [48:28] / [48:28] / [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] / [48:28] / [48:28] / [48:28] / [48:28] / [48:28] / [48:28] / [48:28] / [48:28] / [48:28] / [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] - [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] \ [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] | [48:28] / [48:28] / [48:28] / [48:28] / [48:29] / [48:29] / [48:29] / [48:29] / [48:29] / [48:29] / [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] / [48:29] / [48:29] / [48:29] / [48:29] / [48:29] / [48:29] / [48:29] / [48:29] / [48:29] / [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] - [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] \ [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] | [48:29] / [48:29] / [48:29] / [48:29] / [48:29] / [48:29] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] - [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] \ [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] | [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] / [48:30] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] / [48:31] / [48:31] / [48:31] / [48:31] / [48:31] / [48:31] / [48:31] / [48:31] / [48:31] / [48:31] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] - [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] \ [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] | [48:31] / [48:31] / [48:31] / [48:31] / [48:31] / [48:31] / [48:31] / [48:31] / [48:31] / [48:32] / [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] \ [48:32] \ [48:32] \ [48:32] \ [48:32] \ [48:32] \ [48:32] \ [48:32] \ [48:32] \ [48:32] \ [48:32] | [48:32] | [48:32] | [48:32] | [48:32] | [48:32] | [48:32] | [48:32] | [48:32] | [48:32] | [48:32] / [48:32] / [48:32] / [48:32] / [48:32] / [48:32] / [48:32] / [48:32] / [48:32] / [48:32] / [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] - [48:32] \ [48:32] \ [48:32] \ [48:32] \ [48:32] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] | [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] / [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] - [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:33] \ [48:34] \ [48:34] \ [48:34] | [48:34] | [48:34] | [48:34] | [48:34] | [48:34] | [48:34] | [48:34] | [48:34] | [48:34] | [48:34] / [48:34] / [48:34] / [48:34] / [48:34] / [48:34] / [48:34] / [48:34] / [48:34] / [48:34] / [48:34] - [48:34] - [48:34] - [48:34] - [48:34] - [48:34] - [48:34] - [48:34] - [48:34] - [48:34] - [48:34] \ [48:34] \ [48:34] \ [48:34] \ [48:34] \ [48:34] \ [48:34] \ [48:34] \ [48:34] \ [48:34] \ [48:34] | [48:34] | [48:34] | [48:34] | [48:35] | [48:35] | [48:35] | [48:35] | [48:35] | [48:35] | [48:35] / [48:35] / [48:35] / [48:35] / [48:35] / [48:35] / [48:35] / [48:35] / [48:35] / [48:35] / [48:35] - [48:35] - [48:35] - [48:35] - [48:35] - [48:35] - [48:35] - [48:35] - [48:35] - [48:35] - [48:35] \ [48:35] \ [48:35] \ [48:35] \ [48:35] \ [48:35] \ [48:35] \ [48:35] \ [48:35] \ [48:35] \ [48:35] | [48:35] | [48:35] | [48:35] | [48:35] | [48:35] | [48:35] | [48:35] | [48:35] | [48:35] | [48:35] / [48:35] / [48:35] / [48:35] / [48:36] / [48:36] / [48:36] / [48:36] / [48:36] / [48:36] / [48:36] - [48:36] - [48:36] - [48:36] - [48:36] - [48:36] - [48:36] - [48:36] - [48:36] - [48:36] - [48:36] \ [48:36] \ [48:36] \ [48:36] \ [48:36] \ [48:36] \ [48:36] \ [48:36] \ [48:36] \ [48:36] \ [48:36] | [48:36] | [48:36] | [48:36] | [48:36] | [48:36] | [48:36] | [48:36] | [48:36] | [48:36] | [48:36] / [48:36] / [48:36] / [48:36] / [48:36] / [48:36] / [48:36] / [48:36] / [48:36] / [48:36] / [48:36] - [48:36] - [48:36] - [48:37] - [48:37] - [48:37] - [48:37] - [48:37] - [48:37] - [48:37] - [48:37] \ [48:37] \ [48:37] \ [48:37] \ [48:37] \ [48:37] \ [48:37] \ [48:37] \ [48:37] \ [48:37] \ [48:37] | [48:37] | [48:37] | [48:37] | [48:37] | [48:37] | [48:37] | [48:37] | [48:37] | [48:37] | [48:37] / [48:37] / [48:37] / [48:37] / [48:37] / [48:37] / [48:37] / [48:37] / [48:37] / [48:37] / [48:37] - [48:37] - [48:37] - [48:38] - [48:38] - [48:38] - [48:38] - [48:38] - [48:38] - [48:38] - [48:38] \ [48:38] \ [48:38] \ [48:38] \ [48:38] \ [48:38] \ [48:38] \ [48:38] \ [48:38] \ [48:38] \ [48:38] | [48:38] | [48:39] | [48:39] | [48:39] | [48:39] | [48:39] | [48:39] | [48:39] | [48:39] | [48:39] / [48:39] / [48:39] / [48:39] / [48:39] / [48:39] / [48:39] / [48:40] / [48:40] / [48:40] / [48:40] - [48:40] - [48:40] - [48:40] - [48:40] - [48:40] - [48:40] - [48:40] - [48:40] - [48:40] - [48:40] \ [48:40] \ [48:40] \ [48:40] \ [48:40] \ [48:40] \ [48:40] \ [48:40] \ [48:40] \ [48:40] \ [48:40] | [48:40] | [48:40] | [48:40] | [48:40] | [48:40] | [48:40] | [48:40] | [48:40] | [48:40] | [48:40] / [48:40] / [48:40] / [48:40] / [48:40] / [48:41] / [48:41] / [48:41] / [48:41] / [48:41] / [48:41] - [48:41] - [48:41] - [48:41] - [48:41] - [48:41] - [48:41] - [48:41] - [48:41] - [48:41] - [48:41] \ [48:41] \ [48:41] \ [48:41] \ [48:41] \ [48:41] \ [48:41] \ [48:41] \ [48:41] \ [48:41] \ [48:41] | [48:41] | [48:41] | [48:41] | [48:41] | [48:41] | [48:42] | [48:42] | [48:42] | [48:42] | [48:42] / [48:42] / [48:42] / [48:42] / [48:42] / [48:42] / [48:42] / [48:42] / [48:42] / [48:42] / [48:42] - [48:42] - [48:42] - [48:42] - [48:42] - [48:42] - [48:42] - [48:42] - [48:42] - [48:42] - [48:42] \ [48:42] \ [48:42] \ [48:42] \ [48:42] \ [48:42] \ [48:42] \ [48:43] \ [48:43] \ [48:43] \ [48:43] | [48:43] | [48:43] | [48:43] | [48:43] | [48:43] | [48:43] | [48:43] | [48:43] | [48:43] | [48:43] / [48:43] / [48:43] / [48:43] / [48:43] / [48:43] / [48:43] / [48:43] / [48:43] / [48:43] / [48:43] - [48:43] - [48:43] - [48:43] - [48:43] - [48:43] - [48:43] - [48:43] - [48:43] - [48:43] - [48:43] \ [48:43] \ [48:43] \ [48:43] \ [48:43] \ [48:43] \ [48:43] \ [48:43] \ [48:43] \ [48:43] \ [48:43] | [48:43] | [48:43] | [48:43] | [48:43] | [48:43] | [48:43] | [48:43] | [48:44] | [48:44] | [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] - [48:44] - [48:44] - [48:44] - [48:44] - [48:44] - [48:44] - [48:44] - [48:44] - [48:44] - [48:44] \ [48:44] \ [48:44] \ [48:44] \ [48:44] \ [48:44] \ [48:44] \ [48:44] \ [48:44] \ [48:44] \ [48:44] | [48:44] | [48:44] | [48:44] | [48:44] | [48:44] | [48:44] | [48:44] | [48:44] | [48:44] | [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] / [48:44] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] | [48:45] | [48:45] | [48:45] | [48:45] | [48:45] | [48:45] | [48:45] | [48:45] | [48:45] | [48:45] / [48:45] / [48:45] / [48:45] / [48:45] / [48:45] / [48:45] / [48:45] / [48:45] / [48:45] / [48:45] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] - [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] \ [48:45] | [48:45] | [48:45] | [48:45] | [48:46] | [48:46] | [48:46] | [48:46] | [48:46] | [48:46] | [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] | [48:46] | [48:46] | [48:46] | [48:46] | [48:46] | [48:46] | [48:46] | [48:46] | [48:46] | [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] / [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] - [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] \ [48:46] | [48:46] | [48:46] | [48:46] | [48:46] | [48:46] | [48:46] | [48:47] | [48:47] | [48:47] | [48:47] / [48:47] / [48:47] / [48:47] / [48:47] / [48:47] / [48:47] / [48:47] / [48:47] / [48:47] / [48:47] - [48:47] - [48:47] - [48:47] - [48:47] - [48:47] - [48:47] - [48:47] - [48:47] - [48:47] - [48:47] \ [48:47] \ [48:47] \ [48:47] \ [48:47] \ [48:47] \ [48:47] \ [48:47] \ [48:47] \ [48:47] \ [48:47] | [48:47] | [48:47] | [48:47] | [48:47] | [48:47] | [48:47] | [48:47] | [48:47] | [48:47] | [48:47] / [48:47] / [48:48] / [48:48] / [48:48] / [48:48] / [48:48] / [48:48] / [48:48] / [48:48] / [48:48] - [48:48] - [48:48] - [48:48] - [48:48] - [48:48] - [48:48] - [48:48] - [48:48] - [48:48] - [48:48] \ [48:48] \ [48:48] \ [48:48] \ [48:48] \ [48:49] \ [48:49] \ [48:49] \ [48:49] \ [48:49] \ [48:49] | [48:49] | [48:49] | [48:49] | [48:49] | [48:49] | [48:50] | [48:50] | [48:50] | [48:50] | [48:50] / [48:50] / [48:50] / [48:50] / [48:50] / [48:50] / [48:50] / [48:50] / [48:50] / [48:50] / [48:50] - [48:50] - [48:50] - [48:51] - [48:51] - [48:51] - [48:51] - [48:51] - [48:51] - [48:51] - [48:51] \ [48:51] \ [48:51] \ [48:51] \ [48:51] \ [48:51] \ [48:51] \ [48:51] \ [48:51] \ [48:51] \ [48:51] | [48:51] | [48:51] | [48:51] | [48:51] | [48:51] | [48:51] | [48:51] | [48:52] | [48:52] | [48:52] / [48:52] / [48:52] / [48:52] / [48:52] / [48:52] / [48:52] / [48:52] / [48:52] / [48:52] / [48:52] - [48:52] - [48:52] - [48:52] - [48:52] - [48:52] - [48:52] - [48:52] - [48:52] - [48:52] - [48:52] \ [48:52] \ [48:52] \ [48:52] \ [48:52] \ [48:52] \ [48:52] \ [48:52] \ [48:52] \ [48:53] \ [48:53] | [48:53] | [48:53] | [48:53] | [48:53] | [48:53] | [48:53] | [48:53] | [48:53] | [48:53] | [48:53] / [48:53] / [48:53] / [48:54] / [48:54] / [48:54] / [48:54] / [48:54] / [48:54] / [48:54] / [48:54] - [48:54] - [48:54] - [48:54] - [48:54] - [48:54] - [48:54] - [48:54] - [48:54] - [48:54] - [48:54] \ [48:54] \ [48:55] \ [48:55] \ [48:55] \ [48:55] \ [48:55] \ [48:55] \ [48:55] \ [48:55] \ [48:55] | [48:55] | [48:55] | [48:55] | [48:55] | [48:55] | [48:55] | [48:55] | [48:55] | [48:55] | [48:55] / [48:55] / [48:55] / [48:55] / [48:55] / [48:55] / [48:55] / [48:55] / [48:55] / [48:55] / [48:55] - [48:55] - [48:55] - [48:55] - [48:55] - [48:55] - [48:55] - [48:55] - [48:55] - [48:55] - [48:55] \ [48:55] \ [48:55] \ [48:55] \ [48:55] \ [48:55] \ [48:56] \ [48:56] \ [48:56] \ [48:56] \ [48:56] | [48:56] | [48:56] | [48:56] | [48:56] | [48:56] | [48:56] | [48:56] | [48:56] | [48:56] | [48:57] / [48:57] / [48:57] / [48:57] / [48:58] / [48:58] / [48:58] / [48:58] / [48:58] / [48:58] / [48:58] - [48:58] - [48:58] - [48:59] - [48:59] - [48:59] - [48:59] - [48:59] - [48:59] - [48:59] - [48:59] \ [48:59] \ [48:59] \ [49:00] \ [49:00] \ [49:00] \ [49:00] \ [49:00] \ [49:00] \ [49:00] \ [49:00] | [49:00] | [49:00] | [49:01] | [49:01] | [49:01] | [49:01] | [49:01] | [49:01] | [49:01] | [49:01] / [49:01] / [49:01] / [49:01] / [49:01] / [49:02] / [49:02] / [49:02] / [49:02] / [49:02] / [49:02] - [49:02] - [49:02] - [49:02] - [49:02] - [49:02] - [49:02] - [49:02] - [49:02] - [49:02] - [49:02] \ [49:02] \ [49:02] \ [49:02] \ [49:02] \ [49:02] \ [49:02] \ [49:02] \ [49:03] \ [49:03] \ [49:03] | [49:03] | [49:03] | [49:03] | [49:03] | [49:03] | [49:03] | [49:04] | [49:04] | [49:04] | [49:04] / [49:04] / [49:04] / [49:04] / [49:04] / [49:04] / [49:05] / [49:05] / [49:05] / [49:05] / [49:05] - [49:05] - [49:05] - [49:05] - [49:06] - [49:06] - [49:06] - [49:06] - [49:06] - [49:06] - [49:06] \ [49:06] \ [49:07] \ [49:07] \ [49:07] \ [49:07] \ [49:07] \ [49:07] \ [49:07] \ [49:07] \ [49:07] | [49:08] | [49:08] | [49:08] | [49:08] | [49:08] | [49:08] | [49:08] | [49:08] | [49:08] | [49:09] / [49:09] / [49:09] / [49:09] / [49:09] / [49:09] / [49:09] / [49:09] / [49:09] / [49:09] / [49:09] - [49:09] - [49:09] - [49:09] - [49:09] - [49:09] - [49:09] - [49:09] - [49:09] - [49:09] - [49:09] \ [49:09] \ [49:09] \ [49:09] \ [49:09] \ [49:09] \ [49:09] \ [49:10] \ [49:10] \ [49:10] \ [49:10] | [49:10] | [49:10] | [49:10] | [49:10] | [49:10] | [49:10] | [49:10] | [49:10] | [49:10] | [49:10] / [49:10] / [49:10] / [49:10] / [49:10] / [49:10] / [49:10] / [49:10] / [49:10] / [49:10] / [49:10] - [49:10] - [49:10] - [49:10] - [49:10] - [49:10] - [49:10] - [49:10] - [49:10] - [49:10] - [49:10] \ [49:11] \ [49:11] \ [49:11] \ [49:11] \ [49:11] \ [49:11] \ [49:11] \ [49:11] \ [49:11] \ [49:11] | [49:11] | [49:11] | [49:11] | [49:11] | [49:11] | [49:11] | [49:11] | [49:11] | [49:11] | [49:11] / [49:11] / [49:11] / [49:12] / [49:12] / [49:12] / [49:12] / [49:12] / [49:12] / [49:12] / [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] | [49:12] | [49:12] | [49:12] | [49:12] | [49:12] | [49:12] | [49:12] | [49:12] | [49:12] | [49:12] / [49:12] / [49:12] / [49:12] / [49:12] / [49:12] / [49:12] / [49:12] / [49:12] / [49:12] / [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] - [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] \ [49:12] | [49:12] | [49:12] | [49:12] | [49:13] | [49:13] | [49:13] | [49:13] | [49:13] | [49:13] | [49:13] / [49:13] / [49:13] / [49:13] / [49:13] / [49:13] / [49:13] / [49:13] / [49:13] / [49:13] / [49:13] - [49:14] - [49:14] - [49:14] - [49:14] - [49:14] - [49:14] - [49:14] - [49:14] - [49:14] - [49:14] \ [49:14] \ [49:14] \ [49:14] \ [49:14] \ [49:14] \ [49:14] \ [49:14] \ [49:14] \ [49:14] \ [49:14] | [49:15] | [49:15] | [49:15] | [49:15] | [49:15] | [49:15] | [49:15] | [49:15] | [49:15] | [49:15] / [49:15] / [49:15] / [49:15] / [49:15] / [49:15] / [49:15] / [49:15] / [49:15] / [49:15] / [49:15] - [49:15] - [49:15] - [49:15] - [49:15] - [49:15] - [49:15] - [49:15] - [49:15] - [49:15] - [49:15] \ [49:16] \ [49:16] \ [49:16] \ [49:16] \ [49:16] \ [49:16] \ [49:16] \ [49:16] \ [49:16] \ [49:16] | [49:16] | [49:16] | [49:16] | [49:16] | [49:16] | [49:16] | [49:17] | [49:17] | [49:17] | [49:17] / [49:17] / [49:17] / [49:17] / [49:17] / [49:17] / [49:17] / [49:17] / [49:17] / [49:17] / [49:17] - [49:17] - [49:17] - [49:18] - [49:18] - [49:18] - [49:18] - [49:18] - [49:18] - [49:18] - [49:18] \ [49:18] \ [49:18] \ [49:18] \ [49:18] \ [49:18] \ [49:18] \ [49:18] \ [49:18] \ [49:18] \ [49:19] | [49:19] | [49:19] | [49:19] | [49:19] | [49:19] | [49:19] | [49:19] | [49:19] | [49:19] | [49:19] / [49:19] / [49:19] / [49:19] / [49:19] / [49:19] / [49:19] / [49:19] / [49:19] / [49:19] / [49:19] - [49:19] - [49:19] - [49:19] - [49:19] - [49:19] - [49:19] - [49:19] - [49:19] - [49:19] - [49:19] \ [49:19] \ [49:19] \ [49:19] \ [49:19] \ [49:19] \ [49:19] \ [49:19] \ [49:19] \ [49:19] \ [49:19] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] - [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] \ [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] | [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:20] / [49:21] / [49:21] / [49:21] / [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] \ [49:21] \ [49:21] \ [49:21] \ [49:21] \ [49:21] \ [49:21] \ [49:21] \ [49:21] \ [49:21] \ [49:21] | [49:21] | [49:21] | [49:21] | [49:21] | [49:21] | [49:21] | [49:21] | [49:21] | [49:21] | [49:21] / [49:21] / [49:21] / [49:21] / [49:21] / [49:21] / [49:21] / [49:21] / [49:21] / [49:21] / [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] - [49:21] \ [49:21] \ [49:21] \ [49:22] \ [49:22] \ [49:22] \ [49:22] \ [49:22] \ [49:22] \ [49:22] \ [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] - [49:22] - [49:22] - [49:22] - [49:22] - [49:22] - [49:22] - [49:22] - [49:22] - [49:22] - [49:22] \ [49:22] \ [49:22] \ [49:22] \ [49:22] \ [49:22] \ [49:22] \ [49:22] \ [49:22] \ [49:22] \ [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] | [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] / [49:22] - [49:22] - [49:22] - [49:22] - [49:23] - [49:23] - [49:23] - [49:23] - [49:23] - [49:23] - [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] | [49:23] | [49:23] | [49:23] | [49:23] | [49:23] | [49:23] | [49:23] | [49:23] | [49:23] | [49:23] / [49:23] / [49:23] / [49:23] / [49:23] / [49:23] / [49:23] / [49:23] / [49:23] / [49:23] / [49:23] - [49:23] - [49:23] - [49:23] - [49:23] - [49:23] - [49:23] - [49:23] - [49:23] - [49:23] - [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] \ [49:23] | [49:23] | [49:24] | [49:24] | [49:24] | [49:24] | [49:24] | [49:24] | [49:24] | [49:24] | [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] | [49:24] | [49:24] | [49:24] | [49:24] | [49:24] | [49:24] | [49:24] | [49:24] | [49:24] | [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] / [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] - [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] \ [49:24] | [49:24] | [49:24] | [49:24] | [49:25] | [49:25] | [49:25] | [49:25] | [49:25] | [49:25] | [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] \ [49:25] \ [49:25] \ [49:25] \ [49:25] \ [49:25] \ [49:25] \ [49:25] \ [49:25] \ [49:25] \ [49:25] | [49:25] | [49:25] | [49:25] | [49:25] | [49:25] | [49:25] | [49:25] | [49:25] | [49:25] | [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] / [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] - [49:25] \ [49:25] \ [49:25] \ [49:26] \ [49:26] \ [49:26] \ [49:26] \ [49:26] \ [49:26] \ [49:26] \ [49:26] | [49:26] | [49:26] | [49:26] | [49:26] | [49:27] | [49:27] | [49:27] | [49:27] | [49:27] | [49:27] / [49:27] / [49:27] / [49:27] / [49:27] / [49:27] / [49:27] / [49:27] / [49:27] / [49:27] / [49:27] - [49:27] - [49:27] - [49:27] - [49:27] - [49:27] - [49:27] - [49:27] - [49:27] - [49:27] - [49:27] \ [49:27] \ [49:27] \ [49:27] \ [49:27] \ [49:27] \ [49:27] \ [49:27] \ [49:27] \ [49:27] \ [49:27] | [49:28] | [49:28] | [49:28] | [49:28] | [49:28] | [49:28] | [49:28] | [49:28] | [49:28] | [49:28] / [49:28] / [49:28] / [49:28] / [49:28] / [49:28] / [49:28] / [49:28] / [49:28] / [49:28] / [49:29] - [49:29] - [49:29] - [49:29] - [49:29] - [49:29] - [49:29] - [49:29] - [49:29] - [49:29] - [49:29] \ [49:29] \ [49:29] \ [49:29] \ [49:29] \ [49:29] \ [49:29] \ [49:29] \ [49:29] \ [49:29] \ [49:29] | [49:29] | [49:29] | [49:29] | [49:29] | [49:29] | [49:29] | [49:29] | [49:30] | [49:30] | [49:30] / [49:30] / [49:30] / [49:30] / [49:30] / [49:30] / [49:30] / [49:30] / [49:30] / [49:30] / [49:30] - [49:30] - [49:30] - [49:30] - [49:30] - [49:30] - [49:30] - [49:30] - [49:30] - [49:30] - [49:30] \ [49:30] \ [49:30] \ [49:30] \ [49:30] \ [49:30] \ [49:30] \ [49:30] \ [49:30] \ [49:30] \ [49:30] | [49:30] | [49:30] | [49:30] | [49:30] | [49:30] | [49:30] | [49:30] | [49:30] | [49:30] | [49:30] / [49:30] / [49:30] / [49:30] / [49:30] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] \ [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] | [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] / [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] - [49:31] \ [49:31] \ [49:32] \ [49:32] \ [49:32] \ [49:32] \ [49:33] \ [49:33] \ [49:33] \ [49:33] \ [49:34] | [49:34] | [49:34] | [49:34] | [49:34] | [49:34] | [49:34] | [49:34] | [49:34] | [49:34] | [49:34] / [49:34] / [49:34] / [49:35] / [49:35] / [49:35] / [49:35] / [49:36] / [49:36] / [49:36] / [49:36] - [49:36] - [49:37] - [49:37] - [49:37] - [49:37] - [49:37] - [49:37] - [49:37] - [49:37] - [49:37] \ [49:38] \ [49:38] \ [49:38] \ [49:39] \ [49:39] \ [49:39] \ [49:39] \ [49:39] \ [49:39] \ [49:39] | [49:40] | [49:40] | [49:40] | [49:40] | [49:40] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] - [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] \ [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] | [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] / [49:41] - [49:42] - [49:42] - [49:42] - [49:42] - [49:42] - [49:42] - [49:43] - [49:43] - [49:43] - [49:43] \ [49:43] \ [49:43] \ [49:43] \ [49:43] \ [49:43] \ [49:43] \ [49:43] \ [49:43] \ [49:44] \ [49:44] | [49:44] | [49:44] | [49:45] | [49:45] | [49:46] | [49:47] | [49:47] | [49:47] | [49:47] | [49:47] / [49:47] / [49:48] / [49:48] / [49:48] / [49:48] / [49:48] / [49:48] / [49:48] / [49:48] / [49:48] - [49:48] - [49:48] - [49:48] - [49:48] - [49:48] - [49:48] - [49:48] - [49:48] - [49:48] - [49:48] \ [49:48] \ [49:48] \ [49:48] \ [49:48] \ [49:48] \ [49:48] \ [49:49] \ [49:49] \ [49:50] \ [49:50] | [49:50] | [49:51] | [49:52] | [49:52] | [49:53] | [49:55] | [49:55] | [49:57] | [49:57] | [49:57] / [49:58] / [50:00] / [50:00] / [50:01] / [50:01] / [50:02] / [50:02] / [50:03] / [50:03] / [50:04] - [50:05] - [50:06] - [50:07] - [50:07] - [50:08] - [50:08] - [50:08] - [50:09] - [50:09] - [50:09] \ [50:10] \ [50:10] \ [50:10] \ [50:11] \ [50:11] \ [50:11] \ [50:11] \ [50:12] \ [50:13] \ [50:13] | [50:14] | [50:14] | [50:14] | [50:15] | [50:15] | [50:15] | [50:16] | [50:16] | [50:16] | [50:17] / [50:17] / [50:18] / [50:18] / [50:18] / [50:18] / [50:18] / [50:19] / [50:19] / [50:19] / [50:19] - [50:19] - [50:19] - [50:19] - [50:19] - [50:19] - [50:19] - [50:19] - [50:19] - [50:19] - [50:19] \ [50:19] \ [50:19] \ [50:19] \ [50:19] \ [50:19] \ [50:19] \ [50:19] \ [50:19] \ [50:20] \ [50:20] | [50:21] | [50:22] | [50:22] | [50:24] | [50:24] | [50:25] | [50:25] | [50:25] | [50:26] | [50:26] / [50:26] / [50:26] / [50:26] / [50:26] / [50:26] / [50:26] / [50:26] / [50:26] / [50:26] / [50:26] - [50:26] - [50:26] - [50:26] - [50:26] - [50:26] - [50:28] - [50:28] - [50:29] - [50:30] - [50:32] \ [50:33] \ [50:34] \ [50:34] \ [50:34] \ [50:35] \ [50:35] \ [50:36] \ [50:36] \ [50:36] \ [50:36] | [50:37] | [50:37] | [50:37] | [50:37] | [50:38] | [50:38] | [50:38] | [50:39] | [50:39] | [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] | [50:39] | [50:39] | [50:39] | [50:39] | [50:39] | [50:39] | [50:39] | [50:39] | [50:39] | [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] / [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] - [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] \ [50:39] | [50:39] | [50:40] | [50:40] | [50:40] | [50:40] | [50:41] | [50:41] | [50:41] | [50:41] | [50:41] / [50:42] / [50:43] / [50:43] / [50:43] / [50:44] / [50:44] / [50:44] / [50:44] / [50:44] / [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] | [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] / [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] - [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:45] \ [50:46] \ [50:46] \ [50:46] \ [50:47] | [50:47] | [50:48] | [50:48] | [50:49] | [50:50] | [50:50] | [50:51] | [50:51] | [50:51] | [50:51] / [50:52] / [50:52] / [50:52] / [50:52] / [50:53] / [50:53] / [50:53] / [50:53] / [50:55] / [50:55] - [50:56] - [50:57] - [50:57] - [50:58] - [50:58] - [50:58] - [50:58] - [50:58] - [50:59] - [50:59] \ [50:59] \ [50:59] \ [51:01] \ [51:01] \ [51:01] \ [51:02] \ [51:02] \ [51:02] \ [51:03] \ [51:03] | [51:03] | [51:04] | [51:05] | [51:05] | [51:05] | [51:05] | [51:06] | [51:06] | [51:06] | [51:06] / [51:06] / [51:07] / [51:07] / [51:07] / [51:08] / [51:08] / [51:08] / [51:08] / [51:09] / [51:09] - [51:09] - [51:09] - [51:09] - [51:09] - [51:09] - [51:09] - [51:09] - [51:09] - [51:09] - [51:09] \ [51:09] \ [51:10] \ [51:10] \ [51:10] \ [51:10] \ [51:11] \ [51:11] \ [51:12] \ [51:12] \ [51:12] | [51:13] | [51:13] | [51:13] | [51:13] | [51:13] | [51:13] | [51:13] | [51:14] | [51:14] | [51:15] / [51:15] / [51:15] / [51:16] / [51:16] / [51:17] / [51:17] / [51:18] / [51:18] / [51:19] / [51:19] - [51:19] - [51:19] - [51:20] - [51:21] - [51:21] - [51:21] - [51:21] - [51:21] - [51:21] - [51:21] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] \ [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] | [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] / [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] - [51:22] \ [51:23] \ [51:23] \ [51:23] \ [51:24] \ [51:24] \ [51:24] \ [51:24] \ [51:25] \ [51:25] \ [51:26] | [51:26] | [51:26] | [51:26] | [51:26] | [51:26] | [51:27] | [51:27] | [51:28] | [51:28] | [51:28] / [51:28] / [51:28] / [51:28] / [51:28] / [51:28] / [51:29] / [51:29] / [51:29] / [51:29] / [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] / [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] - [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] \ [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:30] | [51:31] | [51:31] / [51:31] / [51:31] / [51:32] / [51:32] / [51:32] / [51:33] / [51:33] / [51:33] / [51:34] / [51:34] - [51:34] - [51:34] - [51:34] - [51:34] - [51:35] - [51:35] - [51:36] - [51:36] - [51:36] - [51:36] \ [51:36] \ [51:36] \ [51:37] \ [51:37] \ [51:37] \ [51:38] \ [51:38] \ [51:38] \ [51:39] \ [51:39] | [51:39] | [51:39] | [51:39] | [51:39] | [51:39] | [51:39] | [51:39] | [51:39] | [51:39] | [51:39] / [51:40] / [51:40] / [51:40] / [51:41] / [51:41] / [51:42] / [51:42] / [51:43] / [51:43] / [51:43] - [51:44] - [51:44] - [51:45] - [51:45] - [51:46] - [51:47] - [51:48] - [51:48] - [51:48] - [51:48] \ [51:48] \ [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] - [51:49] - [51:49] - [51:49] - [51:49] - [51:49] - [51:49] - [51:49] - [51:49] - [51:49] - [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] \ [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] | [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] / [51:49] - [51:49] - [51:49] - [51:50] - [51:50] - [51:51] - [51:51] - [51:51] - [51:52] - [51:53] - [51:53] \ [51:54] \ [51:54] \ [51:54] \ [51:55] \ [51:55] \ [51:55] \ [51:55] \ [51:56] \ [51:56] \ [51:56] | [51:56] | [51:57] | [51:58] | [51:58] | [51:59] | [51:59] | [51:59] | [52:00] | [52:00] | [52:00] / [52:00] / [52:01] / [52:02] / [52:02] / [52:02] / [52:03] / [52:03] / [52:04] / [52:05] / [52:06] - [52:06] - [52:07] - [52:07] - [52:07] - [52:08] - [52:08] - [52:09] - [52:09] - [52:09] - [52:10] \ [52:10] \ [52:10] \ [52:10] \ [52:11] \ [52:11] \ [52:11] \ [52:12] \ [52:13] \ [52:14] \ [52:16] | [52:16] | [52:16] | [52:17] | [52:17] | [52:18] | [52:18] | [52:18] | [52:18] | [52:20] | [52:21] / [52:21] / [52:22] / [52:22] / [52:22] / [52:23] / [52:23] / [52:24] / [52:24] / [52:24] / [52:24] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] | [52:25] | [52:25] | [52:25] | [52:25] | [52:25] | [52:25] | [52:25] | [52:25] | [52:25] | [52:25] / [52:25] / [52:25] / [52:25] / [52:25] / [52:25] / [52:25] / [52:25] / [52:25] / [52:25] / [52:25] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] - [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] \ [52:25] | [52:26] | [52:26] | [52:26] | [52:26] | [52:26] | [52:26] | [52:26] | [52:26] | [52:26] | [52:26] / [52:26] / [52:26] / [52:26] / [52:26] / [52:26] / [52:27] / [52:27] / [52:27] / [52:27] / [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] | [52:27] | [52:27] | [52:27] | [52:27] | [52:27] | [52:27] | [52:27] | [52:27] | [52:27] | [52:27] / [52:27] / [52:27] / [52:27] / [52:27] / [52:27] / [52:27] / [52:27] / [52:27] / [52:27] / [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] - [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] \ [52:27] | [52:27] | [52:28] | [52:28] | [52:28] | [52:28] | [52:28] | [52:28] | [52:28] | [52:28] | [52:28] / [52:28] / [52:28] / [52:29] / [52:30] / [52:31] / [52:31] / [52:32] / [52:32] / [52:32] / [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] - [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] \ [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] | [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] / [52:32] - [52:32] - [52:32] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] \ [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] | [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] / [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] - [52:33] \ [52:34] \ [52:34] \ [52:34] \ [52:34] \ [52:34] \ [52:34] \ [52:34] \ [52:34] \ [52:34] \ [52:34] | [52:34] | [52:34] | [52:34] | [52:34] | [52:34] | [52:34] | [52:34] | [52:35] | [52:35] | [52:36] / [52:36] / [52:37] / [52:37] / [52:38] / [52:38] / [52:38] / [52:38] / [52:38] / [52:38] / [52:38] - [52:39] - [52:39] - [52:39] - [52:40] - [52:40] - [52:41] - [52:42] - [52:42] - [52:42] - [52:42] \ [52:45] \ [52:45] \ [52:46] \ [52:46] \ [52:47] \ [52:47] \ [52:47] \ [52:48] \ [52:48] \ [52:48] | [52:48] | [52:48] | [52:48] | [52:48] | [52:49] | [52:49] | [52:49] | [52:49] | [52:49] | [52:49] / [52:49] / [52:50] / [52:50] / [52:50] / [52:50] / [52:50] / [52:50] / [52:50] / [52:50] / [52:50] - [52:50] - [52:50] - [52:50] - [52:50] - [52:50] - [52:50] - [52:50] - [52:50] - [52:50] - [52:50] \ [52:50] \ [52:50] \ [52:50] \ [52:50] \ [52:50] \ [52:51] \ [52:51] \ [52:51] \ [52:51] \ [52:51] | [52:51] | [52:52] | [52:53] | [52:53] | [52:53] | [52:53] | [52:53] | [52:53] | [52:53] | [52:53] / [52:53] / [52:53] / [52:54] / [52:54] / [52:54] / [52:54] / [52:54] / [52:54] / [52:54] / [52:54] - [52:54] - [52:54] - [52:54] - [52:54] - [52:54] - [52:54] - [52:54] - [52:54] - [52:54] - [52:54] \ [52:54] \ [52:54] \ [52:54] \ [52:54] \ [52:54] \ [52:54] \ [52:54] \ [52:54] \ [52:54] \ [52:54] | [52:54] | [52:55] | [52:55] | [52:55] | [52:55] | [52:58] | [52:58] | [52:58] | [52:58] | [52:58] / [52:58] / [52:58] / [52:58] / [52:58] / [52:58] / [52:58] / [52:58] / [52:58] / [52:58] / [52:58] - [52:58] - [52:58] - [52:59] - [52:59] - [52:59] - [52:59] - [52:59] - [52:59] - [52:59] - [52:59] \ [52:59] \ [52:59] \ [52:59] \ [52:59] \ [52:59] \ [52:59] \ [52:59] \ [52:59] \ [52:59] \ [52:59] | [53:09] | [53:12] | [53:12] | [53:12] | [53:12] | [53:12] | [53:12] | [53:12] | [53:12] | [53:12] / [53:12] / [53:12] / [53:12] / [53:12] / [53:12] / [53:12] / [53:12] / [53:12] / [53:12] / [53:12] - [53:12] - [53:12] - [53:12] - [53:12] - [53:12] - [53:12] - [53:12] - [53:12] - [53:12] - [53:12] \ [53:12] \ [53:12] \ [53:12] \ [53:12] \ [53:12] \ [53:12] \ [53:12] \ [53:12] \ [53:12] \ [53:12] | [53:12] | [53:12] | [53:12] | [53:12] | [53:12] | [53:12] | [53:12] | [53:12] | [53:12] | [53:12] / [53:12] / [53:13] / [53:13] / [53:13] / [53:13] / [53:13] / [53:13] / [53:13] / [53:13] / [53:13] - [53:13] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] \ [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] | [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] / [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:14] - [53:15] - [53:15] - [53:15] - [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] - [53:15] - [53:15] - [53:15] - [53:15] - [53:15] - [53:15] - [53:15] - [53:15] - [53:15] - [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] \ [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] | [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] / [53:15] - [53:15] - [53:15] - [53:15] - [53:15] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] \ [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] | [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] / [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:16] - [53:17] - [53:17] - [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] | [53:17] | [53:17] | [53:17] | [53:17] | [53:17] | [53:17] | [53:17] | [53:17] | [53:17] | [53:17] / [53:17] / [53:17] / [53:17] / [53:17] / [53:17] / [53:17] / [53:17] / [53:17] / [53:17] / [53:17] - [53:17] - [53:17] - [53:17] - [53:17] - [53:17] - [53:17] - [53:17] - [53:17] - [53:17] - [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:17] \ [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] - [53:18] - [53:18] - [53:18] - [53:18] - [53:18] - [53:18] - [53:18] - [53:18] - [53:18] - [53:18] \ [53:18] \ [53:18] \ [53:18] \ [53:18] \ [53:18] \ [53:18] \ [53:18] \ [53:18] \ [53:18] \ [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] | [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] / [53:18] - [53:19] - [53:19] - [53:19] - [53:19] - [53:19] - [53:19] - [53:19] - [53:19] - [53:19] - [53:19] \ [53:19] \ [53:19] \ [53:19] \ [53:19] \ [53:19] \ [53:20] \ [53:20] \ [53:20] \ [53:20] \ [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] - [53:20] - [53:20] - [53:20] - [53:20] - [53:20] - [53:20] - [53:20] - [53:20] - [53:20] - [53:20] \ [53:20] \ [53:20] \ [53:20] \ [53:20] \ [53:20] \ [53:20] \ [53:20] \ [53:20] \ [53:20] \ [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] | [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] / [53:20] - [53:20] - [53:20] - [53:20] - [53:20] - [53:20] - [53:20] - [53:21] - [53:21] - [53:21] - [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] / [53:21] / [53:21] / [53:21] / [53:21] / [53:21] / [53:21] / [53:21] / [53:21] / [53:21] / [53:21] - [53:21] - [53:21] - [53:21] - [53:21] - [53:21] - [53:21] - [53:21] - [53:21] - [53:21] - [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] \ [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] | [53:21] / [53:21] / [53:21] / [53:22] / [53:22] / [53:22] / [53:22] / [53:22] / [53:22] / [53:22] / [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] \ [53:22] \ [53:22] \ [53:22] \ [53:22] \ [53:22] \ [53:22] \ [53:22] \ [53:22] \ [53:22] \ [53:22] | [53:22] | [53:22] | [53:22] | [53:22] | [53:22] | [53:22] | [53:22] | [53:22] | [53:22] | [53:22] / [53:22] / [53:22] / [53:22] / [53:22] / [53:22] / [53:22] / [53:22] / [53:22] / [53:22] / [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] - [53:22] \ [53:22] \ [53:22] \ [53:22] \ [53:22] \ [53:23] \ [53:23] \ [53:23] \ [53:23] \ [53:23] \ [53:23] | [53:23] | [53:23] | [53:23] | [53:23] | [53:23] | [53:23] | [53:23] | [53:23] | [53:23] | [53:23] / [53:23] / [53:23] / [53:23] / [53:23] / [53:23] / [53:23] / [53:23] / [53:23] / [53:23] / [53:23] - [53:23] - [53:23] - [53:23] - [53:23] - [53:23] - [53:23] - [53:23] - [53:24] - [53:24] - [53:24] \ [53:24] \ [53:24] \ [53:24] \ [53:24] \ [53:24] \ [53:24] \ [53:24] \ [53:24] \ [53:24] \ [53:24] | [53:24] | [53:24] | [53:25] | [53:25] | [53:25] | [53:25] | [53:25] | [53:25] | [53:25] | [53:25] / [53:25] / [53:25] / [53:25] / [53:25] / [53:25] / [53:25] / [53:25] / [53:25] / [53:25] / [53:25] - [53:25] - [53:25] - [53:26] - [53:26] - [53:26] - [53:26] - [53:26] - [53:26] - [53:26] - [53:26] \ [53:26] \ [53:27] \ [53:27] \ [53:29] \ [53:29] \ [53:32] \ [53:32] \ [53:32] \ [53:32] \ [53:32] | [53:32] | [53:32] | [53:32] | [53:32] | [53:32] | [53:32] | [53:32] | [53:32] | [53:32] | [53:32] / [53:32] / [53:32] / [53:32] / [53:32] / [53:32] / [53:32] / [53:32] / [53:32] / [53:32] / [53:32] - [53:32] - [53:32] - [53:32] - [53:32] - [53:32] - [53:32] - [53:32] - [53:32] - [53:32] - [53:32] \ [53:32] \ [53:32] \ [53:32] \ [53:32] \ [53:32] \ [53:32] \ [53:32] \ [53:32] \ [53:32] \ [53:32] | [53:32] | [53:32] | [53:32] | [53:32] | [53:32] | [53:32] | [53:32] | [53:33] | [53:33] | [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] | [53:33] | [53:33] | [53:33] | [53:33] | [53:33] | [53:33] | [53:33] | [53:33] | [53:33] | [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] / [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] - [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] \ [53:33] | [53:33] | [53:33] | [53:33] | [53:33] | [53:33] | [53:33] | [53:33] | [53:33] | [53:34] | [53:34] / [53:34] / [53:34] / [53:34] / [53:34] / [53:34] / [53:34] / [53:34] / [53:34] / [53:34] / [53:34] - [53:34] - [53:34] - [53:34] - [53:34] - [53:34] - [53:34] - [53:34] - [53:34] - [53:34] - [53:34] \ [53:34] \ [53:34] \ [53:34] \ [53:34] \ [53:34] \ [53:34] \ [53:34] \ [53:34] \ [53:34] \ [53:34] | [53:34] | [53:34] | [53:34] | [53:34] | [53:34] | [53:34] | [53:34] | [53:34] | [53:34] | [53:34] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] - [53:35] - [53:35] - [53:35] - [53:35] - [53:35] - [53:35] - [53:35] - [53:35] - [53:35] - [53:35] \ [53:35] \ [53:35] \ [53:35] \ [53:35] \ [53:35] \ [53:35] \ [53:35] \ [53:35] \ [53:35] \ [53:35] | [53:35] | [53:35] | [53:35] | [53:35] | [53:35] | [53:35] | [53:35] | [53:35] | [53:35] | [53:35] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] / [53:35] - [53:35] - [53:35] - [53:35] - [53:35] - [53:35] - [53:35] - [53:35] - [53:35] - [53:36] - [53:36] \ [53:36] \ [53:36] \ [53:36] \ [53:36] \ [53:36] \ [53:36] \ [53:36] \ [53:36] \ [53:36] \ [53:36] | [53:36] | [53:36] | [53:36] | [53:36] | [53:36] | [53:36] | [53:36] | [53:36] | [53:36] | [53:36] / [53:36] / [53:36] / [53:36] / [53:36] / [53:36] / [53:36] / [53:36] / [53:36] / [53:36] / [53:36] - [53:36] - [53:36] - [53:36] - [53:36] - [53:36] - [53:36] - [53:36] - [53:36] - [53:37] - [53:37] \ [53:37] \ [53:37] \ [53:37] \ [53:37] \ [53:37] \ [53:37] \ [53:37] \ [53:37] \ [53:37] \ [53:37] | [53:37] | [53:37] | [53:37] | [53:37] | [53:37] | [53:37] | [53:37] | [53:37] | [53:37] | [53:37] / [53:37] / [53:37] / [53:37] / [53:37] / [53:37] / [53:37] / [53:37] / [53:37] / [53:37] / [53:37] - [53:37] - [53:37] - [53:38] - [53:38] - [53:38] - [53:38] - [53:38] - [53:38] - [53:38] - [53:38] \ [53:38] \ [53:38] \ [53:38] \ [53:38] \ [53:38] \ [53:38] \ [53:38] \ [53:38] \ [53:38] \ [53:38] | [53:38] | [53:38] | [53:38] | [53:38] | [53:38] | [53:38] | [53:38] | [53:38] | [53:38] | [53:39] / [53:39] / [53:39] / [53:39] / [53:39] / [53:39] / [53:39] / [53:39] / [53:39] / [53:39] / [53:39] - [53:39] - [53:39] - [53:40] - [53:40] - [53:40] - [53:40] - [53:40] - [53:40] - [53:40] - [53:40] \ [53:40] \ [53:40] \ [53:40] \ [53:40] \ [53:41] \ [53:41] \ [53:41] \ [53:41] \ [53:41] \ [53:41] | [53:41] | [53:41] | [53:41] | [53:42] | [53:42] | [53:42] | [53:42] | [53:42] | [53:42] | [53:42] / [53:43] / [53:43] / [53:43] / [53:43] / [53:43] / [53:43] / [53:43] / [53:43] / [53:43] / [53:43] - [53:43] - [53:43] - [53:43] - [53:43] - [53:43] - [53:43] - [53:43] - [53:44] - [53:44] - [53:44] \ [53:44] \ [53:44] \ [53:44] \ [53:45] \ [53:45] \ [53:45] \ [53:45] \ [53:46] \ [53:46] \ [53:46] | [53:46] | [53:46] | [53:46] | [53:46] | [53:46] | [53:46] | [53:46] | [53:46] | [53:46] | [53:46] / [53:46] / [53:46] / [53:46] / [53:46] / [53:46] / [53:46] / [53:46] / [53:46] / [53:46] / [53:46] - [53:46] - [53:46] - [53:46] - [53:46] - [53:46] - [53:46] - [53:46] - [53:46] - [53:46] - [53:46] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] \ [53:47] \ [53:47] \ [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] - [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] \ [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] | [53:47] / [53:47] / [53:47] / [53:47] / [53:47] / [53:48] / [53:48] / [53:48] / [53:48] / [53:48] / [53:48] - [53:48] - [53:48] - [53:48] - [53:48] - [53:48] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] \ [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] | [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] / [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] - [53:49] \ [53:49] \ [53:49] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] | [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] / [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] - [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:50] \ [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] - [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] \ [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] | [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:51] / [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] | [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] / [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] - [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:52] \ [53:53] \ [53:53] \ [53:53] \ [53:53] | [53:53] | [53:53] | [53:53] | [53:53] | [53:53] | [53:53] | [53:53] | [53:53] | [53:53] | [53:53] / [53:53] / [53:53] / [53:53] / [53:53] / [53:53] / [53:53] / [53:53] / [53:53] / [53:53] / [53:53] - [53:53] - [53:53] - [53:53] - [53:53] - [53:53] - [53:53] - [53:53] - [53:53] - [53:53] - [53:53] \ [53:53] \ [53:53] \ [53:53] \ [53:53] \ [53:54] \ [53:54] \ [53:54] \ [53:54] \ [53:54] \ [53:54] | [53:54] | [53:54] | [53:54] | [53:54] | [53:54] | [53:54] | [53:54] | [53:54] | [53:54] | [53:54] / [53:54] / [53:54] / [53:54] / [53:54] / [53:54] / [53:54] / [53:54] / [53:54] / [53:54] / [53:54] - [53:54] - [53:54] - [53:54] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] - [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] \ [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] | [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [INFO ] Installing final gcc compiler: done in 345.88s (at 53:55) [53:55] / [INFO ] ================================================================= [53:55] / [INFO ] Finalizing the toolchain's directory [53:55] / [INFO ] Stripping all toolchain executables [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:55] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:56] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [53:59] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] / [54:00] - [54:00] - [54:00] - [54:00] - [54:00] - [54:00] / [INFO ] Finalizing the toolchain's directory: done in 5.20s (at 54:00) [54:00] / [INFO ] Build completed at 20230323.164946 [54:00] / [INFO ] (elapsed: 54:00.31) [54:00] / [INFO ] Finishing installation (may take a few seconds)... [54:00] / gmake[1]: Leaving directory '/home/p260/PYNQ/sdbuild/build/gcc-mb' sudo rm -rf /home/p260/PYNQ/sdbuild/build/jammy.aarch64 mkdir /home/p260/PYNQ/sdbuild/build/jammy.aarch64 (cd /home/p260/PYNQ/sdbuild/build/jammy.aarch64 && sudo tar -xf /home/p260/PYNQ/sdbuild/build/jammy.aarch64.stage1.tar.gz) QEMU_EXE=/opt/qemu/bin/qemu-aarch64-static PYNQ_BOARD=Unknown ARCH=aarch64 PYNQ_SDIST=/home/p260/PYNQ/sdbuild/prebuilt/pynq_sdist.tar.gz PYNQ_ROOTFS=/home/p260/PYNQ/sdbuild/prebuilt/pynq_rootfs.aarch64.tar.gz /home/p260/PYNQ/sdbuild/scripts/install_packages.sh /home/p260/PYNQ/sdbuild/build/jammy.aarch64 gcc-mb udev libsds python_packages_jammy jupyter sigrok bootpy clear_pl_statefile make[1]: Entering directory '/root/libcma' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/root/libcma' make[1]: Entering directory '/root/libcma' install libcma.so.64 /usr/lib/libcma.so install libxlnk_cma.h /usr/include make[1]: Leaving directory '/root/libcma' Requirement already satisfied: pip==22.0.2 in /usr/local/share/pynq-venv/lib/python3.10/site-packages (22.0.2) Collecting alabaster==0.7.12 Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB) Collecting anyio==3.6.1 Downloading anyio-3.6.1-py3-none-any.whl (80 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 KB 845.4 kB/s eta 0:00:00 Collecting argon2-cffi==21.3.0 Downloading argon2_cffi-21.3.0-py3-none-any.whl (14 kB) Collecting argon2-cffi-bindings==21.2.0 Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (80 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 KB 7.4 MB/s eta 0:00:00 Collecting asttokens==2.0.5 Downloading asttokens-2.0.5-py2.py3-none-any.whl (20 kB) Collecting async-generator==1.10 Downloading async_generator-1.10-py3-none-any.whl (18 kB) Collecting backcall==0.2.0 Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB) Collecting bleach==5.0.1 Downloading bleach-5.0.1-py3-none-any.whl (160 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.9/160.9 KB 9.6 MB/s eta 0:00:00 Collecting CppHeaderParser==2.7.4 Using cached CppHeaderParser-2.7.4-py3-none-any.whl Collecting Cython==0.29.32 Downloading Cython-0.29.32-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 13.4 MB/s eta 0:00:00 Collecting dash==2.6.0 Downloading dash-2.6.0-py3-none-any.whl (9.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.8/9.8 MB 13.2 MB/s eta 0:00:00 Collecting dash-bootstrap-components==1.2.1 Downloading dash_bootstrap_components-1.2.1-py3-none-any.whl (216 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.1/216.1 KB 11.4 MB/s eta 0:00:00 Collecting dash-core-components==2.0.0 Downloading dash_core_components-2.0.0-py3-none-any.whl (3.8 kB) Collecting dash-html-components==2.0.0 Downloading dash_html_components-2.0.0-py3-none-any.whl (4.1 kB) Collecting dash-renderer==1.9.1 Using cached dash_renderer-1.9.1-py3-none-any.whl Collecting dash-table==5.0.0 Downloading dash_table-5.0.0-py3-none-any.whl (3.9 kB) Collecting debugpy==1.6.2 Downloading debugpy-1.6.2-py2.py3-none-any.whl (4.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 12.8 MB/s eta 0:00:00 Collecting deepdiff==5.8.1 Downloading deepdiff-5.8.1-py3-none-any.whl (69 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.5/69.5 KB 6.8 MB/s eta 0:00:00 Collecting deltasigma==0.2.2 Using cached deltasigma-0.2.2-py3-none-any.whl Collecting docutils==0.17.1 Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 KB 13.7 MB/s eta 0:00:00 Collecting entrypoints==0.4 Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB) Collecting executing==0.9.1 Downloading executing-0.9.1-py2.py3-none-any.whl (16 kB) Collecting fastjsonschema==2.16.1 Downloading fastjsonschema-2.16.1-py3-none-any.whl (22 kB) Collecting Flask==2.1.3 Downloading Flask-2.1.3-py3-none-any.whl (95 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.6/95.6 KB 7.9 MB/s eta 0:00:00 Collecting Flask-Compress==1.12 Downloading Flask_Compress-1.12-py3-none-any.whl (7.9 kB) Collecting gTTS==2.2.4 Downloading gTTS-2.2.4-py3-none-any.whl (26 kB) Collecting imagesize==1.4.1 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting imutils==0.5.4 Using cached imutils-0.5.4-py3-none-any.whl Collecting ipykernel==6.15.1 Downloading ipykernel-6.15.1-py3-none-any.whl (132 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.9/132.9 KB 8.9 MB/s eta 0:00:00 Collecting ipython==8.4.0 Downloading ipython-8.4.0-py3-none-any.whl (750 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 750.8/750.8 KB 11.0 MB/s eta 0:00:00 Collecting ipython-genutils==0.2.0 Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) Collecting ipywidgets==7.7.1 Downloading ipywidgets-7.7.1-py2.py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.4/123.4 KB 11.0 MB/s eta 0:00:00 Collecting itsdangerous==2.1.2 Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB) Collecting jedi==0.18.1 Downloading jedi-0.18.1-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 13.1 MB/s eta 0:00:00 Collecting json5==0.9.8 Using cached json5-0.9.8-py2.py3-none-any.whl Collecting jsonschema==4.9.0 Downloading jsonschema-4.9.0-py3-none-any.whl (79 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 KB 7.6 MB/s eta 0:00:00 Collecting jupyter==1.0.0 Downloading jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB) Collecting jupyter-client==7.3.4 Downloading jupyter_client-7.3.4-py3-none-any.whl (132 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.1/132.1 KB 9.8 MB/s eta 0:00:00 Collecting jupyter-console==6.4.4 Downloading jupyter_console-6.4.4-py3-none-any.whl (22 kB) Collecting jupyter-contrib-core==0.4.0 Downloading jupyter_contrib_core-0.4.0-py2.py3-none-any.whl (17 kB) Collecting jupyter-contrib-nbextensions==0.5.1 Downloading jupyter_contrib_nbextensions-0.5.1-py2.py3-none-any.whl (20.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.9/20.9 MB 851.7 kB/s eta 0:00:00 Collecting jupyter-core==4.11.1 Downloading jupyter_core-4.11.1-py3-none-any.whl (88 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.4/88.4 KB 1.4 MB/s eta 0:00:00 Collecting jupyter-highlight-selected-word==0.2.0 Downloading jupyter_highlight_selected_word-0.2.0-py2.py3-none-any.whl (11 kB) Collecting jupyter-latex-envs==1.4.6 Using cached jupyter_latex_envs-1.4.6-py2.py3-none-any.whl Collecting jupyter-nbextensions-configurator==0.5.0 Downloading jupyter_nbextensions_configurator-0.5.0-py2.py3-none-any.whl (467 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 KB 1.4 MB/s eta 0:00:00 Collecting jupyter-server==1.18.1 Downloading jupyter_server-1.18.1-py3-none-any.whl (344 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.9/344.9 KB 982.3 kB/s eta 0:00:00 Collecting jupyterlab==3.4.4 Downloading jupyterlab-3.4.4-py3-none-any.whl (8.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 618.0 kB/s eta 0:00:00 Collecting jupyterlab-pygments==0.2.2 Downloading jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB) Collecting jupyterlab-server==2.15.0 Downloading jupyterlab_server-2.15.0-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.1/54.1 KB 737.7 kB/s eta 0:00:00 Collecting jupyterlab-widgets==1.1.1 Downloading jupyterlab_widgets-1.1.1-py3-none-any.whl (245 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 245.3/245.3 KB 820.7 kB/s eta 0:00:00 Collecting jupyterplot==0.0.3 Downloading jupyterplot-0.0.3-py3-none-any.whl (10 kB) Collecting lrcurve==1.1.0 Using cached lrcurve-1.1.0-py3-none-any.whl Collecting MarkupSafe==2.1.1 Downloading MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (26 kB) Collecting matplotlib-inline==0.1.3 Downloading matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB) Collecting mistune==0.8.4 Downloading mistune-0.8.4-py2.py3-none-any.whl (16 kB) Collecting nbclassic==0.4.3 Downloading nbclassic-0.4.3-py3-none-any.whl (9.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.7/9.7 MB 789.4 kB/s eta 0:00:00 Collecting nbclient==0.5.13 Downloading nbclient-0.5.13-py3-none-any.whl (70 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.6/70.6 KB 6.8 MB/s eta 0:00:00 Collecting nbconvert==6.5.0 Downloading nbconvert-6.5.0-py3-none-any.whl (561 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.6/561.6 KB 1.0 MB/s eta 0:00:00 Collecting nbformat==5.4.0 Downloading nbformat-5.4.0-py3-none-any.whl (73 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.3/73.3 KB 892.7 kB/s eta 0:00:00 Collecting nbsphinx==0.8.9 Downloading nbsphinx-0.8.9-py3-none-any.whl (25 kB) Collecting nbwavedrom==1.0.1 Downloading nbwavedrom-1.0.1-py3-none-any.whl (3.0 kB) Collecting nest-asyncio==1.5.5 Downloading nest_asyncio-1.5.5-py3-none-any.whl (5.2 kB) Collecting notebook==6.4.12 Downloading notebook-6.4.12-py3-none-any.whl (9.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.9/9.9 MB 857.9 kB/s eta 0:00:00 Collecting notebook-shim==0.1.0 Downloading notebook_shim-0.1.0-py3-none-any.whl (13 kB) Collecting ordered-set==4.1.0 Downloading ordered_set-4.1.0-py3-none-any.whl (7.6 kB) Collecting pandocfilters==1.5.0 Downloading pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB) Collecting parsec==3.13 Downloading parsec-3.13-py2.py3-none-any.whl (13 kB) Collecting parso==0.8.3 Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 KB 1.9 MB/s eta 0:00:00 Collecting patsy==0.5.2 Downloading patsy-0.5.2-py2.py3-none-any.whl (233 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.7/233.7 KB 1.8 MB/s eta 0:00:00 Collecting pbr==5.9.0 Downloading pbr-5.9.0-py2.py3-none-any.whl (112 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.3/112.3 KB 2.0 MB/s eta 0:00:00 Collecting pexpect==4.8.0 Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 KB 2.6 MB/s eta 0:00:00 Collecting pickleshare==0.7.5 Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) Collecting plotly==5.9.0 Downloading plotly-5.9.0-py2.py3-none-any.whl (15.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/15.2 MB 2.8 MB/s eta 0:00:00 Collecting prometheus-client==0.14.1 Downloading prometheus_client-0.14.1-py3-none-any.whl (59 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 KB 4.8 MB/s eta 0:00:00 Collecting prompt-toolkit==3.0.30 Downloading prompt_toolkit-3.0.30-py3-none-any.whl (381 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 381.7/381.7 KB 4.0 MB/s eta 0:00:00 Collecting ptyprocess==0.7.0 Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting pure-eval==0.2.2 Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB) Collecting PyAudio==0.2.12 Using cached PyAudio-0.2.12-cp310-cp310-linux_aarch64.whl Collecting pybind11==2.10.0 Downloading pybind11-2.10.0-py3-none-any.whl (213 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/213.3 KB 4.0 MB/s eta 0:00:00 Collecting pycairo==1.21.0 Using cached pycairo-1.21.0-cp310-cp310-linux_aarch64.whl Collecting pycparser==2.19 Using cached pycparser-2.19-py2.py3-none-any.whl Collecting pycurl==7.45.1 Using cached pycurl-7.45.1-cp310-cp310-linux_aarch64.whl Collecting pydantic==1.9.1 Downloading pydantic-1.9.1-py3-none-any.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.9/142.9 KB 3.8 MB/s eta 0:00:00 Collecting pyeda==0.28.0 Using cached pyeda-0.28.0-cp310-cp310-linux_aarch64.whl Collecting pyrsistent==0.18.1 Using cached pyrsistent-0.18.1-cp310-cp310-linux_aarch64.whl Collecting python-dateutil==2.8.2 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 4.3 MB/s eta 0:00:00 Collecting pyzmq==23.2.0 Downloading pyzmq-23.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 4.1 MB/s eta 0:00:00 Collecting qtconsole==5.3.1 Downloading qtconsole-5.3.1-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.8/120.8 KB 5.8 MB/s eta 0:00:00 Collecting QtPy==2.1.0 Downloading QtPy-2.1.0-py3-none-any.whl (68 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.2/68.2 KB 5.1 MB/s eta 0:00:00 Collecting rise==5.7.1 Downloading rise-5.7.1-py2.py3-none-any.whl (4.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 4.5 MB/s eta 0:00:00 Collecting roman==3.3 Downloading roman-3.3-py2.py3-none-any.whl (3.9 kB) Collecting Send2Trash==1.8.0 Downloading Send2Trash-1.8.0-py3-none-any.whl (18 kB) Collecting setproctitle==1.3.0 Downloading setproctitle-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31 kB) Collecting simple-term-menu==1.5.0 Downloading simple_term_menu-1.5.0-py3-none-any.whl (26 kB) Collecting simplegeneric==0.8.1 Using cached simplegeneric-0.8.1-py3-none-any.whl Collecting sniffio==1.2.0 Downloading sniffio-1.2.0-py3-none-any.whl (10 kB) Collecting snowballstemmer==2.2.0 Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 KB 6.2 MB/s eta 0:00:00 Collecting SpeechRecognition==3.8.1 Downloading SpeechRecognition-3.8.1-py2.py3-none-any.whl (32.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.8/32.8 MB 2.5 MB/s eta 0:00:00 Collecting Sphinx==5.1.1 Downloading Sphinx-5.1.1-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 2.8 MB/s eta 0:00:00 Collecting sphinx-rtd-theme==1.0.0 Downloading sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 2.3 MB/s eta 0:00:00 Collecting sphinxcontrib-applehelp==1.0.2 Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 KB 2.2 MB/s eta 0:00:00 Collecting sphinxcontrib-devhelp==1.0.2 Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 KB 2.9 MB/s eta 0:00:00 Collecting sphinxcontrib-htmlhelp==2.0.0 Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 KB 2.1 MB/s eta 0:00:00 Collecting sphinxcontrib-jsmath==1.0.1 Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-qthelp==1.0.3 Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 KB 2.3 MB/s eta 0:00:00 Collecting sphinxcontrib-serializinghtml==1.1.5 Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 KB 2.1 MB/s eta 0:00:00 Collecting stack-data==0.3.0 Downloading stack_data-0.3.0-py3-none-any.whl (23 kB) Collecting tenacity==8.0.1 Downloading tenacity-8.0.1-py3-none-any.whl (24 kB) Collecting terminado==0.15.0 Downloading terminado-0.15.0-py3-none-any.whl (16 kB) Collecting testpath==0.6.0 Downloading testpath-0.6.0-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.9/83.9 KB 3.0 MB/s eta 0:00:00 Collecting testresources==2.0.1 Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) Collecting tinycss2==1.1.1 Downloading tinycss2-1.1.1-py3-none-any.whl (21 kB) Collecting tqdm==4.64.0 Downloading tqdm-4.64.0-py2.py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 KB 2.9 MB/s eta 0:00:00 Collecting traitlets==5.3.0 Downloading traitlets-5.3.0-py3-none-any.whl (106 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.8/106.8 KB 2.5 MB/s eta 0:00:00 Collecting typing_extensions==4.3.0 Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) Collecting voila==0.3.6 Downloading voila-0.3.6-py3-none-any.whl (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 2.7 MB/s eta 0:00:00 Collecting voila-gridstack==0.3.0 Downloading voila_gridstack-0.3.0-py2.py3-none-any.whl (226 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.9/226.9 KB 2.9 MB/s eta 0:00:00 Collecting wcwidth==0.2.5 Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) Collecting websocket-client==1.3.3 Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 KB 4.1 MB/s eta 0:00:00 Collecting websockets==10.3 Downloading websockets-10.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (106 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.8/106.8 KB 2.8 MB/s eta 0:00:00 Collecting Werkzeug==2.2.1 Downloading Werkzeug-2.2.1-py3-none-any.whl (232 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.4/232.4 KB 3.0 MB/s eta 0:00:00 Collecting widgetsnbextension==3.6.1 Downloading widgetsnbextension-3.6.1-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 3.2 MB/s eta 0:00:00 Collecting wurlitzer==3.0.2 Downloading wurlitzer-3.0.2-py3-none-any.whl (7.3 kB) Requirement already satisfied: idna>=2.8 in /usr/lib/python3/dist-packages (from anyio==3.6.1->-r requirements.txt (line 2)) (3.3) Requirement already satisfied: cffi>=1.0.1 in /usr/lib/python3/dist-packages (from argon2-cffi-bindings==21.2.0->-r requirements.txt (line 4)) (1.15.0) Requirement already satisfied: six in /usr/lib/python3/dist-packages (from asttokens==2.0.5->-r requirements.txt (line 5)) (1.16.0) Requirement already satisfied: webencodings in /usr/lib/python3/dist-packages (from bleach==5.0.1->-r requirements.txt (line 8)) (0.5.1) Requirement already satisfied: ply in /usr/lib/python3/dist-packages (from CppHeaderParser==2.7.4->-r requirements.txt (line 9)) (3.11) Requirement already satisfied: scipy>=0.11.0 in /usr/lib/python3/dist-packages (from deltasigma==0.2.2->-r requirements.txt (line 19)) (1.8.0) Requirement already satisfied: matplotlib>=1.1.1 in /usr/lib/python3/dist-packages (from deltasigma==0.2.2->-r requirements.txt (line 19)) (3.5.1) Requirement already satisfied: numpy in /usr/lib/python3/dist-packages (from deltasigma==0.2.2->-r requirements.txt (line 19)) (1.21.5) Requirement already satisfied: Jinja2>=3.0 in /usr/lib/python3/dist-packages (from Flask==2.1.3->-r requirements.txt (line 24)) (3.0.3) Requirement already satisfied: click>=8.0 in /usr/lib/python3/dist-packages (from Flask==2.1.3->-r requirements.txt (line 24)) (8.0.3) Requirement already satisfied: brotli in /usr/lib/python3/dist-packages (from Flask-Compress==1.12->-r requirements.txt (line 25)) (1.0.9) Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from gTTS==2.2.4->-r requirements.txt (line 26)) (2.25.1) Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from ipykernel==6.15.1->-r requirements.txt (line 29)) (21.3) Requirement already satisfied: tornado>=6.1 in /usr/lib/python3/dist-packages (from ipykernel==6.15.1->-r requirements.txt (line 29)) (6.1) Requirement already satisfied: psutil in /usr/lib/python3/dist-packages (from ipykernel==6.15.1->-r requirements.txt (line 29)) (5.9.0) Requirement already satisfied: decorator in /usr/lib/python3/dist-packages (from ipython==8.4.0->-r requirements.txt (line 30)) (4.4.2) Requirement already satisfied: setuptools>=18.5 in /usr/local/share/pynq-venv/lib/python3.10/site-packages (from ipython==8.4.0->-r requirements.txt (line 30)) (59.6.0) Requirement already satisfied: pygments>=2.4.0 in /usr/lib/python3/dist-packages (from ipython==8.4.0->-r requirements.txt (line 30)) (2.11.2) Requirement already satisfied: attrs>=17.4.0 in /usr/lib/python3/dist-packages (from jsonschema==4.9.0->-r requirements.txt (line 36)) (21.2.0) Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from jupyter-contrib-nbextensions==0.5.1->-r requirements.txt (line 41)) (5.4.1) Requirement already satisfied: lxml in /usr/lib/python3/dist-packages (from jupyter-contrib-nbextensions==0.5.1->-r requirements.txt (line 41)) (4.8.0) Requirement already satisfied: babel in /usr/lib/python3/dist-packages (from jupyterlab-server==2.15.0->-r requirements.txt (line 49)) (2.8.0) Requirement already satisfied: defusedxml in /usr/lib/python3/dist-packages (from nbconvert==6.5.0->-r requirements.txt (line 58)) (0.7.1) Requirement already satisfied: beautifulsoup4 in /usr/lib/python3/dist-packages (from nbconvert==6.5.0->-r requirements.txt (line 58)) (4.10.0) Installing collected packages: wcwidth, SpeechRecognition, snowballstemmer, simplegeneric, Send2Trash, pyeda, PyAudio, pure-eval, ptyprocess, pickleshare, parsec, mistune, jupyter-highlight-selected-word, json5, ipython-genutils, imutils, fastjsonschema, executing, dash-table, dash-renderer, dash-html-components, dash-core-components, backcall, alabaster, wurlitzer, websockets, websocket-client, typing_extensions, traitlets, tqdm, tinycss2, testpath, terminado, tenacity, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, sniffio, simple-term-menu, setproctitle, roman, QtPy, pyzmq, python-dateutil, pyrsistent, pycurl, pycparser, pycairo, pybind11, prompt-toolkit, prometheus-client, pexpect, pbr, patsy, parso, pandocfilters, ordered-set, nest-asyncio, nbwavedrom, MarkupSafe, jupyterlab-widgets, jupyterlab-pygments, itsdangerous, imagesize, gTTS, entrypoints, docutils, deltasigma, debugpy, Cython, CppHeaderParser, bleach, async-generator, asttokens, argon2-cffi-bindings, Werkzeug, testresources, stack-data, Sphinx, pydantic, plotly, matplotlib-inline, jupyter-core, jsonschema, jedi, deepdiff, argon2-cffi, anyio, sphinx-rtd-theme, nbformat, jupyter-client, ipython, Flask, nbclient, lrcurve, ipykernel, Flask-Compress, qtconsole, nbconvert, jupyterplot, jupyter-console, dash, notebook, nbsphinx, jupyter-server, dash-bootstrap-components, widgetsnbextension, rise, notebook-shim, jupyterlab-server, jupyter-latex-envs, jupyter-contrib-core, voila, nbclassic, jupyter-nbextensions-configurator, ipywidgets, voila-gridstack, jupyterlab, jupyter-contrib-nbextensions, jupyter Attempting uninstall: pyzmq Found existing installation: pyzmq 22.3.0 Not uninstalling pyzmq at /usr/lib/python3/dist-packages, outside environment /usr/local/share/pynq-venv Can't uninstall 'pyzmq'. No files were found to uninstall. Attempting uninstall: python-dateutil Found existing installation: python-dateutil 2.8.1 Not uninstalling python-dateutil at /usr/lib/python3/dist-packages, outside environment /usr/local/share/pynq-venv Can't uninstall 'python-dateutil'. No files were found to uninstall. Attempting uninstall: pycparser Found existing installation: pycparser 2.21 Not uninstalling pycparser at /usr/lib/python3/dist-packages, outside environment /usr/local/share/pynq-venv Can't uninstall 'pycparser'. No files were found to uninstall. Attempting uninstall: MarkupSafe Found existing installation: MarkupSafe 2.0.1 Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr/local/share/pynq-venv Can't uninstall 'MarkupSafe'. No files were found to uninstall. Successfully installed CppHeaderParser-2.7.4 Cython-0.29.32 Flask-2.1.3 Flask-Compress-1.12 MarkupSafe-2.1.1 PyAudio-0.2.12 QtPy-2.1.0 Send2Trash-1.8.0 SpeechRecognition-3.8.1 Sphinx-5.1.1 Werkzeug-2.2.1 alabaster-0.7.12 anyio-3.6.1 argon2-cffi-21.3.0 argon2-cffi-bindings-21.2.0 asttokens-2.0.5 async-generator-1.10 backcall-0.2.0 bleach-5.0.1 dash-2.6.0 dash-bootstrap-components-1.2.1 dash-core-components-2.0.0 dash-html-components-2.0.0 dash-renderer-1.9.1 dash-table-5.0.0 debugpy-1.6.2 deepdiff-5.8.1 deltasigma-0.2.2 docutils-0.17.1 entrypoints-0.4 executing-0.9.1 fastjsonschema-2.16.1 gTTS-2.2.4 imagesize-1.4.1 imutils-0.5.4 ipykernel-6.15.1 ipython-8.4.0 ipython-genutils-0.2.0 ipywidgets-7.7.1 itsdangerous-2.1.2 jedi-0.18.1 json5-0.9.8 jsonschema-4.9.0 jupyter-1.0.0 jupyter-client-7.3.4 jupyter-console-6.4.4 jupyter-contrib-core-0.4.0 jupyter-contrib-nbextensions-0.5.1 jupyter-core-4.11.1 jupyter-highlight-selected-word-0.2.0 jupyter-latex-envs-1.4.6 jupyter-nbextensions-configurator-0.5.0 jupyter-server-1.18.1 jupyterlab-3.4.4 jupyterlab-pygments-0.2.2 jupyterlab-server-2.15.0 jupyterlab-widgets-1.1.1 jupyterplot-0.0.3 lrcurve-1.1.0 matplotlib-inline-0.1.3 mistune-0.8.4 nbclassic-0.4.3 nbclient-0.5.13 nbconvert-6.5.0 nbformat-5.4.0 nbsphinx-0.8.9 nbwavedrom-1.0.1 nest-asyncio-1.5.5 notebook-6.4.12 notebook-shim-0.1.0 ordered-set-4.1.0 pandocfilters-1.5.0 parsec-3.13 parso-0.8.3 patsy-0.5.2 pbr-5.9.0 pexpect-4.8.0 pickleshare-0.7.5 plotly-5.9.0 prometheus-client-0.14.1 prompt-toolkit-3.0.30 ptyprocess-0.7.0 pure-eval-0.2.2 pybind11-2.10.0 pycairo-1.21.0 pycparser-2.19 pycurl-7.45.1 pydantic-1.9.1 pyeda-0.28.0 pyrsistent-0.18.1 python-dateutil-2.8.2 pyzmq-23.2.0 qtconsole-5.3.1 rise-5.7.1 roman-3.3 setproctitle-1.3.0 simple-term-menu-1.5.0 simplegeneric-0.8.1 sniffio-1.2.0 snowballstemmer-2.2.0 sphinx-rtd-theme-1.0.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 stack-data-0.3.0 tenacity-8.0.1 terminado-0.15.0 testpath-0.6.0 testresources-2.0.1 tinycss2-1.1.1 tqdm-4.64.0 traitlets-5.3.0 typing_extensions-4.3.0 voila-0.3.6 voila-gridstack-0.3.0 wcwidth-0.2.5 websocket-client-1.3.3 websockets-10.3 widgetsnbextension-3.6.1 wurlitzer-3.0.2 Writing default config to: /root/.jupyter/jupyter_notebook_config.py checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... /usr/lib/ccache/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/lib/ccache/gcc accepts -g... yes checking for /usr/lib/ccache/gcc option to accept ISO C89... none needed checking whether /usr/lib/ccache/gcc understands -c and -o together... yes checking dependency style of /usr/lib/ccache/gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for gcc... (cached) /usr/lib/ccache/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/lib/ccache/gcc accepts -g... (cached) yes checking for /usr/lib/ccache/gcc option to accept ISO C89... (cached) none needed checking whether /usr/lib/ccache/gcc understands -c and -o together... (cached) yes checking dependency style of /usr/lib/ccache/gcc... (cached) gcc3 checking how to run the C preprocessor... /usr/lib/ccache/gcc -E checking whether ln -s works... yes checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/lib/ccache/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/lib/ccache/gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/lib/ccache/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/lib/ccache/gcc option to produce PIC... -fPIC -DPIC checking if /usr/lib/ccache/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/lib/ccache/gcc static flag -static works... yes checking if /usr/lib/ccache/gcc supports -c -o file.o... yes checking if /usr/lib/ccache/gcc supports -c -o file.o... (cached) yes checking whether the /usr/lib/ccache/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.22... yes checking for library containing pow... -lm checking for RPC support... no checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.32.0... yes (version 2.72.1) checking for libzip... yes checking for libserialport... no checking for librevisa... no checking for libusb... yes checking for libftdi... yes checking for check... yes checking whether byte ordering is bigendian... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating version.h config.status: creating libsigrok.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands libsigrok configuration summary: - Package version (major.minor.micro): 0.3.0 - Library version (current:revision:age): 2:0:0 - Prefix: /opt/sigrok - Building on: aarch64-unknown-linux-gnu - Building for: aarch64-unknown-linux-gnu Detected libraries: - (REQUIRED) glib-2.0 >= 2.32.0: yes (2.72.1) - (REQUIRED) libzip >= 0.10: yes (1.7.3) - (OPTIONAL) libserialport >= 0.1.0: no - (OPTIONAL) librevisa >= 0.0.20130812: no - (OPTIONAL) libusb-1.0 >= 1.0.16: yes (1.0.25) - (OPTIONAL) libftdi >= 0.16: yes (0.20) - (OPTIONAL) check >= 0.9.4: yes (0.15.2) Enabled hardware drivers: - agilent-dmm..................... no - appa-55ii....................... no - asix-sigma...................... yes - atten-pps3xxx................... no - brymen-bm86x.................... yes - brymen-dmm...................... no - cem-dt-885x..................... no - center-3xx...................... no - chronovu-la..................... yes - colead-slm...................... no - conrad-digi-35-cpu.............. no - demo............................ yes - fluke-dmm....................... no - fx2lafw......................... yes - gmc-mh-1x-2x.................... no - hameg-hmo....................... no - hantek-dso...................... yes - ikalogic-scanalogic2............ yes - ikalogic-scanaplus.............. yes - kecheng-kc-330b................. yes - lascar-el-usb................... yes - mic-985xx....................... no - norma-dmm....................... no - openbench-logic-sniffer......... no - rigol-ds........................ yes - saleae-logic16.................. yes - serial-dmm...................... no - sysclk-lwla..................... yes - teleinfo........................ no - tondaj-sl-814................... no - uni-t-dmm....................... yes - uni-t-ut32x..................... yes - victor-dmm...................... yes - zeroplus-logic-cube............. yes make[1]: Entering directory '/root/sigrok_build/libsigrok-0.3.0' /usr/bin/make all-am CC backend.lo CC session.lo CC session_file.lo CC device.lo CC session_driver.lo CC hwdriver.lo CC strutil.lo CC log.lo CC version.lo CC error.lo CC std.lo CC input/binary.lo CC input/chronovu_la8.lo CC input/csv.lo CC input/input.lo CC input/vcd.lo CC input/wav.lo CC output/output.lo CC output/analog.lo CC output/ascii.lo CC output/bits.lo CC output/binary.lo CC output/csv.lo CC output/chronovu_la8.lo CC output/gnuplot.lo CC output/hex.lo CC output/ols.lo CC output/vcd.lo CC hardware/common/scpi.lo CC hardware/common/scpi_tcp.lo CC hardware/common/ezusb.lo CC hardware/common/usb.lo CC hardware/common/scpi_usbtmc_libusb.lo CC hardware/common/dmm/es519xx.lo CC hardware/common/dmm/fs9721.lo CC hardware/common/dmm/fs9922.lo CC hardware/common/dmm/m2110.lo CC hardware/common/dmm/metex14.lo CC hardware/common/dmm/rs9lcd.lo CC hardware/asix-sigma/asix-sigma.lo CC hardware/brymen-bm86x/protocol.lo CC hardware/brymen-bm86x/api.lo CC hardware/chronovu-la/protocol.lo CC hardware/chronovu-la/api.lo CC hardware/demo/demo.lo CC hardware/fx2lafw/protocol.lo CC hardware/fx2lafw/api.lo CC hardware/hantek-dso/dso.lo CC hardware/hantek-dso/api.lo CC hardware/ikalogic-scanalogic2/protocol.lo CC hardware/ikalogic-scanalogic2/api.lo CC hardware/ikalogic-scanaplus/protocol.lo CC hardware/ikalogic-scanaplus/api.lo CC hardware/kecheng-kc-330b/protocol.lo CC hardware/kecheng-kc-330b/api.lo CC hardware/lascar-el-usb/protocol.lo CC hardware/lascar-el-usb/api.lo CC hardware/rigol-ds/protocol.lo CC hardware/rigol-ds/api.lo CC hardware/saleae-logic16/protocol.lo CC hardware/saleae-logic16/api.lo CC hardware/sysclk-lwla/lwla.lo CC hardware/sysclk-lwla/protocol.lo CC hardware/sysclk-lwla/api.lo CC hardware/uni-t-dmm/protocol.lo CC hardware/uni-t-dmm/api.lo CC hardware/uni-t-ut32x/protocol.lo CC hardware/uni-t-ut32x/api.lo CC hardware/victor-dmm/protocol.lo CC hardware/victor-dmm/api.lo CC hardware/zeroplus-logic-cube/analyzer.lo CC hardware/zeroplus-logic-cube/gl_usb.lo CC hardware/zeroplus-logic-cube/protocol.lo CC hardware/zeroplus-logic-cube/api.lo CCLD libsigrok.la copying selected object files to avoid basename conflicts... make[1]: Leaving directory '/root/sigrok_build/libsigrok-0.3.0' make[1]: Entering directory '/root/sigrok_build/libsigrok-0.3.0' /usr/bin/mkdir -p '/opt/sigrok/lib' /bin/bash ./libtool --silent --mode=install /usr/bin/install -c libsigrok.la '/opt/sigrok/lib' /usr/bin/mkdir -p '/opt/sigrok/include/libsigrok' /usr/bin/install -c -m 644 libsigrok.h proto.h version.h '/opt/sigrok/include/libsigrok' /usr/bin/mkdir -p '/opt/sigrok/lib/pkgconfig' /usr/bin/install -c -m 644 libsigrok.pc '/opt/sigrok/lib/pkgconfig' make[1]: Leaving directory '/root/sigrok_build/libsigrok-0.3.0' patching file decoders/i2c/pd.py patching file decoders/spi/pd.py checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... /usr/lib/ccache/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/lib/ccache/gcc accepts -g... yes checking for /usr/lib/ccache/gcc option to accept ISO C89... none needed checking whether /usr/lib/ccache/gcc understands -c and -o together... yes checking dependency style of /usr/lib/ccache/gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for gcc... (cached) /usr/lib/ccache/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/lib/ccache/gcc accepts -g... (cached) yes checking for /usr/lib/ccache/gcc option to accept ISO C89... (cached) none needed checking whether /usr/lib/ccache/gcc understands -c and -o together... (cached) yes checking dependency style of /usr/lib/ccache/gcc... (cached) gcc3 checking how to run the C preprocessor... /usr/lib/ccache/gcc -E checking whether ln -s works... yes checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/lib/ccache/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/lib/ccache/gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/lib/ccache/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/lib/ccache/gcc option to produce PIC... -fPIC -DPIC checking if /usr/lib/ccache/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/lib/ccache/gcc static flag -static works... yes checking if /usr/lib/ccache/gcc supports -c -o file.o... yes checking if /usr/lib/ccache/gcc supports -c -o file.o... (cached) yes checking whether the /usr/lib/ccache/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.22... yes checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.24.0... yes (version 2.72.1) checking for python3... yes checking for python3.4... no checking for python3.3... no checking for python3.2... no checking for python3... python3 checking for library containing pow... -lm checking for check... yes checking for libsigrok... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating version.h config.status: creating libsigrokdecode.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands libsigrokdecode configuration summary: - Package version (major.minor.micro): 0.3.0 - Library version (current:revision:age): 2:0:0 - Prefix: /opt/sigrok - Building on: aarch64-unknown-linux-gnu - Building for: aarch64-unknown-linux-gnu Detected libraries: - (REQUIRED) python >= 3.2: yes (3.10) - (REQUIRED) glib-2.0 >= 2.24.0: yes (2.72.1) - (OPTIONAL) check >= 0.9.4: yes (0.15.2) - (OPTIONAL) libsigrok >= 0.3.0: yes (0.3.0) Enabled features: - (OPTIONAL) Library unit test framework support: yes - (OPTIONAL) Protocol decoder test framework support: yes make[1]: Entering directory '/root/sigrok_build/libsigrokdecode-0.3.0' /usr/bin/make all-am CC libsigrokdecode_la-srd.lo CC libsigrokdecode_la-session.lo CC libsigrokdecode_la-decoder.lo CC libsigrokdecode_la-instance.lo CC libsigrokdecode_la-log.lo CC libsigrokdecode_la-util.lo CC libsigrokdecode_la-exception.lo CC libsigrokdecode_la-module_sigrokdecode.lo CC libsigrokdecode_la-type_decoder.lo CC libsigrokdecode_la-type_logic.lo CC libsigrokdecode_la-error.lo CC libsigrokdecode_la-version.lo CCLD libsigrokdecode.la CC tests/tests_runtc-runtc.o CCLD tests/runtc make[1]: Leaving directory '/root/sigrok_build/libsigrokdecode-0.3.0' make[1]: Entering directory '/root/sigrok_build/libsigrokdecode-0.3.0' /usr/bin/mkdir -p '/opt/sigrok/lib' /bin/bash ./libtool --silent --mode=install /usr/bin/install -c libsigrokdecode.la '/opt/sigrok/lib' /usr/bin/mkdir -p '/opt/sigrok/include/libsigrokdecode' /usr/bin/install -c -m 644 libsigrokdecode.h version.h '/opt/sigrok/include/libsigrokdecode' /usr/bin/mkdir -p '/opt/sigrok/lib/pkgconfig' /usr/bin/install -c -m 644 libsigrokdecode.pc '/opt/sigrok/lib/pkgconfig' /usr/bin/make install-data-hook /usr/bin/mkdir -p /opt/sigrok/share/libsigrokdecode/decoders python3 ./tools/install-decoders \ -i ./decoders -o /opt/sigrok/share/libsigrokdecode/decoders Installing 36 protocol decoders: i2cdemux uart i2s ds1307 nunchuk lm75 xfp sdcard_spi rgb_led_spi lpc jtag i2cfilter rtc8564 usb_packet jtag_stm32 usb_signalling maxim_ds28ea00 tlc5620 i2c pan1321 mx25lxx05d guess_bitrate mxc6225xu parallel can avr_isp onewire_network z80 midi ir_nec spi onewire_link dcf77 mlx90614 ir_rc5 edid make[1]: Leaving directory '/root/sigrok_build/libsigrokdecode-0.3.0' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... /usr/lib/ccache/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/lib/ccache/gcc accepts -g... yes checking for /usr/lib/ccache/gcc option to accept ISO C89... none needed checking whether /usr/lib/ccache/gcc understands -c and -o together... yes checking dependency style of /usr/lib/ccache/gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for gcc... (cached) /usr/lib/ccache/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/lib/ccache/gcc accepts -g... (cached) yes checking for /usr/lib/ccache/gcc option to accept ISO C89... (cached) none needed checking whether /usr/lib/ccache/gcc understands -c and -o together... (cached) yes checking dependency style of /usr/lib/ccache/gcc... (cached) gcc3 checking how to run the C preprocessor... /usr/lib/ccache/gcc -E checking whether ln -s works... yes checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/lib/ccache/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/lib/ccache/gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/lib/ccache/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/lib/ccache/gcc option to produce PIC... -fPIC -DPIC checking if /usr/lib/ccache/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/lib/ccache/gcc static flag -static works... yes checking if /usr/lib/ccache/gcc supports -c -o file.o... yes checking if /usr/lib/ccache/gcc supports -c -o file.o... (cached) yes checking whether the /usr/lib/ccache/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.22... yes checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.28.0... yes (version 2.72.1) checking for libsigrok... yes checking for libsigrokdecode... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating contrib/sigrok-cli_cross.nsi config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands sigrok-cli configuration summary: - Package version: 0.5.0 - Prefix: /opt/sigrok - Building on: aarch64-unknown-linux-gnu - Building for: aarch64-unknown-linux-gnu Detected libraries: - (REQUIRED) glib-2.0 >= 2.28.0: yes (2.72.1) - (REQUIRED) libsigrok >= 0.3.0: yes (0.3.0) - (REQUIRED) libsigrokdecode >= 0.3.0: yes (0.3.0) make[1]: Entering directory '/root/sigrok_build/sigrok-cli-0.5.0' /usr/bin/make all-am CC main.o CC device.o CC show.o CC session.o CC input.o CC decode.o CC parsers.o CC anykey.o CCLD sigrok-cli make[1]: Leaving directory '/root/sigrok_build/sigrok-cli-0.5.0' make[1]: Entering directory '/root/sigrok_build/sigrok-cli-0.5.0' /usr/bin/mkdir -p '/opt/sigrok/bin' /bin/bash ./libtool --silent --mode=install /usr/bin/install -c sigrok-cli '/opt/sigrok/bin' /usr/bin/mkdir -p '/opt/sigrok/share/man/man1' /usr/bin/install -c -m 644 doc/sigrok-cli.1 '/opt/sigrok/share/man/man1' make[1]: Leaving directory '/root/sigrok_build/sigrok-cli-0.5.0' (cd /home/p260/PYNQ/sdbuild/build/jammy.aarch64 && sudo tar -cz * > /home/p260/PYNQ/sdbuild/build/jammy.aarch64.stage2.tar.gz) git clone ../ /home/p260/PYNQ/sdbuild/build/PYNQ cd /home/p260/PYNQ/sdbuild/build/PYNQ && git submodule init && git submodule update Submodule path 'pynq/lib/_pynq/embeddedsw': checked out 'b3d8b420b421730ea505da55b42174dc90f885c1' cd /home/p260/PYNQ/sdbuild/build/PYNQ && git fetch origin && git checkout 93ddd21ab623883590a8c8b07f0b157b2855da4b sudo rm -rf /home/p260/PYNQ/sdbuild/build/jammy.aarch64 mkdir /home/p260/PYNQ/sdbuild/build/jammy.aarch64 (cd /home/p260/PYNQ/sdbuild/build/jammy.aarch64 && sudo tar -xf /home/p260/PYNQ/sdbuild/build/jammy.aarch64.stage2.tar.gz) QEMU_EXE=/opt/qemu/bin/qemu-aarch64-static PYNQ_BOARD=Unknown ARCH=aarch64 PYNQ_SDIST=/home/p260/PYNQ/sdbuild/prebuilt/pynq_sdist.tar.gz PYNQ_ROOTFS=/home/p260/PYNQ/sdbuild/prebuilt/pynq_rootfs.aarch64.tar.gz /home/p260/PYNQ/sdbuild/scripts/install_packages.sh /home/p260/PYNQ/sdbuild/build/jammy.aarch64 xrtlib pynq x11 resizefs **************************************************************** * XILINX_VITIS is undefined or not accessible * * MicroBlaze firmware will not be built * **************************************************************** cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Debug ../../src -- The C compiler identification is GNU 11.2.0 -- The CXX compiler identification is GNU 11.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/lib/ccache/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/lib/ccache/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found UnixCommands: /usr/bin/bash -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Checking for module 'libdrm' -- Found libdrm, version 2.4.110 -- Looking for DRM - found at /usr 2.4.110 -- Looking for CL_VERSION_2_2 -- Looking for CL_VERSION_2_2 - found -- Found OpenCL: /usr/lib/aarch64-linux-gnu/libOpenCL.so (found version "2.2") -- Looking for OPENCL - found at -- Found Git: /usr/bin/git (found version "2.34.1") -- Found Boost: /usr/lib/aarch64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0") found components: system filesystem program_options -- Found Curses: /usr/lib/aarch64-linux-gnu/libcurses.so -- Found OpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so (found version "3.0.2") -- RapidJSON found. Headers: /usr/include -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found GTest: /usr/lib/aarch64-linux-gnu/cmake/GTest/GTestConfig.cmake (found version "1.11.0") -- Found Protobuf: /usr/lib/aarch64-linux-gnu/libprotobuf.so (found version "3.12.4") -- Checking for module 'libffi' -- Found libffi, version 3.4.2 -- Found LibFFI: /usr/lib/aarch64-linux-gnu/libffi.so -- Configuring done -- Generating done -- Build files have been written to: /root/xrt-git/build/Debug make -j 4 DESTDIR=/root/xrt-git/build/Debug install make[1]: Entering directory '/root/xrt-git/build/Debug' make[2]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 0%] Building CXX object runtime_src/core/common/CMakeFiles/core_common_objects.dir/scheduler.cpp.o [ 0%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/aie_debug.cpp.o [ 0%] Building CXX object runtime_src/core/edge/common/CMakeFiles/core_edge_common_objects.dir/aie_parser.cpp.o [ 0%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/context_mgr.cpp.o [ 0%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/aie_profile.cpp.o [ 0%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/aie_trace.cpp.o [ 1%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/hal_api_interface.cpp.o [ 1%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/hal_device_offload.cpp.o [ 1%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/hal_profile.cpp.o [ 1%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/hw_emu_device_offload.cpp.o [ 1%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/noc_profile.cpp.o [ 1%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/pl_deadlock.cpp.o [ 2%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/plugin_loader.cpp.o [ 2%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/sc_profile.cpp.o [ 2%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_objects.dir/vart_profile.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 2%] Built target core_edgeuser_plugin_xdp_objects [ 2%] Building CXX object runtime_src/core/edge/common/CMakeFiles/core_edge_common_objects.dir/device_edge.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 2%] Built target core_common_objects [ 3%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/exec.cpp.o [ 3%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/kds.cpp.o [ 3%] Building CXX object runtime_src/core/edge/common/CMakeFiles/core_edge_common_objects.dir/system_edge.cpp.o [ 3%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/native_profile.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 3%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clBuildProgram.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 4%] Building CXX object runtime_src/core/edge/hw_em/CMakeFiles/core_edgeuser_plugin_xdp_hw_em_objects.dir/__/user/plugin/xdp/hal_profile.cpp.o [ 4%] Building CXX object runtime_src/core/edge/hw_em/CMakeFiles/core_edgeuser_plugin_xdp_hw_em_objects.dir/__/user/plugin/xdp/hw_emu_device_offload.cpp.o [ 4%] Building CXX object runtime_src/core/edge/hw_em/CMakeFiles/core_edgeuser_plugin_xdp_hw_em_objects.dir/__/user/plugin/xdp/plugin_loader.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 4%] Built target core_edgeuser_plugin_xdp_hw_em_objects [ 4%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/sws.cpp.o [ 4%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_bo.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 4%] Built target core_edge_common_objects make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 4%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/xclbinutil.cxx.o [ 4%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/CBOR.cxx.o [ 4%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/DTC.cxx.o [ 4%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/DTCStringsBlock.cxx.o [ 5%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/ElfUtilities.cxx.o [ 5%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/FDTNode.cxx.o [ 5%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/FDTProperty.cxx.o [ 5%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/FormattedOutput.cxx.o [ 5%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCompileProgram.cpp.o [ 5%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_device.cpp.o [ 5%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/KernelUtilities.cxx.o [ 5%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/ParameterSectionData.cxx.o [ 5%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateBuffer.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 5%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/TestAddSection.cxx.o [ 5%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/TestMetaData.cxx.o [ 6%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/TestRemoveSection.cxx.o [ 6%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/TestSerialization.cxx.o [ 6%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/UnitParameterSectionData.cxx.o [ 7%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/RapidJsonUtilities.cxx.o [ 7%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/globals.cxx.o [ 7%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/ResourcesSmartNic.cxx.o [ 7%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/main.cxx.o [ 7%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/Section.cxx.o [ 7%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/CBOR.cxx.o [ 7%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionAIEMetadata.cxx.o [ 8%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/DTC.cxx.o [ 8%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/DTCStringsBlock.cxx.o [ 8%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionAIEResources.cxx.o [ 8%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/ElfUtilities.cxx.o [ 8%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionBMC.cxx.o [ 8%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/FDTNode.cxx.o [ 9%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionBitstream.cxx.o [ 9%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/FDTProperty.cxx.o [ 9%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionBitstreamPartialPDI.cxx.o [ 9%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/FormattedOutput.cxx.o [ 9%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionBuildMetadata.cxx.o [ 10%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateCommandQueue.cpp.o [ 11%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_enqueue.cpp.o [ 11%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_error.cpp.o [ 11%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionClearBitstream.cxx.o [ 11%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionClockFrequencyTopology.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionConnectivity.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionDNACertificate.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionDebugData.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionDebugIPLayout.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionDesignCheckPoint.cxx.o [ 12%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateContext.cpp.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionEmbeddedMetadata.cxx.o [ 13%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionEmulationData.cxx.o [ 13%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionFlash.cxx.o [ 13%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionGroupConnectivity.cxx.o [ 13%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionGroupTopology.cxx.o [ 13%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionHeader.cxx.o [ 13%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionIPLayout.cxx.o [ 14%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionKeyValueMetadata.cxx.o [ 14%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionMCS.cxx.o [ 14%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionManagementFW.cxx.o [ 14%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionMemTopology.cxx.o [ 14%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionOverlay.cxx.o [ 15%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/KernelUtilities.cxx.o [ 15%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionPDI.cxx.o [ 15%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/ParameterSectionData.cxx.o [ 16%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionPartitionMetadata.cxx.o [ 16%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/RapidJsonUtilities.cxx.o [ 16%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionSchedulerFW.cxx.o [ 16%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/ResourcesSmartNic.cxx.o [ 16%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionSmartNic.cxx.o [ 16%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/Section.cxx.o [ 16%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionAIEMetadata.cxx.o [ 16%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionSoftKernel.cxx.o [ 16%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_ini.cpp.o [ 17%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionAIEResources.cxx.o [ 17%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_ip.cpp.o [ 17%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionSystemMetadata.cxx.o [ 17%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionBMC.cxx.o [ 17%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionUserMetadata.cxx.o [ 17%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionBitstream.cxx.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionVenderMetadata.cxx.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionBitstreamPartialPDI.cxx.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/XclBinClass.cxx.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionBuildMetadata.cxx.o [ 18%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_kernel.cpp.o [ 18%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateContextFromType.cpp.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionClearBitstream.cxx.o [ 19%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionClockFrequencyTopology.cxx.o [ 19%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionConnectivity.cxx.o [ 19%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionDNACertificate.cxx.o [ 19%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionDebugData.cxx.o [ 19%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionDebugIPLayout.cxx.o [ 19%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionDesignCheckPoint.cxx.o [ 20%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionEmbeddedMetadata.cxx.o [ 20%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionEmulationData.cxx.o [ 20%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionFlash.cxx.o [ 20%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionGroupConnectivity.cxx.o [ 20%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionGroupTopology.cxx.o [ 21%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionHeader.cxx.o [ 21%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionIPLayout.cxx.o [ 21%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionKeyValueMetadata.cxx.o [ 21%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionMCS.cxx.o [ 21%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionManagementFW.cxx.o [ 21%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionMemTopology.cxx.o [ 22%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionOverlay.cxx.o [ 22%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionPDI.cxx.o [ 22%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionPartitionMetadata.cxx.o [ 22%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionSchedulerFW.cxx.o [ 22%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionSmartNic.cxx.o [ 22%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionSoftKernel.cxx.o [ 23%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionSystemMetadata.cxx.o [ 23%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionUserMetadata.cxx.o [ 23%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionVenderMetadata.cxx.o [ 23%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/XclBinClass.cxx.o [ 23%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateImage.cpp.o [ 23%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/XclBinSignature.cxx.o [ 23%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/XclBinUtilMain.cxx.o [ 23%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/XclBinUtilities.cxx.o [ 23%] Linking CXX executable xclbinutil [ 23%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_message.cpp.o [ 24%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_pipeline.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 24%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_profile.cpp.o [ 24%] Built target xclbinutil [ 24%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateImage2D.cpp.o [ 24%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_queue.cpp.o [ 24%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_system.cpp.o [ 24%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/XclBinSignature.cxx.o [ 24%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateImage3D.cpp.o [ 24%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/api/xrt_xclbin.cpp.o [ 24%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/XclBinUtilMain.cxx.o [ 25%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/XclBinUtilities.cxx.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 25%] Linking CXX executable xclbintest [ 25%] Building CXX object runtime_src/xrt/CMakeFiles/xrt++_static.dir/device/device.cpp.o [ 26%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateKernel.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 26%] Built target xclbintest [ 26%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateKernelsInProgram.cpp.o [ 26%] Building CXX object runtime_src/xrt/CMakeFiles/xrt++_static.dir/device/hal2.cpp.o [ 26%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreatePipe.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 26%] Building CXX object runtime_src/ert/scheduler/CMakeFiles/sch_objects.dir/scheduler.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 26%] Built target sch_objects [ 26%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateProgramWithBinary.cpp.o [ 26%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/config_reader.cpp.o [ 27%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/debug.cpp.o [ 27%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/debug_ip.cpp.o [ 28%] Building CXX object runtime_src/xrt/CMakeFiles/xrt++_static.dir/device/hal_static.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 28%] Building CXX object runtime_src/ert/scheduler/CMakeFiles/sch_objects_v30.dir/scheduler_v30.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 28%] Built target sch_objects_v30 [ 28%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateProgramWithBuiltInKernels.cpp.o [ 28%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/device.cpp.o [ 28%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateProgramWithSource.cpp.o [ 28%] Building CXX object runtime_src/xrt/CMakeFiles/xrt++_static.dir/device/halops2_static.cpp.o [ 28%] Building CXX object runtime_src/xrt/CMakeFiles/xrt++_static.dir/xrt++/xrtexec.cpp.o [ 28%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/error.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' [ 28%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/info_aie.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 28%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/context_mgr.cpp.o [ 29%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateSampler.cpp.o [ 29%] Linking CXX static library libxrt++_static.a make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 29%] Built target xrt++_static make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 29%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/aie_debug.cpp.o [ 29%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/aie_profile.cpp.o [ 29%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/aie_trace.cpp.o [ 30%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/hal_api_interface.cpp.o [ 30%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/hal_device_offload.cpp.o [ 30%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/hal_profile.cpp.o [ 30%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/hw_emu_device_offload.cpp.o [ 30%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/exec.cpp.o [ 30%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/noc_profile.cpp.o [ 30%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/kds.cpp.o [ 30%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/pl_deadlock.cpp.o [ 31%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/plugin_loader.cpp.o [ 31%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/sc_profile.cpp.o [ 31%] Building CXX object runtime_src/core/edge/user/plugin/xdp/CMakeFiles/core_edgeuser_plugin_xdp_no_dl_load_objects.dir/vart_profile.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 31%] Built target core_edgeuser_plugin_xdp_no_dl_load_objects make[3]: Entering directory '/root/xrt-git/build/Debug' [ 31%] Running cpp protocol buffer compiler on /root/xrt-git/src/runtime_src/core/edge/common_em/rpc_messages.proto make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 31%] Building CXX object runtime_src/core/edge/common_em/CMakeFiles/common_em_objects.dir/config.cxx.o [ 31%] Building CXX object runtime_src/core/edge/common_em/CMakeFiles/common_em_objects.dir/memorymanager.cxx.o [ 31%] Building CXX object runtime_src/core/edge/common_em/CMakeFiles/common_em_objects.dir/system_utils.cxx.o [ 32%] Building CXX object runtime_src/core/edge/common_em/CMakeFiles/common_em_objects.dir/unix_socket.cxx.o [ 32%] Building CXX object runtime_src/core/edge/common_em/CMakeFiles/common_em_objects.dir/rpc_messages.pb.cc.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 32%] Built target common_em_objects [ 32%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/native_profile.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 32%] Built target edge_emulation_generated_code [ 32%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/info_memory.cpp.o [ 32%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateSubBuffer.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' [ 33%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/sws.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 34%] Linking CXX shared library libsched_em.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 34%] Built target sched_em [ 34%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateSubDevices.cpp.o [ 34%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clCreateUserEvent.cpp.o [ 34%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_bo.cpp.o [ 34%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_device.cpp.o [ 35%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/info_platform.cpp.o [ 35%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueBarrier.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 35%] Linking CXX shared library libsched_em_v30.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 35%] Built target sched_em_v30 [ 35%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_enqueue.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 35%] Building CXX object runtime_src/core/edge/user/CMakeFiles/xrt_core_static.dir/aie_sys_parser.cpp.o [ 36%] Building CXX object runtime_src/core/edge/user/CMakeFiles/xrt_core_static.dir/device_linux.cpp.o [ 36%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_error.cpp.o [ 36%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/info_vmr.cpp.o [ 37%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueBarrierWithWaitList.cpp.o [ 37%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueCopyBuffer.cpp.o [ 37%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/message.cpp.o [ 37%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_ini.cpp.o [ 38%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_ip.cpp.o [ 38%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/module_loader.cpp.o [ 38%] Building CXX object runtime_src/core/edge/user/CMakeFiles/xrt_core_static.dir/shim.cpp.o [ 38%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/query_requests.cpp.o [ 38%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/sensor.cpp.o [ 38%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_kernel.cpp.o [ 38%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueCopyBufferRect.cpp.o [ 38%] Building CXX object runtime_src/core/edge/user/CMakeFiles/xrt_core_static.dir/system_linux.cpp.o [ 38%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueCopyBufferToImage.cpp.o [ 39%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/system.cpp.o [ 39%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_message.cpp.o [ 39%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_pipeline.cpp.o [ 39%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_profile.cpp.o [ 39%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_queue.cpp.o [ 40%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_system.cpp.o [ 40%] Building CXX object runtime_src/core/edge/user/CMakeFiles/xrt_core_static.dir/zynq_dev.cpp.o [ 40%] Linking CXX static library libxrt_core_static.a make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 40%] Built target xrt_core_static [ 40%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/api/xrt_xclbin.cpp.o [ 40%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueCopyImage.cpp.o [ 40%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/thread.cpp.o [ 40%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/time.cpp.o [ 40%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/utils.cpp.o [ 40%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/xclbin_parser.cpp.o [ 40%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/config_reader.cpp.o [ 40%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil.dir/xclbin_swemu.cpp.o [ 40%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueCopyImageToBuffer.cpp.o [ 41%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueFillBuffer.cpp.o [ 42%] Linking CXX shared library libxrt_coreutil.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 42%] Built target xrt_coreutil [ 42%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/debug.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 42%] Building CXX object runtime_src/core/edge/sw_em/CMakeFiles/sw_emu_objects.dir/__/common/aie_parser.cpp.o [ 42%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/debug_ip.cpp.o [ 42%] Building CXX object runtime_src/core/edge/sw_em/CMakeFiles/sw_emu_objects.dir/__/common/device_edge.cpp.o [ 42%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueFillImage.cpp.o [ 42%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/device.cpp.o [ 43%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/error.cpp.o [ 43%] Building CXX object runtime_src/core/edge/sw_em/CMakeFiles/sw_emu_objects.dir/__/common/system_edge.cpp.o [ 43%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/info_aie.cpp.o [ 43%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueMapBuffer.cpp.o [ 43%] Building CXX object runtime_src/core/edge/sw_em/CMakeFiles/sw_emu_objects.dir/generic_pcie_hal2/device_swemu.cxx.o [ 43%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/info_memory.cpp.o [ 43%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueMapImage.cpp.o [ 43%] Building CXX object runtime_src/core/edge/sw_em/CMakeFiles/sw_emu_objects.dir/generic_pcie_hal2/halapi.cxx.o [ 44%] Building CXX object runtime_src/core/edge/sw_em/CMakeFiles/sw_emu_objects.dir/generic_pcie_hal2/shim.cxx.o [ 44%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueMarker.cpp.o [ 44%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/info_platform.cpp.o [ 44%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueMarkerWithWaitList.cpp.o [ 44%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/info_vmr.cpp.o [ 45%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueMigrateMemObjects.cpp.o [ 45%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueNDRangeKernel.cpp.o [ 45%] Building CXX object runtime_src/core/edge/sw_em/CMakeFiles/sw_emu_objects.dir/generic_pcie_hal2/swscheduler.cxx.o [ 45%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/message.cpp.o [ 45%] Building CXX object runtime_src/core/edge/sw_em/CMakeFiles/sw_emu_objects.dir/generic_pcie_hal2/system_swemu.cxx.o [ 46%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/module_loader.cpp.o [ 46%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/query_requests.cpp.o [ 46%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/sensor.cpp.o [ 46%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueNativeKernel.cpp.o [ 46%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueReadBuffer.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 46%] Built target sw_emu_objects [ 46%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueReadBufferRect.cpp.o [ 46%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/system.cpp.o [ 46%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/thread.cpp.o [ 46%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueReadImage.cpp.o [ 46%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/time.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 46%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/database.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 46%] Building CXX object runtime_src/core/edge/user/CMakeFiles/xrt_core.dir/aie_sys_parser.cpp.o [ 46%] Building CXX object runtime_src/core/edge/user/CMakeFiles/xrt_core.dir/device_linux.cpp.o [ 47%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/utils.cpp.o [ 47%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/dynamic_event_database.cpp.o [ 48%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueSVMMap.cpp.o [ 48%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/xclbin_parser.cpp.o [ 48%] Building CXX object runtime_src/core/common/CMakeFiles/xrt_coreutil_static.dir/xclbin_swemu.cpp.o [ 48%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueSVMUnmap.cpp.o [ 49%] Building CXX object runtime_src/core/edge/user/CMakeFiles/xrt_core.dir/shim.cpp.o [ 50%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/events/creator/aie_trace_data_logger.cpp.o [ 50%] Linking CXX static library libxrt_coreutil_static.a [ 50%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueTask.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 50%] Built target xrt_coreutil_static [ 50%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/events/device_events.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 50%] Building CXX object runtime_src/xrt/CMakeFiles/xrt++.dir/device/device.cpp.o [ 50%] Building CXX object runtime_src/core/edge/user/CMakeFiles/xrt_core.dir/system_linux.cpp.o [ 50%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/events/hal_api_calls.cpp.o [ 50%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/events/native_events.cpp.o [ 50%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/events/opencl_api_calls.cpp.o [ 50%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/events/opencl_host_events.cpp.o [ 51%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/events/user_events.cpp.o [ 51%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/events/vtf_event.cpp.o [ 51%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/static_info/device_info.cpp.o [ 51%] Building CXX object runtime_src/xrt/CMakeFiles/xrt++.dir/device/hal.cpp.o [ 51%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueUnmapMemObject.cpp.o [ 51%] Building CXX object runtime_src/core/edge/user/CMakeFiles/xrt_core.dir/zynq_dev.cpp.o [ 51%] Linking CXX shared library libxrt_core.so [ 51%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/static_info/pl_constructs.cpp.o [ 51%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/static_info/xclbin_info.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 51%] Built target xrt_core make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 51%] Building CXX object runtime_src/core/edge/hw_em/CMakeFiles/xrt_hwemu.dir/__/user/aie_sys_parser.cpp.o [ 51%] Building CXX object runtime_src/core/edge/hw_em/CMakeFiles/xrt_hwemu.dir/__/user/device_linux.cpp.o [ 52%] Building CXX object runtime_src/xrt/CMakeFiles/xrt++.dir/device/hal2.cpp.o [ 52%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueWaitForEvents.cpp.o [ 53%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/static_info_database.cpp.o [ 53%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueWriteBuffer.cpp.o [ 53%] Building CXX object runtime_src/xrt/CMakeFiles/xrt++.dir/device/halops2.cpp.o [ 53%] Building CXX object runtime_src/xrt/CMakeFiles/xrt++.dir/xrt++/xrtexec.cpp.o [ 54%] Building CXX object runtime_src/core/edge/hw_em/CMakeFiles/xrt_hwemu.dir/__/user/shim.cpp.o [ 55%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueWriteBufferRect.cpp.o [ 55%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/database/statistics_database.cpp.o [ 55%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/add.cpp.o [ 55%] Linking CXX shared library libxrt++.so [ 55%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/aie_counter.cpp.o [ 55%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/aim.cpp.o [ 55%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/am.cpp.o [ 56%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/asm.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 56%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/device_intf.cpp.o [ 56%] Built target xrt++ [ 56%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/device_trace_logger.cpp.o [ 56%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clEnqueueWriteImage.cpp.o [ 56%] Building CXX object runtime_src/core/edge/hw_em/CMakeFiles/xrt_hwemu.dir/__/user/system_linux.cpp.o [ 56%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clFinish.cpp.o [ 56%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/device_trace_offload.cpp.o [ 56%] Building CXX object runtime_src/core/edge/hw_em/CMakeFiles/xrt_hwemu.dir/__/user/zynq_dev.cpp.o [ 56%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clFlush.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 56%] Linking CXX static library libcommon_em.a make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 56%] Built target common_em [ 56%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/ioctl_monitors/ioctl_add.cpp.o [ 56%] Building CXX object runtime_src/core/edge/hw_em/CMakeFiles/xrt_hwemu.dir/shim_hwem.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 56%] Linking CXX shared library libxrt_hwemu.so [ 56%] Building CXX object runtime_src/core/edge/skd/CMakeFiles/skd.dir/main.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 56%] Built target xrt_hwemu [ 56%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/ioctl_monitors/ioctl_aieTraceS2MM.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 56%] Building CXX object runtime_src/core/edge/tools/xbutil/CMakeFiles/xbutil.dir/xbutil.cpp.o [ 57%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/ioctl_monitors/ioctl_aim.cpp.o [ 57%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/ioctl_monitors/ioctl_am.cpp.o [ 57%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/ioctl_monitors/ioctl_asm.cpp.o [ 57%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/ioctl_monitors/ioctl_traceFifoFull.cpp.o [ 57%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/ioctl_monitors/ioctl_traceFifoLite.cpp.o [ 57%] Building CXX object runtime_src/core/edge/skd/CMakeFiles/skd.dir/sk_daemon.cpp.o [ 57%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/ioctl_monitors/ioctl_traceFunnel.cpp.o [ 58%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/ioctl_monitors/ioctl_traceS2MM.cpp.o [ 58%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/mmapped_monitors/mmapped_add.cpp.o [ 58%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/mmapped_monitors/mmapped_aieTraceS2MM.cpp.o [ 58%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/mmapped_monitors/mmapped_aim.cpp.o [ 58%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/mmapped_monitors/mmapped_am.cpp.o [ 58%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/mmapped_monitors/mmapped_asm.cpp.o [ 59%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/mmapped_monitors/mmapped_traceFifoFull.cpp.o [ 59%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/mmapped_monitors/mmapped_traceFifoLite.cpp.o [ 59%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/mmapped_monitors/mmapped_traceFunnel.cpp.o [ 59%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/mmapped_monitors/mmapped_traceS2MM.cpp.o [ 59%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/noc.cpp.o [ 59%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/profile_ip_access.cpp.o [ 60%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/traceFifoFull.cpp.o [ 60%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/traceFifoLite.cpp.o [ 60%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/traceFunnel.cpp.o [ 60%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/traceS2MM.cpp.o [ 60%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/device/utility.cpp.o [ 60%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/plugin/vp_base/utility.cpp.o [ 60%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetCommandQueueInfo.cpp.o [ 60%] Building CXX object runtime_src/core/edge/skd/CMakeFiles/skd.dir/xrt_skd.cpp.o [ 61%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/plugin/vp_base/vp_base_plugin.cpp.o [ 61%] Building CXX object runtime_src/core/edge/tools/xbutil/CMakeFiles/xbutil.dir/xbutil_debug.cpp.o [ 62%] Linking CXX executable skd [ 62%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetContextInfo.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 62%] Built target skd [ 63%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetDeviceIDs.cpp.o [ 63%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/writer/vp_base/guidance_rules.cpp.o [ 63%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/writer/vp_base/ini_parameters.cpp.o [ 63%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetDeviceInfo.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 64%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/OptionOptions.cpp.o [ 64%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/Process.cpp.o [ 64%] Linking CXX executable xbutil make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 64%] Built target xbutil [ 64%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetEventInfo.cpp.o [ 64%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/writer/vp_base/summary_writer.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 65%] Linking CXX shared library libxrt_swemu.so [ 65%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetEventProfilingInfo.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 65%] Built target xrt_swemu [ 65%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetExtensionFunctionAddress.cpp.o [ 65%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/writer/vp_base/vp_run_summary.cpp.o [ 65%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetExtensionFunctionAddressForPlatform.cpp.o [ 66%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetImageInfo.cpp.o [ 66%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ProgressBar.cpp.o [ 66%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/Report.cpp.o [ 66%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/writer/vp_base/vp_summary_writer.cpp.o [ 67%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/writer/vp_base/vp_trace_writer.cpp.o [ 67%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_core.dir/profile/writer/vp_base/vp_writer.cpp.o [ 67%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetKernelArgInfo.cpp.o [ 67%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportAie.cpp.o [ 67%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetKernelInfo.cpp.o [ 67%] Linking CXX shared library libxdp_core.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 67%] Built target xdp_core [ 67%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetKernelWorkGroupInfo.cpp.o [ 67%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetMemObjectInfo.cpp.o [ 67%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportAieShim.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 67%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_plugin.dir/profile/plugin/hal/hal_plugin.cpp.o [ 67%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetPipeInfo.cpp.o [ 68%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetPlatformIDs.cpp.o [ 69%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_plugin.dir/profile/plugin/hal/xdp_hal_plugin.cpp.o [ 69%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetPlatformInfo.cpp.o [ 69%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetProgramBuildInfo.cpp.o [ 70%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportAsyncError.cpp.o [ 70%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_plugin.dir/profile/writer/hal/hal_device_trace_writer.cpp.o [ 70%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_plugin.dir/profile/writer/hal/hal_host_trace_writer.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 70%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_api_interface_plugin.dir/profile/device/hal_device/xdp_hal_device.cpp.o [ 70%] Linking CXX shared module libxdp_hal_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 70%] Built target xdp_hal_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 70%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_lop_plugin.dir/profile/plugin/lop/lop_cb.cpp.o [ 70%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetProgramInfo.cpp.o [ 70%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportBOStats.cpp.o [ 70%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_api_interface_plugin.dir/profile/plugin/hal_api_interface/xdp_api_interface.cpp.o [ 70%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_lop_plugin.dir/profile/plugin/lop/lop_plugin.cpp.o [ 70%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetSamplerInfo.cpp.o [ 70%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_api_interface_plugin.dir/profile/plugin/hal_api_interface/xdp_api_interface_plugin.cpp.o [ 71%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_lop_plugin.dir/profile/writer/lop/low_overhead_trace_writer.cpp.o [ 71%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportCmcStatus.cpp.o [ 71%] Linking CXX shared module libxdp_hal_api_interface_plugin.so [ 72%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clGetSupportedImageFormats.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 72%] Built target xdp_hal_api_interface_plugin [ 72%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportDebugIpStatus.cpp.o [ 72%] Linking CXX shared module libxdp_lop_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 72%] Built target xdp_lop_plugin [ 72%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportDynamicRegion.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 72%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_native_plugin.dir/profile/plugin/native/native_cb.cpp.o [ 72%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clLinkProgram.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 72%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_opencl_trace_plugin.dir/profile/plugin/opencl/trace/opencl_trace_cb.cpp.o [ 72%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportElectrical.cpp.o [ 72%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_native_plugin.dir/profile/plugin/native/native_plugin.cpp.o [ 72%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clReleaseCommandQueue.cpp.o [ 72%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_opencl_trace_plugin.dir/profile/plugin/opencl/trace/opencl_trace_plugin.cpp.o [ 72%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_native_plugin.dir/profile/writer/native/native_writer.cpp.o [ 73%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportFirewall.cpp.o [ 73%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clReleaseContext.cpp.o [ 73%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_opencl_trace_plugin.dir/profile/writer/opencl/opencl_trace_writer.cpp.o [ 73%] Linking CXX shared module libxdp_native_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 73%] Built target xdp_native_plugin [ 73%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clReleaseDevice.cpp.o [ 73%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportHost.cpp.o [ 73%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportMailbox.cpp.o [ 74%] Linking CXX shared module libxdp_opencl_trace_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 74%] Built target xdp_opencl_trace_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 75%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_user_plugin.dir/profile/plugin/user/user_cb.cpp.o [ 75%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clReleaseEvent.cpp.o [ 75%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_user_plugin.dir/profile/plugin/user/user_plugin.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 75%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_device_offload_plugin.dir/profile/device/hal_device/xdp_hal_device.cpp.o [ 76%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clReleaseKernel.cpp.o [ 76%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportMechanical.cpp.o [ 76%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_user_plugin.dir/profile/writer/user/user_events_trace_writer.cpp.o [ 77%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_device_offload_plugin.dir/profile/plugin/device_offload/device_offload_plugin.cpp.o [ 77%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clReleaseMemObject.cpp.o [ 77%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportMemory.cpp.o [ 77%] Linking CXX shared module libxdp_user_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 77%] Built target xdp_user_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 77%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_pl_deadlock_plugin.dir/profile/device/hal_device/xdp_hal_device.cpp.o [ 77%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_device_offload_plugin.dir/profile/plugin/device_offload/hal/hal_device_offload_cb.cpp.o [ 77%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clReleaseProgram.cpp.o [ 77%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_pl_deadlock_plugin.dir/profile/plugin/pl_deadlock/pl_deadlock_cb.cpp.o [ 77%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_device_offload_plugin.dir/profile/plugin/device_offload/hal/hal_device_offload_plugin.cpp.o [ 77%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportPcieInfo.cpp.o [ 77%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_pl_deadlock_plugin.dir/profile/plugin/pl_deadlock/pl_deadlock_plugin.cpp.o [ 77%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clReleaseSampler.cpp.o [ 77%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hal_device_offload_plugin.dir/profile/writer/device_trace/device_trace_writer.cpp.o [ 78%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportPlatforms.cpp.o [ 78%] Linking CXX shared module libxdp_pl_deadlock_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 78%] Built target xdp_pl_deadlock_plugin [ 78%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportQspiStatus.cpp.o [ 78%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clRetainCommandQueue.cpp.o [ 78%] Linking CXX shared module libxdp_hal_device_offload_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 78%] Built target xdp_hal_device_offload_plugin [ 78%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clRetainContext.cpp.o [ 79%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clRetainDevice.cpp.o [ 79%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportThermal.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 79%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_power_plugin.dir/profile/plugin/power/power_cb.cpp.o make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 79%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_system_compiler_plugin.dir/profile/plugin/system_compiler/system_compiler_cb.cpp.o [ 80%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_power_plugin.dir/profile/plugin/power/power_plugin.cpp.o [ 80%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clRetainEvent.cpp.o [ 80%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_system_compiler_plugin.dir/profile/plugin/system_compiler/system_compiler_plugin.cpp.o [ 80%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/ReportVmrStatus.cpp.o [ 80%] Linking CXX shared module libxdp_system_compiler_plugin.so [ 80%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_power_plugin.dir/profile/writer/power/power_writer.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 80%] Built target xdp_system_compiler_plugin [ 80%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/SubCmd.cpp.o [ 80%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/SubCmdJSON.cpp.o [ 80%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clRetainKernel.cpp.o [ 80%] Linking CXX shared module libxdp_power_plugin.so [ 81%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/Table2D.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 81%] Built target xdp_power_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 82%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_noc_plugin.dir/profile/plugin/noc/noc_cb.cpp.o [ 82%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clRetainMemObject.cpp.o [ 82%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_noc_plugin.dir/profile/plugin/noc/noc_plugin.cpp.o [ 82%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/XBHelpMenus.cpp.o [ 82%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/XBHelpMenusCore.cpp.o [ 82%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/XBMain.cpp.o [ 82%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clRetainProgram.cpp.o [ 82%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_noc_plugin.dir/profile/writer/noc/noc_writer.cpp.o [ 82%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clRetainSampler.cpp.o [ 82%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/XBUtilities.cpp.o [ 82%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/__/common/XBUtilitiesCore.cpp.o [ 83%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clSVMAlloc.cpp.o [ 83%] Linking CXX shared module libxdp_noc_plugin.so [ 83%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clSVMFree.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 83%] Built target xdp_noc_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 83%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_vart_plugin.dir/profile/plugin/vart/vart_cb.cpp.o [ 83%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clSetCommandQueueProperty.cpp.o [ 83%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_vart_plugin.dir/profile/plugin/vart/vart_plugin.cpp.o [ 83%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clSetEventCallback.cpp.o [ 83%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clSetKernelArg.cpp.o [ 84%] Linking CXX shared module libxdp_vart_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 84%] Built target xdp_vart_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 84%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hw_emu_device_offload_plugin.dir/profile/device/hal_device/xdp_hal_device.cpp.o [ 85%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/xbutil.cpp.o [ 85%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/OO_AieClockFreq.cpp.o [ 85%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hw_emu_device_offload_plugin.dir/profile/plugin/device_offload/device_offload_plugin.cpp.o [ 85%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clSetKernelArgSVMPointer.cpp.o [ 86%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clSetMemObjectDestructorCallback.cpp.o [ 87%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hw_emu_device_offload_plugin.dir/profile/plugin/device_offload/hw_emu/hw_emu_device_offload_cb.cpp.o [ 87%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hw_emu_device_offload_plugin.dir/profile/plugin/device_offload/hw_emu/hw_emu_device_offload_plugin.cpp.o [ 87%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/OO_AieRegRead.cpp.o [ 87%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clSetPrintfCallback.cpp.o [ 87%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clSetUserEventStatus.cpp.o [ 87%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_hw_emu_device_offload_plugin.dir/profile/writer/device_trace/device_trace_writer.cpp.o [ 87%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/OO_HostMem.cpp.o [ 87%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/OO_MemRead.cpp.o [ 87%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clUnloadCompiler.cpp.o [ 87%] Linking CXX shared module libxdp_hw_emu_device_offload_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 87%] Built target xdp_hw_emu_device_offload_plugin [ 88%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/OO_MemWrite.cpp.o [ 88%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clUnloadPlatformCompiler.cpp.o [ 88%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/clWaitForEvents.cpp.o [ 89%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/detail/command_queue.cpp.o [ 89%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/OO_P2P.cpp.o [ 89%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/detail/context.cpp.o [ 89%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/SubCmdAdvanced.cpp.o [ 89%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/detail/device.cpp.o [ 89%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/SubCmdConfigure.cpp.o [ 89%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/detail/event.cpp.o [ 89%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/SubCmdExamine.cpp.o [ 89%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/detail/kernel.cpp.o [ 89%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/SubCmdProgram.cpp.o [ 89%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/detail/memory.cpp.o [ 90%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/SubCmdReset.cpp.o [ 91%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/detail/platform.cpp.o [ 91%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/SubCmdValidate.cpp.o [ 91%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/detail/program.cpp.o [ 91%] Building CXX object runtime_src/core/tools/xbutil2/CMakeFiles/xbutil2.dir/XBReport.cpp.o [ 91%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/detail/sampler.cpp.o [ 91%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/enqueue.cpp.o [ 91%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/icd/ocl_icd_bindings.cpp.o [ 92%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/khronos/check_copy_overlap.cpp.o [ 92%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/plugin/xdp/appdebug.cpp.o [ 92%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/plugin/xdp/debug.cpp.o [ 92%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/plugin/xdp/lop.cpp.o [ 92%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/plugin/xdp/plugin_loader.cpp.o [ 92%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/plugin/xdp/profile_counters.cpp.o [ 93%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/plugin/xdp/profile_trace.cpp.o [ 93%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/printf/rt_printf.cpp.o [ 93%] Linking CXX executable xbutil2 make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 93%] Built target xbutil2 [ 93%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/printf/rt_printf_impl.cpp.o [ 93%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/xlnx/cl2xrt.cpp.o [ 93%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/xlnx/clGetMemObjDeviceAddress.cpp.o [ 93%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/xlnx/xclGetComputeUnitInfo.cpp.o [ 94%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/xlnx/xclGetMemObjectFd.cpp.o [ 94%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/xlnx/xclGetMemObjectFromFd.cpp.o [ 94%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/api/xlnx/xclGetXrtDevice.cpp.o [ 94%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/command_queue.cpp.o [ 94%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/compute_unit.cpp.o [ 94%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/context.cpp.o [ 95%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/debug.cpp.o [ 95%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/device.cpp.o [ 95%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/event.cpp.o [ 95%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/execution_context.cpp.o [ 95%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/kernel.cpp.o [ 95%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/memory.cpp.o [ 96%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/platform.cpp.o [ 96%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/program.cpp.o [ 96%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/core/sampler.cpp.o [ 96%] Building CXX object runtime_src/xocl/CMakeFiles/xocl.dir/xclbin/xclbin.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 96%] Built target xocl make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 96%] Linking CXX shared library libxilinxopencl.so [ 96%] Linking CXX static library libxilinxopencl_static.a make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 96%] Built target xilinxopencl_static make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 96%] Built target xilinxopencl make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' [ 96%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_debug_plugin.dir/debug/debug_plugin.cpp.o [ 96%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_opencl_counters_plugin.dir/profile/plugin/opencl/counters/opencl_counters_cb.cpp.o [ 97%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_appdebug_plugin.dir/appdebug/appdebug.cpp.o [ 97%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_device_offload_plugin.dir/profile/device/xrt_device/xdp_xrt_device.cpp.o [ 97%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_debug_plugin.dir/debug/kernel_debug_manager.cpp.o [ 98%] Linking CXX shared module libxdp_debug_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 98%] Built target xdp_debug_plugin [ 98%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_appdebug_plugin.dir/appdebug/appdebug_plugin.cpp.o [ 99%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_opencl_counters_plugin.dir/profile/plugin/opencl/counters/opencl_counters_plugin.cpp.o [ 99%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_device_offload_plugin.dir/profile/plugin/device_offload/device_offload_plugin.cpp.o [ 99%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_appdebug_plugin.dir/appdebug/appdebugmanager.cpp.o [ 99%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_opencl_counters_plugin.dir/profile/writer/opencl/opencl_trace_writer.cpp.o [ 99%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_device_offload_plugin.dir/profile/plugin/device_offload/opencl/opencl_device_info_cb.cpp.o [ 99%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_device_offload_plugin.dir/profile/plugin/device_offload/opencl/opencl_device_info_plugin.cpp.o [ 99%] Linking CXX shared module libxdp_opencl_counters_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 99%] Linking CXX shared module libxdp_appdebug_plugin.so [ 99%] Built target xdp_opencl_counters_plugin [ 99%] Building CXX object runtime_src/xdp/CMakeFiles/xdp_device_offload_plugin.dir/profile/writer/device_trace/device_trace_writer.cpp.o make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 99%] Built target xdp_appdebug_plugin [100%] Linking CXX shared module libxdp_device_offload_plugin.so make[3]: Leaving directory '/root/xrt-git/build/Debug' [100%] Built target xdp_device_offload_plugin make[2]: Leaving directory '/root/xrt-git/build/Debug' Install the project... -- Install configuration: "Debug" -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/version.h -- Installing: /root/xrt-git/build/Debug/usr/lib/pkgconfig/xrt.pc -- Installing: /root/xrt-git/build/Debug/usr/share/cmake/XRT/xrt-config.cmake -- Installing: /root/xrt-git/build/Debug/usr/share/cmake/XRT/xrt-config-version.cmake -- Installing: /root/xrt-git/build/Debug/usr/share/cmake/XRT/xrt-targets.cmake -- Installing: /root/xrt-git/build/Debug/usr/share/cmake/XRT/xrt-targets-debug.cmake -- Installing: /root/xrt-git/build/Debug/usr/lib/libxdp_core.so.2.13.0 -- Installing: /root/xrt-git/build/Debug/usr/lib/libxdp_core.so.2 -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/libxdp_core.so.2.13.0" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/libxdp_core.so -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxdp_core.so.2.13.0 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxdp_core.so.2 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxdp_core.so -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_hal_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_hal_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_hal_api_interface_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_hal_api_interface_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_lop_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_lop_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_native_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_native_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_opencl_trace_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_opencl_trace_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_opencl_counters_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_opencl_counters_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_user_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_user_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_device_offload_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_device_offload_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_hal_device_offload_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_hal_device_offload_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_pl_deadlock_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_pl_deadlock_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_debug_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_debug_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_appdebug_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_appdebug_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_power_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_power_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_system_compiler_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_system_compiler_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_noc_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_noc_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_vart_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_vart_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_hw_emu_device_offload_plugin.so -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/xrt/module/libxdp_hw_emu_device_offload_plugin.so" to "" -- Installing: /root/xrt-git/build/Debug/usr/bin/unwrapped/xclbinutil -- Installing: /root/xrt-git/build/Debug/usr/bin/xclbinutil -- Installing: /root/xrt-git/build/Debug/usr/lib/libxilinxopencl.so.2.13.0 -- Installing: /root/xrt-git/build/Debug/usr/lib/libxilinxopencl.so.2 -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/libxilinxopencl.so.2.13.0" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/libxilinxopencl.so -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxilinxopencl.so.2.13.0 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxilinxopencl.so.2 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxilinxopencl.so -- Installing: /root/xrt-git/build/Debug/usr/lib/libxilinxopencl_static.a -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/CL/cl_ext_xilinx.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/CL/cl_ext.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/CL/cl2xrt.hpp -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt++.so.2.13.0 -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt++.so.2 -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/libxrt++.so.2.13.0" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt++.so -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxrt++.so.2.13.0 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxrt++.so.2 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxrt++.so -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt++_static.a -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt++.hpp -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrtexec.hpp -- Installing: /root/xrt-git/build/Debug/usr/lib/libsched_em.so.2.13.0 -- Installing: /root/xrt-git/build/Debug/usr/lib/libsched_em.so.2 -- Installing: /root/xrt-git/build/Debug/usr/lib/libsched_em.so -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libsched_em.so.2.13.0 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libsched_em.so.2 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libsched_em.so -- Installing: /root/xrt-git/build/Debug/usr/lib/libsched_em_v30.so.2.13.0 -- Installing: /root/xrt-git/build/Debug/usr/lib/libsched_em_v30.so.2 -- Installing: /root/xrt-git/build/Debug/usr/lib/libsched_em_v30.so -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libsched_em_v30.so.2.13.0 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libsched_em_v30.so.2 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libsched_em_v30.so -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/ert.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xstream.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/types.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xcl_axi_checker_codes.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xclbin.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xclerr.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xclfeatures.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xclhal2.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xcl_app_debug.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xcl_macros.h -- Up-to-date: /root/xrt-git/build/Debug/usr/include/xrt/xcl_app_debug.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xclperf.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xclhal2_mem.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt_mem.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt_error_code.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xgq_cmd_common.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xgq_cmd_ert.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xgq_impl.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xgq_resp_parser.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt/xrt_aie.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt/xrt_bo.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt/xrt_device.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt/xrt_graph.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt/xrt_kernel.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt/xrt_uuid.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt/detail/abi.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt/detail/any.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt/detail/param_traits.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt/detail/pimpl.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt-next.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_aie.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_graph.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_bo.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_device.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_enqueue.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_error.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_ini.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_ip.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_kernel.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_mailbox.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_message.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_profile.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_queue.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_system.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_uuid.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xrt_xclbin.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xclbin_util.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/experimental/xclbin-util.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/deprecated/xrt.h -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_coreutil.so.2.13.0 -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_coreutil.so.2 -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_coreutil.so -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxrt_coreutil.so.2.13.0 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxrt_coreutil.so.2 -- Up-to-date: /root/xrt-git/build/Debug/usr/lib/libxrt_coreutil.so -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_coreutil_static.a -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xclhal2_mpsoc.h -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/sk_types.h -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_core.so.2.13.0 -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_core.so.2 -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/libxrt_core.so.2.13.0" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_core.so -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_hwemu.so.2.13.0 -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_hwemu.so.2 -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/libxrt_hwemu.so.2.13.0" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_hwemu.so -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_swemu.so.2.13.0 -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_swemu.so.2 -- Set runtime path of "/root/xrt-git/build/Debug/usr/lib/libxrt_swemu.so.2.13.0" to "" -- Installing: /root/xrt-git/build/Debug/usr/lib/libxrt_swemu.so -- Installing: /root/xrt-git/build/Debug/usr/bin/skd -- Set runtime path of "/root/xrt-git/build/Debug/usr/bin/skd" to "" -- Installing: /root/xrt-git/build/Debug/usr/bin/unwrapped/xbutil -- Set runtime path of "/root/xrt-git/build/Debug/usr/bin/unwrapped/xbutil" to "" -- Installing: /root/xrt-git/build/Debug/usr/bin/xball -- Installing: /root/xrt-git/build/Debug/usr/include/xrt/xrt_subcommands.json -- Installing: /root/xrt-git/build/Debug/usr/bin/unwrapped/xbutil2 -- Set runtime path of "/root/xrt-git/build/Debug/usr/bin/unwrapped/xbutil2" to "" -- Installing: /root/xrt-git/build/Debug/usr/bin/xbutil make[1]: Leaving directory '/root/xrt-git/build/Debug' make[1]: Entering directory '/root/xrt-git/build/Debug' make[2]: Entering directory '/root/xrt-git/build/Debug' make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xrt_coreutil make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 7%] Built target xrt_coreutil make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_core make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 17%] Built target xdp_core make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_hal_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 18%] Built target xdp_hal_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target core_edgeuser_plugin_xdp_objects make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 20%] Built target core_edgeuser_plugin_xdp_objects make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target core_common_objects make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 20%] Built target core_common_objects make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target core_edge_common_objects make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 20%] Built target core_edge_common_objects make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xrt_core make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 21%] Built target xrt_core make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_hal_api_interface_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 21%] Built target xdp_hal_api_interface_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_lop_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 22%] Built target xdp_lop_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_native_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 22%] Built target xdp_native_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_opencl_trace_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 23%] Built target xdp_opencl_trace_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xocl make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 46%] Built target xocl make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xrt++ make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 47%] Built target xrt++ make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 47%] Built target xilinxopencl make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_opencl_counters_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 48%] Built target xdp_opencl_counters_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_user_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 49%] Built target xdp_user_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_device_offload_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 50%] Built target xdp_device_offload_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_hal_device_offload_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 51%] Built target xdp_hal_device_offload_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_pl_deadlock_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 51%] Built target xdp_pl_deadlock_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_debug_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 52%] Built target xdp_debug_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_appdebug_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 53%] Built target xdp_appdebug_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_power_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 54%] Built target xdp_power_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_system_compiler_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 54%] Built target xdp_system_compiler_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_noc_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 55%] Built target xdp_noc_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_vart_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 56%] Built target xdp_vart_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target core_edgeuser_plugin_xdp_hw_em_objects make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 57%] Built target core_edgeuser_plugin_xdp_hw_em_objects make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xrt_hwemu make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 58%] Built target xrt_hwemu make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xdp_hw_emu_device_offload_plugin make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 59%] Built target xdp_hw_emu_device_offload_plugin make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xclbinutil make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 67%] Built target xclbinutil make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xclbintest make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 77%] Built target xclbintest make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 77%] Built target xilinxopencl_static make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xrt++_static make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 78%] Built target xrt++_static make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target sch_objects make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 78%] Built target sch_objects make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 79%] Built target sched_em make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target sch_objects_v30 make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 79%] Built target sch_objects_v30 make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 79%] Built target sched_em_v30 make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xrt_coreutil_static make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 85%] Built target xrt_coreutil_static make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target core_edgeuser_plugin_xdp_no_dl_load_objects make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 87%] Built target core_edgeuser_plugin_xdp_no_dl_load_objects make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xrt_core_static make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 88%] Built target xrt_core_static make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target common_em_objects make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 89%] Built target common_em_objects make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 89%] Built target edge_emulation_generated_code make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 89%] Built target common_em make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target sw_emu_objects make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 90%] Built target sw_emu_objects make[3]: Entering directory '/root/xrt-git/build/Debug' make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 91%] Built target xrt_swemu make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target skd make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 92%] Built target skd make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xbutil make[3]: Leaving directory '/root/xrt-git/build/Debug' [ 92%] Built target xbutil make[3]: Entering directory '/root/xrt-git/build/Debug' Consolidate compiler generated dependencies of target xbutil2 make[3]: Leaving directory '/root/xrt-git/build/Debug' [100%] Built target xbutil2 make[2]: Leaving directory '/root/xrt-git/build/Debug' Install the project... -- Install configuration: "Debug" -- Installing: /usr/include/xrt/version.h -- Installing: /usr/lib/pkgconfig/xrt.pc -- Installing: /usr/share/cmake/XRT/xrt-config.cmake -- Installing: /usr/share/cmake/XRT/xrt-config-version.cmake -- Installing: /usr/share/cmake/XRT/xrt-targets.cmake -- Installing: /usr/share/cmake/XRT/xrt-targets-debug.cmake -- Installing: /usr/lib/libxdp_core.so.2.13.0 -- Installing: /usr/lib/libxdp_core.so.2 -- Set runtime path of "/usr/lib/libxdp_core.so.2.13.0" to "" -- Installing: /usr/lib/libxdp_core.so -- Up-to-date: /usr/lib/libxdp_core.so.2.13.0 -- Up-to-date: /usr/lib/libxdp_core.so.2 -- Up-to-date: /usr/lib/libxdp_core.so -- Installing: /usr/lib/xrt/module/libxdp_hal_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_hal_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_hal_api_interface_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_hal_api_interface_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_lop_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_lop_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_native_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_native_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_opencl_trace_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_opencl_trace_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_opencl_counters_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_opencl_counters_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_user_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_user_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_device_offload_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_device_offload_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_hal_device_offload_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_hal_device_offload_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_pl_deadlock_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_pl_deadlock_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_debug_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_debug_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_appdebug_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_appdebug_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_power_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_power_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_system_compiler_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_system_compiler_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_noc_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_noc_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_vart_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_vart_plugin.so" to "" -- Installing: /usr/lib/xrt/module/libxdp_hw_emu_device_offload_plugin.so -- Set runtime path of "/usr/lib/xrt/module/libxdp_hw_emu_device_offload_plugin.so" to "" -- Installing: /usr/bin/unwrapped/xclbinutil -- Installing: /usr/bin/xclbinutil -- Installing: /usr/lib/libxilinxopencl.so.2.13.0 -- Installing: /usr/lib/libxilinxopencl.so.2 -- Set runtime path of "/usr/lib/libxilinxopencl.so.2.13.0" to "" -- Installing: /usr/lib/libxilinxopencl.so -- Up-to-date: /usr/lib/libxilinxopencl.so.2.13.0 -- Up-to-date: /usr/lib/libxilinxopencl.so.2 -- Up-to-date: /usr/lib/libxilinxopencl.so -- Installing: /usr/lib/libxilinxopencl_static.a -- Installing: /usr/include/xrt/CL/cl_ext_xilinx.h -- Installing: /usr/include/xrt/CL/cl_ext.h -- Installing: /usr/include/xrt/CL/cl2xrt.hpp -- Installing: /usr/lib/libxrt++.so.2.13.0 -- Installing: /usr/lib/libxrt++.so.2 -- Set runtime path of "/usr/lib/libxrt++.so.2.13.0" to "" -- Installing: /usr/lib/libxrt++.so -- Up-to-date: /usr/lib/libxrt++.so.2.13.0 -- Up-to-date: /usr/lib/libxrt++.so.2 -- Up-to-date: /usr/lib/libxrt++.so -- Installing: /usr/lib/libxrt++_static.a -- Installing: /usr/include/xrt/experimental/xrt++.hpp -- Installing: /usr/include/xrt/experimental/xrtexec.hpp -- Installing: /usr/lib/libsched_em.so.2.13.0 -- Installing: /usr/lib/libsched_em.so.2 -- Installing: /usr/lib/libsched_em.so -- Up-to-date: /usr/lib/libsched_em.so.2.13.0 -- Up-to-date: /usr/lib/libsched_em.so.2 -- Up-to-date: /usr/lib/libsched_em.so -- Installing: /usr/lib/libsched_em_v30.so.2.13.0 -- Installing: /usr/lib/libsched_em_v30.so.2 -- Installing: /usr/lib/libsched_em_v30.so -- Up-to-date: /usr/lib/libsched_em_v30.so.2.13.0 -- Up-to-date: /usr/lib/libsched_em_v30.so.2 -- Up-to-date: /usr/lib/libsched_em_v30.so -- Installing: /usr/include/xrt/ert.h -- Installing: /usr/include/xrt/xstream.h -- Installing: /usr/include/xrt/types.h -- Installing: /usr/include/xrt/xcl_axi_checker_codes.h -- Installing: /usr/include/xrt/xclbin.h -- Installing: /usr/include/xrt/xclerr.h -- Installing: /usr/include/xrt/xclfeatures.h -- Installing: /usr/include/xrt/xclhal2.h -- Installing: /usr/include/xrt/xrt.h -- Installing: /usr/include/xrt/xcl_app_debug.h -- Installing: /usr/include/xrt/xcl_macros.h -- Up-to-date: /usr/include/xrt/xcl_app_debug.h -- Installing: /usr/include/xrt/xclperf.h -- Installing: /usr/include/xrt/xclhal2_mem.h -- Installing: /usr/include/xrt/xrt_mem.h -- Installing: /usr/include/xrt/xrt_error_code.h -- Installing: /usr/include/xrt/xgq_cmd_common.h -- Installing: /usr/include/xrt/xgq_cmd_ert.h -- Installing: /usr/include/xrt/xgq_impl.h -- Installing: /usr/include/xrt/xgq_resp_parser.h -- Installing: /usr/include/xrt/xrt/xrt_aie.h -- Installing: /usr/include/xrt/xrt/xrt_bo.h -- Installing: /usr/include/xrt/xrt/xrt_device.h -- Installing: /usr/include/xrt/xrt/xrt_graph.h -- Installing: /usr/include/xrt/xrt/xrt_kernel.h -- Installing: /usr/include/xrt/xrt/xrt_uuid.h -- Installing: /usr/include/xrt/xrt/detail/abi.h -- Installing: /usr/include/xrt/xrt/detail/any.h -- Installing: /usr/include/xrt/xrt/detail/param_traits.h -- Installing: /usr/include/xrt/xrt/detail/pimpl.h -- Installing: /usr/include/xrt/experimental/xrt-next.h -- Installing: /usr/include/xrt/experimental/xrt_aie.h -- Installing: /usr/include/xrt/experimental/xrt_graph.h -- Installing: /usr/include/xrt/experimental/xrt_bo.h -- Installing: /usr/include/xrt/experimental/xrt_device.h -- Installing: /usr/include/xrt/experimental/xrt_enqueue.h -- Installing: /usr/include/xrt/experimental/xrt_error.h -- Installing: /usr/include/xrt/experimental/xrt_ini.h -- Installing: /usr/include/xrt/experimental/xrt_ip.h -- Installing: /usr/include/xrt/experimental/xrt_kernel.h -- Installing: /usr/include/xrt/experimental/xrt_mailbox.h -- Installing: /usr/include/xrt/experimental/xrt_message.h -- Installing: /usr/include/xrt/experimental/xrt_profile.h -- Installing: /usr/include/xrt/experimental/xrt_queue.h -- Installing: /usr/include/xrt/experimental/xrt_system.h -- Installing: /usr/include/xrt/experimental/xrt_uuid.h -- Installing: /usr/include/xrt/experimental/xrt_xclbin.h -- Installing: /usr/include/xrt/experimental/xclbin_util.h -- Installing: /usr/include/xrt/experimental/xclbin-util.h -- Installing: /usr/include/xrt/deprecated/xrt.h -- Installing: /usr/lib/libxrt_coreutil.so.2.13.0 -- Installing: /usr/lib/libxrt_coreutil.so.2 -- Installing: /usr/lib/libxrt_coreutil.so -- Up-to-date: /usr/lib/libxrt_coreutil.so.2.13.0 -- Up-to-date: /usr/lib/libxrt_coreutil.so.2 -- Up-to-date: /usr/lib/libxrt_coreutil.so -- Installing: /usr/lib/libxrt_coreutil_static.a -- Installing: /usr/include/xrt/xclhal2_mpsoc.h -- Installing: /usr/include/xrt/sk_types.h -- Installing: /usr/lib/libxrt_core.so.2.13.0 -- Installing: /usr/lib/libxrt_core.so.2 -- Set runtime path of "/usr/lib/libxrt_core.so.2.13.0" to "" -- Installing: /usr/lib/libxrt_core.so -- Installing: /usr/lib/libxrt_hwemu.so.2.13.0 -- Installing: /usr/lib/libxrt_hwemu.so.2 -- Set runtime path of "/usr/lib/libxrt_hwemu.so.2.13.0" to "" -- Installing: /usr/lib/libxrt_hwemu.so -- Installing: /usr/lib/libxrt_swemu.so.2.13.0 -- Installing: /usr/lib/libxrt_swemu.so.2 -- Set runtime path of "/usr/lib/libxrt_swemu.so.2.13.0" to "" -- Installing: /usr/lib/libxrt_swemu.so -- Installing: /usr/bin/skd -- Set runtime path of "/usr/bin/skd" to "" -- Installing: /usr/bin/unwrapped/xbutil -- Set runtime path of "/usr/bin/unwrapped/xbutil" to "" -- Installing: /usr/bin/xball -- Installing: /usr/include/xrt/xrt_subcommands.json -- Installing: /usr/bin/unwrapped/xbutil2 -- Set runtime path of "/usr/bin/unwrapped/xbutil2" to "" -- Installing: /usr/bin/xbutil make[1]: Leaving directory '/root/xrt-git/build/Debug' -- The C compiler identification is GNU 11.2.0 -- The CXX compiler identification is GNU 11.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/lib/ccache/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/lib/ccache/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found UnixCommands: /usr/bin/bash -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Checking for module 'libdrm' -- Found libdrm, version 2.4.110 -- Looking for DRM - found at /usr 2.4.110 -- Checking for module 'OpenCL' -- Found OpenCL, version 3.0 -- Looking for OPENCL - found at /usr 3.0 /usr/include -- Found Git: /usr/bin/git (found version "2.34.1") -- Looking for GIT - found at /usr/bin/git -- Found Boost: /usr/lib/aarch64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0") found components: system filesystem program_options -- Found Curses: /usr/lib/aarch64-linux-gnu/libcurses.so -- Found OpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so (found version "3.0.2") -- RapidJSON found. Headers: /usr/include -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found GTest: /usr/lib/aarch64-linux-gnu/cmake/GTest/GTestConfig.cmake (found version "1.11.0") -- Found Boost: /usr/lib/aarch64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0") found components: filesystem system program_options -- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.10.so (found suitable version "3.10.4", minimum required is "3.4.0") -- Found PythonInterp: /usr/bin/python3 (found version "3.10.4") -- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.10.so -- Performing Test HAS_FLTO -- Performing Test HAS_FLTO - Success -- Found pybind11: /usr/include (found version "2.9.1") -- Looking for CL_VERSION_2_2 -- Looking for CL_VERSION_2_2 - found -- Found OpenCL: /usr/lib/aarch64-linux-gnu/libOpenCL.so (found version "2.2") -- Coverity tool not found and will be skipped -- Configuring done -- Generating done -- Build files have been written to: /root/xrt-git/xclbinutil_build make[1]: Entering directory '/root/xrt-git/xclbinutil_build/runtime_src/tools/xclbinutil' make[2]: Entering directory '/root/xrt-git/xclbinutil_build' make[3]: Entering directory '/root/xrt-git/xclbinutil_build' make[3]: Leaving directory '/root/xrt-git/xclbinutil_build' make[3]: Entering directory '/root/xrt-git/xclbinutil_build' [ 0%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/xclbinutil.cxx.o [ 6%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/CBOR.cxx.o [ 6%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/DTC.cxx.o [ 6%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/DTCStringsBlock.cxx.o [ 6%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/ElfUtilities.cxx.o [ 6%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/FDTNode.cxx.o [ 6%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/FDTProperty.cxx.o [ 6%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/FormattedOutput.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/KernelUtilities.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/ParameterSectionData.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/RapidJsonUtilities.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/ResourcesSmartNic.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/Section.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionAIEMetadata.cxx.o [ 12%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionAIEResources.cxx.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionBMC.cxx.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionBitstream.cxx.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionBitstreamPartialPDI.cxx.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionBuildMetadata.cxx.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionClearBitstream.cxx.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionClockFrequencyTopology.cxx.o [ 18%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionConnectivity.cxx.o [ 25%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionDNACertificate.cxx.o [ 25%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionDebugData.cxx.o [ 25%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionDebugIPLayout.cxx.o [ 25%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionDesignCheckPoint.cxx.o [ 25%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionEmbeddedMetadata.cxx.o [ 25%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionEmulationData.cxx.o [ 25%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionFlash.cxx.o [ 31%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionGroupConnectivity.cxx.o [ 31%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionGroupTopology.cxx.o [ 31%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionHeader.cxx.o [ 31%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionIPLayout.cxx.o [ 31%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionKeyValueMetadata.cxx.o [ 31%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionMCS.cxx.o [ 31%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionManagementFW.cxx.o [ 37%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionMemTopology.cxx.o [ 37%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionOverlay.cxx.o [ 37%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionPDI.cxx.o [ 37%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionPartitionMetadata.cxx.o [ 37%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionSchedulerFW.cxx.o [ 37%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionSmartNic.cxx.o [ 37%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionSoftKernel.cxx.o [ 43%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionSystemMetadata.cxx.o [ 43%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionUserMetadata.cxx.o [ 43%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/SectionVenderMetadata.cxx.o [ 43%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/XclBinClass.cxx.o [ 43%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/XclBinSignature.cxx.o [ 43%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/XclBinUtilMain.cxx.o [ 43%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbinutil.dir/XclBinUtilities.cxx.o [ 50%] Linking CXX executable xclbinutil make[3]: Leaving directory '/root/xrt-git/xclbinutil_build' [ 50%] Built target xclbinutil make[3]: Entering directory '/root/xrt-git/xclbinutil_build' make[3]: Leaving directory '/root/xrt-git/xclbinutil_build' make[3]: Entering directory '/root/xrt-git/xclbinutil_build' [ 50%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/TestAddSection.cxx.o [ 56%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/TestMetaData.cxx.o [ 56%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/TestRemoveSection.cxx.o [ 56%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/TestSerialization.cxx.o [ 56%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/UnitParameterSectionData.cxx.o [ 56%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/globals.cxx.o [ 56%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/unittests/main.cxx.o [ 56%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/CBOR.cxx.o [ 62%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/DTC.cxx.o [ 62%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/DTCStringsBlock.cxx.o [ 62%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/ElfUtilities.cxx.o [ 62%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/FDTNode.cxx.o [ 62%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/FDTProperty.cxx.o [ 62%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/FormattedOutput.cxx.o [ 62%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/KernelUtilities.cxx.o [ 68%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/ParameterSectionData.cxx.o [ 68%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/RapidJsonUtilities.cxx.o [ 68%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/ResourcesSmartNic.cxx.o [ 68%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/Section.cxx.o [ 68%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionAIEMetadata.cxx.o [ 68%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionAIEResources.cxx.o [ 68%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionBMC.cxx.o [ 68%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionBitstream.cxx.o [ 75%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionBitstreamPartialPDI.cxx.o [ 75%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionBuildMetadata.cxx.o [ 75%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionClearBitstream.cxx.o [ 75%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionClockFrequencyTopology.cxx.o [ 75%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionConnectivity.cxx.o [ 75%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionDNACertificate.cxx.o [ 75%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionDebugData.cxx.o [ 81%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionDebugIPLayout.cxx.o [ 81%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionDesignCheckPoint.cxx.o [ 81%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionEmbeddedMetadata.cxx.o [ 81%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionEmulationData.cxx.o [ 81%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionFlash.cxx.o [ 81%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionGroupConnectivity.cxx.o [ 81%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionGroupTopology.cxx.o [ 87%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionHeader.cxx.o [ 87%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionIPLayout.cxx.o [ 87%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionKeyValueMetadata.cxx.o [ 87%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionMCS.cxx.o [ 87%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionManagementFW.cxx.o [ 87%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionMemTopology.cxx.o [ 87%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionOverlay.cxx.o [ 93%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionPDI.cxx.o [ 93%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionPartitionMetadata.cxx.o [ 93%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionSchedulerFW.cxx.o [ 93%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionSmartNic.cxx.o [ 93%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionSoftKernel.cxx.o [ 93%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionSystemMetadata.cxx.o [ 93%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionUserMetadata.cxx.o [100%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/SectionVenderMetadata.cxx.o [100%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/XclBinClass.cxx.o [100%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/XclBinSignature.cxx.o [100%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/XclBinUtilMain.cxx.o [100%] Building CXX object runtime_src/tools/xclbinutil/CMakeFiles/xclbintest.dir/XclBinUtilities.cxx.o [100%] Linking CXX executable xclbintest make[3]: Leaving directory '/root/xrt-git/xclbinutil_build' [100%] Built target xclbintest make[2]: Leaving directory '/root/xrt-git/xclbinutil_build' Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /opt/xilinx/xrt/bin/unwrapped/xclbinutil -- Set runtime path of "/opt/xilinx/xrt/bin/unwrapped/xclbinutil" to "$ORIGIN/../lib:$ORIGIN/../..:$ORIGIN/../../lib" -- Installing: /opt/xilinx/xrt/bin/xclbinutil make[1]: Leaving directory '/root/xrt-git/xclbinutil_build/runtime_src/tools/xclbinutil' Warning ... setting REBUILD_PYNQ_SDIST will result in several bitstream and bsp builds please rerun without REBUILD_PYNQ_SDIST set using latest PYNQ source distribution on PYPI at: https://pypi.org/project/pynq/#files make[1]: Entering directory '/home/p260/PYNQ/sdbuild/build/PYNQ' git submodule update cd boards/Pynq-Z1/logictools/ ; make clean all make[2]: Entering directory '/home/p260/PYNQ/sdbuild/build/PYNQ/boards/Pynq-Z1/logictools' rm -rf logictools *.jou *.log NA .Xil vivado -mode batch -source build_ip.tcl -notrace ****** Vivado v2022.1 (64-bit) **** SW Build 3526262 on Mon Apr 18 15:47:01 MDT 2022 **** IP Build 3524634 on Mon Apr 18 20:55:01 MDT 2022 ** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved. source build_ip.tcl -notrace Building trace_cntrl_32 IP ****** Vitis HLS - High-Level Synthesis from C, C++ and OpenCL v2022.1 (64-bit) **** SW Build 3526262 on Mon Apr 18 15:47:01 MDT 2022 **** IP Build 3524634 on Mon Apr 18 20:55:01 MDT 2022 ** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved. source /tools/Xilinx/Vitis_HLS/2022.1/scripts/vitis_hls/hls.tcl -notrace INFO: [HLS 200-10] Running '/tools/Xilinx/Vitis_HLS/2022.1/bin/unwrapped/lnx64.o/vitis_hls' INFO: [HLS 200-10] For user 'p260' on host 'p260ubuntu18' (Linux_x86_64 version 5.4.0-144-generic) on Thu Mar 23 17:36:03 +03 2023 INFO: [HLS 200-10] On os Ubuntu 18.04.4 LTS INFO: [HLS 200-10] In directory '/home/p260/PYNQ/sdbuild/build/PYNQ/boards/ip/hls' Sourcing Tcl script 'trace_cntrl_32/script.tcl' INFO: [HLS 200-1510] Running: open_project trace_cntrl_32 INFO: [HLS 200-10] Creating and opening project '/home/p260/PYNQ/sdbuild/build/PYNQ/boards/ip/hls/trace_cntrl_32'. INFO: [HLS 200-1510] Running: set_top trace_cntrl_32 INFO: [HLS 200-1510] Running: add_files trace_cntrl_32/trace_cntrl_32.cpp INFO: [HLS 200-10] Adding design file 'trace_cntrl_32/trace_cntrl_32.cpp' to the project INFO: [HLS 200-1510] Running: open_solution solution1 INFO: [HLS 200-10] Creating and opening solution '/home/p260/PYNQ/sdbuild/build/PYNQ/boards/ip/hls/trace_cntrl_32/solution1'. INFO: [HLS 200-1505] Using default flow_target 'vivado' Resolution: For help on HLS 200-1505 see www.xilinx.com/cgi-bin/docs/rdoc?v=2022.1;t=hls+guidance;d=200-1505.html INFO: [HLS 200-435] Setting 'open_solution -flow_target vivado' configuration: config_interface -m_axi_latency=0 INFO: [HLS 200-1510] Running: set_part xc7z020clg484-1 ERROR: [HLS 200-1023] Part 'xc7z020clg484-1' is not installed. command 'create_platform' returned error code while executing "source trace_cntrl_32/script.tcl" ("uplevel" body line 1) invoked from within "uplevel \#0 [list source $arg] " INFO: [HLS 200-112] Total CPU user time: 0.63 seconds. Total CPU system time: 0.21 seconds. Total elapsed time: 1.46 seconds; peak allocated memory: 608.625 MB. INFO: [Common 17-206] Exiting vitis_hls at Thu Mar 23 17:36:04 2023... child process exited abnormally INFO: [Common 17-206] Exiting Vivado at Thu Mar 23 17:36:04 2023... makefile:13: recipe for target 'hls_ip' failed make[2]: Leaving directory '/home/p260/PYNQ/sdbuild/build/PYNQ/boards/Pynq-Z1/logictools' build.mk:26: recipe for target 'boards/Pynq-Z1/logictools/logictools.bit' failed make[1]: Leaving directory '/home/p260/PYNQ/sdbuild/build/PYNQ' Makefile:372: recipe for target '/home/p260/PYNQ/sdbuild/output/jammy.aarch64.3.0.1.tar.gz' failed