DPDK patches and discussions
 help / color / mirror / Atom feed
* RE: DPDK testpmd with E823 link status is down
@ 2024-01-31 10:52 JackyCT.Chen
  2024-02-06  3:24 ` Zeng, ZhichaoX
  0 siblings, 1 reply; 9+ messages in thread
From: JackyCT.Chen @ 2024-01-31 10:52 UTC (permalink / raw)
  To: qiming.yang, dev; +Cc: Amy.Shih, Jason.Hsu, Leo66.Wang


[-- Attachment #1.1: Type: text/plain, Size: 6896 bytes --]

Hi Qiming & dpdk dev team:

This is JackyCT.Chen from Advantech, we have a question about E823 DPDK loopback testpmd  ,
Could you please give us some advice?

We bind the E823 and X710 devices with vfio-pci driver and execute the DPDK testpmd . (detail see attached files please)

However,  both E823  "link status : down and link speed : None" , we expected that "link status : up and link speed : 10 Gbps" .
Do you have any suggestions?

Testing procedure & result:
Platform : Moro City Reference Planform ICX-D  ~ CRB

l   On-Board : E823

l   Ext-PCIE CARD : PCIE-2230NP-00A1E ( Intel X710 )
OS/Kernel :  Debian 12  / kernel 6.1.0-16-amd64 x86_64
DPDK : DPDK 24.03.0-rc0 (from trunk build)
NIC_BDF_INFO :
CRB EXT-PCIE CARD : X710
Port : 10G * 4
firmware-version: 7.10 0x80007b33 255.65535.255

CRB On-BOARD : E823
Port Option : 4x10-4x2.5
firmware-version: 3.26 0x8001b733 1.3429.0

BDF = 91:00.0
---
BDF = 89:00.0
BDF = 91:00.1
---
BDF = 89:00.1
Prepare and config :
root@5-efi:~# modprobe uio
root@5-efi:~# modprobe vfio-pci
root@5-efi:~# echo 2048 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
root@5-efi:~# mkdir -p /mnt/huge
root@5-efi:~# mount -t hugetlbfs nodev /mnt/huge
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.1
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.1

LOG :
root@5-efi:~# dpdk-testpmd -c 0xff -n 4 -a 89:00.0 -a 89:00.1 --socket-mem=256 -- -i --mbcache=512 --socket-num=0 --coremask=0xc --nb-cores=2 --rxq=1 --txq=1 --portmask=0xf --rxd=4096 --rxfreet=128 --rxpt=128 --rxht=8 --rxwt=0 --txd=4096 --txfreet=128 --txpt=128 --txht=0 --txwt=0 --burst=64 --txrst=64 --rss-ip -a
EAL: Detected CPU lcores: 24
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.0 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.1 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
TMTY: TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
previous number of forwarding cores 1 - changed to number of configured cores 2
Auto-start selected
testpmd: create a new mbuf pool <mb_pool_0>: n=262144, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 0).
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 1).
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
Start automatic packet forwarding
io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 1 streams:
  RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01
Logical Core 3 (socket 0) forwards packets on 1 streams:
  RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=64
  nb forwarding cores=2 - nb forwarding ports=2
  port 0: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
testpmd>
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 442827099  RX-missed: 0          RX-bytes:  26569625172
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 443292288  TX-errors: 0          TX-bytes:  26597536896

  Throughput (since last show)
  Rx-pps:     14390795          Rx-bps:   6907582048
  Tx-pps:     14405470          Tx-bps:   6914626456
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 443293641  RX-missed: 0          RX-bytes:  26597617500
  RX-errors: 0
 RX-nombuf:  0
  TX-packets: 442827661  TX-errors: 0          TX-bytes:  26569658892

  Throughput (since last show)
  Rx-pps:     14405477          Rx-bps:   6914629232
  Tx-pps:     14390795          Tx-bps:   6907581696
  ############################################################################
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        down     None
1    00:00:00:00:01:01 89:00.1      net_ice        down     None
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 2267795378 RX-missed: 0          RX-bytes:  136067721784
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2270213831 TX-errors: 0          TX-bytes:  136212829092

  Throughput (since last show)
  Rx-pps:     14385293          Rx-bps:   6904940896
  Tx-pps:     14400690          Tx-bps:   6912331240
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 2270215290 RX-missed: 0          RX-bytes:  136212916568
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2267796060 TX-errors: 0          TX-bytes:  136067762768

  Throughput (since last show)
  Rx-pps:     14400690          Rx-bps:   6912331344
  Tx-pps:     14385293          Tx-bps:   6904941024
  ############################################################################



Thanks!


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194


[-- Attachment #1.2: Type: text/html, Size: 38152 bytes --]

[-- Attachment #2: log_202401231_DPDK_CRB_X710_E823_EXP11_INFO_dmesg.txt --]
[-- Type: text/plain, Size: 294410 bytes --]

ÿþ\r\0
\0r\0o\0o\0t\0@\05\0-\0e\0f\0i\0:\0~\0/\0t\0e\0m\0p\0#\0 \0d\0m\0e\0s\0g\0 \0-\0T\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0m\0i\0c\0r\0o\0c\0o\0d\0e\0:\0 \0m\0i\0c\0r\0o\0c\0o\0d\0e\0 \0u\0p\0d\0a\0t\0e\0d\0 \0e\0a\0r\0l\0y\0 \0t\0o\0 \0r\0e\0v\0i\0s\0i\0o\0n\0 \00\0x\01\00\00\00\02\06\08\0,\0 \0d\0a\0t\0e\0 \0=\0 \02\00\02\03\0-\00\09\0-\00\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0L\0i\0n\0u\0x\0 \0v\0e\0r\0s\0i\0o\0n\0 \06\0.\01\0.\00\0-\01\06\0-\0a\0m\0d\06\04\0 \0(\0d\0e\0b\0i\0a\0n\0-\0k\0e\0r\0n\0e\0l\0@\0l\0i\0s\0t\0s\0.\0d\0e\0b\0i\0a\0n\0.\0o\0r\0g\0)\0 \0(\0g\0c\0c\0-\01\02\0 \0(\0D\0e\0b\0i\0a\0n\0 \01\02\0.\02\0.\00\0-\01\04\0)\0 \01\02\0.\02\0.\00\0,\0 \0G\0N\0U\0 \0l\0d\0 \0(\0G\0N\0U\0 \0B\0i\0n\0u\0t\0i\0l\0s\0 \0f\0o\0r\0 \0D\0e\0b\0i\0a\0n\0)\0 \02\0.\04\00\0)\0 \0#\01\0 \0S\0M\0P\0 \0P\0R\0E\0E\0M\0P\0T\0_\0D\0Y\0N\0A\0M\0I\0C\0 \0D\0e\0b\0i\0a\0n\0 \06\0.\01\0.\06\07\0-\01\0 \0(\02\00\02\03\0-\01\02\0-\01\02\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0C\0o\0m\0m\0a\0n\0d\0 \0l\0i\0n\0e\0:\0 \0B\0O\0O\0T\0_\0I\0M\0A\0G\0E\0=\0/\0b\0o\0o\0t\0/\0v\0m\0l\0i\0n\0u\0z\0-\06\0.\01\0.\00\0-\01\06\0-\0a\0m\0d\06\04\0 \0r\0o\0o\0t\0=\0U\0U\0I\0D\0=\08\0a\0e\05\0e\0d\07\05\0-\0b\0c\00\08\0-\04\0b\04\0c\0-\09\0d\05\0c\0-\00\04\05\0e\09\0c\0e\04\00\0f\0c\09\0 \0r\0o\0 \0c\0o\0n\0s\0o\0l\0e\0=\0t\0t\0y\0S\00\0,\01\01\05\02\00\00\0n\08\0 \0c\0o\0n\0s\0o\0l\0e\0=\0t\0t\0y\00\0 \0b\0i\0o\0s\0d\0e\0v\0n\0a\0m\0e\0=\00\0 \0n\0e\0t\0.\0i\0f\0n\0a\0m\0e\0s\0=\00\0 \0m\0o\0d\0p\0r\0o\0b\0e\0.\0b\0l\0a\0c\0k\0l\0i\0s\0t\0=\0i\0p\0m\0i\0_\0s\0s\0i\0f\0,\0q\0a\0t\0_\0c\06\02\0x\0,\0q\0a\0t\0_\0d\0h\08\09\05\0x\0c\0c\0,\0q\0a\0t\0_\0c\03\0x\0x\0x\0,\0q\0a\0t\0_\0c\04\0x\0x\0x\0,\0q\0a\0t\0_\04\0x\0x\0x\0,\0i\0n\0t\0e\0l\0_\0q\0a\0t\0,\0u\0c\0s\0i\0_\0a\0c\0p\0i\0,\0n\0o\0u\0v\0e\0a\0u\0,\0i\0r\0d\0m\0a\0 \0s\0e\0l\0i\0n\0u\0x\0=\00\0 \0c\0o\0n\0s\0o\0l\0e\0b\0l\0a\0n\0k\0=\00\0 \0i\0n\0t\0e\0l\0_\0i\0d\0l\0e\0.\0m\0a\0x\0_\0c\0s\0t\0a\0t\0e\0=\00\0 \0i\0n\0t\0e\0l\0_\0p\0s\0t\0a\0t\0e\0=\0d\0i\0s\0a\0b\0l\0e\0 \0p\0r\0i\0n\0t\0k\0.\0d\0e\0v\0k\0m\0s\0g\0=\0o\0n\0 \0i\0o\0m\0e\0m\0=\0r\0e\0l\0a\0x\0e\0d\0 \0i\0n\0t\0e\0l\0_\0i\0o\0m\0m\0u\0=\0o\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0s\0p\0l\0i\0t\0 \0l\0o\0c\0k\0 \0d\0e\0t\0e\0c\0t\0i\0o\0n\0:\0 \0#\0A\0C\0:\0 \0c\0r\0a\0s\0h\0i\0n\0g\0 \0t\0h\0e\0 \0k\0e\0r\0n\0e\0l\0 \0o\0n\0 \0k\0e\0r\0n\0e\0l\0 \0s\0p\0l\0i\0t\0_\0l\0o\0c\0k\0s\0 \0a\0n\0d\0 \0w\0a\0r\0n\0i\0n\0g\0 \0o\0n\0 \0u\0s\0e\0r\0-\0s\0p\0a\0c\0e\0 \0s\0p\0l\0i\0t\0_\0l\0o\0c\0k\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0p\0r\0o\0v\0i\0d\0e\0d\0 \0p\0h\0y\0s\0i\0c\0a\0l\0 \0R\0A\0M\0 \0m\0a\0p\0:\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\00\00\00\03\0d\0f\0f\0f\0]\0 \0u\0s\0a\0b\0l\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\03\0e\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\00\00\00\03\0e\0f\0f\0f\0]\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\03\0f\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\00\00\00\09\0f\0f\0f\0f\0]\0 \0u\0s\0a\0b\0l\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\0a\00\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\00\00\00\0f\0f\0f\0f\0f\0]\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\06\03\03\0b\06\0f\0f\0f\0]\0 \0u\0s\0a\0b\0l\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\06\03\03\0b\07\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\06\05\04\0b\06\0f\0f\0f\0]\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\06\05\04\0b\07\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\06\05\06\00\02\0f\0f\0f\0]\0 \0A\0C\0P\0I\0 \0d\0a\0t\0a\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\06\05\06\00\03\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\06\07\07\0f\02\0f\0f\0f\0]\0 \0A\0C\0P\0I\0 \0N\0V\0S\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\06\07\07\0f\03\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\06\0c\01\01\02\0f\0f\0f\0]\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\06\0c\01\01\03\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\06\0c\01\0f\0e\0f\0f\0f\0]\0 \0t\0y\0p\0e\0 \02\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\06\0c\01\0f\0f\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\06\0f\07\0f\0f\0f\0f\0f\0]\0 \0u\0s\0a\0b\0l\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\06\0f\08\00\00\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\08\0f\0f\0f\0f\0f\0f\0f\0]\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\0f\0e\0d\02\00\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\0f\0e\0d\04\04\0f\0f\0f\0]\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\0f\0f\00\00\00\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\0f\0f\0f\0f\0f\0f\0f\0f\0]\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0I\0O\0S\0-\0e\08\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\0-\00\0x\00\00\00\00\00\00\00\02\07\0f\0f\0f\0f\0f\0f\0f\0]\0 \0u\0s\0a\0b\0l\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0X\0 \0(\0E\0x\0e\0c\0u\0t\0e\0 \0D\0i\0s\0a\0b\0l\0e\0)\0 \0p\0r\0o\0t\0e\0c\0t\0i\0o\0n\0:\0 \0a\0c\0t\0i\0v\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0e\0f\0i\0:\0 \0E\0F\0I\0 \0v\02\0.\08\00\0 \0b\0y\0 \0A\0m\0e\0r\0i\0c\0a\0n\0 \0M\0e\0g\0a\0t\0r\0e\0n\0d\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0e\0f\0i\0:\0 \0A\0C\0P\0I\0=\00\0x\06\07\07\0e\0f\00\00\00\0 \0A\0C\0P\0I\0 \02\0.\00\0=\00\0x\06\07\07\0e\0f\00\01\04\0 \0S\0M\0B\0I\0O\0S\0=\00\0x\06\0b\0a\09\07\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \03\0.\00\0=\00\0x\06\0b\0a\09\06\00\00\00\0 \0M\0E\0M\0A\0T\0T\0R\0=\00\0x\06\00\02\02\0a\00\01\08\0 \0E\0S\0R\0T\0=\00\0x\05\0f\0f\00\09\02\01\08\0 \0M\0O\0K\0v\0a\0r\0=\00\0x\06\0b\0a\09\01\00\00\00\0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0e\0c\0u\0r\0e\0b\0o\0o\0t\0:\0 \0S\0e\0c\0u\0r\0e\0 \0b\0o\0o\0t\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0M\0B\0I\0O\0S\0 \03\0.\05\0.\00\0 \0p\0r\0e\0s\0e\0n\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0I\0:\0 \0D\0e\0f\0a\0u\0l\0t\0 \0s\0t\0r\0i\0n\0g\0 \0D\0e\0f\0a\0u\0l\0t\0 \0s\0t\0r\0i\0n\0g\0/\0D\0e\0f\0a\0u\0l\0t\0 \0s\0t\0r\0i\0n\0g\0,\0 \0B\0I\0O\0S\0 \05\0.\02\08\0 \00\01\0/\02\03\0/\02\00\02\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0t\0s\0c\0:\0 \0D\0e\0t\0e\0c\0t\0e\0d\0 \01\06\00\00\0.\00\00\00\0 \0M\0H\0z\0 \0p\0r\0o\0c\0e\0s\0s\0o\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0e\08\02\00\0:\0 \0u\0p\0d\0a\0t\0e\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\0-\00\0x\00\00\00\00\00\0f\0f\0f\0]\0 \0u\0s\0a\0b\0l\0e\0 \0=\0=\0>\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0e\08\02\00\0:\0 \0r\0e\0m\0o\0v\0e\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\0a\00\00\00\00\0-\00\0x\00\00\00\0f\0f\0f\0f\0f\0]\0 \0u\0s\0a\0b\0l\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0l\0a\0s\0t\0_\0p\0f\0n\0 \0=\0 \00\0x\02\08\00\00\00\00\0 \0m\0a\0x\0_\0a\0r\0c\0h\0_\0p\0f\0n\0 \0=\0 \00\0x\01\00\00\00\00\00\00\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0P\0A\0T\0:\0 \0C\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0[\00\0-\07\0]\0:\0 \0W\0B\0 \0 \0W\0C\0 \0 \0U\0C\0-\0 \0U\0C\0 \0 \0W\0B\0 \0 \0W\0P\0 \0 \0U\0C\0-\0 \0W\0T\0 \0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0e\08\02\00\0:\0 \0u\0p\0d\0a\0t\0e\0 \0[\0m\0e\0m\0 \00\0x\07\0f\00\00\00\00\00\00\0-\00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0]\0 \0u\0s\0a\0b\0l\0e\0 \0=\0=\0>\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0l\0a\0s\0t\0_\0p\0f\0n\0 \0=\0 \00\0x\06\0f\08\00\00\0 \0m\0a\0x\0_\0a\0r\0c\0h\0_\0p\0f\0n\0 \0=\0 \00\0x\01\00\00\00\00\00\00\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0f\0o\0u\0n\0d\0 \0S\0M\0P\0 \0M\0P\0-\0t\0a\0b\0l\0e\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\0f\0c\0f\0f\00\0-\00\0x\00\00\00\0f\0c\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0e\0s\0r\0t\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0E\0S\0R\0T\0 \0s\0p\0a\0c\0e\0 \0f\0r\0o\0m\0 \00\0x\00\00\00\00\00\00\00\00\05\0f\0f\00\09\02\01\08\0 \0t\0o\0 \00\0x\00\00\00\00\00\00\00\00\05\0f\0f\00\09\02\0c\08\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0e\08\02\00\0:\0 \0u\0p\0d\0a\0t\0e\0 \0[\0m\0e\0m\0 \00\0x\05\0f\0f\00\09\00\00\00\0-\00\0x\05\0f\0f\00\09\0f\0f\0f\0]\0 \0u\0s\0a\0b\0l\0e\0 \0=\0=\0>\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0U\0s\0i\0n\0g\0 \0G\0B\0 \0p\0a\0g\0e\0s\0 \0f\0o\0r\0 \0d\0i\0r\0e\0c\0t\0 \0m\0a\0p\0p\0i\0n\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0R\0A\0M\0D\0I\0S\0K\0:\0 \0[\0m\0e\0m\0 \00\0x\03\01\07\0c\07\00\00\00\0-\00\0x\03\04\0b\0d\0a\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0E\0a\0r\0l\0y\0 \0t\0a\0b\0l\0e\0 \0c\0h\0e\0c\0k\0s\0u\0m\0 \0v\0e\0r\0i\0f\0i\0c\0a\0t\0i\0o\0n\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0S\0D\0P\0 \00\0x\00\00\00\00\00\00\00\00\06\07\07\0E\0F\00\01\04\0 \00\00\00\00\02\04\0 \0(\0v\00\02\0 \0A\0L\0A\0S\0K\0A\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0X\0S\0D\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\07\07\0E\0E\07\02\08\0 \00\00\00\00\0F\04\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\01\00\07\02\00\00\09\0 \0A\0M\0I\0 \0 \00\01\00\00\00\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0F\0A\0C\0P\0 \00\0x\00\00\00\00\00\00\00\00\06\05\06\00\00\00\00\00\0 \00\00\00\01\01\04\0 \0(\0v\00\06\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\01\00\07\02\00\00\09\0 \0I\0N\0T\0L\0 \02\00\00\09\01\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0D\0S\0D\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0E\08\00\00\00\0 \00\01\07\0A\0D\0F\0 \0(\0v\00\02\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\01\00\07\02\00\00\09\0 \0I\0N\0T\0L\0 \02\00\00\09\01\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0F\0A\0C\0S\0 \00\0x\00\00\00\00\00\00\00\00\06\07\07\0F\01\00\00\00\0 \00\00\00\00\04\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0F\0I\0D\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0E\07\00\00\00\0 \00\00\00\00\09\0C\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\01\00\07\02\00\00\09\0 \0A\0M\0I\0 \0 \00\00\00\01\00\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0S\0S\0D\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\06\00\02\00\00\00\0 \00\00\00\04\00\09\0 \0(\0v\00\02\0 \0I\0N\0T\0E\0L\0 \0 \0x\0h\0_\0n\0c\0c\0r\0b\0 \00\00\00\00\00\00\00\00\0 \0I\0N\0T\0L\0 \02\00\02\00\00\04\03\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0S\0S\0D\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\06\00\01\00\00\00\0 \00\00\00\07\04\08\0 \0(\0v\00\02\0 \0I\0N\0T\0E\0L\0 \0 \0R\0A\0S\0_\0A\0C\0P\0I\0 \00\00\00\00\00\00\00\01\0 \0I\0N\0T\0L\0 \02\00\02\00\00\04\03\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0E\0R\0S\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0E\06\00\00\00\0 \00\00\00\02\03\00\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\00\00\00\00\00\00\01\0 \0I\0N\0T\0L\0 \00\00\00\00\00\00\00\01\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0B\0E\0R\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0E\05\00\00\00\0 \00\00\00\00\03\00\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\00\00\00\00\00\00\01\0 \0I\0N\0T\0L\0 \00\00\00\00\00\00\00\01\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0S\0S\0D\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0E\04\00\00\00\0 \00\00\00\07\04\05\0 \0(\0v\00\02\0 \0I\0N\0T\0E\0L\0 \0 \0A\0D\0D\0R\0X\0L\0A\0T\0 \00\00\00\00\00\00\00\01\0 \0I\0N\0T\0L\0 \02\00\02\00\00\04\03\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0M\0C\0F\0G\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0E\03\00\00\00\0 \00\00\00\00\03\0C\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\01\00\07\02\00\00\09\0 \0M\0S\0F\0T\0 \00\00\00\00\00\00\09\07\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0B\0D\0A\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0E\02\00\00\00\0 \00\00\00\00\03\00\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\00\00\00\00\00\00\00\0 \0I\0N\0T\0L\0 \02\00\00\09\01\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0H\0M\0A\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0E\01\00\00\00\0 \00\00\00\0D\00\08\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\00\00\00\00\00\00\01\0 \0I\0N\0T\0L\0 \02\00\00\09\01\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0H\0P\0E\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0E\00\00\00\00\0 \00\00\00\00\03\08\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\00\00\00\00\00\00\01\0 \0I\0N\0T\0L\0 \02\00\00\09\01\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0W\0D\0D\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0D\0F\00\00\00\0 \00\00\00\00\04\00\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\00\00\00\00\00\00\00\0 \0I\0N\0T\0L\0 \02\00\00\09\01\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0A\0P\0I\0C\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0D\0D\00\00\00\0 \00\00\00\01\01\0E\0 \0(\0v\00\04\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\00\00\00\00\00\00\00\0 \0I\0N\0T\0L\0 \02\00\00\09\01\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0S\0L\0I\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0D\0C\00\00\00\0 \00\00\00\00\02\0D\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\00\00\00\00\00\00\01\0 \0A\0M\0I\0 \0 \00\01\00\00\00\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0S\0R\0A\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0D\0A\00\00\00\0 \00\00\01\06\0B\00\0 \0(\0v\00\03\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\00\00\00\00\00\00\02\0 \0A\0M\0I\0 \0 \00\01\00\00\00\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0O\0E\0M\04\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\07\08\00\00\00\0 \00\06\01\0E\0E\01\0 \0(\0v\00\02\0 \0I\0N\0T\0E\0L\0 \0 \0C\0P\0U\0 \0 \0C\0S\0T\0 \00\00\00\00\03\00\00\00\0 \0I\0N\0T\0L\0 \02\00\02\00\00\04\03\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0O\0E\0M\01\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\03\03\00\00\00\0 \00\04\04\0D\08\09\0 \0(\0v\00\02\0 \0I\0N\0T\0E\0L\0 \0 \0C\0P\0U\0 \0E\0I\0S\0T\0 \00\00\00\00\03\00\00\00\0 \0I\0N\0T\0L\0 \02\00\02\00\00\04\03\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0O\0E\0M\02\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\02\01\00\00\00\0 \00\01\01\08\03\01\0 \0(\0v\00\02\0 \0I\0N\0T\0E\0L\0 \0 \0C\0P\0U\0 \0 \0H\0W\0P\0 \00\00\00\00\03\00\00\00\0 \0I\0N\0T\0L\0 \02\00\02\00\00\04\03\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0S\0S\0D\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\00\03\00\00\00\0 \00\01\0D\09\0A\05\0 \0(\0v\00\02\0 \0I\0N\0T\0E\0L\0 \0 \0S\0S\0D\0T\0 \0 \0P\0M\0 \00\00\00\00\04\00\00\00\0 \0I\0N\0T\0L\0 \02\00\02\00\00\04\03\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0H\0E\0S\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\00\02\00\00\00\0 \00\00\00\01\03\0C\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\00\00\00\00\00\00\01\0 \0I\0N\0T\0L\0 \00\00\00\00\00\00\00\01\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0T\0C\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\00\01\00\00\00\0 \00\00\00\01\05\04\0 \0(\0v\00\01\0 \0I\0N\0T\0E\0L\0 \0 \0E\0D\0K\02\0 \0 \0 \0 \0 \00\00\00\00\00\00\00\05\0 \0I\0N\0T\0L\0 \00\01\00\00\00\00\00\0D\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0D\0M\0A\0R\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\00\00\00\00\00\0 \00\00\00\00\0D\08\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\00\00\00\00\00\00\01\0 \0I\0N\0T\0L\0 \02\00\00\09\01\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0F\0P\0D\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\04\0F\0F\00\00\00\0 \00\00\00\00\04\04\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\01\00\07\02\00\00\09\0 \0A\0M\0I\0 \0 \00\01\00\00\00\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0S\0P\0C\0R\0 \00\0x\00\00\00\00\00\00\00\00\06\05\04\0F\0E\00\00\00\0 \00\00\00\00\05\00\0 \0(\0v\00\02\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\01\00\07\02\00\00\09\0 \0A\0M\0I\0 \0 \00\00\00\05\00\00\01\0C\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0S\0S\0D\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\04\0F\0B\00\00\00\0 \00\00\02\07\09\00\0 \0(\0v\00\02\0 \0I\0N\0T\0E\0L\0 \0 \0S\0p\0s\0N\0m\0 \0 \0 \0 \00\00\00\00\00\00\00\02\0 \0I\0N\0T\0L\0 \02\00\02\00\00\04\03\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0W\0S\0M\0T\0 \00\0x\00\00\00\00\00\00\00\00\06\05\05\0D\0E\00\00\00\0 \00\00\00\00\02\08\0 \0(\0v\00\01\0 \0A\0L\0A\0S\0K\0A\0 \0A\0 \0M\0 \0I\0 \0 \0 \0 \00\01\00\07\02\00\00\09\0 \0A\0M\0I\0 \0 \00\00\00\01\00\00\01\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0F\0A\0C\0P\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\06\00\00\00\00\00\0-\00\0x\06\05\06\00\00\01\01\03\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0D\0S\0D\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0e\08\00\00\00\0-\00\0x\06\05\05\0f\0f\0a\0d\0e\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0F\0A\0C\0S\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\07\07\0f\01\00\00\00\0-\00\0x\06\07\07\0f\01\00\03\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0F\0I\0D\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0e\07\00\00\00\0-\00\0x\06\05\05\0e\07\00\09\0b\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0S\0S\0D\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\06\00\02\00\00\00\0-\00\0x\06\05\06\00\02\04\00\08\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0S\0S\0D\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\06\00\01\00\00\00\0-\00\0x\06\05\06\00\01\07\04\07\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0E\0R\0S\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0e\06\00\00\00\0-\00\0x\06\05\05\0e\06\02\02\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0B\0E\0R\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0e\05\00\00\00\0-\00\0x\06\05\05\0e\05\00\02\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0S\0S\0D\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0e\04\00\00\00\0-\00\0x\06\05\05\0e\04\07\04\04\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0M\0C\0F\0G\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0e\03\00\00\00\0-\00\0x\06\05\05\0e\03\00\03\0b\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0B\0D\0A\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0e\02\00\00\00\0-\00\0x\06\05\05\0e\02\00\02\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0H\0M\0A\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0e\01\00\00\00\0-\00\0x\06\05\05\0e\01\0d\00\07\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0H\0P\0E\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0e\00\00\00\00\0-\00\0x\06\05\05\0e\00\00\03\07\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0W\0D\0D\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0d\0f\00\00\00\0-\00\0x\06\05\05\0d\0f\00\03\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0A\0P\0I\0C\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0d\0d\00\00\00\0-\00\0x\06\05\05\0d\0d\01\01\0d\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0S\0L\0I\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0d\0c\00\00\00\0-\00\0x\06\05\05\0d\0c\00\02\0c\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0S\0R\0A\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0d\0a\00\00\00\0-\00\0x\06\05\05\0d\0b\06\0a\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0O\0E\0M\04\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\07\08\00\00\00\0-\00\0x\06\05\05\0d\09\0e\0e\00\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0O\0E\0M\01\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\03\03\00\00\00\0-\00\0x\06\05\05\07\07\0d\08\08\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0O\0E\0M\02\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\02\01\00\00\00\0-\00\0x\06\05\05\03\02\08\03\00\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0S\0S\0D\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\00\03\00\00\00\0-\00\0x\06\05\05\02\00\09\0a\04\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0H\0E\0S\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\00\02\00\00\00\0-\00\0x\06\05\05\00\02\01\03\0b\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0R\0T\0C\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\00\01\00\00\00\0-\00\0x\06\05\05\00\01\01\05\03\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0D\0M\0A\0R\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\00\00\00\00\00\0-\00\0x\06\05\05\00\00\00\0d\07\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0F\0P\0D\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\04\0f\0f\00\00\00\0-\00\0x\06\05\04\0f\0f\00\04\03\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0S\0P\0C\0R\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\04\0f\0e\00\00\00\0-\00\0x\06\05\04\0f\0e\00\04\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0S\0S\0D\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\04\0f\0b\00\00\00\0-\00\0x\06\05\04\0f\0d\07\08\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0R\0e\0s\0e\0r\0v\0i\0n\0g\0 \0W\0S\0M\0T\0 \0t\0a\0b\0l\0e\0 \0m\0e\0m\0o\0r\0y\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\06\05\05\0d\0e\00\00\00\0-\00\0x\06\05\05\0d\0e\00\02\07\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\00\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\01\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\02\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\03\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\04\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\05\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\06\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\07\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\08\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\09\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\0a\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\0b\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\0c\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\0d\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\0e\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\00\0f\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\01\00\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\01\01\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\01\02\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\01\03\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\01\04\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\01\05\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\01\06\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0R\0A\0T\0:\0 \0P\0X\0M\0 \00\0 \0-\0>\0 \0A\0P\0I\0C\0 \00\0x\01\07\0 \0-\0>\0 \0N\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0S\0R\0A\0T\0:\0 \0N\0o\0d\0e\0 \00\0 \0P\0X\0M\0 \00\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\0-\00\0x\07\0f\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0S\0R\0A\0T\0:\0 \0N\0o\0d\0e\0 \00\0 \0P\0X\0M\0 \00\0 \0[\0m\0e\0m\0 \00\0x\01\00\00\00\00\00\00\00\00\0-\00\0x\02\07\0f\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0U\0M\0A\0:\0 \0I\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0 \0d\0i\0s\0t\0a\0n\0c\0e\0 \0t\0a\0b\0l\0e\0,\0 \0c\0n\0t\0=\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0U\0M\0A\0:\0 \0N\0o\0d\0e\0 \00\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\0-\00\0x\07\0f\0f\0f\0f\0f\0f\0f\0]\0 \0+\0 \0[\0m\0e\0m\0 \00\0x\01\00\00\00\00\00\00\00\00\0-\00\0x\02\07\0f\0f\0f\0f\0f\0f\0f\0]\0 \0-\0>\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\0-\00\0x\02\07\0f\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0O\0D\0E\0_\0D\0A\0T\0A\0(\00\0)\0 \0a\0l\0l\0o\0c\0a\0t\0e\0d\0 \0[\0m\0e\0m\0 \00\0x\02\07\0f\0f\0d\04\00\00\00\0-\00\0x\02\07\0f\0f\0f\0e\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0Z\0o\0n\0e\0 \0r\0a\0n\0g\0e\0s\0:\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0D\0M\0A\0 \0 \0 \0 \0 \0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\00\00\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0D\0M\0A\03\02\0 \0 \0 \0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\0f\0f\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0N\0o\0r\0m\0a\0l\0 \0 \0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\0-\00\0x\00\00\00\00\00\00\00\02\07\0f\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0D\0e\0v\0i\0c\0e\0 \0 \0 \0e\0m\0p\0t\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0M\0o\0v\0a\0b\0l\0e\0 \0z\0o\0n\0e\0 \0s\0t\0a\0r\0t\0 \0f\0o\0r\0 \0e\0a\0c\0h\0 \0n\0o\0d\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0E\0a\0r\0l\0y\0 \0m\0e\0m\0o\0r\0y\0 \0n\0o\0d\0e\0 \0r\0a\0n\0g\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0n\0o\0d\0e\0 \0 \0 \00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\00\00\00\03\0d\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0n\0o\0d\0e\0 \0 \0 \00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\03\0f\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\00\00\00\09\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0n\0o\0d\0e\0 \0 \0 \00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\06\03\03\0b\06\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0n\0o\0d\0e\0 \0 \0 \00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\06\0c\01\0f\0f\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\06\0f\07\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0n\0o\0d\0e\0 \0 \0 \00\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\0-\00\0x\00\00\00\00\00\00\00\02\07\0f\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0I\0n\0i\0t\0m\0e\0m\0 \0s\0e\0t\0u\0p\0 \0n\0o\0d\0e\0 \00\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0-\00\0x\00\00\00\00\00\00\00\02\07\0f\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0O\0n\0 \0n\0o\0d\0e\0 \00\0,\0 \0z\0o\0n\0e\0 \0D\0M\0A\0:\0 \01\0 \0p\0a\0g\0e\0s\0 \0i\0n\0 \0u\0n\0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0r\0a\0n\0g\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0O\0n\0 \0n\0o\0d\0e\0 \00\0,\0 \0z\0o\0n\0e\0 \0D\0M\0A\0:\0 \01\0 \0p\0a\0g\0e\0s\0 \0i\0n\0 \0u\0n\0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0r\0a\0n\0g\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0O\0n\0 \0n\0o\0d\0e\0 \00\0,\0 \0z\0o\0n\0e\0 \0D\0M\0A\0:\0 \09\06\0 \0p\0a\0g\0e\0s\0 \0i\0n\0 \0u\0n\0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0r\0a\0n\0g\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0O\0n\0 \0n\0o\0d\0e\0 \00\0,\0 \0z\0o\0n\0e\0 \0D\0M\0A\03\02\0:\0 \03\06\04\02\04\0 \0p\0a\0g\0e\0s\0 \0i\0n\0 \0u\0n\0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0r\0a\0n\0g\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0O\0n\0 \0n\0o\0d\0e\0 \00\0,\0 \0z\0o\0n\0e\0 \0N\0o\0r\0m\0a\0l\0:\0 \02\00\04\08\0 \0p\0a\0g\0e\0s\0 \0i\0n\0 \0u\0n\0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0r\0a\0n\0g\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0M\0-\0T\0i\0m\0e\0r\0 \0I\0O\0 \0P\0o\0r\0t\0:\0 \00\0x\05\00\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0X\02\0A\0P\0I\0C\0_\0N\0M\0I\0 \0(\0u\0i\0d\0[\00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0]\0 \0h\0i\0g\0h\0 \0e\0d\0g\0e\0 \0l\0i\0n\0t\0[\00\0x\01\0]\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0L\0A\0P\0I\0C\0_\0N\0M\0I\0 \0(\0a\0c\0p\0i\0_\0i\0d\0[\00\0x\0f\0f\0]\0 \0h\0i\0g\0h\0 \0e\0d\0g\0e\0 \0l\0i\0n\0t\0[\00\0x\01\0]\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0I\0O\0A\0P\0I\0C\0[\00\0]\0:\0 \0a\0p\0i\0c\0_\0i\0d\0 \08\0,\0 \0v\0e\0r\0s\0i\0o\0n\0 \03\02\0,\0 \0a\0d\0d\0r\0e\0s\0s\0 \00\0x\0f\0e\0c\00\00\00\00\00\0,\0 \0G\0S\0I\0 \00\0-\02\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0I\0N\0T\0_\0S\0R\0C\0_\0O\0V\0R\0 \0(\0b\0u\0s\0 \00\0 \0b\0u\0s\0_\0i\0r\0q\0 \00\0 \0g\0l\0o\0b\0a\0l\0_\0i\0r\0q\0 \02\0 \0d\0f\0l\0 \0d\0f\0l\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0I\0N\0T\0_\0S\0R\0C\0_\0O\0V\0R\0 \0(\0b\0u\0s\0 \00\0 \0b\0u\0s\0_\0i\0r\0q\0 \09\0 \0g\0l\0o\0b\0a\0l\0_\0i\0r\0q\0 \09\0 \0h\0i\0g\0h\0 \0l\0e\0v\0e\0l\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0U\0s\0i\0n\0g\0 \0A\0C\0P\0I\0 \0(\0M\0A\0D\0T\0)\0 \0f\0o\0r\0 \0S\0M\0P\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0i\0n\0f\0o\0r\0m\0a\0t\0i\0o\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0H\0P\0E\0T\0 \0i\0d\0:\0 \00\0x\08\00\08\06\0a\07\00\01\0 \0b\0a\0s\0e\0:\0 \00\0x\0f\0e\0d\00\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0S\0P\0C\0R\0:\0 \0c\0o\0n\0s\0o\0l\0e\0:\0 \0u\0a\0r\0t\0,\0i\0o\0,\00\0x\05\00\06\00\0,\01\01\05\02\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0T\0S\0C\0 \0d\0e\0a\0d\0l\0i\0n\0e\0 \0t\0i\0m\0e\0r\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0m\0p\0b\0o\0o\0t\0:\0 \0A\0l\0l\0o\0w\0i\0n\0g\0 \02\04\0 \0C\0P\0U\0s\0,\0 \00\0 \0h\0o\0t\0p\0l\0u\0g\0 \0C\0P\0U\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\0-\00\0x\00\00\00\00\00\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\03\0e\00\00\00\0-\00\0x\00\00\00\03\0e\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\0a\00\00\00\00\0-\00\0x\00\00\00\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\05\0f\0f\00\09\00\00\00\0-\00\0x\05\0f\0f\00\09\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\06\03\03\0b\07\00\00\00\0-\00\0x\06\05\04\0b\06\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\06\05\04\0b\07\00\00\00\0-\00\0x\06\05\06\00\02\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\06\05\06\00\03\00\00\00\0-\00\0x\06\07\07\0f\02\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\06\07\07\0f\03\00\00\00\0-\00\0x\06\0c\01\01\02\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\06\0c\01\01\03\00\00\00\0-\00\0x\06\0c\01\0f\0e\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\06\0f\08\00\00\00\00\00\0-\00\0x\08\0f\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\09\00\00\00\00\00\00\00\0-\00\0x\0f\0e\0d\01\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0e\0d\02\00\00\00\00\0-\00\0x\0f\0e\0d\04\04\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0e\0d\04\05\00\00\00\0-\00\0x\0f\0e\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0M\0:\0 \0h\0i\0b\0e\0r\0n\0a\0t\0i\0o\0n\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0o\0s\0a\0v\0e\0 \0m\0e\0m\0o\0r\0y\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0f\00\00\00\00\00\00\0-\00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0[\0m\0e\0m\0 \00\0x\09\00\00\00\00\00\00\00\0-\00\0x\0f\0e\0d\01\0f\0f\0f\0f\0]\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0f\0o\0r\0 \0P\0C\0I\0 \0d\0e\0v\0i\0c\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0o\0o\0t\0i\0n\0g\0 \0p\0a\0r\0a\0v\0i\0r\0t\0u\0a\0l\0i\0z\0e\0d\0 \0k\0e\0r\0n\0e\0l\0 \0o\0n\0 \0b\0a\0r\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0l\0o\0c\0k\0s\0o\0u\0r\0c\0e\0:\0 \0r\0e\0f\0i\0n\0e\0d\0-\0j\0i\0f\0f\0i\0e\0s\0:\0 \0m\0a\0s\0k\0:\0 \00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0 \0m\0a\0x\0_\0c\0y\0c\0l\0e\0s\0:\0 \00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0,\0 \0m\0a\0x\0_\0i\0d\0l\0e\0_\0n\0s\0:\0 \07\06\04\05\05\01\09\06\00\00\02\01\01\05\06\08\0 \0n\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0e\0t\0u\0p\0_\0p\0e\0r\0c\0p\0u\0:\0 \0N\0R\0_\0C\0P\0U\0S\0:\08\01\09\02\0 \0n\0r\0_\0c\0p\0u\0m\0a\0s\0k\0_\0b\0i\0t\0s\0:\02\04\0 \0n\0r\0_\0c\0p\0u\0_\0i\0d\0s\0:\02\04\0 \0n\0r\0_\0n\0o\0d\0e\0_\0i\0d\0s\0:\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0e\0r\0c\0p\0u\0:\0 \0E\0m\0b\0e\0d\0d\0e\0d\0 \06\01\0 \0p\0a\0g\0e\0s\0/\0c\0p\0u\0 \0s\02\01\02\09\09\02\0 \0r\08\01\09\02\0 \0d\02\08\06\07\02\0 \0u\02\06\02\01\04\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0p\0u\0-\0a\0l\0l\0o\0c\0:\0 \0s\02\01\02\09\09\02\0 \0r\08\01\09\02\0 \0d\02\08\06\07\02\0 \0u\02\06\02\01\04\04\0 \0a\0l\0l\0o\0c\0=\01\0*\02\00\09\07\01\05\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0p\0u\0-\0a\0l\0l\0o\0c\0:\0 \0[\00\0]\0 \00\00\0 \00\01\0 \00\02\0 \00\03\0 \00\04\0 \00\05\0 \00\06\0 \00\07\0 \0[\00\0]\0 \00\08\0 \00\09\0 \01\00\0 \01\01\0 \01\02\0 \01\03\0 \01\04\0 \01\05\0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0p\0u\0-\0a\0l\0l\0o\0c\0:\0 \0[\00\0]\0 \01\06\0 \01\07\0 \01\08\0 \01\09\0 \02\00\0 \02\01\0 \02\02\0 \02\03\0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0F\0a\0l\0l\0b\0a\0c\0k\0 \0o\0r\0d\0e\0r\0 \0f\0o\0r\0 \0N\0o\0d\0e\0 \00\0:\0 \00\0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0B\0u\0i\0l\0t\0 \01\0 \0z\0o\0n\0e\0l\0i\0s\0t\0s\0,\0 \0m\0o\0b\0i\0l\0i\0t\0y\0 \0g\0r\0o\0u\0p\0i\0n\0g\0 \0o\0n\0.\0 \0 \0T\0o\0t\0a\0l\0 \0p\0a\0g\0e\0s\0:\0 \01\09\06\01\07\04\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0o\0l\0i\0c\0y\0 \0z\0o\0n\0e\0:\0 \0N\0o\0r\0m\0a\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0K\0e\0r\0n\0e\0l\0 \0c\0o\0m\0m\0a\0n\0d\0 \0l\0i\0n\0e\0:\0 \0B\0O\0O\0T\0_\0I\0M\0A\0G\0E\0=\0/\0b\0o\0o\0t\0/\0v\0m\0l\0i\0n\0u\0z\0-\06\0.\01\0.\00\0-\01\06\0-\0a\0m\0d\06\04\0 \0r\0o\0o\0t\0=\0U\0U\0I\0D\0=\08\0a\0e\05\0e\0d\07\05\0-\0b\0c\00\08\0-\04\0b\04\0c\0-\09\0d\05\0c\0-\00\04\05\0e\09\0c\0e\04\00\0f\0c\09\0 \0r\0o\0 \0c\0o\0n\0s\0o\0l\0e\0=\0t\0t\0y\0S\00\0,\01\01\05\02\00\00\0n\08\0 \0c\0o\0n\0s\0o\0l\0e\0=\0t\0t\0y\00\0 \0b\0i\0o\0s\0d\0e\0v\0n\0a\0m\0e\0=\00\0 \0n\0e\0t\0.\0i\0f\0n\0a\0m\0e\0s\0=\00\0 \0m\0o\0d\0p\0r\0o\0b\0e\0.\0b\0l\0a\0c\0k\0l\0i\0s\0t\0=\0i\0p\0m\0i\0_\0s\0s\0i\0f\0,\0q\0a\0t\0_\0c\06\02\0x\0,\0q\0a\0t\0_\0d\0h\08\09\05\0x\0c\0c\0,\0q\0a\0t\0_\0c\03\0x\0x\0x\0,\0q\0a\0t\0_\0c\04\0x\0x\0x\0,\0q\0a\0t\0_\04\0x\0x\0x\0,\0i\0n\0t\0e\0l\0_\0q\0a\0t\0,\0u\0c\0s\0i\0_\0a\0c\0p\0i\0,\0n\0o\0u\0v\0e\0a\0u\0,\0i\0r\0d\0m\0a\0 \0s\0e\0l\0i\0n\0u\0x\0=\00\0 \0c\0o\0n\0s\0o\0l\0e\0b\0l\0a\0n\0k\0=\00\0 \0i\0n\0t\0e\0l\0_\0i\0d\0l\0e\0.\0m\0a\0x\0_\0c\0s\0t\0a\0t\0e\0=\00\0 \0i\0n\0t\0e\0l\0_\0p\0s\0t\0a\0t\0e\0=\0d\0i\0s\0a\0b\0l\0e\0 \0p\0r\0i\0n\0t\0k\0.\0d\0e\0v\0k\0m\0s\0g\0=\0o\0n\0 \0i\0o\0m\0e\0m\0=\0r\0e\0l\0a\0x\0e\0d\0 \0i\0n\0t\0e\0l\0_\0i\0o\0m\0m\0u\0=\0o\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0I\0O\0M\0M\0U\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0U\0n\0k\0n\0o\0w\0n\0 \0k\0e\0r\0n\0e\0l\0 \0c\0o\0m\0m\0a\0n\0d\0 \0l\0i\0n\0e\0 \0p\0a\0r\0a\0m\0e\0t\0e\0r\0s\0 \0"\0B\0O\0O\0T\0_\0I\0M\0A\0G\0E\0=\0/\0b\0o\0o\0t\0/\0v\0m\0l\0i\0n\0u\0z\0-\06\0.\01\0.\00\0-\01\06\0-\0a\0m\0d\06\04\0 \0b\0i\0o\0s\0d\0e\0v\0n\0a\0m\0e\0=\00\0 \0s\0e\0l\0i\0n\0u\0x\0=\00\0"\0,\0 \0w\0i\0l\0l\0 \0b\0e\0 \0p\0a\0s\0s\0e\0d\0 \0t\0o\0 \0u\0s\0e\0r\0 \0s\0p\0a\0c\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0r\0a\0n\0d\0o\0m\0:\0 \0c\0r\0n\0g\0 \0i\0n\0i\0t\0 \0d\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0r\0i\0n\0t\0k\0:\0 \0l\0o\0g\0_\0b\0u\0f\0_\0l\0e\0n\0 \0i\0n\0d\0i\0v\0i\0d\0u\0a\0l\0 \0m\0a\0x\0 \0c\0p\0u\0 \0c\0o\0n\0t\0r\0i\0b\0u\0t\0i\0o\0n\0:\0 \04\00\09\06\0 \0b\0y\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0r\0i\0n\0t\0k\0:\0 \0l\0o\0g\0_\0b\0u\0f\0_\0l\0e\0n\0 \0t\0o\0t\0a\0l\0 \0c\0p\0u\0_\0e\0x\0t\0r\0a\0 \0c\0o\0n\0t\0r\0i\0b\0u\0t\0i\0o\0n\0s\0:\0 \09\04\02\00\08\0 \0b\0y\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0r\0i\0n\0t\0k\0:\0 \0l\0o\0g\0_\0b\0u\0f\0_\0l\0e\0n\0 \0m\0i\0n\0 \0s\0i\0z\0e\0:\0 \01\03\01\00\07\02\0 \0b\0y\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0r\0i\0n\0t\0k\0:\0 \0l\0o\0g\0_\0b\0u\0f\0_\0l\0e\0n\0:\0 \02\06\02\01\04\04\0 \0b\0y\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0r\0i\0n\0t\0k\0:\0 \0e\0a\0r\0l\0y\0 \0l\0o\0g\0 \0b\0u\0f\0 \0f\0r\0e\0e\0:\0 \01\01\07\02\06\04\0(\08\09\0%\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0e\0n\0t\0r\0y\0 \0c\0a\0c\0h\0e\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \01\00\04\08\05\07\06\0 \0(\0o\0r\0d\0e\0r\0:\0 \01\01\0,\0 \08\03\08\08\06\00\08\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0I\0n\0o\0d\0e\0-\0c\0a\0c\0h\0e\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \05\02\04\02\08\08\0 \0(\0o\0r\0d\0e\0r\0:\0 \01\00\0,\0 \04\01\09\04\03\00\04\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0m\0e\0m\0 \0a\0u\0t\0o\0-\0i\0n\0i\0t\0:\0 \0s\0t\0a\0c\0k\0:\0a\0l\0l\0(\0z\0e\0r\0o\0)\0,\0 \0h\0e\0a\0p\0 \0a\0l\0l\0o\0c\0:\0o\0n\0,\0 \0h\0e\0a\0p\0 \0f\0r\0e\0e\0:\0o\0f\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0o\0f\0t\0w\0a\0r\0e\0 \0I\0O\0 \0T\0L\0B\0:\0 \0a\0r\0e\0a\0 \0n\0u\0m\0 \03\02\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0M\0e\0m\0o\0r\0y\0:\0 \01\05\04\01\07\07\02\0K\0/\07\09\07\02\01\08\04\0K\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0(\01\04\03\04\02\0K\0 \0k\0e\0r\0n\0e\0l\0 \0c\0o\0d\0e\0,\0 \02\03\03\01\0K\0 \0r\0w\0d\0a\0t\0a\0,\0 \09\00\04\08\0K\0 \0r\0o\0d\0a\0t\0a\0,\0 \02\07\09\02\0K\0 \0i\0n\0i\0t\0,\0 \01\07\04\01\06\0K\0 \0b\0s\0s\0,\0 \04\07\02\04\05\02\0K\0 \0r\0e\0s\0e\0r\0v\0e\0d\0,\0 \00\0K\0 \0c\0m\0a\0-\0r\0e\0s\0e\0r\0v\0e\0d\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0L\0U\0B\0:\0 \0H\0W\0a\0l\0i\0g\0n\0=\06\04\0,\0 \0O\0r\0d\0e\0r\0=\00\0-\03\0,\0 \0M\0i\0n\0O\0b\0j\0e\0c\0t\0s\0=\00\0,\0 \0C\0P\0U\0s\0=\02\04\0,\0 \0N\0o\0d\0e\0s\0=\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0f\0t\0r\0a\0c\0e\0:\0 \0a\0l\0l\0o\0c\0a\0t\0i\0n\0g\0 \04\00\01\05\07\0 \0e\0n\0t\0r\0i\0e\0s\0 \0i\0n\0 \01\05\07\0 \0p\0a\0g\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0f\0t\0r\0a\0c\0e\0:\0 \0a\0l\0l\0o\0c\0a\0t\0e\0d\0 \01\05\07\0 \0p\0a\0g\0e\0s\0 \0w\0i\0t\0h\0 \05\0 \0g\0r\0o\0u\0p\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0y\0n\0a\0m\0i\0c\0 \0P\0r\0e\0e\0m\0p\0t\0:\0 \0v\0o\0l\0u\0n\0t\0a\0r\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0r\0c\0u\0:\0 \0P\0r\0e\0e\0m\0p\0t\0i\0b\0l\0e\0 \0h\0i\0e\0r\0a\0r\0c\0h\0i\0c\0a\0l\0 \0R\0C\0U\0 \0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0r\0c\0u\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0C\0U\0 \0r\0e\0s\0t\0r\0i\0c\0t\0i\0n\0g\0 \0C\0P\0U\0s\0 \0f\0r\0o\0m\0 \0N\0R\0_\0C\0P\0U\0S\0=\08\01\09\02\0 \0t\0o\0 \0n\0r\0_\0c\0p\0u\0_\0i\0d\0s\0=\02\04\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0 \0 \0 \0T\0r\0a\0m\0p\0o\0l\0i\0n\0e\0 \0v\0a\0r\0i\0a\0n\0t\0 \0o\0f\0 \0T\0a\0s\0k\0s\0 \0R\0C\0U\0 \0e\0n\0a\0b\0l\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0 \0 \0 \0R\0u\0d\0e\0 \0v\0a\0r\0i\0a\0n\0t\0 \0o\0f\0 \0T\0a\0s\0k\0s\0 \0R\0C\0U\0 \0e\0n\0a\0b\0l\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0 \0 \0 \0 \0T\0r\0a\0c\0i\0n\0g\0 \0v\0a\0r\0i\0a\0n\0t\0 \0o\0f\0 \0T\0a\0s\0k\0s\0 \0R\0C\0U\0 \0e\0n\0a\0b\0l\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0r\0c\0u\0:\0 \0R\0C\0U\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0v\0a\0l\0u\0e\0 \0o\0f\0 \0s\0c\0h\0e\0d\0u\0l\0e\0r\0-\0e\0n\0l\0i\0s\0t\0m\0e\0n\0t\0 \0d\0e\0l\0a\0y\0 \0i\0s\0 \02\05\0 \0j\0i\0f\0f\0i\0e\0s\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0r\0c\0u\0:\0 \0A\0d\0j\0u\0s\0t\0i\0n\0g\0 \0g\0e\0o\0m\0e\0t\0r\0y\0 \0f\0o\0r\0 \0r\0c\0u\0_\0f\0a\0n\0o\0u\0t\0_\0l\0e\0a\0f\0=\01\06\0,\0 \0n\0r\0_\0c\0p\0u\0_\0i\0d\0s\0=\02\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0R\0_\0I\0R\0Q\0S\0:\0 \05\02\04\05\04\04\0,\0 \0n\0r\0_\0i\0r\0q\0s\0:\0 \06\01\06\0,\0 \0p\0r\0e\0a\0l\0l\0o\0c\0a\0t\0e\0d\0 \0i\0r\0q\0s\0:\0 \01\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0r\0c\0u\0:\0 \0s\0r\0c\0u\0_\0i\0n\0i\0t\0:\0 \0S\0e\0t\0t\0i\0n\0g\0 \0s\0r\0c\0u\0_\0s\0t\0r\0u\0c\0t\0 \0s\0i\0z\0e\0s\0 \0b\0a\0s\0e\0d\0 \0o\0n\0 \0c\0o\0n\0t\0e\0n\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0C\0o\0n\0s\0o\0l\0e\0:\0 \0c\0o\0l\0o\0u\0r\0 \0d\0u\0m\0m\0y\0 \0d\0e\0v\0i\0c\0e\0 \08\00\0x\02\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0r\0i\0n\0t\0k\0:\0 \0c\0o\0n\0s\0o\0l\0e\0 \0[\0t\0t\0y\00\0]\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0r\0i\0n\0t\0k\0:\0 \0c\0o\0n\0s\0o\0l\0e\0 \0[\0t\0t\0y\0S\00\0]\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0C\0o\0r\0e\0 \0r\0e\0v\0i\0s\0i\0o\0n\0 \02\00\02\02\00\03\03\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0l\0o\0c\0k\0s\0o\0u\0r\0c\0e\0:\0 \0h\0p\0e\0t\0:\0 \0m\0a\0s\0k\0:\0 \00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0 \0m\0a\0x\0_\0c\0y\0c\0l\0e\0s\0:\0 \00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0,\0 \0m\0a\0x\0_\0i\0d\0l\0e\0_\0n\0s\0:\0 \07\09\06\03\05\08\05\05\02\04\05\0 \0n\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0P\0I\0C\0:\0 \0S\0w\0i\0t\0c\0h\0 \0t\0o\0 \0s\0y\0m\0m\0e\0t\0r\0i\0c\0 \0I\0/\0O\0 \0m\0o\0d\0e\0 \0s\0e\0t\0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0H\0o\0s\0t\0 \0a\0d\0d\0r\0e\0s\0s\0 \0w\0i\0d\0t\0h\0 \04\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0D\0R\0H\0D\0 \0b\0a\0s\0e\0:\0 \00\0x\00\00\00\00\00\00\0b\0b\07\0f\0c\00\00\00\0 \0f\0l\0a\0g\0s\0:\0 \00\0x\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0d\0m\0a\0r\00\0:\0 \0r\0e\0g\0_\0b\0a\0s\0e\0_\0a\0d\0d\0r\0 \0b\0b\07\0f\0c\00\00\00\0 \0v\0e\0r\0 \04\0:\00\0 \0c\0a\0p\0 \08\0e\0d\00\00\08\0c\04\00\07\08\00\04\06\06\0 \0e\0c\0a\0p\0 \06\00\00\00\00\0f\00\05\00\0d\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0D\0R\0H\0D\0 \0b\0a\0s\0e\0:\0 \00\0x\00\00\00\00\00\00\0d\00\0f\0f\0c\00\00\00\0 \0f\0l\0a\0g\0s\0:\0 \00\0x\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0d\0m\0a\0r\01\0:\0 \0r\0e\0g\0_\0b\0a\0s\0e\0_\0a\0d\0d\0r\0 \0d\00\0f\0f\0c\00\00\00\0 \0v\0e\0r\0 \04\0:\00\0 \0c\0a\0p\0 \08\0e\0d\00\00\08\0c\04\00\07\08\00\04\06\06\0 \0e\0c\0a\0p\0 \06\00\00\00\00\0f\00\05\00\0d\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0D\0R\0H\0D\0 \0b\0a\0s\0e\0:\0 \00\0x\00\00\00\00\00\00\0e\06\07\0f\0c\00\00\00\0 \0f\0l\0a\0g\0s\0:\0 \00\0x\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0d\0m\0a\0r\02\0:\0 \0r\0e\0g\0_\0b\0a\0s\0e\0_\0a\0d\0d\0r\0 \0e\06\07\0f\0c\00\00\00\0 \0v\0e\0r\0 \04\0:\00\0 \0c\0a\0p\0 \08\0e\0d\00\00\08\0c\04\00\07\08\00\04\06\06\0 \0e\0c\0a\0p\0 \06\00\00\00\00\0f\00\05\00\0d\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0D\0R\0H\0D\0 \0b\0a\0s\0e\0:\0 \00\0x\00\00\00\00\00\00\0f\0b\07\0f\0c\00\00\00\0 \0f\0l\0a\0g\0s\0:\0 \00\0x\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0d\0m\0a\0r\03\0:\0 \0r\0e\0g\0_\0b\0a\0s\0e\0_\0a\0d\0d\0r\0 \0f\0b\07\0f\0c\00\00\00\0 \0v\0e\0r\0 \04\0:\00\0 \0c\0a\0p\0 \08\0e\0d\00\00\08\0c\04\00\07\08\00\04\06\06\0 \0e\0c\0a\0p\0 \06\00\00\00\00\0f\00\05\00\0d\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0D\0R\0H\0D\0 \0b\0a\0s\0e\0:\0 \00\0x\00\00\00\00\00\00\0a\05\0f\0f\06\00\00\00\0 \0f\0l\0a\0g\0s\0:\0 \00\0x\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0d\0m\0a\0r\04\0:\0 \0r\0e\0g\0_\0b\0a\0s\0e\0_\0a\0d\0d\0r\0 \0a\05\0f\0f\06\00\00\00\0 \0v\0e\0r\0 \04\0:\00\0 \0c\0a\0p\0 \08\0e\0d\00\00\08\0c\04\00\07\08\00\04\06\06\0 \0e\0c\0a\0p\0 \06\00\00\00\00\0f\00\05\00\0d\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0R\0M\0R\0R\0 \0b\0a\0s\0e\0:\0 \00\0x\00\00\00\00\00\00\06\04\04\05\09\00\00\00\0 \0e\0n\0d\0:\0 \00\0x\00\00\00\00\00\00\06\04\04\05\0b\0f\0f\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0A\0T\0S\0R\0 \0f\0l\0a\0g\0s\0:\0 \00\0x\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0-\0I\0R\0:\0 \0I\0O\0A\0P\0I\0C\0 \0i\0d\0 \08\0 \0u\0n\0d\0e\0r\0 \0D\0R\0H\0D\0 \0b\0a\0s\0e\0 \0 \00\0x\0a\05\0f\0f\06\00\00\00\0 \0I\0O\0M\0M\0U\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0-\0I\0R\0:\0 \0H\0P\0E\0T\0 \0i\0d\0 \00\0 \0u\0n\0d\0e\0r\0 \0D\0R\0H\0D\0 \0b\0a\0s\0e\0 \00\0x\0a\05\0f\0f\06\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0-\0I\0R\0:\0 \0Q\0u\0e\0u\0e\0d\0 \0i\0n\0v\0a\0l\0i\0d\0a\0t\0i\0o\0n\0 \0w\0i\0l\0l\0 \0b\0e\0 \0e\0n\0a\0b\0l\0e\0d\0 \0t\0o\0 \0s\0u\0p\0p\0o\0r\0t\0 \0x\02\0a\0p\0i\0c\0 \0a\0n\0d\0 \0I\0n\0t\0r\0-\0r\0e\0m\0a\0p\0p\0i\0n\0g\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0-\0I\0R\0:\0 \0E\0n\0a\0b\0l\0e\0d\0 \0I\0R\0Q\0 \0r\0e\0m\0a\0p\0p\0i\0n\0g\0 \0i\0n\0 \0x\02\0a\0p\0i\0c\0 \0m\0o\0d\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\02\0a\0p\0i\0c\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0w\0i\0t\0c\0h\0e\0d\0 \0A\0P\0I\0C\0 \0r\0o\0u\0t\0i\0n\0g\0 \0t\0o\0 \0c\0l\0u\0s\0t\0e\0r\0 \0x\02\0a\0p\0i\0c\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0.\0.\0T\0I\0M\0E\0R\0:\0 \0v\0e\0c\0t\0o\0r\0=\00\0x\03\00\0 \0a\0p\0i\0c\01\0=\00\0 \0p\0i\0n\01\0=\02\0 \0a\0p\0i\0c\02\0=\0-\01\0 \0p\0i\0n\02\0=\0-\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0l\0o\0c\0k\0s\0o\0u\0r\0c\0e\0:\0 \0t\0s\0c\0-\0e\0a\0r\0l\0y\0:\0 \0m\0a\0s\0k\0:\0 \00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0m\0a\0x\0_\0c\0y\0c\0l\0e\0s\0:\0 \00\0x\01\07\01\00\02\04\0f\0a\09\03\0b\0,\0 \0m\0a\0x\0_\0i\0d\0l\0e\0_\0n\0s\0:\0 \04\04\00\07\09\05\02\05\03\01\08\09\0 \0n\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0C\0a\0l\0i\0b\0r\0a\0t\0i\0n\0g\0 \0d\0e\0l\0a\0y\0 \0l\0o\0o\0p\0 \0(\0s\0k\0i\0p\0p\0e\0d\0)\0,\0 \0v\0a\0l\0u\0e\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0u\0s\0i\0n\0g\0 \0t\0i\0m\0e\0r\0 \0f\0r\0e\0q\0u\0e\0n\0c\0y\0.\0.\0 \03\02\00\00\0.\00\00\0 \0B\0o\0g\0o\0M\0I\0P\0S\0 \0(\0l\0p\0j\0=\06\04\00\00\00\00\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0c\0p\0u\0:\0 \0S\0G\0X\0 \0d\0i\0s\0a\0b\0l\0e\0d\0 \0b\0y\0 \0B\0I\0O\0S\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0t\0m\0e\0:\0 \0n\0o\0t\0 \0e\0n\0a\0b\0l\0e\0d\0 \0b\0y\0 \0B\0I\0O\0S\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0C\0P\0U\00\0:\0 \0T\0h\0e\0r\0m\0a\0l\0 \0m\0o\0n\0i\0t\0o\0r\0i\0n\0g\0 \0e\0n\0a\0b\0l\0e\0d\0 \0(\0T\0M\01\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0c\0p\0u\0:\0 \0U\0s\0e\0r\0 \0M\0o\0d\0e\0 \0I\0n\0s\0t\0r\0u\0c\0t\0i\0o\0n\0 \0P\0r\0e\0v\0e\0n\0t\0i\0o\0n\0 \0(\0U\0M\0I\0P\0)\0 \0a\0c\0t\0i\0v\0a\0t\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0r\0o\0c\0e\0s\0s\0:\0 \0u\0s\0i\0n\0g\0 \0m\0w\0a\0i\0t\0 \0i\0n\0 \0i\0d\0l\0e\0 \0t\0h\0r\0e\0a\0d\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0L\0a\0s\0t\0 \0l\0e\0v\0e\0l\0 \0i\0T\0L\0B\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \04\0K\0B\0 \00\0,\0 \02\0M\0B\0 \00\0,\0 \04\0M\0B\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0L\0a\0s\0t\0 \0l\0e\0v\0e\0l\0 \0d\0T\0L\0B\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \04\0K\0B\0 \00\0,\0 \02\0M\0B\0 \00\0,\0 \04\0M\0B\0 \00\0,\0 \01\0G\0B\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0p\0e\0c\0t\0r\0e\0 \0V\01\0 \0:\0 \0M\0i\0t\0i\0g\0a\0t\0i\0o\0n\0:\0 \0u\0s\0e\0r\0c\0o\0p\0y\0/\0s\0w\0a\0p\0g\0s\0 \0b\0a\0r\0r\0i\0e\0r\0s\0 \0a\0n\0d\0 \0_\0_\0u\0s\0e\0r\0 \0p\0o\0i\0n\0t\0e\0r\0 \0s\0a\0n\0i\0t\0i\0z\0a\0t\0i\0o\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0p\0e\0c\0t\0r\0e\0 \0V\02\0 \0:\0 \0M\0i\0t\0i\0g\0a\0t\0i\0o\0n\0:\0 \0E\0n\0h\0a\0n\0c\0e\0d\0 \0I\0B\0R\0S\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0p\0e\0c\0t\0r\0e\0 \0V\02\0 \0:\0 \0S\0p\0e\0c\0t\0r\0e\0 \0v\02\0 \0/\0 \0S\0p\0e\0c\0t\0r\0e\0R\0S\0B\0 \0m\0i\0t\0i\0g\0a\0t\0i\0o\0n\0:\0 \0F\0i\0l\0l\0i\0n\0g\0 \0R\0S\0B\0 \0o\0n\0 \0c\0o\0n\0t\0e\0x\0t\0 \0s\0w\0i\0t\0c\0h\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0p\0e\0c\0t\0r\0e\0 \0V\02\0 \0:\0 \0S\0p\0e\0c\0t\0r\0e\0 \0v\02\0 \0/\0 \0P\0B\0R\0S\0B\0-\0e\0I\0B\0R\0S\0:\0 \0R\0e\0t\0i\0r\0e\0 \0a\0 \0s\0i\0n\0g\0l\0e\0 \0C\0A\0L\0L\0 \0o\0n\0 \0V\0M\0E\0X\0I\0T\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0p\0e\0c\0t\0r\0e\0 \0V\02\0 \0:\0 \0m\0i\0t\0i\0g\0a\0t\0i\0o\0n\0:\0 \0E\0n\0a\0b\0l\0i\0n\0g\0 \0c\0o\0n\0d\0i\0t\0i\0o\0n\0a\0l\0 \0I\0n\0d\0i\0r\0e\0c\0t\0 \0B\0r\0a\0n\0c\0h\0 \0P\0r\0e\0d\0i\0c\0t\0i\0o\0n\0 \0B\0a\0r\0r\0i\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0S\0p\0e\0c\0u\0l\0a\0t\0i\0v\0e\0 \0S\0t\0o\0r\0e\0 \0B\0y\0p\0a\0s\0s\0:\0 \0M\0i\0t\0i\0g\0a\0t\0i\0o\0n\0:\0 \0S\0p\0e\0c\0u\0l\0a\0t\0i\0v\0e\0 \0S\0t\0o\0r\0e\0 \0B\0y\0p\0a\0s\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0 \0v\0i\0a\0 \0p\0r\0c\0t\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0M\0M\0I\0O\0 \0S\0t\0a\0l\0e\0 \0D\0a\0t\0a\0:\0 \0M\0i\0t\0i\0g\0a\0t\0i\0o\0n\0:\0 \0C\0l\0e\0a\0r\0 \0C\0P\0U\0 \0b\0u\0f\0f\0e\0r\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0G\0D\0S\0:\0 \0M\0i\0t\0i\0g\0a\0t\0i\0o\0n\0:\0 \0M\0i\0c\0r\0o\0c\0o\0d\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0S\0u\0p\0p\0o\0r\0t\0i\0n\0g\0 \0X\0S\0A\0V\0E\0 \0f\0e\0a\0t\0u\0r\0e\0 \00\0x\00\00\01\0:\0 \0'\0x\08\07\0 \0f\0l\0o\0a\0t\0i\0n\0g\0 \0p\0o\0i\0n\0t\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0S\0u\0p\0p\0o\0r\0t\0i\0n\0g\0 \0X\0S\0A\0V\0E\0 \0f\0e\0a\0t\0u\0r\0e\0 \00\0x\00\00\02\0:\0 \0'\0S\0S\0E\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0S\0u\0p\0p\0o\0r\0t\0i\0n\0g\0 \0X\0S\0A\0V\0E\0 \0f\0e\0a\0t\0u\0r\0e\0 \00\0x\00\00\04\0:\0 \0'\0A\0V\0X\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0S\0u\0p\0p\0o\0r\0t\0i\0n\0g\0 \0X\0S\0A\0V\0E\0 \0f\0e\0a\0t\0u\0r\0e\0 \00\0x\00\02\00\0:\0 \0'\0A\0V\0X\0-\05\01\02\0 \0o\0p\0m\0a\0s\0k\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0S\0u\0p\0p\0o\0r\0t\0i\0n\0g\0 \0X\0S\0A\0V\0E\0 \0f\0e\0a\0t\0u\0r\0e\0 \00\0x\00\04\00\0:\0 \0'\0A\0V\0X\0-\05\01\02\0 \0H\0i\02\05\06\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0S\0u\0p\0p\0o\0r\0t\0i\0n\0g\0 \0X\0S\0A\0V\0E\0 \0f\0e\0a\0t\0u\0r\0e\0 \00\0x\00\08\00\0:\0 \0'\0A\0V\0X\0-\05\01\02\0 \0Z\0M\0M\0_\0H\0i\02\05\06\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0S\0u\0p\0p\0o\0r\0t\0i\0n\0g\0 \0X\0S\0A\0V\0E\0 \0f\0e\0a\0t\0u\0r\0e\0 \00\0x\02\00\00\0:\0 \0'\0P\0r\0o\0t\0e\0c\0t\0i\0o\0n\0 \0K\0e\0y\0s\0 \0U\0s\0e\0r\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0x\0s\0t\0a\0t\0e\0_\0o\0f\0f\0s\0e\0t\0[\02\0]\0:\0 \0 \05\07\06\0,\0 \0x\0s\0t\0a\0t\0e\0_\0s\0i\0z\0e\0s\0[\02\0]\0:\0 \0 \02\05\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0x\0s\0t\0a\0t\0e\0_\0o\0f\0f\0s\0e\0t\0[\05\0]\0:\0 \0 \08\03\02\0,\0 \0x\0s\0t\0a\0t\0e\0_\0s\0i\0z\0e\0s\0[\05\0]\0:\0 \0 \0 \06\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0x\0s\0t\0a\0t\0e\0_\0o\0f\0f\0s\0e\0t\0[\06\0]\0:\0 \0 \08\09\06\0,\0 \0x\0s\0t\0a\0t\0e\0_\0s\0i\0z\0e\0s\0[\06\0]\0:\0 \0 \05\01\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0x\0s\0t\0a\0t\0e\0_\0o\0f\0f\0s\0e\0t\0[\07\0]\0:\0 \01\04\00\08\0,\0 \0x\0s\0t\0a\0t\0e\0_\0s\0i\0z\0e\0s\0[\07\0]\0:\0 \01\00\02\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0x\0s\0t\0a\0t\0e\0_\0o\0f\0f\0s\0e\0t\0[\09\0]\0:\0 \02\04\03\02\0,\0 \0x\0s\0t\0a\0t\0e\0_\0s\0i\0z\0e\0s\0[\09\0]\0:\0 \0 \0 \0 \08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0f\0p\0u\0:\0 \0E\0n\0a\0b\0l\0e\0d\0 \0x\0s\0t\0a\0t\0e\0 \0f\0e\0a\0t\0u\0r\0e\0s\0 \00\0x\02\0e\07\0,\0 \0c\0o\0n\0t\0e\0x\0t\0 \0s\0i\0z\0e\0 \0i\0s\0 \02\04\04\00\0 \0b\0y\0t\0e\0s\0,\0 \0u\0s\0i\0n\0g\0 \0'\0c\0o\0m\0p\0a\0c\0t\0e\0d\0'\0 \0f\0o\0r\0m\0a\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0F\0r\0e\0e\0i\0n\0g\0 \0S\0M\0P\0 \0a\0l\0t\0e\0r\0n\0a\0t\0i\0v\0e\0s\0 \0m\0e\0m\0o\0r\0y\0:\0 \03\06\0K\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0i\0d\0_\0m\0a\0x\0:\0 \0d\0e\0f\0a\0u\0l\0t\0:\0 \03\02\07\06\08\0 \0m\0i\0n\0i\0m\0u\0m\0:\0 \03\00\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0L\0S\0M\0:\0 \0S\0e\0c\0u\0r\0i\0t\0y\0 \0F\0r\0a\0m\0e\0w\0o\0r\0k\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0i\0n\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0l\0a\0n\0d\0l\0o\0c\0k\0:\0 \0U\0p\0 \0a\0n\0d\0 \0r\0u\0n\0n\0i\0n\0g\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0Y\0a\0m\0a\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0 \0b\0y\0 \0d\0e\0f\0a\0u\0l\0t\0;\0 \0e\0n\0a\0b\0l\0e\0 \0w\0i\0t\0h\0 \0s\0y\0s\0c\0t\0l\0 \0k\0e\0r\0n\0e\0l\0.\0y\0a\0m\0a\0.\0*\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0p\0p\0A\0r\0m\0o\0r\0:\0 \0A\0p\0p\0A\0r\0m\0o\0r\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0T\0O\0M\0O\0Y\0O\0 \0L\0i\0n\0u\0x\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0L\0S\0M\0 \0s\0u\0p\0p\0o\0r\0t\0 \0f\0o\0r\0 \0e\0B\0P\0F\0 \0a\0c\0t\0i\0v\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0M\0o\0u\0n\0t\0-\0c\0a\0c\0h\0e\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \01\06\03\08\04\0 \0(\0o\0r\0d\0e\0r\0:\0 \05\0,\0 \01\03\01\00\07\02\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0M\0o\0u\0n\0t\0p\0o\0i\0n\0t\0-\0c\0a\0c\0h\0e\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \01\06\03\08\04\0 \0(\0o\0r\0d\0e\0r\0:\0 \05\0,\0 \01\03\01\00\07\02\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0m\0p\0b\0o\0o\0t\0:\0 \0C\0P\0U\00\0:\0 \0I\0n\0t\0e\0l\0 \00\06\0/\06\0c\0 \0(\0f\0a\0m\0i\0l\0y\0:\0 \00\0x\06\0,\0 \0m\0o\0d\0e\0l\0:\0 \00\0x\06\0c\0,\0 \0s\0t\0e\0p\0p\0i\0n\0g\0:\0 \00\0x\01\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0b\0l\0i\0s\0t\0_\0i\0n\0i\0t\0_\0g\0e\0n\0e\0r\0i\0c\0:\0 \0S\0e\0t\0t\0i\0n\0g\0 \0a\0d\0j\0u\0s\0t\0a\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0c\0a\0l\0l\0b\0a\0c\0k\0 \0q\0u\0e\0u\0e\0s\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0b\0l\0i\0s\0t\0_\0i\0n\0i\0t\0_\0g\0e\0n\0e\0r\0i\0c\0:\0 \0S\0e\0t\0t\0i\0n\0g\0 \0s\0h\0i\0f\0t\0 \0t\0o\0 \05\0 \0a\0n\0d\0 \0l\0i\0m\0 \0t\0o\0 \01\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0b\0l\0i\0s\0t\0_\0i\0n\0i\0t\0_\0g\0e\0n\0e\0r\0i\0c\0:\0 \0S\0e\0t\0t\0i\0n\0g\0 \0a\0d\0j\0u\0s\0t\0a\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0c\0a\0l\0l\0b\0a\0c\0k\0 \0q\0u\0e\0u\0e\0s\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0b\0l\0i\0s\0t\0_\0i\0n\0i\0t\0_\0g\0e\0n\0e\0r\0i\0c\0:\0 \0S\0e\0t\0t\0i\0n\0g\0 \0s\0h\0i\0f\0t\0 \0t\0o\0 \05\0 \0a\0n\0d\0 \0l\0i\0m\0 \0t\0o\0 \01\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0b\0l\0i\0s\0t\0_\0i\0n\0i\0t\0_\0g\0e\0n\0e\0r\0i\0c\0:\0 \0S\0e\0t\0t\0i\0n\0g\0 \0a\0d\0j\0u\0s\0t\0a\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0c\0a\0l\0l\0b\0a\0c\0k\0 \0q\0u\0e\0u\0e\0s\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0b\0l\0i\0s\0t\0_\0i\0n\0i\0t\0_\0g\0e\0n\0e\0r\0i\0c\0:\0 \0S\0e\0t\0t\0i\0n\0g\0 \0s\0h\0i\0f\0t\0 \0t\0o\0 \05\0 \0a\0n\0d\0 \0l\0i\0m\0 \0t\0o\0 \01\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0e\0r\0f\0o\0r\0m\0a\0n\0c\0e\0 \0E\0v\0e\0n\0t\0s\0:\0 \0P\0E\0B\0S\0 \0f\0m\0t\04\0+\0-\0b\0a\0s\0e\0l\0i\0n\0e\0,\0 \0 \0A\0n\0y\0T\0h\0r\0e\0a\0d\0 \0d\0e\0p\0r\0e\0c\0a\0t\0e\0d\0,\0 \0I\0c\0e\0l\0a\0k\0e\0 \0e\0v\0e\0n\0t\0s\0,\0 \03\02\0-\0d\0e\0e\0p\0 \0L\0B\0R\0,\0 \0f\0u\0l\0l\0-\0w\0i\0d\0t\0h\0 \0c\0o\0u\0n\0t\0e\0r\0s\0,\0 \0I\0n\0t\0e\0l\0 \0P\0M\0U\0 \0d\0r\0i\0v\0e\0r\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0.\0.\0.\0 \0v\0e\0r\0s\0i\0o\0n\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0.\0.\0.\0 \0b\0i\0t\0 \0w\0i\0d\0t\0h\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \04\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0.\0.\0.\0 \0g\0e\0n\0e\0r\0i\0c\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0:\0 \0 \0 \0 \0 \0 \08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0.\0.\0.\0 \0v\0a\0l\0u\0e\0 \0m\0a\0s\0k\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\00\00\00\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0.\0.\0.\0 \0m\0a\0x\0 \0p\0e\0r\0i\0o\0d\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\00\00\00\07\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0.\0.\0.\0 \0f\0i\0x\0e\0d\0-\0p\0u\0r\0p\0o\0s\0e\0 \0e\0v\0e\0n\0t\0s\0:\0 \0 \0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0.\0.\0.\0 \0e\0v\0e\0n\0t\0 \0m\0a\0s\0k\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\00\00\01\00\00\00\0f\00\00\00\00\00\00\0f\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0i\0g\0n\0a\0l\0:\0 \0m\0a\0x\0 \0s\0i\0g\0f\0r\0a\0m\0e\0 \0s\0i\0z\0e\0:\0 \03\06\03\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0E\0s\0t\0i\0m\0a\0t\0e\0d\0 \0r\0a\0t\0i\0o\0 \0o\0f\0 \0a\0v\0e\0r\0a\0g\0e\0 \0m\0a\0x\0 \0f\0r\0e\0q\0u\0e\0n\0c\0y\0 \0b\0y\0 \0b\0a\0s\0e\0 \0f\0r\0e\0q\0u\0e\0n\0c\0y\0 \0(\0t\0i\0m\0e\0s\0 \01\00\02\04\0)\0:\0 \01\04\07\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0r\0c\0u\0:\0 \0H\0i\0e\0r\0a\0r\0c\0h\0i\0c\0a\0l\0 \0S\0R\0C\0U\0 \0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0r\0c\0u\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0M\0a\0x\0 \0p\0h\0a\0s\0e\0 \0n\0o\0-\0d\0e\0l\0a\0y\0 \0i\0n\0s\0t\0a\0n\0c\0e\0s\0 \0i\0s\0 \01\00\00\00\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0M\0I\0 \0w\0a\0t\0c\0h\0d\0o\0g\0:\0 \0E\0n\0a\0b\0l\0e\0d\0.\0 \0P\0e\0r\0m\0a\0n\0e\0n\0t\0l\0y\0 \0c\0o\0n\0s\0u\0m\0e\0s\0 \0o\0n\0e\0 \0h\0w\0-\0P\0M\0U\0 \0c\0o\0u\0n\0t\0e\0r\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0m\0p\0:\0 \0B\0r\0i\0n\0g\0i\0n\0g\0 \0u\0p\0 \0s\0e\0c\0o\0n\0d\0a\0r\0y\0 \0C\0P\0U\0s\0 \0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0:\0 \0B\0o\0o\0t\0i\0n\0g\0 \0S\0M\0P\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0:\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0.\0.\0.\0.\0 \0n\0o\0d\0e\0 \0 \0#\00\0,\0 \0C\0P\0U\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0#\01\0 \0 \0#\02\0 \0 \0#\03\0 \0 \0#\04\0 \0 \0#\05\0 \0 \0#\06\0 \0 \0#\07\0 \0 \0#\08\0 \0 \0#\09\0 \0#\01\00\0 \0#\01\01\0 \0#\01\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0M\0M\0I\0O\0 \0S\0t\0a\0l\0e\0 \0D\0a\0t\0a\0 \0C\0P\0U\0 \0b\0u\0g\0 \0p\0r\0e\0s\0e\0n\0t\0 \0a\0n\0d\0 \0S\0M\0T\0 \0o\0n\0,\0 \0d\0a\0t\0a\0 \0l\0e\0a\0k\0 \0p\0o\0s\0s\0i\0b\0l\0e\0.\0 \0S\0e\0e\0 \0h\0t\0t\0p\0s\0:\0/\0/\0w\0w\0w\0.\0k\0e\0r\0n\0e\0l\0.\0o\0r\0g\0/\0d\0o\0c\0/\0h\0t\0m\0l\0/\0l\0a\0t\0e\0s\0t\0/\0a\0d\0m\0i\0n\0-\0g\0u\0i\0d\0e\0/\0h\0w\0-\0v\0u\0l\0n\0/\0p\0r\0o\0c\0e\0s\0s\0o\0r\0_\0m\0m\0i\0o\0_\0s\0t\0a\0l\0e\0_\0d\0a\0t\0a\0.\0h\0t\0m\0l\0 \0f\0o\0r\0 \0m\0o\0r\0e\0 \0d\0e\0t\0a\0i\0l\0s\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0 \0#\01\03\0 \0#\01\04\0 \0#\01\05\0 \0#\01\06\0 \0#\01\07\0 \0#\01\08\0 \0#\01\09\0 \0#\02\00\0 \0#\02\01\0 \0#\02\02\0 \0#\02\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0m\0p\0:\0 \0B\0r\0o\0u\0g\0h\0t\0 \0u\0p\0 \01\0 \0n\0o\0d\0e\0,\0 \02\04\0 \0C\0P\0U\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0m\0p\0b\0o\0o\0t\0:\0 \0M\0a\0x\0 \0l\0o\0g\0i\0c\0a\0l\0 \0p\0a\0c\0k\0a\0g\0e\0s\0:\0 \01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0m\0p\0b\0o\0o\0t\0:\0 \0T\0o\0t\0a\0l\0 \0o\0f\0 \02\04\0 \0p\0r\0o\0c\0e\0s\0s\0o\0r\0s\0 \0a\0c\0t\0i\0v\0a\0t\0e\0d\0 \0(\07\06\08\00\00\0.\00\00\0 \0B\0o\0g\0o\0M\0I\0P\0S\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \00\0 \0d\0e\0f\0e\0r\0r\0e\0d\0 \0p\0a\0g\0e\0s\0 \0i\0n\0i\0t\0i\0a\0l\0i\0s\0e\0d\0 \0i\0n\0 \08\0m\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0d\0e\0v\0t\0m\0p\0f\0s\0:\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0x\08\06\0/\0m\0m\0:\0 \0M\0e\0m\0o\0r\0y\0 \0b\0l\0o\0c\0k\0 \0s\0i\0z\0e\0:\0 \01\02\08\0M\0B\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0M\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0i\0n\0g\0 \0A\0C\0P\0I\0 \0N\0V\0S\0 \0r\0e\0g\0i\0o\0n\0 \0[\0m\0e\0m\0 \00\0x\06\05\06\00\03\00\00\00\0-\00\0x\06\07\07\0f\02\0f\0f\0f\0]\0 \0(\03\05\05\08\06\00\04\08\0 \0b\0y\0t\0e\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0l\0o\0c\0k\0s\0o\0u\0r\0c\0e\0:\0 \0j\0i\0f\0f\0i\0e\0s\0:\0 \0m\0a\0s\0k\0:\0 \00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0 \0m\0a\0x\0_\0c\0y\0c\0l\0e\0s\0:\0 \00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0,\0 \0m\0a\0x\0_\0i\0d\0l\0e\0_\0n\0s\0:\0 \07\06\04\05\00\04\01\07\08\05\01\00\00\00\00\00\0 \0n\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0f\0u\0t\0e\0x\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \08\01\09\02\0 \0(\0o\0r\0d\0e\0r\0:\0 \07\0,\0 \05\02\04\02\08\08\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0i\0n\0c\0t\0r\0l\0 \0c\0o\0r\0e\0:\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0 \0p\0i\0n\0c\0t\0r\0l\0 \0s\0u\0b\0s\0y\0s\0t\0e\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0E\0T\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0P\0F\0_\0N\0E\0T\0L\0I\0N\0K\0/\0P\0F\0_\0R\0O\0U\0T\0E\0 \0p\0r\0o\0t\0o\0c\0o\0l\0 \0f\0a\0m\0i\0l\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0:\0 \0p\0r\0e\0a\0l\0l\0o\0c\0a\0t\0e\0d\0 \01\00\02\04\0 \0K\0i\0B\0 \0G\0F\0P\0_\0K\0E\0R\0N\0E\0L\0 \0p\0o\0o\0l\0 \0f\0o\0r\0 \0a\0t\0o\0m\0i\0c\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0:\0 \0p\0r\0e\0a\0l\0l\0o\0c\0a\0t\0e\0d\0 \01\00\02\04\0 \0K\0i\0B\0 \0G\0F\0P\0_\0K\0E\0R\0N\0E\0L\0|\0G\0F\0P\0_\0D\0M\0A\0 \0p\0o\0o\0l\0 \0f\0o\0r\0 \0a\0t\0o\0m\0i\0c\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0:\0 \0p\0r\0e\0a\0l\0l\0o\0c\0a\0t\0e\0d\0 \01\00\02\04\0 \0K\0i\0B\0 \0G\0F\0P\0_\0K\0E\0R\0N\0E\0L\0|\0G\0F\0P\0_\0D\0M\0A\03\02\0 \0p\0o\0o\0l\0 \0f\0o\0r\0 \0a\0t\0o\0m\0i\0c\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0u\0d\0i\0t\0:\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0i\0n\0g\0 \0n\0e\0t\0l\0i\0n\0k\0 \0s\0u\0b\0s\0y\0s\0 \0(\0d\0i\0s\0a\0b\0l\0e\0d\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0u\0d\0i\0t\0:\0 \0t\0y\0p\0e\0=\02\00\00\00\0 \0a\0u\0d\0i\0t\0(\01\01\09\09\05\07\02\03\00\06\0.\03\00\04\0:\01\0)\0:\0 \0s\0t\0a\0t\0e\0=\0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0 \0a\0u\0d\0i\0t\0_\0e\0n\0a\0b\0l\0e\0d\0=\00\0 \0r\0e\0s\0=\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0t\0h\0e\0r\0m\0a\0l\0_\0s\0y\0s\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0t\0h\0e\0r\0m\0a\0l\0 \0g\0o\0v\0e\0r\0n\0o\0r\0 \0'\0f\0a\0i\0r\0_\0s\0h\0a\0r\0e\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0t\0h\0e\0r\0m\0a\0l\0_\0s\0y\0s\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0t\0h\0e\0r\0m\0a\0l\0 \0g\0o\0v\0e\0r\0n\0o\0r\0 \0'\0b\0a\0n\0g\0_\0b\0a\0n\0g\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0t\0h\0e\0r\0m\0a\0l\0_\0s\0y\0s\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0t\0h\0e\0r\0m\0a\0l\0 \0g\0o\0v\0e\0r\0n\0o\0r\0 \0'\0s\0t\0e\0p\0_\0w\0i\0s\0e\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0t\0h\0e\0r\0m\0a\0l\0_\0s\0y\0s\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0t\0h\0e\0r\0m\0a\0l\0 \0g\0o\0v\0e\0r\0n\0o\0r\0 \0'\0u\0s\0e\0r\0_\0s\0p\0a\0c\0e\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0t\0h\0e\0r\0m\0a\0l\0_\0s\0y\0s\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0t\0h\0e\0r\0m\0a\0l\0 \0g\0o\0v\0e\0r\0n\0o\0r\0 \0'\0p\0o\0w\0e\0r\0_\0a\0l\0l\0o\0c\0a\0t\0o\0r\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0p\0u\0i\0d\0l\0e\0:\0 \0u\0s\0i\0n\0g\0 \0g\0o\0v\0e\0r\0n\0o\0r\0 \0l\0a\0d\0d\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0p\0u\0i\0d\0l\0e\0:\0 \0u\0s\0i\0n\0g\0 \0g\0o\0v\0e\0r\0n\0o\0r\0 \0m\0e\0n\0u\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0p\0h\0p\0:\0 \0A\0C\0P\0I\0 \0H\0o\0t\0 \0P\0l\0u\0g\0 \0P\0C\0I\0 \0C\0o\0n\0t\0r\0o\0l\0l\0e\0r\0 \0D\0r\0i\0v\0e\0r\0 \0v\0e\0r\0s\0i\0o\0n\0:\0 \00\0.\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0:\0 \0M\0M\0C\0O\0N\0F\0I\0G\0 \0f\0o\0r\0 \0d\0o\0m\0a\0i\0n\0 \00\00\00\00\0 \0[\0b\0u\0s\0 \00\00\0-\0f\0f\0]\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\08\00\00\00\00\00\00\00\0-\00\0x\08\0f\0f\0f\0f\0f\0f\0f\0]\0 \0(\0b\0a\0s\0e\0 \00\0x\08\00\00\00\00\00\00\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0:\0 \0M\0M\0C\0O\0N\0F\0I\0G\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\08\00\00\00\00\00\00\00\0-\00\0x\08\0f\0f\0f\0f\0f\0f\0f\0]\0 \0r\0e\0s\0e\0r\0v\0e\0d\0 \0i\0n\0 \0E\08\02\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0m\0d\0_\0s\0e\0t\0_\0h\0u\0g\0e\0:\0 \0C\0a\0n\0n\0o\0t\0 \0s\0a\0t\0i\0s\0f\0y\0 \0[\0m\0e\0m\0 \00\0x\08\00\00\00\00\00\00\00\0-\00\0x\08\00\02\00\00\00\00\00\0]\0 \0w\0i\0t\0h\0 \0a\0 \0h\0u\0g\0e\0-\0p\0a\0g\0e\0 \0m\0a\0p\0p\0i\0n\0g\0 \0d\0u\0e\0 \0t\0o\0 \0M\0T\0R\0R\0 \0o\0v\0e\0r\0r\0i\0d\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0:\0 \0U\0s\0i\0n\0g\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0t\0y\0p\0e\0 \01\0 \0f\0o\0r\0 \0b\0a\0s\0e\0 \0a\0c\0c\0e\0s\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0E\0N\0E\0R\0G\0Y\0_\0P\0E\0R\0F\0_\0B\0I\0A\0S\0:\0 \0S\0e\0t\0 \0t\0o\0 \0'\0n\0o\0r\0m\0a\0l\0'\0,\0 \0w\0a\0s\0 \0'\0p\0e\0r\0f\0o\0r\0m\0a\0n\0c\0e\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0k\0p\0r\0o\0b\0e\0s\0:\0 \0k\0p\0r\0o\0b\0e\0 \0j\0u\0m\0p\0-\0o\0p\0t\0i\0m\0i\0z\0a\0t\0i\0o\0n\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0.\0 \0A\0l\0l\0 \0k\0p\0r\0o\0b\0e\0s\0 \0a\0r\0e\0 \0o\0p\0t\0i\0m\0i\0z\0e\0d\0 \0i\0f\0 \0p\0o\0s\0s\0i\0b\0l\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0H\0u\0g\0e\0T\0L\0B\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \01\0.\00\00\0 \0G\0i\0B\0 \0p\0a\0g\0e\0 \0s\0i\0z\0e\0,\0 \0p\0r\0e\0-\0a\0l\0l\0o\0c\0a\0t\0e\0d\0 \00\0 \0p\0a\0g\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0H\0u\0g\0e\0T\0L\0B\0:\0 \01\06\03\08\00\0 \0K\0i\0B\0 \0v\0m\0e\0m\0m\0a\0p\0 \0c\0a\0n\0 \0b\0e\0 \0f\0r\0e\0e\0d\0 \0f\0o\0r\0 \0a\0 \01\0.\00\00\0 \0G\0i\0B\0 \0p\0a\0g\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0H\0u\0g\0e\0T\0L\0B\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \02\0.\00\00\0 \0M\0i\0B\0 \0p\0a\0g\0e\0 \0s\0i\0z\0e\0,\0 \0p\0r\0e\0-\0a\0l\0l\0o\0c\0a\0t\0e\0d\0 \00\0 \0p\0a\0g\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0H\0u\0g\0e\0T\0L\0B\0:\0 \02\08\0 \0K\0i\0B\0 \0v\0m\0e\0m\0m\0a\0p\0 \0c\0a\0n\0 \0b\0e\0 \0f\0r\0e\0e\0d\0 \0f\0o\0r\0 \0a\0 \02\0.\00\00\0 \0M\0i\0B\0 \0p\0a\0g\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0A\0d\0d\0e\0d\0 \0_\0O\0S\0I\0(\0M\0o\0d\0u\0l\0e\0 \0D\0e\0v\0i\0c\0e\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0A\0d\0d\0e\0d\0 \0_\0O\0S\0I\0(\0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0e\0v\0i\0c\0e\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0A\0d\0d\0e\0d\0 \0_\0O\0S\0I\0(\03\0.\00\0 \0_\0S\0C\0P\0 \0E\0x\0t\0e\0n\0s\0i\0o\0n\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0A\0d\0d\0e\0d\0 \0_\0O\0S\0I\0(\0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0A\0g\0g\0r\0e\0g\0a\0t\0o\0r\0 \0D\0e\0v\0i\0c\0e\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \06\0 \0A\0C\0P\0I\0 \0A\0M\0L\0 \0t\0a\0b\0l\0e\0s\0 \0s\0u\0c\0c\0e\0s\0s\0f\0u\0l\0l\0y\0 \0a\0c\0q\0u\0i\0r\0e\0d\0 \0a\0n\0d\0 \0l\0o\0a\0d\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0D\0y\0n\0a\0m\0i\0c\0 \0O\0E\0M\0 \0T\0a\0b\0l\0e\0 \0L\0o\0a\0d\0:\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0D\0y\0n\0a\0m\0i\0c\0 \0O\0E\0M\0 \0T\0a\0b\0l\0e\0 \0L\0o\0a\0d\0:\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0D\0y\0n\0a\0m\0i\0c\0 \0O\0E\0M\0 \0T\0a\0b\0l\0e\0 \0L\0o\0a\0d\0:\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0I\0n\0t\0e\0r\0p\0r\0e\0t\0e\0r\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0M\0:\0 \0(\0s\0u\0p\0p\0o\0r\0t\0s\0 \0S\00\0 \0S\05\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0U\0s\0i\0n\0g\0 \0I\0O\0A\0P\0I\0C\0 \0f\0o\0r\0 \0i\0n\0t\0e\0r\0r\0u\0p\0t\0 \0r\0o\0u\0t\0i\0n\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0H\0E\0S\0T\0:\0 \0T\0a\0b\0l\0e\0 \0p\0a\0r\0s\0i\0n\0g\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0G\0H\0E\0S\0:\0 \0A\0P\0E\0I\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0f\0i\0r\0s\0t\0 \0m\0o\0d\0e\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0 \0b\0y\0 \0A\0P\0E\0I\0 \0b\0i\0t\0 \0a\0n\0d\0 \0W\0H\0E\0A\0 \0_\0O\0S\0C\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0:\0 \0U\0s\0i\0n\0g\0 \0h\0o\0s\0t\0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0s\0 \0f\0r\0o\0m\0 \0A\0C\0P\0I\0;\0 \0i\0f\0 \0n\0e\0c\0e\0s\0s\0a\0r\0y\0,\0 \0u\0s\0e\0 \0"\0p\0c\0i\0=\0n\0o\0c\0r\0s\0"\0 \0a\0n\0d\0 \0r\0e\0p\0o\0r\0t\0 \0a\0 \0b\0u\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0:\0 \0I\0g\0n\0o\0r\0i\0n\0g\0 \0E\08\02\00\0 \0r\0e\0s\0e\0r\0v\0a\0t\0i\0o\0n\0s\0 \0f\0o\0r\0 \0h\0o\0s\0t\0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0E\0n\0a\0b\0l\0e\0d\0 \03\0 \0G\0P\0E\0s\0 \0i\0n\0 \0b\0l\0o\0c\0k\0 \00\00\0 \0t\0o\0 \07\0F\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0 \0R\0o\0o\0t\0 \0B\0r\0i\0d\0g\0e\0 \0[\0P\0C\00\00\0]\0 \0(\0d\0o\0m\0a\0i\0n\0 \00\00\00\00\0 \0[\0b\0u\0s\0 \00\00\0-\01\04\0]\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\00\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0[\0E\0x\0t\0e\0n\0d\0e\0d\0C\0o\0n\0f\0i\0g\0 \0A\0S\0P\0M\0 \0C\0l\0o\0c\0k\0P\0M\0 \0S\0e\0g\0m\0e\0n\0t\0s\0 \0M\0S\0I\0 \0H\0P\0X\0-\0T\0y\0p\0e\03\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\00\0:\0 \0_\0O\0S\0C\0:\0 \0p\0l\0a\0t\0f\0o\0r\0m\0 \0d\0o\0e\0s\0 \0n\0o\0t\0 \0s\0u\0p\0p\0o\0r\0t\0 \0[\0S\0H\0P\0C\0H\0o\0t\0p\0l\0u\0g\0 \0A\0E\0R\0 \0L\0T\0R\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\00\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0n\0o\0w\0 \0c\0o\0n\0t\0r\0o\0l\0s\0 \0[\0P\0C\0I\0e\0H\0o\0t\0p\0l\0u\0g\0 \0P\0M\0E\0 \0P\0C\0I\0e\0C\0a\0p\0a\0b\0i\0l\0i\0t\0y\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0 \0h\0o\0s\0t\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0b\0u\0s\0 \00\00\00\00\0:\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0i\0o\0 \0 \00\0x\00\00\00\00\0-\00\0x\00\0c\0f\07\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0i\0o\0 \0 \00\0x\01\00\00\00\0-\00\0x\05\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\0a\00\00\00\00\0-\00\0x\00\00\00\0b\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\0c\08\00\00\00\0-\00\0x\00\00\00\0c\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\0f\0e\00\01\00\00\00\00\0-\00\0x\0f\0e\00\01\00\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\09\00\00\00\00\00\00\00\0-\00\0x\0a\05\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\02\00\00\00\00\00\00\00\00\00\00\0-\00\0x\02\00\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0b\0u\0s\0 \00\00\0-\01\04\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\00\0.\00\0:\0 \0[\08\00\08\06\0:\00\09\0a\02\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\00\0.\01\0:\0 \0[\08\00\08\06\0:\00\09\0a\04\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\00\0.\02\0:\0 \0[\08\00\08\06\0:\00\09\0a\03\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\00\0.\03\0:\0 \0[\08\00\08\06\0:\00\09\0a\05\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\00\0.\04\0:\0 \0[\08\00\08\06\0:\00\09\09\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\00\0:\0 \0[\08\00\08\06\0:\00\0b\00\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\07\00\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\07\03\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\01\0:\0 \0[\08\00\08\06\0:\00\0b\00\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\06\0c\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\06\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\02\0:\0 \0[\08\00\08\06\0:\00\0b\00\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\02\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\06\08\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\06\0b\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\03\0:\0 \0[\08\00\08\06\0:\00\0b\00\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\03\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\06\04\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\06\07\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\04\0:\0 \0[\08\00\08\06\0:\00\0b\00\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\04\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\06\00\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\06\03\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\05\0:\0 \0[\08\00\08\06\0:\00\0b\00\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\05\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\05\0c\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\05\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\06\0:\0 \0[\08\00\08\06\0:\00\0b\00\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\06\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\05\08\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\05\0b\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\07\0:\0 \0[\08\00\08\06\0:\00\0b\00\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\07\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\05\04\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\05\07\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\00\0:\0 \0[\08\00\08\06\0:\00\09\0a\06\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0a\05\02\08\02\00\00\00\0-\00\0x\0a\05\02\08\03\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\01\0:\0 \0[\08\00\08\06\0:\00\09\0a\07\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0a\05\02\00\00\00\00\00\0-\00\0x\0a\05\02\07\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\04\0:\0 \0[\0m\0e\0m\0 \00\0x\0a\05\01\08\00\00\00\00\0-\00\0x\0a\05\01\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\04\0:\0 \0[\08\00\08\06\0:\03\04\05\06\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\01\03\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\04\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\09\00\00\00\00\00\0-\00\0x\02\00\0f\0f\0f\09\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\04\0:\0 \0r\0e\0g\0 \00\0x\01\08\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\05\00\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\05\03\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\04\0:\0 \0r\0e\0g\0 \00\0x\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\02\00\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\03\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\0c\02\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\01\00\06\00\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0a\05\02\08\00\00\00\00\0-\00\0x\0a\05\02\08\01\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\04\0:\0 \0[\0m\0e\0m\0 \00\0x\0a\05\02\08\08\00\00\00\0-\00\0x\0a\05\02\08\08\00\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\08\0:\0 \0[\0i\0o\0 \0 \00\0x\05\00\08\00\0-\00\0x\05\00\08\07\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0i\0o\0 \0 \00\0x\05\00\07\00\0-\00\0x\05\00\07\03\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0r\0e\0g\0 \00\0x\02\00\0:\0 \0[\0i\0o\0 \0 \00\0x\05\00\02\00\0-\00\0x\05\00\03\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0r\0e\0g\0 \00\0x\02\04\0:\0 \0[\0m\0e\0m\0 \00\0x\0a\05\02\08\07\00\00\00\0-\00\0x\0a\05\02\08\07\07\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\03\0h\0o\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\0f\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\0a\0c\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\0f\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\07\0b\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\07\0b\03\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\0a\0f\0]\0 \0t\0y\0p\0e\0 \00\01\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\04\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\00\00\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\01\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0E\0x\0t\0e\0n\0d\0e\0d\0 \0T\0a\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0P\0T\0M\0 \0e\0n\0a\0b\0l\0e\0d\0 \0(\0r\0o\0o\0t\0)\0,\0 \02\0n\0s\0 \0g\0r\0a\0n\0u\0l\0a\0r\0i\0t\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\0d\03\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\07\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\07\0a\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\07\0a\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\00\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\03\0h\0o\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\01\0:\0 \0[\08\00\08\06\0:\01\08\0d\04\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\07\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\07\09\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\07\09\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\01\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\03\0h\0o\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\04\0:\0 \0[\08\00\08\06\0:\01\08\0d\06\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\07\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\04\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\07\08\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\07\08\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\04\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\03\0h\0o\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\0d\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\07\00\00\00\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0i\0o\0 \0 \00\0x\05\00\06\00\0-\00\0x\05\00\06\07\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\04\0:\0 \0[\0m\0e\0m\0 \00\0x\0a\05\02\08\06\00\00\00\0-\00\0x\0a\05\02\08\06\00\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\01\0:\0 \0[\08\00\08\06\0:\01\08\0d\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\07\00\00\00\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0i\0o\0 \0 \00\0x\05\00\05\00\0-\00\0x\05\00\05\07\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\04\0:\0 \0[\0m\0e\0m\0 \00\0x\0a\05\02\08\05\00\00\00\0-\00\0x\0a\05\02\08\05\00\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\02\0:\0 \0[\08\00\08\06\0:\01\08\0d\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\07\00\00\00\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\02\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0i\0o\0 \0 \00\0x\05\00\04\00\0-\00\0x\05\00\04\07\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\02\0:\0 \0r\0e\0g\0 \00\0x\01\04\0:\0 \0[\0m\0e\0m\0 \00\0x\0a\05\02\08\04\00\00\00\0-\00\0x\0a\05\02\08\04\00\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\03\0:\0 \0[\08\00\08\06\0:\01\08\0d\09\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\0f\0f\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0c\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\0d\0b\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\00\05\00\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0c\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\07\07\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\07\07\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0d\0.\00\0:\0 \0[\08\00\08\06\0:\00\09\09\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\0d\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\0c\00\03\03\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\04\00\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\04\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\0d\0c\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\01\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\04\0:\0 \0[\08\00\08\06\0:\01\08\0d\0f\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\0c\00\05\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\04\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\07\06\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\07\06\00\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\04\0:\0 \0r\0e\0g\0 \00\0x\02\00\0:\0 \0[\0i\0o\0 \0 \00\0x\05\00\00\00\0-\00\0x\05\00\01\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\05\0:\0 \0[\08\00\08\06\0:\01\08\0e\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\0c\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\05\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0e\00\01\00\00\00\00\0-\00\0x\0f\0e\00\01\00\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\07\0:\0 \0[\08\00\08\06\0:\01\08\0e\01\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\01\03\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\07\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\08\00\00\00\00\00\0-\00\0x\02\00\0f\0f\0f\08\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\07\0:\0 \0r\0e\0g\0 \00\0x\01\08\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\00\00\00\00\00\00\0-\00\0x\02\00\0f\0f\0f\07\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\07\0:\0 \0r\0e\0g\0 \00\0x\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\00\0f\0f\0f\0a\07\04\00\00\00\0-\00\0x\02\00\0f\0f\0f\0a\07\05\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\01\0:\00\00\0.\00\0:\0 \0[\01\0a\00\03\0:\01\01\05\00\0]\0 \0t\0y\0p\0e\0 \00\01\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\04\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\01\0:\00\00\0.\00\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0E\0x\0t\0e\0n\0d\0e\0d\0 \0T\0a\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\01\0:\00\00\0.\00\0:\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0D\01\0 \0D\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\01\0:\00\00\0.\00\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\01\0 \0D\02\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0P\0C\0I\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0[\0b\0u\0s\0 \00\01\0-\00\02\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0i\0o\0 \0 \00\0x\04\00\00\00\0-\00\0x\04\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\0a\04\00\00\00\00\00\00\0-\00\0x\0a\05\00\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\02\0:\0 \0e\0x\0t\0e\0n\0d\0e\0d\0 \0c\0o\0n\0f\0i\0g\0 \0s\0p\0a\0c\0e\0 \0n\0o\0t\0 \0a\0c\0c\0e\0s\0s\0i\0b\0l\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0[\01\0a\00\03\0:\02\00\00\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\03\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0a\04\00\00\00\00\00\00\0-\00\0x\0a\04\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\04\0:\0 \0[\0m\0e\0m\0 \00\0x\0a\05\00\00\00\00\00\00\0-\00\0x\0a\05\00\01\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\08\0:\0 \0[\0i\0o\0 \0 \00\0x\04\00\00\00\0-\00\0x\04\00\07\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0B\0A\0R\0 \00\0:\0 \0a\0s\0s\0i\0g\0n\0e\0d\0 \0t\0o\0 \0e\0f\0i\0f\0b\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0V\0i\0d\0e\0o\0 \0d\0e\0v\0i\0c\0e\0 \0w\0i\0t\0h\0 \0s\0h\0a\0d\0o\0w\0e\0d\0 \0R\0O\0M\0 \0a\0t\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\0c\00\00\00\00\0-\00\0x\00\00\00\0d\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0D\01\0 \0D\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\01\0 \0D\02\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\01\0:\00\00\0.\00\0:\0 \0P\0C\0I\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0[\0b\0u\0s\0 \00\02\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\01\0:\00\00\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0i\0o\0 \0 \00\0x\04\00\00\00\0-\00\0x\04\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\01\0:\00\00\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\0a\04\00\00\00\00\00\00\0-\00\0x\0a\05\00\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0o\0n\0 \0N\0U\0M\0A\0 \0n\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0 \0R\0o\0o\0t\0 \0B\0r\0i\0d\0g\0e\0 \0[\0P\0C\00\01\0]\0 \0(\0d\0o\0m\0a\0i\0n\0 \00\00\00\00\0 \0[\0b\0u\0s\0 \01\05\0-\07\0f\0]\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\01\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0[\0E\0x\0t\0e\0n\0d\0e\0d\0C\0o\0n\0f\0i\0g\0 \0A\0S\0P\0M\0 \0C\0l\0o\0c\0k\0P\0M\0 \0S\0e\0g\0m\0e\0n\0t\0s\0 \0M\0S\0I\0 \0H\0P\0X\0-\0T\0y\0p\0e\03\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\01\0:\0 \0_\0O\0S\0C\0:\0 \0p\0l\0a\0t\0f\0o\0r\0m\0 \0d\0o\0e\0s\0 \0n\0o\0t\0 \0s\0u\0p\0p\0o\0r\0t\0 \0[\0S\0H\0P\0C\0H\0o\0t\0p\0l\0u\0g\0 \0A\0E\0R\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\01\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0n\0o\0w\0 \0c\0o\0n\0t\0r\0o\0l\0s\0 \0[\0P\0C\0I\0e\0H\0o\0t\0p\0l\0u\0g\0 \0P\0M\0E\0 \0P\0C\0I\0e\0C\0a\0p\0a\0b\0i\0l\0i\0t\0y\0 \0L\0T\0R\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0 \0h\0o\0s\0t\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0b\0u\0s\0 \00\00\00\00\0:\01\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\01\05\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0i\0o\0 \0 \00\0x\06\00\00\00\0-\00\0x\08\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\01\05\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\0a\06\00\00\00\00\00\00\0-\00\0x\0b\0b\07\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\01\05\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\02\01\00\00\00\00\00\00\00\00\00\0-\00\0x\02\01\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\01\05\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0b\0u\0s\0 \01\05\0-\07\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\01\05\0:\00\00\0.\00\0:\0 \0[\08\00\08\06\0:\00\09\0a\02\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\01\05\0:\00\00\0.\01\0:\0 \0[\08\00\08\06\0:\00\09\0a\04\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\01\05\0:\00\00\0.\02\0:\0 \0[\08\00\08\06\0:\00\09\0a\03\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\01\05\0:\00\00\0.\03\0:\0 \0[\08\00\08\06\0:\00\09\0a\05\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\01\05\0:\00\00\0.\04\0:\0 \0[\08\00\08\06\0:\00\09\09\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\01\05\0:\0 \0o\0n\0 \0N\0U\0M\0A\0 \0n\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0 \0R\0o\0o\0t\0 \0B\0r\0i\0d\0g\0e\0 \0[\0P\0C\00\02\0]\0 \0(\0d\0o\0m\0a\0i\0n\0 \00\00\00\00\0 \0[\0b\0u\0s\0 \08\00\0-\08\07\0]\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\02\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0[\0E\0x\0t\0e\0n\0d\0e\0d\0C\0o\0n\0f\0i\0g\0 \0A\0S\0P\0M\0 \0C\0l\0o\0c\0k\0P\0M\0 \0S\0e\0g\0m\0e\0n\0t\0s\0 \0M\0S\0I\0 \0H\0P\0X\0-\0T\0y\0p\0e\03\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\02\0:\0 \0_\0O\0S\0C\0:\0 \0p\0l\0a\0t\0f\0o\0r\0m\0 \0d\0o\0e\0s\0 \0n\0o\0t\0 \0s\0u\0p\0p\0o\0r\0t\0 \0[\0S\0H\0P\0C\0H\0o\0t\0p\0l\0u\0g\0 \0A\0E\0R\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\02\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0n\0o\0w\0 \0c\0o\0n\0t\0r\0o\0l\0s\0 \0[\0P\0C\0I\0e\0H\0o\0t\0p\0l\0u\0g\0 \0P\0M\0E\0 \0P\0C\0I\0e\0C\0a\0p\0a\0b\0i\0l\0i\0t\0y\0 \0L\0T\0R\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0 \0h\0o\0s\0t\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0b\0u\0s\0 \00\00\00\00\0:\08\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0i\0o\0 \0 \00\0x\09\00\00\00\0-\00\0x\0b\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\0b\0b\08\00\00\00\00\00\0-\00\0x\0d\00\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\02\02\00\00\00\00\00\00\00\00\00\0-\00\0x\02\02\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0b\0u\0s\0 \08\00\0-\08\07\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\00\0.\00\0:\0 \0[\08\00\08\06\0:\00\09\0a\02\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\00\0.\01\0:\0 \0[\08\00\08\06\0:\00\09\0a\04\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\00\0.\02\0:\0 \0[\08\00\08\06\0:\00\09\0a\03\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\00\0.\03\0:\0 \0[\08\00\08\06\0:\00\09\0a\05\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\00\0.\04\0:\0 \0[\08\00\08\06\0:\00\09\09\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\05\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\0d\0a\0]\0 \0t\0y\0p\0e\0 \00\01\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\04\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\05\0.\00\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\01\0:\00\00\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\0a\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\0b\04\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\01\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\02\0f\0f\0f\08\00\00\00\00\00\0-\00\0x\02\02\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\01\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\08\0:\0 \0[\0m\0e\0m\0 \00\0x\0d\00\0d\00\00\00\00\00\0-\00\0x\0d\00\0d\07\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\01\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\02\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0d\00\0c\00\00\00\00\00\0-\00\0x\0d\00\0c\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\01\0:\00\00\0.\00\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0E\0x\0t\0e\0n\0d\0e\0d\0 \0T\0a\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\01\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\06\04\0:\0 \0[\0m\0e\0m\0 \00\0x\0d\00\0e\00\00\00\00\00\0-\00\0x\0d\00\0e\00\00\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\01\0:\00\00\0.\00\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\0d\00\0e\00\00\00\00\00\0-\00\0x\0d\00\0e\07\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \01\02\08\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\01\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\06\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\0d\00\0d\08\00\00\00\00\0-\00\0x\0d\00\0d\08\00\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\01\0:\00\00\0.\00\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\02\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\0d\00\0d\08\00\00\00\00\0-\00\0x\0d\00\0d\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\02\0 \0f\0o\0r\0 \01\02\08\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\05\0.\00\0:\0 \0P\0C\0I\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0[\0b\0u\0s\0 \08\01\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\05\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\0d\00\0c\00\00\00\00\00\0-\00\0x\0d\00\0e\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\05\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\02\02\0f\0f\0f\08\00\00\00\00\00\0-\00\0x\02\02\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\00\0:\0 \0o\0n\0 \0N\0U\0M\0A\0 \0n\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0 \0R\0o\0o\0t\0 \0B\0r\0i\0d\0g\0e\0 \0[\0P\0C\00\03\0]\0 \0(\0d\0o\0m\0a\0i\0n\0 \00\00\00\00\0 \0[\0b\0u\0s\0 \08\08\0-\08\0f\0]\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\03\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0[\0E\0x\0t\0e\0n\0d\0e\0d\0C\0o\0n\0f\0i\0g\0 \0A\0S\0P\0M\0 \0C\0l\0o\0c\0k\0P\0M\0 \0S\0e\0g\0m\0e\0n\0t\0s\0 \0M\0S\0I\0 \0H\0P\0X\0-\0T\0y\0p\0e\03\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\03\0:\0 \0_\0O\0S\0C\0:\0 \0p\0l\0a\0t\0f\0o\0r\0m\0 \0d\0o\0e\0s\0 \0n\0o\0t\0 \0s\0u\0p\0p\0o\0r\0t\0 \0[\0S\0H\0P\0C\0H\0o\0t\0p\0l\0u\0g\0 \0A\0E\0R\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\03\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0n\0o\0w\0 \0c\0o\0n\0t\0r\0o\0l\0s\0 \0[\0P\0C\0I\0e\0H\0o\0t\0p\0l\0u\0g\0 \0P\0M\0E\0 \0P\0C\0I\0e\0C\0a\0p\0a\0b\0i\0l\0i\0t\0y\0 \0L\0T\0R\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0 \0h\0o\0s\0t\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0b\0u\0s\0 \00\00\00\00\0:\08\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\08\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0i\0o\0 \0 \00\0x\0c\00\00\00\0-\00\0x\0d\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\08\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\0d\01\00\00\00\00\00\00\0-\00\0x\0e\06\07\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\08\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\02\03\00\00\00\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\08\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0b\0u\0s\0 \08\08\0-\08\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\00\0.\00\0:\0 \0[\08\00\08\06\0:\00\09\0a\02\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\00\0.\01\0:\0 \0[\08\00\08\06\0:\00\09\0a\04\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\00\0.\02\0:\0 \0[\08\00\08\06\0:\00\09\0a\03\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\00\0.\03\0:\0 \0[\08\00\08\06\0:\00\09\0a\05\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\00\0.\04\0:\0 \0[\08\00\08\06\0:\00\09\09\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\04\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\0d\01\0]\0 \0t\0y\0p\0e\0 \00\01\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\04\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\04\0.\00\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0[\08\00\08\06\0:\01\08\08\0a\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\00\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\07\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\00\07\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\00\07\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0e\06\06\00\00\00\00\00\0-\00\0x\0e\06\06\0f\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0E\0x\0t\0e\0n\0d\0e\0d\0 \0T\0a\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0b\08\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0b\08\03\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0b\08\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0b\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\04\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\04\00\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\04\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\04\07\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0[\08\00\08\06\0:\01\08\08\0a\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0e\08\00\00\00\00\00\00\0-\00\0x\02\03\0f\0e\0f\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\00\06\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\00\06\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0e\06\05\00\00\00\00\00\0-\00\0x\0e\06\05\0f\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0E\0x\0t\0e\0n\0d\0e\0d\0 \0T\0a\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0b\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0b\00\03\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0b\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0b\07\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\03\08\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\03\08\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\03\08\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\03\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0[\08\00\08\06\0:\01\08\08\0a\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0e\00\00\00\00\00\00\00\0-\00\0x\02\03\0f\0e\07\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\00\05\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\00\05\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0e\06\04\00\00\00\00\00\0-\00\0x\0e\06\04\0f\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0E\0x\0t\0e\0n\0d\0e\0d\0 \0T\0a\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0a\08\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0a\08\03\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0a\08\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0a\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\03\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\03\00\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\03\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\03\07\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0[\08\00\08\06\0:\01\08\08\0a\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0d\08\00\00\00\00\00\00\0-\00\0x\02\03\0f\0d\0f\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\00\04\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\00\04\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0e\06\03\00\00\00\00\00\0-\00\0x\0e\06\03\0f\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0E\0x\0t\0e\0n\0d\0e\0d\0 \0T\0a\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0a\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0a\00\03\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0a\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0a\07\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\02\08\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\02\08\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\02\08\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\02\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0[\08\00\08\06\0:\01\08\08\0a\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0d\00\00\00\00\00\00\00\0-\00\0x\02\03\0f\0d\07\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\00\03\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\00\03\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0e\06\02\00\00\00\00\00\0-\00\0x\0e\06\02\0f\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0E\0x\0t\0e\0n\0d\0e\0d\0 \0T\0a\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\09\08\00\00\00\00\00\0-\00\0x\02\03\0f\0f\09\08\03\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\09\08\00\00\00\00\00\0-\00\0x\02\03\0f\0f\09\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\02\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\02\00\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\02\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\02\07\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0[\08\00\08\06\0:\01\08\08\0a\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0c\08\00\00\00\00\00\00\0-\00\0x\02\03\0f\0c\0f\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\00\02\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\00\02\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0e\06\01\00\00\00\00\00\0-\00\0x\0e\06\01\0f\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0E\0x\0t\0e\0n\0d\0e\0d\0 \0T\0a\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\09\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\09\00\03\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\09\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\09\07\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\01\08\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\01\08\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\01\08\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\01\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0[\08\00\08\06\0:\01\08\08\0a\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0c\00\00\00\00\00\00\00\0-\00\0x\02\03\0f\0c\07\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\00\01\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\00\01\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0e\06\00\00\00\00\00\00\0-\00\0x\0e\06\00\0f\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0E\0x\0t\0e\0n\0d\0e\0d\0 \0T\0a\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\08\08\00\00\00\00\00\0-\00\0x\02\03\0f\0f\08\08\03\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\08\08\00\00\00\00\00\0-\00\0x\02\03\0f\0f\08\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\01\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\01\00\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\01\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\01\07\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0[\08\00\08\06\0:\01\08\08\0a\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0b\08\00\00\00\00\00\00\0-\00\0x\02\03\0f\0b\0f\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\00\00\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0e\05\0f\00\00\00\00\00\0-\00\0x\0e\05\0f\0f\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0E\0x\0t\0e\0n\0d\0e\0d\0 \0T\0a\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\08\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\08\00\03\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\08\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\08\07\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\00\08\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\00\08\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0f\0c\00\08\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\00\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\04\0.\00\0:\0 \0P\0C\0I\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0[\0b\0u\0s\0 \08\09\0-\08\0a\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\04\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\0e\05\0f\00\00\00\00\00\0-\00\0x\0e\06\06\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\04\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0b\08\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\04\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\08\0:\0 \0o\0n\0 \0N\0U\0M\0A\0 \0n\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0 \0R\0o\0o\0t\0 \0B\0r\0i\0d\0g\0e\0 \0[\0P\0C\00\05\0]\0 \0(\0d\0o\0m\0a\0i\0n\0 \00\00\00\00\0 \0[\0b\0u\0s\0 \09\00\0-\0f\0a\0]\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\05\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0[\0E\0x\0t\0e\0n\0d\0e\0d\0C\0o\0n\0f\0i\0g\0 \0A\0S\0P\0M\0 \0C\0l\0o\0c\0k\0P\0M\0 \0S\0e\0g\0m\0e\0n\0t\0s\0 \0M\0S\0I\0 \0H\0P\0X\0-\0T\0y\0p\0e\03\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\05\0:\0 \0_\0O\0S\0C\0:\0 \0p\0l\0a\0t\0f\0o\0r\0m\0 \0d\0o\0e\0s\0 \0n\0o\0t\0 \0s\0u\0p\0p\0o\0r\0t\0 \0[\0S\0H\0P\0C\0H\0o\0t\0p\0l\0u\0g\0 \0A\0E\0R\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\05\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0n\0o\0w\0 \0c\0o\0n\0t\0r\0o\0l\0s\0 \0[\0P\0C\0I\0e\0H\0o\0t\0p\0l\0u\0g\0 \0P\0M\0E\0 \0P\0C\0I\0e\0C\0a\0p\0a\0b\0i\0l\0i\0t\0y\0 \0L\0T\0R\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0 \0h\0o\0s\0t\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0b\0u\0s\0 \00\00\00\00\0:\09\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\09\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0i\0o\0 \0 \00\0x\0e\00\00\00\0-\00\0x\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\09\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\0e\06\08\00\00\00\00\00\0-\00\0x\0f\0b\07\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\09\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0m\0e\0m\0 \00\0x\02\04\00\00\00\00\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\09\00\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0b\0u\0s\0 \09\00\0-\0f\0a\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\00\0.\00\0:\0 \0[\08\00\08\06\0:\00\09\0a\02\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\00\0.\01\0:\0 \0[\08\00\08\06\0:\00\09\0a\04\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\00\0.\02\0:\0 \0[\08\00\08\06\0:\00\09\0a\03\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\00\0.\03\0:\0 \0[\08\00\08\06\0:\00\09\0a\05\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\00\0.\04\0:\0 \0[\08\00\08\06\0:\00\09\09\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0[\08\00\08\06\0:\03\04\07\0a\0]\0 \0t\0y\0p\0e\0 \00\01\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\04\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\0f\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\0f\01\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0 \0D\03\0c\0o\0l\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0P\0T\0M\0 \0e\0n\0a\0b\0l\0e\0d\0 \0(\0r\0o\0o\0t\0)\0,\0 \02\0n\0s\0 \0g\0r\0a\0n\0u\0l\0a\0r\0i\0t\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0[\08\00\08\06\0:\01\05\07\02\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0e\08\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0e\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\08\01\08\00\00\00\0-\00\0x\02\04\0f\0f\0f\08\01\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0b\06\08\00\00\00\00\0-\00\0x\0f\0b\06\0f\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\06\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\06\00\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\06\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\07\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\09\0a\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\09\0a\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\09\0a\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\0a\01\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0[\08\00\08\06\0:\01\05\07\02\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0e\00\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0e\07\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\08\01\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\08\01\07\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0b\06\00\00\00\00\00\0-\00\0x\0f\0b\06\07\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\04\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\04\00\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\04\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\05\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\09\02\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\09\02\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\09\02\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\09\09\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0[\08\00\08\06\0:\01\05\07\02\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0d\08\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0d\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\08\00\08\00\00\00\0-\00\0x\02\04\0f\0f\0f\08\00\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0b\05\08\00\00\00\00\0-\00\0x\0f\0b\05\0f\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\02\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\02\00\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\02\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\03\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\08\0a\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\08\0a\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\08\0a\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\09\01\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0[\08\00\08\06\0:\01\05\07\02\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\02\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0r\0e\0g\0 \00\0x\01\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0d\00\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0d\07\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0r\0e\0g\0 \00\0x\01\0c\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\08\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\08\00\07\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0r\0e\0g\0 \00\0x\03\00\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0b\05\00\00\00\00\00\0-\00\0x\0f\0b\05\07\0f\0f\0f\0f\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0P\0M\0E\0#\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0f\0r\0o\0m\0 \0D\00\0 \0D\03\0h\0o\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0r\0e\0g\0 \00\0x\01\08\04\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\00\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\00\00\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\00\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\00\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\01\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\00\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0r\0e\0g\0 \00\0x\01\09\00\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\08\02\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\08\02\03\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0V\0F\0(\0n\0)\0 \0B\0A\0R\03\0 \0s\0p\0a\0c\0e\0:\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0f\08\02\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\08\09\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0 \0(\0c\0o\0n\0t\0a\0i\0n\0s\0 \0B\0A\0R\03\0 \0f\0o\0r\0 \03\02\0 \0V\0F\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0P\0C\0I\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0[\0b\0u\0s\0 \09\01\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\0f\0b\05\00\00\00\00\00\0-\00\0x\0f\0b\06\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0d\00\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\0a\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\09\00\0:\0 \0o\0n\0 \0N\0U\0M\0A\0 \0n\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0 \0R\0o\0o\0t\0 \0B\0r\0i\0d\0g\0e\0 \0[\0U\0C\00\06\0]\0 \0(\0d\0o\0m\0a\0i\0n\0 \00\00\00\00\0 \0[\0b\0u\0s\0 \0f\0e\0]\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\06\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0[\0E\0x\0t\0e\0n\0d\0e\0d\0C\0o\0n\0f\0i\0g\0 \0A\0S\0P\0M\0 \0C\0l\0o\0c\0k\0P\0M\0 \0S\0e\0g\0m\0e\0n\0t\0s\0 \0M\0S\0I\0 \0H\0P\0X\0-\0T\0y\0p\0e\03\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\06\0:\0 \0_\0O\0S\0C\0:\0 \0p\0l\0a\0t\0f\0o\0r\0m\0 \0d\0o\0e\0s\0 \0n\0o\0t\0 \0s\0u\0p\0p\0o\0r\0t\0 \0[\0S\0H\0P\0C\0H\0o\0t\0p\0l\0u\0g\0 \0A\0E\0R\0 \0L\0T\0R\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\06\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0n\0o\0w\0 \0c\0o\0n\0t\0r\0o\0l\0s\0 \0[\0P\0C\0I\0e\0H\0o\0t\0p\0l\0u\0g\0 \0P\0M\0E\0 \0P\0C\0I\0e\0C\0a\0p\0a\0b\0i\0l\0i\0t\0y\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0 \0h\0o\0s\0t\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0b\0u\0s\0 \00\00\00\00\0:\0f\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\0f\0e\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0b\0u\0s\0 \0f\0e\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\00\0.\00\0:\0 \0[\08\00\08\06\0:\03\04\05\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\00\0.\01\0:\0 \0[\08\00\08\06\0:\03\04\05\01\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\00\0.\02\0:\0 \0[\08\00\08\06\0:\03\04\05\02\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\00\0.\03\0:\0 \0[\08\00\08\06\0:\00\09\09\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\06\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\00\0.\05\0:\0 \0[\08\00\08\06\0:\03\04\05\05\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\0b\0.\00\0:\0 \0[\08\00\08\06\0:\03\04\04\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\0b\0.\01\0:\0 \0[\08\00\08\06\0:\03\04\04\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\0b\0.\02\0:\0 \0[\08\00\08\06\0:\03\04\04\0b\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\0c\0.\00\0:\0 \0[\08\00\08\06\0:\03\04\04\0a\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\01\01\00\01\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\0d\0.\00\0:\0 \0[\08\00\08\06\0:\03\04\04\0a\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\01\01\00\01\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\01\0a\0.\00\0:\0 \0[\08\00\08\06\0:\02\08\08\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\01\01\00\01\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\01\0b\0.\00\0:\0 \0[\08\00\08\06\0:\02\08\08\00\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\01\01\00\01\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\0f\0e\0:\0 \0o\0n\0 \0N\0U\0M\0A\0 \0n\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0 \0R\0o\0o\0t\0 \0B\0r\0i\0d\0g\0e\0 \0[\0U\0C\00\07\0]\0 \0(\0d\0o\0m\0a\0i\0n\0 \00\00\00\00\0 \0[\0b\0u\0s\0 \0f\0f\0]\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\07\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0[\0E\0x\0t\0e\0n\0d\0e\0d\0C\0o\0n\0f\0i\0g\0 \0A\0S\0P\0M\0 \0C\0l\0o\0c\0k\0P\0M\0 \0S\0e\0g\0m\0e\0n\0t\0s\0 \0M\0S\0I\0 \0H\0P\0X\0-\0T\0y\0p\0e\03\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\07\0:\0 \0_\0O\0S\0C\0:\0 \0p\0l\0a\0t\0f\0o\0r\0m\0 \0d\0o\0e\0s\0 \0n\0o\0t\0 \0s\0u\0p\0p\0o\0r\0t\0 \0[\0S\0H\0P\0C\0H\0o\0t\0p\0l\0u\0g\0 \0A\0E\0R\0 \0L\0T\0R\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0 \0P\0N\0P\00\0A\00\08\0:\00\07\0:\0 \0_\0O\0S\0C\0:\0 \0O\0S\0 \0n\0o\0w\0 \0c\0o\0n\0t\0r\0o\0l\0s\0 \0[\0P\0C\0I\0e\0H\0o\0t\0p\0l\0u\0g\0 \0P\0M\0E\0 \0P\0C\0I\0e\0C\0a\0p\0a\0b\0i\0l\0i\0t\0y\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0 \0h\0o\0s\0t\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0b\0u\0s\0 \00\00\00\00\0:\0f\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\0f\0f\0:\0 \0r\0o\0o\0t\0 \0b\0u\0s\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \0[\0b\0u\0s\0 \0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\00\0:\0 \0[\08\00\08\06\0:\03\04\04\0c\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\01\0:\0 \0[\08\00\08\06\0:\03\04\04\0c\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\02\0:\0 \0[\08\00\08\06\0:\03\04\04\0c\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\03\0:\0 \0[\08\00\08\06\0:\03\04\04\0c\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\04\0:\0 \0[\08\00\08\06\0:\03\04\04\0c\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\05\0:\0 \0[\08\00\08\06\0:\03\04\04\0c\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\06\0:\0 \0[\08\00\08\06\0:\03\04\04\0c\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\07\0:\0 \0[\08\00\08\06\0:\03\04\04\0c\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\00\0:\0 \0[\08\00\08\06\0:\03\04\04\0d\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\01\0:\0 \0[\08\00\08\06\0:\03\04\04\0d\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\02\0:\0 \0[\08\00\08\06\0:\03\04\04\0d\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\03\0:\0 \0[\08\00\08\06\0:\03\04\04\0d\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\04\0:\0 \0[\08\00\08\06\0:\03\04\04\0d\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\05\0:\0 \0[\08\00\08\06\0:\03\04\04\0d\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\06\0:\0 \0[\08\00\08\06\0:\03\04\04\0d\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\07\0:\0 \0[\08\00\08\06\0:\03\04\04\0d\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0d\0.\00\0:\0 \0[\08\00\08\06\0:\03\04\04\0f\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0d\0.\01\0:\0 \0[\08\00\08\06\0:\03\04\05\07\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\00\0:\0 \0[\08\00\08\06\0:\03\04\05\08\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\01\0:\0 \0[\08\00\08\06\0:\03\04\05\09\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\02\0:\0 \0[\08\00\08\06\0:\03\04\05\0a\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\03\0:\0 \0[\08\00\08\06\0:\03\04\05\0b\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\04\0:\0 \0[\08\00\08\06\0:\03\04\05\0c\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\05\0:\0 \0[\08\00\08\06\0:\03\04\05\0d\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\06\0:\0 \0[\08\00\08\06\0:\03\04\05\0e\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\07\0:\0 \0[\08\00\08\06\0:\03\04\05\0f\0]\0 \0t\0y\0p\0e\0 \00\00\0 \0c\0l\0a\0s\0s\0 \00\0x\00\08\08\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\0f\0f\0:\0 \0o\0n\0 \0N\0U\0M\0A\0 \0n\0o\0d\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0:\0 \0I\0n\0t\0e\0r\0r\0u\0p\0t\0 \0l\0i\0n\0k\0 \0L\0N\0K\0A\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0f\0o\0r\0 \0I\0R\0Q\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0:\0 \0I\0n\0t\0e\0r\0r\0u\0p\0t\0 \0l\0i\0n\0k\0 \0L\0N\0K\0B\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0f\0o\0r\0 \0I\0R\0Q\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0:\0 \0I\0n\0t\0e\0r\0r\0u\0p\0t\0 \0l\0i\0n\0k\0 \0L\0N\0K\0C\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0f\0o\0r\0 \0I\0R\0Q\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0:\0 \0I\0n\0t\0e\0r\0r\0u\0p\0t\0 \0l\0i\0n\0k\0 \0L\0N\0K\0D\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0f\0o\0r\0 \0I\0R\0Q\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0:\0 \0I\0n\0t\0e\0r\0r\0u\0p\0t\0 \0l\0i\0n\0k\0 \0L\0N\0K\0E\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0f\0o\0r\0 \0I\0R\0Q\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0:\0 \0I\0n\0t\0e\0r\0r\0u\0p\0t\0 \0l\0i\0n\0k\0 \0L\0N\0K\0F\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0f\0o\0r\0 \0I\0R\0Q\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0:\0 \0I\0n\0t\0e\0r\0r\0u\0p\0t\0 \0l\0i\0n\0k\0 \0L\0N\0K\0G\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0f\0o\0r\0 \0I\0R\0Q\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0P\0C\0I\0:\0 \0I\0n\0t\0e\0r\0r\0u\0p\0t\0 \0l\0i\0n\0k\0 \0L\0N\0K\0H\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0f\0o\0r\0 \0I\0R\0Q\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0i\0o\0m\0m\0u\0:\0 \0D\0e\0f\0a\0u\0l\0t\0 \0d\0o\0m\0a\0i\0n\0 \0t\0y\0p\0e\0:\0 \0T\0r\0a\0n\0s\0l\0a\0t\0e\0d\0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0i\0o\0m\0m\0u\0:\0 \0D\0M\0A\0 \0d\0o\0m\0a\0i\0n\0 \0T\0L\0B\0 \0i\0n\0v\0a\0l\0i\0d\0a\0t\0i\0o\0n\0 \0p\0o\0l\0i\0c\0y\0:\0 \0l\0a\0z\0y\0 \0m\0o\0d\0e\0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0p\0s\0_\0c\0o\0r\0e\0:\0 \0L\0i\0n\0u\0x\0P\0P\0S\0 \0A\0P\0I\0 \0v\0e\0r\0.\0 \01\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0p\0s\0_\0c\0o\0r\0e\0:\0 \0S\0o\0f\0t\0w\0a\0r\0e\0 \0v\0e\0r\0.\0 \05\0.\03\0.\06\0 \0-\0 \0C\0o\0p\0y\0r\0i\0g\0h\0t\0 \02\00\00\05\0-\02\00\00\07\0 \0R\0o\0d\0o\0l\0f\0o\0 \0G\0i\0o\0m\0e\0t\0t\0i\0 \0<\0g\0i\0o\0m\0e\0t\0t\0i\0@\0l\0i\0n\0u\0x\0.\0i\0t\0>\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0T\0P\0 \0c\0l\0o\0c\0k\0 \0s\0u\0p\0p\0o\0r\0t\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0E\0D\0A\0C\0 \0M\0C\0:\0 \0V\0e\0r\0:\0 \03\0.\00\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0e\0f\0i\0v\0a\0r\0s\0 \0o\0p\0e\0r\0a\0t\0i\0o\0n\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0e\0t\0L\0a\0b\0e\0l\0:\0 \0I\0n\0i\0t\0i\0a\0l\0i\0z\0i\0n\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0e\0t\0L\0a\0b\0e\0l\0:\0 \0 \0d\0o\0m\0a\0i\0n\0 \0h\0a\0s\0h\0 \0s\0i\0z\0e\0 \0=\0 \01\02\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0e\0t\0L\0a\0b\0e\0l\0:\0 \0 \0p\0r\0o\0t\0o\0c\0o\0l\0s\0 \0=\0 \0U\0N\0L\0A\0B\0E\0L\0E\0D\0 \0C\0I\0P\0S\0O\0v\04\0 \0C\0A\0L\0I\0P\0S\0O\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0e\0t\0L\0a\0b\0e\0l\0:\0 \0 \0u\0n\0l\0a\0b\0e\0l\0e\0d\0 \0t\0r\0a\0f\0f\0i\0c\0 \0a\0l\0l\0o\0w\0e\0d\0 \0b\0y\0 \0d\0e\0f\0a\0u\0l\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0:\0 \0U\0s\0i\0n\0g\0 \0A\0C\0P\0I\0 \0f\0o\0r\0 \0I\0R\0Q\0 \0r\0o\0u\0t\0i\0n\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0:\0 \0p\0c\0i\0_\0c\0a\0c\0h\0e\0_\0l\0i\0n\0e\0_\0s\0i\0z\0e\0 \0s\0e\0t\0 \0t\0o\0 \06\04\0 \0b\0y\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0e\08\02\00\0:\0 \0r\0e\0s\0e\0r\0v\0e\0 \0R\0A\0M\0 \0b\0u\0f\0f\0e\0r\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\03\0e\00\00\00\0-\00\0x\00\00\00\03\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0e\08\02\00\0:\0 \0r\0e\0s\0e\0r\0v\0e\0 \0R\0A\0M\0 \0b\0u\0f\0f\0e\0r\0 \0[\0m\0e\0m\0 \00\0x\05\0f\0f\00\09\00\00\00\0-\00\0x\05\0f\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0e\08\02\00\0:\0 \0r\0e\0s\0e\0r\0v\0e\0 \0R\0A\0M\0 \0b\0u\0f\0f\0e\0r\0 \0[\0m\0e\0m\0 \00\0x\06\03\03\0b\07\00\00\00\0-\00\0x\06\03\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0e\08\02\00\0:\0 \0r\0e\0s\0e\0r\0v\0e\0 \0R\0A\0M\0 \0b\0u\0f\0f\0e\0r\0 \0[\0m\0e\0m\0 \00\0x\06\0f\08\00\00\00\00\00\0-\00\0x\06\0f\0f\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0v\0g\0a\0a\0r\0b\0:\0 \0s\0e\0t\0t\0i\0n\0g\0 \0a\0s\0 \0b\0o\0o\0t\0 \0V\0G\0A\0 \0d\0e\0v\0i\0c\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0v\0g\0a\0a\0r\0b\0:\0 \0b\0r\0i\0d\0g\0e\0 \0c\0o\0n\0t\0r\0o\0l\0 \0p\0o\0s\0s\0i\0b\0l\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0v\0g\0a\0a\0r\0b\0:\0 \0V\0G\0A\0 \0d\0e\0v\0i\0c\0e\0 \0a\0d\0d\0e\0d\0:\0 \0d\0e\0c\0o\0d\0e\0s\0=\0i\0o\0+\0m\0e\0m\0,\0o\0w\0n\0s\0=\0i\0o\0+\0m\0e\0m\0,\0l\0o\0c\0k\0s\0=\0n\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0v\0g\0a\0a\0r\0b\0:\0 \0l\0o\0a\0d\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0h\0p\0e\0t\00\0:\0 \0a\0t\0 \0M\0M\0I\0O\0 \00\0x\0f\0e\0d\00\00\00\00\00\0,\0 \0I\0R\0Q\0s\0 \02\0,\0 \08\0,\0 \00\0,\0 \00\0,\0 \00\0,\0 \00\0,\0 \00\0,\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0h\0p\0e\0t\00\0:\0 \08\0 \0c\0o\0m\0p\0a\0r\0a\0t\0o\0r\0s\0,\0 \06\04\0-\0b\0i\0t\0 \02\04\0.\00\00\00\00\00\00\0 \0M\0H\0z\0 \0c\0o\0u\0n\0t\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0l\0o\0c\0k\0s\0o\0u\0r\0c\0e\0:\0 \0S\0w\0i\0t\0c\0h\0e\0d\0 \0t\0o\0 \0c\0l\0o\0c\0k\0s\0o\0u\0r\0c\0e\0 \0t\0s\0c\0-\0e\0a\0r\0l\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0V\0F\0S\0:\0 \0D\0i\0s\0k\0 \0q\0u\0o\0t\0a\0s\0 \0d\0q\0u\0o\0t\0_\06\0.\06\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0V\0F\0S\0:\0 \0D\0q\0u\0o\0t\0-\0c\0a\0c\0h\0e\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \05\01\02\0 \0(\0o\0r\0d\0e\0r\0 \00\0,\0 \04\00\09\06\0 \0b\0y\0t\0e\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0p\0p\0A\0r\0m\0o\0r\0:\0 \0A\0p\0p\0A\0r\0m\0o\0r\0 \0F\0i\0l\0e\0s\0y\0s\0t\0e\0m\0 \0E\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0n\0p\0:\0 \0P\0n\0P\0 \0A\0C\0P\0I\0 \0i\0n\0i\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\01\0:\0 \0[\0i\0o\0 \0 \00\0x\00\05\00\00\0-\00\0x\00\05\0f\0e\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\01\0:\0 \0[\0i\0o\0 \0 \00\0x\00\04\00\00\0-\00\0x\00\04\01\0f\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\01\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0f\00\00\00\00\00\00\0-\00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\02\0:\0 \0[\0i\0o\0 \0 \00\0x\00\0a\00\00\0-\00\0x\00\0a\00\0f\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\02\0:\0 \0[\0i\0o\0 \0 \00\0x\00\0a\01\00\0-\00\0x\00\0a\01\0f\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\02\0:\0 \0[\0i\0o\0 \0 \00\0x\00\0a\02\00\0-\00\0x\00\0a\02\0f\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\02\0:\0 \0[\0i\0o\0 \0 \00\0x\00\0a\03\00\0-\00\0x\00\0a\03\0f\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\02\0:\0 \0[\0i\0o\0 \0 \00\0x\00\0a\04\00\0-\00\0x\00\0a\04\0f\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\03\0:\0 \0[\0i\0o\0 \0 \00\0x\00\05\00\00\0-\00\0x\00\05\0f\0e\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\03\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0d\00\00\00\00\00\00\0-\00\0x\0f\0d\06\09\0f\0f\0f\0f\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\03\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0d\06\0f\00\00\00\00\0-\00\0x\0f\0d\0f\0f\0f\0f\0f\0f\0]\0 \0c\0o\0u\0l\0d\0 \0n\0o\0t\0 \0b\0e\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\03\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0e\00\00\00\00\00\00\0-\00\0x\0f\0e\00\01\0f\0f\0f\0f\0]\0 \0c\0o\0u\0l\0d\0 \0n\0o\0t\0 \0b\0e\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\03\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0e\02\00\00\00\00\00\0-\00\0x\0f\0e\07\0f\0f\0f\0f\0f\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0 \00\00\0:\00\03\0:\0 \0[\0m\0e\0m\0 \00\0x\0f\0f\00\00\00\00\00\00\0-\00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0]\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0r\0e\0s\0e\0r\0v\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0n\0p\0:\0 \0P\0n\0P\0 \0A\0C\0P\0I\0:\0 \0f\0o\0u\0n\0d\0 \05\0 \0d\0e\0v\0i\0c\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0l\0o\0c\0k\0s\0o\0u\0r\0c\0e\0:\0 \0a\0c\0p\0i\0_\0p\0m\0:\0 \0m\0a\0s\0k\0:\0 \00\0x\0f\0f\0f\0f\0f\0f\0 \0m\0a\0x\0_\0c\0y\0c\0l\0e\0s\0:\0 \00\0x\0f\0f\0f\0f\0f\0f\0,\0 \0m\0a\0x\0_\0i\0d\0l\0e\0_\0n\0s\0:\0 \02\00\08\05\07\00\01\00\02\04\0 \0n\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0E\0T\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0P\0F\0_\0I\0N\0E\0T\0 \0p\0r\0o\0t\0o\0c\0o\0l\0 \0f\0a\0m\0i\0l\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0I\0P\0 \0i\0d\0e\0n\0t\0s\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \01\03\01\00\07\02\0 \0(\0o\0r\0d\0e\0r\0:\0 \08\0,\0 \01\00\04\08\05\07\06\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0t\0c\0p\0_\0l\0i\0s\0t\0e\0n\0_\0p\0o\0r\0t\0a\0d\0d\0r\0_\0h\0a\0s\0h\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \04\00\09\06\0 \0(\0o\0r\0d\0e\0r\0:\0 \04\0,\0 \06\05\05\03\06\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0T\0a\0b\0l\0e\0-\0p\0e\0r\0t\0u\0r\0b\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \06\05\05\03\06\0 \0(\0o\0r\0d\0e\0r\0:\0 \06\0,\0 \02\06\02\01\04\04\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0T\0C\0P\0 \0e\0s\0t\0a\0b\0l\0i\0s\0h\0e\0d\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \06\05\05\03\06\0 \0(\0o\0r\0d\0e\0r\0:\0 \07\0,\0 \05\02\04\02\08\08\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0T\0C\0P\0 \0b\0i\0n\0d\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \06\05\05\03\06\0 \0(\0o\0r\0d\0e\0r\0:\0 \09\0,\0 \02\00\09\07\01\05\02\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0T\0C\0P\0:\0 \0H\0a\0s\0h\0 \0t\0a\0b\0l\0e\0s\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0(\0e\0s\0t\0a\0b\0l\0i\0s\0h\0e\0d\0 \06\05\05\03\06\0 \0b\0i\0n\0d\0 \06\05\05\03\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0M\0P\0T\0C\0P\0 \0t\0o\0k\0e\0n\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \08\01\09\02\0 \0(\0o\0r\0d\0e\0r\0:\0 \05\0,\0 \01\09\06\06\00\08\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0U\0D\0P\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \04\00\09\06\0 \0(\0o\0r\0d\0e\0r\0:\0 \05\0,\0 \01\03\01\00\07\02\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0U\0D\0P\0-\0L\0i\0t\0e\0 \0h\0a\0s\0h\0 \0t\0a\0b\0l\0e\0 \0e\0n\0t\0r\0i\0e\0s\0:\0 \04\00\09\06\0 \0(\0o\0r\0d\0e\0r\0:\0 \05\0,\0 \01\03\01\00\07\02\0 \0b\0y\0t\0e\0s\0,\0 \0l\0i\0n\0e\0a\0r\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0E\0T\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0P\0F\0_\0U\0N\0I\0X\0/\0P\0F\0_\0L\0O\0C\0A\0L\0 \0p\0r\0o\0t\0o\0c\0o\0l\0 \0f\0a\0m\0i\0l\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0N\0E\0T\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0P\0F\0_\0X\0D\0P\0 \0p\0r\0o\0t\0o\0c\0o\0l\0 \0f\0a\0m\0i\0l\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\01\0:\00\00\0.\00\0:\0 \0P\0C\0I\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0[\0b\0u\0s\0 \00\02\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\01\0:\00\00\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0i\0o\0 \0 \00\0x\04\00\00\00\0-\00\0x\04\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\01\0:\00\00\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\0a\04\00\00\00\00\00\00\0-\00\0x\0a\05\00\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0P\0C\0I\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0[\0b\0u\0s\0 \00\01\0-\00\02\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0i\0o\0 \0 \00\0x\04\00\00\00\0-\00\0x\04\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\0a\04\00\00\00\00\00\00\0-\00\0x\0a\05\00\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \04\0 \0[\0i\0o\0 \0 \00\0x\00\00\00\00\0-\00\0x\00\0c\0f\07\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \05\0 \0[\0i\0o\0 \0 \00\0x\01\00\00\00\0-\00\0x\05\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \06\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\0a\00\00\00\00\0-\00\0x\00\00\00\0b\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \07\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\0c\08\00\00\00\0-\00\0x\00\00\00\0c\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \08\0 \0[\0m\0e\0m\0 \00\0x\0f\0e\00\01\00\00\00\00\0-\00\0x\0f\0e\00\01\00\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \09\0 \0[\0m\0e\0m\0 \00\0x\09\00\00\00\00\00\00\00\0-\00\0x\0a\05\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \01\00\0 \0[\0m\0e\0m\0 \00\0x\02\00\00\00\00\00\00\00\00\00\00\0-\00\0x\02\00\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\01\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \00\0 \0[\0i\0o\0 \0 \00\0x\04\00\00\00\0-\00\0x\04\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\01\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \01\0 \0[\0m\0e\0m\0 \00\0x\0a\04\00\00\00\00\00\00\0-\00\0x\0a\05\00\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\02\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \00\0 \0[\0i\0o\0 \0 \00\0x\04\00\00\00\0-\00\0x\04\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\00\02\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \01\0 \0[\0m\0e\0m\0 \00\0x\0a\04\00\00\00\00\00\00\0-\00\0x\0a\05\00\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\01\05\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \04\0 \0[\0i\0o\0 \0 \00\0x\06\00\00\00\0-\00\0x\08\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\01\05\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \05\0 \0[\0m\0e\0m\0 \00\0x\0a\06\00\00\00\00\00\00\0-\00\0x\0b\0b\07\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\01\05\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \06\0 \0[\0m\0e\0m\0 \00\0x\02\01\00\00\00\00\00\00\00\00\00\0-\00\0x\02\01\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\05\0.\00\0:\0 \0P\0C\0I\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0[\0b\0u\0s\0 \08\01\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\05\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\0d\00\0c\00\00\00\00\00\0-\00\0x\0d\00\0e\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\05\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\02\02\0f\0f\0f\08\00\00\00\00\00\0-\00\0x\02\02\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \04\0 \0[\0i\0o\0 \0 \00\0x\09\00\00\00\0-\00\0x\0b\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \05\0 \0[\0m\0e\0m\0 \00\0x\0b\0b\08\00\00\00\00\00\0-\00\0x\0d\00\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \06\0 \0[\0m\0e\0m\0 \00\0x\02\02\00\00\00\00\00\00\00\00\00\0-\00\0x\02\02\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\01\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \01\0 \0[\0m\0e\0m\0 \00\0x\0d\00\0c\00\00\00\00\00\0-\00\0x\0d\00\0e\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\01\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \02\0 \0[\0m\0e\0m\0 \00\0x\02\02\0f\0f\0f\08\00\00\00\00\00\0-\00\0x\02\02\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\04\0.\00\0:\0 \0P\0C\0I\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0[\0b\0u\0s\0 \08\09\0-\08\0a\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\04\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\0e\05\0f\00\00\00\00\00\0-\00\0x\0e\06\06\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\04\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0b\08\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\04\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\08\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \04\0 \0[\0i\0o\0 \0 \00\0x\0c\00\00\00\0-\00\0x\0d\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\08\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \05\0 \0[\0m\0e\0m\0 \00\0x\0d\01\00\00\00\00\00\00\0-\00\0x\0e\06\07\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\08\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \06\0 \0[\0m\0e\0m\0 \00\0x\02\03\00\00\00\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\09\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \01\0 \0[\0m\0e\0m\0 \00\0x\0e\05\0f\00\00\00\00\00\0-\00\0x\0e\06\06\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\08\09\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \02\0 \0[\0m\0e\0m\0 \00\0x\02\03\0f\0b\08\00\00\00\00\00\00\0-\00\0x\02\03\0f\0f\0c\04\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0P\0C\0I\0 \0b\0r\0i\0d\0g\0e\0 \0t\0o\0 \0[\0b\0u\0s\0 \09\01\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\0f\0b\05\00\00\00\00\00\0-\00\0x\0f\0b\06\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0 \0 \0b\0r\0i\0d\0g\0e\0 \0w\0i\0n\0d\0o\0w\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0d\00\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\0a\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\09\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \04\0 \0[\0i\0o\0 \0 \00\0x\0e\00\00\00\0-\00\0x\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\09\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \05\0 \0[\0m\0e\0m\0 \00\0x\0e\06\08\00\00\00\00\00\0-\00\0x\0f\0b\07\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\09\00\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \06\0 \0[\0m\0e\0m\0 \00\0x\02\04\00\00\00\00\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0w\0i\0n\0d\0o\0w\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\09\01\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \01\0 \0[\0m\0e\0m\0 \00\0x\0f\0b\05\00\00\00\00\00\0-\00\0x\0f\0b\06\0f\0f\0f\0f\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0_\0b\0u\0s\0 \00\00\00\00\0:\09\01\0:\0 \0r\0e\0s\0o\0u\0r\0c\0e\0 \02\0 \0[\0m\0e\0m\0 \00\0x\02\04\0f\0f\0d\00\00\00\00\00\00\0-\00\0x\02\04\0f\0f\0f\0a\0f\0f\0f\0f\0f\0 \06\04\0b\0i\0t\0 \0p\0r\0e\0f\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0:\0 \0q\0u\0i\0r\0k\0_\0u\0s\0b\0_\0e\0a\0r\0l\0y\0_\0h\0a\0n\0d\0o\0f\0f\0+\00\0x\00\0/\00\0x\07\05\00\0 \0t\0o\0o\0k\0 \02\06\05\09\01\0 \0u\0s\0e\0c\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0C\0L\0S\0 \0m\0i\0s\0m\0a\0t\0c\0h\0 \0(\06\04\0 \0!\0=\0 \03\02\0)\0,\0 \0u\0s\0i\0n\0g\0 \06\04\0 \0b\0y\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0N\0o\0 \0S\0A\0T\0C\0 \0f\0o\0u\0n\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0T\0r\0y\0i\0n\0g\0 \0t\0o\0 \0u\0n\0p\0a\0c\0k\0 \0r\0o\0o\0t\0f\0s\0 \0i\0m\0a\0g\0e\0 \0a\0s\0 \0i\0n\0i\0t\0r\0a\0m\0f\0s\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0d\0m\0a\0r\03\0:\0 \0U\0s\0i\0n\0g\0 \0Q\0u\0e\0u\0e\0d\0 \0i\0n\0v\0a\0l\0i\0d\0a\0t\0i\0o\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0d\0m\0a\0r\02\0:\0 \0U\0s\0i\0n\0g\0 \0Q\0u\0e\0u\0e\0d\0 \0i\0n\0v\0a\0l\0i\0d\0a\0t\0i\0o\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0d\0m\0a\0r\01\0:\0 \0U\0s\0i\0n\0g\0 \0Q\0u\0e\0u\0e\0d\0 \0i\0n\0v\0a\0l\0i\0d\0a\0t\0i\0o\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0d\0m\0a\0r\04\0:\0 \0U\0s\0i\0n\0g\0 \0Q\0u\0e\0u\0e\0d\0 \0i\0n\0v\0a\0l\0i\0d\0a\0t\0i\0o\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\04\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \01\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \01\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \01\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \01\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\05\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \01\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\01\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \01\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \01\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\00\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \01\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\00\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \01\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\00\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \01\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\00\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\05\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\06\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\01\0.\07\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\02\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \02\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\0f\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\08\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0c\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0d\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\05\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\07\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\01\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \03\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\01\05\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \04\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\01\05\0:\00\00\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \04\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\01\05\0:\00\00\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \04\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\01\05\0:\00\00\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \04\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\01\05\0:\00\00\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \04\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \04\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\00\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \04\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\00\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \04\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\00\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \04\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\00\0:\00\00\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \04\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \05\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\00\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \05\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\00\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \05\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\00\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \05\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\08\08\0:\00\00\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \05\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \05\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\00\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \05\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\00\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \05\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\00\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \05\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\09\00\0:\00\00\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \05\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\00\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\00\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\00\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\00\0.\05\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\0b\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\0b\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\0b\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\0c\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\00\0d\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\01\0a\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0e\0:\01\0b\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \06\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \07\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \07\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \07\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \07\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \07\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\05\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \07\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\06\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \07\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\00\0.\07\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \07\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \07\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \07\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\05\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\06\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\00\0a\0.\07\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0d\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0d\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\00\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\01\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\02\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\03\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\04\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\05\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\06\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0p\0c\0i\0 \00\00\00\00\0:\0f\0f\0:\01\0e\0.\07\0:\0 \0A\0d\0d\0i\0n\0g\0 \0t\0o\0 \0i\0o\0m\0m\0u\0 \0g\0r\0o\0u\0p\0 \08\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0D\0M\0A\0R\0:\0 \0I\0n\0t\0e\0l\0(\0R\0)\0 \0V\0i\0r\0t\0u\0a\0l\0i\0z\0a\0t\0i\0o\0n\0 \0T\0e\0c\0h\0n\0o\0l\0o\0g\0y\0 \0f\0o\0r\0 \0D\0i\0r\0e\0c\0t\0e\0d\0 \0I\0/\0O\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0P\0C\0I\0-\0D\0M\0A\0:\0 \0U\0s\0i\0n\0g\0 \0s\0o\0f\0t\0w\0a\0r\0e\0 \0b\0o\0u\0n\0c\0e\0 \0b\0u\0f\0f\0e\0r\0i\0n\0g\0 \0f\0o\0r\0 \0I\0O\0 \0(\0S\0W\0I\0O\0T\0L\0B\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0s\0o\0f\0t\0w\0a\0r\0e\0 \0I\0O\0 \0T\0L\0B\0:\0 \0m\0a\0p\0p\0e\0d\0 \0[\0m\0e\0m\0 \00\0x\00\00\00\00\00\00\00\00\05\08\0e\0a\0a\00\00\00\0-\00\0x\00\00\00\00\00\00\00\00\05\0c\0e\0a\0a\00\00\00\0]\0 \0(\06\04\0M\0B\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0l\0o\0c\0k\0s\0o\0u\0r\0c\0e\0:\0 \0t\0s\0c\0:\0 \0m\0a\0s\0k\0:\0 \00\0x\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0f\0 \0m\0a\0x\0_\0c\0y\0c\0l\0e\0s\0:\0 \00\0x\01\07\01\00\02\04\0f\0a\09\03\0b\0,\0 \0m\0a\0x\0_\0i\0d\0l\0e\0_\0n\0s\0:\0 \04\04\00\07\09\05\02\05\03\01\08\09\0 \0n\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0c\0l\0o\0c\0k\0s\0o\0u\0r\0c\0e\0:\0 \0S\0w\0i\0t\0c\0h\0e\0d\0 \0t\0o\0 \0c\0l\0o\0c\0k\0s\0o\0u\0r\0c\0e\0 \0t\0s\0c\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0I\0n\0i\0t\0i\0a\0l\0i\0s\0e\0 \0s\0y\0s\0t\0e\0m\0 \0t\0r\0u\0s\0t\0e\0d\0 \0k\0e\0y\0r\0i\0n\0g\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0K\0e\0y\0 \0t\0y\0p\0e\0 \0b\0l\0a\0c\0k\0l\0i\0s\0t\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0w\0o\0r\0k\0i\0n\0g\0s\0e\0t\0:\0 \0t\0i\0m\0e\0s\0t\0a\0m\0p\0_\0b\0i\0t\0s\0=\03\06\0 \0m\0a\0x\0_\0o\0r\0d\0e\0r\0=\02\01\0 \0b\0u\0c\0k\0e\0t\0_\0o\0r\0d\0e\0r\0=\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0z\0b\0u\0d\0:\0 \0l\0o\0a\0d\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0i\0n\0t\0e\0g\0r\0i\0t\0y\0:\0 \0P\0l\0a\0t\0f\0o\0r\0m\0 \0K\0e\0y\0r\0i\0n\0g\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0i\0n\0t\0e\0g\0r\0i\0t\0y\0:\0 \0M\0a\0c\0h\0i\0n\0e\0 \0k\0e\0y\0r\0i\0n\0g\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0K\0e\0y\0 \0t\0y\0p\0e\0 \0a\0s\0y\0m\0m\0e\0t\0r\0i\0c\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\02\0 \02\00\02\04\0]\0 \0A\0s\0y\0m\0m\0e\0t\0r\0i\0c\0 \0k\0e\0y\0 \0p\0a\0r\0s\0e\0r\0 \0'\0x\05\00\09\0'\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0F\0r\0e\0e\0i\0n\0g\0 \0i\0n\0i\0t\0r\0d\0 \0m\0e\0m\0o\0r\0y\0:\0 \05\03\03\02\08\0K\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0l\0g\0:\0 \0s\0e\0l\0f\0-\0t\0e\0s\0t\0s\0 \0f\0o\0r\0 \0C\0T\0R\0-\0K\0D\0F\0 \0(\0h\0m\0a\0c\0(\0s\0h\0a\02\05\06\0)\0)\0 \0p\0a\0s\0s\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0B\0l\0o\0c\0k\0 \0l\0a\0y\0e\0r\0 \0S\0C\0S\0I\0 \0g\0e\0n\0e\0r\0i\0c\0 \0(\0b\0s\0g\0)\0 \0d\0r\0i\0v\0e\0r\0 \0v\0e\0r\0s\0i\0o\0n\0 \00\0.\04\0 \0l\0o\0a\0d\0e\0d\0 \0(\0m\0a\0j\0o\0r\0 \02\04\08\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0i\0o\0 \0s\0c\0h\0e\0d\0u\0l\0e\0r\0 \0m\0q\0-\0d\0e\0a\0d\0l\0i\0n\0e\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0p\0c\0i\0e\0p\0o\0r\0t\0 \00\00\00\00\0:\00\00\0:\01\06\0.\00\0:\0 \0P\0M\0E\0:\0 \0S\0i\0g\0n\0a\0l\0i\0n\0g\0 \0w\0i\0t\0h\0 \0I\0R\0Q\0 \02\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0p\0c\0i\0e\0p\0o\0r\0t\0 \00\00\00\00\0:\08\00\0:\00\05\0.\00\0:\0 \0P\0M\0E\0:\0 \0S\0i\0g\0n\0a\0l\0i\0n\0g\0 \0w\0i\0t\0h\0 \0I\0R\0Q\0 \03\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0p\0c\0i\0e\0p\0o\0r\0t\0 \00\00\00\00\0:\08\08\0:\00\04\0.\00\0:\0 \0P\0M\0E\0:\0 \0S\0i\0g\0n\0a\0l\0i\0n\0g\0 \0w\0i\0t\0h\0 \0I\0R\0Q\0 \03\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0p\0c\0i\0e\0p\0o\0r\0t\0 \00\00\00\00\0:\09\00\0:\00\02\0.\00\0:\0 \0P\0M\0E\0:\0 \0S\0i\0g\0n\0a\0l\0i\0n\0g\0 \0w\0i\0t\0h\0 \0I\0R\0Q\0 \03\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0s\0h\0p\0c\0h\0p\0:\0 \0S\0t\0a\0n\0d\0a\0r\0d\0 \0H\0o\0t\0 \0P\0l\0u\0g\0 \0P\0C\0I\0 \0C\0o\0n\0t\0r\0o\0l\0l\0e\0r\0 \0D\0r\0i\0v\0e\0r\0 \0v\0e\0r\0s\0i\0o\0n\0:\0 \00\0.\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0M\0o\0n\0i\0t\0o\0r\0-\0M\0w\0a\0i\0t\0 \0w\0i\0l\0l\0 \0b\0e\0 \0u\0s\0e\0d\0 \0t\0o\0 \0e\0n\0t\0e\0r\0 \0C\0-\01\0 \0s\0t\0a\0t\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0M\0o\0n\0i\0t\0o\0r\0-\0M\0w\0a\0i\0t\0 \0w\0i\0l\0l\0 \0b\0e\0 \0u\0s\0e\0d\0 \0t\0o\0 \0e\0n\0t\0e\0r\0 \0C\0-\02\0 \0s\0t\0a\0t\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\00\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\01\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\02\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\03\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\04\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\05\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\06\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\07\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\08\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\09\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\0A\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\0B\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\0C\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\0D\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\0E\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\00\0F\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\01\00\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\01\01\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\01\02\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\01\03\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\01\04\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\01\05\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\01\06\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0\\0_\0S\0B\0_\0.\0S\0C\0K\00\0.\0C\00\01\07\0:\0 \0F\0o\0u\0n\0d\0 \02\0 \0i\0d\0l\0e\0 \0s\0t\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0M\0e\0m\0o\0r\0y\0 \0(\00\0x\00\0 \0l\0e\0n\0g\0t\0h\0 \00\0x\00\0)\0 \0F\0l\0a\0g\0s\0:\00\00\00\00\0 \0P\0r\0o\0c\0e\0s\0s\0o\0r\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0M\0e\0m\0o\0r\0y\0 \0D\0o\0m\0a\0i\0n\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0L\0o\0c\0a\0l\0i\0t\0y\0:\0 \0F\0l\0a\0g\0s\0:\00\00\0 \0T\0y\0p\0e\0:\0A\0c\0c\0e\0s\0s\0 \0L\0a\0t\0e\0n\0c\0y\0 \0I\0n\0i\0t\0i\0a\0t\0o\0r\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0T\0a\0r\0g\0e\0t\0 \0D\0o\0m\0a\0i\0n\0s\0:\00\0 \0B\0a\0s\0e\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0a\0c\0p\0i\0/\0h\0m\0a\0t\0:\0 \0C\0a\0c\0h\0e\0:\0 \0D\0o\0m\0a\0i\0n\0:\00\0 \0S\0i\0z\0e\0:\00\0 \0A\0t\0t\0r\0s\0:\00\00\00\00\00\00\00\00\0 \0S\0M\0B\0I\0O\0S\0 \0H\0a\0n\0d\0l\0e\0s\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0n\0o\0d\0e\0 \0n\0o\0d\0e\00\0:\0 \0a\0t\0t\0e\0m\0p\0t\0 \0t\0o\0 \0a\0d\0d\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0c\0a\0c\0h\0e\0 \0l\0e\0v\0e\0l\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0E\0R\0S\0T\0:\0 \0E\0r\0r\0o\0r\0 \0R\0e\0c\0o\0r\0d\0 \0S\0e\0r\0i\0a\0l\0i\0z\0a\0t\0i\0o\0n\0 \0T\0a\0b\0l\0e\0 \0(\0E\0R\0S\0T\0)\0 \0s\0u\0p\0p\0o\0r\0t\0 \0i\0s\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0p\0s\0t\0o\0r\0e\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0e\0r\0s\0t\0 \0a\0s\0 \0p\0e\0r\0s\0i\0s\0t\0e\0n\0t\0 \0s\0t\0o\0r\0e\0 \0b\0a\0c\0k\0e\0n\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0S\0e\0r\0i\0a\0l\0:\0 \08\02\05\00\0/\01\06\05\05\00\0 \0d\0r\0i\0v\0e\0r\0,\0 \04\0 \0p\0o\0r\0t\0s\0,\0 \0I\0R\0Q\0 \0s\0h\0a\0r\0i\0n\0g\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \08\02\05\00\0_\0m\0i\0d\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\00\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\01\0 \0-\0>\0 \00\01\04\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \08\02\05\00\0_\0m\0i\0d\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\00\0:\0 \0F\0o\0u\0n\0d\0 \0H\0S\0U\0 \0D\0M\0A\0,\0 \02\0 \0c\0h\0a\0n\0n\0e\0l\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \0p\0r\0i\0n\0t\0k\0:\0 \0c\0o\0n\0s\0o\0l\0e\0 \0[\0t\0t\0y\0S\00\0]\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\03\03\0 \02\00\02\04\0]\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\00\0:\0 \0t\0t\0y\0S\00\0 \0a\0t\0 \0M\0M\0I\0O\0 \00\0x\0a\05\02\08\06\00\00\00\0 \0(\0i\0r\0q\0 \0=\0 \03\03\0,\0 \0b\0a\0s\0e\0_\0b\0a\0u\0d\0 \0=\0 \01\01\05\02\00\00\0)\0 \0i\0s\0 \0a\0 \0T\0I\01\06\07\05\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0p\0r\0i\0n\0t\0k\0:\0 \0c\0o\0n\0s\0o\0l\0e\0 \0[\0t\0t\0y\0S\00\0]\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \08\02\05\00\0_\0m\0i\0d\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\01\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\01\0 \0-\0>\0 \00\01\04\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \08\02\05\00\0_\0m\0i\0d\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\01\0:\0 \0F\0o\0u\0n\0d\0 \0H\0S\0U\0 \0D\0M\0A\0,\0 \02\0 \0c\0h\0a\0n\0n\0e\0l\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\01\0:\0 \0t\0t\0y\0S\01\0 \0a\0t\0 \0M\0M\0I\0O\0 \00\0x\0a\05\02\08\05\00\00\00\0 \0(\0i\0r\0q\0 \0=\0 \03\04\0,\0 \0b\0a\0s\0e\0_\0b\0a\0u\0d\0 \0=\0 \01\01\05\02\00\00\0)\0 \0i\0s\0 \0a\0 \0T\0I\01\06\07\05\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \08\02\05\00\0_\0m\0i\0d\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\02\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\01\0 \0-\0>\0 \00\01\04\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \08\02\05\00\0_\0m\0i\0d\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\02\0:\0 \0F\0o\0u\0n\0d\0 \0H\0S\0U\0 \0D\0M\0A\0,\0 \02\0 \0c\0h\0a\0n\0n\0e\0l\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\02\0:\0 \0t\0t\0y\0S\02\0 \0a\0t\0 \0M\0M\0I\0O\0 \00\0x\0a\05\02\08\04\00\00\00\0 \0(\0i\0r\0q\0 \0=\0 \03\05\0,\0 \0b\0a\0s\0e\0_\0b\0a\0u\0d\0 \0=\0 \01\01\05\02\00\00\0)\0 \0i\0s\0 \0a\0 \0T\0I\01\06\07\05\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0L\0i\0n\0u\0x\0 \0a\0g\0p\0g\0a\0r\0t\0 \0i\0n\0t\0e\0r\0f\0a\0c\0e\0 \0v\00\0.\01\00\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0A\0M\0D\0-\0V\0i\0:\0 \0A\0M\0D\0 \0I\0O\0M\0M\0U\0v\02\0 \0f\0u\0n\0c\0t\0i\0o\0n\0a\0l\0i\0t\0y\0 \0n\0o\0t\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0o\0n\0 \0t\0h\0i\0s\0 \0s\0y\0s\0t\0e\0m\0 \0-\0 \0T\0h\0i\0s\0 \0i\0s\0 \0n\0o\0t\0 \0a\0 \0b\0u\0g\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0i\08\00\04\02\0:\0 \0P\0N\0P\0:\0 \0N\0o\0 \0P\0S\0/\02\0 \0c\0o\0n\0t\0r\0o\0l\0l\0e\0r\0 \0f\0o\0u\0n\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0m\0o\0u\0s\0e\0d\0e\0v\0:\0 \0P\0S\0/\02\0 \0m\0o\0u\0s\0e\0 \0d\0e\0v\0i\0c\0e\0 \0c\0o\0m\0m\0o\0n\0 \0f\0o\0r\0 \0a\0l\0l\0 \0m\0i\0c\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0r\0t\0c\0_\0c\0m\0o\0s\0 \00\00\0:\00\00\0:\0 \0R\0T\0C\0 \0c\0a\0n\0 \0w\0a\0k\0e\0 \0f\0r\0o\0m\0 \0S\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0r\0t\0c\0_\0c\0m\0o\0s\0 \00\00\0:\00\00\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0a\0s\0 \0r\0t\0c\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0r\0t\0c\0_\0c\0m\0o\0s\0 \00\00\0:\00\00\0:\0 \0s\0e\0t\0t\0i\0n\0g\0 \0s\0y\0s\0t\0e\0m\0 \0c\0l\0o\0c\0k\0 \0t\0o\0 \02\00\00\08\0-\00\01\0-\00\05\0T\02\02\0:\03\01\0:\05\04\0 \0U\0T\0C\0 \0(\01\01\09\09\05\07\02\03\01\04\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0r\0t\0c\0_\0c\0m\0o\0s\0 \00\00\0:\00\00\0:\0 \0a\0l\0a\0r\0m\0s\0 \0u\0p\0 \0t\0o\0 \0o\0n\0e\0 \0m\0o\0n\0t\0h\0,\0 \0y\03\0k\0,\0 \01\01\04\0 \0b\0y\0t\0e\0s\0 \0n\0v\0r\0a\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0l\0e\0d\0t\0r\0i\0g\0-\0c\0p\0u\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0t\0o\0 \0i\0n\0d\0i\0c\0a\0t\0e\0 \0a\0c\0t\0i\0v\0i\0t\0y\0 \0o\0n\0 \0C\0P\0U\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0f\0i\0f\0b\0:\0 \0p\0r\0o\0b\0i\0n\0g\0 \0f\0o\0r\0 \0e\0f\0i\0f\0b\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0f\0i\0f\0b\0:\0 \0f\0r\0a\0m\0e\0b\0u\0f\0f\0e\0r\0 \0a\0t\0 \00\0x\0a\04\00\00\00\00\00\00\0,\0 \0u\0s\0i\0n\0g\0 \01\09\02\00\0k\0,\0 \0t\0o\0t\0a\0l\0 \01\09\02\00\0k\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0f\0i\0f\0b\0:\0 \0m\0o\0d\0e\0 \0i\0s\0 \08\00\00\0x\06\00\00\0x\03\02\0,\0 \0l\0i\0n\0e\0l\0e\0n\0g\0t\0h\0=\03\02\00\00\0,\0 \0p\0a\0g\0e\0s\0=\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0f\0i\0f\0b\0:\0 \0s\0c\0r\0o\0l\0l\0i\0n\0g\0:\0 \0r\0e\0d\0r\0a\0w\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0f\0i\0f\0b\0:\0 \0T\0r\0u\0e\0c\0o\0l\0o\0r\0:\0 \0s\0i\0z\0e\0=\08\0:\08\0:\08\0:\08\0,\0 \0s\0h\0i\0f\0t\0=\02\04\0:\01\06\0:\08\0:\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0C\0o\0n\0s\0o\0l\0e\0:\0 \0s\0w\0i\0t\0c\0h\0i\0n\0g\0 \0t\0o\0 \0c\0o\0l\0o\0u\0r\0 \0f\0r\0a\0m\0e\0 \0b\0u\0f\0f\0e\0r\0 \0d\0e\0v\0i\0c\0e\0 \01\00\00\0x\03\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0f\0b\00\0:\0 \0E\0F\0I\0 \0V\0G\0A\0 \0f\0r\0a\0m\0e\0 \0b\0u\0f\0f\0e\0r\0 \0d\0e\0v\0i\0c\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0N\0E\0T\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0P\0F\0_\0I\0N\0E\0T\06\0 \0p\0r\0o\0t\0o\0c\0o\0l\0 \0f\0a\0m\0i\0l\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0S\0e\0g\0m\0e\0n\0t\0 \0R\0o\0u\0t\0i\0n\0g\0 \0w\0i\0t\0h\0 \0I\0P\0v\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0I\0n\0-\0s\0i\0t\0u\0 \0O\0A\0M\0 \0(\0I\0O\0A\0M\0)\0 \0w\0i\0t\0h\0 \0I\0P\0v\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0m\0i\0p\06\0:\0 \0M\0o\0b\0i\0l\0e\0 \0I\0P\0v\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0N\0E\0T\0:\0 \0R\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0P\0F\0_\0P\0A\0C\0K\0E\0T\0 \0p\0r\0o\0t\0o\0c\0o\0l\0 \0f\0a\0m\0i\0l\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0m\0p\0l\0s\0_\0g\0s\0o\0:\0 \0M\0P\0L\0S\0 \0G\0S\0O\0 \0s\0u\0p\0p\0o\0r\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0m\0i\0c\0r\0o\0c\0o\0d\0e\0:\0 \0s\0i\0g\0=\00\0x\06\00\06\0c\01\0,\0 \0p\0f\0=\00\0x\01\00\0,\0 \0r\0e\0v\0i\0s\0i\0o\0n\0=\00\0x\01\00\00\00\02\06\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0m\0i\0c\0r\0o\0c\0o\0d\0e\0:\0 \0M\0i\0c\0r\0o\0c\0o\0d\0e\0 \0U\0p\0d\0a\0t\0e\0 \0D\0r\0i\0v\0e\0r\0:\0 \0v\02\0.\02\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0r\0e\0s\0c\0t\0r\0l\0:\0 \0L\03\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0d\0e\0t\0e\0c\0t\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0r\0e\0s\0c\0t\0r\0l\0:\0 \0M\0B\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0d\0e\0t\0e\0c\0t\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0r\0e\0s\0c\0t\0r\0l\0:\0 \0L\03\0 \0m\0o\0n\0i\0t\0o\0r\0i\0n\0g\0 \0d\0e\0t\0e\0c\0t\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0I\0P\0I\0 \0s\0h\0o\0r\0t\0h\0a\0n\0d\0 \0b\0r\0o\0a\0d\0c\0a\0s\0t\0:\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0s\0c\0h\0e\0d\0_\0c\0l\0o\0c\0k\0:\0 \0M\0a\0r\0k\0i\0n\0g\0 \0s\0t\0a\0b\0l\0e\0 \0(\08\04\04\08\02\05\07\04\07\07\0,\0 \04\04\06\04\06\06\06\08\0)\0-\0>\0(\08\06\04\00\02\06\00\04\06\03\0,\0 \0-\01\04\07\03\05\06\03\01\08\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0t\0a\0s\0k\0s\0t\0a\0t\0s\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0L\0o\0a\0d\0i\0n\0g\0 \0c\0o\0m\0p\0i\0l\0e\0d\0-\0i\0n\0 \0X\0.\05\00\09\0 \0c\0e\0r\0t\0i\0f\0i\0c\0a\0t\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0L\0o\0a\0d\0e\0d\0 \0X\0.\05\00\09\0 \0c\0e\0r\0t\0 \0'\0D\0e\0b\0i\0a\0n\0 \0S\0e\0c\0u\0r\0e\0 \0B\0o\0o\0t\0 \0C\0A\0:\0 \06\0c\0c\0e\0c\0e\07\0e\04\0c\06\0c\00\0d\01\0f\06\01\04\09\0f\03\0d\0d\02\07\0d\0f\0c\0c\05\0c\0b\0b\04\01\09\0e\0a\01\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0L\0o\0a\0d\0e\0d\0 \0X\0.\05\00\09\0 \0c\0e\0r\0t\0 \0'\0D\0e\0b\0i\0a\0n\0 \0S\0e\0c\0u\0r\0e\0 \0B\0o\0o\0t\0 \0S\0i\0g\0n\0e\0r\0 \02\00\02\02\0 \0-\0 \0l\0i\0n\0u\0x\0:\0 \01\04\00\01\01\02\04\09\0c\02\06\07\05\0e\0a\08\0e\05\01\04\08\05\04\02\02\00\02\00\00\05\08\01\00\05\08\04\0b\02\05\0f\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0z\0s\0w\0a\0p\0:\0 \0l\0o\0a\0d\0e\0d\0 \0u\0s\0i\0n\0g\0 \0p\0o\0o\0l\0 \0l\0z\0o\0/\0z\0b\0u\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0K\0e\0y\0 \0t\0y\0p\0e\0 \0.\0f\0s\0c\0r\0y\0p\0t\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0K\0e\0y\0 \0t\0y\0p\0e\0 \0f\0s\0c\0r\0y\0p\0t\0-\0p\0r\0o\0v\0i\0s\0i\0o\0n\0i\0n\0g\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0p\0s\0t\0o\0r\0e\0:\0 \0U\0s\0i\0n\0g\0 \0c\0r\0a\0s\0h\0 \0d\0u\0m\0p\0 \0c\0o\0m\0p\0r\0e\0s\0s\0i\0o\0n\0:\0 \0d\0e\0f\0l\0a\0t\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0K\0e\0y\0 \0t\0y\0p\0e\0 \0e\0n\0c\0r\0y\0p\0t\0e\0d\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0A\0p\0p\0A\0r\0m\0o\0r\0:\0 \0A\0p\0p\0A\0r\0m\0o\0r\0 \0s\0h\0a\01\0 \0p\0o\0l\0i\0c\0y\0 \0h\0a\0s\0h\0i\0n\0g\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0i\0m\0a\0:\0 \0N\0o\0 \0T\0P\0M\0 \0c\0h\0i\0p\0 \0f\0o\0u\0n\0d\0,\0 \0a\0c\0t\0i\0v\0a\0t\0i\0n\0g\0 \0T\0P\0M\0-\0b\0y\0p\0a\0s\0s\0!\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0i\0m\0a\0:\0 \0A\0l\0l\0o\0c\0a\0t\0e\0d\0 \0h\0a\0s\0h\0 \0a\0l\0g\0o\0r\0i\0t\0h\0m\0:\0 \0s\0h\0a\02\05\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0i\0m\0a\0:\0 \0N\0o\0 \0a\0r\0c\0h\0i\0t\0e\0c\0t\0u\0r\0e\0 \0p\0o\0l\0i\0c\0i\0e\0s\0 \0f\0o\0u\0n\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0v\0m\0:\0 \0I\0n\0i\0t\0i\0a\0l\0i\0s\0i\0n\0g\0 \0E\0V\0M\0 \0e\0x\0t\0e\0n\0d\0e\0d\0 \0a\0t\0t\0r\0i\0b\0u\0t\0e\0s\0:\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0v\0m\0:\0 \0s\0e\0c\0u\0r\0i\0t\0y\0.\0s\0e\0l\0i\0n\0u\0x\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0v\0m\0:\0 \0s\0e\0c\0u\0r\0i\0t\0y\0.\0S\0M\0A\0C\0K\06\04\0 \0(\0d\0i\0s\0a\0b\0l\0e\0d\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0v\0m\0:\0 \0s\0e\0c\0u\0r\0i\0t\0y\0.\0S\0M\0A\0C\0K\06\04\0E\0X\0E\0C\0 \0(\0d\0i\0s\0a\0b\0l\0e\0d\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0v\0m\0:\0 \0s\0e\0c\0u\0r\0i\0t\0y\0.\0S\0M\0A\0C\0K\06\04\0T\0R\0A\0N\0S\0M\0U\0T\0E\0 \0(\0d\0i\0s\0a\0b\0l\0e\0d\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0v\0m\0:\0 \0s\0e\0c\0u\0r\0i\0t\0y\0.\0S\0M\0A\0C\0K\06\04\0M\0M\0A\0P\0 \0(\0d\0i\0s\0a\0b\0l\0e\0d\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0v\0m\0:\0 \0s\0e\0c\0u\0r\0i\0t\0y\0.\0a\0p\0p\0a\0r\0m\0o\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0v\0m\0:\0 \0s\0e\0c\0u\0r\0i\0t\0y\0.\0i\0m\0a\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0v\0m\0:\0 \0s\0e\0c\0u\0r\0i\0t\0y\0.\0c\0a\0p\0a\0b\0i\0l\0i\0t\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0e\0v\0m\0:\0 \0H\0M\0A\0C\0 \0a\0t\0t\0r\0s\0:\0 \00\0x\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0F\0r\0e\0e\0i\0n\0g\0 \0u\0n\0u\0s\0e\0d\0 \0d\0e\0c\0r\0y\0p\0t\0e\0d\0 \0m\0e\0m\0o\0r\0y\0:\0 \02\00\03\06\0K\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0F\0r\0e\0e\0i\0n\0g\0 \0u\0n\0u\0s\0e\0d\0 \0k\0e\0r\0n\0e\0l\0 \0i\0m\0a\0g\0e\0 \0(\0i\0n\0i\0t\0m\0e\0m\0)\0 \0m\0e\0m\0o\0r\0y\0:\0 \02\07\09\02\0K\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0W\0r\0i\0t\0e\0 \0p\0r\0o\0t\0e\0c\0t\0i\0n\0g\0 \0t\0h\0e\0 \0k\0e\0r\0n\0e\0l\0 \0r\0e\0a\0d\0-\0o\0n\0l\0y\0 \0d\0a\0t\0a\0:\0 \02\06\06\02\04\0k\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0F\0r\0e\0e\0i\0n\0g\0 \0u\0n\0u\0s\0e\0d\0 \0k\0e\0r\0n\0e\0l\0 \0i\0m\0a\0g\0e\0 \0(\0t\0e\0x\0t\0/\0r\0o\0d\0a\0t\0a\0 \0g\0a\0p\0)\0 \0m\0e\0m\0o\0r\0y\0:\0 \02\00\04\00\0K\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0F\0r\0e\0e\0i\0n\0g\0 \0u\0n\0u\0s\0e\0d\0 \0k\0e\0r\0n\0e\0l\0 \0i\0m\0a\0g\0e\0 \0(\0r\0o\0d\0a\0t\0a\0/\0d\0a\0t\0a\0 \0g\0a\0p\0)\0 \0m\0e\0m\0o\0r\0y\0:\0 \01\01\09\02\0K\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0x\08\06\0/\0m\0m\0:\0 \0C\0h\0e\0c\0k\0e\0d\0 \0W\0+\0X\0 \0m\0a\0p\0p\0i\0n\0g\0s\0:\0 \0p\0a\0s\0s\0e\0d\0,\0 \0n\0o\0 \0W\0+\0X\0 \0p\0a\0g\0e\0s\0 \0f\0o\0u\0n\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0R\0u\0n\0 \0/\0i\0n\0i\0t\0 \0a\0s\0 \0i\0n\0i\0t\0 \0p\0r\0o\0c\0e\0s\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0 \0 \0w\0i\0t\0h\0 \0a\0r\0g\0u\0m\0e\0n\0t\0s\0:\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0 \0 \0 \0 \0/\0i\0n\0i\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0 \0 \0w\0i\0t\0h\0 \0e\0n\0v\0i\0r\0o\0n\0m\0e\0n\0t\0:\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0 \0 \0 \0 \0H\0O\0M\0E\0=\0/\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0 \0 \0 \0 \0T\0E\0R\0M\0=\0l\0i\0n\0u\0x\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0 \0 \0 \0 \0B\0O\0O\0T\0_\0I\0M\0A\0G\0E\0=\0/\0b\0o\0o\0t\0/\0v\0m\0l\0i\0n\0u\0z\0-\06\0.\01\0.\00\0-\01\06\0-\0a\0m\0d\06\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0 \0 \0 \0 \0b\0i\0o\0s\0d\0e\0v\0n\0a\0m\0e\0=\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\00\0 \02\00\02\04\0]\0 \0 \0 \0 \0 \0s\0e\0l\0i\0n\0u\0x\0=\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0g\0n\0s\0s\0:\0 \0G\0N\0S\0S\0 \0d\0r\0i\0v\0e\0r\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0w\0i\0t\0h\0 \0m\0a\0j\0o\0r\0 \02\04\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0S\0C\0S\0I\0 \0s\0u\0b\0s\0y\0s\0t\0e\0m\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\08\00\01\0_\0s\0m\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\04\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\00\0 \0-\0>\0 \00\01\04\03\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0:\0 \0l\0o\0a\0d\0i\0n\0g\0 \0o\0u\0t\0-\0o\0f\0-\0t\0r\0e\0e\0 \0m\0o\0d\0u\0l\0e\0 \0t\0a\0i\0n\0t\0s\0 \0k\0e\0r\0n\0e\0l\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0:\0 \0l\0o\0a\0d\0i\0n\0g\0 \0o\0u\0t\0-\0o\0f\0-\0t\0r\0e\0e\0 \0m\0o\0d\0u\0l\0e\0 \0t\0a\0i\0n\0t\0s\0 \0k\0e\0r\0n\0e\0l\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\08\00\01\0_\0s\0m\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\04\0:\0 \0S\0P\0D\0 \0W\0r\0i\0t\0e\0 \0D\0i\0s\0a\0b\0l\0e\0 \0i\0s\0 \0s\0e\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\08\00\01\0_\0s\0m\0b\0u\0s\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\04\0:\0 \0S\0M\0B\0u\0s\0 \0u\0s\0i\0n\0g\0 \0P\0C\0I\0 \0i\0n\0t\0e\0r\0r\0u\0p\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0:\0 \0m\0o\0d\0u\0l\0e\0 \0v\0e\0r\0i\0f\0i\0c\0a\0t\0i\0o\0n\0 \0f\0a\0i\0l\0e\0d\0:\0 \0s\0i\0g\0n\0a\0t\0u\0r\0e\0 \0a\0n\0d\0/\0o\0r\0 \0r\0e\0q\0u\0i\0r\0e\0d\0 \0k\0e\0y\0 \0m\0i\0s\0s\0i\0n\0g\0 \0-\0 \0t\0a\0i\0n\0t\0i\0n\0g\0 \0k\0e\0r\0n\0e\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\02\0c\0 \0i\02\0c\0-\00\0:\0 \01\0/\08\0 \0m\0e\0m\0o\0r\0y\0 \0s\0l\0o\0t\0s\0 \0p\0o\0p\0u\0l\0a\0t\0e\0d\0 \0(\0f\0r\0o\0m\0 \0D\0M\0I\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\02\0c\0 \0i\02\0c\0-\00\0:\0 \0S\0y\0s\0t\0e\0m\0s\0 \0w\0i\0t\0h\0 \0m\0o\0r\0e\0 \0t\0h\0a\0n\0 \04\0 \0m\0e\0m\0o\0r\0y\0 \0s\0l\0o\0t\0s\0 \0n\0o\0t\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0y\0e\0t\0,\0 \0n\0o\0t\0 \0i\0n\0s\0t\0a\0n\0t\0i\0a\0t\0i\0n\0g\0 \0S\0P\0D\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0b\0u\0s\0 \0t\0y\0p\0e\0 \0U\0S\0B\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0c\0o\0r\0e\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0e\0w\0 \0i\0n\0t\0e\0r\0f\0a\0c\0e\0 \0d\0r\0i\0v\0e\0r\0 \0u\0s\0b\0f\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0c\0o\0r\0e\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0e\0w\0 \0i\0n\0t\0e\0r\0f\0a\0c\0e\0 \0d\0r\0i\0v\0e\0r\0 \0h\0u\0b\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0c\0o\0r\0e\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0e\0w\0 \0d\0e\0v\0i\0c\0e\0 \0d\0r\0i\0v\0e\0r\0 \0u\0s\0b\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0:\0 \0I\0n\0t\0e\0l\0(\0R\0)\0 \04\00\0-\01\00\0 \0G\0i\0g\0a\0b\0i\0t\0 \0E\0t\0h\0e\0r\0n\0e\0t\0 \0C\0o\0n\0n\0e\0c\0t\0i\0o\0n\0 \0N\0e\0t\0w\0o\0r\0k\0 \0D\0r\0i\0v\0e\0r\0 \0-\0 \0v\0e\0r\0s\0i\0o\0n\0 \02\0.\02\03\0.\01\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0s\0d\0h\0c\0i\0:\0 \0S\0e\0c\0u\0r\0e\0 \0D\0i\0g\0i\0t\0a\0l\0 \0H\0o\0s\0t\0 \0C\0o\0n\0t\0r\0o\0l\0l\0e\0r\0 \0I\0n\0t\0e\0r\0f\0a\0c\0e\0 \0d\0r\0i\0v\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0:\0 \0C\0o\0p\0y\0r\0i\0g\0h\0t\0 \0(\0C\0)\0 \02\00\01\03\0-\02\00\02\03\0 \0I\0n\0t\0e\0l\0 \0C\0o\0r\0p\0o\0r\0a\0t\0i\0o\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0s\0d\0h\0c\0i\0:\0 \0C\0o\0p\0y\0r\0i\0g\0h\0t\0(\0c\0)\0 \0P\0i\0e\0r\0r\0e\0 \0O\0s\0s\0m\0a\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\00\0 \0-\0>\0 \00\01\04\02\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0l\0i\0b\0a\0t\0a\0 \0v\0e\0r\0s\0i\0o\0n\0 \03\0.\00\00\0 \0l\0o\0a\0d\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0f\0w\0 \07\0.\01\0.\05\09\01\08\04\0 \0a\0p\0i\0 \01\0.\09\0 \0n\0v\0m\0 \07\0.\01\00\0 \00\0x\08\00\00\00\07\0b\03\03\0 \02\05\05\0.\06\05\05\03\05\0.\02\05\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\0c\0e\0:\0 \0I\0n\0t\0e\0l\0(\0R\0)\0 \0E\0t\0h\0e\0r\0n\0e\0t\0 \0C\0o\0n\0n\0e\0c\0t\0i\0o\0n\0 \0E\08\00\00\0 \0S\0e\0r\0i\0e\0s\0 \0L\0i\0n\0u\0x\0 \0D\0r\0i\0v\0e\0r\0 \0-\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\01\02\0.\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\0c\0e\0:\0 \0C\0o\0p\0y\0r\0i\0g\0h\0t\0 \0(\0C\0)\0 \02\00\01\08\0-\02\00\02\03\0 \0I\0n\0t\0e\0l\0 \0C\0o\0r\0p\0o\0r\0a\0t\0i\0o\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \07\04\0:\0f\0e\0:\04\08\0:\04\04\0:\01\09\0:\08\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0 \0e\0t\0h\00\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0U\0p\0,\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0P\0C\0I\0-\0E\0x\0p\0r\0e\0s\0s\0:\0 \0S\0p\0e\0e\0d\0 \08\0.\00\0G\0T\0/\0s\0 \0W\0i\0d\0t\0h\0 \0x\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0F\0e\0a\0t\0u\0r\0e\0s\0:\0 \0P\0F\0-\0i\0d\0[\00\0]\0 \0V\0F\0s\0:\0 \03\02\0 \0V\0S\0I\0s\0:\0 \03\04\0 \0Q\0P\0:\0 \02\04\0 \0R\0S\0S\0 \0F\0D\0_\0A\0T\0R\0 \0F\0D\0_\0S\0B\0 \0N\0T\0U\0P\0L\0E\0 \0C\0l\0o\0u\0d\0F\0 \0D\0C\0B\0 \0V\0x\0L\0A\0N\0 \0G\0e\0n\0e\0v\0e\0 \0N\0V\0G\0R\0E\0 \0P\0T\0P\0 \0V\0E\0P\0A\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0s\0d\0h\0c\0i\0-\0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0c\0.\00\0:\0 \0S\0D\0H\0C\0I\0 \0c\0o\0n\0t\0r\0o\0l\0l\0e\0r\0 \0f\0o\0u\0n\0d\0 \0[\08\00\08\06\0:\01\08\0d\0b\0]\0 \0(\0r\0e\0v\0 \01\01\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0m\0m\0c\00\0:\0 \0C\0Q\0H\0C\0I\0 \0v\0e\0r\0s\0i\0o\0n\0 \05\0.\01\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0x\0h\0c\0i\0_\0h\0c\0d\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0:\0 \0x\0H\0C\0I\0 \0H\0o\0s\0t\0 \0C\0o\0n\0t\0r\0o\0l\0l\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0x\0h\0c\0i\0_\0h\0c\0d\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0:\0 \0n\0e\0w\0 \0U\0S\0B\0 \0b\0u\0s\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0,\0 \0a\0s\0s\0i\0g\0n\0e\0d\0 \0b\0u\0s\0 \0n\0u\0m\0b\0e\0r\0 \01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0m\0m\0c\00\0:\0 \0S\0D\0H\0C\0I\0 \0c\0o\0n\0t\0r\0o\0l\0l\0e\0r\0 \0o\0n\0 \0P\0C\0I\0 \0[\00\00\00\00\0:\00\00\0:\01\0c\0.\00\0]\0 \0u\0s\0i\0n\0g\0 \0A\0D\0M\0A\0 \06\04\0-\0b\0i\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0x\0h\0c\0i\0_\0h\0c\0d\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0:\0 \0h\0c\0c\0 \0p\0a\0r\0a\0m\0s\0 \00\0x\02\00\00\00\07\07\0c\01\0 \0h\0c\0i\0 \0v\0e\0r\0s\0i\0o\0n\0 \00\0x\01\00\00\0 \0q\0u\0i\0r\0k\0s\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\09\08\01\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0x\0h\0c\0i\0_\0h\0c\0d\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0:\0 \0x\0H\0C\0I\0 \0H\0o\0s\0t\0 \0C\0o\0n\0t\0r\0o\0l\0l\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0x\0h\0c\0i\0_\0h\0c\0d\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0:\0 \0n\0e\0w\0 \0U\0S\0B\0 \0b\0u\0s\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0,\0 \0a\0s\0s\0i\0g\0n\0e\0d\0 \0b\0u\0s\0 \0n\0u\0m\0b\0e\0r\0 \02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0x\0h\0c\0i\0_\0h\0c\0d\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0:\0 \0H\0o\0s\0t\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0U\0S\0B\0 \03\0.\00\0 \0S\0u\0p\0e\0r\0S\0p\0e\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \0u\0s\0b\01\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0f\0o\0u\0n\0d\0,\0 \0i\0d\0V\0e\0n\0d\0o\0r\0=\01\0d\06\0b\0,\0 \0i\0d\0P\0r\0o\0d\0u\0c\0t\0=\00\00\00\02\0,\0 \0b\0c\0d\0D\0e\0v\0i\0c\0e\0=\0 \06\0.\00\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \0u\0s\0b\01\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0s\0t\0r\0i\0n\0g\0s\0:\0 \0M\0f\0r\0=\03\0,\0 \0P\0r\0o\0d\0u\0c\0t\0=\02\0,\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0=\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \0u\0s\0b\01\0:\0 \0P\0r\0o\0d\0u\0c\0t\0:\0 \0x\0H\0C\0I\0 \0H\0o\0s\0t\0 \0C\0o\0n\0t\0r\0o\0l\0l\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \0u\0s\0b\01\0:\0 \0M\0a\0n\0u\0f\0a\0c\0t\0u\0r\0e\0r\0:\0 \0L\0i\0n\0u\0x\0 \06\0.\01\0.\00\0-\01\06\0-\0a\0m\0d\06\04\0 \0x\0h\0c\0i\0-\0h\0c\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \0u\0s\0b\01\0:\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0:\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0a\0h\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0v\0e\0r\0s\0i\0o\0n\0 \03\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0a\0h\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0A\0H\0C\0I\0 \00\00\00\01\0.\00\03\00\01\0 \03\02\0 \0s\0l\0o\0t\0s\0 \08\0 \0p\0o\0r\0t\0s\0 \06\0 \0G\0b\0p\0s\0 \00\0x\0f\0f\0 \0i\0m\0p\0l\0 \0S\0A\0T\0A\0 \0m\0o\0d\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0a\0h\0c\0i\0 \00\00\00\00\0:\00\00\0:\00\08\0.\00\0:\0 \0f\0l\0a\0g\0s\0:\0 \06\04\0b\0i\0t\0 \0n\0c\0q\0 \0s\0n\0t\0f\0 \0p\0m\0 \0c\0l\0o\0 \0o\0n\0l\0y\0 \0p\0i\0o\0 \0s\0l\0u\0m\0 \0p\0a\0r\0t\0 \0e\0m\0s\0 \0d\0e\0s\0o\0 \0s\0a\0d\0m\0 \0s\0d\0s\0 \0a\0p\0s\0t\0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0h\0u\0b\0 \01\0-\00\0:\01\0.\00\0:\0 \0U\0S\0B\0 \0h\0u\0b\0 \0f\0o\0u\0n\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0h\0u\0b\0 \01\0-\00\0:\01\0.\00\0:\0 \06\0 \0p\0o\0r\0t\0s\0 \0d\0e\0t\0e\0c\0t\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \0u\0s\0b\02\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0f\0o\0u\0n\0d\0,\0 \0i\0d\0V\0e\0n\0d\0o\0r\0=\01\0d\06\0b\0,\0 \0i\0d\0P\0r\0o\0d\0u\0c\0t\0=\00\00\00\03\0,\0 \0b\0c\0d\0D\0e\0v\0i\0c\0e\0=\0 \06\0.\00\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \0u\0s\0b\02\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0s\0t\0r\0i\0n\0g\0s\0:\0 \0M\0f\0r\0=\03\0,\0 \0P\0r\0o\0d\0u\0c\0t\0=\02\0,\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0=\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \0u\0s\0b\02\0:\0 \0P\0r\0o\0d\0u\0c\0t\0:\0 \0x\0H\0C\0I\0 \0H\0o\0s\0t\0 \0C\0o\0n\0t\0r\0o\0l\0l\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \0u\0s\0b\02\0:\0 \0M\0a\0n\0u\0f\0a\0c\0t\0u\0r\0e\0r\0:\0 \0L\0i\0n\0u\0x\0 \06\0.\01\0.\00\0-\01\06\0-\0a\0m\0d\06\04\0 \0x\0h\0c\0i\0-\0h\0c\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \0u\0s\0b\02\0:\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0:\0 \00\00\00\00\0:\00\00\0:\01\0e\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0h\0u\0b\0 \02\0-\00\0:\01\0.\00\0:\0 \0U\0S\0B\0 \0h\0u\0b\0 \0f\0o\0u\0n\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0h\0u\0b\0 \02\0-\00\0:\01\0.\00\0:\0 \04\0 \0p\0o\0r\0t\0s\0 \0d\0e\0t\0e\0c\0t\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\00\0 \0-\0>\0 \00\01\04\02\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0f\0w\0 \07\0.\01\0.\05\09\01\08\04\0 \0a\0p\0i\0 \01\0.\09\0 \0n\0v\0m\0 \07\0.\01\00\0 \00\0x\08\00\00\00\07\0b\03\03\0 \02\05\05\0.\06\05\05\03\05\0.\02\05\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \07\04\0:\0f\0e\0:\04\08\0:\04\04\0:\01\09\0:\08\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0 \0e\0t\0h\01\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0U\0p\0,\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0P\0C\0I\0-\0E\0x\0p\0r\0e\0s\0s\0:\0 \0S\0p\0e\0e\0d\0 \08\0.\00\0G\0T\0/\0s\0 \0W\0i\0d\0t\0h\0 \0x\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0F\0e\0a\0t\0u\0r\0e\0s\0:\0 \0P\0F\0-\0i\0d\0[\01\0]\0 \0V\0F\0s\0:\0 \03\02\0 \0V\0S\0I\0s\0:\0 \03\04\0 \0Q\0P\0:\0 \02\04\0 \0R\0S\0S\0 \0F\0D\0_\0A\0T\0R\0 \0F\0D\0_\0S\0B\0 \0N\0T\0U\0P\0L\0E\0 \0C\0l\0o\0u\0d\0F\0 \0D\0C\0B\0 \0V\0x\0L\0A\0N\0 \0G\0e\0n\0e\0v\0e\0 \0N\0V\0G\0R\0E\0 \0P\0T\0P\0 \0V\0E\0P\0A\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\00\0 \0-\0>\0 \00\01\04\02\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0f\0w\0 \07\0.\01\0.\05\09\01\08\04\0 \0a\0p\0i\0 \01\0.\09\0 \0n\0v\0m\0 \07\0.\01\00\0 \00\0x\08\00\00\00\07\0b\03\03\0 \02\05\05\0.\06\05\05\03\05\0.\02\05\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0s\0c\0s\0i\0 \0h\0o\0s\0t\00\0:\0 \0a\0h\0c\0i\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\01\0:\0 \0n\0e\0w\0 \0h\0i\0g\0h\0-\0s\0p\0e\0e\0d\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0n\0u\0m\0b\0e\0r\0 \02\0 \0u\0s\0i\0n\0g\0 \0x\0h\0c\0i\0_\0h\0c\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0s\0c\0s\0i\0 \0h\0o\0s\0t\01\0:\0 \0a\0h\0c\0i\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0s\0c\0s\0i\0 \0h\0o\0s\0t\02\0:\0 \0a\0h\0c\0i\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0s\0c\0s\0i\0 \0h\0o\0s\0t\03\0:\0 \0a\0h\0c\0i\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \07\04\0:\0f\0e\0:\04\08\0:\04\04\0:\01\09\0:\08\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0s\0c\0s\0i\0 \0h\0o\0s\0t\04\0:\0 \0a\0h\0c\0i\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0s\0c\0s\0i\0 \0h\0o\0s\0t\05\0:\0 \0a\0h\0c\0i\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0s\0c\0s\0i\0 \0h\0o\0s\0t\06\0:\0 \0a\0h\0c\0i\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0 \0e\0t\0h\02\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0U\0p\0,\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0s\0c\0s\0i\0 \0h\0o\0s\0t\07\0:\0 \0a\0h\0c\0i\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0a\0t\0a\01\0:\0 \0S\0A\0T\0A\0 \0m\0a\0x\0 \0U\0D\0M\0A\0/\01\03\03\0 \0a\0b\0a\0r\0 \0m\02\00\04\08\0@\00\0x\0a\05\02\08\07\00\00\00\0 \0p\0o\0r\0t\0 \00\0x\0a\05\02\08\07\01\00\00\0 \0i\0r\0q\0 \07\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0a\0t\0a\02\0:\0 \0S\0A\0T\0A\0 \0m\0a\0x\0 \0U\0D\0M\0A\0/\01\03\03\0 \0a\0b\0a\0r\0 \0m\02\00\04\08\0@\00\0x\0a\05\02\08\07\00\00\00\0 \0p\0o\0r\0t\0 \00\0x\0a\05\02\08\07\01\08\00\0 \0i\0r\0q\0 \07\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0a\0t\0a\03\0:\0 \0S\0A\0T\0A\0 \0m\0a\0x\0 \0U\0D\0M\0A\0/\01\03\03\0 \0a\0b\0a\0r\0 \0m\02\00\04\08\0@\00\0x\0a\05\02\08\07\00\00\00\0 \0p\0o\0r\0t\0 \00\0x\0a\05\02\08\07\02\00\00\0 \0i\0r\0q\0 \07\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0a\0t\0a\04\0:\0 \0S\0A\0T\0A\0 \0m\0a\0x\0 \0U\0D\0M\0A\0/\01\03\03\0 \0a\0b\0a\0r\0 \0m\02\00\04\08\0@\00\0x\0a\05\02\08\07\00\00\00\0 \0p\0o\0r\0t\0 \00\0x\0a\05\02\08\07\02\08\00\0 \0i\0r\0q\0 \07\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0a\0t\0a\05\0:\0 \0S\0A\0T\0A\0 \0m\0a\0x\0 \0U\0D\0M\0A\0/\01\03\03\0 \0a\0b\0a\0r\0 \0m\02\00\04\08\0@\00\0x\0a\05\02\08\07\00\00\00\0 \0p\0o\0r\0t\0 \00\0x\0a\05\02\08\07\03\00\00\0 \0i\0r\0q\0 \07\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0a\0t\0a\06\0:\0 \0S\0A\0T\0A\0 \0m\0a\0x\0 \0U\0D\0M\0A\0/\01\03\03\0 \0a\0b\0a\0r\0 \0m\02\00\04\08\0@\00\0x\0a\05\02\08\07\00\00\00\0 \0p\0o\0r\0t\0 \00\0x\0a\05\02\08\07\03\08\00\0 \0i\0r\0q\0 \07\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0a\0t\0a\07\0:\0 \0S\0A\0T\0A\0 \0m\0a\0x\0 \0U\0D\0M\0A\0/\01\03\03\0 \0a\0b\0a\0r\0 \0m\02\00\04\08\0@\00\0x\0a\05\02\08\07\00\00\00\0 \0p\0o\0r\0t\0 \00\0x\0a\05\02\08\07\04\00\00\0 \0i\0r\0q\0 \07\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0a\0t\0a\08\0:\0 \0S\0A\0T\0A\0 \0m\0a\0x\0 \0U\0D\0M\0A\0/\01\03\03\0 \0a\0b\0a\0r\0 \0m\02\00\04\08\0@\00\0x\0a\05\02\08\07\00\00\00\0 \0p\0o\0r\0t\0 \00\0x\0a\05\02\08\07\04\08\00\0 \0i\0r\0q\0 \07\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0P\0C\0I\0-\0E\0x\0p\0r\0e\0s\0s\0:\0 \0S\0p\0e\0e\0d\0 \08\0.\00\0G\0T\0/\0s\0 \0W\0i\0d\0t\0h\0 \0x\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0:\0 \0F\0e\0a\0t\0u\0r\0e\0s\0:\0 \0P\0F\0-\0i\0d\0[\02\0]\0 \0V\0F\0s\0:\0 \03\02\0 \0V\0S\0I\0s\0:\0 \03\04\0 \0Q\0P\0:\0 \02\04\0 \0R\0S\0S\0 \0F\0D\0_\0A\0T\0R\0 \0F\0D\0_\0S\0B\0 \0N\0T\0U\0P\0L\0E\0 \0C\0l\0o\0u\0d\0F\0 \0D\0C\0B\0 \0V\0x\0L\0A\0N\0 \0G\0e\0n\0e\0v\0e\0 \0N\0V\0G\0R\0E\0 \0P\0T\0P\0 \0V\0E\0P\0A\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\00\0 \0-\0>\0 \00\01\04\02\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\01\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0f\0o\0u\0n\0d\0,\0 \0i\0d\0V\0e\0n\0d\0o\0r\0=\01\0d\06\0b\0,\0 \0i\0d\0P\0r\0o\0d\0u\0c\0t\0=\00\01\00\07\0,\0 \0b\0c\0d\0D\0e\0v\0i\0c\0e\0=\0 \01\0.\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\01\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0s\0t\0r\0i\0n\0g\0s\0:\0 \0M\0f\0r\0=\03\0,\0 \0P\0r\0o\0d\0u\0c\0t\0=\02\0,\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0=\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\01\0:\0 \0P\0r\0o\0d\0u\0c\0t\0:\0 \0U\0S\0B\0 \0V\0i\0r\0t\0u\0a\0l\0 \0H\0u\0b\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\01\0:\0 \0M\0a\0n\0u\0f\0a\0c\0t\0u\0r\0e\0r\0:\0 \0A\0s\0p\0e\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\01\0:\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0:\0 \00\00\00\00\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\02\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0f\0w\0 \07\0.\01\0.\05\09\01\08\04\0 \0a\0p\0i\0 \01\0.\09\0 \0n\0v\0m\0 \07\0.\01\00\0 \00\0x\08\00\00\00\07\0b\03\03\0 \02\05\05\0.\06\05\05\03\05\0.\02\05\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0a\0t\0a\08\0:\0 \0S\0A\0T\0A\0 \0l\0i\0n\0k\0 \0d\0o\0w\0n\0 \0(\0S\0S\0t\0a\0t\0u\0s\0 \04\0 \0S\0C\0o\0n\0t\0r\0o\0l\0 \03\00\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0a\0t\0a\02\0:\0 \0S\0A\0T\0A\0 \0l\0i\0n\0k\0 \0d\0o\0w\0n\0 \0(\0S\0S\0t\0a\0t\0u\0s\0 \04\0 \0S\0C\0o\0n\0t\0r\0o\0l\0 \03\00\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0a\0t\0a\05\0:\0 \0S\0A\0T\0A\0 \0l\0i\0n\0k\0 \0d\0o\0w\0n\0 \0(\0S\0S\0t\0a\0t\0u\0s\0 \04\0 \0S\0C\0o\0n\0t\0r\0o\0l\0 \03\00\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0a\0t\0a\04\0:\0 \0S\0A\0T\0A\0 \0l\0i\0n\0k\0 \0d\0o\0w\0n\0 \0(\0S\0S\0t\0a\0t\0u\0s\0 \04\0 \0S\0C\0o\0n\0t\0r\0o\0l\0 \03\00\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0a\0t\0a\07\0:\0 \0S\0A\0T\0A\0 \0l\0i\0n\0k\0 \0d\0o\0w\0n\0 \0(\0S\0S\0t\0a\0t\0u\0s\0 \04\0 \0S\0C\0o\0n\0t\0r\0o\0l\0 \03\00\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0a\0t\0a\03\0:\0 \0S\0A\0T\0A\0 \0l\0i\0n\0k\0 \0d\0o\0w\0n\0 \0(\0S\0S\0t\0a\0t\0u\0s\0 \04\0 \0S\0C\0o\0n\0t\0r\0o\0l\0 \03\00\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0h\0u\0b\0 \01\0-\01\0:\01\0.\00\0:\0 \0U\0S\0B\0 \0h\0u\0b\0 \0f\0o\0u\0n\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0a\0t\0a\01\0:\0 \0S\0A\0T\0A\0 \0l\0i\0n\0k\0 \0d\0o\0w\0n\0 \0(\0S\0S\0t\0a\0t\0u\0s\0 \04\0 \0S\0C\0o\0n\0t\0r\0o\0l\0 \03\00\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0h\0u\0b\0 \01\0-\01\0:\01\0.\00\0:\0 \05\0 \0p\0o\0r\0t\0s\0 \0d\0e\0t\0e\0c\0t\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0a\0t\0a\06\0:\0 \0S\0A\0T\0A\0 \0l\0i\0n\0k\0 \0d\0o\0w\0n\0 \0(\0S\0S\0t\0a\0t\0u\0s\0 \04\0 \0S\0C\0o\0n\0t\0r\0o\0l\0 \03\00\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \07\04\0:\0f\0e\0:\04\08\0:\04\04\0:\01\09\0:\08\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0 \0e\0t\0h\03\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0U\0p\0,\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\02\0:\0 \0n\0e\0w\0 \0S\0u\0p\0e\0r\0S\0p\0e\0e\0d\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0n\0u\0m\0b\0e\0r\0 \02\0 \0u\0s\0i\0n\0g\0 \0x\0h\0c\0i\0_\0h\0c\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0P\0C\0I\0-\0E\0x\0p\0r\0e\0s\0s\0:\0 \0S\0p\0e\0e\0d\0 \08\0.\00\0G\0T\0/\0s\0 \0W\0i\0d\0t\0h\0 \0x\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0:\0 \0F\0e\0a\0t\0u\0r\0e\0s\0:\0 \0P\0F\0-\0i\0d\0[\03\0]\0 \0V\0F\0s\0:\0 \03\02\0 \0V\0S\0I\0s\0:\0 \03\04\0 \0Q\0P\0:\0 \02\04\0 \0R\0S\0S\0 \0F\0D\0_\0A\0T\0R\0 \0F\0D\0_\0S\0B\0 \0N\0T\0U\0P\0L\0E\0 \0C\0l\0o\0u\0d\0F\0 \0D\0C\0B\0 \0V\0x\0L\0A\0N\0 \0G\0e\0n\0e\0v\0e\0 \0N\0V\0G\0R\0E\0 \0P\0T\0P\0 \0V\0E\0P\0A\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\02\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0f\0o\0u\0n\0d\0,\0 \0i\0d\0V\0e\0n\0d\0o\0r\0=\00\05\0e\03\0,\0 \0i\0d\0P\0r\0o\0d\0u\0c\0t\0=\00\06\01\02\0,\0 \0b\0c\0d\0D\0e\0v\0i\0c\0e\0=\09\02\0.\01\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\02\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0s\0t\0r\0i\0n\0g\0s\0:\0 \0M\0f\0r\0=\01\0,\0 \0P\0r\0o\0d\0u\0c\0t\0=\02\0,\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0=\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\02\0:\0 \0P\0r\0o\0d\0u\0c\0t\0:\0 \0U\0S\0B\03\0.\00\0 \0H\0u\0b\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\02\0:\0 \0M\0a\0n\0u\0f\0a\0c\0t\0u\0r\0e\0r\0:\0 \0G\0e\0n\0e\0s\0y\0s\0L\0o\0g\0i\0c\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0h\0u\0b\0 \02\0-\02\0:\01\0.\00\0:\0 \0U\0S\0B\0 \0h\0u\0b\0 \0f\0o\0u\0n\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0h\0u\0b\0 \02\0-\02\0:\01\0.\00\0:\0 \04\0 \0p\0o\0r\0t\0s\0 \0d\0e\0t\0e\0c\0t\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\02\0:\0 \0n\0e\0w\0 \0h\0i\0g\0h\0-\0s\0p\0e\0e\0d\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0n\0u\0m\0b\0e\0r\0 \03\0 \0u\0s\0i\0n\0g\0 \0x\0h\0c\0i\0_\0h\0c\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\02\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0f\0o\0u\0n\0d\0,\0 \0i\0d\0V\0e\0n\0d\0o\0r\0=\00\05\0e\03\0,\0 \0i\0d\0P\0r\0o\0d\0u\0c\0t\0=\00\06\01\00\0,\0 \0b\0c\0d\0D\0e\0v\0i\0c\0e\0=\09\02\0.\01\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\02\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0s\0t\0r\0i\0n\0g\0s\0:\0 \0M\0f\0r\0=\01\0,\0 \0P\0r\0o\0d\0u\0c\0t\0=\02\0,\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0=\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\02\0:\0 \0P\0r\0o\0d\0u\0c\0t\0:\0 \0U\0S\0B\02\0.\00\0 \0H\0u\0b\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\02\0:\0 \0M\0a\0n\0u\0f\0a\0c\0t\0u\0r\0e\0r\0:\0 \0G\0e\0n\0e\0s\0y\0s\0L\0o\0g\0i\0c\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0h\0u\0b\0 \01\0-\02\0:\01\0.\00\0:\0 \0U\0S\0B\0 \0h\0u\0b\0 \0f\0o\0u\0n\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0h\0u\0b\0 \01\0-\02\0:\01\0.\00\0:\0 \04\0 \0p\0o\0r\0t\0s\0 \0d\0e\0t\0e\0c\0t\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\04\0:\0 \0n\0e\0w\0 \0S\0u\0p\0e\0r\0S\0p\0e\0e\0d\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0n\0u\0m\0b\0e\0r\0 \03\0 \0u\0s\0i\0n\0g\0 \0x\0h\0c\0i\0_\0h\0c\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\04\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0f\0o\0u\0n\0d\0,\0 \0i\0d\0V\0e\0n\0d\0o\0r\0=\00\07\08\01\0,\0 \0i\0d\0P\0r\0o\0d\0u\0c\0t\0=\05\05\08\01\0,\0 \0b\0c\0d\0D\0e\0v\0i\0c\0e\0=\0 \01\0.\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\04\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0s\0t\0r\0i\0n\0g\0s\0:\0 \0M\0f\0r\0=\01\0,\0 \0P\0r\0o\0d\0u\0c\0t\0=\02\0,\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0=\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\04\0:\0 \0P\0r\0o\0d\0u\0c\0t\0:\0 \0U\0l\0t\0r\0a\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\04\0:\0 \0M\0a\0n\0u\0f\0a\0c\0t\0u\0r\0e\0r\0:\0 \0S\0a\0n\0D\0i\0s\0k\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\04\0:\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0:\0 \04\0C\05\03\01\00\00\01\03\03\00\05\01\06\01\02\00\03\02\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0-\0s\0t\0o\0r\0a\0g\0e\0 \02\0-\04\0:\01\0.\00\0:\0 \0U\0S\0B\0 \0M\0a\0s\0s\0 \0S\0t\0o\0r\0a\0g\0e\0 \0d\0e\0v\0i\0c\0e\0 \0d\0e\0t\0e\0c\0t\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0s\0c\0s\0i\0 \0h\0o\0s\0t\08\0:\0 \0u\0s\0b\0-\0s\0t\0o\0r\0a\0g\0e\0 \02\0-\04\0:\01\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0c\0o\0r\0e\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0e\0w\0 \0i\0n\0t\0e\0r\0f\0a\0c\0e\0 \0d\0r\0i\0v\0e\0r\0 \0u\0s\0b\0-\0s\0t\0o\0r\0a\0g\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0c\0o\0r\0e\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0e\0w\0 \0i\0n\0t\0e\0r\0f\0a\0c\0e\0 \0d\0r\0i\0v\0e\0r\0 \0u\0a\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0R\0D\0M\0A\0 \0f\0u\0n\0c\0t\0i\0o\0n\0a\0l\0i\0t\0y\0 \0i\0s\0 \0n\0o\0t\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0d\0e\0v\0i\0c\0e\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\02\0.\01\0:\0 \0n\0e\0w\0 \0S\0u\0p\0e\0r\0S\0p\0e\0e\0d\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0n\0u\0m\0b\0e\0r\0 \04\0 \0u\0s\0i\0n\0g\0 \0x\0h\0c\0i\0_\0h\0c\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0i\0n\0t\0e\0l\0/\0i\0c\0e\0/\0d\0d\0p\0/\0i\0c\0e\0.\0p\0k\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\02\0.\01\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0f\0o\0u\0n\0d\0,\0 \0i\0d\0V\0e\0n\0d\0o\0r\0=\00\0b\09\05\0,\0 \0i\0d\0P\0r\0o\0d\0u\0c\0t\0=\01\07\09\00\0,\0 \0b\0c\0d\0D\0e\0v\0i\0c\0e\0=\0 \01\0.\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\02\0.\01\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0s\0t\0r\0i\0n\0g\0s\0:\0 \0M\0f\0r\0=\01\0,\0 \0P\0r\0o\0d\0u\0c\0t\0=\02\0,\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0=\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\02\0.\01\0:\0 \0P\0r\0o\0d\0u\0c\0t\0:\0 \0A\0X\08\08\01\07\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\02\0.\01\0:\0 \0M\0a\0n\0u\0f\0a\0c\0t\0u\0r\0e\0r\0:\0 \0A\0S\0I\0X\0 \0E\0l\0e\0c\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \02\0-\02\0.\01\0:\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0:\0 \00\00\00\00\00\05\01\0B\0C\00\02\0F\02\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\02\0.\03\0:\0 \0n\0e\0w\0 \0l\0o\0w\0-\0s\0p\0e\0e\0d\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0n\0u\0m\0b\0e\0r\0 \04\0 \0u\0s\0i\0n\0g\0 \0x\0h\0c\0i\0_\0h\0c\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\02\0.\03\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0f\0o\0u\0n\0d\0,\0 \0i\0d\0V\0e\0n\0d\0o\0r\0=\00\04\06\0d\0,\0 \0i\0d\0P\0r\0o\0d\0u\0c\0t\0=\0c\03\01\0c\0,\0 \0b\0c\0d\0D\0e\0v\0i\0c\0e\0=\06\04\0.\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\02\0.\03\0:\0 \0N\0e\0w\0 \0U\0S\0B\0 \0d\0e\0v\0i\0c\0e\0 \0s\0t\0r\0i\0n\0g\0s\0:\0 \0M\0f\0r\0=\01\0,\0 \0P\0r\0o\0d\0u\0c\0t\0=\02\0,\0 \0S\0e\0r\0i\0a\0l\0N\0u\0m\0b\0e\0r\0=\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\03\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\02\0.\03\0:\0 \0P\0r\0o\0d\0u\0c\0t\0:\0 \0U\0S\0B\0 \0K\0e\0y\0b\0o\0a\0r\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0u\0s\0b\0 \01\0-\02\0.\03\0:\0 \0M\0a\0n\0u\0f\0a\0c\0t\0u\0r\0e\0r\0:\0 \0L\0o\0g\0i\0t\0e\0c\0h\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0h\0i\0d\0:\0 \0r\0a\0w\0 \0H\0I\0D\0 \0e\0v\0e\0n\0t\0s\0 \0d\0r\0i\0v\0e\0r\0 \0(\0C\0)\0 \0J\0i\0r\0i\0 \0K\0o\0s\0i\0n\0a\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0u\0s\0b\0c\0o\0r\0e\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0e\0w\0 \0i\0n\0t\0e\0r\0f\0a\0c\0e\0 \0d\0r\0i\0v\0e\0r\0 \0u\0s\0b\0h\0i\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0u\0s\0b\0h\0i\0d\0:\0 \0U\0S\0B\0 \0H\0I\0D\0 \0c\0o\0r\0e\0 \0d\0r\0i\0v\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0i\0n\0p\0u\0t\0:\0 \0L\0o\0g\0i\0t\0e\0c\0h\0 \0U\0S\0B\0 \0K\0e\0y\0b\0o\0a\0r\0d\0 \0a\0s\0 \0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\00\00\0/\00\00\00\00\0:\00\00\0:\01\0e\0.\00\0/\0u\0s\0b\01\0/\01\0-\02\0/\01\0-\02\0.\03\0/\01\0-\02\0.\03\0:\01\0.\00\0/\00\00\00\03\0:\00\04\06\0D\0:\0C\03\01\0C\0.\00\00\00\01\0/\0i\0n\0p\0u\0t\0/\0i\0n\0p\0u\0t\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0h\0i\0d\0-\0g\0e\0n\0e\0r\0i\0c\0 \00\00\00\03\0:\00\04\06\0D\0:\0C\03\01\0C\0.\00\00\00\01\0:\0 \0i\0n\0p\0u\0t\0,\0h\0i\0d\0r\0a\0w\00\0:\0 \0U\0S\0B\0 \0H\0I\0D\0 \0v\01\0.\01\00\0 \0K\0e\0y\0b\0o\0a\0r\0d\0 \0[\0L\0o\0g\0i\0t\0e\0c\0h\0 \0U\0S\0B\0 \0K\0e\0y\0b\0o\0a\0r\0d\0]\0 \0o\0n\0 \0u\0s\0b\0-\00\00\00\00\0:\00\00\0:\01\0e\0.\00\0-\02\0.\03\0/\0i\0n\0p\0u\0t\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0i\0n\0p\0u\0t\0:\0 \0L\0o\0g\0i\0t\0e\0c\0h\0 \0U\0S\0B\0 \0K\0e\0y\0b\0o\0a\0r\0d\0 \0C\0o\0n\0s\0u\0m\0e\0r\0 \0C\0o\0n\0t\0r\0o\0l\0 \0a\0s\0 \0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\00\00\0/\00\00\00\00\0:\00\00\0:\01\0e\0.\00\0/\0u\0s\0b\01\0/\01\0-\02\0/\01\0-\02\0.\03\0/\01\0-\02\0.\03\0:\01\0.\01\0/\00\00\00\03\0:\00\04\06\0D\0:\0C\03\01\0C\0.\00\00\00\02\0/\0i\0n\0p\0u\0t\0/\0i\0n\0p\0u\0t\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0i\0n\0p\0u\0t\0:\0 \0L\0o\0g\0i\0t\0e\0c\0h\0 \0U\0S\0B\0 \0K\0e\0y\0b\0o\0a\0r\0d\0 \0S\0y\0s\0t\0e\0m\0 \0C\0o\0n\0t\0r\0o\0l\0 \0a\0s\0 \0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\00\00\0/\00\00\00\00\0:\00\00\0:\01\0e\0.\00\0/\0u\0s\0b\01\0/\01\0-\02\0/\01\0-\02\0.\03\0/\01\0-\02\0.\03\0:\01\0.\01\0/\00\00\00\03\0:\00\04\06\0D\0:\0C\03\01\0C\0.\00\00\00\02\0/\0i\0n\0p\0u\0t\0/\0i\0n\0p\0u\0t\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0h\0i\0d\0-\0g\0e\0n\0e\0r\0i\0c\0 \00\00\00\03\0:\00\04\06\0D\0:\0C\03\01\0C\0.\00\00\00\02\0:\0 \0i\0n\0p\0u\0t\0,\0h\0i\0d\0r\0a\0w\01\0:\0 \0U\0S\0B\0 \0H\0I\0D\0 \0v\01\0.\01\00\0 \0D\0e\0v\0i\0c\0e\0 \0[\0L\0o\0g\0i\0t\0e\0c\0h\0 \0U\0S\0B\0 \0K\0e\0y\0b\0o\0a\0r\0d\0]\0 \0o\0n\0 \0u\0s\0b\0-\00\00\00\00\0:\00\00\0:\01\0e\0.\00\0-\02\0.\03\0/\0i\0n\0p\0u\0t\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0T\0h\0e\0 \0D\0D\0P\0 \0p\0a\0c\0k\0a\0g\0e\0 \0w\0a\0s\0 \0s\0u\0c\0c\0e\0s\0s\0f\0u\0l\0l\0y\0 \0l\0o\0a\0d\0e\0d\0:\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\03\0.\03\05\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \02\0.\00\00\00\0 \0G\0b\0/\0s\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0P\0C\0I\0e\0 \0b\0a\0n\0d\0w\0i\0d\0t\0h\0 \0(\02\0.\05\0 \0G\0T\0/\0s\0 \0P\0C\0I\0e\0 \0x\01\0 \0l\0i\0n\0k\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0C\0G\0U\0 \0P\0L\0L\0 \0f\0a\0i\0l\0e\0d\0 \0t\0o\0 \0l\0o\0c\0k\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0F\0a\0i\0l\0e\0d\0 \0t\0o\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0 \0P\0H\0C\0,\0 \0s\0t\0a\0t\0u\0s\0 \0-\01\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0P\0T\0P\0 \0i\0n\0i\0t\0 \0f\0a\0i\0l\0e\0d\0,\0 \0e\0r\0r\0o\0r\0:\0 \0-\01\06\0 \0(\0-\0E\0B\0U\0S\0Y\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0a\0x\08\08\01\07\09\0_\01\07\08\0a\0 \02\0-\02\0.\01\0:\01\0.\00\0 \0e\0t\0h\05\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0 \0'\0a\0x\08\08\01\07\09\0_\01\07\08\0a\0'\0 \0a\0t\0 \0u\0s\0b\0-\00\00\00\00\0:\00\00\0:\01\0e\0.\00\0-\02\0.\01\0,\0 \0A\0S\0I\0X\0 \0A\0X\08\08\01\07\09\0 \0U\0S\0B\0 \03\0.\00\0 \0G\0i\0g\0a\0b\0i\0t\0 \0E\0t\0h\0e\0r\0n\0e\0t\0,\0 \00\00\0:\00\05\0:\01\0b\0:\0c\00\0:\02\0f\0:\02\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0u\0s\0b\0c\0o\0r\0e\0:\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0 \0n\0e\0w\0 \0i\0n\0t\0e\0r\0f\0a\0c\0e\0 \0d\0r\0i\0v\0e\0r\0 \0a\0x\08\08\01\07\09\0_\01\07\08\0a\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0D\0C\0B\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0,\0 \0m\0a\0x\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0C\0s\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0o\0n\0 \0t\0h\0i\0s\0 \0p\0o\0r\0t\0 \0a\0r\0e\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0D\0C\0B\0x\0/\0L\0L\0D\0P\0 \0i\0n\0 \0S\0W\0 \0m\0o\0d\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0s\0c\0s\0i\0 \08\0:\00\0:\00\0:\00\0:\0 \0D\0i\0r\0e\0c\0t\0-\0A\0c\0c\0e\0s\0s\0 \0 \0 \0 \0 \0S\0a\0n\0D\0i\0s\0k\0 \0 \0U\0l\0t\0r\0a\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \01\0.\00\00\0 \0P\0Q\0:\0 \00\0 \0A\0N\0S\0I\0:\0 \06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0C\0o\0m\0m\0i\0t\0 \0D\0C\0B\0 \0C\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0s\0d\0 \08\0:\00\0:\00\0:\00\0:\0 \0[\0s\0d\0a\0]\0 \06\00\00\06\02\05\00\00\0 \05\01\02\0-\0b\0y\0t\0e\0 \0l\0o\0g\0i\0c\0a\0l\0 \0b\0l\0o\0c\0k\0s\0:\0 \0(\03\00\0.\08\0 \0G\0B\0/\02\08\0.\06\0 \0G\0i\0B\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0s\0d\0 \08\0:\00\0:\00\0:\00\0:\0 \0[\0s\0d\0a\0]\0 \0W\0r\0i\0t\0e\0 \0P\0r\0o\0t\0e\0c\0t\0 \0i\0s\0 \0o\0f\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0s\0d\0 \08\0:\00\0:\00\0:\00\0:\0 \0[\0s\0d\0a\0]\0 \0M\0o\0d\0e\0 \0S\0e\0n\0s\0e\0:\0 \04\03\0 \00\00\0 \00\00\0 \00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0s\0d\0 \08\0:\00\0:\00\0:\00\0:\0 \0[\0s\0d\0a\0]\0 \0W\0r\0i\0t\0e\0 \0c\0a\0c\0h\0e\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0r\0e\0a\0d\0 \0c\0a\0c\0h\0e\0:\0 \0e\0n\0a\0b\0l\0e\0d\0,\0 \0d\0o\0e\0s\0n\0'\0t\0 \0s\0u\0p\0p\0o\0r\0t\0 \0D\0P\0O\0 \0o\0r\0 \0F\0U\0A\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0 \0s\0d\0a\0:\0 \0s\0d\0a\01\0 \0s\0d\0a\02\0 \0s\0d\0a\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\04\0 \02\00\02\04\0]\0 \0s\0d\0 \08\0:\00\0:\00\0:\00\0:\0 \0[\0s\0d\0a\0]\0 \0A\0t\0t\0a\0c\0h\0e\0d\0 \0S\0C\0S\0I\0 \0r\0e\0m\0o\0v\0a\0b\0l\0e\0 \0d\0i\0s\0k\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0R\0D\0M\0A\0 \0f\0u\0n\0c\0t\0i\0o\0n\0a\0l\0i\0t\0y\0 \0i\0s\0 \0n\0o\0t\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0d\0e\0v\0i\0c\0e\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0i\0n\0t\0e\0l\0/\0i\0c\0e\0/\0d\0d\0p\0/\0i\0c\0e\0.\0p\0k\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0D\0D\0P\0 \0p\0a\0c\0k\0a\0g\0e\0 \0a\0l\0r\0e\0a\0d\0y\0 \0p\0r\0e\0s\0e\0n\0t\0 \0o\0n\0 \0d\0e\0v\0i\0c\0e\0:\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\03\0.\03\05\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \02\0.\00\00\00\0 \0G\0b\0/\0s\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0P\0C\0I\0e\0 \0b\0a\0n\0d\0w\0i\0d\0t\0h\0 \0(\02\0.\05\0 \0G\0T\0/\0s\0 \0P\0C\0I\0e\0 \0x\01\0 \0l\0i\0n\0k\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0P\0T\0P\0 \0i\0n\0i\0t\0 \0s\0u\0c\0c\0e\0s\0s\0f\0u\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0D\0C\0B\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0,\0 \0m\0a\0x\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0C\0s\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0o\0n\0 \0t\0h\0i\0s\0 \0p\0o\0r\0t\0 \0a\0r\0e\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0D\0C\0B\0x\0/\0L\0L\0D\0P\0 \0i\0n\0 \0S\0W\0 \0m\0o\0d\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0C\0o\0m\0m\0i\0t\0 \0D\0C\0B\0 \0C\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0R\0D\0M\0A\0 \0f\0u\0n\0c\0t\0i\0o\0n\0a\0l\0i\0t\0y\0 \0i\0s\0 \0n\0o\0t\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0d\0e\0v\0i\0c\0e\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0i\0n\0t\0e\0l\0/\0i\0c\0e\0/\0d\0d\0p\0/\0i\0c\0e\0.\0p\0k\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0D\0D\0P\0 \0p\0a\0c\0k\0a\0g\0e\0 \0a\0l\0r\0e\0a\0d\0y\0 \0p\0r\0e\0s\0e\0n\0t\0 \0o\0n\0 \0d\0e\0v\0i\0c\0e\0:\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\03\0.\03\05\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \02\0.\00\00\00\0 \0G\0b\0/\0s\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0P\0C\0I\0e\0 \0b\0a\0n\0d\0w\0i\0d\0t\0h\0 \0(\02\0.\05\0 \0G\0T\0/\0s\0 \0P\0C\0I\0e\0 \0x\01\0 \0l\0i\0n\0k\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0P\0T\0P\0 \0i\0n\0i\0t\0 \0s\0u\0c\0c\0e\0s\0s\0f\0u\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0D\0C\0B\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0,\0 \0m\0a\0x\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0C\0s\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0o\0n\0 \0t\0h\0i\0s\0 \0p\0o\0r\0t\0 \0a\0r\0e\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0D\0C\0B\0x\0/\0L\0L\0D\0P\0 \0i\0n\0 \0S\0W\0 \0m\0o\0d\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0C\0o\0m\0m\0i\0t\0 \0D\0C\0B\0 \0C\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0R\0D\0M\0A\0 \0f\0u\0n\0c\0t\0i\0o\0n\0a\0l\0i\0t\0y\0 \0i\0s\0 \0n\0o\0t\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0d\0e\0v\0i\0c\0e\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0i\0n\0t\0e\0l\0/\0i\0c\0e\0/\0d\0d\0p\0/\0i\0c\0e\0.\0p\0k\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0D\0D\0P\0 \0p\0a\0c\0k\0a\0g\0e\0 \0a\0l\0r\0e\0a\0d\0y\0 \0p\0r\0e\0s\0e\0n\0t\0 \0o\0n\0 \0d\0e\0v\0i\0c\0e\0:\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\03\0.\03\05\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \02\0.\00\00\00\0 \0G\0b\0/\0s\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0P\0C\0I\0e\0 \0b\0a\0n\0d\0w\0i\0d\0t\0h\0 \0(\02\0.\05\0 \0G\0T\0/\0s\0 \0P\0C\0I\0e\0 \0x\01\0 \0l\0i\0n\0k\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0P\0T\0P\0 \0i\0n\0i\0t\0 \0s\0u\0c\0c\0e\0s\0s\0f\0u\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0D\0C\0B\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0,\0 \0m\0a\0x\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0C\0s\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0o\0n\0 \0t\0h\0i\0s\0 \0p\0o\0r\0t\0 \0a\0r\0e\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0D\0C\0B\0x\0/\0L\0L\0D\0P\0 \0i\0n\0 \0S\0W\0 \0m\0o\0d\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0C\0o\0m\0m\0i\0t\0 \0D\0C\0B\0 \0C\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0R\0D\0M\0A\0 \0f\0u\0n\0c\0t\0i\0o\0n\0a\0l\0i\0t\0y\0 \0i\0s\0 \0n\0o\0t\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0d\0e\0v\0i\0c\0e\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0i\0n\0t\0e\0l\0/\0i\0c\0e\0/\0d\0d\0p\0/\0i\0c\0e\0.\0p\0k\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0D\0D\0P\0 \0p\0a\0c\0k\0a\0g\0e\0 \0a\0l\0r\0e\0a\0d\0y\0 \0p\0r\0e\0s\0e\0n\0t\0 \0o\0n\0 \0d\0e\0v\0i\0c\0e\0:\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\03\0.\03\05\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \02\0.\00\00\00\0 \0G\0b\0/\0s\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0P\0C\0I\0e\0 \0b\0a\0n\0d\0w\0i\0d\0t\0h\0 \0(\02\0.\05\0 \0G\0T\0/\0s\0 \0P\0C\0I\0e\0 \0x\01\0 \0l\0i\0n\0k\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0P\0T\0P\0 \0i\0n\0i\0t\0 \0s\0u\0c\0c\0e\0s\0s\0f\0u\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0D\0C\0B\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0,\0 \0m\0a\0x\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0C\0s\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0o\0n\0 \0t\0h\0i\0s\0 \0p\0o\0r\0t\0 \0a\0r\0e\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0D\0C\0B\0x\0/\0L\0L\0D\0P\0 \0i\0n\0 \0S\0W\0 \0m\0o\0d\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0:\0 \0C\0o\0m\0m\0i\0t\0 \0D\0C\0B\0 \0C\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0 \0e\0t\0h\09\0:\0 \0A\0 \0p\0a\0r\0a\0l\0l\0e\0l\0 \0f\0a\0u\0l\0t\0 \0w\0a\0s\0 \0d\0e\0t\0e\0c\0t\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0 \0e\0t\0h\09\0:\0 \0P\0o\0s\0s\0i\0b\0l\0e\0 \0S\0o\0l\0u\0t\0i\0o\0n\0:\0 \0C\0h\0e\0c\0k\0 \0l\0i\0n\0k\0 \0p\0a\0r\0t\0n\0e\0r\0 \0c\0o\0n\0n\0e\0c\0t\0i\0o\0n\0 \0a\0n\0d\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0 \0e\0t\0h\09\0:\0 \0P\0o\0r\0t\0 \0N\0u\0m\0b\0e\0r\0:\0 \07\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0R\0D\0M\0A\0 \0f\0u\0n\0c\0t\0i\0o\0n\0a\0l\0i\0t\0y\0 \0i\0s\0 \0n\0o\0t\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0d\0e\0v\0i\0c\0e\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0i\0n\0t\0e\0l\0/\0i\0c\0e\0/\0d\0d\0p\0/\0i\0c\0e\0.\0p\0k\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0D\0D\0P\0 \0p\0a\0c\0k\0a\0g\0e\0 \0a\0l\0r\0e\0a\0d\0y\0 \0p\0r\0e\0s\0e\0n\0t\0 \0o\0n\0 \0d\0e\0v\0i\0c\0e\0:\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\03\0.\03\05\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \02\0.\00\00\00\0 \0G\0b\0/\0s\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0P\0C\0I\0e\0 \0b\0a\0n\0d\0w\0i\0d\0t\0h\0 \0(\02\0.\05\0 \0G\0T\0/\0s\0 \0P\0C\0I\0e\0 \0x\01\0 \0l\0i\0n\0k\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0P\0T\0P\0 \0i\0n\0i\0t\0 \0s\0u\0c\0c\0e\0s\0s\0f\0u\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0D\0C\0B\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0,\0 \0m\0a\0x\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0C\0s\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0o\0n\0 \0t\0h\0i\0s\0 \0p\0o\0r\0t\0 \0a\0r\0e\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0D\0C\0B\0x\0/\0L\0L\0D\0P\0 \0i\0n\0 \0S\0W\0 \0m\0o\0d\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\04\09\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0:\0 \0C\0o\0m\0m\0i\0t\0 \0D\0C\0B\0 \0C\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\00\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0 \0e\0t\0h\01\00\0:\0 \0A\0 \0p\0a\0r\0a\0l\0l\0e\0l\0 \0f\0a\0u\0l\0t\0 \0w\0a\0s\0 \0d\0e\0t\0e\0c\0t\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\00\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0 \0e\0t\0h\01\00\0:\0 \0P\0o\0s\0s\0i\0b\0l\0e\0 \0S\0o\0l\0u\0t\0i\0o\0n\0:\0 \0C\0h\0e\0c\0k\0 \0l\0i\0n\0k\0 \0p\0a\0r\0t\0n\0e\0r\0 \0c\0o\0n\0n\0e\0c\0t\0i\0o\0n\0 \0a\0n\0d\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\00\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0 \0e\0t\0h\01\00\0:\0 \0P\0o\0r\0t\0 \0N\0u\0m\0b\0e\0r\0:\0 \05\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\00\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0R\0D\0M\0A\0 \0f\0u\0n\0c\0t\0i\0o\0n\0a\0l\0i\0t\0y\0 \0i\0s\0 \0n\0o\0t\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0d\0e\0v\0i\0c\0e\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\00\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0i\0n\0t\0e\0l\0/\0i\0c\0e\0/\0d\0d\0p\0/\0i\0c\0e\0.\0p\0k\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\00\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0D\0D\0P\0 \0p\0a\0c\0k\0a\0g\0e\0 \0a\0l\0r\0e\0a\0d\0y\0 \0p\0r\0e\0s\0e\0n\0t\0 \0o\0n\0 \0d\0e\0v\0i\0c\0e\0:\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\03\0.\03\05\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\00\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \02\0.\00\00\00\0 \0G\0b\0/\0s\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0P\0C\0I\0e\0 \0b\0a\0n\0d\0w\0i\0d\0t\0h\0 \0(\02\0.\05\0 \0G\0T\0/\0s\0 \0P\0C\0I\0e\0 \0x\01\0 \0l\0i\0n\0k\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\00\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0P\0T\0P\0 \0i\0n\0i\0t\0 \0s\0u\0c\0c\0e\0s\0s\0f\0u\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\01\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0D\0C\0B\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0,\0 \0m\0a\0x\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0C\0s\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0o\0n\0 \0t\0h\0i\0s\0 \0p\0o\0r\0t\0 \0a\0r\0e\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\01\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0D\0C\0B\0x\0/\0L\0L\0D\0P\0 \0i\0n\0 \0S\0W\0 \0m\0o\0d\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\01\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0:\0 \0C\0o\0m\0m\0i\0t\0 \0D\0C\0B\0 \0C\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\01\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0 \0e\0t\0h\01\01\0:\0 \0A\0 \0p\0a\0r\0a\0l\0l\0e\0l\0 \0f\0a\0u\0l\0t\0 \0w\0a\0s\0 \0d\0e\0t\0e\0c\0t\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\01\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0 \0e\0t\0h\01\01\0:\0 \0P\0o\0s\0s\0i\0b\0l\0e\0 \0S\0o\0l\0u\0t\0i\0o\0n\0:\0 \0C\0h\0e\0c\0k\0 \0l\0i\0n\0k\0 \0p\0a\0r\0t\0n\0e\0r\0 \0c\0o\0n\0n\0e\0c\0t\0i\0o\0n\0 \0a\0n\0d\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\01\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0 \0e\0t\0h\01\01\0:\0 \0P\0o\0r\0t\0 \0N\0u\0m\0b\0e\0r\0:\0 \03\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\01\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0R\0D\0M\0A\0 \0f\0u\0n\0c\0t\0i\0o\0n\0a\0l\0i\0t\0y\0 \0i\0s\0 \0n\0o\0t\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0d\0e\0v\0i\0c\0e\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\01\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0i\0n\0t\0e\0l\0/\0i\0c\0e\0/\0d\0d\0p\0/\0i\0c\0e\0.\0p\0k\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\01\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0D\0D\0P\0 \0p\0a\0c\0k\0a\0g\0e\0 \0a\0l\0r\0e\0a\0d\0y\0 \0p\0r\0e\0s\0e\0n\0t\0 \0o\0n\0 \0d\0e\0v\0i\0c\0e\0:\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\03\0.\03\05\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \02\0.\00\00\00\0 \0G\0b\0/\0s\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0P\0C\0I\0e\0 \0b\0a\0n\0d\0w\0i\0d\0t\0h\0 \0(\02\0.\05\0 \0G\0T\0/\0s\0 \0P\0C\0I\0e\0 \0x\01\0 \0l\0i\0n\0k\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0P\0T\0P\0 \0i\0n\0i\0t\0 \0s\0u\0c\0c\0e\0s\0s\0f\0u\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0D\0C\0B\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0,\0 \0m\0a\0x\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0C\0s\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0o\0n\0 \0t\0h\0i\0s\0 \0p\0o\0r\0t\0 \0a\0r\0e\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0D\0C\0B\0x\0/\0L\0L\0D\0P\0 \0i\0n\0 \0S\0W\0 \0m\0o\0d\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0:\0 \0C\0o\0m\0m\0i\0t\0 \0D\0C\0B\0 \0C\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0 \0e\0t\0h\01\02\0:\0 \0A\0 \0p\0a\0r\0a\0l\0l\0e\0l\0 \0f\0a\0u\0l\0t\0 \0w\0a\0s\0 \0d\0e\0t\0e\0c\0t\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0 \0e\0t\0h\01\02\0:\0 \0P\0o\0s\0s\0i\0b\0l\0e\0 \0S\0o\0l\0u\0t\0i\0o\0n\0:\0 \0C\0h\0e\0c\0k\0 \0l\0i\0n\0k\0 \0p\0a\0r\0t\0n\0e\0r\0 \0c\0o\0n\0n\0e\0c\0t\0i\0o\0n\0 \0a\0n\0d\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0 \0e\0t\0h\01\02\0:\0 \0P\0o\0r\0t\0 \0N\0u\0m\0b\0e\0r\0:\0 \01\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0r\0a\0i\0d\06\0:\0 \0a\0v\0x\05\01\02\0x\04\0 \0g\0e\0n\0(\0)\0 \02\06\02\06\01\0 \0M\0B\0/\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0r\0a\0i\0d\06\0:\0 \0a\0v\0x\05\01\02\0x\02\0 \0g\0e\0n\0(\0)\0 \02\09\04\08\08\0 \0M\0B\0/\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0r\0a\0i\0d\06\0:\0 \0a\0v\0x\05\01\02\0x\01\0 \0g\0e\0n\0(\0)\0 \02\07\02\05\02\0 \0M\0B\0/\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0r\0a\0i\0d\06\0:\0 \0a\0v\0x\02\0x\04\0 \0 \0 \0g\0e\0n\0(\0)\0 \02\01\09\02\07\0 \0M\0B\0/\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0r\0a\0i\0d\06\0:\0 \0a\0v\0x\02\0x\02\0 \0 \0 \0g\0e\0n\0(\0)\0 \02\02\04\02\06\0 \0M\0B\0/\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0r\0a\0i\0d\06\0:\0 \0a\0v\0x\02\0x\01\0 \0 \0 \0g\0e\0n\0(\0)\0 \01\07\09\07\03\0 \0M\0B\0/\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0r\0a\0i\0d\06\0:\0 \0u\0s\0i\0n\0g\0 \0a\0l\0g\0o\0r\0i\0t\0h\0m\0 \0a\0v\0x\05\01\02\0x\02\0 \0g\0e\0n\0(\0)\0 \02\09\04\08\08\0 \0M\0B\0/\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\02\0 \02\00\02\04\0]\0 \0r\0a\0i\0d\06\0:\0 \0.\0.\0.\0.\0 \0x\0o\0r\0(\0)\0 \01\06\07\08\04\0 \0M\0B\0/\0s\0,\0 \0r\0m\0w\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \0r\0a\0i\0d\06\0:\0 \0u\0s\0i\0n\0g\0 \0a\0v\0x\05\01\02\0x\02\0 \0r\0e\0c\0o\0v\0e\0r\0y\0 \0a\0l\0g\0o\0r\0i\0t\0h\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \0x\0o\0r\0:\0 \0a\0u\0t\0o\0m\0a\0t\0i\0c\0a\0l\0l\0y\0 \0u\0s\0i\0n\0g\0 \0b\0e\0s\0t\0 \0c\0h\0e\0c\0k\0s\0u\0m\0m\0i\0n\0g\0 \0f\0u\0n\0c\0t\0i\0o\0n\0 \0 \0 \0a\0v\0x\0 \0 \0 \0 \0 \0 \0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \0a\0s\0y\0n\0c\0_\0t\0x\0:\0 \0a\0p\0i\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0 \0(\0a\0s\0y\0n\0c\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0r\0e\0s\0i\0z\0e\0r\0o\0o\0t\0f\0s\0]\0 \0 \0g\03\0 \0(\02\00\02\02\0-\00\05\0-\01\09\0 \01\03\0:\00\04\0:\05\07\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \0E\0X\0T\04\0-\0f\0s\0 \0(\0s\0d\0a\03\0)\0:\0 \0m\0o\0u\0n\0t\0e\0d\0 \0f\0i\0l\0e\0s\0y\0s\0t\0e\0m\0 \0w\0i\0t\0h\0 \0o\0r\0d\0e\0r\0e\0d\0 \0d\0a\0t\0a\0 \0m\0o\0d\0e\0.\0 \0Q\0u\0o\0t\0a\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \0N\0o\0t\0 \0a\0c\0t\0i\0v\0a\0t\0i\0n\0g\0 \0M\0a\0n\0d\0a\0t\0o\0r\0y\0 \0A\0c\0c\0e\0s\0s\0 \0C\0o\0n\0t\0r\0o\0l\0 \0a\0s\0 \0/\0s\0b\0i\0n\0/\0t\0o\0m\0o\0y\0o\0-\0i\0n\0i\0t\0 \0d\0o\0e\0s\0 \0n\0o\0t\0 \0e\0x\0i\0s\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0y\0s\0t\0e\0m\0 \0t\0i\0m\0e\0 \0b\0e\0f\0o\0r\0e\0 \0b\0u\0i\0l\0d\0 \0t\0i\0m\0e\0,\0 \0a\0d\0v\0a\0n\0c\0i\0n\0g\0 \0c\0l\0o\0c\0k\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0I\0n\0s\0e\0r\0t\0e\0d\0 \0m\0o\0d\0u\0l\0e\0 \0'\0a\0u\0t\0o\0f\0s\04\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0s\0y\0s\0t\0e\0m\0d\0 \02\05\02\0.\01\09\0-\01\0~\0d\0e\0b\01\02\0u\01\0 \0r\0u\0n\0n\0i\0n\0g\0 \0i\0n\0 \0s\0y\0s\0t\0e\0m\0 \0m\0o\0d\0e\0 \0(\0+\0P\0A\0M\0 \0+\0A\0U\0D\0I\0T\0 \0+\0S\0E\0L\0I\0N\0U\0X\0 \0+\0A\0P\0P\0A\0R\0M\0O\0R\0 \0+\0I\0M\0A\0 \0+\0S\0M\0A\0C\0K\0 \0+\0S\0E\0C\0C\0O\0M\0P\0 \0+\0G\0C\0R\0Y\0P\0T\0 \0-\0G\0N\0U\0T\0L\0S\0 \0+\0O\0P\0E\0N\0S\0S\0L\0 \0+\0A\0C\0L\0 \0+\0B\0L\0K\0I\0D\0 \0+\0C\0U\0R\0L\0 \0+\0E\0L\0F\0U\0T\0I\0L\0S\0 \0+\0F\0I\0D\0O\02\0 \0+\0I\0D\0N\02\0 \0-\0I\0D\0N\0 \0+\0I\0P\0T\0C\0 \0+\0K\0M\0O\0D\0 \0+\0L\0I\0B\0C\0R\0Y\0P\0T\0S\0E\0T\0U\0P\0 \0+\0L\0I\0B\0F\0D\0I\0S\0K\0 \0+\0P\0C\0R\0E\02\0 \0-\0P\0W\0Q\0U\0A\0L\0I\0T\0Y\0 \0+\0P\01\01\0K\0I\0T\0 \0+\0Q\0R\0E\0N\0C\0O\0D\0E\0 \0+\0T\0P\0M\02\0 \0+\0B\0Z\0I\0P\02\0 \0+\0L\0Z\04\0 \0+\0X\0Z\0 \0+\0Z\0L\0I\0B\0 \0+\0Z\0S\0T\0D\0 \0-\0B\0P\0F\0_\0F\0R\0A\0M\0E\0W\0O\0R\0K\0 \0-\0X\0K\0B\0C\0O\0M\0M\0O\0N\0 \0+\0U\0T\0M\0P\0 \0+\0S\0Y\0S\0V\0I\0N\0I\0T\0 \0d\0e\0f\0a\0u\0l\0t\0-\0h\0i\0e\0r\0a\0r\0c\0h\0y\0=\0u\0n\0i\0f\0i\0e\0d\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0D\0e\0t\0e\0c\0t\0e\0d\0 \0a\0r\0c\0h\0i\0t\0e\0c\0t\0u\0r\0e\0 \0x\08\06\0-\06\04\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0H\0o\0s\0t\0n\0a\0m\0e\0 \0s\0e\0t\0 \0t\0o\0 \0<\05\0-\0e\0f\0i\0>\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\03\0 \02\00\02\04\0]\0 \08\02\05\00\0_\0m\0i\0d\0 \00\00\00\00\0:\00\00\0:\01\0a\0.\00\0:\0 \0f\0o\0r\0b\0i\0d\0 \0D\0M\0A\0 \0f\0o\0r\0 \0k\0e\0r\0n\0e\0l\0 \0c\0o\0n\0s\0o\0l\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0Q\0u\0e\0u\0e\0d\0 \0s\0t\0a\0r\0t\0 \0j\0o\0b\0 \0f\0o\0r\0 \0d\0e\0f\0a\0u\0l\0t\0 \0t\0a\0r\0g\0e\0t\0 \0m\0u\0l\0t\0i\0-\0u\0s\0e\0r\0.\0t\0a\0r\0g\0e\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0C\0r\0e\0a\0t\0e\0d\0 \0s\0l\0i\0c\0e\0 \0s\0y\0s\0t\0e\0m\0-\0g\0e\0t\0t\0y\0.\0s\0l\0i\0c\0e\0 \0-\0 \0S\0l\0i\0c\0e\0 \0/\0s\0y\0s\0t\0e\0m\0/\0g\0e\0t\0t\0y\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0C\0r\0e\0a\0t\0e\0d\0 \0s\0l\0i\0c\0e\0 \0s\0y\0s\0t\0e\0m\0-\0m\0o\0d\0p\0r\0o\0b\0e\0.\0s\0l\0i\0c\0e\0 \0-\0 \0S\0l\0i\0c\0e\0 \0/\0s\0y\0s\0t\0e\0m\0/\0m\0o\0d\0p\0r\0o\0b\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0C\0r\0e\0a\0t\0e\0d\0 \0s\0l\0i\0c\0e\0 \0s\0y\0s\0t\0e\0m\0-\0s\0e\0r\0i\0a\0l\0\\0x\02\0d\0g\0e\0t\0t\0y\0.\0s\0l\0i\0c\0e\0 \0-\0 \0S\0l\0i\0c\0e\0 \0/\0s\0y\0s\0t\0e\0m\0/\0s\0e\0r\0i\0a\0l\0-\0g\0e\0t\0t\0y\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0C\0r\0e\0a\0t\0e\0d\0 \0s\0l\0i\0c\0e\0 \0u\0s\0e\0r\0.\0s\0l\0i\0c\0e\0 \0-\0 \0U\0s\0e\0r\0 \0a\0n\0d\0 \0S\0e\0s\0s\0i\0o\0n\0 \0S\0l\0i\0c\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0e\0d\0 \0s\0y\0s\0t\0e\0m\0d\0-\0a\0s\0k\0-\0p\0a\0s\0s\0w\0o\0r\0d\0-\0c\0o\0n\0s\0o\0l\0e\0.\0p\0a\0t\0h\0 \0-\0 \0D\0i\0s\0p\0a\0t\0c\0h\0 \0P\0a\0s\0s\0w\0o\0r\0d\0 \0R\0e\0q\0u\0e\0s\0t\0s\0 \0t\0o\0 \0C\0o\0n\0s\0o\0l\0e\0 \0D\0i\0r\0e\0c\0t\0o\0r\0y\0 \0W\0a\0t\0c\0h\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0e\0d\0 \0s\0y\0s\0t\0e\0m\0d\0-\0a\0s\0k\0-\0p\0a\0s\0s\0w\0o\0r\0d\0-\0w\0a\0l\0l\0.\0p\0a\0t\0h\0 \0-\0 \0F\0o\0r\0w\0a\0r\0d\0 \0P\0a\0s\0s\0w\0o\0r\0d\0 \0R\0e\0q\0u\0e\0s\0t\0s\0 \0t\0o\0 \0W\0a\0l\0l\0 \0D\0i\0r\0e\0c\0t\0o\0r\0y\0 \0W\0a\0t\0c\0h\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0e\0t\0 \0u\0p\0 \0a\0u\0t\0o\0m\0o\0u\0n\0t\0 \0p\0r\0o\0c\0-\0s\0y\0s\0-\0f\0s\0-\0b\0i\0n\0f\0m\0t\0_\0m\0i\0s\0c\0.\0a\0u\0t\0o\0m\0o\0u\0n\0t\0 \0-\0 \0A\0r\0b\0i\0t\0r\0a\0r\0y\0 \0E\0x\0e\0c\0u\0t\0a\0b\0l\0e\0 \0F\0i\0l\0e\0 \0F\0o\0r\0m\0a\0t\0s\0 \0F\0i\0l\0e\0 \0S\0y\0s\0t\0e\0m\0 \0A\0u\0t\0o\0m\0o\0u\0n\0t\0 \0P\0o\0i\0n\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0R\0e\0a\0c\0h\0e\0d\0 \0t\0a\0r\0g\0e\0t\0 \0c\0r\0y\0p\0t\0s\0e\0t\0u\0p\0.\0t\0a\0r\0g\0e\0t\0 \0-\0 \0L\0o\0c\0a\0l\0 \0E\0n\0c\0r\0y\0p\0t\0e\0d\0 \0V\0o\0l\0u\0m\0e\0s\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0R\0e\0a\0c\0h\0e\0d\0 \0t\0a\0r\0g\0e\0t\0 \0i\0n\0t\0e\0g\0r\0i\0t\0y\0s\0e\0t\0u\0p\0.\0t\0a\0r\0g\0e\0t\0 \0-\0 \0L\0o\0c\0a\0l\0 \0I\0n\0t\0e\0g\0r\0i\0t\0y\0 \0P\0r\0o\0t\0e\0c\0t\0e\0d\0 \0V\0o\0l\0u\0m\0e\0s\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0R\0e\0a\0c\0h\0e\0d\0 \0t\0a\0r\0g\0e\0t\0 \0s\0l\0i\0c\0e\0s\0.\0t\0a\0r\0g\0e\0t\0 \0-\0 \0S\0l\0i\0c\0e\0 \0U\0n\0i\0t\0s\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0R\0e\0a\0c\0h\0e\0d\0 \0t\0a\0r\0g\0e\0t\0 \0s\0w\0a\0p\0.\0t\0a\0r\0g\0e\0t\0 \0-\0 \0S\0w\0a\0p\0s\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0R\0e\0a\0c\0h\0e\0d\0 \0t\0a\0r\0g\0e\0t\0 \0v\0e\0r\0i\0t\0y\0s\0e\0t\0u\0p\0.\0t\0a\0r\0g\0e\0t\0 \0-\0 \0L\0o\0c\0a\0l\0 \0V\0e\0r\0i\0t\0y\0 \0P\0r\0o\0t\0e\0c\0t\0e\0d\0 \0V\0o\0l\0u\0m\0e\0s\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0L\0i\0s\0t\0e\0n\0i\0n\0g\0 \0o\0n\0 \0r\0p\0c\0b\0i\0n\0d\0.\0s\0o\0c\0k\0e\0t\0 \0-\0 \0R\0P\0C\0b\0i\0n\0d\0 \0S\0e\0r\0v\0e\0r\0 \0A\0c\0t\0i\0v\0a\0t\0i\0o\0n\0 \0S\0o\0c\0k\0e\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0L\0i\0s\0t\0e\0n\0i\0n\0g\0 \0o\0n\0 \0s\0y\0s\0t\0e\0m\0d\0-\0f\0s\0c\0k\0d\0.\0s\0o\0c\0k\0e\0t\0 \0-\0 \0f\0s\0c\0k\0 \0t\0o\0 \0f\0s\0c\0k\0d\0 \0c\0o\0m\0m\0u\0n\0i\0c\0a\0t\0i\0o\0n\0 \0S\0o\0c\0k\0e\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0L\0i\0s\0t\0e\0n\0i\0n\0g\0 \0o\0n\0 \0s\0y\0s\0t\0e\0m\0d\0-\0i\0n\0i\0t\0c\0t\0l\0.\0s\0o\0c\0k\0e\0t\0 \0-\0 \0i\0n\0i\0t\0c\0t\0l\0 \0C\0o\0m\0p\0a\0t\0i\0b\0i\0l\0i\0t\0y\0 \0N\0a\0m\0e\0d\0 \0P\0i\0p\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0L\0i\0s\0t\0e\0n\0i\0n\0g\0 \0o\0n\0 \0s\0y\0s\0t\0e\0m\0d\0-\0j\0o\0u\0r\0n\0a\0l\0d\0-\0a\0u\0d\0i\0t\0.\0s\0o\0c\0k\0e\0t\0 \0-\0 \0J\0o\0u\0r\0n\0a\0l\0 \0A\0u\0d\0i\0t\0 \0S\0o\0c\0k\0e\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0L\0i\0s\0t\0e\0n\0i\0n\0g\0 \0o\0n\0 \0s\0y\0s\0t\0e\0m\0d\0-\0j\0o\0u\0r\0n\0a\0l\0d\0-\0d\0e\0v\0-\0l\0o\0g\0.\0s\0o\0c\0k\0e\0t\0 \0-\0 \0J\0o\0u\0r\0n\0a\0l\0 \0S\0o\0c\0k\0e\0t\0 \0(\0/\0d\0e\0v\0/\0l\0o\0g\0)\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0L\0i\0s\0t\0e\0n\0i\0n\0g\0 \0o\0n\0 \0s\0y\0s\0t\0e\0m\0d\0-\0j\0o\0u\0r\0n\0a\0l\0d\0.\0s\0o\0c\0k\0e\0t\0 \0-\0 \0J\0o\0u\0r\0n\0a\0l\0 \0S\0o\0c\0k\0e\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0L\0i\0s\0t\0e\0n\0i\0n\0g\0 \0o\0n\0 \0s\0y\0s\0t\0e\0m\0d\0-\0n\0e\0t\0w\0o\0r\0k\0d\0.\0s\0o\0c\0k\0e\0t\0 \0-\0 \0N\0e\0t\0w\0o\0r\0k\0 \0S\0e\0r\0v\0i\0c\0e\0 \0N\0e\0t\0l\0i\0n\0k\0 \0S\0o\0c\0k\0e\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0L\0i\0s\0t\0e\0n\0i\0n\0g\0 \0o\0n\0 \0s\0y\0s\0t\0e\0m\0d\0-\0u\0d\0e\0v\0d\0-\0c\0o\0n\0t\0r\0o\0l\0.\0s\0o\0c\0k\0e\0t\0 \0-\0 \0u\0d\0e\0v\0 \0C\0o\0n\0t\0r\0o\0l\0 \0S\0o\0c\0k\0e\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0L\0i\0s\0t\0e\0n\0i\0n\0g\0 \0o\0n\0 \0s\0y\0s\0t\0e\0m\0d\0-\0u\0d\0e\0v\0d\0-\0k\0e\0r\0n\0e\0l\0.\0s\0o\0c\0k\0e\0t\0 \0-\0 \0u\0d\0e\0v\0 \0K\0e\0r\0n\0e\0l\0 \0S\0o\0c\0k\0e\0t\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0M\0o\0u\0n\0t\0i\0n\0g\0 \0d\0e\0v\0-\0h\0u\0g\0e\0p\0a\0g\0e\0s\0.\0m\0o\0u\0n\0t\0 \0-\0 \0H\0u\0g\0e\0 \0P\0a\0g\0e\0s\0 \0F\0i\0l\0e\0 \0S\0y\0s\0t\0e\0m\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0M\0o\0u\0n\0t\0i\0n\0g\0 \0d\0e\0v\0-\0m\0q\0u\0e\0u\0e\0.\0m\0o\0u\0n\0t\0 \0-\0 \0P\0O\0S\0I\0X\0 \0M\0e\0s\0s\0a\0g\0e\0 \0Q\0u\0e\0u\0e\0 \0F\0i\0l\0e\0 \0S\0y\0s\0t\0e\0m\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0M\0o\0u\0n\0t\0i\0n\0g\0 \0s\0y\0s\0-\0k\0e\0r\0n\0e\0l\0-\0d\0e\0b\0u\0g\0.\0m\0o\0u\0n\0t\0 \0-\0 \0K\0e\0r\0n\0e\0l\0 \0D\0e\0b\0u\0g\0 \0F\0i\0l\0e\0 \0S\0y\0s\0t\0e\0m\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0M\0o\0u\0n\0t\0i\0n\0g\0 \0s\0y\0s\0-\0k\0e\0r\0n\0e\0l\0-\0t\0r\0a\0c\0i\0n\0g\0.\0m\0o\0u\0n\0t\0 \0-\0 \0K\0e\0r\0n\0e\0l\0 \0T\0r\0a\0c\0e\0 \0F\0i\0l\0e\0 \0S\0y\0s\0t\0e\0m\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0k\0m\0o\0d\0-\0s\0t\0a\0t\0i\0c\0-\0n\0o\0d\0e\0s\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0C\0r\0e\0a\0t\0e\0 \0L\0i\0s\0t\0 \0o\0f\0 \0S\0t\0a\0t\0i\0c\0 \0D\0e\0v\0i\0c\0e\0 \0N\0o\0d\0e\0s\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\04\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0m\0o\0d\0p\0r\0o\0b\0e\0@\0c\0o\0n\0f\0i\0g\0f\0s\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0L\0o\0a\0d\0 \0K\0e\0r\0n\0e\0l\0 \0M\0o\0d\0u\0l\0e\0 \0c\0o\0n\0f\0i\0g\0f\0s\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0m\0o\0d\0p\0r\0o\0b\0e\0@\0d\0m\0_\0m\0o\0d\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0L\0o\0a\0d\0 \0K\0e\0r\0n\0e\0l\0 \0M\0o\0d\0u\0l\0e\0 \0d\0m\0_\0m\0o\0d\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0m\0o\0d\0p\0r\0o\0b\0e\0@\0d\0r\0m\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0L\0o\0a\0d\0 \0K\0e\0r\0n\0e\0l\0 \0M\0o\0d\0u\0l\0e\0 \0d\0r\0m\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0m\0o\0d\0p\0r\0o\0b\0e\0@\0e\0f\0i\0_\0p\0s\0t\0o\0r\0e\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0L\0o\0a\0d\0 \0K\0e\0r\0n\0e\0l\0 \0M\0o\0d\0u\0l\0e\0 \0e\0f\0i\0_\0p\0s\0t\0o\0r\0e\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0d\0e\0v\0i\0c\0e\0-\0m\0a\0p\0p\0e\0r\0:\0 \0c\0o\0r\0e\0:\0 \0C\0O\0N\0F\0I\0G\0_\0I\0M\0A\0_\0D\0I\0S\0A\0B\0L\0E\0_\0H\0T\0A\0B\0L\0E\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0.\0 \0D\0u\0p\0l\0i\0c\0a\0t\0e\0 \0I\0M\0A\0 \0m\0e\0a\0s\0u\0r\0e\0m\0e\0n\0t\0s\0 \0w\0i\0l\0l\0 \0n\0o\0t\0 \0b\0e\0 \0r\0e\0c\0o\0r\0d\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0I\0M\0A\0 \0l\0o\0g\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0m\0o\0d\0p\0r\0o\0b\0e\0@\0f\0u\0s\0e\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0L\0o\0a\0d\0 \0K\0e\0r\0n\0e\0l\0 \0M\0o\0d\0u\0l\0e\0 \0f\0u\0s\0e\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0d\0e\0v\0i\0c\0e\0-\0m\0a\0p\0p\0e\0r\0:\0 \0u\0e\0v\0e\0n\0t\0:\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\00\0.\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0p\0s\0t\0o\0r\0e\0:\0 \0i\0g\0n\0o\0r\0i\0n\0g\0 \0u\0n\0e\0x\0p\0e\0c\0t\0e\0d\0 \0b\0a\0c\0k\0e\0n\0d\0 \0'\0e\0f\0i\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0d\0e\0v\0i\0c\0e\0-\0m\0a\0p\0p\0e\0r\0:\0 \0i\0o\0c\0t\0l\0:\0 \04\0.\04\07\0.\00\0-\0i\0o\0c\0t\0l\0 \0(\02\00\02\02\0-\00\07\0-\02\08\0)\0 \0i\0n\0i\0t\0i\0a\0l\0i\0s\0e\0d\0:\0 \0d\0m\0-\0d\0e\0v\0e\0l\0@\0r\0e\0d\0h\0a\0t\0.\0c\0o\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0f\0u\0s\0e\0:\0 \0i\0n\0i\0t\0 \0(\0A\0P\0I\0 \0v\0e\0r\0s\0i\0o\0n\0 \07\0.\03\07\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0m\0o\0d\0p\0r\0o\0b\0e\0@\0l\0o\0o\0p\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0L\0o\0a\0d\0 \0K\0e\0r\0n\0e\0l\0 \0M\0o\0d\0u\0l\0e\0 \0l\0o\0o\0p\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0b\0u\0s\0 \0t\0y\0p\0e\0 \0d\0r\0m\0_\0c\0o\0n\0n\0e\0c\0t\0o\0r\0 \0r\0e\0g\0i\0s\0t\0e\0r\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0l\0o\0o\0p\0:\0 \0m\0o\0d\0u\0l\0e\0 \0l\0o\0a\0d\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0n\0e\0t\0p\0l\0a\0n\0-\0o\0v\0s\0-\0c\0l\0e\0a\0n\0u\0p\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0O\0p\0e\0n\0V\0S\0w\0i\0t\0c\0h\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0f\0o\0r\0 \0c\0l\0e\0a\0n\0u\0p\0 \0w\0a\0s\0 \0s\0k\0i\0p\0p\0e\0d\0 \0b\0e\0c\0a\0u\0s\0e\0 \0o\0f\0 \0a\0n\0 \0u\0n\0m\0e\0t\0 \0c\0o\0n\0d\0i\0t\0i\0o\0n\0 \0c\0h\0e\0c\0k\0 \0(\0C\0o\0n\0d\0i\0t\0i\0o\0n\0F\0i\0l\0e\0I\0s\0E\0x\0e\0c\0u\0t\0a\0b\0l\0e\0=\0/\0u\0s\0r\0/\0b\0i\0n\0/\0o\0v\0s\0-\0v\0s\0c\0t\0l\0)\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0s\0y\0s\0t\0e\0m\0d\0-\0f\0s\0c\0k\0-\0r\0o\0o\0t\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0F\0i\0l\0e\0 \0S\0y\0s\0t\0e\0m\0 \0C\0h\0e\0c\0k\0 \0o\0n\0 \0R\0o\0o\0t\0 \0D\0e\0v\0i\0c\0e\0 \0w\0a\0s\0 \0s\0k\0i\0p\0p\0e\0d\0 \0b\0e\0c\0a\0u\0s\0e\0 \0o\0f\0 \0a\0n\0 \0u\0n\0m\0e\0t\0 \0c\0o\0n\0d\0i\0t\0i\0o\0n\0 \0c\0h\0e\0c\0k\0 \0(\0C\0o\0n\0d\0i\0t\0i\0o\0n\0P\0a\0t\0h\0E\0x\0i\0s\0t\0s\0=\0!\0/\0r\0u\0n\0/\0i\0n\0i\0t\0r\0a\0m\0f\0s\0/\0f\0s\0c\0k\0-\0r\0o\0o\0t\0)\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0s\0y\0s\0t\0e\0m\0d\0-\0j\0o\0u\0r\0n\0a\0l\0d\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0J\0o\0u\0r\0n\0a\0l\0 \0S\0e\0r\0v\0i\0c\0e\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0s\0y\0s\0t\0e\0m\0d\0-\0m\0o\0d\0u\0l\0e\0s\0-\0l\0o\0a\0d\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0L\0o\0a\0d\0 \0K\0e\0r\0n\0e\0l\0 \0M\0o\0d\0u\0l\0e\0s\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0s\0y\0s\0t\0e\0m\0d\0-\0n\0e\0t\0w\0o\0r\0k\0-\0g\0e\0n\0e\0r\0a\0t\0o\0r\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0G\0e\0n\0e\0r\0a\0t\0e\0 \0n\0e\0t\0w\0o\0r\0k\0 \0u\0n\0i\0t\0s\0 \0f\0r\0o\0m\0 \0K\0e\0r\0n\0e\0l\0 \0c\0o\0m\0m\0a\0n\0d\0 \0l\0i\0n\0e\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0s\0y\0s\0t\0e\0m\0d\0-\0r\0e\0m\0o\0u\0n\0t\0-\0f\0s\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0R\0e\0m\0o\0u\0n\0t\0 \0R\0o\0o\0t\0 \0a\0n\0d\0 \0K\0e\0r\0n\0e\0l\0 \0F\0i\0l\0e\0 \0S\0y\0s\0t\0e\0m\0s\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0E\0X\0T\04\0-\0f\0s\0 \0(\0s\0d\0a\03\0)\0:\0 \0r\0e\0-\0m\0o\0u\0n\0t\0e\0d\0.\0 \0Q\0u\0o\0t\0a\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0i\0n\0g\0 \0s\0y\0s\0t\0e\0m\0d\0-\0u\0d\0e\0v\0-\0t\0r\0i\0g\0g\0e\0r\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0C\0o\0l\0d\0p\0l\0u\0g\0 \0A\0l\0l\0 \0u\0d\0e\0v\0 \0D\0e\0v\0i\0c\0e\0s\0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0M\0o\0u\0n\0t\0e\0d\0 \0d\0e\0v\0-\0h\0u\0g\0e\0p\0a\0g\0e\0s\0.\0m\0o\0u\0n\0t\0 \0-\0 \0H\0u\0g\0e\0 \0P\0a\0g\0e\0s\0 \0F\0i\0l\0e\0 \0S\0y\0s\0t\0e\0m\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0M\0o\0u\0n\0t\0e\0d\0 \0d\0e\0v\0-\0m\0q\0u\0e\0u\0e\0.\0m\0o\0u\0n\0t\0 \0-\0 \0P\0O\0S\0I\0X\0 \0M\0e\0s\0s\0a\0g\0e\0 \0Q\0u\0e\0u\0e\0 \0F\0i\0l\0e\0 \0S\0y\0s\0t\0e\0m\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0M\0o\0u\0n\0t\0e\0d\0 \0s\0y\0s\0-\0k\0e\0r\0n\0e\0l\0-\0d\0e\0b\0u\0g\0.\0m\0o\0u\0n\0t\0 \0-\0 \0K\0e\0r\0n\0e\0l\0 \0D\0e\0b\0u\0g\0 \0F\0i\0l\0e\0 \0S\0y\0s\0t\0e\0m\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0M\0o\0u\0n\0t\0e\0d\0 \0s\0y\0s\0-\0k\0e\0r\0n\0e\0l\0-\0t\0r\0a\0c\0i\0n\0g\0.\0m\0o\0u\0n\0t\0 \0-\0 \0K\0e\0r\0n\0e\0l\0 \0T\0r\0a\0c\0e\0 \0F\0i\0l\0e\0 \0S\0y\0s\0t\0e\0m\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0[\01\0]\0:\0 \0S\0t\0a\0r\0t\0e\0d\0 \0s\0y\0s\0t\0e\0m\0d\0-\0j\0o\0u\0r\0n\0a\0l\0d\0.\0s\0e\0r\0v\0i\0c\0e\0 \0-\0 \0J\0o\0u\0r\0n\0a\0l\0 \0S\0e\0r\0v\0i\0c\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0-\0j\0o\0u\0r\0n\0a\0l\0d\0[\04\09\08\0]\0:\0 \0R\0e\0c\0e\0i\0v\0e\0d\0 \0c\0l\0i\0e\0n\0t\0 \0r\0e\0q\0u\0e\0s\0t\0 \0t\0o\0 \0f\0l\0u\0s\0h\0 \0r\0u\0n\0t\0i\0m\0e\0 \0j\0o\0u\0r\0n\0a\0l\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\05\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0-\0j\0o\0u\0r\0n\0a\0l\0d\0[\04\09\08\0]\0:\0 \0F\0i\0l\0e\0 \0/\0v\0a\0r\0/\0l\0o\0g\0/\0j\0o\0u\0r\0n\0a\0l\0/\08\03\00\02\0d\08\05\00\02\05\03\06\04\07\03\01\0b\01\01\06\09\02\0a\06\01\0e\06\02\03\0e\06\0d\0/\0s\0y\0s\0t\0e\0m\0.\0j\0o\0u\0r\0n\0a\0l\0 \0c\0o\0r\0r\0u\0p\0t\0e\0d\0 \0o\0r\0 \0u\0n\0c\0l\0e\0a\0n\0l\0y\0 \0s\0h\0u\0t\0 \0d\0o\0w\0n\0,\0 \0r\0e\0n\0a\0m\0i\0n\0g\0 \0a\0n\0d\0 \0r\0e\0p\0l\0a\0c\0i\0n\0g\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0n\0p\0u\0t\0:\0 \0P\0o\0w\0e\0r\0 \0B\0u\0t\0t\0o\0n\0 \0a\0s\0 \0/\0d\0e\0v\0i\0c\0e\0s\0/\0L\0N\0X\0S\0Y\0S\0T\0M\0:\00\00\0/\0L\0N\0X\0P\0W\0R\0B\0N\0:\00\00\0/\0i\0n\0p\0u\0t\0/\0i\0n\0p\0u\0t\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0A\0C\0P\0I\0:\0 \0b\0u\0t\0t\0o\0n\0:\0 \0P\0o\0w\0e\0r\0 \0B\0u\0t\0t\0o\0n\0 \0[\0P\0W\0R\0F\0]\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0d\0c\0a\0 \0s\0e\0r\0v\0i\0c\0e\0 \0s\0t\0a\0r\0t\0e\0d\0,\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\01\02\0.\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0p\0o\0w\0e\0r\0_\0m\0e\0t\0e\0r\0 \0A\0C\0P\0I\00\00\00\0D\0:\00\00\0:\0 \0F\0o\0u\0n\0d\0 \0A\0C\0P\0I\0 \0p\0o\0w\0e\0r\0 \0m\0e\0t\0e\0r\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0p\0o\0w\0e\0r\0_\0m\0e\0t\0e\0r\0 \0A\0C\0P\0I\00\00\00\0D\0:\00\00\0:\0 \0I\0g\0n\0o\0r\0i\0n\0g\0 \0u\0n\0s\0a\0f\0e\0 \0s\0o\0f\0t\0w\0a\0r\0e\0 \0p\0o\0w\0e\0r\0 \0c\0a\0p\0!\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0p\0o\0w\0e\0r\0_\0m\0e\0t\0e\0r\0 \0A\0C\0P\0I\00\00\00\0D\0:\00\00\0:\0 \0h\0w\0m\0o\0n\0_\0d\0e\0v\0i\0c\0e\0_\0r\0e\0g\0i\0s\0t\0e\0r\0(\0)\0 \0i\0s\0 \0d\0e\0p\0r\0e\0c\0a\0t\0e\0d\0.\0 \0P\0l\0e\0a\0s\0e\0 \0c\0o\0n\0v\0e\0r\0t\0 \0t\0h\0e\0 \0d\0r\0i\0v\0e\0r\0 \0t\0o\0 \0u\0s\0e\0 \0h\0w\0m\0o\0n\0_\0d\0e\0v\0i\0c\0e\0_\0r\0e\0g\0i\0s\0t\0e\0r\0_\0w\0i\0t\0h\0_\0i\0n\0f\0o\0(\0)\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0o\0a\0t\0d\0m\0a\0:\0 \0I\0n\0t\0e\0l\0(\0R\0)\0 \0Q\0u\0i\0c\0k\0D\0a\0t\0a\0 \0T\0e\0c\0h\0n\0o\0l\0o\0g\0y\0 \0D\0r\0i\0v\0e\0r\0 \05\0.\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0o\0a\0t\0d\0m\0a\0 \00\00\00\00\0:\00\00\0:\00\01\0.\00\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\04\0 \0-\0>\0 \00\01\04\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0T\0C\0O\0_\0v\0e\0n\0d\0o\0r\0_\0s\0u\0p\0p\0o\0r\0t\0:\0 \0v\0e\0n\0d\0o\0r\0-\0s\0u\0p\0p\0o\0r\0t\0=\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0o\0a\0t\0d\0m\0a\0 \00\00\00\00\0:\00\00\0:\00\01\0.\01\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\04\0 \0-\0>\0 \00\01\04\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0o\0a\0t\0d\0m\0a\0 \00\00\00\00\0:\00\00\0:\00\01\0.\02\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\04\0 \0-\0>\0 \00\01\04\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0n\0t\0e\0l\0_\0t\0h\0_\0p\0c\0i\0 \00\00\00\00\0:\00\00\0:\01\0f\0.\07\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\00\0 \0-\0>\0 \00\01\04\02\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0o\0a\0t\0d\0m\0a\0 \00\00\00\00\0:\00\00\0:\00\01\0.\03\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\04\0 \0-\0>\0 \00\01\04\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0T\0C\0O\0_\0w\0d\0t\0 \0i\0T\0C\0O\0_\0w\0d\0t\0:\0 \0F\0o\0u\0n\0d\0 \0a\0 \0I\0n\0t\0e\0l\0 \0P\0C\0H\0 \0T\0C\0O\0 \0d\0e\0v\0i\0c\0e\0 \0(\0V\0e\0r\0s\0i\0o\0n\0=\06\0,\0 \0T\0C\0O\0B\0A\0S\0E\0=\00\0x\00\04\00\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0o\0a\0t\0d\0m\0a\0 \00\00\00\00\0:\00\00\0:\00\01\0.\04\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\04\0 \0-\0>\0 \00\01\04\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0T\0C\0O\0_\0w\0d\0t\0 \0i\0T\0C\0O\0_\0w\0d\0t\0:\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0.\0 \0h\0e\0a\0r\0t\0b\0e\0a\0t\0=\03\00\0 \0s\0e\0c\0 \0(\0n\0o\0w\0a\0y\0o\0u\0t\0=\00\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0o\0a\0t\0d\0m\0a\0 \00\00\00\00\0:\00\00\0:\00\01\0.\05\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\04\0 \0-\0>\0 \00\01\04\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\00\00\0/\00\00\00\00\0:\00\00\0:\01\0e\0.\00\0/\0u\0s\0b\02\0/\02\0-\02\0/\02\0-\02\0.\01\0/\02\0-\02\0.\01\0:\01\0.\00\0/\0n\0e\0t\0/\0e\0t\0h\05\0'\0 \0t\0o\0 \0'\0u\0s\0b\05\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\08\08\0/\00\00\00\00\0:\08\08\0:\00\04\0.\00\0/\00\00\00\00\0:\08\09\0:\00\00\0.\06\0/\0n\0e\0t\0/\0e\0t\0h\01\01\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\08\09\0p\06\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\08\08\0/\00\00\00\00\0:\08\08\0:\00\04\0.\00\0/\00\00\00\00\0:\08\09\0:\00\00\0.\02\0/\0n\0e\0t\0/\0e\0t\0h\07\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\08\09\0p\02\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\08\08\0/\00\00\00\00\0:\08\08\0:\00\04\0.\00\0/\00\00\00\00\0:\08\09\0:\00\00\0.\04\0/\0n\0e\0t\0/\0e\0t\0h\09\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\08\09\0p\04\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\08\08\0/\00\00\00\00\0:\08\08\0:\00\04\0.\00\0/\00\00\00\00\0:\08\09\0:\00\00\0.\05\0/\0n\0e\0t\0/\0e\0t\0h\01\00\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\08\09\0p\05\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\09\00\0/\00\00\00\00\0:\09\00\0:\00\02\0.\00\0/\00\00\00\00\0:\09\01\0:\00\00\0.\02\0/\0n\0e\0t\0/\0e\0t\0h\02\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\09\01\0p\02\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\09\00\0/\00\00\00\00\0:\09\00\0:\00\02\0.\00\0/\00\00\00\00\0:\09\01\0:\00\00\0.\00\0/\0n\0e\0t\0/\0e\0t\0h\00\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\09\01\0p\00\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\08\08\0/\00\00\00\00\0:\08\08\0:\00\04\0.\00\0/\00\00\00\00\0:\08\09\0:\00\00\0.\03\0/\0n\0e\0t\0/\0e\0t\0h\08\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\08\09\0p\03\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\08\08\0/\00\00\00\00\0:\08\08\0:\00\04\0.\00\0/\00\00\00\00\0:\08\09\0:\00\00\0.\00\0/\0n\0e\0t\0/\0e\0t\0h\04\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\08\09\0p\00\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0 \0b\08\09\0p\02\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\07\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\08\08\0/\00\00\00\00\0:\08\08\0:\00\04\0.\00\0/\00\00\00\00\0:\08\09\0:\00\00\0.\01\0/\0n\0e\0t\0/\0e\0t\0h\06\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\08\09\0p\01\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\09\00\0/\00\00\00\00\0:\09\00\0:\00\02\0.\00\0/\00\00\00\00\0:\09\01\0:\00\00\0.\01\0/\0n\0e\0t\0/\0e\0t\0h\01\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\09\01\0p\01\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\09\00\0/\00\00\00\00\0:\09\00\0:\00\02\0.\00\0/\00\00\00\00\0:\09\01\0:\00\00\0.\03\0/\0n\0e\0t\0/\0e\0t\0h\03\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\09\01\0p\03\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\08\08\0/\00\00\00\00\0:\08\08\0:\00\04\0.\00\0/\00\00\00\00\0:\08\09\0:\00\00\0.\07\0/\0n\0e\0t\0/\0e\0t\0h\01\02\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\08\09\0p\07\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0o\0a\0t\0d\0m\0a\0 \00\00\00\00\0:\00\00\0:\00\01\0.\06\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\04\0 \0-\0>\0 \00\01\04\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0s\0d\0 \08\0:\00\0:\00\0:\00\0:\0 \0A\0t\0t\0a\0c\0h\0e\0d\0 \0s\0c\0s\0i\0 \0g\0e\0n\0e\0r\0i\0c\0 \0s\0g\00\0 \0t\0y\0p\0e\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0o\0a\0t\0d\0m\0a\0 \00\00\00\00\0:\00\00\0:\00\01\0.\07\0:\0 \0e\0n\0a\0b\0l\0i\0n\0g\0 \0d\0e\0v\0i\0c\0e\0 \0(\00\01\04\04\0 \0-\0>\0 \00\01\04\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\06\0 \0b\08\09\0p\06\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\01\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\06\0 \02\00\02\04\0]\0 \0R\0A\0P\0L\0 \0P\0M\0U\0:\0 \0A\0P\0I\0 \0u\0n\0i\0t\0 \0i\0s\0 \02\0^\0-\03\02\0 \0J\0o\0u\0l\0e\0s\0,\0 \02\0 \0f\0i\0x\0e\0d\0 \0c\0o\0u\0n\0t\0e\0r\0s\0,\0 \06\05\05\03\06\00\0 \0m\0s\0 \0o\0v\0f\0l\0 \0t\0i\0m\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0R\0A\0P\0L\0 \0P\0M\0U\0:\0 \0h\0w\0 \0u\0n\0i\0t\0 \0o\0f\0 \0d\0o\0m\0a\0i\0n\0 \0p\0a\0c\0k\0a\0g\0e\0 \02\0^\0-\01\04\0 \0J\0o\0u\0l\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0R\0A\0P\0L\0 \0P\0M\0U\0:\0 \0h\0w\0 \0u\0n\0i\0t\0 \0o\0f\0 \0d\0o\0m\0a\0i\0n\0 \0d\0r\0a\0m\0 \02\0^\0-\01\06\0 \0J\0o\0u\0l\0e\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0C\0o\0n\0s\0o\0l\0e\0:\0 \0s\0w\0i\0t\0c\0h\0i\0n\0g\0 \0t\0o\0 \0c\0o\0l\0o\0u\0r\0 \0d\0u\0m\0m\0y\0 \0d\0e\0v\0i\0c\0e\0 \08\00\0x\02\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0 \0b\08\09\0p\03\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0c\0f\0g\08\00\02\01\01\0:\0 \0L\0o\0a\0d\0i\0n\0g\0 \0c\0o\0m\0p\0i\0l\0e\0d\0-\0i\0n\0 \0X\0.\05\00\09\0 \0c\0e\0r\0t\0i\0f\0i\0c\0a\0t\0e\0s\0 \0f\0o\0r\0 \0r\0e\0g\0u\0l\0a\0t\0o\0r\0y\0 \0d\0a\0t\0a\0b\0a\0s\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0c\0f\0g\08\00\02\01\01\0:\0 \0L\0o\0a\0d\0e\0d\0 \0X\0.\05\00\09\0 \0c\0e\0r\0t\0 \0'\0b\0e\0n\0h\0@\0d\0e\0b\0i\0a\0n\0.\0o\0r\0g\0:\0 \05\07\07\0e\00\02\01\0c\0b\09\08\00\0e\00\0e\08\02\00\08\02\01\0b\0a\07\0b\05\04\0b\04\09\06\01\0b\08\0b\04\0f\0a\0d\0f\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0c\0f\0g\08\00\02\01\01\0:\0 \0L\0o\0a\0d\0e\0d\0 \0X\0.\05\00\09\0 \0c\0e\0r\0t\0 \0'\0r\0o\0m\0a\0i\0n\0.\0p\0e\0r\0i\0e\0r\0@\0g\0m\0a\0i\0l\0.\0c\0o\0m\0:\0 \03\0a\0b\0b\0c\06\0e\0c\01\04\06\0e\00\09\0d\01\0b\06\00\01\06\0a\0b\09\0d\06\0c\0f\07\01\0d\0d\02\03\03\0f\00\03\02\08\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0c\0f\0g\08\00\02\01\01\0:\0 \0L\0o\0a\0d\0e\0d\0 \0X\0.\05\00\09\0 \0c\0e\0r\0t\0 \0'\0s\0f\0o\0r\0s\0h\0e\0e\0:\0 \00\00\0b\02\08\0d\0d\0f\04\07\0a\0e\0f\09\0c\0e\0a\07\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0a\0s\0t\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0v\0g\0a\0a\0r\0b\0:\0 \0d\0e\0a\0c\0t\0i\0v\0a\0t\0e\0 \0v\0g\0a\0 \0c\0o\0n\0s\0o\0l\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0c\0r\0y\0p\0t\0d\0:\0 \0m\0a\0x\0_\0c\0p\0u\0_\0q\0l\0e\0n\0 \0s\0e\0t\0 \0t\0o\0 \01\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0a\0s\0t\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0[\0d\0r\0m\0]\0 \0P\02\0A\0 \0b\0r\0i\0d\0g\0e\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0u\0s\0i\0n\0g\0 \0d\0e\0f\0a\0u\0l\0t\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0a\0s\0t\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0[\0d\0r\0m\0]\0 \0A\0S\0T\0 \02\05\00\00\0 \0d\0e\0t\0e\0c\0t\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0a\0s\0t\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0[\0d\0r\0m\0]\0 \0U\0s\0i\0n\0g\0 \0a\0n\0a\0l\0o\0g\0 \0V\0G\0A\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0a\0s\0t\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0[\0d\0r\0m\0]\0 \0d\0r\0a\0m\0 \0M\0C\0L\0K\0=\08\00\00\0 \0M\0h\0z\0 \0t\0y\0p\0e\0=\01\0 \0b\0u\0s\0_\0w\0i\0d\0t\0h\0=\01\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0[\0d\0r\0m\0]\0 \0I\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0 \0a\0s\0t\0 \00\0.\01\0.\00\0 \02\00\01\02\00\02\02\08\0 \0f\0o\0r\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0 \0o\0n\0 \0m\0i\0n\0o\0r\0 \00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0A\0V\0X\02\0 \0v\0e\0r\0s\0i\0o\0n\0 \0o\0f\0 \0g\0c\0m\0_\0e\0n\0c\0/\0d\0e\0c\0 \0e\0n\0g\0a\0g\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0A\0E\0S\0 \0C\0T\0R\0 \0m\0o\0d\0e\0 \0b\0y\08\0 \0o\0p\0t\0i\0m\0i\0z\0a\0t\0i\0o\0n\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0 \0b\09\01\0p\01\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0 \0b\09\01\0p\00\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0f\0b\0c\0o\0n\0:\0 \0a\0s\0t\0d\0r\0m\0f\0b\0 \0(\0f\0b\00\0)\0 \0i\0s\0 \0p\0r\0i\0m\0a\0r\0y\0 \0d\0e\0v\0i\0c\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0C\0o\0n\0s\0o\0l\0e\0:\0 \0s\0w\0i\0t\0c\0h\0i\0n\0g\0 \0t\0o\0 \0c\0o\0l\0o\0u\0r\0 \0f\0r\0a\0m\0e\0 \0b\0u\0f\0f\0e\0r\0 \0d\0e\0v\0i\0c\0e\0 \01\06\00\0x\06\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\04\0 \0b\08\09\0p\04\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\09\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0a\0s\0t\0 \00\00\00\00\0:\00\02\0:\00\00\0.\00\0:\0 \0[\0d\0r\0m\0]\0 \0f\0b\00\0:\0 \0a\0s\0t\0d\0r\0m\0f\0b\0 \0f\0r\0a\0m\0e\0 \0b\0u\0f\0f\0e\0r\0 \0d\0e\0v\0i\0c\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\03\0 \0b\09\01\0p\03\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0p\0l\0a\0t\0f\0o\0r\0m\0 \0r\0e\0g\0u\0l\0a\0t\0o\0r\0y\0.\00\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0r\0e\0g\0u\0l\0a\0t\0o\0r\0y\0.\0d\0b\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0p\0l\0a\0t\0f\0o\0r\0m\0 \0r\0e\0g\0u\0l\0a\0t\0o\0r\0y\0.\00\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0r\0e\0g\0u\0l\0a\0t\0o\0r\0y\0.\0d\0b\0.\0p\07\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\07\0 \0b\08\09\0p\07\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\01\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0F\0A\0T\0-\0f\0s\0 \0(\0s\0d\0a\02\0)\0:\0 \0V\0o\0l\0u\0m\0e\0 \0w\0a\0s\0 \0n\0o\0t\0 \0p\0r\0o\0p\0e\0r\0l\0y\0 \0u\0n\0m\0o\0u\0n\0t\0e\0d\0.\0 \0S\0o\0m\0e\0 \0d\0a\0t\0a\0 \0m\0a\0y\0 \0b\0e\0 \0c\0o\0r\0r\0u\0p\0t\0.\0 \0P\0l\0e\0a\0s\0e\0 \0r\0u\0n\0 \0f\0s\0c\0k\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0F\0A\0T\0-\0f\0s\0 \0(\0s\0d\0a\01\0)\0:\0 \0V\0o\0l\0u\0m\0e\0 \0w\0a\0s\0 \0n\0o\0t\0 \0p\0r\0o\0p\0e\0r\0l\0y\0 \0u\0n\0m\0o\0u\0n\0t\0e\0d\0.\0 \0S\0o\0m\0e\0 \0d\0a\0t\0a\0 \0m\0a\0y\0 \0b\0e\0 \0c\0o\0r\0r\0u\0p\0t\0.\0 \0P\0l\0e\0a\0s\0e\0 \0r\0u\0n\0 \0f\0s\0c\0k\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0a\0x\08\08\01\07\09\0_\01\07\08\0a\0 \02\0-\02\0.\01\0:\01\0.\00\0 \0u\0s\0b\05\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0E\0D\0A\0C\0 \0i\01\00\0n\0m\0:\0 \0N\0o\0 \0h\0b\0m\0 \0m\0e\0m\0o\0r\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0E\0D\0A\0C\0 \0M\0C\00\0:\0 \0G\0i\0v\0i\0n\0g\0 \0o\0u\0t\0 \0d\0e\0v\0i\0c\0e\0 \0t\0o\0 \0m\0o\0d\0u\0l\0e\0 \0i\01\00\0n\0m\0_\0e\0d\0a\0c\0 \0c\0o\0n\0t\0r\0o\0l\0l\0e\0r\0 \0I\0n\0t\0e\0l\0_\01\00\0n\0m\0 \0S\0o\0c\0k\0e\0t\0#\00\0 \0I\0M\0C\0#\00\0:\0 \0D\0E\0V\0 \00\00\00\00\0:\0f\0e\0:\00\0c\0.\00\0 \0(\0I\0N\0T\0E\0R\0R\0U\0P\0T\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0E\0D\0A\0C\0 \0M\0C\01\0:\0 \0G\0i\0v\0i\0n\0g\0 \0o\0u\0t\0 \0d\0e\0v\0i\0c\0e\0 \0t\0o\0 \0m\0o\0d\0u\0l\0e\0 \0i\01\00\0n\0m\0_\0e\0d\0a\0c\0 \0c\0o\0n\0t\0r\0o\0l\0l\0e\0r\0 \0I\0n\0t\0e\0l\0_\01\00\0n\0m\0 \0S\0o\0c\0k\0e\0t\0#\00\0 \0I\0M\0C\0#\01\0:\0 \0D\0E\0V\0 \00\00\00\00\0:\0f\0e\0:\00\0d\0.\00\0 \0(\0I\0N\0T\0E\0R\0R\0U\0P\0T\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0E\0D\0A\0C\0 \0i\01\00\0n\0m\0:\0 \0v\00\0.\00\0.\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\02\0 \0b\09\01\0p\02\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\0n\0t\0e\0l\0_\0r\0a\0p\0l\0_\0c\0o\0m\0m\0o\0n\0:\0 \0F\0o\0u\0n\0d\0 \0R\0A\0P\0L\0 \0d\0o\0m\0a\0i\0n\0 \0p\0a\0c\0k\0a\0g\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\0n\0t\0e\0l\0_\0r\0a\0p\0l\0_\0c\0o\0m\0m\0o\0n\0:\0 \0F\0o\0u\0n\0d\0 \0R\0A\0P\0L\0 \0d\0o\0m\0a\0i\0n\0 \0d\0r\0a\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\0n\0t\0e\0l\0_\0r\0a\0p\0l\0_\0c\0o\0m\0m\0o\0n\0:\0 \0D\0R\0A\0M\0 \0d\0o\0m\0a\0i\0n\0 \0e\0n\0e\0r\0g\0y\0 \0u\0n\0i\0t\0 \01\05\03\00\00\0p\0j\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0 \0b\08\09\0p\01\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\05\0 \0b\08\09\0p\05\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\01\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0 \0b\08\09\0p\00\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0-\0j\0o\0u\0r\0n\0a\0l\0d\0[\04\09\08\0]\0:\0 \0O\0l\0d\0e\0s\0t\0 \0e\0n\0t\0r\0y\0 \0i\0n\0 \0/\0v\0a\0r\0/\0l\0o\0g\0/\0j\0o\0u\0r\0n\0a\0l\0/\08\03\00\02\0d\08\05\00\02\05\03\06\04\07\03\01\0b\01\01\06\09\02\0a\06\01\0e\06\02\03\0e\06\0d\0/\0s\0y\0s\0t\0e\0m\0.\0j\0o\0u\0r\0n\0a\0l\0 \0i\0s\0 \0o\0l\0d\0e\0r\0 \0t\0h\0a\0n\0 \0t\0h\0e\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0f\0i\0l\0e\0 \0r\0e\0t\0e\0n\0t\0i\0o\0n\0 \0d\0u\0r\0a\0t\0i\0o\0n\0 \0(\01\0m\0o\0n\0t\0h\0)\0,\0 \0s\0u\0g\0g\0e\0s\0t\0i\0n\0g\0 \0r\0o\0t\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\07\0 \02\00\02\04\0]\0 \0s\0y\0s\0t\0e\0m\0d\0-\0j\0o\0u\0r\0n\0a\0l\0d\0[\04\09\08\0]\0:\0 \0/\0v\0a\0r\0/\0l\0o\0g\0/\0j\0o\0u\0r\0n\0a\0l\0/\08\03\00\02\0d\08\05\00\02\05\03\06\04\07\03\01\0b\01\01\06\09\02\0a\06\01\0e\06\02\03\0e\06\0d\0/\0s\0y\0s\0t\0e\0m\0.\0j\0o\0u\0r\0n\0a\0l\0:\0 \0J\0o\0u\0r\0n\0a\0l\0 \0h\0e\0a\0d\0e\0r\0 \0l\0i\0m\0i\0t\0s\0 \0r\0e\0a\0c\0h\0e\0d\0 \0o\0r\0 \0h\0e\0a\0d\0e\0r\0 \0o\0u\0t\0-\0o\0f\0-\0d\0a\0t\0e\0,\0 \0r\0o\0t\0a\0t\0i\0n\0g\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0 \0b\08\09\0p\03\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0u\0p\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0R\0e\0q\0u\0e\0s\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0A\0d\0v\0e\0r\0t\0i\0s\0e\0d\0:\0 \0O\0n\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0:\0 \0F\0a\0l\0s\0e\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0P\0o\0r\0t\0 \03\0 \0P\0H\0Y\0 \0t\0i\0m\0e\0 \0s\0y\0n\0c\0e\0d\0 \0t\0o\0 \0P\0H\0C\0:\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0,\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\08\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0b\08\09\0p\03\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0 \0b\08\09\0p\02\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0u\0p\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0R\0e\0q\0u\0e\0s\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0A\0d\0v\0e\0r\0t\0i\0s\0e\0d\0:\0 \0O\0n\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0:\0 \0F\0a\0l\0s\0e\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0P\0o\0r\0t\0 \02\0 \0P\0H\0Y\0 \0t\0i\0m\0e\0 \0s\0y\0n\0c\0e\0d\0 \0t\0o\0 \0P\0H\0C\0:\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0,\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0 \0b\08\09\0p\01\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0u\0p\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0R\0e\0q\0u\0e\0s\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0A\0d\0v\0e\0r\0t\0i\0s\0e\0d\0:\0 \0O\0n\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0:\0 \0F\0a\0l\0s\0e\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0P\0o\0r\0t\0 \01\0 \0P\0H\0Y\0 \0t\0i\0m\0e\0 \0s\0y\0n\0c\0e\0d\0 \0t\0o\0 \0P\0H\0C\0:\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0,\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\08\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0 \0b\08\09\0p\00\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0u\0p\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0R\0e\0q\0u\0e\0s\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0A\0d\0v\0e\0r\0t\0i\0s\0e\0d\0:\0 \0O\0n\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0:\0 \0F\0a\0l\0s\0e\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\09\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0b\08\09\0p\02\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\09\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0b\08\09\0p\01\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\09\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0b\08\09\0p\00\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\09\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0b\09\01\0p\03\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\09\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0b\09\01\0p\02\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\09\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0b\09\01\0p\01\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\07\0:\05\09\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0b\09\01\0p\00\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0 \0g\01\01\0 \0(\02\00\02\03\0-\00\08\0-\02\09\0 \00\02\0:\02\07\0:\00\02\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0I\0P\0M\0I\0 \0m\0e\0s\0s\0a\0g\0e\0 \0h\0a\0n\0d\0l\0e\0r\0:\0 \0v\0e\0r\0s\0i\0o\0n\0 \03\09\0.\02\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0i\0p\0m\0i\0 \0d\0e\0v\0i\0c\0e\0 \0i\0n\0t\0e\0r\0f\0a\0c\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0i\0p\0m\0i\0_\0s\0i\0:\0 \0I\0P\0M\0I\0 \0S\0y\0s\0t\0e\0m\0 \0I\0n\0t\0e\0r\0f\0a\0c\0e\0 \0d\0r\0i\0v\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0i\0p\0m\0i\0_\0s\0i\0:\0 \0U\0n\0a\0b\0l\0e\0 \0t\0o\0 \0f\0i\0n\0d\0 \0a\0n\0y\0 \0S\0y\0s\0t\0e\0m\0 \0I\0n\0t\0e\0r\0f\0a\0c\0e\0(\0s\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0i\02\0c\0_\0d\0e\0v\0:\0 \0i\02\0c\0 \0/\0d\0e\0v\0 \0e\0n\0t\0r\0i\0e\0s\0 \0d\0r\0i\0v\0e\0r\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0n\0c\0t\06\01\0X\06\0:\0 \0c\0h\0i\0p\0 \0I\0D\0 \0i\0s\0 \0n\0o\0t\0 \0f\0o\0u\0n\0d\0:\0 \00\0x\0f\0f\0f\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0n\0c\0t\06\01\0X\06\0:\0 \0c\0h\0i\0p\0 \0I\0D\0 \0i\0s\0 \0n\0o\0t\0 \0f\0o\0u\0n\0d\0:\0 \00\0x\0f\0f\0f\0f\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0C\0a\0n\0'\0t\0 \0g\0e\0t\0 \0I\0P\0M\0B\0-\00\0 \0a\0d\0d\0r\0e\0s\0s\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0D\0e\0t\0e\0c\0t\0e\0d\0 \0p\0r\0o\0d\0u\0c\0t\0 \05\0,\0 \0s\0e\0t\0 \0h\0o\0s\0t\0n\0a\0m\0e\0 \0t\0o\0 \05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0B\0o\0o\0t\0e\0d\0 \0v\0i\0a\0 \0e\0f\0i\0 \0m\0o\0d\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0I\0P\0M\0B\0 \0A\0D\0D\0R\0 \0=\0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\03\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0N\0O\0D\0E\0_\0N\0A\0M\0E\0=\0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0N\0o\0 \0I\0P\0M\0B\0-\00\0 \0a\0d\0d\0r\0e\0s\0s\0 \0d\0e\0t\0e\0c\0t\0e\0d\0,\0 \0s\0k\0i\0p\0 \0s\0e\0t\0 \0a\0 \0r\0e\0g\0u\0l\0a\0r\0 \0I\0P\0 \0f\0o\0r\0 \0e\0a\0c\0h\0 \0e\0t\0h\0e\0r\0n\0e\0t\0 \0d\0e\0v\0i\0c\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0N\0o\0 \0p\0x\0e\0 \0s\0e\0r\0v\0e\0r\0 \0d\0e\0t\0e\0c\0t\0e\0d\0,\0 \0a\0s\0s\0u\0m\0e\0 \0l\0o\0c\0a\0l\0 \0b\0o\0o\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0_\0d\0e\0f\0a\0u\0l\0t\0.\0s\0h\0 \0l\0a\0u\0n\0c\0h\0e\0d\0 \0d\0i\0r\0e\0c\0t\0l\0y\0 \0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\00\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0W\0a\0i\0t\0i\0n\0g\0 \0U\0S\0B\0N\0E\0T\0 \0r\0e\0a\0d\0y\0 \0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\08\09\0p\00\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\08\09\0p\01\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\08\09\0p\02\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\08\09\0p\03\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\08\09\0p\04\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\08\09\0p\05\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\08\09\0p\06\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\08\09\0p\07\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\09\01\0p\00\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\09\01\0p\01\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\09\01\0p\02\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0b\09\01\0p\03\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0i\0p\0 \0l\0i\0n\0k\0 \0s\0e\0t\0 \0d\0e\0v\0 \0u\0s\0b\05\0 \0u\0p\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\05\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0t\0i\0m\0e\0o\0u\0t\0 \01\00\0 \0d\0h\0c\0l\0i\0e\0n\0t\0 \0-\01\0 \0-\0d\0 \0>\0 \0/\0d\0e\0v\0/\0n\0u\0l\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\05\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0C\0h\0e\0c\0k\0i\0n\0g\0 \0/\0r\0o\0o\0t\0/\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0d\0/\0 \0.\0.\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\05\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0s\0h\0]\0 \0C\0h\0e\0c\0k\0e\0d\0 \0/\0r\0o\0o\0t\0/\0b\0o\0o\0t\0_\0e\0x\0e\0c\0u\0t\0e\0.\0d\0/\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\09\0 \02\00\02\04\0]\0 \0a\0x\08\08\01\07\09\0_\01\07\08\0a\0 \02\0-\02\0.\01\0:\01\0.\00\0 \0u\0s\0b\05\0:\0 \0a\0x\08\08\01\07\09\0 \0-\0 \0L\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0 \0i\0s\0:\0 \01\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\01\09\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0u\0s\0b\05\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\05\0 \02\00\02\04\0]\0 \0[\02\00\02\04\0.\00\01\0.\02\04\0 \01\03\0:\03\08\0:\03\05\0]\0 \0[\0I\0N\0F\0O\0]\0 \0l\0s\0e\0t\0h\0 \0g\01\00\0 \0(\02\00\02\03\0-\01\01\0-\00\06\0 \00\09\0:\03\05\0:\02\04\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\05\0 \02\00\02\04\0]\0 \0O\0S\0:\0L\0i\0n\0u\0x\0 \06\0.\01\0.\00\0-\01\06\0-\0a\0m\0d\06\04\0 \0x\08\06\0_\06\04\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \02\00\02\04\0-\00\01\0-\02\04\0 \01\03\0:\03\08\0:\03\05\0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\05\0 \02\00\02\04\0]\0 \0D\0e\0t\0e\0c\0t\0 \0S\0y\0s\0t\0e\0m\0 \0E\0t\0h\0e\0r\0n\0e\0t\0 \0D\0e\0v\0i\0c\0e\0 \0N\0u\0m\0b\0e\0r\0 \0:\01\03\0 \0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\05\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\08\09\0p\00\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\08\09\0:\00\00\0.\00\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\01\00\00\00\00\0M\0b\0/\0s\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\05\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\08\09\0p\01\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\08\09\0:\00\00\0.\01\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\01\00\00\00\00\0M\0b\0/\0s\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\05\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\08\09\0p\02\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\08\09\0:\00\00\0.\02\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\02\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\01\00\00\00\00\0M\0b\0/\0s\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\05\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\08\09\0p\03\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\08\09\0:\00\00\0.\03\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\03\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\01\00\00\00\00\0M\0b\0/\0s\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\05\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\08\09\0p\04\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\08\09\0:\00\00\0.\04\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\04\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\0U\0n\0k\0n\0o\0w\0n\0!\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\06\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\08\09\0p\05\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\08\09\0:\00\00\0.\05\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\05\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\0U\0n\0k\0n\0o\0w\0n\0!\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\06\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\08\09\0p\06\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\08\09\0:\00\00\0.\06\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\06\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\0U\0n\0k\0n\0o\0w\0n\0!\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\06\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\08\09\0p\07\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\08\09\0:\00\00\0.\07\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\07\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\0U\0n\0k\0n\0o\0w\0n\0!\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\06\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\09\01\0p\00\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\09\01\0:\00\00\0.\00\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\07\04\0:\0f\0e\0:\04\08\0:\04\04\0:\01\09\0:\08\04\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\01\00\00\00\00\0M\0b\0/\0s\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\06\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\09\01\0p\01\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\09\01\0:\00\00\0.\01\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\07\04\0:\0f\0e\0:\04\08\0:\04\04\0:\01\09\0:\08\05\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\01\00\00\00\00\0M\0b\0/\0s\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\06\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\09\01\0p\02\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\09\01\0:\00\00\0.\02\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\07\04\0:\0f\0e\0:\04\08\0:\04\04\0:\01\09\0:\08\06\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\01\00\00\00\00\0M\0b\0/\0s\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\06\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0b\09\01\0p\03\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\01\0m\00\00\00\00\0:\09\01\0:\00\00\0.\03\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\07\04\0:\0f\0e\0:\04\08\0:\04\04\0:\01\09\0:\08\07\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\0x\0x\0.\0x\0x\0.\0x\0x\0.\0x\0x\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\05\0m\01\00\00\00\00\0M\0b\0/\0s\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\03\08\0:\03\06\0 \02\00\02\04\0]\0 \0\\0x\01\0b\0[\03\06\0m\0u\0s\0b\05\0\\0x\01\0b\0[\00\0m\0 \0 \0\\0x\01\0b\0[\03\01\0m\02\0-\02\0.\01\0:\01\0.\00\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\03\0m\00\00\0:\00\05\0:\01\0b\0:\0c\00\0:\02\0f\0:\02\00\0\\0x\01\0b\0[\00\0m\0 \0 \0 \0 \0 \0 \0 \0 \0\\0x\01\0b\0[\03\02\0m\01\07\02\0.\01\07\0.\01\00\0.\01\01\07\0/\02\03\0\\0x\01\0b\0[\00\0m\0 \0\\0x\01\0b\0[\03\05\0m\01\00\00\00\0M\0b\0/\0s\0\\0x\01\0b\0[\00\0m\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\04\03\0:\05\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0P\0o\0r\0t\0=\03\0 \0T\0x\0 \0v\0e\0r\0n\0i\0e\0r\0 \0o\0f\0f\0s\0e\0t\0 \0c\0a\0l\0i\0b\0r\0a\0t\0i\0o\0n\0 \0c\0o\0m\0p\0l\0e\0t\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\04\03\0:\05\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0P\0o\0r\0t\0=\02\0 \0T\0x\0 \0v\0e\0r\0n\0i\0e\0r\0 \0o\0f\0f\0s\0e\0t\0 \0c\0a\0l\0i\0b\0r\0a\0t\0i\0o\0n\0 \0c\0o\0m\0p\0l\0e\0t\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\04\03\0:\05\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\02\0:\0 \0P\0o\0r\0t\0=\02\0 \0R\0x\0 \0v\0e\0r\0n\0i\0e\0r\0 \0o\0f\0f\0s\0e\0t\0 \0c\0a\0l\0i\0b\0r\0a\0t\0i\0o\0n\0 \0c\0o\0m\0p\0l\0e\0t\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\04\03\0:\05\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0P\0o\0r\0t\0=\01\0 \0T\0x\0 \0v\0e\0r\0n\0i\0e\0r\0 \0o\0f\0f\0s\0e\0t\0 \0c\0a\0l\0i\0b\0r\0a\0t\0i\0o\0n\0 \0c\0o\0m\0p\0l\0e\0t\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\04\03\0:\05\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0P\0o\0r\0t\0=\01\0 \0R\0x\0 \0v\0e\0r\0n\0i\0e\0r\0 \0o\0f\0f\0s\0e\0t\0 \0c\0a\0l\0i\0b\0r\0a\0t\0i\0o\0n\0 \0c\0o\0m\0p\0l\0e\0t\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\04\03\0:\05\07\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\03\0:\0 \0P\0o\0r\0t\0=\03\0 \0R\0x\0 \0v\0e\0r\0n\0i\0e\0r\0 \0o\0f\0f\0s\0e\0t\0 \0c\0a\0l\0i\0b\0r\0a\0t\0i\0o\0n\0 \0c\0o\0m\0p\0l\0e\0t\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\05\04\0:\01\08\0 \02\00\02\04\0]\0 \0i\0g\0b\0_\0u\0i\0o\0:\0 \0U\0s\0e\0 \0M\0S\0I\0X\0 \0i\0n\0t\0e\0r\0r\0u\0p\0t\0 \0b\0y\0 \0d\0e\0f\0a\0u\0l\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\05\04\0:\01\08\0 \02\00\02\04\0]\0 \0V\0F\0I\0O\0 \0-\0 \0U\0s\0e\0r\0 \0L\0e\0v\0e\0l\0 \0m\0e\0t\0a\0-\0d\0r\0i\0v\0e\0r\0 \0v\0e\0r\0s\0i\0o\0n\0:\0 \00\0.\03\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\05\04\0:\02\08\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0r\0e\0m\0o\0v\0e\0d\0 \0P\0H\0C\0 \0f\0r\0o\0m\0 \0b\09\01\0p\00\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\05\04\0:\02\09\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0r\0e\0m\0o\0v\0e\0d\0 \0P\0H\0C\0 \0f\0r\0o\0m\0 \0b\09\01\0p\01\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\05\07\0:\01\06\0 \02\00\02\04\0]\0 \0v\0f\0i\0o\0-\0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0M\0a\0s\0k\0i\0n\0g\0 \0b\0r\0o\0k\0e\0n\0 \0I\0N\0T\0x\0 \0s\0u\0p\0p\0o\0r\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\05\07\0:\01\06\0 \02\00\02\04\0]\0 \0v\0f\0i\0o\0-\0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0v\0f\0i\0o\0_\0e\0c\0a\0p\0_\0i\0n\0i\0t\0:\0 \0h\0i\0d\0i\0n\0g\0 \0e\0c\0a\0p\0 \00\0x\01\09\0@\00\0x\01\0d\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\05\07\0:\01\06\0 \02\00\02\04\0]\0 \0v\0f\0i\0o\0-\0p\0c\0i\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0M\0a\0s\0k\0i\0n\0g\0 \0b\0r\0o\0k\0e\0n\0 \0I\0N\0T\0x\0 \0s\0u\0p\0p\0o\0r\0t\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0f\0w\0 \07\0.\01\0.\05\09\01\08\04\0 \0a\0p\0i\0 \01\0.\09\0 \0n\0v\0m\0 \07\0.\01\00\0 \00\0x\08\00\00\00\07\0b\03\03\0 \02\05\05\0.\06\05\05\03\05\0.\02\05\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \07\04\0:\0f\0e\0:\04\08\0:\04\04\0:\01\09\0:\08\04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0a\0t\0t\0e\0m\0p\0t\0i\0n\0g\0 \0S\0W\0 \0D\0C\0B\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0S\0W\0 \0D\0C\0B\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0a\0t\0i\0o\0n\0 \0s\0u\0c\0c\0e\0e\0d\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0P\0C\0I\0-\0E\0x\0p\0r\0e\0s\0s\0:\0 \0S\0p\0e\0e\0d\0 \08\0.\00\0G\0T\0/\0s\0 \0W\0i\0d\0t\0h\0 \0x\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\09\00\0/\00\00\00\00\0:\09\00\0:\00\02\0.\00\0/\00\00\00\00\0:\09\01\0:\00\00\0.\00\0/\0n\0e\0t\0/\0e\0t\0h\00\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\09\01\0p\00\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0M\0F\0S\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0s\0e\0t\0 \0b\0e\0l\0o\0w\0 \0t\0h\0e\0 \0d\0e\0f\0a\0u\0l\0t\0:\0 \05\0f\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0 \0b\09\01\0p\00\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0:\0 \0F\0e\0a\0t\0u\0r\0e\0s\0:\0 \0P\0F\0-\0i\0d\0[\00\0]\0 \0V\0F\0s\0:\0 \03\02\0 \0V\0S\0I\0s\0:\0 \03\04\0 \0Q\0P\0:\0 \02\04\0 \0R\0S\0S\0 \0F\0D\0_\0A\0T\0R\0 \0F\0D\0_\0S\0B\0 \0N\0T\0U\0P\0L\0E\0 \0C\0l\0o\0u\0d\0F\0 \0D\0C\0B\0 \0V\0x\0L\0A\0N\0 \0G\0e\0n\0e\0v\0e\0 \0N\0V\0G\0R\0E\0 \0P\0T\0P\0 \0V\0E\0P\0A\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\00\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0f\0w\0 \07\0.\01\0.\05\09\01\08\04\0 \0a\0p\0i\0 \01\0.\09\0 \0n\0v\0m\0 \07\0.\01\00\0 \00\0x\08\00\00\00\07\0b\03\03\0 \02\05\05\0.\06\05\05\03\05\0.\02\05\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \07\04\0:\0f\0e\0:\04\08\0:\04\04\0:\01\09\0:\08\05\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0a\0t\0t\0e\0m\0p\0t\0i\0n\0g\0 \0S\0W\0 \0D\0C\0B\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0S\0W\0 \0D\0C\0B\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0a\0t\0i\0o\0n\0 \0s\0u\0c\0c\0e\0e\0d\0e\0d\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0P\0C\0I\0-\0E\0x\0p\0r\0e\0s\0s\0:\0 \0S\0p\0e\0e\0d\0 \08\0.\00\0G\0T\0/\0s\0 \0W\0i\0d\0t\0h\0 \0x\08\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\01\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0M\0F\0S\0 \0h\0a\0s\0 \0b\0e\0e\0n\0 \0s\0e\0t\0 \0b\0e\0l\0o\0w\0 \0t\0h\0e\0 \0d\0e\0f\0a\0u\0l\0t\0:\0 \05\0f\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0:\0 \0F\0e\0a\0t\0u\0r\0e\0s\0:\0 \0P\0F\0-\0i\0d\0[\01\0]\0 \0V\0F\0s\0:\0 \03\02\0 \0V\0S\0I\0s\0:\0 \03\04\0 \0Q\0P\0:\0 \02\04\0 \0R\0S\0S\0 \0F\0D\0_\0A\0T\0R\0 \0F\0D\0_\0S\0B\0 \0N\0T\0U\0P\0L\0E\0 \0C\0l\0o\0u\0d\0F\0 \0D\0C\0B\0 \0V\0x\0L\0A\0N\0 \0G\0e\0n\0e\0v\0e\0 \0N\0V\0G\0R\0E\0 \0P\0T\0P\0 \0V\0E\0P\0A\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\01\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\09\00\0/\00\00\00\00\0:\09\00\0:\00\02\0.\00\0/\00\00\00\00\0:\09\01\0:\00\00\0.\01\0/\0n\0e\0t\0/\0e\0t\0h\00\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\09\01\0p\01\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\04\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0 \0b\09\01\0p\01\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\05\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\00\0 \0b\09\01\0p\00\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0U\0p\0,\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\05\01\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0b\09\01\0p\00\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\05\01\0 \02\00\02\04\0]\0 \0i\04\00\0e\0 \00\00\00\00\0:\09\01\0:\00\00\0.\01\0 \0b\09\01\0p\01\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0U\0p\0,\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\05\0:\05\01\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0b\09\01\0p\01\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0R\0D\0M\0A\0 \0f\0u\0n\0c\0t\0i\0o\0n\0a\0l\0i\0t\0y\0 \0i\0s\0 \0n\0o\0t\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0d\0e\0v\0i\0c\0e\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0i\0n\0t\0e\0l\0/\0i\0c\0e\0/\0d\0d\0p\0/\0i\0c\0e\0.\0p\0k\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0D\0D\0P\0 \0p\0a\0c\0k\0a\0g\0e\0 \0a\0l\0r\0e\0a\0d\0y\0 \0p\0r\0e\0s\0e\0n\0t\0 \0o\0n\0 \0d\0e\0v\0i\0c\0e\0:\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\03\0.\03\05\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \02\0.\00\00\00\0 \0G\0b\0/\0s\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0P\0C\0I\0e\0 \0b\0a\0n\0d\0w\0i\0d\0t\0h\0 \0(\02\0.\05\0 \0G\0T\0/\0s\0 \0P\0C\0I\0e\0 \0x\01\0 \0l\0i\0n\0k\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0C\0G\0U\0 \0P\0L\0L\0 \0f\0a\0i\0l\0e\0d\0 \0t\0o\0 \0l\0o\0c\0k\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0F\0a\0i\0l\0e\0d\0 \0t\0o\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0 \0P\0H\0C\0,\0 \0s\0t\0a\0t\0u\0s\0 \0-\01\06\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0P\0T\0P\0 \0i\0n\0i\0t\0 \0f\0a\0i\0l\0e\0d\0,\0 \0e\0r\0r\0o\0r\0:\0 \0-\01\06\0 \0(\0-\0E\0B\0U\0S\0Y\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\04\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\08\08\0/\00\00\00\00\0:\08\08\0:\00\04\0.\00\0/\00\00\00\00\0:\08\09\0:\00\00\0.\00\0/\0n\0e\0t\0/\0e\0t\0h\00\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\08\09\0p\00\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0 \0b\08\09\0p\00\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\04\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0 \0b\08\09\0p\00\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0u\0p\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0R\0e\0q\0u\0e\0s\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0A\0d\0v\0e\0r\0t\0i\0s\0e\0d\0:\0 \0O\0n\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0:\0 \0F\0a\0l\0s\0e\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0D\0C\0B\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0,\0 \0m\0a\0x\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0C\0s\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0o\0n\0 \0t\0h\0i\0s\0 \0p\0o\0r\0t\0 \0a\0r\0e\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0D\0C\0B\0x\0/\0L\0L\0D\0P\0 \0i\0n\0 \0S\0W\0 \0m\0o\0d\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0:\0 \0C\0o\0m\0m\0i\0t\0 \0D\0C\0B\0 \0C\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\05\0 \02\00\02\04\0]\0 \0I\0P\0v\06\0:\0 \0A\0D\0D\0R\0C\0O\0N\0F\0(\0N\0E\0T\0D\0E\0V\0_\0C\0H\0A\0N\0G\0E\0)\0:\0 \0b\08\09\0p\00\0:\0 \0l\0i\0n\0k\0 \0b\0e\0c\0o\0m\0e\0s\0 \0r\0e\0a\0d\0y\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\05\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0R\0D\0M\0A\0 \0f\0u\0n\0c\0t\0i\0o\0n\0a\0l\0i\0t\0y\0 \0i\0s\0 \0n\0o\0t\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0d\0e\0v\0i\0c\0e\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0f\0i\0r\0m\0w\0a\0r\0e\0:\0 \0d\0i\0r\0e\0c\0t\0-\0l\0o\0a\0d\0i\0n\0g\0 \0f\0i\0r\0m\0w\0a\0r\0e\0 \0i\0n\0t\0e\0l\0/\0i\0c\0e\0/\0d\0d\0p\0/\0i\0c\0e\0.\0p\0k\0g\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0D\0D\0P\0 \0p\0a\0c\0k\0a\0g\0e\0 \0a\0l\0r\0e\0a\0d\0y\0 \0p\0r\0e\0s\0e\0n\0t\0 \0o\0n\0 \0d\0e\0v\0i\0c\0e\0:\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0v\0e\0r\0s\0i\0o\0n\0 \01\0.\03\0.\03\05\0.\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \02\0.\00\00\00\0 \0G\0b\0/\0s\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0P\0C\0I\0e\0 \0b\0a\0n\0d\0w\0i\0d\0t\0h\0 \0(\02\0.\05\0 \0G\0T\0/\0s\0 \0P\0C\0I\0e\0 \0x\01\0 \0l\0i\0n\0k\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0P\0T\0P\0 \0i\0n\0i\0t\0 \0s\0u\0c\0c\0e\0s\0s\0f\0u\0l\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0 \0g\02\0 \0(\02\00\02\02\0-\00\02\0-\02\05\0 \00\06\0:\05\08\0:\00\06\0)\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0[\0a\0d\0v\0]\0 \0[\0e\0t\0h\0e\0r\0n\0e\0t\0_\0n\0a\0m\0e\0r\0.\0s\0h\0]\0 \0N\0a\0m\0e\0 \0'\0/\0d\0e\0v\0i\0c\0e\0s\0/\0p\0c\0i\00\00\00\00\0:\08\08\0/\00\00\00\00\0:\08\08\0:\00\04\0.\00\0/\00\00\00\00\0:\08\09\0:\00\00\0.\01\0/\0n\0e\0t\0/\0e\0t\0h\00\0'\0 \0t\0o\0 \0B\0D\0F\0 \0'\0b\08\09\0p\01\0'\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0 \0b\08\09\0p\01\0:\0 \0r\0e\0n\0a\0m\0e\0d\0 \0f\0r\0o\0m\0 \0e\0t\0h\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0 \0b\08\09\0p\01\0:\0 \0N\0I\0C\0 \0L\0i\0n\0k\0 \0i\0s\0 \0u\0p\0 \01\00\0 \0G\0b\0p\0s\0 \0F\0u\0l\0l\0 \0D\0u\0p\0l\0e\0x\0,\0 \0R\0e\0q\0u\0e\0s\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0 \0F\0E\0C\0:\0 \0N\0O\0N\0E\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0A\0d\0v\0e\0r\0t\0i\0s\0e\0d\0:\0 \0O\0n\0,\0 \0A\0u\0t\0o\0n\0e\0g\0 \0N\0e\0g\0o\0t\0i\0a\0t\0e\0d\0:\0 \0F\0a\0l\0s\0e\0,\0 \0F\0l\0o\0w\0 \0C\0o\0n\0t\0r\0o\0l\0:\0 \0N\0o\0n\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0P\0o\0r\0t\0 \01\0 \0P\0H\0Y\0 \0t\0i\0m\0e\0 \0s\0y\0n\0c\0e\0d\0 \0t\0o\0 \0P\0H\0C\0:\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0,\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0D\0C\0B\0 \0i\0s\0 \0e\0n\0a\0b\0l\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0,\0 \0m\0a\0x\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0C\0s\0 \0s\0u\0p\0p\0o\0r\0t\0e\0d\0 \0o\0n\0 \0t\0h\0i\0s\0 \0p\0o\0r\0t\0 \0a\0r\0e\0 \04\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0F\0W\0 \0L\0L\0D\0P\0 \0i\0s\0 \0d\0i\0s\0a\0b\0l\0e\0d\0,\0 \0D\0C\0B\0x\0/\0L\0L\0D\0P\0 \0i\0n\0 \0S\0W\0 \0m\0o\0d\0e\0.\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0C\0o\0m\0m\0i\0t\0 \0D\0C\0B\0 \0C\0o\0n\0f\0i\0g\0u\0r\0a\0t\0i\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0h\0a\0r\0d\0w\0a\0r\0e\0\r\0
\0[\0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\04\0:\00\06\0:\00\06\0 \02\00\02\04\0]\0 \0i\0c\0e\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0:\0 \0P\0o\0r\0t\0 \01\0 \0P\0H\0Y\0 \0t\0i\0m\0e\0 \0s\0y\0n\0c\0e\0d\0 \0t\0o\0 \0P\0H\0C\0:\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0,\0 \00\0x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0\r\0
\0r\0o\0o\0t\0@\05\0-\0e\0f\0i\0:\0~\0/\0t\0e\0m\0p\0#\0 \0

[-- Attachment #3: log_202401231_DPDK_CRB_X710_E823_EXP11_B_E823_TESTPMD_DownDown.txt --]
[-- Type: text/plain, Size: 31408 bytes --]

ÿþ\r\0
\0\r\0
\0\r\0
\0L\0i\0n\0u\0x\0 \05\0-\0e\0f\0i\0 \06\0.\01\0.\00\0-\01\06\0-\0a\0m\0d\06\04\0 \0#\01\0 \0S\0M\0P\0 \0P\0R\0E\0E\0M\0P\0T\0_\0D\0Y\0N\0A\0M\0I\0C\0 \0D\0e\0b\0i\0a\0n\0 \06\0.\01\0.\06\07\0-\01\0 \0(\02\00\02\03\0-\01\02\0-\01\02\0)\0 \0x\08\06\0_\06\04\0\r\0
\0\r\0
\0T\0h\0e\0 \0p\0r\0o\0g\0r\0a\0m\0s\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0D\0e\0b\0i\0a\0n\0 \0G\0N\0U\0/\0L\0i\0n\0u\0x\0 \0s\0y\0s\0t\0e\0m\0 \0a\0r\0e\0 \0f\0r\0e\0e\0 \0s\0o\0f\0t\0w\0a\0r\0e\0;\0\r\0
\0t\0h\0e\0 \0e\0x\0a\0c\0t\0 \0d\0i\0s\0t\0r\0i\0b\0u\0t\0i\0o\0n\0 \0t\0e\0r\0m\0s\0 \0f\0o\0r\0 \0e\0a\0c\0h\0 \0p\0r\0o\0g\0r\0a\0m\0 \0a\0r\0e\0 \0d\0e\0s\0c\0r\0i\0b\0e\0d\0 \0i\0n\0 \0t\0h\0e\0\r\0
\0i\0n\0d\0i\0v\0i\0d\0u\0a\0l\0 \0f\0i\0l\0e\0s\0 \0i\0n\0 \0/\0u\0s\0r\0/\0s\0h\0a\0r\0e\0/\0d\0o\0c\0/\0*\0/\0c\0o\0p\0y\0r\0i\0g\0h\0t\0.\0\r\0
\0\r\0
\0D\0e\0b\0i\0a\0n\0 \0G\0N\0U\0/\0L\0i\0n\0u\0x\0 \0c\0o\0m\0e\0s\0 \0w\0i\0t\0h\0 \0A\0B\0S\0O\0L\0U\0T\0E\0L\0Y\0 \0N\0O\0 \0W\0A\0R\0R\0A\0N\0T\0Y\0,\0 \0t\0o\0 \0t\0h\0e\0 \0e\0x\0t\0e\0n\0t\0\r\0
\0p\0e\0r\0m\0i\0t\0t\0e\0d\0 \0b\0y\0 \0a\0p\0p\0l\0i\0c\0a\0b\0l\0e\0 \0l\0a\0w\0.\0\r\0
\0L\0a\0s\0t\0 \0l\0o\0g\0i\0n\0:\0 \0W\0e\0d\0 \0J\0a\0n\0 \02\04\0 \01\03\0:\05\05\0:\02\00\0 \02\00\02\04\0 \0f\0r\0o\0m\0 \01\07\02\0.\01\07\0.\01\00\0.\01\03\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0 \0m\0m\0 \0 \0 \0 \0 \0 \0 \0#\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0m\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0#\0 \0 \0 \0 \0 \0\r\0
\0 \0 \0 \0#\0#\0 \0 \0 \0 \0m\0m\0m\0#\0 \0 \0m\0 \0 \0 \0m\0 \0 \0 \0m\0m\0m\0 \0 \0 \0m\0 \0m\0m\0 \0 \0 \0m\0m\0#\0m\0m\0 \0 \0 \0m\0m\0m\0 \0 \0 \0 \0m\0m\0m\0 \0 \0 \0#\0 \0m\0m\0 \0 \0\r\0
\0 \0 \0#\0 \0 \0#\0 \0 \0#\0"\0 \0"\0#\0 \0 \0"\0m\0 \0m\0"\0 \0 \0"\0 \0 \0 \0#\0 \0 \0#\0"\0 \0 \0#\0 \0 \0 \0 \0#\0 \0 \0 \0 \0#\0"\0 \0 \0#\0 \0 \0#\0"\0 \0 \0"\0 \0 \0#\0"\0 \0 \0#\0 \0\r\0
\0 \0 \0#\0m\0m\0#\0 \0 \0#\0 \0 \0 \0#\0 \0 \0 \0#\0m\0#\0 \0 \0 \0m\0"\0"\0"\0#\0 \0 \0#\0 \0 \0 \0#\0 \0 \0 \0 \0#\0 \0 \0 \0 \0#\0"\0"\0"\0"\0 \0 \0#\0 \0 \0 \0 \0 \0 \0#\0 \0 \0 \0#\0 \0\r\0
\0 \0#\0 \0 \0 \0 \0#\0 \0"\0#\0m\0#\0#\0 \0 \0 \0 \0#\0 \0 \0 \0 \0"\0m\0m\0"\0#\0 \0 \0#\0 \0 \0 \0#\0 \0 \0 \0 \0"\0m\0m\0 \0 \0"\0#\0m\0m\0"\0 \0 \0"\0#\0m\0m\0"\0 \0 \0#\0 \0 \0 \0#\0 \0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0\f%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\x10%\r\0
\0\x02%D\0e\0b\0i\0a\0n\0 \01\02\0 \0Q\0u\0i\0c\0k\0 \0S\0t\0a\0r\0t\0 \0L\0i\0n\0u\0x\0 \0I\0m\0a\0g\0e\0 \0<\01\0.\01\07\0.\00\00\05\0>\0 \0(\02\00\02\03\0.\01\02\0.\02\08\0)\0\x02%\r\0
\0\x14%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\0%\x18%\r\0
\0r\0o\0o\0t\0@\05\0-\0e\0f\0i\0:\0~\0#\0 \0d\0p\0d\0k\0-\0t\0e\0s\0t\0p\0m\0d\0 \0-\0c\0 \00\0x\0f\0f\0 \0-\0n\0 \04\0 \0-\0a\0 \08\09\0:\00\00\0.\00\0 \0-\0a\0 \08\09\0:\00\00\0.\01\0 \0-\0-\0s\0o\0c\0k\0e\0t\0-\0m\0e\0m\0=\02\05\06\0 \0-\0-\0 \0-\0i\0 \0-\0-\0m\0b\0c\0a\0c\0h\0e\0=\05\01\02\0 \0-\0-\0s\0o\0c\0k\0e\0t\0-\0n\0u\0m\0=\00\0 \0-\0-\0c\0o\0r\0e\0m\0a\0s\0k\0=\00\0x\0c\0 \0-\0-\0n\0b\0-\0c\0o\0r\0e\0s\0=\02\0 \0-\0-\0r\0x\0q\0=\01\0 \0-\0-\0t\0x\0q\0=\01\0 \0-\0-\0p\0o\0r\0t\0m\0a\0s\0k\0=\00\0x\0f\0 \0-\0-\0r\0x\0d\0=\04\00\09\06\0 \0-\0-\0r\0x\0f\0r\0e\0e\0t\0=\01\02\08\0 \0-\0-\0r\0x\0p\0t\0=\01\02\08\0 \0-\0-\0r\0x\0h\0t\0=\08\0 \0-\0-\0r\0x\0w\0t\0=\00\0 \0-\0-\0t\0x\0d\0=\04\00\09\06\0 \0-\0-\0t\0x\0f\0r\0e\0e\0t\0=\01\02\08\0 \0-\0-\0t\0x\0p\0t\0=\01\02\08\0 \0-\0-\0t\0x\0h\0t\0=\00\0 \0-\0-\0t\0x\0w\0t\0=\00\0 \0-\0-\0b\0u\0r\0s\0t\0=\06\04\0 \0-\0-\0t\0x\0r\0s\0t\0=\06\04\0 \0-\0-\0r\0s\0s\0-\0i\0p\0 \0-\0a\0\r\0
\0E\0A\0L\0:\0 \0D\0e\0t\0e\0c\0t\0e\0d\0 \0C\0P\0U\0 \0l\0c\0o\0r\0e\0s\0:\0 \02\04\0\r\0
\0E\0A\0L\0:\0 \0D\0e\0t\0e\0c\0t\0e\0d\0 \0N\0U\0M\0A\0 \0n\0o\0d\0e\0s\0:\0 \01\0\r\0
\0E\0A\0L\0:\0 \0D\0e\0t\0e\0c\0t\0e\0d\0 \0s\0t\0a\0t\0i\0c\0 \0l\0i\0n\0k\0a\0g\0e\0 \0o\0f\0 \0D\0P\0D\0K\0\r\0
\0E\0A\0L\0:\0 \0M\0u\0l\0t\0i\0-\0p\0r\0o\0c\0e\0s\0s\0 \0s\0o\0c\0k\0e\0t\0 \0/\0v\0a\0r\0/\0r\0u\0n\0/\0d\0p\0d\0k\0/\0r\0t\0e\0/\0m\0p\0_\0s\0o\0c\0k\0e\0t\0\r\0
\0E\0A\0L\0:\0 \0S\0e\0l\0e\0c\0t\0e\0d\0 \0I\0O\0V\0A\0 \0m\0o\0d\0e\0 \0'\0V\0A\0'\0\r\0
\0E\0A\0L\0:\0 \0V\0F\0I\0O\0 \0s\0u\0p\0p\0o\0r\0t\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0\r\0
\0E\0A\0L\0:\0 \0U\0s\0i\0n\0g\0 \0I\0O\0M\0M\0U\0 \0t\0y\0p\0e\0 \01\0 \0(\0T\0y\0p\0e\0 \01\0)\0\r\0
\0E\0A\0L\0:\0 \0I\0g\0n\0o\0r\0e\0 \0m\0a\0p\0p\0i\0n\0g\0 \0I\0O\0 \0p\0o\0r\0t\0 \0b\0a\0r\0(\01\0)\0\r\0
\0E\0A\0L\0:\0 \0I\0g\0n\0o\0r\0e\0 \0m\0a\0p\0p\0i\0n\0g\0 \0I\0O\0 \0p\0o\0r\0t\0 \0b\0a\0r\0(\04\0)\0\r\0
\0E\0A\0L\0:\0 \0P\0r\0o\0b\0e\0 \0P\0C\0I\0 \0d\0r\0i\0v\0e\0r\0:\0 \0n\0e\0t\0_\0i\0c\0e\0 \0(\08\00\08\06\0:\01\08\08\0a\0)\0 \0d\0e\0v\0i\0c\0e\0:\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0\r\0
\0i\0c\0e\0_\0d\0e\0v\0_\0i\0n\0i\0t\0(\0)\0:\0 \0F\0a\0i\0l\0e\0d\0 \0t\0o\0 \0r\0e\0a\0d\0 \0d\0e\0v\0i\0c\0e\0 \0s\0e\0r\0i\0a\0l\0 \0n\0u\0m\0b\0e\0r\0\r\0
\0\r\0
\0i\0c\0e\0_\0l\0o\0a\0d\0_\0p\0k\0g\0_\0t\0y\0p\0e\0(\0)\0:\0 \0A\0c\0t\0i\0v\0e\0 \0p\0a\0c\0k\0a\0g\0e\0 \0i\0s\0:\0 \01\0.\03\0.\03\05\0.\00\0,\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0(\0d\0o\0u\0b\0l\0e\0 \0V\0L\0A\0N\0 \0m\0o\0d\0e\0)\0\r\0
\0E\0A\0L\0:\0 \0I\0g\0n\0o\0r\0e\0 \0m\0a\0p\0p\0i\0n\0g\0 \0I\0O\0 \0p\0o\0r\0t\0 \0b\0a\0r\0(\01\0)\0\r\0
\0E\0A\0L\0:\0 \0I\0g\0n\0o\0r\0e\0 \0m\0a\0p\0p\0i\0n\0g\0 \0I\0O\0 \0p\0o\0r\0t\0 \0b\0a\0r\0(\04\0)\0\r\0
\0E\0A\0L\0:\0 \0P\0r\0o\0b\0e\0 \0P\0C\0I\0 \0d\0r\0i\0v\0e\0r\0:\0 \0n\0e\0t\0_\0i\0c\0e\0 \0(\08\00\08\06\0:\01\08\08\0a\0)\0 \0d\0e\0v\0i\0c\0e\0:\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0\r\0
\0i\0c\0e\0_\0d\0e\0v\0_\0i\0n\0i\0t\0(\0)\0:\0 \0F\0a\0i\0l\0e\0d\0 \0t\0o\0 \0r\0e\0a\0d\0 \0d\0e\0v\0i\0c\0e\0 \0s\0e\0r\0i\0a\0l\0 \0n\0u\0m\0b\0e\0r\0\r\0
\0\r\0
\0i\0c\0e\0_\0l\0o\0a\0d\0_\0p\0k\0g\0_\0t\0y\0p\0e\0(\0)\0:\0 \0A\0c\0t\0i\0v\0e\0 \0p\0a\0c\0k\0a\0g\0e\0 \0i\0s\0:\0 \01\0.\03\0.\03\05\0.\00\0,\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0(\0d\0o\0u\0b\0l\0e\0 \0V\0L\0A\0N\0 \0m\0o\0d\0e\0)\0\r\0
\0T\0M\0T\0Y\0:\0 \0T\0E\0L\0E\0M\0E\0T\0R\0Y\0:\0 \0N\0o\0 \0l\0e\0g\0a\0c\0y\0 \0c\0a\0l\0l\0b\0a\0c\0k\0s\0,\0 \0l\0e\0g\0a\0c\0y\0 \0s\0o\0c\0k\0e\0t\0 \0n\0o\0t\0 \0c\0r\0e\0a\0t\0e\0d\0\r\0
\0I\0n\0t\0e\0r\0a\0c\0t\0i\0v\0e\0-\0m\0o\0d\0e\0 \0s\0e\0l\0e\0c\0t\0e\0d\0\r\0
\0p\0r\0e\0v\0i\0o\0u\0s\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0 \0c\0o\0r\0e\0s\0 \01\0 \0-\0 \0c\0h\0a\0n\0g\0e\0d\0 \0t\0o\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0c\0o\0r\0e\0s\0 \02\0\r\0
\0A\0u\0t\0o\0-\0s\0t\0a\0r\0t\0 \0s\0e\0l\0e\0c\0t\0e\0d\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0:\0 \0c\0r\0e\0a\0t\0e\0 \0a\0 \0n\0e\0w\0 \0m\0b\0u\0f\0 \0p\0o\0o\0l\0 \0<\0m\0b\0_\0p\0o\0o\0l\0_\00\0>\0:\0 \0n\0=\02\06\02\01\04\04\0,\0 \0s\0i\0z\0e\0=\02\01\07\06\0,\0 \0s\0o\0c\0k\0e\0t\0=\00\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0:\0 \0p\0r\0e\0f\0e\0r\0r\0e\0d\0 \0m\0e\0m\0p\0o\0o\0l\0 \0o\0p\0s\0 \0s\0e\0l\0e\0c\0t\0e\0d\0:\0 \0r\0i\0n\0g\0_\0m\0p\0_\0m\0c\0\r\0
\0C\0o\0n\0f\0i\0g\0u\0r\0i\0n\0g\0 \0P\0o\0r\0t\0 \00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0\r\0
\0i\0c\0e\0_\0s\0e\0t\0_\0r\0x\0_\0f\0u\0n\0c\0t\0i\0o\0n\0(\0)\0:\0 \0U\0s\0i\0n\0g\0 \0A\0V\0X\02\0 \0V\0e\0c\0t\0o\0r\0 \0R\0x\0 \0(\0p\0o\0r\0t\0 \00\0)\0.\0\r\0
\0P\0o\0r\0t\0 \00\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0\r\0
\0C\0o\0n\0f\0i\0g\0u\0r\0i\0n\0g\0 \0P\0o\0r\0t\0 \01\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0\r\0
\0i\0c\0e\0_\0s\0e\0t\0_\0r\0x\0_\0f\0u\0n\0c\0t\0i\0o\0n\0(\0)\0:\0 \0U\0s\0i\0n\0g\0 \0A\0V\0X\02\0 \0V\0e\0c\0t\0o\0r\0 \0R\0x\0 \0(\0p\0o\0r\0t\0 \01\0)\0.\0\r\0
\0P\0o\0r\0t\0 \01\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0\r\0
\0C\0h\0e\0c\0k\0i\0n\0g\0 \0l\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0e\0s\0.\0.\0.\0\r\0
\0D\0o\0n\0e\0\r\0
\0S\0t\0a\0r\0t\0 \0a\0u\0t\0o\0m\0a\0t\0i\0c\0 \0p\0a\0c\0k\0e\0t\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0\r\0
\0i\0o\0 \0p\0a\0c\0k\0e\0t\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0 \0-\0 \0p\0o\0r\0t\0s\0=\02\0 \0-\0 \0c\0o\0r\0e\0s\0=\02\0 \0-\0 \0s\0t\0r\0e\0a\0m\0s\0=\02\0 \0-\0 \0N\0U\0M\0A\0 \0s\0u\0p\0p\0o\0r\0t\0 \0e\0n\0a\0b\0l\0e\0d\0,\0 \0M\0P\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0m\0o\0d\0e\0:\0 \0n\0a\0t\0i\0v\0e\0\r\0
\0L\0o\0g\0i\0c\0a\0l\0 \0C\0o\0r\0e\0 \02\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0f\0o\0r\0w\0a\0r\0d\0s\0 \0p\0a\0c\0k\0e\0t\0s\0 \0o\0n\0 \01\0 \0s\0t\0r\0e\0a\0m\0s\0:\0\r\0
\0 \0 \0R\0X\0 \0P\0=\00\0/\0Q\0=\00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0-\0>\0 \0T\0X\0 \0P\0=\01\0/\0Q\0=\00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0p\0e\0e\0r\0=\00\02\0:\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0\r\0
\0L\0o\0g\0i\0c\0a\0l\0 \0C\0o\0r\0e\0 \03\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0f\0o\0r\0w\0a\0r\0d\0s\0 \0p\0a\0c\0k\0e\0t\0s\0 \0o\0n\0 \01\0 \0s\0t\0r\0e\0a\0m\0s\0:\0\r\0
\0 \0 \0R\0X\0 \0P\0=\01\0/\0Q\0=\00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0-\0>\0 \0T\0X\0 \0P\0=\00\0/\0Q\0=\00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0p\0e\0e\0r\0=\00\02\0:\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\00\0\r\0
\0\r\0
\0 \0 \0i\0o\0 \0p\0a\0c\0k\0e\0t\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0 \0p\0a\0c\0k\0e\0t\0s\0/\0b\0u\0r\0s\0t\0=\06\04\0\r\0
\0 \0 \0n\0b\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0 \0c\0o\0r\0e\0s\0=\02\0 \0-\0 \0n\0b\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0 \0p\0o\0r\0t\0s\0=\02\0\r\0
\0 \0 \0p\0o\0r\0t\0 \00\0:\0 \0R\0X\0 \0q\0u\0e\0u\0e\0 \0n\0u\0m\0b\0e\0r\0:\0 \01\0 \0T\0x\0 \0q\0u\0e\0u\0e\0 \0n\0u\0m\0b\0e\0r\0:\0 \01\0\r\0
\0 \0 \0 \0 \0R\0x\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\00\0 \0T\0x\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\01\00\00\00\00\0\r\0
\0 \0 \0 \0 \0R\0X\0 \0q\0u\0e\0u\0e\0:\0 \00\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0d\0e\0s\0c\0=\04\00\09\06\0 \0-\0 \0R\0X\0 \0f\0r\0e\0e\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\01\02\08\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0:\0 \0p\0t\0h\0r\0e\0s\0h\0=\00\0 \0h\0t\0h\0r\0e\0s\0h\0=\00\0 \0 \0w\0t\0h\0r\0e\0s\0h\0=\00\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0O\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\00\0\r\0
\0 \0 \0 \0 \0T\0X\0 \0q\0u\0e\0u\0e\0:\0 \00\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0d\0e\0s\0c\0=\04\00\09\06\0 \0-\0 \0T\0X\0 \0f\0r\0e\0e\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\01\02\08\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0:\0 \0p\0t\0h\0r\0e\0s\0h\0=\01\02\08\0 \0h\0t\0h\0r\0e\0s\0h\0=\00\0 \0 \0w\0t\0h\0r\0e\0s\0h\0=\00\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\01\00\00\00\00\0 \0-\0 \0T\0X\0 \0R\0S\0 \0b\0i\0t\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\06\04\0\r\0
\0 \0 \0p\0o\0r\0t\0 \01\0:\0 \0R\0X\0 \0q\0u\0e\0u\0e\0 \0n\0u\0m\0b\0e\0r\0:\0 \01\0 \0T\0x\0 \0q\0u\0e\0u\0e\0 \0n\0u\0m\0b\0e\0r\0:\0 \01\0\r\0
\0 \0 \0 \0 \0R\0x\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\00\0 \0T\0x\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\01\00\00\00\00\0\r\0
\0 \0 \0 \0 \0R\0X\0 \0q\0u\0e\0u\0e\0:\0 \00\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0d\0e\0s\0c\0=\04\00\09\06\0 \0-\0 \0R\0X\0 \0f\0r\0e\0e\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\01\02\08\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0:\0 \0p\0t\0h\0r\0e\0s\0h\0=\00\0 \0h\0t\0h\0r\0e\0s\0h\0=\00\0 \0 \0w\0t\0h\0r\0e\0s\0h\0=\00\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0O\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\00\0\r\0
\0 \0 \0 \0 \0T\0X\0 \0q\0u\0e\0u\0e\0:\0 \00\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0d\0e\0s\0c\0=\04\00\09\06\0 \0-\0 \0T\0X\0 \0f\0r\0e\0e\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\01\02\08\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0:\0 \0p\0t\0h\0r\0e\0s\0h\0=\01\02\08\0 \0h\0t\0h\0r\0e\0s\0h\0=\00\0 \0 \0w\0t\0h\0r\0e\0s\0h\0=\00\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\01\00\00\00\00\0 \0-\0 \0T\0X\0 \0R\0S\0 \0b\0i\0t\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\06\04\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0P\0o\0r\0t\0 \00\0:\0 \0l\0i\0n\0k\0 \0s\0t\0a\0t\0e\0 \0c\0h\0a\0n\0g\0e\0 \0e\0v\0e\0n\0t\0\r\0
\0\r\0
\0P\0o\0r\0t\0 \01\0:\0 \0l\0i\0n\0k\0 \0s\0t\0a\0t\0e\0 \0c\0h\0a\0n\0g\0e\0 \0e\0v\0e\0n\0t\0\r\0
\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0i\0n\0f\0o\0 \0a\0l\0l\0\r\0
\0\r\0
\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0 \0I\0n\0f\0o\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0\r\0
\0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0n\0a\0m\0e\0:\0 \08\09\0:\00\00\0.\00\0\r\0
\0D\0r\0i\0v\0e\0r\0 \0n\0a\0m\0e\0:\0 \0n\0e\0t\0_\0i\0c\0e\0\r\0
\0F\0i\0r\0m\0w\0a\0r\0e\0-\0v\0e\0r\0s\0i\0o\0n\0:\0 \03\0.\02\06\0 \00\0x\08\00\00\01\0b\07\03\03\0 \01\0.\03\04\02\09\0.\00\0\r\0
\0D\0e\0v\0a\0r\0g\0s\0:\0 \0\r\0
\0C\0o\0n\0n\0e\0c\0t\0 \0t\0o\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0m\0e\0m\0o\0r\0y\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0o\0n\0 \0t\0h\0e\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0L\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0:\0 \0d\0o\0w\0n\0\r\0
\0L\0i\0n\0k\0 \0s\0p\0e\0e\0d\0:\0 \0N\0o\0n\0e\0\r\0
\0L\0i\0n\0k\0 \0d\0u\0p\0l\0e\0x\0:\0 \0h\0a\0l\0f\0-\0d\0u\0p\0l\0e\0x\0\r\0
\0A\0u\0t\0o\0n\0e\0g\0 \0s\0t\0a\0t\0u\0s\0:\0 \0O\0f\0f\0\r\0
\0M\0T\0U\0:\0 \01\05\00\00\0\r\0
\0P\0r\0o\0m\0i\0s\0c\0u\0o\0u\0s\0 \0m\0o\0d\0e\0:\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0A\0l\0l\0m\0u\0l\0t\0i\0c\0a\0s\0t\0 \0m\0o\0d\0e\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0:\0 \06\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0 \0o\0f\0 \0h\0a\0s\0h\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0:\0 \00\0\r\0
\0V\0L\0A\0N\0 \0o\0f\0f\0l\0o\0a\0d\0:\0 \0\r\0
\0 \0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0,\0 \0f\0i\0l\0t\0e\0r\0 \0o\0f\0f\0,\0 \0e\0x\0t\0e\0n\0d\0 \0o\0f\0f\0,\0 \0q\0i\0n\0q\0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0\r\0
\0H\0a\0s\0h\0 \0k\0e\0y\0 \0s\0i\0z\0e\0 \0i\0n\0 \0b\0y\0t\0e\0s\0:\0 \05\02\0\r\0
\0R\0e\0d\0i\0r\0e\0c\0t\0i\0o\0n\0 \0t\0a\0b\0l\0e\0 \0s\0i\0z\0e\0:\0 \05\01\02\0\r\0
\0S\0u\0p\0p\0o\0r\0t\0e\0d\0 \0R\0S\0S\0 \0o\0f\0f\0l\0o\0a\0d\0 \0f\0l\0o\0w\0 \0t\0y\0p\0e\0s\0:\0\r\0
\0 \0 \0i\0p\0v\04\0 \0 \0i\0p\0v\04\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\04\0-\0t\0c\0p\0 \0 \0i\0p\0v\04\0-\0u\0d\0p\0 \0 \0i\0p\0v\04\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\04\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0i\0p\0v\06\0 \0 \0i\0p\0v\06\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\06\0-\0t\0c\0p\0 \0 \0i\0p\0v\06\0-\0u\0d\0p\0 \0 \0i\0p\0v\06\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\06\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0l\02\0-\0p\0a\0y\0l\0o\0a\0d\0\r\0
\0M\0i\0n\0i\0m\0u\0m\0 \0s\0i\0z\0e\0 \0o\0f\0 \0R\0X\0 \0b\0u\0f\0f\0e\0r\0:\0 \01\00\02\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0R\0X\0 \0p\0a\0c\0k\0e\0t\0:\0 \09\07\02\08\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0s\0i\0z\0e\0 \0o\0f\0 \0L\0R\0O\0 \0a\0g\0g\0r\0e\0g\0a\0t\0e\0d\0 \0p\0a\0c\0k\0e\0t\0:\0 \00\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0R\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0T\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0p\0a\0c\0k\0e\0t\0:\0 \04\00\09\06\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0M\0T\0U\0/\0T\0S\0O\0:\0 \08\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0c\0a\0p\0a\0b\0i\0l\0i\0t\0i\0e\0s\0:\0 \00\0x\00\0(\0 \0)\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0e\0r\0r\0o\0r\0 \0h\0a\0n\0d\0l\0i\0n\0g\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0p\0r\0i\0v\0a\0t\0e\0 \0i\0n\0f\0o\0:\0\r\0
\0 \0 \0n\0o\0n\0e\0\r\0
\0\r\0
\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0 \0I\0n\0f\0o\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0\r\0
\0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0n\0a\0m\0e\0:\0 \08\09\0:\00\00\0.\01\0\r\0
\0D\0r\0i\0v\0e\0r\0 \0n\0a\0m\0e\0:\0 \0n\0e\0t\0_\0i\0c\0e\0\r\0
\0F\0i\0r\0m\0w\0a\0r\0e\0-\0v\0e\0r\0s\0i\0o\0n\0:\0 \03\0.\02\06\0 \00\0x\08\00\00\01\0b\07\03\03\0 \01\0.\03\04\02\09\0.\00\0\r\0
\0D\0e\0v\0a\0r\0g\0s\0:\0 \0\r\0
\0C\0o\0n\0n\0e\0c\0t\0 \0t\0o\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0m\0e\0m\0o\0r\0y\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0o\0n\0 \0t\0h\0e\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0L\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0:\0 \0d\0o\0w\0n\0\r\0
\0L\0i\0n\0k\0 \0s\0p\0e\0e\0d\0:\0 \0N\0o\0n\0e\0\r\0
\0L\0i\0n\0k\0 \0d\0u\0p\0l\0e\0x\0:\0 \0h\0a\0l\0f\0-\0d\0u\0p\0l\0e\0x\0\r\0
\0A\0u\0t\0o\0n\0e\0g\0 \0s\0t\0a\0t\0u\0s\0:\0 \0O\0f\0f\0\r\0
\0M\0T\0U\0:\0 \01\05\00\00\0\r\0
\0P\0r\0o\0m\0i\0s\0c\0u\0o\0u\0s\0 \0m\0o\0d\0e\0:\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0A\0l\0l\0m\0u\0l\0t\0i\0c\0a\0s\0t\0 \0m\0o\0d\0e\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0:\0 \06\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0 \0o\0f\0 \0h\0a\0s\0h\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0:\0 \00\0\r\0
\0V\0L\0A\0N\0 \0o\0f\0f\0l\0o\0a\0d\0:\0 \0\r\0
\0 \0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0,\0 \0f\0i\0l\0t\0e\0r\0 \0o\0f\0f\0,\0 \0e\0x\0t\0e\0n\0d\0 \0o\0f\0f\0,\0 \0q\0i\0n\0q\0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0\r\0
\0H\0a\0s\0h\0 \0k\0e\0y\0 \0s\0i\0z\0e\0 \0i\0n\0 \0b\0y\0t\0e\0s\0:\0 \05\02\0\r\0
\0R\0e\0d\0i\0r\0e\0c\0t\0i\0o\0n\0 \0t\0a\0b\0l\0e\0 \0s\0i\0z\0e\0:\0 \05\01\02\0\r\0
\0S\0u\0p\0p\0o\0r\0t\0e\0d\0 \0R\0S\0S\0 \0o\0f\0f\0l\0o\0a\0d\0 \0f\0l\0o\0w\0 \0t\0y\0p\0e\0s\0:\0\r\0
\0 \0 \0i\0p\0v\04\0 \0 \0i\0p\0v\04\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\04\0-\0t\0c\0p\0 \0 \0i\0p\0v\04\0-\0u\0d\0p\0 \0 \0i\0p\0v\04\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\04\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0i\0p\0v\06\0 \0 \0i\0p\0v\06\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\06\0-\0t\0c\0p\0 \0 \0i\0p\0v\06\0-\0u\0d\0p\0 \0 \0i\0p\0v\06\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\06\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0l\02\0-\0p\0a\0y\0l\0o\0a\0d\0\r\0
\0M\0i\0n\0i\0m\0u\0m\0 \0s\0i\0z\0e\0 \0o\0f\0 \0R\0X\0 \0b\0u\0f\0f\0e\0r\0:\0 \01\00\02\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0R\0X\0 \0p\0a\0c\0k\0e\0t\0:\0 \09\07\02\08\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0s\0i\0z\0e\0 \0o\0f\0 \0L\0R\0O\0 \0a\0g\0g\0r\0e\0g\0a\0t\0e\0d\0 \0p\0a\0c\0k\0e\0t\0:\0 \00\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0R\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0T\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0p\0a\0c\0k\0e\0t\0:\0 \04\00\09\06\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0M\0T\0U\0/\0T\0S\0O\0:\0 \08\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0c\0a\0p\0a\0b\0i\0l\0i\0t\0i\0e\0s\0:\0 \00\0x\00\0(\0 \0)\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0e\0r\0r\0o\0r\0 \0h\0a\0n\0d\0l\0i\0n\0g\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0p\0r\0i\0v\0a\0t\0e\0 \0i\0n\0f\0o\0:\0\r\0
\0 \0 \0n\0o\0n\0e\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0u\0m\0m\0a\0r\0y\0 \0a\0l\0l\0\r\0
\0N\0u\0m\0b\0e\0r\0 \0o\0f\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0p\0o\0r\0t\0s\0:\0 \02\0\r\0
\0P\0o\0r\0t\0 \0M\0A\0C\0 \0A\0d\0d\0r\0e\0s\0s\0 \0 \0 \0 \0 \0 \0 \0N\0a\0m\0e\0 \0 \0 \0 \0 \0 \0 \0 \0 \0D\0r\0i\0v\0e\0r\0 \0 \0 \0 \0 \0 \0 \0 \0 \0S\0t\0a\0t\0u\0s\0 \0 \0 \0L\0i\0n\0k\0\r\0
\00\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0 \08\09\0:\00\00\0.\00\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0d\0o\0w\0n\0 \0 \0 \0 \0 \0N\0o\0n\0e\0\r\0
\01\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0 \08\09\0:\00\00\0.\01\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0d\0o\0w\0n\0 \0 \0 \0 \0 \0N\0o\0n\0e\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0t\0a\0t\0s\0 \0a\0l\0l\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\00\04\05\08\06\06\06\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\03\08\02\07\05\01\09\00\06\04\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\00\07\00\06\05\09\00\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\03\08\04\02\03\09\04\04\04\00\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\00\07\00\08\00\09\04\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\03\08\04\02\04\08\04\06\08\00\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\00\04\05\09\02\04\07\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\03\08\02\07\05\05\03\09\08\08\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0t\0a\0t\0s\0 \0a\0l\0l\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\06\06\05\00\06\04\06\03\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\05\09\09\00\03\08\06\08\08\04\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\06\06\07\08\00\06\06\08\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\06\00\00\06\08\03\09\03\01\02\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\09\03\05\08\02\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\00\08\09\01\09\06\07\02\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\04\00\04\00\07\06\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\01\03\09\05\07\03\00\04\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\06\06\07\08\02\01\02\06\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\06\00\00\06\09\02\06\07\09\02\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\06\06\05\00\07\00\08\00\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\05\09\09\00\04\02\03\09\06\08\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\04\00\04\00\02\02\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\01\03\09\03\01\03\09\02\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\09\03\05\06\01\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\00\08\09\00\09\04\08\08\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0t\0a\0t\0s\0 \0a\0l\0l\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \03\03\03\01\06\04\00\06\02\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\09\09\08\09\08\04\02\08\02\04\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \03\03\03\05\01\07\04\02\00\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \02\00\00\01\01\00\04\04\04\03\02\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\08\03\05\07\06\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\00\04\01\01\06\07\07\06\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\04\00\00\06\05\06\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\01\02\03\01\05\01\01\02\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \03\03\03\05\01\08\07\00\03\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \02\00\00\01\01\01\02\01\02\08\04\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \03\03\03\01\06\04\06\00\09\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\09\09\08\09\08\07\05\07\07\02\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\04\00\00\06\03\05\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\01\02\03\00\04\07\06\08\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\08\03\05\07\08\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\00\04\01\01\07\06\02\04\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0u\0m\0m\0a\0r\0y\0 \0a\0l\0l\0\r\0
\0N\0u\0m\0b\0e\0r\0 \0o\0f\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0p\0o\0r\0t\0s\0:\0 \02\0\r\0
\0P\0o\0r\0t\0 \0M\0A\0C\0 \0A\0d\0d\0r\0e\0s\0s\0 \0 \0 \0 \0 \0 \0 \0N\0a\0m\0e\0 \0 \0 \0 \0 \0 \0 \0 \0 \0D\0r\0i\0v\0e\0r\0 \0 \0 \0 \0 \0 \0 \0 \0 \0S\0t\0a\0t\0u\0s\0 \0 \0 \0L\0i\0n\0k\0\r\0
\00\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0 \08\09\0:\00\00\0.\00\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0d\0o\0w\0n\0 \0 \0 \0 \0 \0N\0o\0n\0e\0\r\0
\01\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0 \08\09\0:\00\00\0.\01\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0d\0o\0w\0n\0 \0 \0 \0 \0 \0N\0o\0n\0e\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0t\0a\0t\0s\0 \0a\0l\0l\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \04\04\02\08\02\07\00\09\09\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \02\06\05\06\09\06\02\05\01\07\02\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \04\04\03\02\09\02\02\08\08\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \02\06\05\09\07\05\03\06\08\09\06\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\09\00\07\09\05\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\00\07\05\08\02\00\04\08\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\04\00\05\04\07\00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\01\04\06\02\06\04\05\06\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \04\04\03\02\09\03\06\04\01\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \02\06\05\09\07\06\01\07\05\00\00\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \04\04\02\08\02\07\06\06\01\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \02\06\05\06\09\06\05\08\08\09\02\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\04\00\05\04\07\07\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\01\04\06\02\09\02\03\02\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\09\00\07\09\05\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\00\07\05\08\01\06\09\06\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0u\0m\0m\0a\0r\0y\0 \0a\0l\0l\0\r\0
\0N\0u\0m\0b\0e\0r\0 \0o\0f\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0p\0o\0r\0t\0s\0:\0 \02\0\r\0
\0P\0o\0r\0t\0 \0M\0A\0C\0 \0A\0d\0d\0r\0e\0s\0s\0 \0 \0 \0 \0 \0 \0 \0N\0a\0m\0e\0 \0 \0 \0 \0 \0 \0 \0 \0 \0D\0r\0i\0v\0e\0r\0 \0 \0 \0 \0 \0 \0 \0 \0 \0S\0t\0a\0t\0u\0s\0 \0 \0 \0L\0i\0n\0k\0\r\0
\00\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0 \08\09\0:\00\00\0.\00\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0d\0o\0w\0n\0 \0 \0 \0 \0 \0N\0o\0n\0e\0\r\0
\01\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0 \08\09\0:\00\00\0.\01\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0d\0o\0w\0n\0 \0 \0 \0 \0 \0N\0o\0n\0e\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0t\0a\0t\0s\0 \0a\0l\0l\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\02\06\07\07\09\05\03\07\08\0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\03\06\00\06\07\07\02\01\07\08\04\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\02\07\00\02\01\03\08\03\01\0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\03\06\02\01\02\08\02\09\00\09\02\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\08\05\02\09\03\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\00\04\09\04\00\08\09\06\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\04\00\00\06\09\00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\01\02\03\03\01\02\04\00\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\02\07\00\02\01\05\02\09\00\0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\03\06\02\01\02\09\01\06\05\06\08\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\02\06\07\07\09\06\00\06\00\0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\03\06\00\06\07\07\06\02\07\06\08\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\04\00\00\06\09\00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\01\02\03\03\01\03\04\04\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\08\05\02\09\03\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\00\04\09\04\01\00\02\04\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0t\0a\0t\0s\0 \0a\0l\0l\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\06\08\07\03\08\08\08\00\0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\04\02\01\02\04\03\03\02\08\00\00\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\07\01\02\05\09\09\00\04\0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\04\02\02\07\05\05\09\04\02\04\00\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \09\01\09\06\05\08\06\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \04\04\01\04\03\06\02\01\03\06\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \09\02\00\05\09\03\01\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \04\04\01\08\08\04\07\05\07\06\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\07\01\02\05\09\09\00\04\0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\04\02\02\07\05\05\09\04\02\04\00\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\06\08\07\03\08\08\08\00\0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\04\02\01\02\04\03\03\02\08\00\00\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \09\02\00\05\08\00\05\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \04\04\01\08\07\08\07\04\04\00\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \09\01\09\06\05\03\01\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \04\04\01\04\03\03\05\08\08\00\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0u\0m\0m\0a\0r\0y\0 \0a\0l\0l\0\r\0
\0N\0u\0m\0b\0e\0r\0 \0o\0f\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0p\0o\0r\0t\0s\0:\0 \02\0\r\0
\0P\0o\0r\0t\0 \0M\0A\0C\0 \0A\0d\0d\0r\0e\0s\0s\0 \0 \0 \0 \0 \0 \0 \0N\0a\0m\0e\0 \0 \0 \0 \0 \0 \0 \0 \0 \0D\0r\0i\0v\0e\0r\0 \0 \0 \0 \0 \0 \0 \0 \0 \0S\0t\0a\0t\0u\0s\0 \0 \0 \0L\0i\0n\0k\0\r\0
\00\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0 \08\09\0:\00\00\0.\00\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0d\0o\0w\0n\0 \0 \0 \0 \0 \0N\0o\0n\0e\0\r\0
\01\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0 \08\09\0:\00\00\0.\01\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0d\0o\0w\0n\0 \0 \0 \0 \0 \0N\0o\0n\0e\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0q\0u\0i\0t\0\r\0
\0T\0e\0l\0l\0i\0n\0g\0 \0c\0o\0r\0e\0s\0 \0t\0o\0 \0s\0t\0o\0p\0.\0.\0.\0\r\0
\0W\0a\0i\0t\0i\0n\0g\0 \0f\0o\0r\0 \0l\0c\0o\0r\0e\0s\0 \0t\0o\0 \0f\0i\0n\0i\0s\0h\0.\0.\0.\0\r\0
\0\r\0
\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0 \0F\0o\0r\0w\0a\0r\0d\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\06\08\07\03\08\08\08\00\0 \0 \0 \0 \0 \0R\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0t\0o\0t\0a\0l\0:\0 \02\03\06\08\07\03\08\08\08\00\0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\07\01\02\05\09\09\00\04\0 \0 \0 \0 \0 \0T\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0t\0o\0t\0a\0l\0:\0 \02\03\07\01\02\05\09\09\00\04\0\r\0
\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0\r\0
\0\r\0
\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0 \0F\0o\0r\0w\0a\0r\0d\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\07\01\02\05\09\09\00\04\0 \0 \0 \0 \0 \0R\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0t\0o\0t\0a\0l\0:\0 \02\03\07\01\02\05\09\09\00\04\0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \02\03\06\08\07\03\08\08\08\00\0 \0 \0 \0 \0 \0T\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0t\0o\0t\0a\0l\0:\0 \02\03\06\08\07\03\08\08\08\00\0\r\0
\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0\r\0
\0\r\0
\0 \0 \0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0 \0A\0c\0c\0u\0m\0u\0l\0a\0t\0e\0d\0 \0f\0o\0r\0w\0a\0r\0d\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0a\0l\0l\0 \0p\0o\0r\0t\0s\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \04\07\03\09\09\09\08\07\08\04\0 \0 \0 \0 \0 \0R\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0t\0o\0t\0a\0l\0:\0 \04\07\03\09\09\09\08\07\08\04\0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \04\07\03\09\09\09\08\07\08\04\0 \0 \0 \0 \0 \0T\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0t\0o\0t\0a\0l\0:\0 \04\07\03\09\09\09\08\07\08\04\0\r\0
\0 \0 \0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0\r\0
\0\r\0
\0D\0o\0n\0e\0.\0\r\0
\0\r\0
\0S\0t\0o\0p\0p\0i\0n\0g\0 \0p\0o\0r\0t\0 \00\0.\0.\0.\0\r\0
\0S\0t\0o\0p\0p\0i\0n\0g\0 \0p\0o\0r\0t\0s\0.\0.\0.\0\r\0
\0D\0o\0n\0e\0\r\0
\0\r\0
\0S\0t\0o\0p\0p\0i\0n\0g\0 \0p\0o\0r\0t\0 \01\0.\0.\0.\0\r\0
\0S\0t\0o\0p\0p\0i\0n\0g\0 \0p\0o\0r\0t\0s\0.\0.\0.\0\r\0
\0D\0o\0n\0e\0\r\0
\0\r\0
\0S\0h\0u\0t\0t\0i\0n\0g\0 \0d\0o\0w\0n\0 \0p\0o\0r\0t\0 \00\0.\0.\0.\0\r\0
\0C\0l\0o\0s\0i\0n\0g\0 \0p\0o\0r\0t\0s\0.\0.\0.\0\r\0
\0P\0o\0r\0t\0 \00\0 \0i\0s\0 \0c\0l\0o\0s\0e\0d\0\r\0
\0D\0o\0n\0e\0\r\0
\0\r\0
\0S\0h\0u\0t\0t\0i\0n\0g\0 \0d\0o\0w\0n\0 \0p\0o\0r\0t\0 \01\0.\0.\0.\0\r\0
\0C\0l\0o\0s\0i\0n\0g\0 \0p\0o\0r\0t\0s\0.\0.\0.\0\r\0
\0P\0o\0r\0t\0 \01\0 \0i\0s\0 \0c\0l\0o\0s\0e\0d\0\r\0
\0D\0o\0n\0e\0\r\0
\0\r\0
\0B\0y\0e\0.\0.\0.\0\r\0
\0r\0o\0o\0t\0@\05\0-\0e\0f\0i\0:\0~\0#\0 \0\r\0
\0r\0o\0o\0t\0@\05\0-\0e\0f\0i\0:\0~\0#\0 \0\r\0
\0r\0o\0o\0t\0@\05\0-\0e\0f\0i\0:\0~\0#\0 \0d\0p\0d\0k\0-\0d\0e\0v\0b\0i\0n\0d\0.\0p\0y\0 \0-\0b\0 \0i\0c\0e\0 \08\09\0:\00\00\0.\00\0 \08\09\0:\00\00\0.\01\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0r\0o\0o\0t\0@\05\0-\0e\0f\0i\0:\0~\0#\0 \0

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: DPDK testpmd with E823 link status is down
  2024-01-31 10:52 DPDK testpmd with E823 link status is down JackyCT.Chen
@ 2024-02-06  3:24 ` Zeng, ZhichaoX
  2024-02-16  8:25   ` JackyCT.Chen
  0 siblings, 1 reply; 9+ messages in thread
From: Zeng, ZhichaoX @ 2024-02-06  3:24 UTC (permalink / raw)
  To: Chen, Jacky; +Cc: Shih, Amy, Hsu, Jason, Wang, Leo, dev, Cui, KaixinX

[-- Attachment #1: Type: text/plain, Size: 8350 bytes --]

Hi JackyCT.Chen:

We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.

There is a workaround in ICE PMD, change the "no wait" to "wait_to_complete" mode when ice_interrupt_handler() updates the link status in drivers/net/ice/ice_ethdev.c:

#ifdef ICE_LSE_SPT
                if (int_fw_ctl & PFINT_FW_CTL_INTEVENT_M) {
                                PMD_DRV_LOG(INFO, "FW_CTL: link state change event");
                                ice_handle_aq_msg(dev);
                }
#else
                if (oicr & PFINT_OICR_LINK_STAT_CHANGE_M) {
                                PMD_DRV_LOG(INFO, "OICR: link state change event");
-                            ret = ice_link_update(dev, 0);
+                           ret = ice_link_update(dev, 1);
                                if (!ret)
                                                rte_eth_dev_callback_process
                                                                (dev, RTE_ETH_EVENT_INTR_LSC, NULL);
                }
#endif


Best Regards
Zhichao

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw>
Sent: Wednesday, January 31, 2024 6:53 PM
To: Yang, Qiming <qiming.yang@intel.com>; dev@dpdk.org
Cc: Shih, Amy <amy.shih@advantech.com.tw>; Hsu, Jason <jason.hsu@advantech.com.tw>; Wang, Leo <leo66.wang@advantech.com.tw>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Qiming & dpdk dev team:

This is JackyCT.Chen from Advantech, we have a question about E823 DPDK loopback testpmd  ,
Could you please give us some advice?

We bind the E823 and X710 devices with vfio-pci driver and execute the DPDK testpmd . (detail see attached files please)

However,  both E823  "link status : down and link speed : None" , we expected that "link status : up and link speed : 10 Gbps" .
Do you have any suggestions?

Testing procedure & result:
Platform : Moro City Reference Planform ICX-D  ~ CRB

l   On-Board : E823

l   Ext-PCIE CARD : PCIE-2230NP-00A1E ( Intel X710 )
OS/Kernel :  Debian 12  / kernel 6.1.0-16-amd64 x86_64
DPDK : DPDK 24.03.0-rc0 (from trunk build)
NIC_BDF_INFO :
CRB EXT-PCIE CARD : X710
Port : 10G * 4
firmware-version: 7.10 0x80007b33 255.65535.255

CRB On-BOARD : E823
Port Option : 4x10-4x2.5
firmware-version: 3.26 0x8001b733 1.3429.0

BDF = 91:00.0
---
BDF = 89:00.0
BDF = 91:00.1
---
BDF = 89:00.1
Prepare and config :
root@5-efi:~# modprobe uio
root@5-efi:~# modprobe vfio-pci
root@5-efi:~# echo 2048 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
root@5-efi:~# mkdir -p /mnt/huge
root@5-efi:~# mount -t hugetlbfs nodev /mnt/huge
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.1
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.1

LOG :
root@5-efi:~# dpdk-testpmd -c 0xff -n 4 -a 89:00.0 -a 89:00.1 --socket-mem=256 -- -i --mbcache=512 --socket-num=0 --coremask=0xc --nb-cores=2 --rxq=1 --txq=1 --portmask=0xf --rxd=4096 --rxfreet=128 --rxpt=128 --rxht=8 --rxwt=0 --txd=4096 --txfreet=128 --txpt=128 --txht=0 --txwt=0 --burst=64 --txrst=64 --rss-ip -a
EAL: Detected CPU lcores: 24
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.0 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.1 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
TMTY: TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
previous number of forwarding cores 1 - changed to number of configured cores 2
Auto-start selected
testpmd: create a new mbuf pool <mb_pool_0>: n=262144, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 0).
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 1).
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
Start automatic packet forwarding
io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 1 streams:
  RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01
Logical Core 3 (socket 0) forwards packets on 1 streams:
  RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=64
  nb forwarding cores=2 - nb forwarding ports=2
  port 0: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
testpmd>
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 442827099  RX-missed: 0          RX-bytes:  26569625172
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 443292288  TX-errors: 0          TX-bytes:  26597536896

  Throughput (since last show)
  Rx-pps:     14390795          Rx-bps:   6907582048
  Tx-pps:     14405470          Tx-bps:   6914626456
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 443293641  RX-missed: 0          RX-bytes:  26597617500
  RX-errors: 0
 RX-nombuf:  0
  TX-packets: 442827661  TX-errors: 0          TX-bytes:  26569658892

  Throughput (since last show)
  Rx-pps:     14405477          Rx-bps:   6914629232
  Tx-pps:     14390795          Tx-bps:   6907581696
  ############################################################################
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        down     None
1    00:00:00:00:01:01 89:00.1      net_ice        down     None
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 2267795378 RX-missed: 0          RX-bytes:  136067721784
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2270213831 TX-errors: 0          TX-bytes:  136212829092

  Throughput (since last show)
  Rx-pps:     14385293          Rx-bps:   6904940896
  Tx-pps:     14400690          Tx-bps:   6912331240
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 2270215290 RX-missed: 0          RX-bytes:  136212916568
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2267796060 TX-errors: 0          TX-bytes:  136067762768

  Throughput (since last show)
  Rx-pps:     14400690          Rx-bps:   6912331344
  Tx-pps:     14385293          Tx-bps:   6904941024
  ############################################################################



Thanks!


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194


[-- Attachment #2: Type: text/html, Size: 47325 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: DPDK testpmd with E823 link status is down
  2024-02-06  3:24 ` Zeng, ZhichaoX
@ 2024-02-16  8:25   ` JackyCT.Chen
  2024-03-01 10:24     ` JackyCT.Chen
  0 siblings, 1 reply; 9+ messages in thread
From: JackyCT.Chen @ 2024-02-16  8:25 UTC (permalink / raw)
  To: Zeng, ZhichaoX; +Cc: Amy.Shih, Jason.Hsu, Leo66.Wang, dev, Cui, KaixinX


[-- Attachment #1.1: Type: text/plain, Size: 10172 bytes --]

Hi Zhichao,

  1.  This workaround in ICE_PMD which change the “no wait” to “wait_to_complete”  ==> it seemed workable  .

When we run testpmd on E823 port0/1 , it got “link status : up and link speed : 10 Gbps” as below  (Detail see attached file)
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        up       10 Gbps

1    00:00:00:00:01:01 89:00.1      net_ice        up       10 Gbps


  1.  As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“

Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊


Thanks your help !


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
Sent: Tuesday, February 6, 2024 11:24 AM
To: JackyCT.Chen <JackyCT.Chen@advantech.com.tw>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw>; Jason.Hsu <Jason.Hsu@advantech.com.tw>; Leo66.Wang <Leo66.Wang@advantech.com.tw>; dev@dpdk.org; Cui, KaixinX <kaixinx.cui@intel.com>
Subject: RE: DPDK testpmd with E823 link status is down

Hi JackyCT.Chen:

We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.

There is a workaround in ICE PMD, change the “no wait” to “wait_to_complete” mode when ice_interrupt_handler() updates the link status in drivers/net/ice/ice_ethdev.c:

#ifdef ICE_LSE_SPT
                if (int_fw_ctl & PFINT_FW_CTL_INTEVENT_M) {
                                PMD_DRV_LOG(INFO, "FW_CTL: link state change event");
                                ice_handle_aq_msg(dev);
                }
#else
                if (oicr & PFINT_OICR_LINK_STAT_CHANGE_M) {
                                PMD_DRV_LOG(INFO, "OICR: link state change event");
-                            ret = ice_link_update(dev, 0);
+                           ret = ice_link_update(dev, 1);
                                if (!ret)
                                                rte_eth_dev_callback_process
                                                                (dev, RTE_ETH_EVENT_INTR_LSC, NULL);
                }
#endif



Best Regards
Zhichao

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Sent: Wednesday, January 31, 2024 6:53 PM
To: Yang, Qiming <qiming.yang@intel.com<mailto:qiming.yang@intel.com>>; dev@dpdk.org<mailto:dev@dpdk.org>
Cc: Shih, Amy <amy.shih@advantech.com.tw<mailto:amy.shih@advantech.com.tw>>; Hsu, Jason <jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>>; Wang, Leo <leo66.wang@advantech.com.tw<mailto:leo66.wang@advantech.com.tw>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Qiming & dpdk dev team:

This is JackyCT.Chen from Advantech, we have a question about E823 DPDK loopback testpmd  ,
Could you please give us some advice?

We bind the E823 and X710 devices with vfio-pci driver and execute the DPDK testpmd . (detail see attached files please)

However,  both E823  “link status : down and link speed : None” , we expected that “link status : up and link speed : 10 Gbps” .
Do you have any suggestions?

Testing procedure & result:
Platform : Moro City Reference Planform ICX-D  ~ CRB

l   On-Board : E823

l   Ext-PCIE CARD : PCIE-2230NP-00A1E ( Intel X710 )
OS/Kernel :  Debian 12  / kernel 6.1.0-16-amd64 x86_64
DPDK : DPDK 24.03.0-rc0 (from trunk build)
NIC_BDF_INFO :
CRB EXT-PCIE CARD : X710
Port : 10G * 4
firmware-version: 7.10 0x80007b33 255.65535.255

CRB On-BOARD : E823
Port Option : 4x10-4x2.5
firmware-version: 3.26 0x8001b733 1.3429.0

BDF = 91:00.0
---
BDF = 89:00.0
BDF = 91:00.1
---
BDF = 89:00.1
Prepare and config :
root@5-efi:~# modprobe uio
root@5-efi:~# modprobe vfio-pci
root@5-efi:~# echo 2048 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
root@5-efi:~# mkdir -p /mnt/huge
root@5-efi:~# mount -t hugetlbfs nodev /mnt/huge
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.1
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.1

LOG :
root@5-efi:~# dpdk-testpmd -c 0xff -n 4 -a 89:00.0 -a 89:00.1 --socket-mem=256 -- -i --mbcache=512 --socket-num=0 --coremask=0xc --nb-cores=2 --rxq=1 --txq=1 --portmask=0xf --rxd=4096 --rxfreet=128 --rxpt=128 --rxht=8 --rxwt=0 --txd=4096 --txfreet=128 --txpt=128 --txht=0 --txwt=0 --burst=64 --txrst=64 --rss-ip -a
EAL: Detected CPU lcores: 24
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.0 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.1 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
TMTY: TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
previous number of forwarding cores 1 - changed to number of configured cores 2
Auto-start selected
testpmd: create a new mbuf pool <mb_pool_0>: n=262144, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 0).
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 1).
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
Start automatic packet forwarding
io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 1 streams:
  RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01
Logical Core 3 (socket 0) forwards packets on 1 streams:
  RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=64
  nb forwarding cores=2 - nb forwarding ports=2
  port 0: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
testpmd>
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 442827099  RX-missed: 0          RX-bytes:  26569625172
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 443292288  TX-errors: 0          TX-bytes:  26597536896

  Throughput (since last show)
  Rx-pps:     14390795          Rx-bps:   6907582048
  Tx-pps:     14405470          Tx-bps:   6914626456
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 443293641  RX-missed: 0          RX-bytes:  26597617500
  RX-errors: 0
 RX-nombuf:  0
  TX-packets: 442827661  TX-errors: 0          TX-bytes:  26569658892

  Throughput (since last show)
  Rx-pps:     14405477          Rx-bps:   6914629232
  Tx-pps:     14390795          Tx-bps:   6907581696
  ############################################################################
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        down     None
1    00:00:00:00:01:01 89:00.1      net_ice        down     None
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 2267795378 RX-missed: 0          RX-bytes:  136067721784
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2270213831 TX-errors: 0          TX-bytes:  136212829092

  Throughput (since last show)
  Rx-pps:     14385293          Rx-bps:   6904940896
  Tx-pps:     14400690          Tx-bps:   6912331240
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 2270215290 RX-missed: 0          RX-bytes:  136212916568
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2267796060 TX-errors: 0          TX-bytes:  136067762768

  Throughput (since last show)
  Rx-pps:     14400690          Rx-bps:   6912331344
  Tx-pps:     14385293          Tx-bps:   6904941024
  ############################################################################



Thanks!


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194


[-- Attachment #1.2: Type: text/html, Size: 53339 bytes --]

[-- Attachment #2: log_20240206_DPDK_Link_EXP1-1_B_E823_TESTPMD_up_up.txt --]
[-- Type: text/plain, Size: 43832 bytes --]

ÿþ\r\0
\0r\0o\0o\0t\0@\05\0-\0e\0f\0i\0:\0~\0#\0 \0d\0p\0d\0k\0-\0t\0e\0s\0t\0p\0m\0d\0 \0-\0c\0 \00\0x\0f\0f\0 \0-\0n\0 \04\0 \0-\0a\0 \08\09\0:\00\00\0.\00\0 \0-\0a\0 \08\09\0:\00\00\0.\01\0 \0-\0-\0s\0o\0c\0k\0e\0t\0-\0m\0e\0m\0=\02\05\06\0 \0-\0-\0 \0-\0i\0 \0-\0-\0m\0b\0c\0a\0c\0h\0e\0=\05\01\02\0 \0-\0-\0s\0o\0c\0k\0e\0t\0-\0n\0u\0m\0=\00\0 \0-\0-\0c\0o\0r\0e\0m\0a\0s\0k\0=\00\0x\0c\0 \0-\0-\0n\0b\0-\0c\0o\0r\0e\0s\0=\02\0 \0-\0-\0r\0x\0q\0=\01\0 \0-\0-\0t\0x\0q\0=\01\0 \0-\0-\0p\0o\0r\0t\0m\0a\0s\0k\0=\00\0x\0f\0 \0-\0-\0r\0x\0d\0=\04\00\09\06\0 \0-\0-\0r\0x\0f\0r\0e\0e\0t\0=\01\02\08\0 \0-\0-\0r\0x\0p\0t\0=\01\02\08\0 \0-\0-\0r\0x\0h\0t\0=\08\0 \0-\0-\0r\0x\0w\0t\0=\00\0 \0-\0-\0t\0x\0d\0=\04\00\09\06\0 \0-\0-\0t\0x\0f\0r\0e\0e\0t\0=\01\02\08\0 \0-\0-\0t\0x\0p\0t\0=\01\02\08\0 \0-\0-\0t\0x\0h\0t\0=\00\0 \0-\0-\0t\0x\0w\0t\0=\00\0 \0-\0-\0b\0u\0r\0s\0t\0=\06\04\0 \0-\0-\0t\0x\0r\0s\0t\0=\06\04\0 \0-\0-\0r\0s\0s\0-\0i\0p\0 \0-\0a\0 \0 \0 \0 \0\r\0
\0E\0A\0L\0:\0 \0D\0e\0t\0e\0c\0t\0e\0d\0 \0C\0P\0U\0 \0l\0c\0o\0r\0e\0s\0:\0 \02\04\0\r\0
\0E\0A\0L\0:\0 \0D\0e\0t\0e\0c\0t\0e\0d\0 \0N\0U\0M\0A\0 \0n\0o\0d\0e\0s\0:\0 \01\0\r\0
\0E\0A\0L\0:\0 \0D\0e\0t\0e\0c\0t\0e\0d\0 \0s\0t\0a\0t\0i\0c\0 \0l\0i\0n\0k\0a\0g\0e\0 \0o\0f\0 \0D\0P\0D\0K\0\r\0
\0E\0A\0L\0:\0 \0M\0u\0l\0t\0i\0-\0p\0r\0o\0c\0e\0s\0s\0 \0s\0o\0c\0k\0e\0t\0 \0/\0v\0a\0r\0/\0r\0u\0n\0/\0d\0p\0d\0k\0/\0r\0t\0e\0/\0m\0p\0_\0s\0o\0c\0k\0e\0t\0\r\0
\0E\0A\0L\0:\0 \0S\0e\0l\0e\0c\0t\0e\0d\0 \0I\0O\0V\0A\0 \0m\0o\0d\0e\0 \0'\0V\0A\0'\0\r\0
\0E\0A\0L\0:\0 \0V\0F\0I\0O\0 \0s\0u\0p\0p\0o\0r\0t\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0d\0\r\0
\0E\0A\0L\0:\0 \0U\0s\0i\0n\0g\0 \0I\0O\0M\0M\0U\0 \0t\0y\0p\0e\0 \01\0 \0(\0T\0y\0p\0e\0 \01\0)\0\r\0
\0E\0A\0L\0:\0 \0I\0g\0n\0o\0r\0e\0 \0m\0a\0p\0p\0i\0n\0g\0 \0I\0O\0 \0p\0o\0r\0t\0 \0b\0a\0r\0(\01\0)\0\r\0
\0E\0A\0L\0:\0 \0I\0g\0n\0o\0r\0e\0 \0m\0a\0p\0p\0i\0n\0g\0 \0I\0O\0 \0p\0o\0r\0t\0 \0b\0a\0r\0(\04\0)\0\r\0
\0E\0A\0L\0:\0 \0P\0r\0o\0b\0e\0 \0P\0C\0I\0 \0d\0r\0i\0v\0e\0r\0:\0 \0n\0e\0t\0_\0i\0c\0e\0 \0(\08\00\08\06\0:\01\08\08\0a\0)\0 \0d\0e\0v\0i\0c\0e\0:\0 \00\00\00\00\0:\08\09\0:\00\00\0.\00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0\r\0
\0i\0c\0e\0_\0d\0e\0v\0_\0i\0n\0i\0t\0(\0)\0:\0 \0F\0a\0i\0l\0e\0d\0 \0t\0o\0 \0r\0e\0a\0d\0 \0d\0e\0v\0i\0c\0e\0 \0s\0e\0r\0i\0a\0l\0 \0n\0u\0m\0b\0e\0r\0\r\0
\0\r\0
\0i\0c\0e\0_\0l\0o\0a\0d\0_\0p\0k\0g\0_\0t\0y\0p\0e\0(\0)\0:\0 \0A\0c\0t\0i\0v\0e\0 \0p\0a\0c\0k\0a\0g\0e\0 \0i\0s\0:\0 \01\0.\03\0.\03\05\0.\00\0,\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0(\0d\0o\0u\0b\0l\0e\0 \0V\0L\0A\0N\0 \0m\0o\0d\0e\0)\0\r\0
\0E\0A\0L\0:\0 \0I\0g\0n\0o\0r\0e\0 \0m\0a\0p\0p\0i\0n\0g\0 \0I\0O\0 \0p\0o\0r\0t\0 \0b\0a\0r\0(\01\0)\0\r\0
\0E\0A\0L\0:\0 \0I\0g\0n\0o\0r\0e\0 \0m\0a\0p\0p\0i\0n\0g\0 \0I\0O\0 \0p\0o\0r\0t\0 \0b\0a\0r\0(\04\0)\0\r\0
\0E\0A\0L\0:\0 \0P\0r\0o\0b\0e\0 \0P\0C\0I\0 \0d\0r\0i\0v\0e\0r\0:\0 \0n\0e\0t\0_\0i\0c\0e\0 \0(\08\00\08\06\0:\01\08\08\0a\0)\0 \0d\0e\0v\0i\0c\0e\0:\0 \00\00\00\00\0:\08\09\0:\00\00\0.\01\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0\r\0
\0i\0c\0e\0_\0d\0e\0v\0_\0i\0n\0i\0t\0(\0)\0:\0 \0F\0a\0i\0l\0e\0d\0 \0t\0o\0 \0r\0e\0a\0d\0 \0d\0e\0v\0i\0c\0e\0 \0s\0e\0r\0i\0a\0l\0 \0n\0u\0m\0b\0e\0r\0\r\0
\0\r\0
\0i\0c\0e\0_\0l\0o\0a\0d\0_\0p\0k\0g\0_\0t\0y\0p\0e\0(\0)\0:\0 \0A\0c\0t\0i\0v\0e\0 \0p\0a\0c\0k\0a\0g\0e\0 \0i\0s\0:\0 \01\0.\03\0.\03\05\0.\00\0,\0 \0I\0C\0E\0 \0O\0S\0 \0D\0e\0f\0a\0u\0l\0t\0 \0P\0a\0c\0k\0a\0g\0e\0 \0(\0d\0o\0u\0b\0l\0e\0 \0V\0L\0A\0N\0 \0m\0o\0d\0e\0)\0\r\0
\0T\0M\0T\0Y\0:\0 \0T\0E\0L\0E\0M\0E\0T\0R\0Y\0:\0 \0N\0o\0 \0l\0e\0g\0a\0c\0y\0 \0c\0a\0l\0l\0b\0a\0c\0k\0s\0,\0 \0l\0e\0g\0a\0c\0y\0 \0s\0o\0c\0k\0e\0t\0 \0n\0o\0t\0 \0c\0r\0e\0a\0t\0e\0d\0\r\0
\0I\0n\0t\0e\0r\0a\0c\0t\0i\0v\0e\0-\0m\0o\0d\0e\0 \0s\0e\0l\0e\0c\0t\0e\0d\0\r\0
\0p\0r\0e\0v\0i\0o\0u\0s\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0 \0c\0o\0r\0e\0s\0 \01\0 \0-\0 \0c\0h\0a\0n\0g\0e\0d\0 \0t\0o\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0c\0o\0n\0f\0i\0g\0u\0r\0e\0d\0 \0c\0o\0r\0e\0s\0 \02\0\r\0
\0A\0u\0t\0o\0-\0s\0t\0a\0r\0t\0 \0s\0e\0l\0e\0c\0t\0e\0d\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0:\0 \0c\0r\0e\0a\0t\0e\0 \0a\0 \0n\0e\0w\0 \0m\0b\0u\0f\0 \0p\0o\0o\0l\0 \0<\0m\0b\0_\0p\0o\0o\0l\0_\00\0>\0:\0 \0n\0=\02\06\02\01\04\04\0,\0 \0s\0i\0z\0e\0=\02\01\07\06\0,\0 \0s\0o\0c\0k\0e\0t\0=\00\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0:\0 \0p\0r\0e\0f\0e\0r\0r\0e\0d\0 \0m\0e\0m\0p\0o\0o\0l\0 \0o\0p\0s\0 \0s\0e\0l\0e\0c\0t\0e\0d\0:\0 \0r\0i\0n\0g\0_\0m\0p\0_\0m\0c\0\r\0
\0C\0o\0n\0f\0i\0g\0u\0r\0i\0n\0g\0 \0P\0o\0r\0t\0 \00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0\r\0
\0i\0c\0e\0_\0s\0e\0t\0_\0r\0x\0_\0f\0u\0n\0c\0t\0i\0o\0n\0(\0)\0:\0 \0U\0s\0i\0n\0g\0 \0A\0V\0X\02\0 \0V\0e\0c\0t\0o\0r\0 \0R\0x\0 \0(\0p\0o\0r\0t\0 \00\0)\0.\0\r\0
\0P\0o\0r\0t\0 \00\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0\r\0
\0C\0o\0n\0f\0i\0g\0u\0r\0i\0n\0g\0 \0P\0o\0r\0t\0 \01\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0\r\0
\0i\0c\0e\0_\0s\0e\0t\0_\0r\0x\0_\0f\0u\0n\0c\0t\0i\0o\0n\0(\0)\0:\0 \0U\0s\0i\0n\0g\0 \0A\0V\0X\02\0 \0V\0e\0c\0t\0o\0r\0 \0R\0x\0 \0(\0p\0o\0r\0t\0 \01\0)\0.\0\r\0
\0P\0o\0r\0t\0 \01\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0\r\0
\0C\0h\0e\0c\0k\0i\0n\0g\0 \0l\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0e\0s\0.\0.\0.\0\r\0
\0D\0o\0n\0e\0\r\0
\0S\0t\0a\0r\0t\0 \0a\0u\0t\0o\0m\0a\0t\0i\0c\0 \0p\0a\0c\0k\0e\0t\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0\r\0
\0i\0o\0 \0p\0a\0c\0k\0e\0t\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0 \0-\0 \0p\0o\0r\0t\0s\0=\02\0 \0-\0 \0c\0o\0r\0e\0s\0=\02\0 \0-\0 \0s\0t\0r\0e\0a\0m\0s\0=\02\0 \0-\0 \0N\0U\0M\0A\0 \0s\0u\0p\0p\0o\0r\0t\0 \0e\0n\0a\0b\0l\0e\0d\0,\0 \0M\0P\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0m\0o\0d\0e\0:\0 \0n\0a\0t\0i\0v\0e\0\r\0
\0L\0o\0g\0i\0c\0a\0l\0 \0C\0o\0r\0e\0 \02\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0f\0o\0r\0w\0a\0r\0d\0s\0 \0p\0a\0c\0k\0e\0t\0s\0 \0o\0n\0 \01\0 \0s\0t\0r\0e\0a\0m\0s\0:\0\r\0
\0 \0 \0R\0X\0 \0P\0=\00\0/\0Q\0=\00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0-\0>\0 \0T\0X\0 \0P\0=\01\0/\0Q\0=\00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0p\0e\0e\0r\0=\00\02\0:\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0\r\0
\0L\0o\0g\0i\0c\0a\0l\0 \0C\0o\0r\0e\0 \03\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0f\0o\0r\0w\0a\0r\0d\0s\0 \0p\0a\0c\0k\0e\0t\0s\0 \0o\0n\0 \01\0 \0s\0t\0r\0e\0a\0m\0s\0:\0\r\0
\0 \0 \0R\0X\0 \0P\0=\01\0/\0Q\0=\00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0-\0>\0 \0T\0X\0 \0P\0=\00\0/\0Q\0=\00\0 \0(\0s\0o\0c\0k\0e\0t\0 \00\0)\0 \0p\0e\0e\0r\0=\00\02\0:\00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\00\0\r\0
\0\r\0
\0 \0 \0i\0o\0 \0p\0a\0c\0k\0e\0t\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0 \0p\0a\0c\0k\0e\0t\0s\0/\0b\0u\0r\0s\0t\0=\06\04\0\r\0
\0 \0 \0n\0b\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0 \0c\0o\0r\0e\0s\0=\02\0 \0-\0 \0n\0b\0 \0f\0o\0r\0w\0a\0r\0d\0i\0n\0g\0 \0p\0o\0r\0t\0s\0=\02\0\r\0
\0 \0 \0p\0o\0r\0t\0 \00\0:\0 \0R\0X\0 \0q\0u\0e\0u\0e\0 \0n\0u\0m\0b\0e\0r\0:\0 \01\0 \0T\0x\0 \0q\0u\0e\0u\0e\0 \0n\0u\0m\0b\0e\0r\0:\0 \01\0\r\0
\0 \0 \0 \0 \0R\0x\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\00\0 \0T\0x\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\01\00\00\00\00\0\r\0
\0 \0 \0 \0 \0R\0X\0 \0q\0u\0e\0u\0e\0:\0 \00\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0d\0e\0s\0c\0=\04\00\09\06\0 \0-\0 \0R\0X\0 \0f\0r\0e\0e\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\01\02\08\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0:\0 \0p\0t\0h\0r\0e\0s\0h\0=\00\0 \0h\0t\0h\0r\0e\0s\0h\0=\00\0 \0 \0w\0t\0h\0r\0e\0s\0h\0=\00\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0O\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\00\0\r\0
\0 \0 \0 \0 \0T\0X\0 \0q\0u\0e\0u\0e\0:\0 \00\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0d\0e\0s\0c\0=\04\00\09\06\0 \0-\0 \0T\0X\0 \0f\0r\0e\0e\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\01\02\08\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0:\0 \0p\0t\0h\0r\0e\0s\0h\0=\01\02\08\0 \0h\0t\0h\0r\0e\0s\0h\0=\00\0 \0 \0w\0t\0h\0r\0e\0s\0h\0=\00\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\01\00\00\00\00\0 \0-\0 \0T\0X\0 \0R\0S\0 \0b\0i\0t\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\06\04\0\r\0
\0 \0 \0p\0o\0r\0t\0 \01\0:\0 \0R\0X\0 \0q\0u\0e\0u\0e\0 \0n\0u\0m\0b\0e\0r\0:\0 \01\0 \0T\0x\0 \0q\0u\0e\0u\0e\0 \0n\0u\0m\0b\0e\0r\0:\0 \01\0\r\0
\0 \0 \0 \0 \0R\0x\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\00\0 \0T\0x\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\01\00\00\00\00\0\r\0
\0 \0 \0 \0 \0R\0X\0 \0q\0u\0e\0u\0e\0:\0 \00\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0d\0e\0s\0c\0=\04\00\09\06\0 \0-\0 \0R\0X\0 \0f\0r\0e\0e\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\01\02\08\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0:\0 \0p\0t\0h\0r\0e\0s\0h\0=\00\0 \0h\0t\0h\0r\0e\0s\0h\0=\00\0 \0 \0w\0t\0h\0r\0e\0s\0h\0=\00\0\r\0
\0 \0 \0 \0 \0 \0 \0R\0X\0 \0O\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\00\0\r\0
\0 \0 \0 \0 \0T\0X\0 \0q\0u\0e\0u\0e\0:\0 \00\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0d\0e\0s\0c\0=\04\00\09\06\0 \0-\0 \0T\0X\0 \0f\0r\0e\0e\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\01\02\08\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0 \0r\0e\0g\0i\0s\0t\0e\0r\0s\0:\0 \0p\0t\0h\0r\0e\0s\0h\0=\01\02\08\0 \0h\0t\0h\0r\0e\0s\0h\0=\00\0 \0 \0w\0t\0h\0r\0e\0s\0h\0=\00\0\r\0
\0 \0 \0 \0 \0 \0 \0T\0X\0 \0o\0f\0f\0l\0o\0a\0d\0s\0=\00\0x\01\00\00\00\00\0 \0-\0 \0T\0X\0 \0R\0S\0 \0b\0i\0t\0 \0t\0h\0r\0e\0s\0h\0o\0l\0d\0=\06\04\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0P\0o\0r\0t\0 \00\0:\0 \0l\0i\0n\0k\0 \0s\0t\0a\0t\0e\0 \0c\0h\0a\0n\0g\0e\0 \0e\0v\0e\0n\0t\0\r\0
\0\r\0
\0P\0o\0r\0t\0 \00\0:\0 \0l\0i\0n\0k\0 \0s\0t\0a\0t\0e\0 \0c\0h\0a\0n\0g\0e\0 \0e\0v\0e\0n\0t\0\r\0
\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0i\0n\0f\0o\0 \0a\0l\0l\0\r\0
\0\r\0
\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0 \0I\0n\0f\0o\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0\r\0
\0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0n\0a\0m\0e\0:\0 \08\09\0:\00\00\0.\00\0\r\0
\0D\0r\0i\0v\0e\0r\0 \0n\0a\0m\0e\0:\0 \0n\0e\0t\0_\0i\0c\0e\0\r\0
\0F\0i\0r\0m\0w\0a\0r\0e\0-\0v\0e\0r\0s\0i\0o\0n\0:\0 \03\0.\02\06\0 \00\0x\08\00\00\01\0b\07\03\03\0 \01\0.\03\04\02\09\0.\00\0\r\0
\0D\0e\0v\0a\0r\0g\0s\0:\0 \0\r\0
\0C\0o\0n\0n\0e\0c\0t\0 \0t\0o\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0m\0e\0m\0o\0r\0y\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0o\0n\0 \0t\0h\0e\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0L\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0:\0 \0u\0p\0\r\0
\0L\0i\0n\0k\0 \0s\0p\0e\0e\0d\0:\0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0L\0i\0n\0k\0 \0d\0u\0p\0l\0e\0x\0:\0 \0f\0u\0l\0l\0-\0d\0u\0p\0l\0e\0x\0\r\0
\0A\0u\0t\0o\0n\0e\0g\0 \0s\0t\0a\0t\0u\0s\0:\0 \0O\0n\0\r\0
\0M\0T\0U\0:\0 \01\05\00\00\0\r\0
\0P\0r\0o\0m\0i\0s\0c\0u\0o\0u\0s\0 \0m\0o\0d\0e\0:\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0A\0l\0l\0m\0u\0l\0t\0i\0c\0a\0s\0t\0 \0m\0o\0d\0e\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0:\0 \06\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0 \0o\0f\0 \0h\0a\0s\0h\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0:\0 \00\0\r\0
\0V\0L\0A\0N\0 \0o\0f\0f\0l\0o\0a\0d\0:\0 \0\r\0
\0 \0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0,\0 \0f\0i\0l\0t\0e\0r\0 \0o\0f\0f\0,\0 \0e\0x\0t\0e\0n\0d\0 \0o\0f\0f\0,\0 \0q\0i\0n\0q\0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0\r\0
\0H\0a\0s\0h\0 \0k\0e\0y\0 \0s\0i\0z\0e\0 \0i\0n\0 \0b\0y\0t\0e\0s\0:\0 \05\02\0\r\0
\0R\0e\0d\0i\0r\0e\0c\0t\0i\0o\0n\0 \0t\0a\0b\0l\0e\0 \0s\0i\0z\0e\0:\0 \05\01\02\0\r\0
\0S\0u\0p\0p\0o\0r\0t\0e\0d\0 \0R\0S\0S\0 \0o\0f\0f\0l\0o\0a\0d\0 \0f\0l\0o\0w\0 \0t\0y\0p\0e\0s\0:\0\r\0
\0 \0 \0i\0p\0v\04\0 \0 \0i\0p\0v\04\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\04\0-\0t\0c\0p\0 \0 \0i\0p\0v\04\0-\0u\0d\0p\0 \0 \0i\0p\0v\04\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\04\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0i\0p\0v\06\0 \0 \0i\0p\0v\06\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\06\0-\0t\0c\0p\0 \0 \0i\0p\0v\06\0-\0u\0d\0p\0 \0 \0i\0p\0v\06\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\06\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0l\02\0-\0p\0a\0y\0l\0o\0a\0d\0\r\0
\0M\0i\0n\0i\0m\0u\0m\0 \0s\0i\0z\0e\0 \0o\0f\0 \0R\0X\0 \0b\0u\0f\0f\0e\0r\0:\0 \01\00\02\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0R\0X\0 \0p\0a\0c\0k\0e\0t\0:\0 \09\07\02\08\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0s\0i\0z\0e\0 \0o\0f\0 \0L\0R\0O\0 \0a\0g\0g\0r\0e\0g\0a\0t\0e\0d\0 \0p\0a\0c\0k\0e\0t\0:\0 \00\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0R\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0T\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0p\0a\0c\0k\0e\0t\0:\0 \04\00\09\06\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0M\0T\0U\0/\0T\0S\0O\0:\0 \08\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0c\0a\0p\0a\0b\0i\0l\0i\0t\0i\0e\0s\0:\0 \00\0x\00\0(\0 \0)\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0e\0r\0r\0o\0r\0 \0h\0a\0n\0d\0l\0i\0n\0g\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0p\0r\0i\0v\0a\0t\0e\0 \0i\0n\0f\0o\0:\0\r\0
\0 \0 \0n\0o\0n\0e\0\r\0
\0\r\0
\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0 \0I\0n\0f\0o\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0\r\0
\0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0n\0a\0m\0e\0:\0 \08\09\0:\00\00\0.\01\0\r\0
\0D\0r\0i\0v\0e\0r\0 \0n\0a\0m\0e\0:\0 \0n\0e\0t\0_\0i\0c\0e\0\r\0
\0F\0i\0r\0m\0w\0a\0r\0e\0-\0v\0e\0r\0s\0i\0o\0n\0:\0 \03\0.\02\06\0 \00\0x\08\00\00\01\0b\07\03\03\0 \01\0.\03\04\02\09\0.\00\0\r\0
\0D\0e\0v\0a\0r\0g\0s\0:\0 \0\r\0
\0C\0o\0n\0n\0e\0c\0t\0 \0t\0o\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0m\0e\0m\0o\0r\0y\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0o\0n\0 \0t\0h\0e\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0L\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0:\0 \0u\0p\0\r\0
\0L\0i\0n\0k\0 \0s\0p\0e\0e\0d\0:\0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0L\0i\0n\0k\0 \0d\0u\0p\0l\0e\0x\0:\0 \0f\0u\0l\0l\0-\0d\0u\0p\0l\0e\0x\0\r\0
\0A\0u\0t\0o\0n\0e\0g\0 \0s\0t\0a\0t\0u\0s\0:\0 \0O\0n\0\r\0
\0M\0T\0U\0:\0 \01\05\00\00\0\r\0
\0P\0r\0o\0m\0i\0s\0c\0u\0o\0u\0s\0 \0m\0o\0d\0e\0:\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0A\0l\0l\0m\0u\0l\0t\0i\0c\0a\0s\0t\0 \0m\0o\0d\0e\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0:\0 \06\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0 \0o\0f\0 \0h\0a\0s\0h\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0:\0 \00\0\r\0
\0V\0L\0A\0N\0 \0o\0f\0f\0l\0o\0a\0d\0:\0 \0\r\0
\0 \0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0,\0 \0f\0i\0l\0t\0e\0r\0 \0o\0f\0f\0,\0 \0e\0x\0t\0e\0n\0d\0 \0o\0f\0f\0,\0 \0q\0i\0n\0q\0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0\r\0
\0H\0a\0s\0h\0 \0k\0e\0y\0 \0s\0i\0z\0e\0 \0i\0n\0 \0b\0y\0t\0e\0s\0:\0 \05\02\0\r\0
\0R\0e\0d\0i\0r\0e\0c\0t\0i\0o\0n\0 \0t\0a\0b\0l\0e\0 \0s\0i\0z\0e\0:\0 \05\01\02\0\r\0
\0S\0u\0p\0p\0o\0r\0t\0e\0d\0 \0R\0S\0S\0 \0o\0f\0f\0l\0o\0a\0d\0 \0f\0l\0o\0w\0 \0t\0y\0p\0e\0s\0:\0\r\0
\0 \0 \0i\0p\0v\04\0 \0 \0i\0p\0v\04\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\04\0-\0t\0c\0p\0 \0 \0i\0p\0v\04\0-\0u\0d\0p\0 \0 \0i\0p\0v\04\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\04\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0i\0p\0v\06\0 \0 \0i\0p\0v\06\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\06\0-\0t\0c\0p\0 \0 \0i\0p\0v\06\0-\0u\0d\0p\0 \0 \0i\0p\0v\06\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\06\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0l\02\0-\0p\0a\0y\0l\0o\0a\0d\0\r\0
\0M\0i\0n\0i\0m\0u\0m\0 \0s\0i\0z\0e\0 \0o\0f\0 \0R\0X\0 \0b\0u\0f\0f\0e\0r\0:\0 \01\00\02\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0R\0X\0 \0p\0a\0c\0k\0e\0t\0:\0 \09\07\02\08\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0s\0i\0z\0e\0 \0o\0f\0 \0L\0R\0O\0 \0a\0g\0g\0r\0e\0g\0a\0t\0e\0d\0 \0p\0a\0c\0k\0e\0t\0:\0 \00\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0R\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0T\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0p\0a\0c\0k\0e\0t\0:\0 \04\00\09\06\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0M\0T\0U\0/\0T\0S\0O\0:\0 \08\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0c\0a\0p\0a\0b\0i\0l\0i\0t\0i\0e\0s\0:\0 \00\0x\00\0(\0 \0)\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0e\0r\0r\0o\0r\0 \0h\0a\0n\0d\0l\0i\0n\0g\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0p\0r\0i\0v\0a\0t\0e\0 \0i\0n\0f\0o\0:\0\r\0
\0 \0 \0n\0o\0n\0e\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0u\0m\0m\0a\0r\0y\0 \0a\0l\0l\0\r\0
\0N\0u\0m\0b\0e\0r\0 \0o\0f\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0p\0o\0r\0t\0s\0:\0 \02\0\r\0
\0P\0o\0r\0t\0 \0M\0A\0C\0 \0A\0d\0d\0r\0e\0s\0s\0 \0 \0 \0 \0 \0 \0 \0N\0a\0m\0e\0 \0 \0 \0 \0 \0 \0 \0 \0 \0D\0r\0i\0v\0e\0r\0 \0 \0 \0 \0 \0 \0 \0 \0 \0S\0t\0a\0t\0u\0s\0 \0 \0 \0L\0i\0n\0k\0\r\0
\00\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0 \08\09\0:\00\00\0.\00\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0u\0p\0 \0 \0 \0 \0 \0 \0 \01\00\0 \0G\0b\0p\0s\0\r\0
\01\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0 \08\09\0:\00\00\0.\01\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0u\0p\0 \0 \0 \0 \0 \0 \0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0t\0a\0t\0s\0 \0a\0l\0l\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \00\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \00\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \00\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \00\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \00\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0u\0m\0m\0a\0r\0y\0 \0a\0l\0l\0\r\0
\0N\0u\0m\0b\0e\0r\0 \0o\0f\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0p\0o\0r\0t\0s\0:\0 \02\0\r\0
\0P\0o\0r\0t\0 \0M\0A\0C\0 \0A\0d\0d\0r\0e\0s\0s\0 \0 \0 \0 \0 \0 \0 \0N\0a\0m\0e\0 \0 \0 \0 \0 \0 \0 \0 \0 \0D\0r\0i\0v\0e\0r\0 \0 \0 \0 \0 \0 \0 \0 \0 \0S\0t\0a\0t\0u\0s\0 \0 \0 \0L\0i\0n\0k\0\r\0
\00\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0 \08\09\0:\00\00\0.\00\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0u\0p\0 \0 \0 \0 \0 \0 \0 \01\00\0 \0G\0b\0p\0s\0\r\0
\01\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0 \08\09\0:\00\00\0.\01\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0u\0p\0 \0 \0 \0 \0 \0 \0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0i\0n\0f\0o\0 \0a\0l\0l\0\r\0
\0\r\0
\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0 \0I\0n\0f\0o\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0\r\0
\0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0n\0a\0m\0e\0:\0 \08\09\0:\00\00\0.\00\0\r\0
\0D\0r\0i\0v\0e\0r\0 \0n\0a\0m\0e\0:\0 \0n\0e\0t\0_\0i\0c\0e\0\r\0
\0F\0i\0r\0m\0w\0a\0r\0e\0-\0v\0e\0r\0s\0i\0o\0n\0:\0 \03\0.\02\06\0 \00\0x\08\00\00\01\0b\07\03\03\0 \01\0.\03\04\02\09\0.\00\0\r\0
\0D\0e\0v\0a\0r\0g\0s\0:\0 \0\r\0
\0C\0o\0n\0n\0e\0c\0t\0 \0t\0o\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0m\0e\0m\0o\0r\0y\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0o\0n\0 \0t\0h\0e\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0L\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0:\0 \0u\0p\0\r\0
\0L\0i\0n\0k\0 \0s\0p\0e\0e\0d\0:\0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0L\0i\0n\0k\0 \0d\0u\0p\0l\0e\0x\0:\0 \0f\0u\0l\0l\0-\0d\0u\0p\0l\0e\0x\0\r\0
\0A\0u\0t\0o\0n\0e\0g\0 \0s\0t\0a\0t\0u\0s\0:\0 \0O\0n\0\r\0
\0M\0T\0U\0:\0 \01\05\00\00\0\r\0
\0P\0r\0o\0m\0i\0s\0c\0u\0o\0u\0s\0 \0m\0o\0d\0e\0:\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0A\0l\0l\0m\0u\0l\0t\0i\0c\0a\0s\0t\0 \0m\0o\0d\0e\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0:\0 \06\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0 \0o\0f\0 \0h\0a\0s\0h\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0:\0 \00\0\r\0
\0V\0L\0A\0N\0 \0o\0f\0f\0l\0o\0a\0d\0:\0 \0\r\0
\0 \0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0,\0 \0f\0i\0l\0t\0e\0r\0 \0o\0f\0f\0,\0 \0e\0x\0t\0e\0n\0d\0 \0o\0f\0f\0,\0 \0q\0i\0n\0q\0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0\r\0
\0H\0a\0s\0h\0 \0k\0e\0y\0 \0s\0i\0z\0e\0 \0i\0n\0 \0b\0y\0t\0e\0s\0:\0 \05\02\0\r\0
\0R\0e\0d\0i\0r\0e\0c\0t\0i\0o\0n\0 \0t\0a\0b\0l\0e\0 \0s\0i\0z\0e\0:\0 \05\01\02\0\r\0
\0S\0u\0p\0p\0o\0r\0t\0e\0d\0 \0R\0S\0S\0 \0o\0f\0f\0l\0o\0a\0d\0 \0f\0l\0o\0w\0 \0t\0y\0p\0e\0s\0:\0\r\0
\0 \0 \0i\0p\0v\04\0 \0 \0i\0p\0v\04\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\04\0-\0t\0c\0p\0 \0 \0i\0p\0v\04\0-\0u\0d\0p\0 \0 \0i\0p\0v\04\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\04\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0i\0p\0v\06\0 \0 \0i\0p\0v\06\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\06\0-\0t\0c\0p\0 \0 \0i\0p\0v\06\0-\0u\0d\0p\0 \0 \0i\0p\0v\06\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\06\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0l\02\0-\0p\0a\0y\0l\0o\0a\0d\0\r\0
\0M\0i\0n\0i\0m\0u\0m\0 \0s\0i\0z\0e\0 \0o\0f\0 \0R\0X\0 \0b\0u\0f\0f\0e\0r\0:\0 \01\00\02\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0R\0X\0 \0p\0a\0c\0k\0e\0t\0:\0 \09\07\02\08\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0s\0i\0z\0e\0 \0o\0f\0 \0L\0R\0O\0 \0a\0g\0g\0r\0e\0g\0a\0t\0e\0d\0 \0p\0a\0c\0k\0e\0t\0:\0 \00\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0R\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0T\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0p\0a\0c\0k\0e\0t\0:\0 \04\00\09\06\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0M\0T\0U\0/\0T\0S\0O\0:\0 \08\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0c\0a\0p\0a\0b\0i\0l\0i\0t\0i\0e\0s\0:\0 \00\0x\00\0(\0 \0)\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0e\0r\0r\0o\0r\0 \0h\0a\0n\0d\0l\0i\0n\0g\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0p\0r\0i\0v\0a\0t\0e\0 \0i\0n\0f\0o\0:\0\r\0
\0 \0 \0n\0o\0n\0e\0\r\0
\0\r\0
\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0 \0I\0n\0f\0o\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0\r\0
\0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0n\0a\0m\0e\0:\0 \08\09\0:\00\00\0.\01\0\r\0
\0D\0r\0i\0v\0e\0r\0 \0n\0a\0m\0e\0:\0 \0n\0e\0t\0_\0i\0c\0e\0\r\0
\0F\0i\0r\0m\0w\0a\0r\0e\0-\0v\0e\0r\0s\0i\0o\0n\0:\0 \03\0.\02\06\0 \00\0x\08\00\00\01\0b\07\03\03\0 \01\0.\03\04\02\09\0.\00\0\r\0
\0D\0e\0v\0a\0r\0g\0s\0:\0 \0\r\0
\0C\0o\0n\0n\0e\0c\0t\0 \0t\0o\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0m\0e\0m\0o\0r\0y\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0o\0n\0 \0t\0h\0e\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0L\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0:\0 \0u\0p\0\r\0
\0L\0i\0n\0k\0 \0s\0p\0e\0e\0d\0:\0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0L\0i\0n\0k\0 \0d\0u\0p\0l\0e\0x\0:\0 \0f\0u\0l\0l\0-\0d\0u\0p\0l\0e\0x\0\r\0
\0A\0u\0t\0o\0n\0e\0g\0 \0s\0t\0a\0t\0u\0s\0:\0 \0O\0n\0\r\0
\0M\0T\0U\0:\0 \01\05\00\00\0\r\0
\0P\0r\0o\0m\0i\0s\0c\0u\0o\0u\0s\0 \0m\0o\0d\0e\0:\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0A\0l\0l\0m\0u\0l\0t\0i\0c\0a\0s\0t\0 \0m\0o\0d\0e\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0:\0 \06\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0 \0o\0f\0 \0h\0a\0s\0h\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0:\0 \00\0\r\0
\0V\0L\0A\0N\0 \0o\0f\0f\0l\0o\0a\0d\0:\0 \0\r\0
\0 \0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0,\0 \0f\0i\0l\0t\0e\0r\0 \0o\0f\0f\0,\0 \0e\0x\0t\0e\0n\0d\0 \0o\0f\0f\0,\0 \0q\0i\0n\0q\0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0\r\0
\0H\0a\0s\0h\0 \0k\0e\0y\0 \0s\0i\0z\0e\0 \0i\0n\0 \0b\0y\0t\0e\0s\0:\0 \05\02\0\r\0
\0R\0e\0d\0i\0r\0e\0c\0t\0i\0o\0n\0 \0t\0a\0b\0l\0e\0 \0s\0i\0z\0e\0:\0 \05\01\02\0\r\0
\0S\0u\0p\0p\0o\0r\0t\0e\0d\0 \0R\0S\0S\0 \0o\0f\0f\0l\0o\0a\0d\0 \0f\0l\0o\0w\0 \0t\0y\0p\0e\0s\0:\0\r\0
\0 \0 \0i\0p\0v\04\0 \0 \0i\0p\0v\04\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\04\0-\0t\0c\0p\0 \0 \0i\0p\0v\04\0-\0u\0d\0p\0 \0 \0i\0p\0v\04\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\04\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0i\0p\0v\06\0 \0 \0i\0p\0v\06\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\06\0-\0t\0c\0p\0 \0 \0i\0p\0v\06\0-\0u\0d\0p\0 \0 \0i\0p\0v\06\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\06\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0l\02\0-\0p\0a\0y\0l\0o\0a\0d\0\r\0
\0M\0i\0n\0i\0m\0u\0m\0 \0s\0i\0z\0e\0 \0o\0f\0 \0R\0X\0 \0b\0u\0f\0f\0e\0r\0:\0 \01\00\02\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0R\0X\0 \0p\0a\0c\0k\0e\0t\0:\0 \09\07\02\08\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0s\0i\0z\0e\0 \0o\0f\0 \0L\0R\0O\0 \0a\0g\0g\0r\0e\0g\0a\0t\0e\0d\0 \0p\0a\0c\0k\0e\0t\0:\0 \00\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0R\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0T\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0p\0a\0c\0k\0e\0t\0:\0 \04\00\09\06\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0M\0T\0U\0/\0T\0S\0O\0:\0 \08\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0c\0a\0p\0a\0b\0i\0l\0i\0t\0i\0e\0s\0:\0 \00\0x\00\0(\0 \0)\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0e\0r\0r\0o\0r\0 \0h\0a\0n\0d\0l\0i\0n\0g\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0p\0r\0i\0v\0a\0t\0e\0 \0i\0n\0f\0o\0:\0\r\0
\0 \0 \0n\0o\0n\0e\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0u\0m\0m\0a\0r\0y\0 \0a\0l\0l\0\r\0
\0N\0u\0m\0b\0e\0r\0 \0o\0f\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0p\0o\0r\0t\0s\0:\0 \02\0\r\0
\0P\0o\0r\0t\0 \0M\0A\0C\0 \0A\0d\0d\0r\0e\0s\0s\0 \0 \0 \0 \0 \0 \0 \0N\0a\0m\0e\0 \0 \0 \0 \0 \0 \0 \0 \0 \0D\0r\0i\0v\0e\0r\0 \0 \0 \0 \0 \0 \0 \0 \0 \0S\0t\0a\0t\0u\0s\0 \0 \0 \0L\0i\0n\0k\0\r\0
\00\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0 \08\09\0:\00\00\0.\00\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0u\0p\0 \0 \0 \0 \0 \0 \0 \01\00\0 \0G\0b\0p\0s\0\r\0
\01\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0 \08\09\0:\00\00\0.\01\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0u\0p\0 \0 \0 \0 \0 \0 \0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0i\0n\0f\0o\0 \0a\0l\0l\0\r\0
\0\r\0
\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0 \0I\0n\0f\0o\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0\r\0
\0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0n\0a\0m\0e\0:\0 \08\09\0:\00\00\0.\00\0\r\0
\0D\0r\0i\0v\0e\0r\0 \0n\0a\0m\0e\0:\0 \0n\0e\0t\0_\0i\0c\0e\0\r\0
\0F\0i\0r\0m\0w\0a\0r\0e\0-\0v\0e\0r\0s\0i\0o\0n\0:\0 \03\0.\02\06\0 \00\0x\08\00\00\01\0b\07\03\03\0 \01\0.\03\04\02\09\0.\00\0\r\0
\0D\0e\0v\0a\0r\0g\0s\0:\0 \0\r\0
\0C\0o\0n\0n\0e\0c\0t\0 \0t\0o\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0m\0e\0m\0o\0r\0y\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0o\0n\0 \0t\0h\0e\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0L\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0:\0 \0u\0p\0\r\0
\0L\0i\0n\0k\0 \0s\0p\0e\0e\0d\0:\0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0L\0i\0n\0k\0 \0d\0u\0p\0l\0e\0x\0:\0 \0f\0u\0l\0l\0-\0d\0u\0p\0l\0e\0x\0\r\0
\0A\0u\0t\0o\0n\0e\0g\0 \0s\0t\0a\0t\0u\0s\0:\0 \0O\0n\0\r\0
\0M\0T\0U\0:\0 \01\05\00\00\0\r\0
\0P\0r\0o\0m\0i\0s\0c\0u\0o\0u\0s\0 \0m\0o\0d\0e\0:\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0A\0l\0l\0m\0u\0l\0t\0i\0c\0a\0s\0t\0 \0m\0o\0d\0e\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0:\0 \06\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0 \0o\0f\0 \0h\0a\0s\0h\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0:\0 \00\0\r\0
\0V\0L\0A\0N\0 \0o\0f\0f\0l\0o\0a\0d\0:\0 \0\r\0
\0 \0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0,\0 \0f\0i\0l\0t\0e\0r\0 \0o\0f\0f\0,\0 \0e\0x\0t\0e\0n\0d\0 \0o\0f\0f\0,\0 \0q\0i\0n\0q\0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0\r\0
\0H\0a\0s\0h\0 \0k\0e\0y\0 \0s\0i\0z\0e\0 \0i\0n\0 \0b\0y\0t\0e\0s\0:\0 \05\02\0\r\0
\0R\0e\0d\0i\0r\0e\0c\0t\0i\0o\0n\0 \0t\0a\0b\0l\0e\0 \0s\0i\0z\0e\0:\0 \05\01\02\0\r\0
\0S\0u\0p\0p\0o\0r\0t\0e\0d\0 \0R\0S\0S\0 \0o\0f\0f\0l\0o\0a\0d\0 \0f\0l\0o\0w\0 \0t\0y\0p\0e\0s\0:\0\r\0
\0 \0 \0i\0p\0v\04\0 \0 \0i\0p\0v\04\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\04\0-\0t\0c\0p\0 \0 \0i\0p\0v\04\0-\0u\0d\0p\0 \0 \0i\0p\0v\04\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\04\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0i\0p\0v\06\0 \0 \0i\0p\0v\06\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\06\0-\0t\0c\0p\0 \0 \0i\0p\0v\06\0-\0u\0d\0p\0 \0 \0i\0p\0v\06\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\06\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0l\02\0-\0p\0a\0y\0l\0o\0a\0d\0\r\0
\0M\0i\0n\0i\0m\0u\0m\0 \0s\0i\0z\0e\0 \0o\0f\0 \0R\0X\0 \0b\0u\0f\0f\0e\0r\0:\0 \01\00\02\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0R\0X\0 \0p\0a\0c\0k\0e\0t\0:\0 \09\07\02\08\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0s\0i\0z\0e\0 \0o\0f\0 \0L\0R\0O\0 \0a\0g\0g\0r\0e\0g\0a\0t\0e\0d\0 \0p\0a\0c\0k\0e\0t\0:\0 \00\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0R\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0T\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0p\0a\0c\0k\0e\0t\0:\0 \04\00\09\06\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0M\0T\0U\0/\0T\0S\0O\0:\0 \08\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0c\0a\0p\0a\0b\0i\0l\0i\0t\0i\0e\0s\0:\0 \00\0x\00\0(\0 \0)\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0e\0r\0r\0o\0r\0 \0h\0a\0n\0d\0l\0i\0n\0g\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0p\0r\0i\0v\0a\0t\0e\0 \0i\0n\0f\0o\0:\0\r\0
\0 \0 \0n\0o\0n\0e\0\r\0
\0\r\0
\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0 \0I\0n\0f\0o\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0\r\0
\0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0n\0a\0m\0e\0:\0 \08\09\0:\00\00\0.\01\0\r\0
\0D\0r\0i\0v\0e\0r\0 \0n\0a\0m\0e\0:\0 \0n\0e\0t\0_\0i\0c\0e\0\r\0
\0F\0i\0r\0m\0w\0a\0r\0e\0-\0v\0e\0r\0s\0i\0o\0n\0:\0 \03\0.\02\06\0 \00\0x\08\00\00\01\0b\07\03\03\0 \01\0.\03\04\02\09\0.\00\0\r\0
\0D\0e\0v\0a\0r\0g\0s\0:\0 \0\r\0
\0C\0o\0n\0n\0e\0c\0t\0 \0t\0o\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0m\0e\0m\0o\0r\0y\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0o\0n\0 \0t\0h\0e\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0L\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0:\0 \0u\0p\0\r\0
\0L\0i\0n\0k\0 \0s\0p\0e\0e\0d\0:\0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0L\0i\0n\0k\0 \0d\0u\0p\0l\0e\0x\0:\0 \0f\0u\0l\0l\0-\0d\0u\0p\0l\0e\0x\0\r\0
\0A\0u\0t\0o\0n\0e\0g\0 \0s\0t\0a\0t\0u\0s\0:\0 \0O\0n\0\r\0
\0M\0T\0U\0:\0 \01\05\00\00\0\r\0
\0P\0r\0o\0m\0i\0s\0c\0u\0o\0u\0s\0 \0m\0o\0d\0e\0:\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0A\0l\0l\0m\0u\0l\0t\0i\0c\0a\0s\0t\0 \0m\0o\0d\0e\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0:\0 \06\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0 \0o\0f\0 \0h\0a\0s\0h\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0:\0 \00\0\r\0
\0V\0L\0A\0N\0 \0o\0f\0f\0l\0o\0a\0d\0:\0 \0\r\0
\0 \0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0,\0 \0f\0i\0l\0t\0e\0r\0 \0o\0f\0f\0,\0 \0e\0x\0t\0e\0n\0d\0 \0o\0f\0f\0,\0 \0q\0i\0n\0q\0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0\r\0
\0H\0a\0s\0h\0 \0k\0e\0y\0 \0s\0i\0z\0e\0 \0i\0n\0 \0b\0y\0t\0e\0s\0:\0 \05\02\0\r\0
\0R\0e\0d\0i\0r\0e\0c\0t\0i\0o\0n\0 \0t\0a\0b\0l\0e\0 \0s\0i\0z\0e\0:\0 \05\01\02\0\r\0
\0S\0u\0p\0p\0o\0r\0t\0e\0d\0 \0R\0S\0S\0 \0o\0f\0f\0l\0o\0a\0d\0 \0f\0l\0o\0w\0 \0t\0y\0p\0e\0s\0:\0\r\0
\0 \0 \0i\0p\0v\04\0 \0 \0i\0p\0v\04\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\04\0-\0t\0c\0p\0 \0 \0i\0p\0v\04\0-\0u\0d\0p\0 \0 \0i\0p\0v\04\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\04\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0i\0p\0v\06\0 \0 \0i\0p\0v\06\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\06\0-\0t\0c\0p\0 \0 \0i\0p\0v\06\0-\0u\0d\0p\0 \0 \0i\0p\0v\06\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\06\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0l\02\0-\0p\0a\0y\0l\0o\0a\0d\0\r\0
\0M\0i\0n\0i\0m\0u\0m\0 \0s\0i\0z\0e\0 \0o\0f\0 \0R\0X\0 \0b\0u\0f\0f\0e\0r\0:\0 \01\00\02\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0R\0X\0 \0p\0a\0c\0k\0e\0t\0:\0 \09\07\02\08\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0s\0i\0z\0e\0 \0o\0f\0 \0L\0R\0O\0 \0a\0g\0g\0r\0e\0g\0a\0t\0e\0d\0 \0p\0a\0c\0k\0e\0t\0:\0 \00\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0R\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0T\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0p\0a\0c\0k\0e\0t\0:\0 \04\00\09\06\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0M\0T\0U\0/\0T\0S\0O\0:\0 \08\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0c\0a\0p\0a\0b\0i\0l\0i\0t\0i\0e\0s\0:\0 \00\0x\00\0(\0 \0)\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0e\0r\0r\0o\0r\0 \0h\0a\0n\0d\0l\0i\0n\0g\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0p\0r\0i\0v\0a\0t\0e\0 \0i\0n\0f\0o\0:\0\r\0
\0 \0 \0n\0o\0n\0e\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0t\0a\0t\0s\0 \0a\0l\0l\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \01\06\07\09\05\06\05\02\04\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\00\00\07\07\03\09\00\06\00\08\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \01\07\00\07\03\08\04\04\02\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\00\02\04\04\03\00\05\06\08\08\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \03\06\08\07\00\03\01\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \01\07\06\09\07\07\04\08\05\06\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \03\07\04\08\01\00\00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \01\07\09\09\00\08\08\02\00\08\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \01\07\00\07\03\09\09\09\05\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\00\02\04\04\03\09\08\08\06\08\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \01\06\07\09\05\07\02\00\06\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \01\00\00\07\07\04\03\01\05\02\08\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \03\07\04\08\01\03\03\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \01\07\09\09\01\00\04\01\04\04\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \0 \03\06\08\07\00\04\05\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \01\07\06\09\07\08\01\06\02\04\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0u\0m\0m\0a\0r\0y\0 \0a\0l\0l\0\r\0
\0N\0u\0m\0b\0e\0r\0 \0o\0f\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0p\0o\0r\0t\0s\0:\0 \02\0\r\0
\0P\0o\0r\0t\0 \0M\0A\0C\0 \0A\0d\0d\0r\0e\0s\0s\0 \0 \0 \0 \0 \0 \0 \0N\0a\0m\0e\0 \0 \0 \0 \0 \0 \0 \0 \0 \0D\0r\0i\0v\0e\0r\0 \0 \0 \0 \0 \0 \0 \0 \0 \0S\0t\0a\0t\0u\0s\0 \0 \0 \0L\0i\0n\0k\0\r\0
\00\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0 \08\09\0:\00\00\0.\00\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0u\0p\0 \0 \0 \0 \0 \0 \0 \01\00\0 \0G\0b\0p\0s\0\r\0
\01\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0 \08\09\0:\00\00\0.\01\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0u\0p\0 \0 \0 \0 \0 \0 \0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0i\0n\0f\0o\0 \0a\0l\0l\0\r\0
\0\r\0
\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0 \0I\0n\0f\0o\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0\r\0
\0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0n\0a\0m\0e\0:\0 \08\09\0:\00\00\0.\00\0\r\0
\0D\0r\0i\0v\0e\0r\0 \0n\0a\0m\0e\0:\0 \0n\0e\0t\0_\0i\0c\0e\0\r\0
\0F\0i\0r\0m\0w\0a\0r\0e\0-\0v\0e\0r\0s\0i\0o\0n\0:\0 \03\0.\02\06\0 \00\0x\08\00\00\01\0b\07\03\03\0 \01\0.\03\04\02\09\0.\00\0\r\0
\0D\0e\0v\0a\0r\0g\0s\0:\0 \0\r\0
\0C\0o\0n\0n\0e\0c\0t\0 \0t\0o\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0m\0e\0m\0o\0r\0y\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0o\0n\0 \0t\0h\0e\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0L\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0:\0 \0u\0p\0\r\0
\0L\0i\0n\0k\0 \0s\0p\0e\0e\0d\0:\0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0L\0i\0n\0k\0 \0d\0u\0p\0l\0e\0x\0:\0 \0f\0u\0l\0l\0-\0d\0u\0p\0l\0e\0x\0\r\0
\0A\0u\0t\0o\0n\0e\0g\0 \0s\0t\0a\0t\0u\0s\0:\0 \0O\0n\0\r\0
\0M\0T\0U\0:\0 \01\05\00\00\0\r\0
\0P\0r\0o\0m\0i\0s\0c\0u\0o\0u\0s\0 \0m\0o\0d\0e\0:\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0A\0l\0l\0m\0u\0l\0t\0i\0c\0a\0s\0t\0 \0m\0o\0d\0e\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0:\0 \06\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0 \0o\0f\0 \0h\0a\0s\0h\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0:\0 \00\0\r\0
\0V\0L\0A\0N\0 \0o\0f\0f\0l\0o\0a\0d\0:\0 \0\r\0
\0 \0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0,\0 \0f\0i\0l\0t\0e\0r\0 \0o\0f\0f\0,\0 \0e\0x\0t\0e\0n\0d\0 \0o\0f\0f\0,\0 \0q\0i\0n\0q\0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0\r\0
\0H\0a\0s\0h\0 \0k\0e\0y\0 \0s\0i\0z\0e\0 \0i\0n\0 \0b\0y\0t\0e\0s\0:\0 \05\02\0\r\0
\0R\0e\0d\0i\0r\0e\0c\0t\0i\0o\0n\0 \0t\0a\0b\0l\0e\0 \0s\0i\0z\0e\0:\0 \05\01\02\0\r\0
\0S\0u\0p\0p\0o\0r\0t\0e\0d\0 \0R\0S\0S\0 \0o\0f\0f\0l\0o\0a\0d\0 \0f\0l\0o\0w\0 \0t\0y\0p\0e\0s\0:\0\r\0
\0 \0 \0i\0p\0v\04\0 \0 \0i\0p\0v\04\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\04\0-\0t\0c\0p\0 \0 \0i\0p\0v\04\0-\0u\0d\0p\0 \0 \0i\0p\0v\04\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\04\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0i\0p\0v\06\0 \0 \0i\0p\0v\06\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\06\0-\0t\0c\0p\0 \0 \0i\0p\0v\06\0-\0u\0d\0p\0 \0 \0i\0p\0v\06\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\06\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0l\02\0-\0p\0a\0y\0l\0o\0a\0d\0\r\0
\0M\0i\0n\0i\0m\0u\0m\0 \0s\0i\0z\0e\0 \0o\0f\0 \0R\0X\0 \0b\0u\0f\0f\0e\0r\0:\0 \01\00\02\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0R\0X\0 \0p\0a\0c\0k\0e\0t\0:\0 \09\07\02\08\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0s\0i\0z\0e\0 \0o\0f\0 \0L\0R\0O\0 \0a\0g\0g\0r\0e\0g\0a\0t\0e\0d\0 \0p\0a\0c\0k\0e\0t\0:\0 \00\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0R\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0T\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0p\0a\0c\0k\0e\0t\0:\0 \04\00\09\06\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0M\0T\0U\0/\0T\0S\0O\0:\0 \08\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0c\0a\0p\0a\0b\0i\0l\0i\0t\0i\0e\0s\0:\0 \00\0x\00\0(\0 \0)\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0e\0r\0r\0o\0r\0 \0h\0a\0n\0d\0l\0i\0n\0g\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0p\0r\0i\0v\0a\0t\0e\0 \0i\0n\0f\0o\0:\0\r\0
\0 \0 \0n\0o\0n\0e\0\r\0
\0\r\0
\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0 \0I\0n\0f\0o\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0*\0\r\0
\0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0:\0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0n\0a\0m\0e\0:\0 \08\09\0:\00\00\0.\01\0\r\0
\0D\0r\0i\0v\0e\0r\0 \0n\0a\0m\0e\0:\0 \0n\0e\0t\0_\0i\0c\0e\0\r\0
\0F\0i\0r\0m\0w\0a\0r\0e\0-\0v\0e\0r\0s\0i\0o\0n\0:\0 \03\0.\02\06\0 \00\0x\08\00\00\01\0b\07\03\03\0 \01\0.\03\04\02\09\0.\00\0\r\0
\0D\0e\0v\0a\0r\0g\0s\0:\0 \0\r\0
\0C\0o\0n\0n\0e\0c\0t\0 \0t\0o\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0m\0e\0m\0o\0r\0y\0 \0a\0l\0l\0o\0c\0a\0t\0i\0o\0n\0 \0o\0n\0 \0t\0h\0e\0 \0s\0o\0c\0k\0e\0t\0:\0 \00\0\r\0
\0L\0i\0n\0k\0 \0s\0t\0a\0t\0u\0s\0:\0 \0u\0p\0\r\0
\0L\0i\0n\0k\0 \0s\0p\0e\0e\0d\0:\0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0L\0i\0n\0k\0 \0d\0u\0p\0l\0e\0x\0:\0 \0f\0u\0l\0l\0-\0d\0u\0p\0l\0e\0x\0\r\0
\0A\0u\0t\0o\0n\0e\0g\0 \0s\0t\0a\0t\0u\0s\0:\0 \0O\0n\0\r\0
\0M\0T\0U\0:\0 \01\05\00\00\0\r\0
\0P\0r\0o\0m\0i\0s\0c\0u\0o\0u\0s\0 \0m\0o\0d\0e\0:\0 \0e\0n\0a\0b\0l\0e\0d\0\r\0
\0A\0l\0l\0m\0u\0l\0t\0i\0c\0a\0s\0t\0 \0m\0o\0d\0e\0:\0 \0d\0i\0s\0a\0b\0l\0e\0d\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0:\0 \06\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0M\0A\0C\0 \0a\0d\0d\0r\0e\0s\0s\0e\0s\0 \0o\0f\0 \0h\0a\0s\0h\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0:\0 \00\0\r\0
\0V\0L\0A\0N\0 \0o\0f\0f\0l\0o\0a\0d\0:\0 \0\r\0
\0 \0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0,\0 \0f\0i\0l\0t\0e\0r\0 \0o\0f\0f\0,\0 \0e\0x\0t\0e\0n\0d\0 \0o\0f\0f\0,\0 \0q\0i\0n\0q\0 \0s\0t\0r\0i\0p\0 \0o\0f\0f\0\r\0
\0H\0a\0s\0h\0 \0k\0e\0y\0 \0s\0i\0z\0e\0 \0i\0n\0 \0b\0y\0t\0e\0s\0:\0 \05\02\0\r\0
\0R\0e\0d\0i\0r\0e\0c\0t\0i\0o\0n\0 \0t\0a\0b\0l\0e\0 \0s\0i\0z\0e\0:\0 \05\01\02\0\r\0
\0S\0u\0p\0p\0o\0r\0t\0e\0d\0 \0R\0S\0S\0 \0o\0f\0f\0l\0o\0a\0d\0 \0f\0l\0o\0w\0 \0t\0y\0p\0e\0s\0:\0\r\0
\0 \0 \0i\0p\0v\04\0 \0 \0i\0p\0v\04\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\04\0-\0t\0c\0p\0 \0 \0i\0p\0v\04\0-\0u\0d\0p\0 \0 \0i\0p\0v\04\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\04\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0i\0p\0v\06\0 \0 \0i\0p\0v\06\0-\0f\0r\0a\0g\0 \0 \0i\0p\0v\06\0-\0t\0c\0p\0 \0 \0i\0p\0v\06\0-\0u\0d\0p\0 \0 \0i\0p\0v\06\0-\0s\0c\0t\0p\0 \0 \0i\0p\0v\06\0-\0o\0t\0h\0e\0r\0\r\0
\0 \0 \0l\02\0-\0p\0a\0y\0l\0o\0a\0d\0\r\0
\0M\0i\0n\0i\0m\0u\0m\0 \0s\0i\0z\0e\0 \0o\0f\0 \0R\0X\0 \0b\0u\0f\0f\0e\0r\0:\0 \01\00\02\04\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0R\0X\0 \0p\0a\0c\0k\0e\0t\0:\0 \09\07\02\08\0\r\0
\0M\0a\0x\0i\0m\0u\0m\0 \0c\0o\0n\0f\0i\0g\0u\0r\0a\0b\0l\0e\0 \0s\0i\0z\0e\0 \0o\0f\0 \0L\0R\0O\0 \0a\0g\0g\0r\0e\0g\0a\0t\0e\0d\0 \0p\0a\0c\0k\0e\0t\0:\0 \00\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0R\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0R\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0R\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0C\0u\0r\0r\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \01\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0T\0X\0 \0q\0u\0e\0u\0e\0s\0:\0 \02\05\04\0\r\0
\0M\0a\0x\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \04\00\09\06\0\r\0
\0M\0i\0n\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0T\0X\0D\0s\0 \0p\0e\0r\0 \0q\0u\0e\0u\0e\0:\0 \06\04\0\r\0
\0T\0X\0D\0s\0 \0n\0u\0m\0b\0e\0r\0 \0a\0l\0i\0g\0n\0m\0e\0n\0t\0:\0 \03\02\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0p\0a\0c\0k\0e\0t\0:\0 \04\00\09\06\0\r\0
\0M\0a\0x\0 \0s\0e\0g\0m\0e\0n\0t\0 \0n\0u\0m\0b\0e\0r\0 \0p\0e\0r\0 \0M\0T\0U\0/\0T\0S\0O\0:\0 \08\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0c\0a\0p\0a\0b\0i\0l\0i\0t\0i\0e\0s\0:\0 \00\0x\00\0(\0 \0)\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0e\0r\0r\0o\0r\0 \0h\0a\0n\0d\0l\0i\0n\0g\0 \0m\0o\0d\0e\0:\0 \0n\0o\0n\0e\0\r\0
\0D\0e\0v\0i\0c\0e\0 \0p\0r\0i\0v\0a\0t\0e\0 \0i\0n\0f\0o\0:\0\r\0
\0 \0 \0n\0o\0n\0e\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0t\0a\0t\0s\0 \0a\0l\0l\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \06\03\05\02\08\07\01\05\09\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \03\08\01\01\07\02\02\08\05\01\06\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \06\04\06\02\01\01\06\06\02\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \03\08\07\07\02\06\09\08\09\05\02\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\02\01\08\00\09\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\08\07\04\04\06\08\03\02\00\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\05\07\01\03\04\06\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\09\04\02\04\06\04\01\06\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \06\04\06\02\01\03\02\00\00\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \03\08\07\07\02\07\09\01\01\06\08\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \06\03\05\02\08\07\08\06\03\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \03\08\01\01\07\02\07\00\08\08\04\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\05\07\01\03\04\04\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\09\04\02\04\05\05\03\06\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\02\01\08\00\08\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\08\07\04\04\06\08\00\04\00\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0t\0a\0t\0s\0 \0a\0l\0l\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \07\03\07\03\00\09\08\06\08\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \04\04\02\03\08\05\09\01\01\02\00\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \07\04\09\09\01\06\00\03\03\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \04\04\09\09\04\09\06\01\01\04\08\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\02\04\04\06\04\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\08\07\05\07\04\02\08\01\06\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\05\06\00\05\07\07\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\08\09\00\07\07\00\00\00\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0 \0N\0I\0C\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \07\04\09\09\01\07\05\01\02\0 \0 \0R\0X\0-\0m\0i\0s\0s\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \04\04\09\09\05\00\04\09\08\02\04\0\r\0
\0 \0 \0R\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0\r\0
\0 \0 \0R\0X\0-\0n\0o\0m\0b\0u\0f\0:\0 \0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \07\03\07\03\01\00\04\07\09\0 \0 \0T\0X\0-\0e\0r\0r\0o\0r\0s\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0b\0y\0t\0e\0s\0:\0 \0 \04\04\02\03\08\06\02\07\08\04\04\0\r\0
\0\r\0
\0 \0 \0T\0h\0r\0o\0u\0g\0h\0p\0u\0t\0 \0(\0s\0i\0n\0c\0e\0 \0l\0a\0s\0t\0 \0s\0h\0o\0w\0)\0\r\0
\0 \0 \0R\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\05\06\00\05\07\01\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\09\08\09\00\07\04\01\02\00\0\r\0
\0 \0 \0T\0x\0-\0p\0p\0s\0:\0 \0 \0 \0 \0 \01\04\03\02\04\04\05\03\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0x\0-\0b\0p\0s\0:\0 \0 \0 \06\08\07\05\07\03\07\05\05\02\0\r\0
\0 \0 \0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0#\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0u\0m\0m\0a\0r\0y\0 \0a\0l\0l\0\r\0
\0N\0u\0m\0b\0e\0r\0 \0o\0f\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0p\0o\0r\0t\0s\0:\0 \02\0\r\0
\0P\0o\0r\0t\0 \0M\0A\0C\0 \0A\0d\0d\0r\0e\0s\0s\0 \0 \0 \0 \0 \0 \0 \0N\0a\0m\0e\0 \0 \0 \0 \0 \0 \0 \0 \0 \0D\0r\0i\0v\0e\0r\0 \0 \0 \0 \0 \0 \0 \0 \0 \0S\0t\0a\0t\0u\0s\0 \0 \0 \0L\0i\0n\0k\0\r\0
\00\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0 \08\09\0:\00\00\0.\00\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0u\0p\0 \0 \0 \0 \0 \0 \0 \01\00\0 \0G\0b\0p\0s\0\r\0
\01\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0 \08\09\0:\00\00\0.\01\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0u\0p\0 \0 \0 \0 \0 \0 \0 \01\00\0 \0G\0b\0p\0s\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0\r\0
\0P\0o\0r\0t\0 \00\0:\0 \0l\0i\0n\0k\0 \0s\0t\0a\0t\0e\0 \0c\0h\0a\0n\0g\0e\0 \0e\0v\0e\0n\0t\0\r\0
\0\r\0
\0P\0o\0r\0t\0 \01\0:\0 \0l\0i\0n\0k\0 \0s\0t\0a\0t\0e\0 \0c\0h\0a\0n\0g\0e\0 \0e\0v\0e\0n\0t\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0s\0h\0o\0w\0 \0p\0o\0r\0t\0 \0s\0u\0m\0m\0a\0r\0y\0 \0a\0l\0l\0\r\0
\0N\0u\0m\0b\0e\0r\0 \0o\0f\0 \0a\0v\0a\0i\0l\0a\0b\0l\0e\0 \0p\0o\0r\0t\0s\0:\0 \02\0\r\0
\0P\0o\0r\0t\0 \0M\0A\0C\0 \0A\0d\0d\0r\0e\0s\0s\0 \0 \0 \0 \0 \0 \0 \0N\0a\0m\0e\0 \0 \0 \0 \0 \0 \0 \0 \0 \0D\0r\0i\0v\0e\0r\0 \0 \0 \0 \0 \0 \0 \0 \0 \0S\0t\0a\0t\0u\0s\0 \0 \0 \0L\0i\0n\0k\0\r\0
\00\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\00\0 \08\09\0:\00\00\0.\00\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0d\0o\0w\0n\0 \0 \0 \0 \0 \0N\0o\0n\0e\0\r\0
\01\0 \0 \0 \0 \00\00\0:\00\00\0:\00\00\0:\00\00\0:\00\01\0:\00\01\0 \08\09\0:\00\00\0.\01\0 \0 \0 \0 \0 \0 \0n\0e\0t\0_\0i\0c\0e\0 \0 \0 \0 \0 \0 \0 \0 \0d\0o\0w\0n\0 \0 \0 \0 \0 \0N\0o\0n\0e\0\r\0
\0t\0e\0s\0t\0p\0m\0d\0>\0 \0q\0u\0i\0t\0\r\0
\0T\0e\0l\0l\0i\0n\0g\0 \0c\0o\0r\0e\0s\0 \0t\0o\0 \0s\0t\0o\0p\0.\0.\0.\0\r\0
\0W\0a\0i\0t\0i\0n\0g\0 \0f\0o\0r\0 \0l\0c\0o\0r\0e\0s\0 \0t\0o\0 \0f\0i\0n\0i\0s\0h\0.\0.\0.\0\r\0
\0\r\0
\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0 \0F\0o\0r\0w\0a\0r\0d\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \00\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \04\05\06\07\00\01\09\05\08\02\0 \0 \0 \0 \0 \0R\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \01\05\01\07\00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0t\0o\0t\0a\0l\0:\0 \04\05\06\07\00\03\04\07\05\02\0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \04\06\04\08\07\02\04\09\01\03\0 \0 \0 \0 \0 \0T\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0t\0o\0t\0a\0l\0:\0 \04\06\04\08\07\02\04\09\01\03\0\r\0
\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0\r\0
\0\r\0
\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0 \0F\0o\0r\0w\0a\0r\0d\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0p\0o\0r\0t\0 \01\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \04\06\04\08\07\02\04\09\01\03\0 \0 \0 \0 \0 \0R\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \01\05\03\07\05\0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0t\0o\0t\0a\0l\0:\0 \04\06\04\08\07\04\00\02\08\08\0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \04\05\06\07\00\01\09\05\08\02\0 \0 \0 \0 \0 \0T\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0t\0o\0t\0a\0l\0:\0 \04\05\06\07\00\01\09\05\08\02\0\r\0
\0 \0 \0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0-\0\r\0
\0\r\0
\0 \0 \0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0 \0A\0c\0c\0u\0m\0u\0l\0a\0t\0e\0d\0 \0f\0o\0r\0w\0a\0r\0d\0 \0s\0t\0a\0t\0i\0s\0t\0i\0c\0s\0 \0f\0o\0r\0 \0a\0l\0l\0 \0p\0o\0r\0t\0s\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0\r\0
\0 \0 \0R\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \09\02\01\05\07\04\04\04\09\05\0 \0 \0 \0 \0 \0R\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \03\00\05\04\05\0 \0 \0 \0 \0 \0 \0 \0 \0 \0R\0X\0-\0t\0o\0t\0a\0l\0:\0 \09\02\01\05\07\07\05\00\04\00\0\r\0
\0 \0 \0T\0X\0-\0p\0a\0c\0k\0e\0t\0s\0:\0 \09\02\01\05\07\04\04\04\09\05\0 \0 \0 \0 \0 \0T\0X\0-\0d\0r\0o\0p\0p\0e\0d\0:\0 \00\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0T\0X\0-\0t\0o\0t\0a\0l\0:\0 \09\02\01\05\07\04\04\04\09\05\0\r\0
\0 \0 \0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0+\0\r\0
\0\r\0
\0D\0o\0n\0e\0.\0\r\0
\0\r\0
\0S\0t\0o\0p\0p\0i\0n\0g\0 \0p\0o\0r\0t\0 \00\0.\0.\0.\0\r\0
\0S\0t\0o\0p\0p\0i\0n\0g\0 \0p\0o\0r\0t\0s\0.\0.\0.\0\r\0
\0D\0o\0n\0e\0\r\0
\0\r\0
\0S\0t\0o\0p\0p\0i\0n\0g\0 \0p\0o\0r\0t\0 \01\0.\0.\0.\0\r\0
\0S\0t\0o\0p\0p\0i\0n\0g\0 \0p\0o\0r\0t\0s\0.\0.\0.\0\r\0
\0D\0o\0n\0e\0\r\0
\0\r\0
\0S\0h\0u\0t\0t\0i\0n\0g\0 \0d\0o\0w\0n\0 \0p\0o\0r\0t\0 \00\0.\0.\0.\0\r\0
\0C\0l\0o\0s\0i\0n\0g\0 \0p\0o\0r\0t\0s\0.\0.\0.\0\r\0
\0P\0o\0r\0t\0 \00\0 \0i\0s\0 \0c\0l\0o\0s\0e\0d\0\r\0
\0D\0o\0n\0e\0\r\0
\0\r\0
\0S\0h\0u\0t\0t\0i\0n\0g\0 \0d\0o\0w\0n\0 \0p\0o\0r\0t\0 \01\0.\0.\0.\0\r\0
\0C\0l\0o\0s\0i\0n\0g\0 \0p\0o\0r\0t\0s\0.\0.\0.\0\r\0
\0P\0o\0r\0t\0 \01\0 \0i\0s\0 \0c\0l\0o\0s\0e\0d\0\r\0
\0D\0o\0n\0e\0\r\0
\0\r\0
\0B\0y\0e\0.\0.\0.\0\r\0
\0r\0o\0o\0t\0@\05\0-\0e\0f\0i\0:\0~\0#\0 \0

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: DPDK testpmd with E823 link status is down
  2024-02-16  8:25   ` JackyCT.Chen
@ 2024-03-01 10:24     ` JackyCT.Chen
  2024-03-05  2:06       ` Jason.Hsu
  0 siblings, 1 reply; 9+ messages in thread
From: JackyCT.Chen @ 2024-03-01 10:24 UTC (permalink / raw)
  To: Zeng, ZhichaoX; +Cc: Amy.Shih, Jason.Hsu, Leo66.Wang, dev, Cui, KaixinX

[-- Attachment #1: Type: text/plain, Size: 11471 bytes --]

Hi Zhichao,
Do you have any update ?

Q: As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“
Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊

Thanks your help !

Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: JackyCT.Chen
Sent: Friday, February 16, 2024 4:26 PM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw>; Jason.Hsu <Jason.Hsu@advantech.com.tw>; Leo66.Wang <Leo66.Wang@advantech.com.tw>; dev@dpdk.org; Cui, KaixinX <kaixinx.cui@intel.com>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,

  1.  This workaround in ICE_PMD which change the “no wait” to “wait_to_complete”  ==> it seemed workable  .

When we run testpmd on E823 port0/1 , it got “link status : up and link speed : 10 Gbps” as below  (Detail see attached file)
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        up       10 Gbps

1    00:00:00:00:01:01 89:00.1      net_ice        up       10 Gbps


  1.  As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“

Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊


Thanks your help !


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Sent: Tuesday, February 6, 2024 11:24 AM
To: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi JackyCT.Chen:

We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.

There is a workaround in ICE PMD, change the “no wait” to “wait_to_complete” mode when ice_interrupt_handler() updates the link status in drivers/net/ice/ice_ethdev.c:

#ifdef ICE_LSE_SPT
                if (int_fw_ctl & PFINT_FW_CTL_INTEVENT_M) {
                                PMD_DRV_LOG(INFO, "FW_CTL: link state change event");
                                ice_handle_aq_msg(dev);
                }
#else
                if (oicr & PFINT_OICR_LINK_STAT_CHANGE_M) {
                                PMD_DRV_LOG(INFO, "OICR: link state change event");
-                            ret = ice_link_update(dev, 0);
+                           ret = ice_link_update(dev, 1);
                                if (!ret)
                                                rte_eth_dev_callback_process
                                                                (dev, RTE_ETH_EVENT_INTR_LSC, NULL);
                }
#endif



Best Regards
Zhichao

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Sent: Wednesday, January 31, 2024 6:53 PM
To: Yang, Qiming <qiming.yang@intel.com<mailto:qiming.yang@intel.com>>; dev@dpdk.org<mailto:dev@dpdk.org>
Cc: Shih, Amy <amy.shih@advantech.com.tw<mailto:amy.shih@advantech.com.tw>>; Hsu, Jason <jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>>; Wang, Leo <leo66.wang@advantech.com.tw<mailto:leo66.wang@advantech.com.tw>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Qiming & dpdk dev team:

This is JackyCT.Chen from Advantech, we have a question about E823 DPDK loopback testpmd  ,
Could you please give us some advice?

We bind the E823 and X710 devices with vfio-pci driver and execute the DPDK testpmd . (detail see attached files please)

However,  both E823  “link status : down and link speed : None” , we expected that “link status : up and link speed : 10 Gbps” .
Do you have any suggestions?

Testing procedure & result:
Platform : Moro City Reference Planform ICX-D  ~ CRB

l   On-Board : E823

l   Ext-PCIE CARD : PCIE-2230NP-00A1E ( Intel X710 )
OS/Kernel :  Debian 12  / kernel 6.1.0-16-amd64 x86_64
DPDK : DPDK 24.03.0-rc0 (from trunk build)
NIC_BDF_INFO :
CRB EXT-PCIE CARD : X710
Port : 10G * 4
firmware-version: 7.10 0x80007b33 255.65535.255

CRB On-BOARD : E823
Port Option : 4x10-4x2.5
firmware-version: 3.26 0x8001b733 1.3429.0

BDF = 91:00.0
---
BDF = 89:00.0
BDF = 91:00.1
---
BDF = 89:00.1
Prepare and config :
root@5-efi:~# modprobe uio
root@5-efi:~# modprobe vfio-pci
root@5-efi:~# echo 2048 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
root@5-efi:~# mkdir -p /mnt/huge
root@5-efi:~# mount -t hugetlbfs nodev /mnt/huge
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.1
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.1

LOG :
root@5-efi:~# dpdk-testpmd -c 0xff -n 4 -a 89:00.0 -a 89:00.1 --socket-mem=256 -- -i --mbcache=512 --socket-num=0 --coremask=0xc --nb-cores=2 --rxq=1 --txq=1 --portmask=0xf --rxd=4096 --rxfreet=128 --rxpt=128 --rxht=8 --rxwt=0 --txd=4096 --txfreet=128 --txpt=128 --txht=0 --txwt=0 --burst=64 --txrst=64 --rss-ip -a
EAL: Detected CPU lcores: 24
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.0 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.1 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
TMTY: TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
previous number of forwarding cores 1 - changed to number of configured cores 2
Auto-start selected
testpmd: create a new mbuf pool <mb_pool_0>: n=262144, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 0).
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 1).
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
Start automatic packet forwarding
io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 1 streams:
  RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01
Logical Core 3 (socket 0) forwards packets on 1 streams:
  RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=64
  nb forwarding cores=2 - nb forwarding ports=2
  port 0: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
testpmd>
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 442827099  RX-missed: 0          RX-bytes:  26569625172
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 443292288  TX-errors: 0          TX-bytes:  26597536896

  Throughput (since last show)
  Rx-pps:     14390795          Rx-bps:   6907582048
  Tx-pps:     14405470          Tx-bps:   6914626456
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 443293641  RX-missed: 0          RX-bytes:  26597617500
  RX-errors: 0
 RX-nombuf:  0
  TX-packets: 442827661  TX-errors: 0          TX-bytes:  26569658892

  Throughput (since last show)
  Rx-pps:     14405477          Rx-bps:   6914629232
  Tx-pps:     14390795          Tx-bps:   6907581696
  ############################################################################
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        down     None
1    00:00:00:00:01:01 89:00.1      net_ice        down     None
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 2267795378 RX-missed: 0          RX-bytes:  136067721784
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2270213831 TX-errors: 0          TX-bytes:  136212829092

  Throughput (since last show)
  Rx-pps:     14385293          Rx-bps:   6904940896
  Tx-pps:     14400690          Tx-bps:   6912331240
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 2270215290 RX-missed: 0          RX-bytes:  136212916568
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2267796060 TX-errors: 0          TX-bytes:  136067762768

  Throughput (since last show)
  Rx-pps:     14400690          Rx-bps:   6912331344
  Tx-pps:     14385293          Tx-bps:   6904941024
  ############################################################################



Thanks!


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194


[-- Attachment #2: Type: text/html, Size: 59590 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: DPDK testpmd with E823 link status is down
  2024-03-01 10:24     ` JackyCT.Chen
@ 2024-03-05  2:06       ` Jason.Hsu
  2024-03-07  9:28         ` Jason.Hsu
  0 siblings, 1 reply; 9+ messages in thread
From: Jason.Hsu @ 2024-03-05  2:06 UTC (permalink / raw)
  To: Chang, Howard C, Zeng, ZhichaoX, JackyCT.Chen
  Cc: Amy.Shih, Leo66.Wang, dev, Cui, KaixinX


[-- Attachment #1.1: Type: text/plain, Size: 12526 bytes --]

Hi Howard,

Could you help to check this DPDK testing issue and comments the estimated schedule for next FW ver. release to fix it?




Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw>
Sent: Friday, March 1, 2024 6:25 PM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw>; Jason.Hsu <Jason.Hsu@advantech.com.tw>; Leo66.Wang <Leo66.Wang@advantech.com.tw>; dev@dpdk.org; Cui, KaixinX <kaixinx.cui@intel.com>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,
Do you have any update ?

Q: As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“
Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊

Thanks your help !

Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: JackyCT.Chen
Sent: Friday, February 16, 2024 4:26 PM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,

  1.  This workaround in ICE_PMD which change the “no wait” to “wait_to_complete”  ==> it seemed workable  .

When we run testpmd on E823 port0/1 , it got “link status : up and link speed : 10 Gbps” as below  (Detail see attached file)
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        up       10 Gbps

1    00:00:00:00:01:01 89:00.1      net_ice        up       10 Gbps


  1.  As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“

Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊


Thanks your help !


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Sent: Tuesday, February 6, 2024 11:24 AM
To: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi JackyCT.Chen:

We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.

There is a workaround in ICE PMD, change the “no wait” to “wait_to_complete” mode when ice_interrupt_handler() updates the link status in drivers/net/ice/ice_ethdev.c:

#ifdef ICE_LSE_SPT
                if (int_fw_ctl & PFINT_FW_CTL_INTEVENT_M) {
                                PMD_DRV_LOG(INFO, "FW_CTL: link state change event");
                                ice_handle_aq_msg(dev);
                }
#else
                if (oicr & PFINT_OICR_LINK_STAT_CHANGE_M) {
                                PMD_DRV_LOG(INFO, "OICR: link state change event");
-                            ret = ice_link_update(dev, 0);
+                           ret = ice_link_update(dev, 1);
                                if (!ret)
                                                rte_eth_dev_callback_process
                                                                (dev, RTE_ETH_EVENT_INTR_LSC, NULL);
                }
#endif



Best Regards
Zhichao

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Sent: Wednesday, January 31, 2024 6:53 PM
To: Yang, Qiming <qiming.yang@intel.com<mailto:qiming.yang@intel.com>>; dev@dpdk.org<mailto:dev@dpdk.org>
Cc: Shih, Amy <amy.shih@advantech.com.tw<mailto:amy.shih@advantech.com.tw>>; Hsu, Jason <jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>>; Wang, Leo <leo66.wang@advantech.com.tw<mailto:leo66.wang@advantech.com.tw>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Qiming & dpdk dev team:

This is JackyCT.Chen from Advantech, we have a question about E823 DPDK loopback testpmd  ,
Could you please give us some advice?

We bind the E823 and X710 devices with vfio-pci driver and execute the DPDK testpmd . (detail see attached files please)

However,  both E823  “link status : down and link speed : None” , we expected that “link status : up and link speed : 10 Gbps” .
Do you have any suggestions?

Testing procedure & result:
Platform : Moro City Reference Planform ICX-D  ~ CRB

l   On-Board : E823

l   Ext-PCIE CARD : PCIE-2230NP-00A1E ( Intel X710 )
OS/Kernel :  Debian 12  / kernel 6.1.0-16-amd64 x86_64
DPDK : DPDK 24.03.0-rc0 (from trunk build)
NIC_BDF_INFO :
CRB EXT-PCIE CARD : X710
Port : 10G * 4
firmware-version: 7.10 0x80007b33 255.65535.255

CRB On-BOARD : E823
Port Option : 4x10-4x2.5
firmware-version: 3.26 0x8001b733 1.3429.0

BDF = 91:00.0
---
BDF = 89:00.0
BDF = 91:00.1
---
BDF = 89:00.1
Prepare and config :
root@5-efi:~# modprobe uio
root@5-efi:~# modprobe vfio-pci
root@5-efi:~# echo 2048 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
root@5-efi:~# mkdir -p /mnt/huge
root@5-efi:~# mount -t hugetlbfs nodev /mnt/huge
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.1
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.1

LOG :
root@5-efi:~# dpdk-testpmd -c 0xff -n 4 -a 89:00.0 -a 89:00.1 --socket-mem=256 -- -i --mbcache=512 --socket-num=0 --coremask=0xc --nb-cores=2 --rxq=1 --txq=1 --portmask=0xf --rxd=4096 --rxfreet=128 --rxpt=128 --rxht=8 --rxwt=0 --txd=4096 --txfreet=128 --txpt=128 --txht=0 --txwt=0 --burst=64 --txrst=64 --rss-ip -a
EAL: Detected CPU lcores: 24
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.0 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.1 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
TMTY: TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
previous number of forwarding cores 1 - changed to number of configured cores 2
Auto-start selected
testpmd: create a new mbuf pool <mb_pool_0>: n=262144, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 0).
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 1).
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
Start automatic packet forwarding
io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 1 streams:
  RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01
Logical Core 3 (socket 0) forwards packets on 1 streams:
  RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=64
  nb forwarding cores=2 - nb forwarding ports=2
  port 0: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
testpmd>
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 442827099  RX-missed: 0          RX-bytes:  26569625172
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 443292288  TX-errors: 0          TX-bytes:  26597536896

  Throughput (since last show)
  Rx-pps:     14390795          Rx-bps:   6907582048
  Tx-pps:     14405470          Tx-bps:   6914626456
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 443293641  RX-missed: 0          RX-bytes:  26597617500
  RX-errors: 0
 RX-nombuf:  0
  TX-packets: 442827661  TX-errors: 0          TX-bytes:  26569658892

  Throughput (since last show)
  Rx-pps:     14405477          Rx-bps:   6914629232
  Tx-pps:     14390795          Tx-bps:   6907581696
  ############################################################################
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        down     None
1    00:00:00:00:01:01 89:00.1      net_ice        down     None
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 2267795378 RX-missed: 0          RX-bytes:  136067721784
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2270213831 TX-errors: 0          TX-bytes:  136212829092

  Throughput (since last show)
  Rx-pps:     14385293          Rx-bps:   6904940896
  Tx-pps:     14400690          Tx-bps:   6912331240
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 2270215290 RX-missed: 0          RX-bytes:  136212916568
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2267796060 TX-errors: 0          TX-bytes:  136067762768

  Throughput (since last show)
  Rx-pps:     14400690          Rx-bps:   6912331344
  Tx-pps:     14385293          Tx-bps:   6904941024
  ############################################################################



Thanks!


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194


[-- Attachment #1.2: Type: text/html, Size: 64702 bytes --]

[-- Attachment #2: image001.jpg --]
[-- Type: image/jpeg, Size: 103480 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: DPDK testpmd with E823 link status is down
  2024-03-05  2:06       ` Jason.Hsu
@ 2024-03-07  9:28         ` Jason.Hsu
  2024-03-11  8:26           ` Jason.Hsu
  0 siblings, 1 reply; 9+ messages in thread
From: Jason.Hsu @ 2024-03-07  9:28 UTC (permalink / raw)
  To: Chang, Howard C, Zeng, ZhichaoX, JackyCT.Chen
  Cc: Amy.Shih, Leo66.Wang, dev, Cui, KaixinX


[-- Attachment #1.1: Type: text/plain, Size: 13658 bytes --]

Hi Howard,

As discussed, the issue need to have a IPS ticket for keep following up in next, so we will try to issue it and update the no. soon, TKS.






Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: Jason.Hsu
Sent: Tuesday, March 5, 2024 10:07 AM
To: Chang, Howard C <howard.c.chang@intel.com>; Zeng, ZhichaoX <zhichaox.zeng@intel.com>; JackyCT.Chen <JackyCT.Chen@advantech.com.tw>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw>; Leo66.Wang <Leo66.Wang@advantech.com.tw>; dev@dpdk.org; Cui, KaixinX <kaixinx.cui@intel.com>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Howard,

Could you help to check this DPDK testing issue and comments the estimated schedule for next FW ver. release to fix it?




Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Sent: Friday, March 1, 2024 6:25 PM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,
Do you have any update ?

Q: As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“
Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊

Thanks your help !

Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: JackyCT.Chen
Sent: Friday, February 16, 2024 4:26 PM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,

  1.  This workaround in ICE_PMD which change the “no wait” to “wait_to_complete”  ==> it seemed workable  .

When we run testpmd on E823 port0/1 , it got “link status : up and link speed : 10 Gbps” as below  (Detail see attached file)
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        up       10 Gbps

1    00:00:00:00:01:01 89:00.1      net_ice        up       10 Gbps


  1.  As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“

Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊


Thanks your help !


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Sent: Tuesday, February 6, 2024 11:24 AM
To: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi JackyCT.Chen:

We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.

There is a workaround in ICE PMD, change the “no wait” to “wait_to_complete” mode when ice_interrupt_handler() updates the link status in drivers/net/ice/ice_ethdev.c:

#ifdef ICE_LSE_SPT
                if (int_fw_ctl & PFINT_FW_CTL_INTEVENT_M) {
                                PMD_DRV_LOG(INFO, "FW_CTL: link state change event");
                                ice_handle_aq_msg(dev);
                }
#else
                if (oicr & PFINT_OICR_LINK_STAT_CHANGE_M) {
                                PMD_DRV_LOG(INFO, "OICR: link state change event");
-                            ret = ice_link_update(dev, 0);
+                           ret = ice_link_update(dev, 1);
                                if (!ret)
                                                rte_eth_dev_callback_process
                                                                (dev, RTE_ETH_EVENT_INTR_LSC, NULL);
                }
#endif



Best Regards
Zhichao

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Sent: Wednesday, January 31, 2024 6:53 PM
To: Yang, Qiming <qiming.yang@intel.com<mailto:qiming.yang@intel.com>>; dev@dpdk.org<mailto:dev@dpdk.org>
Cc: Shih, Amy <amy.shih@advantech.com.tw<mailto:amy.shih@advantech.com.tw>>; Hsu, Jason <jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>>; Wang, Leo <leo66.wang@advantech.com.tw<mailto:leo66.wang@advantech.com.tw>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Qiming & dpdk dev team:

This is JackyCT.Chen from Advantech, we have a question about E823 DPDK loopback testpmd  ,
Could you please give us some advice?

We bind the E823 and X710 devices with vfio-pci driver and execute the DPDK testpmd . (detail see attached files please)

However,  both E823  “link status : down and link speed : None” , we expected that “link status : up and link speed : 10 Gbps” .
Do you have any suggestions?

Testing procedure & result:
Platform : Moro City Reference Planform ICX-D  ~ CRB

l   On-Board : E823

l   Ext-PCIE CARD : PCIE-2230NP-00A1E ( Intel X710 )
OS/Kernel :  Debian 12  / kernel 6.1.0-16-amd64 x86_64
DPDK : DPDK 24.03.0-rc0 (from trunk build)
NIC_BDF_INFO :
CRB EXT-PCIE CARD : X710
Port : 10G * 4
firmware-version: 7.10 0x80007b33 255.65535.255

CRB On-BOARD : E823
Port Option : 4x10-4x2.5
firmware-version: 3.26 0x8001b733 1.3429.0

BDF = 91:00.0
---
BDF = 89:00.0
BDF = 91:00.1
---
BDF = 89:00.1
Prepare and config :
root@5-efi:~# modprobe uio
root@5-efi:~# modprobe vfio-pci
root@5-efi:~# echo 2048 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
root@5-efi:~# mkdir -p /mnt/huge
root@5-efi:~# mount -t hugetlbfs nodev /mnt/huge
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.1
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.1

LOG :
root@5-efi:~# dpdk-testpmd -c 0xff -n 4 -a 89:00.0 -a 89:00.1 --socket-mem=256 -- -i --mbcache=512 --socket-num=0 --coremask=0xc --nb-cores=2 --rxq=1 --txq=1 --portmask=0xf --rxd=4096 --rxfreet=128 --rxpt=128 --rxht=8 --rxwt=0 --txd=4096 --txfreet=128 --txpt=128 --txht=0 --txwt=0 --burst=64 --txrst=64 --rss-ip -a
EAL: Detected CPU lcores: 24
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.0 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.1 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
TMTY: TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
previous number of forwarding cores 1 - changed to number of configured cores 2
Auto-start selected
testpmd: create a new mbuf pool <mb_pool_0>: n=262144, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 0).
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 1).
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
Start automatic packet forwarding
io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 1 streams:
  RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01
Logical Core 3 (socket 0) forwards packets on 1 streams:
  RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=64
  nb forwarding cores=2 - nb forwarding ports=2
  port 0: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
testpmd>
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 442827099  RX-missed: 0          RX-bytes:  26569625172
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 443292288  TX-errors: 0          TX-bytes:  26597536896

  Throughput (since last show)
  Rx-pps:     14390795          Rx-bps:   6907582048
  Tx-pps:     14405470          Tx-bps:   6914626456
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 443293641  RX-missed: 0          RX-bytes:  26597617500
  RX-errors: 0
 RX-nombuf:  0
  TX-packets: 442827661  TX-errors: 0          TX-bytes:  26569658892

  Throughput (since last show)
  Rx-pps:     14405477          Rx-bps:   6914629232
  Tx-pps:     14390795          Tx-bps:   6907581696
  ############################################################################
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        down     None
1    00:00:00:00:01:01 89:00.1      net_ice        down     None
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 2267795378 RX-missed: 0          RX-bytes:  136067721784
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2270213831 TX-errors: 0          TX-bytes:  136212829092

  Throughput (since last show)
  Rx-pps:     14385293          Rx-bps:   6904940896
  Tx-pps:     14400690          Tx-bps:   6912331240
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 2270215290 RX-missed: 0          RX-bytes:  136212916568
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2267796060 TX-errors: 0          TX-bytes:  136067762768

  Throughput (since last show)
  Rx-pps:     14400690          Rx-bps:   6912331344
  Tx-pps:     14385293          Tx-bps:   6904941024
  ############################################################################



Thanks!


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194


[-- Attachment #1.2: Type: text/html, Size: 69181 bytes --]

[-- Attachment #2: image001.jpg --]
[-- Type: image/jpeg, Size: 103480 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: DPDK testpmd with E823 link status is down
  2024-03-07  9:28         ` Jason.Hsu
@ 2024-03-11  8:26           ` Jason.Hsu
  2024-03-15  2:23             ` JackyCT.Chen
  0 siblings, 1 reply; 9+ messages in thread
From: Jason.Hsu @ 2024-03-11  8:26 UTC (permalink / raw)
  To: Chang, Howard C, Zeng, ZhichaoX, JackyCT.Chen
  Cc: Amy.Shih, Leo66.Wang, dev, Cui, KaixinX


[-- Attachment #1.1: Type: text/plain, Size: 14745 bytes --]

Hi Howard,

The IPS Case No : 00867743, kindly help to check it and sharing related schedule info for ref., TKS.



Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: Jason.Hsu
Sent: Thursday, March 7, 2024 5:29 PM
To: Chang, Howard C <howard.c.chang@intel.com>; Zeng, ZhichaoX <zhichaox.zeng@intel.com>; JackyCT.Chen <JackyCT.Chen@advantech.com.tw>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw>; Leo66.Wang <Leo66.Wang@advantech.com.tw>; dev@dpdk.org; Cui, KaixinX <kaixinx.cui@intel.com>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Howard,

As discussed, the issue need to have a IPS ticket for keep following up in next, so we will try to issue it and update the no. soon, TKS.






Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: Jason.Hsu
Sent: Tuesday, March 5, 2024 10:07 AM
To: Chang, Howard C <howard.c.chang@intel.com<mailto:howard.c.chang@intel.com>>; Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>; JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Howard,

Could you help to check this DPDK testing issue and comments the estimated schedule for next FW ver. release to fix it?




Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Sent: Friday, March 1, 2024 6:25 PM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,
Do you have any update ?

Q: As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“
Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊

Thanks your help !

Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: JackyCT.Chen
Sent: Friday, February 16, 2024 4:26 PM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,

  1.  This workaround in ICE_PMD which change the “no wait” to “wait_to_complete”  ==> it seemed workable  .

When we run testpmd on E823 port0/1 , it got “link status : up and link speed : 10 Gbps” as below  (Detail see attached file)
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        up       10 Gbps

1    00:00:00:00:01:01 89:00.1      net_ice        up       10 Gbps


  1.  As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“

Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊


Thanks your help !


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Sent: Tuesday, February 6, 2024 11:24 AM
To: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi JackyCT.Chen:

We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.

There is a workaround in ICE PMD, change the “no wait” to “wait_to_complete” mode when ice_interrupt_handler() updates the link status in drivers/net/ice/ice_ethdev.c:

#ifdef ICE_LSE_SPT
                if (int_fw_ctl & PFINT_FW_CTL_INTEVENT_M) {
                                PMD_DRV_LOG(INFO, "FW_CTL: link state change event");
                                ice_handle_aq_msg(dev);
                }
#else
                if (oicr & PFINT_OICR_LINK_STAT_CHANGE_M) {
                                PMD_DRV_LOG(INFO, "OICR: link state change event");
-                            ret = ice_link_update(dev, 0);
+                           ret = ice_link_update(dev, 1);
                                if (!ret)
                                                rte_eth_dev_callback_process
                                                                (dev, RTE_ETH_EVENT_INTR_LSC, NULL);
                }
#endif



Best Regards
Zhichao

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Sent: Wednesday, January 31, 2024 6:53 PM
To: Yang, Qiming <qiming.yang@intel.com<mailto:qiming.yang@intel.com>>; dev@dpdk.org<mailto:dev@dpdk.org>
Cc: Shih, Amy <amy.shih@advantech.com.tw<mailto:amy.shih@advantech.com.tw>>; Hsu, Jason <jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>>; Wang, Leo <leo66.wang@advantech.com.tw<mailto:leo66.wang@advantech.com.tw>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Qiming & dpdk dev team:

This is JackyCT.Chen from Advantech, we have a question about E823 DPDK loopback testpmd  ,
Could you please give us some advice?

We bind the E823 and X710 devices with vfio-pci driver and execute the DPDK testpmd . (detail see attached files please)

However,  both E823  “link status : down and link speed : None” , we expected that “link status : up and link speed : 10 Gbps” .
Do you have any suggestions?

Testing procedure & result:
Platform : Moro City Reference Planform ICX-D  ~ CRB

l   On-Board : E823

l   Ext-PCIE CARD : PCIE-2230NP-00A1E ( Intel X710 )
OS/Kernel :  Debian 12  / kernel 6.1.0-16-amd64 x86_64
DPDK : DPDK 24.03.0-rc0 (from trunk build)
NIC_BDF_INFO :
CRB EXT-PCIE CARD : X710
Port : 10G * 4
firmware-version: 7.10 0x80007b33 255.65535.255

CRB On-BOARD : E823
Port Option : 4x10-4x2.5
firmware-version: 3.26 0x8001b733 1.3429.0

BDF = 91:00.0
---
BDF = 89:00.0
BDF = 91:00.1
---
BDF = 89:00.1
Prepare and config :
root@5-efi:~# modprobe uio
root@5-efi:~# modprobe vfio-pci
root@5-efi:~# echo 2048 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
root@5-efi:~# mkdir -p /mnt/huge
root@5-efi:~# mount -t hugetlbfs nodev /mnt/huge
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.1
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.1

LOG :
root@5-efi:~# dpdk-testpmd -c 0xff -n 4 -a 89:00.0 -a 89:00.1 --socket-mem=256 -- -i --mbcache=512 --socket-num=0 --coremask=0xc --nb-cores=2 --rxq=1 --txq=1 --portmask=0xf --rxd=4096 --rxfreet=128 --rxpt=128 --rxht=8 --rxwt=0 --txd=4096 --txfreet=128 --txpt=128 --txht=0 --txwt=0 --burst=64 --txrst=64 --rss-ip -a
EAL: Detected CPU lcores: 24
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.0 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.1 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
TMTY: TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
previous number of forwarding cores 1 - changed to number of configured cores 2
Auto-start selected
testpmd: create a new mbuf pool <mb_pool_0>: n=262144, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 0).
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 1).
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
Start automatic packet forwarding
io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 1 streams:
  RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01
Logical Core 3 (socket 0) forwards packets on 1 streams:
  RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=64
  nb forwarding cores=2 - nb forwarding ports=2
  port 0: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
testpmd>
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 442827099  RX-missed: 0          RX-bytes:  26569625172
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 443292288  TX-errors: 0          TX-bytes:  26597536896

  Throughput (since last show)
  Rx-pps:     14390795          Rx-bps:   6907582048
  Tx-pps:     14405470          Tx-bps:   6914626456
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 443293641  RX-missed: 0          RX-bytes:  26597617500
  RX-errors: 0
 RX-nombuf:  0
  TX-packets: 442827661  TX-errors: 0          TX-bytes:  26569658892

  Throughput (since last show)
  Rx-pps:     14405477          Rx-bps:   6914629232
  Tx-pps:     14390795          Tx-bps:   6907581696
  ############################################################################
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        down     None
1    00:00:00:00:01:01 89:00.1      net_ice        down     None
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 2267795378 RX-missed: 0          RX-bytes:  136067721784
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2270213831 TX-errors: 0          TX-bytes:  136212829092

  Throughput (since last show)
  Rx-pps:     14385293          Rx-bps:   6904940896
  Tx-pps:     14400690          Tx-bps:   6912331240
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 2270215290 RX-missed: 0          RX-bytes:  136212916568
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2267796060 TX-errors: 0          TX-bytes:  136067762768

  Throughput (since last show)
  Rx-pps:     14400690          Rx-bps:   6912331344
  Tx-pps:     14385293          Tx-bps:   6904941024
  ############################################################################



Thanks!


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194


[-- Attachment #1.2: Type: text/html, Size: 75143 bytes --]

[-- Attachment #2: image001.jpg --]
[-- Type: image/jpeg, Size: 103480 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: DPDK testpmd with E823 link status is down
  2024-03-11  8:26           ` Jason.Hsu
@ 2024-03-15  2:23             ` JackyCT.Chen
  2024-04-02  7:05               ` JackyCT.Chen
  0 siblings, 1 reply; 9+ messages in thread
From: JackyCT.Chen @ 2024-03-15  2:23 UTC (permalink / raw)
  To: Zeng, ZhichaoX, Jason.Hsu, Chang, Howard C
  Cc: Amy.Shih, Leo66.Wang, dev, Cui, KaixinX


[-- Attachment #1.1: Type: text/plain, Size: 16504 bytes --]

Hi Zhichao,
Do you have any update ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Other discussion from Intel IPS Case No. 00867743  ~
[Intel internal sync  - between  DPDK forum and DPDK IPS case discussion]
Something “the firmware issue “  need you sync with  Intel IPS ticket (#00867743) owner – Mao and Howard
It really need your help . thanks a lot!

Mao
Intel Technical Specialist
[mhsieh 03/14/2024 07:37:47]
Dear Customer,
Does Advantech see the similar issue with the kernel driver?
Since I don't get such FW issue, please check with the person who provided the DPDK patch for the following up if v3.36 NVM still see the issue.

He (Mao) said he does NOT hear such FW issue .   could you sync this sync that you think  with Mao or Howard  ?
Hope let it CLOSED this issue more speedily and quickly .

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Meantime, we will arrange to do the same experiment on LEK v3.36 which Howard and Mao 's suggestion recently.

Thanks a lot!

Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194


From: Jason.Hsu <Jason.Hsu@advantech.com.tw>
Sent: Monday, March 11, 2024 4:26 PM
To: Chang, Howard C <howard.c.chang@intel.com>; Zeng, ZhichaoX <zhichaox.zeng@intel.com>; JackyCT.Chen <JackyCT.Chen@advantech.com.tw>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw>; Leo66.Wang <Leo66.Wang@advantech.com.tw>; dev@dpdk.org; Cui, KaixinX <kaixinx.cui@intel.com>
Subject: RE: DPDK testpmd with E823 link status is down







Hi Howard,

The IPS Case No : 00867743, kindly help to check it and sharing related schedule info for ref., TKS.



Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: Jason.Hsu
Sent: Thursday, March 7, 2024 5:29 PM
To: Chang, Howard C <howard.c.chang@intel.com<mailto:howard.c.chang@intel.com>>; Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>; JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Howard,

As discussed, the issue need to have a IPS ticket for keep following up in next, so we will try to issue it and update the no. soon, TKS.






Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: Jason.Hsu
Sent: Tuesday, March 5, 2024 10:07 AM
To: Chang, Howard C <howard.c.chang@intel.com<mailto:howard.c.chang@intel.com>>; Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>; JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Howard,

Could you help to check this DPDK testing issue and comments the estimated schedule for next FW ver. release to fix it?




Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Sent: Friday, March 1, 2024 6:25 PM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,
Do you have any update ?

Q: As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“
Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊

Thanks your help !

Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: JackyCT.Chen
Sent: Friday, February 16, 2024 4:26 PM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,

  1.  This workaround in ICE_PMD which change the “no wait” to “wait_to_complete”  ==> it seemed workable  .

When we run testpmd on E823 port0/1 , it got “link status : up and link speed : 10 Gbps” as below  (Detail see attached file)
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        up       10 Gbps

1    00:00:00:00:01:01 89:00.1      net_ice        up       10 Gbps


  1.  As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“

Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊


Thanks your help !


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Sent: Tuesday, February 6, 2024 11:24 AM
To: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi JackyCT.Chen:

We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.

There is a workaround in ICE PMD, change the “no wait” to “wait_to_complete” mode when ice_interrupt_handler() updates the link status in drivers/net/ice/ice_ethdev.c:

#ifdef ICE_LSE_SPT
                if (int_fw_ctl & PFINT_FW_CTL_INTEVENT_M) {
                                PMD_DRV_LOG(INFO, "FW_CTL: link state change event");
                                ice_handle_aq_msg(dev);
                }
#else
                if (oicr & PFINT_OICR_LINK_STAT_CHANGE_M) {
                                PMD_DRV_LOG(INFO, "OICR: link state change event");
-                            ret = ice_link_update(dev, 0);
+                           ret = ice_link_update(dev, 1);
                                if (!ret)
                                                rte_eth_dev_callback_process
                                                                (dev, RTE_ETH_EVENT_INTR_LSC, NULL);
                }
#endif



Best Regards
Zhichao

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Sent: Wednesday, January 31, 2024 6:53 PM
To: Yang, Qiming <qiming.yang@intel.com<mailto:qiming.yang@intel.com>>; dev@dpdk.org<mailto:dev@dpdk.org>
Cc: Shih, Amy <amy.shih@advantech.com.tw<mailto:amy.shih@advantech.com.tw>>; Hsu, Jason <jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>>; Wang, Leo <leo66.wang@advantech.com.tw<mailto:leo66.wang@advantech.com.tw>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Qiming & dpdk dev team:

This is JackyCT.Chen from Advantech, we have a question about E823 DPDK loopback testpmd  ,
Could you please give us some advice?

We bind the E823 and X710 devices with vfio-pci driver and execute the DPDK testpmd . (detail see attached files please)

However,  both E823  “link status : down and link speed : None” , we expected that “link status : up and link speed : 10 Gbps” .
Do you have any suggestions?

Testing procedure & result:
Platform : Moro City Reference Planform ICX-D  ~ CRB

l   On-Board : E823

l   Ext-PCIE CARD : PCIE-2230NP-00A1E ( Intel X710 )
OS/Kernel :  Debian 12  / kernel 6.1.0-16-amd64 x86_64
DPDK : DPDK 24.03.0-rc0 (from trunk build)
NIC_BDF_INFO :
CRB EXT-PCIE CARD : X710
Port : 10G * 4
firmware-version: 7.10 0x80007b33 255.65535.255

CRB On-BOARD : E823
Port Option : 4x10-4x2.5
firmware-version: 3.26 0x8001b733 1.3429.0

BDF = 91:00.0
---
BDF = 89:00.0
BDF = 91:00.1
---
BDF = 89:00.1
Prepare and config :
root@5-efi:~# modprobe uio
root@5-efi:~# modprobe vfio-pci
root@5-efi:~# echo 2048 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
root@5-efi:~# mkdir -p /mnt/huge
root@5-efi:~# mount -t hugetlbfs nodev /mnt/huge
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.1
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.1

LOG :
root@5-efi:~# dpdk-testpmd -c 0xff -n 4 -a 89:00.0 -a 89:00.1 --socket-mem=256 -- -i --mbcache=512 --socket-num=0 --coremask=0xc --nb-cores=2 --rxq=1 --txq=1 --portmask=0xf --rxd=4096 --rxfreet=128 --rxpt=128 --rxht=8 --rxwt=0 --txd=4096 --txfreet=128 --txpt=128 --txht=0 --txwt=0 --burst=64 --txrst=64 --rss-ip -a
EAL: Detected CPU lcores: 24
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.0 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.1 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
TMTY: TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
previous number of forwarding cores 1 - changed to number of configured cores 2
Auto-start selected
testpmd: create a new mbuf pool <mb_pool_0>: n=262144, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 0).
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 1).
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
Start automatic packet forwarding
io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 1 streams:
  RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01
Logical Core 3 (socket 0) forwards packets on 1 streams:
  RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=64
  nb forwarding cores=2 - nb forwarding ports=2
  port 0: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
testpmd>
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 442827099  RX-missed: 0          RX-bytes:  26569625172
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 443292288  TX-errors: 0          TX-bytes:  26597536896

  Throughput (since last show)
  Rx-pps:     14390795          Rx-bps:   6907582048
  Tx-pps:     14405470          Tx-bps:   6914626456
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 443293641  RX-missed: 0          RX-bytes:  26597617500
  RX-errors: 0
 RX-nombuf:  0
  TX-packets: 442827661  TX-errors: 0          TX-bytes:  26569658892

  Throughput (since last show)
  Rx-pps:     14405477          Rx-bps:   6914629232
  Tx-pps:     14390795          Tx-bps:   6907581696
  ############################################################################
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        down     None
1    00:00:00:00:01:01 89:00.1      net_ice        down     None
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 2267795378 RX-missed: 0          RX-bytes:  136067721784
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2270213831 TX-errors: 0          TX-bytes:  136212829092

  Throughput (since last show)
  Rx-pps:     14385293          Rx-bps:   6904940896
  Tx-pps:     14400690          Tx-bps:   6912331240
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 2270215290 RX-missed: 0          RX-bytes:  136212916568
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2267796060 TX-errors: 0          TX-bytes:  136067762768

  Throughput (since last show)
  Rx-pps:     14400690          Rx-bps:   6912331344
  Tx-pps:     14385293          Tx-bps:   6904941024
  ############################################################################



Thanks!


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194


[-- Attachment #1.2: Type: text/html, Size: 79569 bytes --]

[-- Attachment #2: image001.jpg --]
[-- Type: image/jpeg, Size: 103480 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: DPDK testpmd with E823 link status is down
  2024-03-15  2:23             ` JackyCT.Chen
@ 2024-04-02  7:05               ` JackyCT.Chen
  0 siblings, 0 replies; 9+ messages in thread
From: JackyCT.Chen @ 2024-04-02  7:05 UTC (permalink / raw)
  To: Zeng, ZhichaoX, Jason.Hsu, Chang, Howard C
  Cc: Amy.Shih, Leo66.Wang, dev, Cui, KaixinX


[-- Attachment #1.1: Type: text/plain, Size: 18714 bytes --]

Hi Zhichao,
Do you have any update /comment  ?

Reply and Discussion related to Intel IPS Case (No. 00867743) recently .
Peter
(2024-03-25)

1. i don't think that's fw issue, dpdk modification is more easily path. backend team are working on it.

2. if dpdk will fix this issue, i can't provide schedule since i'm not in dpdk team.
Chen Jacky
(2024-03-25)

Hi Peter ,

1.According to your reply 03/19 " we have to wait for backend team conclusion. " , Currently what's progression of "the fw issue or not" ?

2. "Intel will list the known bug in release note. When the known bug be removed from release note, it means it has been fixed."
Does it mean this known bug will list at new E823 LEK "next release" ? Could you give us detail schedule ? .. .2024/03/E or 2024/06/E or other date.

Thanks a lot!
Peter
(2024-03-20)

Hi, customer,
since dpdk used different way to check link status compare to ice, in kernel ice driver, there is no this issue.
as mao mentioned, we can't confirm that's fw issue. we have to wait for backend team conclusion.
Mao
(2024-03-18)

Q1. It's not confirmed as a FW issue or not.
The FW is in LEK.
Q2. There is conclusion for the issue yet. It's hard to tell when it will be fixed.
Q3 Intel doesn't include any issue fixed information in release note. Intel will list the known bug in release note. When the known bug be removed from release note, it means it has been fixed.

Thanks a lot!

Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: JackyCT.Chen
Sent: Friday, March 15, 2024 10:23 AM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com>; Jason.Hsu <Jason.Hsu@advantech.com.tw>; Chang, Howard C <howard.c.chang@intel.com>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw>; Leo66.Wang <Leo66.Wang@advantech.com.tw>; dev@dpdk.org; Cui, KaixinX <kaixinx.cui@intel.com>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,
Do you have any update ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Other discussion from Intel IPS Case No. 00867743  ~
[Intel internal sync  - between  DPDK forum and DPDK IPS case discussion]
Something “the firmware issue “  need you sync with  Intel IPS ticket (#00867743) owner – Mao and Howard
It really need your help . thanks a lot!

Mao
Intel Technical Specialist
[mhsieh 03/14/2024 07:37:47]
Dear Customer,
Does Advantech see the similar issue with the kernel driver?
Since I don't get such FW issue, please check with the person who provided the DPDK patch for the following up if v3.36 NVM still see the issue.

He (Mao) said he does NOT hear such FW issue .   could you sync this sync that you think  with Mao or Howard  ?
Hope let it CLOSED this issue more speedily and quickly .

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Meantime, we will arrange to do the same experiment on LEK v3.36 which Howard and Mao 's suggestion recently.

Thanks a lot!

Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194


From: Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>
Sent: Monday, March 11, 2024 4:26 PM
To: Chang, Howard C <howard.c.chang@intel.com<mailto:howard.c.chang@intel.com>>; Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>; JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down







Hi Howard,

The IPS Case No : 00867743, kindly help to check it and sharing related schedule info for ref., TKS.



Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: Jason.Hsu
Sent: Thursday, March 7, 2024 5:29 PM
To: Chang, Howard C <howard.c.chang@intel.com<mailto:howard.c.chang@intel.com>>; Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>; JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Howard,

As discussed, the issue need to have a IPS ticket for keep following up in next, so we will try to issue it and update the no. soon, TKS.






Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: Jason.Hsu
Sent: Tuesday, March 5, 2024 10:07 AM
To: Chang, Howard C <howard.c.chang@intel.com<mailto:howard.c.chang@intel.com>>; Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>; JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Howard,

Could you help to check this DPDK testing issue and comments the estimated schedule for next FW ver. release to fix it?




Best regards,
Jason Hsu 許文偉
Product Manager | ICVG-ENPD | Advantech Co., Ltd.
Tel: +886 2 2792-7818 ext.1602 | Mobile: +886 920-125-625 | Fax: +886 2 2794-7336
www.advantech.com<http://www.advantech.com/> I jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>
[Advantech ENPD]<https://campaign.advantech.online/en/Cloud-IoT/uCPE/>

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Sent: Friday, March 1, 2024 6:25 PM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,
Do you have any update ?

Q: As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“
Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊

Thanks your help !

Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: JackyCT.Chen
Sent: Friday, February 16, 2024 4:26 PM
To: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Zhichao,

  1.  This workaround in ICE_PMD which change the “no wait” to “wait_to_complete”  ==> it seemed workable  .

When we run testpmd on E823 port0/1 , it got “link status : up and link speed : 10 Gbps” as below  (Detail see attached file)
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        up       10 Gbps

1    00:00:00:00:01:01 89:00.1      net_ice        up       10 Gbps


  1.  As you said “We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.“

Could you descript more detail ?
2-1 The “firmware issue” that mean the LEK firmware-version: 3.26 0x8001b733 1.3429.0 of the Intel NIC - E823  has some question or not ?
2-2 When it will release new E823 LEK that fix link status/speed issue ?
2-3 Where we could get the new E823 LEK that fix link status/speed issue ?.. Content ID # of Intel RDC .
We look forward to receiving your reply . 😊


Thanks your help !


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194

From: Zeng, ZhichaoX <zhichaox.zeng@intel.com<mailto:zhichaox.zeng@intel.com>>
Sent: Tuesday, February 6, 2024 11:24 AM
To: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Cc: Amy.Shih <Amy.Shih@advantech.com.tw<mailto:Amy.Shih@advantech.com.tw>>; Jason.Hsu <Jason.Hsu@advantech.com.tw<mailto:Jason.Hsu@advantech.com.tw>>; Leo66.Wang <Leo66.Wang@advantech.com.tw<mailto:Leo66.Wang@advantech.com.tw>>; dev@dpdk.org<mailto:dev@dpdk.org>; Cui, KaixinX <kaixinx.cui@intel.com<mailto:kaixinx.cui@intel.com>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi JackyCT.Chen:

We are tracking this issue, it is a firmware issue that has been reported to the hardware team and the fix will take some time.

There is a workaround in ICE PMD, change the “no wait” to “wait_to_complete” mode when ice_interrupt_handler() updates the link status in drivers/net/ice/ice_ethdev.c:

#ifdef ICE_LSE_SPT
                if (int_fw_ctl & PFINT_FW_CTL_INTEVENT_M) {
                                PMD_DRV_LOG(INFO, "FW_CTL: link state change event");
                                ice_handle_aq_msg(dev);
                }
#else
                if (oicr & PFINT_OICR_LINK_STAT_CHANGE_M) {
                                PMD_DRV_LOG(INFO, "OICR: link state change event");
-                            ret = ice_link_update(dev, 0);
+                           ret = ice_link_update(dev, 1);
                                if (!ret)
                                                rte_eth_dev_callback_process
                                                                (dev, RTE_ETH_EVENT_INTR_LSC, NULL);
                }
#endif



Best Regards
Zhichao

From: JackyCT.Chen <JackyCT.Chen@advantech.com.tw<mailto:JackyCT.Chen@advantech.com.tw>>
Sent: Wednesday, January 31, 2024 6:53 PM
To: Yang, Qiming <qiming.yang@intel.com<mailto:qiming.yang@intel.com>>; dev@dpdk.org<mailto:dev@dpdk.org>
Cc: Shih, Amy <amy.shih@advantech.com.tw<mailto:amy.shih@advantech.com.tw>>; Hsu, Jason <jason.hsu@advantech.com.tw<mailto:jason.hsu@advantech.com.tw>>; Wang, Leo <leo66.wang@advantech.com.tw<mailto:leo66.wang@advantech.com.tw>>
Subject: RE: DPDK testpmd with E823 link status is down

Hi Qiming & dpdk dev team:

This is JackyCT.Chen from Advantech, we have a question about E823 DPDK loopback testpmd  ,
Could you please give us some advice?

We bind the E823 and X710 devices with vfio-pci driver and execute the DPDK testpmd . (detail see attached files please)

However,  both E823  “link status : down and link speed : None” , we expected that “link status : up and link speed : 10 Gbps” .
Do you have any suggestions?

Testing procedure & result:
Platform : Moro City Reference Planform ICX-D  ~ CRB

l   On-Board : E823

l   Ext-PCIE CARD : PCIE-2230NP-00A1E ( Intel X710 )
OS/Kernel :  Debian 12  / kernel 6.1.0-16-amd64 x86_64
DPDK : DPDK 24.03.0-rc0 (from trunk build)
NIC_BDF_INFO :
CRB EXT-PCIE CARD : X710
Port : 10G * 4
firmware-version: 7.10 0x80007b33 255.65535.255

CRB On-BOARD : E823
Port Option : 4x10-4x2.5
firmware-version: 3.26 0x8001b733 1.3429.0

BDF = 91:00.0
---
BDF = 89:00.0
BDF = 91:00.1
---
BDF = 89:00.1
Prepare and config :
root@5-efi:~# modprobe uio
root@5-efi:~# modprobe vfio-pci
root@5-efi:~# echo 2048 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
root@5-efi:~# mkdir -p /mnt/huge
root@5-efi:~# mount -t hugetlbfs nodev /mnt/huge
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 91:00.1
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.0
root@5-efi:~# dpdk-devbind.py -b vfio-pci 89:00.1

LOG :
root@5-efi:~# dpdk-testpmd -c 0xff -n 4 -a 89:00.0 -a 89:00.1 --socket-mem=256 -- -i --mbcache=512 --socket-num=0 --coremask=0xc --nb-cores=2 --rxq=1 --txq=1 --portmask=0xf --rxd=4096 --rxfreet=128 --rxpt=128 --rxht=8 --rxwt=0 --txd=4096 --txfreet=128 --txpt=128 --txht=0 --txwt=0 --burst=64 --txrst=64 --rss-ip -a
EAL: Detected CPU lcores: 24
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.0 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_ice (8086:188a) device: 0000:89:00.1 (socket 0)
ice_dev_init(): Failed to read device serial number

ice_load_pkg_type(): Active package is: 1.3.35.0, ICE OS Default Package (double VLAN mode)
TMTY: TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
previous number of forwarding cores 1 - changed to number of configured cores 2
Auto-start selected
testpmd: create a new mbuf pool <mb_pool_0>: n=262144, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 0).
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
ice_set_rx_function(): Using AVX2 Vector Rx (port 1).
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
Start automatic packet forwarding
io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 1 streams:
  RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01
Logical Core 3 (socket 0) forwards packets on 1 streams:
  RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=64
  nb forwarding cores=2 - nb forwarding ports=2
  port 0: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=4096 - RX free threshold=128
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=4096 - TX free threshold=128
      TX threshold registers: pthresh=128 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=64
testpmd>
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 442827099  RX-missed: 0          RX-bytes:  26569625172
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 443292288  TX-errors: 0          TX-bytes:  26597536896

  Throughput (since last show)
  Rx-pps:     14390795          Rx-bps:   6907582048
  Tx-pps:     14405470          Tx-bps:   6914626456
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 443293641  RX-missed: 0          RX-bytes:  26597617500
  RX-errors: 0
 RX-nombuf:  0
  TX-packets: 442827661  TX-errors: 0          TX-bytes:  26569658892

  Throughput (since last show)
  Rx-pps:     14405477          Rx-bps:   6914629232
  Tx-pps:     14390795          Tx-bps:   6907581696
  ############################################################################
testpmd> show port summary all
Number of available ports: 2
Port MAC Address       Name         Driver         Status   Link
0    00:00:00:00:01:00 89:00.0      net_ice        down     None
1    00:00:00:00:01:01 89:00.1      net_ice        down     None
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 2267795378 RX-missed: 0          RX-bytes:  136067721784
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2270213831 TX-errors: 0          TX-bytes:  136212829092

  Throughput (since last show)
  Rx-pps:     14385293          Rx-bps:   6904940896
  Tx-pps:     14400690          Tx-bps:   6912331240
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 2270215290 RX-missed: 0          RX-bytes:  136212916568
  RX-errors: 0
  RX-nombuf:  0
  TX-packets: 2267796060 TX-errors: 0          TX-bytes:  136067762768

  Throughput (since last show)
  Rx-pps:     14400690          Rx-bps:   6912331344
  Tx-pps:     14385293          Tx-bps:   6904941024
  ############################################################################



Thanks!


Best Regards,
JackyCT.Chen
x86 Software | Cloud-IoT Group | Advantech Co., Ltd.
02-2792-7818 Ext. 1194


[-- Attachment #1.2: Type: text/html, Size: 87928 bytes --]

[-- Attachment #2: image001.jpg --]
[-- Type: image/jpeg, Size: 103480 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-04-02  7:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31 10:52 DPDK testpmd with E823 link status is down JackyCT.Chen
2024-02-06  3:24 ` Zeng, ZhichaoX
2024-02-16  8:25   ` JackyCT.Chen
2024-03-01 10:24     ` JackyCT.Chen
2024-03-05  2:06       ` Jason.Hsu
2024-03-07  9:28         ` Jason.Hsu
2024-03-11  8:26           ` Jason.Hsu
2024-03-15  2:23             ` JackyCT.Chen
2024-04-02  7:05               ` JackyCT.Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).