All of lore.kernel.org
 help / color / mirror / Atom feed
* Cypress CDC ACM serial port not working correctly with autosuspend
@ 2023-01-29 11:44 Michael Laß
  2023-01-30 13:03 ` Oliver Neukum
  2023-01-30 13:08 ` Oliver Neukum
  0 siblings, 2 replies; 18+ messages in thread
From: Michael Laß @ 2023-01-29 11:44 UTC (permalink / raw)
  To: linux-usb

Hello,

I noticed an issue with the following USB to serial adapter when
autosuspend is enabled for that device:

    ID 04b4:0008 Cypress Semiconductor Corp. CDC ACM serial port

The problem is that the device silently drops any data received from
the serial connection whenever there is a pause in communication for
longer than one or two seconds. Then one needs to either touch the
device (e.g., /dev/ttyACM0) or send some characters via USB to receive
data again.

The problem can be circumvented by the following udev rule:
ACTION=="add|change", SUBSYSTEM=="usb", ATTR{idVendor}=="04b4", ATTR{idProduct}=="0008", TEST=="power/control", ATTR{power/control}="on"

Is this something that should already be applied by the kernel?

I'm running Linux 6.1.8. Below you find outputs of lspci and lsusb for
the relevant devices.


lspci -v for the USB controler:

06:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1 (prog-if 30 [XHCI])
        Subsystem: Lenovo Device 5082
        Flags: bus master, fast devsel, latency 0, IRQ 75, IOMMU group 7
        Memory at fd100000 (64-bit, non-prefetchable) [size=1M]
        Capabilities: [48] Vendor Specific Information: Len=08 <?>
        Capabilities: [50] Power Management version 3
        Capabilities: [64] Express Endpoint, MSI 00
        Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
        Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
        Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci


lsusb -v for the USB device:

Bus 006 Device 010: ID 04b4:0008 Cypress Semiconductor Corp. CDC ACM serial port
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            2 Communications
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x04b4 Cypress Semiconductor Corp.
  idProduct          0x0008 CDC ACM serial port
  bcdDevice            0.00
  iManufacturer           1 2012 Cypress Semiconductor
  iProduct                2 Cypress-USB2UART-Ver1.0G
  iSerial                 4 827211C2091B
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0043
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          3 USB-UART Configuration
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         2 Communications
      bInterfaceSubClass      2 Abstract (modem)
      bInterfaceProtocol      1 AT-commands (v.25ter)
      iInterface              0 
      CDC Header:
        bcdCDC               1.10
      CDC ACM:
        bmCapabilities       0x02
          line coding and serial state
      CDC Union:
        bMasterInterface        0
        bSlaveInterface         1 
      CDC Call Management:
        bmCapabilities       0x00
        bDataInterface          1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               2
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass        10 CDC Data
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Status:     0x0000
  (Bus Powered)



Best regards,
Michael

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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-01-29 11:44 Cypress CDC ACM serial port not working correctly with autosuspend Michael Laß
@ 2023-01-30 13:03 ` Oliver Neukum
  2023-01-30 13:08 ` Oliver Neukum
  1 sibling, 0 replies; 18+ messages in thread
From: Oliver Neukum @ 2023-01-30 13:03 UTC (permalink / raw)
  To: Michael Laß, linux-usb

On 29.01.23 12:44, Michael Laß wrote:

> Bus 006 Device 010: ID 04b4:0008 Cypress Semiconductor Corp. CDC ACM serial port
> Device Descriptor:
>    bLength                18
>    bDescriptorType         1
>    bcdUSB               2.00
>    bDeviceClass            2 Communications
>    bDeviceSubClass         0
>    bDeviceProtocol         0
>    bMaxPacketSize0         8
>    idVendor           0x04b4 Cypress Semiconductor Corp.
>    idProduct          0x0008 CDC ACM serial port
>    bcdDevice            0.00
>    iManufacturer           1 2012 Cypress Semiconductor
>    iProduct                2 Cypress-USB2UART-Ver1.0G
>    iSerial                 4 827211C2091B
>    bNumConfigurations      1
>    Configuration Descriptor:
>      bLength                 9
>      bDescriptorType         2
>      wTotalLength       0x0043
>      bNumInterfaces          2
>      bConfigurationValue     1
>      iConfiguration          3 USB-UART Configuration
>      bmAttributes         0xa0
>        (Bus Powered)
>        Remote Wakeup

The device claims to support remote wakeup.

There are two possibilities here
1. The kernel fails to order remote wakeup to be enabled
2. The device's claim to support it is false.

What is to be done depends on which possibility is true.
Can you check an usbmon trace of the problem happening
for the control request enabling remote wakeup?

	Regards
		Oliver

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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-01-29 11:44 Cypress CDC ACM serial port not working correctly with autosuspend Michael Laß
  2023-01-30 13:03 ` Oliver Neukum
@ 2023-01-30 13:08 ` Oliver Neukum
  2023-01-30 15:44   ` Michael Laß
  1 sibling, 1 reply; 18+ messages in thread
From: Oliver Neukum @ 2023-01-30 13:08 UTC (permalink / raw)
  To: Michael Laß, linux-usb



On 29.01.23 12:44, Michael Laß wrote:
> Hello,
> 
> I noticed an issue with the following USB to serial adapter when
> autosuspend is enabled for that device:
> 

Hi,

thinking about this further, it is possible that remote wakeup
is not properly processed. Could you test autosuspend with another
device, for example a mouse? It should wake up after an autosuspend
if you press a mouse button.

	Regards
		Oliver


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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-01-30 13:08 ` Oliver Neukum
@ 2023-01-30 15:44   ` Michael Laß
  2023-02-07 19:35     ` Michael Laß
  2023-03-14 13:16     ` Oliver Neukum
  0 siblings, 2 replies; 18+ messages in thread
From: Michael Laß @ 2023-01-30 15:44 UTC (permalink / raw)
  To: Oliver Neukum, linux-usb

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

Hi. Thanks for looking into this.

Am Montag, dem 30.01.2023 um 14:08 +0100 schrieb Oliver Neukum:
> 
> thinking about this further, it is possible that remote wakeup
> is not properly processed. Could you test autosuspend with another
> device, for example a mouse? It should wake up after an autosuspend
> if you press a mouse button.

I tested the behavior with a mouse connected to the same port and
power/control set to "auto". It behaved correctly: After 1-2 seconds
the LED of the mouse turned off and pressing a mouse button let it wake
up again. This was repeatable.

I also recorded a usbmon trace as you asked for in the previous mail.
It is attached to this mail. Unfortunately it is a bit noisy because
there is another device connected to that USB bus internally. The
Cypress device was connected to bus 6, port 2. I think it is device
number 18 in that trace.

What I did during the trace:
- Use the serial connection to launch
     while true; do date; sleep 3; done
  on the remote device.
- I received the output of the very first `date` but not the upcoming
  ones.
- After 10 seconds or so I sent a couple of characters and afterwards 
  received another `date` output.

Best regards,
Michael

[-- Attachment #2: usbmon.log --]
[-- Type: text/x-log, Size: 105272 bytes --]

ffff8a0eade143c0 4034268759 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9e0000 00000000 00000013 02011a02
ffff8a0eade143c0 4034268812 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034362751 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb80000 00000000 00000012 02011a02
ffff8a0eade143c0 4034362774 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034422750 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fab0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4034422765 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034431740 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb00000 00000000 00000013 02011a02
ffff8a0eade143c0 4034431755 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034435749 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4034435764 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034440748 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4034440764 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034507752 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4034507801 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034743748 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7f9c0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4034743763 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034827744 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9d0000 00000000 00000013 02011a02
ffff8a0eade143c0 4034827760 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034829725 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa10000 00000000 00000012 02011a02
ffff8a0eade143c0 4034829740 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034831748 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4034831763 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034837730 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb60000 00000000 00000013 02011a02
ffff8a0eade143c0 4034837749 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034911018 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fba0000 00000000 00000012 02011a02
ffff8a0eade143c0 4034911053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4034990029 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fba0000 00000000 00000013 02011a02
ffff8a0eade143c0 4034990063 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035000004 C Ii:6:004:1 0:1 36 = 3e220d01 100001a2 81e20960 c10100ff 7fa70000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4035000037 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035075030 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9d0000 00000000 00000015 02011a02
ffff8a0eade143c0 4035075063 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035077747 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4035077776 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035164032 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9a0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4035164065 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035227820 C Ii:6:004:1 0:1 45 = 3e2b0d01 130001af fbbcfdc4 600100ff 7f9a0000 00000000 00000011 02011a02
ffff8a0eade143c0 4035227850 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035234035 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4035234068 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035317846 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbd0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4035317883 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035331032 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4035331065 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035337025 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4035337058 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035342020 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9c0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4035342054 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035377002 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fac0000 00000000 00000012 02011a02
ffff8a0eade143c0 4035377035 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035384962 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9d0000 00000000 00000013 02011a02
ffff8a0eade143c0 4035384995 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035475986 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300012b 6d985b4f 5b0100ff 7f9c0000 00000000 00000012 02011a02
ffff8a0eade143c0 4035476021 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035499026 C Ii:6:004:1 0:1 45 = 3e2b0d01 130001af fbbcfdc4 600100ff 7f9a0000 00000000 00000011 02011a02
ffff8a0eade143c0 4035499059 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035543001 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbd0000 00000000 00000013 02011a02
ffff8a0eade143c0 4035543034 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035550023 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4035550057 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035634746 C Ii:6:004:1 0:1 59 = 3e390d01 130001f4 8b4363d7 f60100ff 7faf0000 00000000 0000001f 1eff4c00
ffff8a0eade143c0 4035634772 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035648738 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fac0000 00000000 00000012 02011a02
ffff8a0eade143c0 4035648763 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035650751 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb40000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4035650785 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035652940 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb40000 00000000 00000013 02011a02
ffff8a0eade143c0 4035652974 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035658781 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4035658828 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035795754 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa40000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4035795775 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035816757 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbc0000 00000000 00000013 02011a02
ffff8a0eade143c0 4035816786 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035855759 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7f9c0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4035855781 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035865746 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fb30000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4035865769 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035867735 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4035867750 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035966826 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb60000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4035966850 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4035970929 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f990000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4035970959 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036131028 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7f9c0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4036131064 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036137827 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fb30000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4036137864 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036181028 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb60000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4036181063 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036192999 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa70000 00000000 00000012 02011a02
ffff8a0eade143c0 4036193033 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036197037 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4036197069 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036199003 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb50000 00000000 00000013 02011a02
ffff8a0eade143c0 4036199037 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036203020 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f990000 00000000 00000015 02011a02
ffff8a0eade143c0 4036203052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036269000 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb90000 00000000 00000012 02011a02
ffff8a0eade143c0 4036269034 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036275736 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9c0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4036275760 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036284750 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4036284778 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036349751 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fac0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4036349778 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036462729 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa30000 00000000 00000012 02011a02
ffff8a0eade143c0 4036462756 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036468722 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb50000 00000000 00000013 02011a02
ffff8a0eade143c0 4036468740 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036474946 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4036474981 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036476970 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9e0000 00000000 00000013 02011a02
ffff8a0eade143c0 4036477001 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036519921 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4036519954 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036542716 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb90000 00000000 00000012 02011a02
ffff8a0eade143c0 4036542742 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036586747 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4036586764 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036591923 C Ii:6:004:1 0:1 58 = 3e380d01 120000e8 d528e696 0c0100ff 7f9b0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4036591947 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036593925 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4036593950 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036641928 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbd0000 00000000 00000013 02011a02
ffff8a0eade143c0 4036641954 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036647817 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9c0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4036647854 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036653017 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4036653052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036665116 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4036665149 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036749930 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb40000 00000000 00000013 02011a02
ffff8a0eade143c0 4036749964 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036812929 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fbb0000 00000000 00000012 02011a02
ffff8a0eade143c0 4036812963 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036912923 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4036912956 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036914928 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbd0000 00000000 00000013 02011a02
ffff8a0eade143c0 4036914961 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036916929 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9e0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4036916963 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4036967826 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fb30000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4036967902 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037087029 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fbb0000 00000000 00000012 02011a02
ffff8a0eade143c0 4037087061 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037136006 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9d0000 00000000 00000015 02011a02
ffff8a0eade143c0 4037136041 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037234034 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4037234067 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037239033 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7f9c0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4037239065 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037240959 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fb20000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4037240993 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037247020 C Ii:6:004:1 0:1 36 = 3e220d01 100001e7 46f4b95e ef0100ff 7f9e0000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4037247054 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037292729 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4037292754 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037300027 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9d0000 00000000 00000013 02011a02
ffff8a0eade143c0 4037300051 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037301986 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb60000 00000000 00000013 02011a02
ffff8a0eade143c0 4037302011 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037325041 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9a0000 00000000 00000015 02011a02
ffff8a0eade143c0 4037325065 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037417022 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4037417047 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037422007 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4037422031 S Ii:6:004:1 -115:1 64 <
ffff8a0f1dcf5500 4037448620 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
ffff8a0f1dcf5500 4037448653 C Ci:6:001:0 0 4 = 07010000
ffff8a0f1dcf5500 4037448663 S Co:6:001:0 s 23 01 0002 0002 0000 0
ffff8a0eade143c0 4037465753 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb20000 00000000 00000013 02011a02
ffff8a0eade143c0 4037465770 S Ii:6:004:1 -115:1 64 <
ffff8a0f1dcf5500 4037494245 C Co:6:001:0 0 0
ffff8a0e0addc180 4037494349 C Ii:6:001:1 0:2048 1 = 04
ffff8a0e0addc180 4037494365 S Ii:6:001:1 -115:2048 4 <
ffff8a0f1dcf5500 4037540902 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
ffff8a0f1dcf5500 4037540916 C Ci:6:001:0 0 4 = 03010400
ffff8a0f1dcf5500 4037540924 S Co:6:001:0 s 23 01 0012 0002 0000 0
ffff8a0f1dcf5500 4037540933 C Co:6:001:0 0 0
ffff8a0eade143c0 4037554742 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa70000 00000000 00000012 02011a02
ffff8a0eade143c0 4037554755 S Ii:6:004:1 -115:1 64 <
ffff8a0f1dcf5500 4037557563 S Ci:6:018:0 s 80 00 0000 0000 0002 2 <
ffff8a0f1dcf5500 4037558709 C Ci:6:018:0 0 2 = 0200
ffff8a0f1dcf5500 4037558799 S Co:6:018:0 s 00 01 0001 0000 0000 0
ffff8a0f1dcf5500 4037560717 C Co:6:018:0 0 0
ffff8a1007d6b980 4037560808 S Ii:6:018:1 -115:2 16 <
ffff8a1007d6acc0 4037560817 S Bo:6:018:3 -115 3 = 1b5b41
ffff8a1007d6b800 4037560821 S Bi:6:018:2 -115 128 <
ffff8a1007d6ba40 4037560825 S Bi:6:018:2 -115 128 <
ffff8a1007d6a540 4037560830 S Bi:6:018:2 -115 128 <
ffff8a1007d6a300 4037560833 S Bi:6:018:2 -115 128 <
ffff8a1007d6bec0 4037560836 S Bi:6:018:2 -115 128 <
ffff8a1007d6b740 4037560840 S Bi:6:018:2 -115 128 <
ffff8a1007d6be00 4037560844 S Bi:6:018:2 -115 128 <
ffff8a1007d6b380 4037560846 S Bi:6:018:2 -115 128 <
ffff8a1007d6b5c0 4037560850 S Bi:6:018:2 -115 128 <
ffff8a1007d6a780 4037560852 S Bi:6:018:2 -115 128 <
ffff8a1007d6aa80 4037560856 S Bi:6:018:2 -115 128 <
ffff8a1007d6ac00 4037560860 S Bi:6:018:2 -115 128 <
ffff8a1007d6b440 4037560863 S Bi:6:018:2 -115 128 <
ffff8a1007d6b200 4037560867 S Bi:6:018:2 -115 128 <
ffff8a1007d6a480 4037560870 S Bi:6:018:2 -115 128 <
ffff8a1007d6b680 4037560875 S Bi:6:018:2 -115 128 <
ffff8a1007d6acc0 4037560970 C Bo:6:018:3 0 3 >
ffff8a0ecaa33c80 4037560998 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
ffff8a0ecaa33c80 4037561029 C Ci:6:001:0 0 4 = 03010000
ffff8a1007d6b800 4037561860 C Bi:6:018:2 0 1 = 77
ffff8a1007d6b800 4037561870 S Bi:6:018:2 -115 128 <
ffff8a1007d6ba40 4037561901 C Bi:6:018:2 0 1 = 68
ffff8a1007d6ba40 4037561905 S Bi:6:018:2 -115 128 <
ffff8a1007d6a540 4037562014 C Bi:6:018:2 0 1 = 69
ffff8a1007d6a540 4037562024 S Bi:6:018:2 -115 128 <
ffff8a1007d6a300 4037562078 C Bi:6:018:2 0 1 = 6c
ffff8a1007d6a300 4037562084 S Bi:6:018:2 -115 128 <
ffff8a1007d6bec0 4037562173 C Bi:6:018:2 0 1 = 65
ffff8a1007d6bec0 4037562183 S Bi:6:018:2 -115 128 <
ffff8a1007d6b740 4037562277 C Bi:6:018:2 0 1 = 20
ffff8a1007d6b740 4037562285 S Bi:6:018:2 -115 128 <
ffff8a1007d6be00 4037562328 C Bi:6:018:2 0 1 = 74
ffff8a1007d6be00 4037562332 S Bi:6:018:2 -115 128 <
ffff8a1007d6b380 4037562460 C Bi:6:018:2 0 1 = 72
ffff8a1007d6b380 4037562470 S Bi:6:018:2 -115 128 <
ffff8a1007d6b5c0 4037562527 C Bi:6:018:2 0 1 = 75
ffff8a1007d6b5c0 4037562534 S Bi:6:018:2 -115 128 <
ffff8a0eade143c0 4037562734 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4037562746 S Ii:6:004:1 -115:1 64 <
ffff8a1007d6a780 4037562751 C Bi:6:018:2 0 1 = 65
ffff8a1007d6a780 4037562757 S Bi:6:018:2 -115 128 <
ffff8a1007d6aa80 4037562832 C Bi:6:018:2 0 2 = 3b20
ffff8a1007d6aa80 4037562842 S Bi:6:018:2 -115 128 <
ffff8a1007d6ac00 4037562883 C Bi:6:018:2 0 1 = 64
ffff8a1007d6ac00 4037562887 S Bi:6:018:2 -115 128 <
ffff8a1007d6b440 4037562968 C Bi:6:018:2 0 1 = 6f
ffff8a1007d6b440 4037562977 S Bi:6:018:2 -115 128 <
ffff8a1007d6b200 4037563053 C Bi:6:018:2 0 1 = 20
ffff8a1007d6b200 4037563061 S Bi:6:018:2 -115 128 <
ffff8a1007d6a480 4037563103 C Bi:6:018:2 0 1 = 64
ffff8a1007d6a480 4037563108 S Bi:6:018:2 -115 128 <
ffff8a1007d6b680 4037563225 C Bi:6:018:2 0 1 = 61
ffff8a1007d6b680 4037563233 S Bi:6:018:2 -115 128 <
ffff8a1007d6b800 4037563285 C Bi:6:018:2 0 1 = 74
ffff8a1007d6b800 4037563292 S Bi:6:018:2 -115 128 <
ffff8a1007d6ba40 4037563408 C Bi:6:018:2 0 1 = 65
ffff8a1007d6ba40 4037563419 S Bi:6:018:2 -115 128 <
ffff8a1007d6a540 4037563460 C Bi:6:018:2 0 1 = 3b
ffff8a1007d6a540 4037563466 S Bi:6:018:2 -115 128 <
ffff8a1007d6a300 4037563559 C Bi:6:018:2 0 1 = 20
ffff8a1007d6a300 4037563567 S Bi:6:018:2 -115 128 <
ffff8a1007d6bec0 4037563696 C Bi:6:018:2 0 1 = 73
ffff8a1007d6bec0 4037563706 S Bi:6:018:2 -115 128 <
ffff8a1007d6b740 4037563735 C Bi:6:018:2 0 1 = 6c
ffff8a1007d6b740 4037563740 S Bi:6:018:2 -115 128 <
ffff8a1007d6be00 4037563836 C Bi:6:018:2 0 1 = 65
ffff8a1007d6be00 4037563845 S Bi:6:018:2 -115 128 <
ffff8a1007d6b380 4037563889 C Bi:6:018:2 0 1 = 65
ffff8a1007d6b380 4037563895 S Bi:6:018:2 -115 128 <
ffff8a1007d6b5c0 4037564010 C Bi:6:018:2 0 1 = 70
ffff8a1007d6b5c0 4037564020 S Bi:6:018:2 -115 128 <
ffff8a1007d6a780 4037564094 C Bi:6:018:2 0 1 = 20
ffff8a1007d6a780 4037564104 S Bi:6:018:2 -115 128 <
ffff8a1007d6aa80 4037564142 C Bi:6:018:2 0 1 = 33
ffff8a1007d6aa80 4037564147 S Bi:6:018:2 -115 128 <
ffff8a1007d6ac00 4037564248 C Bi:6:018:2 0 1 = 3b
ffff8a1007d6ac00 4037564291 S Bi:6:018:2 -115 128 <
ffff8a1007d6b440 4037564323 C Bi:6:018:2 0 1 = 20
ffff8a1007d6b440 4037564329 S Bi:6:018:2 -115 128 <
ffff8a1007d6b200 4037564446 C Bi:6:018:2 0 1 = 64
ffff8a1007d6b200 4037564456 S Bi:6:018:2 -115 128 <
ffff8a1007d6a480 4037564500 C Bi:6:018:2 0 1 = 6f
ffff8a1007d6a480 4037564505 S Bi:6:018:2 -115 128 <
ffff8a1007d6b680 4037564597 C Bi:6:018:2 0 1 = 6e
ffff8a1007d6b680 4037564607 S Bi:6:018:2 -115 128 <
ffff8a1007d6b800 4037564702 C Bi:6:018:2 0 1 = 65
ffff8a1007d6b800 4037564712 S Bi:6:018:2 -115 128 <
ffff8a0eade143c0 4037571731 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9d0000 00000000 00000013 02011a02
ffff8a0eade143c0 4037571743 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037575015 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb60000 00000000 00000013 02011a02
ffff8a0eade143c0 4037575039 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037627825 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb90000 00000000 00000012 02011a02
ffff8a0eade143c0 4037627849 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037635008 C Ii:6:004:1 0:1 59 = 3e390d01 130001f4 8b4363d7 f60100ff 7fa30000 00000000 0000001f 1eff4c00
ffff8a0eade143c0 4037635033 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037653021 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4037653046 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037716019 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4037716044 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037722006 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7faa0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4037722030 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037740028 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbc0000 00000000 00000013 02011a02
ffff8a0eade143c0 4037740051 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037762008 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4037762033 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037827000 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa40000 00000000 00000012 02011a02
ffff8a0eade143c0 4037827025 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037900027 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb80000 00000000 00000012 02011a02
ffff8a0eade143c0 4037900082 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037940032 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9e0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4037940056 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037944939 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300012b 6d985b4f 5b0100ff 7f9c0000 00000000 00000012 02011a02
ffff8a0eade143c0 4037944963 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4037954012 C Ii:6:004:1 0:1 45 = 3e2b0d01 130001af fbbcfdc4 600100ff 7f9a0000 00000000 00000011 02011a02
ffff8a0eade143c0 4037954036 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038094776 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4038094801 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038098032 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fab0000 00000000 00000012 02011a02
ffff8a0eade143c0 4038098055 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038103019 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4038103044 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038117027 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb40000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4038117051 S Ii:6:004:1 -115:1 64 <
ffff8a1007d6acc0 4038265720 S Bo:6:018:3 -115 1 = 0d
ffff8a1007d6acc0 4038265808 C Bo:6:018:3 0 1 >
ffff8a1007d6ba40 4038266446 C Bi:6:018:2 0 1 = 0d
ffff8a1007d6ba40 4038266456 S Bi:6:018:2 -115 128 <
ffff8a1007d6a540 4038266539 C Bi:6:018:2 0 1 = 0a
ffff8a1007d6a540 4038266546 S Bi:6:018:2 -115 128 <
ffff8a1007d6a300 4038266684 C Bi:6:018:2 0 1 = 1b
ffff8a1007d6a300 4038266692 S Bi:6:018:2 -115 128 <
ffff8a1007d6bec0 4038266743 C Bi:6:018:2 0 1 = 5b
ffff8a1007d6bec0 4038266747 S Bi:6:018:2 -115 128 <
ffff8a1007d6b740 4038266840 C Bi:6:018:2 0 1 = 3f
ffff8a1007d6b740 4038266849 S Bi:6:018:2 -115 128 <
ffff8a1007d6be00 4038266891 C Bi:6:018:2 0 1 = 32
ffff8a1007d6be00 4038266895 S Bi:6:018:2 -115 128 <
ffff8a1007d6b380 4038266989 C Bi:6:018:2 0 1 = 30
ffff8a1007d6b380 4038266998 S Bi:6:018:2 -115 128 <
ffff8a1007d6b5c0 4038267069 C Bi:6:018:2 0 1 = 30
ffff8a1007d6b5c0 4038267077 S Bi:6:018:2 -115 128 <
ffff8a1007d6a780 4038267161 C Bi:6:018:2 0 1 = 34
ffff8a1007d6a780 4038267171 S Bi:6:018:2 -115 128 <
ffff8a1007d6aa80 4038267243 C Bi:6:018:2 0 1 = 6c
ffff8a1007d6aa80 4038267253 S Bi:6:018:2 -115 128 <
ffff8a1007d6ac00 4038267349 C Bi:6:018:2 0 1 = 0d
ffff8a1007d6ac00 4038267359 S Bi:6:018:2 -115 128 <
ffff8a0eade143c0 4038271728 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa70000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4038271748 S Ii:6:004:1 -115:1 64 <
ffff8a1007d6b440 4038290746 C Bi:6:018:2 0 1 = 44
ffff8a1007d6b440 4038290756 S Bi:6:018:2 -115 128 <
ffff8a1007d6b200 4038290787 C Bi:6:018:2 0 1 = 6f
ffff8a1007d6b200 4038290791 S Bi:6:018:2 -115 128 <
ffff8a1007d6a480 4038290879 C Bi:6:018:2 0 1 = 20
ffff8a1007d6a480 4038290885 S Bi:6:018:2 -115 128 <
ffff8a1007d6b680 4038291056 C Bi:6:018:2 0 1 = 32
ffff8a1007d6b680 4038291067 S Bi:6:018:2 -115 128 <
ffff8a1007d6b800 4038291072 C Bi:6:018:2 0 1 = 32
ffff8a1007d6b800 4038291078 S Bi:6:018:2 -115 128 <
ffff8a1007d6ba40 4038291162 C Bi:6:018:2 0 1 = 2e
ffff8a1007d6ba40 4038291172 S Bi:6:018:2 -115 128 <
ffff8a1007d6a540 4038291215 C Bi:6:018:2 0 1 = 20
ffff8a1007d6a540 4038291221 S Bi:6:018:2 -115 128 <
ffff8a1007d6a300 4038291334 C Bi:6:018:2 0 1 = 44
ffff8a1007d6a300 4038291343 S Bi:6:018:2 -115 128 <
ffff8a1007d6bec0 4038291398 C Bi:6:018:2 0 1 = 65
ffff8a1007d6bec0 4038291408 S Bi:6:018:2 -115 128 <
ffff8a1007d6b740 4038291470 C Bi:6:018:2 0 1 = 7a
ffff8a1007d6b740 4038291478 S Bi:6:018:2 -115 128 <
ffff8a1007d6be00 4038291570 C Bi:6:018:2 0 1 = 20
ffff8a1007d6be00 4038291575 S Bi:6:018:2 -115 128 <
ffff8a1007d6b380 4038291696 C Bi:6:018:2 0 1 = 30
ffff8a1007d6b380 4038291705 S Bi:6:018:2 -115 128 <
ffff8a1007d6b5c0 4038291748 C Bi:6:018:2 0 1 = 33
ffff8a1007d6b5c0 4038291754 S Bi:6:018:2 -115 128 <
ffff8a1007d6a780 4038291814 C Bi:6:018:2 0 1 = 3a
ffff8a1007d6a780 4038291819 S Bi:6:018:2 -115 128 <
ffff8a1007d6aa80 4038291918 C Bi:6:018:2 0 1 = 35
ffff8a1007d6aa80 4038291924 S Bi:6:018:2 -115 128 <
ffff8a1007d6ac00 4038292020 C Bi:6:018:2 0 1 = 35
ffff8a1007d6ac00 4038292028 S Bi:6:018:2 -115 128 <
ffff8a1007d6b440 4038292073 C Bi:6:018:2 0 1 = 3a
ffff8a1007d6b440 4038292079 S Bi:6:018:2 -115 128 <
ffff8a1007d6b200 4038292192 C Bi:6:018:2 0 1 = 35
ffff8a1007d6b200 4038292200 S Bi:6:018:2 -115 128 <
ffff8a1007d6a480 4038292276 C Bi:6:018:2 0 1 = 38
ffff8a1007d6a480 4038292285 S Bi:6:018:2 -115 128 <
ffff8a1007d6b680 4038292375 C Bi:6:018:2 0 1 = 20
ffff8a1007d6b680 4038292384 S Bi:6:018:2 -115 128 <
ffff8a1007d6b800 4038292430 C Bi:6:018:2 0 1 = 43
ffff8a1007d6b800 4038292435 S Bi:6:018:2 -115 128 <
ffff8a1007d6ba40 4038292528 C Bi:6:018:2 0 1 = 45
ffff8a1007d6ba40 4038292536 S Bi:6:018:2 -115 128 <
ffff8a1007d6a540 4038292718 C Bi:6:018:2 0 1 = 54
ffff8a1007d6a540 4038292727 S Bi:6:018:2 -115 128 <
ffff8a1007d6a300 4038292773 C Bi:6:018:2 0 1 = 20
ffff8a1007d6a300 4038292778 S Bi:6:018:2 -115 128 <
ffff8a1007d6bec0 4038292839 C Bi:6:018:2 0 1 = 32
ffff8a1007d6bec0 4038292846 S Bi:6:018:2 -115 128 <
ffff8a1007d6b740 4038292939 C Bi:6:018:2 0 1 = 30
ffff8a1007d6b740 4038292949 S Bi:6:018:2 -115 128 <
ffff8a1007d6be00 4038292980 C Bi:6:018:2 0 1 = 32
ffff8a1007d6be00 4038292986 S Bi:6:018:2 -115 128 <
ffff8a1007d6b380 4038293061 C Bi:6:018:2 0 1 = 32
ffff8a1007d6b380 4038293068 S Bi:6:018:2 -115 128 <
ffff8a1007d6b5c0 4038293173 C Bi:6:018:2 0 1 = 0d
ffff8a1007d6b5c0 4038293183 S Bi:6:018:2 -115 128 <
ffff8a1007d6a780 4038293237 C Bi:6:018:2 0 1 = 0a
ffff8a1007d6a780 4038293244 S Bi:6:018:2 -115 128 <
ffff8a0eade143c0 4038367755 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fab0000 00000000 00000012 02011a02
ffff8a0eade143c0 4038367771 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038371750 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4038371762 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038423748 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4038423760 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038517028 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9e0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4038517051 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038572001 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb60000 00000000 00000013 02011a02
ffff8a0eade143c0 4038572025 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038667025 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4038667050 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038674018 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb50000 00000000 00000013 02011a02
ffff8a0eade143c0 4038674043 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038675938 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9d0000 00000000 00000013 02011a02
ffff8a0eade143c0 4038675962 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038690032 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4038690056 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038696047 C Ii:6:004:1 0:1 58 = 3e380d01 120000e8 d528e696 0c0100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4038696072 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038757826 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4038757882 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038828015 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa80000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4038828039 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038908028 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa50000 00000000 00000012 02011a02
ffff8a0eade143c0 4038908083 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038913021 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4038913045 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4038989033 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb30000 00000000 00000012 02011a02
ffff8a0eade143c0 4038989057 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039005003 C Ii:6:004:1 0:1 36 = 3e220d01 100001a2 81e20960 c10100ff 7fa10000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4039005061 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039166011 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7f9b0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4039166036 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039177822 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa70000 00000000 00000012 02011a02
ffff8a0eade143c0 4039177847 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039227006 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb60000 00000000 00000013 02011a02
ffff8a0eade143c0 4039227065 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039229021 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb20000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4039229044 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039245998 C Ii:6:004:1 0:1 36 = 3e220d01 100001e7 46f4b95e ef0100ff 7f9c0000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4039246023 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039333023 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4039333047 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039391029 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9b0000 00000000 00000015 02011a02
ffff8a0eade143c0 4039391054 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039404028 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb30000 00000000 00000013 02011a02
ffff8a0eade143c0 4039404053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039493937 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb80000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4039493962 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039531028 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb70000 00000000 00000012 02011a02
ffff8a0eade143c0 4039531087 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039541913 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4039541936 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039643009 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4039643065 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039658820 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa40000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4039658844 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039714031 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fb90000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4039714056 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039722028 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa40000 00000000 00000012 02011a02
ffff8a0eade143c0 4039722051 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039800755 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb60000 00000000 00000012 02011a02
ffff8a0eade143c0 4039800782 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039854030 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4039854054 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039949030 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9e0000 00000000 00000015 02011a02
ffff8a0eade143c0 4039949087 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039956028 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fba0000 00000000 00000013 02011a02
ffff8a0eade143c0 4039956053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4039956947 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb20000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4039956971 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040014968 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4040014993 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040130029 C Ii:6:004:1 0:1 45 = 3e2b0d01 130001af fbbcfdc4 600100ff 7f9b0000 00000000 00000011 02011a02
ffff8a0eade143c0 4040130053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040197811 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9c0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4040197835 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040267854 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9a0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4040267879 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040270731 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4040270752 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040334021 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb40000 00000000 00000013 02011a02
ffff8a0eade143c0 4040334045 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040339746 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb90000 00000000 00000012 02011a02
ffff8a0eade143c0 4040339768 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040343006 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9a0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4040343031 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040393009 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4040393033 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040487019 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4040487044 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040502042 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fac0000 00000000 00000013 02011a02
ffff8a0eade143c0 4040502097 S Ii:6:004:1 -115:1 64 <
ffff8a1007d6b980 4040502193 C Ii:6:018:1 -2:2 0
ffff8a1007d6b800 4040502234 C Bi:6:018:2 -2 0
ffff8a1007d6ba40 4040502273 C Bi:6:018:2 -2 0
ffff8a1007d6a540 4040502312 C Bi:6:018:2 -2 0
ffff8a1007d6a300 4040502352 C Bi:6:018:2 -2 0
ffff8a1007d6bec0 4040502392 C Bi:6:018:2 -2 0
ffff8a1007d6b740 4040502430 C Bi:6:018:2 -2 0
ffff8a1007d6be00 4040502482 C Bi:6:018:2 -2 0
ffff8a1007d6b380 4040502520 C Bi:6:018:2 -2 0
ffff8a1007d6b5c0 4040502559 C Bi:6:018:2 -2 0
ffff8a1007d6a780 4040502970 C Bi:6:018:2 -2 0
ffff8a1007d6aa80 4040503085 C Bi:6:018:2 -2 0
ffff8a1007d6ac00 4040503171 C Bi:6:018:2 -2 0
ffff8a1007d6b440 4040503251 C Bi:6:018:2 -2 0
ffff8a1007d6b200 4040503331 C Bi:6:018:2 -2 0
ffff8a1007d6a480 4040503411 C Bi:6:018:2 -2 0
ffff8a1007d6b680 4040503489 C Bi:6:018:2 -2 0
ffff8a0ecaa33380 4040503502 S Co:6:018:0 s 00 03 0001 0000 0000 0
ffff8a0ecaa33380 4040503687 C Co:6:018:0 0 0
ffff8a0ecaa33380 4040503696 S Co:6:001:0 s 23 03 0002 0002 0000 0
ffff8a0eade143c0 4040514028 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9a0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4040514053 S Ii:6:004:1 -115:1 64 <
ffff8a0ecaa33380 4040517888 C Co:6:001:0 0 0
ffff8a0eade143c0 4040588764 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4040588784 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040592022 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb40000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4040592049 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040604024 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb40000 00000000 00000013 02011a02
ffff8a0eade143c0 4040604049 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040610713 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fbb0000 00000000 00000012 02011a02
ffff8a0eade143c0 4040610726 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040757036 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4040757060 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040768036 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9b0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4040768059 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040777006 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fac0000 00000000 00000013 02011a02
ffff8a0eade143c0 4040777064 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040836037 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9b0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4040836060 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040874019 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb50000 00000000 00000013 02011a02
ffff8a0eade143c0 4040874044 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040908026 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb20000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4040908051 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4040966016 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9a0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4040966039 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041006015 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9a0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4041006039 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041006721 C Ii:6:004:1 0:1 36 = 3e220d01 100001a2 81e20960 c10100ff 7fa80000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4041006742 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041027017 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4041027043 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041079002 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa80000 00000000 00000012 02011a02
ffff8a0eade143c0 4041079027 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041133022 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4041133046 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041136025 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4041136049 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041137814 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9d0000 00000000 00000013 02011a02
ffff8a0eade143c0 4041137838 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041142026 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9d0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4041142050 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041251045 C Ii:6:004:1 0:1 58 = 3e380d01 120000e8 d528e696 0c0100ff 7f990000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4041251070 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041256043 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9a0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4041256066 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041317040 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4041317064 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041322029 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb40000 00000000 00000013 02011a02
ffff8a0eade143c0 4041322053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041408029 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9e0000 00000000 00000013 02011a02
ffff8a0eade143c0 4041408058 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041411029 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4041411054 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041568035 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4041568059 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041617826 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa40000 00000000 00000012 02011a02
ffff8a0eade143c0 4041617851 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041633035 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbb0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4041633059 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041639037 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4041639062 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041642004 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9f0000 00000000 00000015 02011a02
ffff8a0eade143c0 4041642027 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041643958 C Ii:6:004:1 0:1 59 = 3e390d01 130001f4 8b4363d7 f60100ff 7fa30000 00000000 0000001f 1eff4c00
ffff8a0eade143c0 4041643983 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041708784 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb40000 00000000 00000013 02011a02
ffff8a0eade143c0 4041708810 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041794027 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f990000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4041794052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041873030 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbb0000 00000000 00000013 02011a02
ffff8a0eade143c0 4041873053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041891973 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9e0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4041891998 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041903027 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbb0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4041903050 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041947026 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7f9c0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4041947050 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041954025 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9c0000 00000000 00000013 02011a02
ffff8a0eade143c0 4041954049 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041955957 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4041955981 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4041962009 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb40000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4041962033 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042115010 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa40000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4042115035 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042258807 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb40000 00000000 00000013 02011a02
ffff8a0eade143c0 4042258831 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042263716 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9c0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4042263737 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042366019 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4042366045 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042426018 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7faf0000 00000000 00000013 02011a02
ffff8a0eade143c0 4042426042 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042438024 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7faa0000 00000000 00000012 02011a02
ffff8a0eade143c0 4042438048 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042446015 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4042446039 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042516007 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb80000 00000000 00000012 02011a02
ffff8a0eade143c0 4042516030 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042534978 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb20000 00000000 00000013 02011a02
ffff8a0eade143c0 4042535004 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042571764 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb00000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4042571791 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042577016 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9d0000 00000000 00000015 02011a02
ffff8a0eade143c0 4042577041 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042670024 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4042670047 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042682010 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb20000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4042682035 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042698034 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f990000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4042698057 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042699942 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fad0000 00000000 00000013 02011a02
ffff8a0eade143c0 4042699966 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042741024 C Ii:6:004:1 0:1 36 = 3e220d01 1000018a 63d967f6 d10100ff 7fb70000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4042741048 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042745032 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9c0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4042745056 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042753029 C Ii:6:004:1 0:1 58 = 3e380d01 120000e8 d528e696 0c0100ff 7f9b0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4042753052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042827821 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9f0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4042827845 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042847041 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4042847066 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042893011 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4042893036 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042924013 C Ii:6:004:1 0:1 36 = 3e220d01 10000118 0164f41c e10100ff 7f9c0000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4042924038 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4042999036 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fb80000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4042999060 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043009998 C Ii:6:004:1 0:1 36 = 3e220d01 100001a2 81e20960 c10100ff 7faa0000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4043010022 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043014031 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9c0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4043014055 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043062002 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb10000 00000000 00000012 02011a02
ffff8a0eade143c0 4043062027 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043082002 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb40000 00000000 00000013 02011a02
ffff8a0eade143c0 4043082027 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043211031 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4043211056 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043223036 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4043223060 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043313022 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb20000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4043313078 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043322070 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9f0000 00000000 00000015 02011a02
ffff8a0eade143c0 4043322094 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043324962 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7f9d0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4043324986 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043334955 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb10000 00000000 00000012 02011a02
ffff8a0eade143c0 4043334979 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043336961 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb40000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4043336986 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043375037 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4043375062 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043544960 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbc0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4043544984 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043630028 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb60000 00000000 00000013 02011a02
ffff8a0eade143c0 4043630052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043649038 C Ii:6:004:1 0:1 59 = 3e390d01 130001f4 8b4363d7 f60100ff 7fae0000 00000000 0000001f 1eff4c00
ffff8a0eade143c0 4043649062 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043694960 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f990000 00000000 00000015 02011a02
ffff8a0eade143c0 4043694984 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043800020 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa70000 00000000 00000012 02011a02
ffff8a0eade143c0 4043800044 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043804021 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fba0000 00000000 00000013 02011a02
ffff8a0eade143c0 4043804045 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043815037 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbb0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4043815061 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043820026 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9a0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4043820050 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4043875034 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9a0000 00000000 00000013 02011a02
ffff8a0eade143c0 4043875058 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044052054 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa90000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4044052078 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044133042 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4044133065 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044157019 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4044157044 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044182003 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb50000 00000000 00000013 02011a02
ffff8a0eade143c0 4044182061 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044341030 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7faa0000 00000000 00000012 02011a02
ffff8a0eade143c0 4044341056 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044345031 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4044345055 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044349008 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb80000 00000000 00000013 02011a02
ffff8a0eade143c0 4044349032 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044397022 C Ii:6:004:1 0:1 36 = 3e220d01 10000144 fbbbc939 d40100ff 7fb40000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4044397047 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044427018 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7f9d0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4044427044 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044428952 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4044428977 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044452011 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb10000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4044452036 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044600036 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa20000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4044600060 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044611022 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fab0000 00000000 00000012 02011a02
ffff8a0eade143c0 4044611045 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044621032 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb80000 00000000 00000013 02011a02
ffff8a0eade143c0 4044621057 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044666039 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb10000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4044666062 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044774970 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4044774995 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044833033 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9a0000 00000000 00000015 02011a02
ffff8a0eade143c0 4044833057 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044881043 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa10000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4044881066 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044919012 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbc0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4044919036 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044966029 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb90000 00000000 00000012 02011a02
ffff8a0eade143c0 4044966054 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044974968 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7f9c0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4044974992 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044985041 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4044985064 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4044989004 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9a0000 00000000 00000013 02011a02
ffff8a0eade143c0 4044989027 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045083027 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4045083051 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045138037 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9b0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4045138061 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045154029 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7f9f0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4045154053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045161024 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa70000 00000000 00000012 02011a02
ffff8a0eade143c0 4045161049 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045236010 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fba0000 00000000 00000012 02011a02
ffff8a0eade143c0 4045236034 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045254970 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4045254994 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045291063 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4045291086 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045297029 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4045297054 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045303025 C Ii:6:004:1 0:1 58 = 3e380d01 120000e8 d528e696 0c0100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4045303053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045461018 C Ii:6:004:1 0:1 36 = 3e220d01 130001e9 ad1f8fef d20100ff 7fa80000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4045461042 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045471032 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fb20000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4045471055 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045558764 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb40000 00000000 00000013 02011a02
ffff8a0eade143c0 4045558789 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045640046 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9b0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4045640070 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045708759 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fad0000 00000000 00000012 02011a02
ffff8a0eade143c0 4045708784 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045716042 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4045716066 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045721040 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb20000 00000000 00000013 02011a02
ffff8a0eade143c0 4045721064 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4045777818 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb80000 00000000 00000012 02011a02
ffff8a0eade143c0 4045777873 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046047038 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4046047062 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046051044 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fbb0000 00000000 00000012 02011a02
ffff8a0eade143c0 4046051068 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046057031 C Ii:6:004:1 0:1 58 = 3e380d01 120000e8 d528e696 0c0100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4046057056 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046106011 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb60000 00000000 00000013 02011a02
ffff8a0eade143c0 4046106035 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046270020 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb90000 00000000 00000013 02011a02
ffff8a0eade143c0 4046270044 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046356017 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4046356042 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046357963 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7f9d0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4046357987 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046362006 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9c0000 00000000 00000013 02011a02
ffff8a0eade143c0 4046362030 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046383016 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb50000 00000000 00000013 02011a02
ffff8a0eade143c0 4046383041 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046518977 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa90000 00000000 00000012 02011a02
ffff8a0eade143c0 4046519002 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046527022 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4046527047 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046530016 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9b0000 00000000 00000015 02011a02
ffff8a0eade143c0 4046530040 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046582011 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbc0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4046582035 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046592027 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb50000 00000000 00000012 02011a02
ffff8a0eade143c0 4046592050 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046694933 C Ii:6:004:1 0:1 58 = 3e380d01 120000e8 d528e696 0c0100ff 7f9a0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4046694957 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046750011 C Ii:6:004:1 0:1 36 = 3e220d01 1000018a 63d967f6 d10100ff 7fb90000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4046750034 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046763015 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300012b 6d985b4f 5b0100ff 7f9b0000 00000000 00000012 02011a02
ffff8a0eade143c0 4046763040 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046854987 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbc0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4046855011 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4046900031 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4046900054 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047011016 C Ii:6:004:1 0:1 36 = 3e220d01 100001a2 81e20960 c10100ff 7fa60000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4047011040 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047067827 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa00000 00000000 00000012 02011a02
ffff8a0eade143c0 4047067852 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047074032 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa40000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4047074059 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047170024 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4047170048 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047176011 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9e0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4047176036 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047337029 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa10000 00000000 00000012 02011a02
ffff8a0eade143c0 4047337054 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047402011 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7faf0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4047402036 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047403962 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb60000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4047403987 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047407826 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fbd0000 00000000 00000012 02011a02
ffff8a0eade143c0 4047407850 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047477015 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb90000 00000000 00000013 02011a02
ffff8a0eade143c0 4047477039 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047494015 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9d0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4047494039 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047546014 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4047546038 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047641035 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb60000 00000000 00000013 02011a02
ffff8a0eade143c0 4047641062 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047708768 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4047708792 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047817027 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb00000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4047817052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047885032 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fac0000 00000000 00000012 02011a02
ffff8a0eade143c0 4047885056 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047913934 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbb0000 00000000 00000013 02011a02
ffff8a0eade143c0 4047913958 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4047947024 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb80000 00000000 00000012 02011a02
ffff8a0eade143c0 4047947049 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048016010 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9f0000 00000000 00000013 02011a02
ffff8a0eade143c0 4048016034 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048017818 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7fa00000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4048017842 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048025023 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb00000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4048025048 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048134979 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4048135003 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048172037 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa80000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4048172060 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048193760 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbb0000 00000000 00000013 02011a02
ffff8a0eade143c0 4048193812 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048271099 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb70000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4048271124 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048294985 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4048295009 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048296966 C Ii:6:004:1 0:1 56 = 3e360d01 100001e8 f8f7b01b 180100ff 7f9f0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4048296990 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048298943 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9f0000 00000000 00000013 02011a02
ffff8a0eade143c0 4048298967 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048340041 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4048340065 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048400026 C Ii:6:004:1 0:1 36 = 3e220d01 10000144 fbbbc939 d40100ff 7fb80000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4048400050 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048429005 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa60000 00000000 00000012 02011a02
ffff8a0eade143c0 4048429030 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048433017 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9b0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4048433041 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048445036 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4048445059 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048446958 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa70000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4048446982 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048494017 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb40000 00000000 00000012 02011a02
ffff8a0eade143c0 4048494042 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048499037 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbd0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4048499062 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048607825 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9b0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4048607850 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048656018 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4048656042 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048752005 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbc0000 00000000 00000013 02011a02
ffff8a0eade143c0 4048752063 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048754964 C Ii:6:004:1 0:1 36 = 3e220d01 1000018a 63d967f6 d10100ff 7fbc0000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4048754988 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048769007 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb40000 00000000 00000012 02011a02
ffff8a0eade143c0 4048769031 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048777025 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbc0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4048777050 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048813037 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4048813061 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048819040 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9b0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4048819065 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048827020 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4048827045 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048974031 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa50000 00000000 00000012 02011a02
ffff8a0eade143c0 4048974054 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048989003 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9d0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4048989028 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4048994782 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7f9f0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4048994808 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049067821 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4049067891 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049096019 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4049096062 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049099011 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4049099052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049240038 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300012b 6d985b4f 5b0100ff 7f9a0000 00000000 00000012 02011a02
ffff8a0eade143c0 4049240080 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049244968 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa70000 00000000 00000012 02011a02
ffff8a0eade143c0 4049245010 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049304966 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb60000 00000000 00000013 02011a02
ffff8a0eade143c0 4049305008 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049314977 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fba0000 00000000 00000012 02011a02
ffff8a0eade143c0 4049315018 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049397025 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb80000 00000000 00000013 02011a02
ffff8a0eade143c0 4049397068 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049479025 C Ii:6:004:1 0:1 36 = 3e220d01 130001e9 ad1f8fef d20100ff 7fab0000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4049479067 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049485914 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9e0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4049485952 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049552015 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa40000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4049552057 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049638040 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4049638082 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049789009 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fac0000 00000000 00000012 02011a02
ffff8a0eade143c0 4049789053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049886047 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbc0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4049886088 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049933027 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9d0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4049933068 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049941980 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb80000 00000000 00000013 02011a02
ffff8a0eade143c0 4049942020 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4049953022 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7fa00000 00000000 00000013 02011a02
ffff8a0eade143c0 4049953063 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050039040 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4050039081 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050102132 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa90000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4050102172 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050199040 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb80000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4050199081 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050221036 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb80000 00000000 00000013 02011a02
ffff8a0eade143c0 4050221081 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050373044 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa90000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4050373086 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050420045 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4050420087 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050430031 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4050430072 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050434017 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbc0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4050434059 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050536025 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4050536067 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050671036 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4050671077 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050672944 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb60000 00000000 00000012 02011a02
ffff8a0eade143c0 4050672985 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050679009 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbc0000 00000000 00000013 02011a02
ffff8a0eade143c0 4050679052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050689009 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9f0000 00000000 00000015 02011a02
ffff8a0eade143c0 4050689049 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050704032 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbc0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4050704073 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050741967 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4050742007 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050747831 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb20000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4050747874 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050763014 C Ii:6:004:1 0:1 36 = 3e220d01 1000018a 63d967f6 d10100ff 7fb60000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4050763054 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4050850767 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4050850843 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051014043 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4051014084 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051058778 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4051058820 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051069018 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9e0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4051069060 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051074043 C Ii:6:004:1 0:1 58 = 3e380d01 120000e8 d528e696 0c0100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4051074084 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051167041 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb10000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4051167082 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051220044 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fbb0000 00000000 00000012 02011a02
ffff8a0eade143c0 4051220085 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051234033 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb50000 00000000 00000013 02011a02
ffff8a0eade143c0 4051234073 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051325034 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb70000 00000000 00000013 02011a02
ffff8a0eade143c0 4051325077 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051336018 C Ii:6:004:1 0:1 58 = 3e380d01 120000e8 d528e696 0c0100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4051336063 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051377026 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb10000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4051377068 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051474999 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa20000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4051475040 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051484019 C Ii:6:004:1 0:1 36 = 3e220d01 130001e9 ad1f8fef d20100ff 7fa60000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4051484061 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051493007 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fbb0000 00000000 00000012 02011a02
ffff8a0eade143c0 4051493048 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051536939 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbc0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4051536984 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051647035 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9d0000 00000000 00000015 02011a02
ffff8a0eade143c0 4051647111 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051694018 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fad0000 00000000 00000012 02011a02
ffff8a0eade143c0 4051694061 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051789017 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4051789093 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051816018 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fbc0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4051816059 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051862014 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4051862051 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051872034 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb90000 00000000 00000013 02011a02
ffff8a0eade143c0 4051872075 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051881037 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9d0000 00000000 00000013 02011a02
ffff8a0eade143c0 4051881080 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051965034 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fad0000 00000000 00000012 02011a02
ffff8a0eade143c0 4051965075 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4051984750 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f990000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4051984780 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052031037 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa20000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4052031078 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052037022 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7fa00000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4052037063 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052038941 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb60000 00000000 00000012 02011a02
ffff8a0eade143c0 4052038982 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052052007 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbd0000 00000000 00000013 02011a02
ffff8a0eade143c0 4052052049 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052106993 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb20000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4052107035 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052116989 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4052117033 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052121020 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9b0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4052121062 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052328778 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb70000 00000000 00000013 02011a02
ffff8a0eade143c0 4052328823 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052357030 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fb60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4052357073 S Ii:6:004:1 -115:1 64 <
ffff8a0f1dcf5500 4052484434 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
ffff8a0f1dcf5500 4052484459 C Ci:6:001:0 0 4 = 07010000
ffff8a0f1dcf5500 4052484469 S Co:6:001:0 s 23 01 0002 0002 0000 0
ffff8a0eade143c0 4052507028 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa70000 00000000 00000012 02011a02
ffff8a0eade143c0 4052507053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052513027 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb30000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4052513051 S Ii:6:004:1 -115:1 64 <
ffff8a0f1dcf5500 4052531204 C Co:6:001:0 0 0
ffff8a0e0addc180 4052531279 C Ii:6:001:1 0:2048 1 = 04
ffff8a0e0addc180 4052531303 S Ii:6:001:1 -115:2048 4 <
ffff8a0f1dcf5500 4052577583 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
ffff8a0f1dcf5500 4052577604 C Ci:6:001:0 0 4 = 03010400
ffff8a0f1dcf5500 4052577613 S Co:6:001:0 s 23 01 0012 0002 0000 0
ffff8a0f1dcf5500 4052577620 C Co:6:001:0 0 0
ffff8a0f1dcf5500 4052594533 S Ci:6:018:0 s 80 00 0000 0000 0002 2 <
ffff8a0f1dcf5500 4052595988 C Ci:6:018:0 0 2 = 0200
ffff8a0f1dcf5500 4052596080 S Co:6:018:0 s 00 01 0001 0000 0000 0
ffff8a0f1dcf5500 4052597993 C Co:6:018:0 0 0
ffff8a1007d6b980 4052598090 S Ii:6:018:1 -115:2 16 <
ffff8a1007d6acc0 4052598106 S Bo:6:018:3 -115 1 = 20
ffff8a1007d6b800 4052598111 S Bi:6:018:2 -115 128 <
ffff8a1007d6ba40 4052598115 S Bi:6:018:2 -115 128 <
ffff8a1007d6a540 4052598118 S Bi:6:018:2 -115 128 <
ffff8a1007d6a300 4052598122 S Bi:6:018:2 -115 128 <
ffff8a1007d6bec0 4052598126 S Bi:6:018:2 -115 128 <
ffff8a1007d6b740 4052598129 S Bi:6:018:2 -115 128 <
ffff8a1007d6be00 4052598132 S Bi:6:018:2 -115 128 <
ffff8a1007d6b380 4052598138 S Bi:6:018:2 -115 128 <
ffff8a1007d6b5c0 4052598141 S Bi:6:018:2 -115 128 <
ffff8a1007d6acc0 4052598150 C Bo:6:018:3 0 1 >
ffff8a1007d6a780 4052598159 S Bi:6:018:2 -115 128 <
ffff8a1007d6aa80 4052598164 S Bi:6:018:2 -115 128 <
ffff8a1007d6ac00 4052598167 S Bi:6:018:2 -115 128 <
ffff8a1007d6b440 4052598170 S Bi:6:018:2 -115 128 <
ffff8a1007d6b200 4052598173 S Bi:6:018:2 -115 128 <
ffff8a1007d6a480 4052598177 S Bi:6:018:2 -115 128 <
ffff8a1007d6b680 4052598181 S Bi:6:018:2 -115 128 <
ffff8a0ecaa32480 4052598200 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
ffff8a0ecaa32480 4052598226 C Ci:6:001:0 0 4 = 03010000
ffff8a0eade143c0 4052598940 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb60000 00000000 00000013 02011a02
ffff8a0eade143c0 4052598964 S Ii:6:004:1 -115:1 64 <
ffff8a1007d6b800 4052598972 C Bi:6:018:2 0 1 = 20
ffff8a1007d6b800 4052598980 S Bi:6:018:2 -115 128 <
ffff8a0eade143c0 4052614044 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4052614068 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052653027 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9c0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4052653083 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052663049 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9b0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4052663073 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052663757 C Ii:6:004:1 0:1 58 = 3e380d01 120000e8 d528e696 0c0100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4052663768 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052669048 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb80000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4052669072 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052768028 C Ii:6:004:1 0:1 36 = 3e220d01 1000018a 63d967f6 d10100ff 7fbc0000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4052768052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052775036 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9f0000 00000000 00000015 02011a02
ffff8a0eade143c0 4052775060 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052777016 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa60000 00000000 00000012 02011a02
ffff8a0eade143c0 4052777041 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052819019 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4052819044 S Ii:6:004:1 -115:1 64 <
ffff8a1007d6acc0 4052822700 S Bo:6:018:3 -115 1 = 20
ffff8a1007d6acc0 4052822761 C Bo:6:018:3 0 1 >
ffff8a1007d6ba40 4052823368 C Bi:6:018:2 0 1 = 20
ffff8a1007d6ba40 4052823377 S Bi:6:018:2 -115 128 <
ffff8a0eade143c0 4052926769 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb60000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4052926787 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052972747 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7fa00000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4052972758 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052974749 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb90000 00000000 00000013 02011a02
ffff8a0eade143c0 4052974760 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4052982749 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9e0000 00000000 00000013 02011a02
ffff8a0eade143c0 4052982761 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053147027 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbb0000 00000000 00000013 02011a02
ffff8a0eade143c0 4053147052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053176033 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f990000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4053176056 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053184975 C Ii:6:004:1 0:1 45 = 3e2b0d01 130001af fbbcfdc4 600100ff 7f9c0000 00000000 00000011 02011a02
ffff8a0eade143c0 4053184999 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053190029 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4053190052 S Ii:6:004:1 -115:1 64 <
ffff8a1007d6acc0 4053235878 S Bo:6:018:3 -115 1 = 20
ffff8a1007d6acc0 4053235942 C Bo:6:018:3 0 1 >
ffff8a1007d6a540 4053236556 C Bi:6:018:2 0 1 = 20
ffff8a1007d6a540 4053236564 S Bi:6:018:2 -115 128 <
ffff8a0eade143c0 4053249030 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb10000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4053249055 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053254027 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb80000 00000000 00000013 02011a02
ffff8a0eade143c0 4053254052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053262038 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9f0000 00000000 00000013 02011a02
ffff8a0eade143c0 4053262062 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053327027 C Ii:6:004:1 0:1 58 = 3e380d01 120000e8 d528e696 0c0100ff 7f9b0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4053327052 S Ii:6:004:1 -115:1 64 <
ffff8a1007d6a300 4053347990 C Bi:6:018:2 0 1 = 44
ffff8a1007d6a300 4053348010 S Bi:6:018:2 -115 128 <
ffff8a1007d6bec0 4053348020 C Bi:6:018:2 0 1 = 6f
ffff8a1007d6bec0 4053348031 S Bi:6:018:2 -115 128 <
ffff8a1007d6b740 4053348036 C Bi:6:018:2 0 1 = 20
ffff8a1007d6b740 4053348040 S Bi:6:018:2 -115 128 <
ffff8a1007d6be00 4053348105 C Bi:6:018:2 0 1 = 32
ffff8a1007d6be00 4053348113 S Bi:6:018:2 -115 128 <
ffff8a1007d6b380 4053348184 C Bi:6:018:2 0 1 = 32
ffff8a1007d6b380 4053348189 S Bi:6:018:2 -115 128 <
ffff8a1007d6b5c0 4053348307 C Bi:6:018:2 0 1 = 2e
ffff8a1007d6b5c0 4053348318 S Bi:6:018:2 -115 128 <
ffff8a1007d6a780 4053348359 C Bi:6:018:2 0 1 = 20
ffff8a1007d6a780 4053348364 S Bi:6:018:2 -115 128 <
ffff8a1007d6aa80 4053348480 C Bi:6:018:2 0 1 = 44
ffff8a1007d6aa80 4053348488 S Bi:6:018:2 -115 128 <
ffff8a1007d6ac00 4053348564 C Bi:6:018:2 0 1 = 65
ffff8a1007d6ac00 4053348569 S Bi:6:018:2 -115 128 <
ffff8a1007d6b440 4053348721 C Bi:6:018:2 0 1 = 7a
ffff8a1007d6b440 4053348732 S Bi:6:018:2 -115 128 <
ffff8a1007d6b200 4053348779 C Bi:6:018:2 0 1 = 20
ffff8a1007d6b200 4053348783 S Bi:6:018:2 -115 128 <
ffff8a1007d6a480 4053348867 C Bi:6:018:2 0 1 = 30
ffff8a1007d6a480 4053348877 S Bi:6:018:2 -115 128 <
ffff8a1007d6b680 4053348905 C Bi:6:018:2 0 1 = 33
ffff8a1007d6b680 4053348911 S Bi:6:018:2 -115 128 <
ffff8a1007d6b800 4053349007 C Bi:6:018:2 0 1 = 3a
ffff8a1007d6b800 4053349016 S Bi:6:018:2 -115 128 <
ffff8a1007d6ba40 4053349070 C Bi:6:018:2 0 1 = 35
ffff8a1007d6ba40 4053349075 S Bi:6:018:2 -115 128 <
ffff8a1007d6a540 4053349158 C Bi:6:018:2 0 1 = 36
ffff8a1007d6a540 4053349167 S Bi:6:018:2 -115 128 <
ffff8a1007d6a300 4053349259 C Bi:6:018:2 0 1 = 3a
ffff8a1007d6a300 4053349268 S Bi:6:018:2 -115 128 <
ffff8a1007d6bec0 4053349322 C Bi:6:018:2 0 1 = 31
ffff8a1007d6bec0 4053349328 S Bi:6:018:2 -115 128 <
ffff8a1007d6b740 4053349409 C Bi:6:018:2 0 1 = 34
ffff8a1007d6b740 4053349419 S Bi:6:018:2 -115 128 <
ffff8a1007d6be00 4053349514 C Bi:6:018:2 0 1 = 20
ffff8a1007d6be00 4053349520 S Bi:6:018:2 -115 128 <
ffff8a1007d6b380 4053349594 C Bi:6:018:2 0 1 = 43
ffff8a1007d6b380 4053349604 S Bi:6:018:2 -115 128 <
ffff8a1007d6b5c0 4053349705 C Bi:6:018:2 0 1 = 45
ffff8a1007d6b5c0 4053349713 S Bi:6:018:2 -115 128 <
ffff8a1007d6a780 4053349757 C Bi:6:018:2 0 1 = 54
ffff8a1007d6a780 4053349762 S Bi:6:018:2 -115 128 <
ffff8a1007d6aa80 4053349877 C Bi:6:018:2 0 1 = 20
ffff8a1007d6aa80 4053349887 S Bi:6:018:2 -115 128 <
ffff8a1007d6ac00 4053349929 C Bi:6:018:2 0 1 = 32
ffff8a1007d6ac00 4053349935 S Bi:6:018:2 -115 128 <
ffff8a1007d6b440 4053350028 C Bi:6:018:2 0 1 = 30
ffff8a1007d6b440 4053350036 S Bi:6:018:2 -115 128 <
ffff8a1007d6b200 4053350131 C Bi:6:018:2 0 1 = 32
ffff8a1007d6b200 4053350140 S Bi:6:018:2 -115 128 <
ffff8a1007d6a480 4053350181 C Bi:6:018:2 0 1 = 32
ffff8a1007d6a480 4053350187 S Bi:6:018:2 -115 128 <
ffff8a1007d6b680 4053350302 C Bi:6:018:2 0 1 = 0d
ffff8a1007d6b680 4053350313 S Bi:6:018:2 -115 128 <
ffff8a1007d6b800 4053350371 C Bi:6:018:2 0 1 = 0a
ffff8a1007d6b800 4053350378 S Bi:6:018:2 -115 128 <
ffff8a0eade143c0 4053495040 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb90000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4053495065 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053566023 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4053566048 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053577821 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9a0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4053577844 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053596034 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa60000 00000000 00000012 02011a02
ffff8a0eade143c0 4053596059 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053663034 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb10000 00000000 00000012 02011a02
ffff8a0eade143c0 4053663058 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053716036 C Ii:6:004:1 0:1 49 = 3e2f0d01 130001ac 8be94d73 450100ff 7f9f0000 00000000 00000015 02011a02
ffff8a0eade143c0 4053716093 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053722005 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9e0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4053722030 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053757824 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fb60000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4053757848 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053770040 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4053770065 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053776015 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4053776040 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053869010 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa10000 00000000 00000012 02011a02
ffff8a0eade143c0 4053869034 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053933022 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb10000 00000000 00000012 02011a02
ffff8a0eade143c0 4053933047 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053954035 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7f9f0000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4053954060 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4053964778 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbd0000 00000000 00000013 02011a02
ffff8a0eade143c0 4053964802 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054032014 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4054032038 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054041943 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4054041967 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054104986 C Ii:6:004:1 0:1 43 = 3e290d01 1000012e 5c6cb006 170100ff 7f9c0000 00000000 0000000f 02011a0b
ffff8a0eade143c0 4054105011 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054191908 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb20000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4054191932 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054196028 C Ii:6:004:1 0:1 36 = 3e220d01 130001f6 ce74cf5d ea0100ff 7faa0000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4054196053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054207027 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fad0000 00000000 00000012 02011a02
ffff8a0eade143c0 4054207051 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054258980 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4054259004 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054263737 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4054263758 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054269002 C Ii:6:004:1 0:1 36 = 3e220d01 130001f6 ce74cf5d ea0100ff 7fa10000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4054269026 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054275723 C Ii:6:004:1 0:1 46 = 3e2c0d01 130001da 4ecc6b8b 460100ff 7f9a0000 00000000 00000012 02011a02
ffff8a0eade143c0 4054275746 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054349024 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb70000 00000000 00000013 02011a02
ffff8a0eade143c0 4054349049 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054364983 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300017c b7a31b30 570100ff 7f9c0000 00000000 00000013 02011a02
ffff8a0eade143c0 4054365008 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054517827 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fb00000 00000000 00000013 02011a02
ffff8a0eade143c0 4054517850 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054529047 C Ii:6:004:1 0:1 55 = 3e350d01 12000046 390eb49e e80100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4054529071 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054584028 C Ii:6:004:1 0:1 56 = 3e360d01 10000142 1da0b800 230100ff 7fb90000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4054584052 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054593017 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb70000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4054593043 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054602013 C Ii:6:004:1 0:1 55 = 3e350d01 120000e8 d528e696 0c0100ff 7f9d0000 00000000 0000001b 1aff4c00
ffff8a0eade143c0 4054602037 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054674020 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa50000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4054674045 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054683034 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fa70000 00000000 00000012 02011a02
ffff8a0eade143c0 4054683058 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054696027 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa60000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4054696051 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054747009 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa00000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4054747068 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054756008 C Ii:6:004:1 0:1 46 = 3e2c0d01 13000100 f0aa976d 5a0100ff 7fb90000 00000000 00000012 02011a02
ffff8a0eade143c0 4054756032 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054849003 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa20000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4054849027 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054895032 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb60000 00000000 00000013 02011a02
ffff8a0eade143c0 4054895056 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054900756 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa60000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4054900782 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054914035 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7faf0000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4054914060 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4054997000 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7f9b0000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4054997025 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055015044 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb40000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4055015067 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055017009 C Ii:6:004:1 0:1 36 = 3e220d01 100001a2 81e20960 c10100ff 7fac0000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4055017034 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055061932 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbd0000 00000000 00000013 02011a02
ffff8a0eade143c0 4055061956 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055069020 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f990000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4055069045 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055073013 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa60000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4055073037 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055158722 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa70000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4055158744 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055168728 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb50000 00000000 00000013 02011a02
ffff8a0eade143c0 4055168749 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055178719 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa80000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4055178746 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055216750 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb50000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4055216797 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055229760 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300013b d74f4ca2 5d0100ff 7fad0000 00000000 00000012 02011a02
ffff8a0eade143c0 4055229777 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055312752 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa50000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4055312769 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055320765 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa10000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4055320782 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055322759 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb60000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4055322770 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055339934 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbc0000 00000000 00000013 02011a02
ffff8a0eade143c0 4055339957 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055398722 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa70000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4055398743 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055469744 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7f9c0000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4055469762 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055490928 C Ii:6:004:1 0:1 36 = 3e220d01 130001e9 ad1f8fef d20100ff 7fa90000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4055490952 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055554930 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa40000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4055554955 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055557753 C Ii:6:004:1 0:1 46 = 3e2c0d01 1300012b 6d985b4f 5b0100ff 7f9c0000 00000000 00000012 02011a02
ffff8a0eade143c0 4055557785 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055634184 C Ii:6:004:1 0:1 59 = 3e390d01 100001b4 6f653640 240100ff 7fb20000 00000000 0000001f 1eff0600
ffff8a0eade143c0 4055634251 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055637020 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa80000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4055637053 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055695947 C Ii:6:004:1 0:1 56 = 3e360d01 100001b1 8f12a611 120100ff 7fb50000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4055695981 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055704042 C Ii:6:004:1 0:1 58 = 3e380d01 12000046 390eb49e e80100ff 7f9c0000 00000000 0000001e 1dff2d01
ffff8a0eade143c0 4055704076 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055723751 C Ii:6:004:1 0:1 47 = 3e2d0d01 1300016f cdbb0908 5c0100ff 7fb50000 00000000 00000013 02011a02
ffff8a0eade143c0 4055723772 S Ii:6:004:1 -115:1 64 <
ffff8a0eade143c0 4055799934 C Ii:6:004:1 0:1 36 = 3e220d01 13000111 50e2a8ee d30100ff 7fa60000 00000000 00000008 07ff4c00
ffff8a0eade143c0 4055799968 S Ii:6:004:1 -115:1 64 <
ffff8a1007d6b980 4055850762 C Ii:6:018:1 -2:2 0
ffff8a1007d6b800 4055850877 C Bi:6:018:2 -2 0
ffff8a1007d6ba40 4055851001 C Bi:6:018:2 -2 0
ffff8a1007d6a540 4055851127 C Bi:6:018:2 -2 0
ffff8a1007d6a300 4055851247 C Bi:6:018:2 -2 0
ffff8a1007d6bec0 4055851365 C Bi:6:018:2 -2 0
ffff8a1007d6b740 4055851490 C Bi:6:018:2 -2 0
ffff8a1007d6be00 4055851607 C Bi:6:018:2 -2 0
ffff8a1007d6b380 4055851741 C Bi:6:018:2 -2 0
ffff8a1007d6b5c0 4055851852 C Bi:6:018:2 -2 0
ffff8a1007d6a780 4055851969 C Bi:6:018:2 -2 0
ffff8a1007d6aa80 4055852105 C Bi:6:018:2 -2 0
ffff8a1007d6ac00 4055852229 C Bi:6:018:2 -2 0
ffff8a1007d6b440 4055852365 C Bi:6:018:2 -2 0
ffff8a1007d6b200 4055852489 C Bi:6:018:2 -2 0
ffff8a1007d6a480 4055852599 C Bi:6:018:2 -2 0
ffff8a1007d6b680 4055852736 C Bi:6:018:2 -2 0
ffff8a0f1dcf5500 4055852781 S Co:6:018:0 s 00 03 0001 0000 0000 0
ffff8a0f1dcf5500 4055853726 C Co:6:018:0 0 0
ffff8a0f1dcf5500 4055853771 S Co:6:001:0 s 23 03 0002 0002 0000 0
ffff8a0eade143c0 4055863763 C Ii:6:004:1 0:1 56 = 3e360d01 120001aa 720fe491 5a0100ff 7fa40000 00000000 0000001c 03036ffd
ffff8a0eade143c0 4055863784 S Ii:6:004:1 -115:1 64 <
ffff8a0f1dcf5500 4055867577 C Co:6:001:0 0 0
ffff8a0eade143c0 4055887747 C Ii:6:004:1 0:1 47 = 3e2d0d01 13000152 5805f0ff 6a0100ff 7fbd0000 00000000 00000013 02011a02
ffff8a0eade143c0 4055887768 S Ii:6:004:1 -115:1 64 <

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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-01-30 15:44   ` Michael Laß
@ 2023-02-07 19:35     ` Michael Laß
  2023-03-14 13:16     ` Oliver Neukum
  1 sibling, 0 replies; 18+ messages in thread
From: Michael Laß @ 2023-02-07 19:35 UTC (permalink / raw)
  To: Oliver Neukum, linux-usb

Hi,

did you have a chance to look at the trace? I can't really make sense
of that raw output so I used Wireshark to sniff on usbmon6. I let the
remote system, which is connected via the serial port, print something
every three seconds. This is the behavior I see:

[starting trace with power/control set to "auto"]
[no communication whatsoever]
[echo -n "on" | sudo tee /sys/bus/usb/devices/6-2*/power/control]
735	23.506773	host	6.1.0	USBHUB	64	GET_STATUS Request     [Port 2]
736	23.506786	6.1.0	host	USBHUB	68	GET_STATUS Response    [Port 2]
737	23.506793	host	6.1.0	USBHUB	64	CLEAR_FEATURE Request  [Port 2: PORT_SUSPEND]
740	23.555346	6.1.0	host	USBHUB	64	CLEAR_FEATURE Response [Port 2: PORT_SUSPEND]
747	23.601999	host	6.1.0	USBHUB	64	GET_STATUS Request     [Port 2]
748	23.602018	6.1.0	host	USBHUB	68	GET_STATUS Response    [Port 2]
749	23.602027	host	6.1.0	USBHUB	64	CLEAR_FEATURE Request  [Port 2: C_PORT_SUSPEND]
750	23.602033	6.1.0	host	USBHUB	64	CLEAR_FEATURE Response [Port 2: C_PORT_SUSPEND]
756	23.622039	host	6.7.2	USB	64	URB_BULK in
757	23.622041	host	6.7.2	USB	64	URB_BULK in
758	23.622043	host	6.7.2	USB	64	URB_BULK in
759	23.622045	host	6.7.2	USB	64	URB_BULK in
760	23.622046	host	6.7.2	USB	64	URB_BULK in
761	23.622048	host	6.7.2	USB	64	URB_BULK in
762	23.622049	host	6.7.2	USB	64	URB_BULK in
763	23.622051	host	6.7.2	USB	64	URB_BULK in
764	23.622053	host	6.7.2	USB	64	URB_BULK in
765	23.622055	host	6.7.2	USB	64	URB_BULK in
766	23.622057	host	6.7.2	USB	64	URB_BULK in
767	23.622058	host	6.7.2	USB	64	URB_BULK in
768	23.622060	host	6.7.2	USB	64	URB_BULK in
769	23.622061	host	6.1.0	USBHUB	64	GET_STATUS Request     [Port 2]
770	23.622062	host	6.7.2	USB	64	URB_BULK in
771	23.622064	host	6.7.2	USB	64	URB_BULK in
772	23.622067	host	6.7.2	USB	64	URB_BULK in
773	23.622074	6.1.0	host	USBHUB	68	GET_STATUS Response    [Port 2]
818	25.411626	6.7.2	host	USB	65	URB_BULK in
[that last line contains the very first character of the printed message]
[leaving out the rest of the message and its repetitions here]
[echo -n "auto" | sudo tee /sys/bus/usb/devices/6-2*/power/control]
1219	36.891101	host	6.1.0	USBHUB	64	SET_FEATURE Request    [Port 2: PORT_SUSPEND]
1220	36.908667	6.1.0	host	USBHUB	64	SET_FEATURE Response   [Port 2: PORT_SUSPEND]
[no communication whatsoever]

I hope I haven't missed anything important here as I used filters to
get rid of the noise created by other devices on that bus.

Best regards,
Michael


Am Montag, dem 30.01.2023 um 16:44 +0100 schrieb Michael Laß:
> Hi. Thanks for looking into this.
> 
> Am Montag, dem 30.01.2023 um 14:08 +0100 schrieb Oliver Neukum:
> > 
> > thinking about this further, it is possible that remote wakeup
> > is not properly processed. Could you test autosuspend with another
> > device, for example a mouse? It should wake up after an autosuspend
> > if you press a mouse button.
> 
> I tested the behavior with a mouse connected to the same port and
> power/control set to "auto". It behaved correctly: After 1-2 seconds
> the LED of the mouse turned off and pressing a mouse button let it
> wake
> up again. This was repeatable.
> 
> I also recorded a usbmon trace as you asked for in the previous mail.
> It is attached to this mail. Unfortunately it is a bit noisy because
> there is another device connected to that USB bus internally. The
> Cypress device was connected to bus 6, port 2. I think it is device
> number 18 in that trace.
> 
> What I did during the trace:
> - Use the serial connection to launch
>      while true; do date; sleep 3; done
>   on the remote device.
> - I received the output of the very first `date` but not the upcoming
>   ones.
> - After 10 seconds or so I sent a couple of characters and afterwards
>   received another `date` output.
> 
> Best regards,
> Michael


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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-01-30 15:44   ` Michael Laß
  2023-02-07 19:35     ` Michael Laß
@ 2023-03-14 13:16     ` Oliver Neukum
  2023-03-18 12:09       ` Michael Laß
  1 sibling, 1 reply; 18+ messages in thread
From: Oliver Neukum @ 2023-03-14 13:16 UTC (permalink / raw)
  To: Michael Laß, Oliver Neukum, linux-usb



On 30.01.23 16:44, Michael Laß wrote:

> 
> What I did during the trace:
> - Use the serial connection to launch
>       while true; do date; sleep 3; done
>    on the remote device.
> - I received the output of the very first `date` but not the upcoming
>    ones.
> - After 10 seconds or so I sent a couple of characters and afterwards
>    received another `date` output.

Hi,

I haven't forgotten you. Sorry for the delay.
Yet for soem reason I cannot get Wireshark to read your logs.
Would it be too much to ask you to recapture with Wireshark
and save in the native format? 103K is too large to look through.

	Regards
		Oliver


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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-03-14 13:16     ` Oliver Neukum
@ 2023-03-18 12:09       ` Michael Laß
  2023-03-23  9:51         ` Oliver Neukum
  0 siblings, 1 reply; 18+ messages in thread
From: Michael Laß @ 2023-03-18 12:09 UTC (permalink / raw)
  To: Oliver Neukum, linux-usb

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

Hi,

Am Dienstag, dem 14.03.2023 um 14:16 +0100 schrieb Oliver Neukum:
> 
> I haven't forgotten you. Sorry for the delay.
> Yet for soem reason I cannot get Wireshark to read your logs.
> Would it be too much to ask you to recapture with Wireshark
> and save in the native format? 103K is too large to look through.

No problem. I repeated that second experiment: The device behind the
USB2UART just sends a "Hello World" message every three seconds. I also
figured out what the other device on that bus is and was able to mostly
silence it.

You find the binary Wireshark trace attached to this mail. It includes
the initial connection of the device.

What I could make out in the log is the following:

* Frame  41ff. (10.8s): Device connected on Port 2
* Around second 13: Running "screen /dev/ttyACM0 115200" on the host.
* Frame 131ff. (14.3s): The first "Hello World"
* Frame 174ff. (16.6s): Port suspend
  --> no more communication
* Around second 52 I did:
    echo "on" > /sys/bus/usb/devices/5-2/power/control
* Frame 179ff. (52.8s): Port resume
* Frame 221ff. (53.3s): "Hello World"
* More "Hello World"s every three seconds as expected
* Around second 73 I did:
    echo "auto" > /sys/bus/usb/devices/5-2/power/control
* Frame 418ff. (73.7s): Port suspend
  --> no more communication
* Around second 100: Disconnected device

Best regards,
Michael

[-- Attachment #2: uart-wireshark.pcapng --]
[-- Type: application/x-pcapng, Size: 43216 bytes --]

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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-03-18 12:09       ` Michael Laß
@ 2023-03-23  9:51         ` Oliver Neukum
  2023-03-23 12:52           ` Michael Laß
  0 siblings, 1 reply; 18+ messages in thread
From: Oliver Neukum @ 2023-03-23  9:51 UTC (permalink / raw)
  To: Michael Laß, Oliver Neukum, linux-usb

On 18.03.23 13:09, Michael Laß wrote:
Hi,

> 
> * Frame  41ff. (10.8s): Device connected on Port 2
> * Around second 13: Running "screen /dev/ttyACM0 115200" on the host.
> * Frame 131ff. (14.3s): The first "Hello World"
> * Frame 174ff. (16.6s): Port suspend

Frame 174 is a control request (SET_FEATURE) to enable
remote wakeup

>    --> no more communication
> * Around second 52 I did:
>      echo "on" > /sys/bus/usb/devices/5-2/power/control
> * Frame 179ff. (52.8s): Port resume
> * Frame 221ff. (53.3s): "Hello World"
> * More "Hello World"s every three seconds as expected

So far
> * Around second 73 I did:
>      echo "auto" > /sys/bus/usb/devices/5-2/power/control
> * Frame 418ff. (73.7s): Port suspend

Frame 418 is the control request to enable remote wakeup

>    --> no more communication

Just to be clear, the device is generating data, isn't it?
So you would have expected data from a suspended device?

According to your earlier report, the device does support
remote wakeup:

Bus 006 Device 010: ID 04b4:0008 Cypress Semiconductor Corp. CDC ACM serial port
Device Descriptor:
   bLength                18
   bDescriptorType         1
   bcdUSB               2.00
   bDeviceClass            2 Communications
   bDeviceSubClass         0
   bDeviceProtocol         0
   bMaxPacketSize0         8
   idVendor           0x04b4 Cypress Semiconductor Corp.
   idProduct          0x0008 CDC ACM serial port
   bcdDevice            0.00
   iManufacturer           1 2012 Cypress Semiconductor
   iProduct                2 Cypress-USB2UART-Ver1.0G
   iSerial                 4 827211C2091B
   bNumConfigurations      1
   Configuration Descriptor:
     bLength                 9
     bDescriptorType         2
     wTotalLength       0x0043
     bNumInterfaces          2
     bConfigurationValue     1
     iConfiguration          3 USB-UART Configuration
     bmAttributes         0xa0
       (Bus Powered)
       Remote Wakeup

As far as I can tell, your device is simply broken and does not trigger
a remote wakeup when it should. It will need a kernel quirk.

	Regards
		Oliver


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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-03-23  9:51         ` Oliver Neukum
@ 2023-03-23 12:52           ` Michael Laß
  2023-03-23 13:53             ` Oliver Neukum
  0 siblings, 1 reply; 18+ messages in thread
From: Michael Laß @ 2023-03-23 12:52 UTC (permalink / raw)
  To: Oliver Neukum, linux-usb

Hi,

Am Donnerstag, dem 23.03.2023 um 10:51 +0100 schrieb Oliver Neukum:
> On 18.03.23 13:09, Michael Laß wrote:
> >    --> no more communication
> 
> Just to be clear, the device is generating data, isn't it?
> So you would have expected data from a suspended device?

Yes, the remote device is programmed to print "Hello World" every three
seconds. Nothing should have stopped it from doing that.

> According to your earlier report, the device does support
> remote wakeup:
> 
> Bus 006 Device 010: ID 04b4:0008 Cypress Semiconductor Corp. CDC ACM
> serial port
> Device Descriptor:
>    bLength                18
>    bDescriptorType         1
>    bcdUSB               2.00
>    bDeviceClass            2 Communications
>    bDeviceSubClass         0
>    bDeviceProtocol         0
>    bMaxPacketSize0         8
>    idVendor           0x04b4 Cypress Semiconductor Corp.
>    idProduct          0x0008 CDC ACM serial port
>    bcdDevice            0.00
>    iManufacturer           1 2012 Cypress Semiconductor
>    iProduct                2 Cypress-USB2UART-Ver1.0G
>    iSerial                 4 827211C2091B
>    bNumConfigurations      1
>    Configuration Descriptor:
>      bLength                 9
>      bDescriptorType         2
>      wTotalLength       0x0043
>      bNumInterfaces          2
>      bConfigurationValue     1
>      iConfiguration          3 USB-UART Configuration
>      bmAttributes         0xa0
>        (Bus Powered)
>        Remote Wakeup
> 
> As far as I can tell, your device is simply broken and does not
> trigger
> a remote wakeup when it should. It will need a kernel quirk.

That's my impression as well. I had a look at the available USB device
quirks. Would USB_QUIRK_RESET_RESUME be the correct one in this case? 
Booting with "usbcore.quirks=04b4:0008:b" fixes the issue because
autosuspend is disabled when this quirk is set. The description of that
quirk ("device can't resume correctly so reset it instead") does
however not really match the issue at hand and suggests that the device
would still be put to sleep but reset on every wakeup. Is there a
better fitting quirk available?

Best regards,
Michael

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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-03-23 12:52           ` Michael Laß
@ 2023-03-23 13:53             ` Oliver Neukum
  2023-03-23 21:32               ` Michael Laß
  0 siblings, 1 reply; 18+ messages in thread
From: Oliver Neukum @ 2023-03-23 13:53 UTC (permalink / raw)
  To: Michael Laß, Oliver Neukum, linux-usb



On 23.03.23 13:52, Michael Laß wrote:
> Hi,
> 
> Am Donnerstag, dem 23.03.2023 um 10:51 +0100 schrieb Oliver Neukum:
>> On 18.03.23 13:09, Michael Laß wrote:
>>>     --> no more communication
>>
>> Just to be clear, the device is generating data, isn't it?
>> So you would have expected data from a suspended device?
> 
> Yes, the remote device is programmed to print "Hello World" every three
> seconds. Nothing should have stopped it from doing that.

I am asking because the device says that it is bus powered.
That is, are we putting the device into some sleep state?

> That's my impression as well. I had a look at the available USB device
> quirks. Would USB_QUIRK_RESET_RESUME be the correct one in this case?
> Booting with "usbcore.quirks=04b4:0008:b" fixes the issue because
> autosuspend is disabled when this quirk is set. The description of that
> quirk ("device can't resume correctly so reset it instead") does
> however not really match the issue at hand and suggests that the device
> would still be put to sleep but reset on every wakeup. Is there a
> better fitting quirk available?

No. Theoretically we should make a new quirk for systems that keep
power across STR.

	Regards
		Oliver


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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-03-23 13:53             ` Oliver Neukum
@ 2023-03-23 21:32               ` Michael Laß
  2023-03-27  8:05                 ` Oliver Neukum
  0 siblings, 1 reply; 18+ messages in thread
From: Michael Laß @ 2023-03-23 21:32 UTC (permalink / raw)
  To: Oliver Neukum, linux-usb

Am Donnerstag, dem 23.03.2023 um 14:53 +0100 schrieb Oliver Neukum:
> 
> On 23.03.23 13:52, Michael Laß wrote:
> > 
> > Yes, the remote device is programmed to print "Hello World" every
> > three
> > seconds. Nothing should have stopped it from doing that.
> 
> I am asking because the device says that it is bus powered.
> That is, are we putting the device into some sleep state?

This got me thinking. I am observing the behavior on a ZedBoard, a
development board that contains a Xilinx Zynq SoC and the Cypress UART
chip connected to that SoC. I now looked into the schematic of that
board.

The chip is a CY7C64225-28PVXC and the datasheet has a section on USB
suspend and resume: When suspended, a separate WAKE input pin has to be
set high to issue a remote wake-up. The designers of the ZedBoard have
tied this pin to ground...

So the chip behaves as documented. If any, this is an issue with the
board design. Nothing the kernel could work around. Sorry, I hope I
haven't stolen too much of your time.

Kind regards,
Michael

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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-03-23 21:32               ` Michael Laß
@ 2023-03-27  8:05                 ` Oliver Neukum
  2023-06-03 23:59                   ` Warren Togami
  2023-06-07 14:33                   ` Michael Laß
  0 siblings, 2 replies; 18+ messages in thread
From: Oliver Neukum @ 2023-03-27  8:05 UTC (permalink / raw)
  To: Michael Laß, Oliver Neukum, linux-usb

On 23.03.23 22:32, Michael Laß wrote:
> Am Donnerstag, dem 23.03.2023 um 14:53 +0100 schrieb Oliver Neukum:

>> I am asking because the device says that it is bus powered.
>> That is, are we putting the device into some sleep state?
> 
> This got me thinking. I am observing the behavior on a ZedBoard, a
> development board that contains a Xilinx Zynq SoC and the Cypress UART
> chip connected to that SoC. I now looked into the schematic of that
> board.

Are those devices out in the wild? That is can one buy them or did
you get it through development channels?

> The chip is a CY7C64225-28PVXC and the datasheet has a section on USB
> suspend and resume: When suspended, a separate WAKE input pin has to be
> set high to issue a remote wake-up. The designers of the ZedBoard have
> tied this pin to ground...

That is technically allowed, though disappointing, but then you cannot advertise
"remote wakeup" in the device descriptor.

> So the chip behaves as documented. If any, this is an issue with the
> board design. Nothing the kernel could work around. Sorry, I hope I
> haven't stolen too much of your time.

The kernel could work around it. We could quirk the device to ignore
the remote wakeup bit from this particular device based on ID.
RESET_RESUME would do that, albeit with side effects.

If such devices are found on sale we need to do something.

	Regards
		Oliver


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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-03-27  8:05                 ` Oliver Neukum
@ 2023-06-03 23:59                   ` Warren Togami
  2023-06-07 13:10                     ` Oliver Neukum
  2023-06-07 14:33                   ` Michael Laß
  1 sibling, 1 reply; 18+ messages in thread
From: Warren Togami @ 2023-06-03 23:59 UTC (permalink / raw)
  To: Oliver Neukum, Michael Laß, linux-usb

On 3/27/23 03:05, Oliver Neukum wrote:

> On 23.03.23 22:32, Michael Laß wrote:
>>> I am asking because the device says that it is bus powered.
>>> That is, are we putting the device into some sleep state?
>>
>> This got me thinking. I am observing the behavior on a ZedBoard, a
>> development board that contains a Xilinx Zynq SoC and the Cypress UART
>> chip connected to that SoC. I now looked into the schematic of that
>> board.
>
> Are those devices out in the wild? That is can one buy them or did
> you get it through development channels?

https://blockstream.com/jade/
We have a mass produced device Blockstream Jade with USB serial chip 
CH9102F 1a86:55d4 misbehaving in the same manner. Tens of thousands of 
this device were manufactured and sold worldwide. This board fails to 
communicate with Linux cdc-acm unless autosuspend is turned off 
(power/control set to 'on'). lsusb -v similarly reports "Bus Powered" 
and "Remote Wakeup". [1]

Either of these workarounds allow this device to work by disabling 
autosuspend:

* udev rule: ATTRS{idProduct}=="55d4", ATTRS{idVendor}=="1a86", 
SUBSYSTEM=="usb", TEST=="power/control" ATTR{power/control}="on"
* usbcore.quirks=1a86:55d4:b

>> The chip is a CY7C64225-28PVXC and the datasheet has a section on USB
>> suspend and resume: When suspended, a separate WAKE input pin has to be
>> set high to issue a remote wake-up. The designers of the ZedBoard have
>> tied this pin to ground...
>
> That is technically allowed, though disappointing, but then you cannot 
> advertise
> "remote wakeup" in the device descriptor.
>> So the chip behaves as documented. If any, this is an issue with the
>> board design. Nothing the kernel could work around. Sorry, I hope I
>> haven't stolen too much of your time.
>
> The kernel could work around it. We could quirk the device to ignore
> the remote wakeup bit from this particular device based on ID.
> RESET_RESUME would do that, albeit with side effects.
>
> If such devices are found on sale we need to do something.
>
>     Regards
>         Oliver


https://datasheet.lcsc.com/lcsc/2108181630_WCH-Jiangsu-Qin-Heng-CH9102F_C2858418.pdf
The board contains the CH9102F USB to serial chip which appears in Linux 
as /dev/ttyACM#. Prior to 2021 an earlier variant had the CP210x USB to 
serial chip.

https://www.cnx-software.com/2021/09/14/ch9102f-a-replacement-for-cp2104-usb-to-uart-bridge/

During the pandemic supply chain constraints led to some switching to 
the CH9102F which is described here as *almost* a drop-in replacement. 
Unfortunately the pinout differences might have mattered. I am uncertain 
if the board design could have been better but that is now in the past. 
Too many were mass produced so I am hoping for a USB quirk to stabilize 
this going forward.

I have confirmed USB_QUIRK_RESET_RESUME allows this device to function 
for the same reason it works for the Cypress. I am uncertain if a 
narrower new quirk "ignore the remote wakeup bit" would work here. How 
can I test that?

We'd like to send a product sample to a linux-usb maintainer if they 
would like to try it. Please e-mail me directly in that case.

Best Regards,
Warren Togami

[1] lsusb -v -d 1a86:55d4

Bus 005 Device 002: ID 1a86:55d4 QinHeng Electronics USB Single Serial
Device Descriptor:
   bLength                18
   bDescriptorType         1
   bcdUSB               1.10
   bDeviceClass            2 Communications
   bDeviceSubClass         0
   bDeviceProtocol         0
   bMaxPacketSize0         8
   idVendor           0x1a86 QinHeng Electronics
   idProduct          0x55d4
   bcdDevice            4.43
   iManufacturer           0
   iProduct                2 USB Single Serial
   iSerial                 3 537A009111
   bNumConfigurations      1
   Configuration Descriptor:
     bLength                 9
     bDescriptorType         2
     wTotalLength       0x0043
     bNumInterfaces          2
     bConfigurationValue     1
     iConfiguration          0
     bmAttributes         0xa0
       (Bus Powered)
       Remote Wakeup
     MaxPower              134mA
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        0
       bAlternateSetting       0
       bNumEndpoints           1
       bInterfaceClass         2 Communications
       bInterfaceSubClass      2 Abstract (modem)
       bInterfaceProtocol      1 AT-commands (v.25ter)
       iInterface              0
       CDC Header:
         bcdCDC               1.10
       CDC Call Management:
         bmCapabilities       0x00
         bDataInterface          1
       CDC ACM:
         bmCapabilities       0x02
           line coding and serial state
       CDC Union:
         bMasterInterface        0
         bSlaveInterface         1
       Endpoint Descriptor:
         bLength                 7
         bDescriptorType         5
         bEndpointAddress     0x83  EP 3 IN
         bmAttributes            3
           Transfer Type            Interrupt
           Synch Type               None
           Usage Type               Data
         wMaxPacketSize     0x0010  1x 16 bytes
         bInterval               1
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        1
       bAlternateSetting       0
       bNumEndpoints           2
       bInterfaceClass        10 CDC Data
       bInterfaceSubClass      0
       bInterfaceProtocol      0
       iInterface              0
       Endpoint Descriptor:
         bLength                 7
         bDescriptorType         5
         bEndpointAddress     0x02  EP 2 OUT
         bmAttributes            2
           Transfer Type            Bulk
           Synch Type               None
           Usage Type               Data
         wMaxPacketSize     0x0020  1x 32 bytes
         bInterval               0
       Endpoint Descriptor:
         bLength                 7
         bDescriptorType         5
         bEndpointAddress     0x82  EP 2 IN
         bmAttributes            2
           Transfer Type            Bulk
           Synch Type               None
           Usage Type               Data
         wMaxPacketSize     0x0040  1x 64 bytes
         bInterval               0
Device Status:     0x0000
   (Bus Powered)


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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-06-03 23:59                   ` Warren Togami
@ 2023-06-07 13:10                     ` Oliver Neukum
  2023-06-08  0:48                       ` Warren Togami
  2023-06-12 18:39                       ` Michael Laß
  0 siblings, 2 replies; 18+ messages in thread
From: Oliver Neukum @ 2023-06-07 13:10 UTC (permalink / raw)
  To: Warren Togami, Oliver Neukum, Michael Laß, linux-usb

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



On 04.06.23 01:59, Warren Togami wrote:
> On 3/27/23 03:05, Oliver Neukum wrote:

Hi,

> 
> https://blockstream.com/jade/
> We have a mass produced device Blockstream Jade with USB serial chip CH9102F 1a86:55d4 misbehaving in the same manner. Tens of thousands of this device were manufactured and sold worldwide. This board fails to communicate with Linux cdc-acm unless autosuspend is turned off (power/control set to 'on'). lsusb -v similarly reports "Bus Powered" and "Remote Wakeup". [1]

OK, then we need to do something about it.

> Either of these workarounds allow this device to work by disabling autosuspend:
> 
> * udev rule: ATTRS{idProduct}=="55d4", ATTRS{idVendor}=="1a86", SUBSYSTEM=="usb", TEST=="power/control" ATTR{power/control}="on"
> * usbcore.quirks=1a86:55d4:b
[..]
> 
> During the pandemic supply chain constraints led to some switching to the CH9102F which is described here as *almost* a drop-in replacement. Unfortunately the pinout differences might have mattered. I am uncertain if the board design could have been better but that is now in the past. Too many were mass produced so I am hoping for a USB quirk to stabilize this going forward.
> 
> I have confirmed USB_QUIRK_RESET_RESUME allows this device to function for the same reason it works for the Cypress. I am uncertain if a narrower new quirk "ignore the remote wakeup bit" would work here. How can I test that?

Please test the attached patch by giving the new 'p' quirk
as usbcore.quirks

	Regards
		Oliver

[-- Attachment #2: 0001-usb-divorce-RESET_RESUME-from-broken-remote-wakeup.patch --]
[-- Type: text/x-patch, Size: 2073 bytes --]

From 6c6160bb9e315caf2016da20709553ed4f3ca2fd Mon Sep 17 00:00:00 2001
From: Oliver Neukum <oneukum@suse.com>
Date: Wed, 7 Jun 2023 15:03:57 +0200
Subject: [PATCH] usb: divorce RESET_RESUME from broken remote wakeup

Some devices falsely advertise supporting remote wakeup.
Such devices fail to work if needs_remote_wakeup needs to be set.
Giving the RESET_RESUME quirk to them, however, can erase
state in case the device alternates between operating modes
in which needs_remote_wakeup is set and not set.

Signed-off-by: Oliver Neukum <oneukum@suse.com>
---
 drivers/usb/core/driver.c  | 3 +++
 drivers/usb/core/quirks.c  | 3 +++
 include/linux/usb/quirks.h | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c
index 039ae981503b..ceff0bb752e5 100644
--- a/drivers/usb/core/driver.c
+++ b/drivers/usb/core/driver.c
@@ -1913,6 +1913,9 @@ static int autosuspend_check(struct usb_device *udev)
 						intf->needs_remote_wakeup)
 					return -EOPNOTSUPP;
 			}
+			if (udev->quirks & USB_QUIRK_REMOTE_BROKEN)
+				if (intf->needs_remote_wakeup)
+					return -EOPNOTSUPP;
 		}
 	}
 	if (w && !device_can_wakeup(&udev->dev)) {
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index 934b3d997702..ff49c55c513d 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -138,6 +138,9 @@ static int quirks_param_set(const char *value, const struct kernel_param *kp)
 			case 'o':
 				flags |= USB_QUIRK_HUB_SLOW_RESET;
 				break;
+			case 'p':
+				flags |= USB_QUIRK_REMOTE_BROKEN;
+				break;
 			/* Ignore unrecognized flag characters */
 			}
 		}
diff --git a/include/linux/usb/quirks.h b/include/linux/usb/quirks.h
index eeb7c2157c72..7c81ad49f1a0 100644
--- a/include/linux/usb/quirks.h
+++ b/include/linux/usb/quirks.h
@@ -72,4 +72,7 @@
 /* device has endpoints that should be ignored */
 #define USB_QUIRK_ENDPOINT_IGNORE		BIT(15)
 
+/* device falsely claims to support remote wakeup */
+#define USB_QUIRK_REMOTE_BROKEN			BIT(16)
+
 #endif /* __LINUX_USB_QUIRKS_H */
-- 
2.40.1


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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-03-27  8:05                 ` Oliver Neukum
  2023-06-03 23:59                   ` Warren Togami
@ 2023-06-07 14:33                   ` Michael Laß
  1 sibling, 0 replies; 18+ messages in thread
From: Michael Laß @ 2023-06-07 14:33 UTC (permalink / raw)
  To: Oliver Neukum; +Cc: linux-usb, wtogami

Sorry, I totally missed responding to your mail in March. Seeing the most recent mails on this topic, let me answer the open questions:

> Am 27.03.2023 um 10:05 schrieb Oliver Neukum <oneukum@suse.com>:
> 
> On 23.03.23 22:32, Michael Laß wrote:
>> Am Donnerstag, dem 23.03.2023 um 14:53 +0100 schrieb Oliver Neukum:
> 
>>> I am asking because the device says that it is bus powered.
>>> That is, are we putting the device into some sleep state?
>> This got me thinking. I am observing the behavior on a ZedBoard, a
>> development board that contains a Xilinx Zynq SoC and the Cypress UART
>> chip connected to that SoC. I now looked into the schematic of that
>> board.
> 
> Are those devices out in the wild? That is can one buy them or did
> you get it through development channels?

Those are development boards for the first generation of Xilinx/AMD Zynq SoCs. The board is still listed in some online shops and should be readily available, however it's now nearly ten years old and probably not used a lot anymore as there are more modern SoCs available by now.

>> The chip is a CY7C64225-28PVXC and the datasheet has a section on USB
>> suspend and resume: When suspended, a separate WAKE input pin has to be
>> set high to issue a remote wake-up. The designers of the ZedBoard have
>> tied this pin to ground...
> 
> That is technically allowed, though disappointing, but then you cannot advertise
> "remote wakeup" in the device descriptor.

Right. Although I'm not sure if the board vendor has any chance to disable advertisement of that feature using that specific chip.

>> So the chip behaves as documented. If any, this is an issue with the
>> board design. Nothing the kernel could work around. Sorry, I hope I
>> haven't stolen too much of your time.
> 
> The kernel could work around it. We could quirk the device to ignore
> the remote wakeup bit from this particular device based on ID.
> RESET_RESUME would do that, albeit with side effects.
> 
> If such devices are found on sale we need to do something.

Seeing that there is now at least a second device suffering from this issue, it's maybe more wide spread than I thought. Introducing the proposed quirk for those chips would of course mean that other devices that use them and implement remote wakeup properly will not be able to make use of auto suspend. But that may be a smaller issue compared to having broken functionality on some devices.

I'll test your proposed patch with my board in the next couple of days.

Best regards,
Michael

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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-06-07 13:10                     ` Oliver Neukum
@ 2023-06-08  0:48                       ` Warren Togami
  2023-06-13  8:36                         ` Oliver Neukum
  2023-06-12 18:39                       ` Michael Laß
  1 sibling, 1 reply; 18+ messages in thread
From: Warren Togami @ 2023-06-08  0:48 UTC (permalink / raw)
  To: Oliver Neukum, Michael Laß, linux-usb


On 6/7/23 08:10, Oliver Neukum wrote:
>
>> * udev rule: ATTRS{idProduct}=="55d4", ATTRS{idVendor}=="1a86", 
>> SUBSYSTEM=="usb", TEST=="power/control" ATTR{power/control}="on"
>> * usbcore.quirks=1a86:55d4:b
> [..]
>>
>> During the pandemic supply chain constraints led to some switching to 
>> the CH9102F which is described here as *almost* a drop-in 
>> replacement. Unfortunately the pinout differences might have 
>> mattered. I am uncertain if the board design could have been better 
>> but that is now in the past. Too many were mass produced so I am 
>> hoping for a USB quirk to stabilize this going forward.
>>
>> I have confirmed USB_QUIRK_RESET_RESUME allows this device to 
>> function for the same reason it works for the Cypress. I am uncertain 
>> if a narrower new quirk "ignore the remote wakeup bit" would work 
>> here. How can I test that?
>
> Please test the attached patch by giving the new 'p' quirk
> as usbcore.quirks
>
>     Regards
>         Oliver


Thanks! Tested your patch against 6.4.0-rc5. Both 
usbcore.quirks=1a86:55d4:b and usbcore.quirks=1a86:55d4:p allow the 
device to be fully functional. It even works through suspend+resume of 
the host. Without the quirk the only other way for this device to 
function at all is to turn off autosuspend.

How should we proceed? "p" would be the narrower quirk.  Would this be 
appropriate for drivers/usb/core/quirks.c?

Warren Togami

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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-06-07 13:10                     ` Oliver Neukum
  2023-06-08  0:48                       ` Warren Togami
@ 2023-06-12 18:39                       ` Michael Laß
  1 sibling, 0 replies; 18+ messages in thread
From: Michael Laß @ 2023-06-12 18:39 UTC (permalink / raw)
  To: Oliver Neukum, Warren Togami, linux-usb

Am Mittwoch, dem 07.06.2023 um 15:10 +0200 schrieb Oliver Neukum:
> 
> Please test the attached patch by giving the new 'p' quirk
> as usbcore.quirks

Applying your patch on top of 6.3.7 and booting with
usbcore.quirks=04b4:0008:p solves the issue for the ZedBoard.

Best regards,
Michael

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

* Re: Cypress CDC ACM serial port not working correctly with autosuspend
  2023-06-08  0:48                       ` Warren Togami
@ 2023-06-13  8:36                         ` Oliver Neukum
  0 siblings, 0 replies; 18+ messages in thread
From: Oliver Neukum @ 2023-06-13  8:36 UTC (permalink / raw)
  To: Warren Togami, Oliver Neukum, Michael Laß, linux-usb

On 08.06.23 02:48, Warren Togami wrote:

> Thanks! Tested your patch against 6.4.0-rc5. Both usbcore.quirks=1a86:55d4:b and usbcore.quirks=1a86:55d4:p allow the device to be fully functional. It even works through suspend+resume of the host. Without the quirk the only other way for this device to function at all is to turn off autosuspend.
> 
> How should we proceed? "p" would be the narrower quirk.  Would this be appropriate for drivers/usb/core/quirks.c?

Hi,

having established that both work, it will be necessary to determine
which is better.

The reason I am not happy with the existing quirk is that it
does unnecessary resets and I don't think that they are harmless,
as they ought to reset values to their default.

Could you devise a test that basically looks like

echo "command that changes a setting the next command depends on" > /to/the/device
[wait 5 seconds - autosuspend will kick in]
echo "the next command that depends on the setting changed" > /to/the/device

Neither quirk disables autosuspend completely. They limit it to the
cases remote wakeup is not required. That fits the times while the device
not is not opened.

With 'b' (RESET_RESUME) the sequence would be:

open
write
close
suspend
resume
reset
open
write
close

I would like to check whether the reset, which 'p' omits, changes the outcome.

	Regards
		Oliver

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

end of thread, other threads:[~2023-06-13  8:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 11:44 Cypress CDC ACM serial port not working correctly with autosuspend Michael Laß
2023-01-30 13:03 ` Oliver Neukum
2023-01-30 13:08 ` Oliver Neukum
2023-01-30 15:44   ` Michael Laß
2023-02-07 19:35     ` Michael Laß
2023-03-14 13:16     ` Oliver Neukum
2023-03-18 12:09       ` Michael Laß
2023-03-23  9:51         ` Oliver Neukum
2023-03-23 12:52           ` Michael Laß
2023-03-23 13:53             ` Oliver Neukum
2023-03-23 21:32               ` Michael Laß
2023-03-27  8:05                 ` Oliver Neukum
2023-06-03 23:59                   ` Warren Togami
2023-06-07 13:10                     ` Oliver Neukum
2023-06-08  0:48                       ` Warren Togami
2023-06-13  8:36                         ` Oliver Neukum
2023-06-12 18:39                       ` Michael Laß
2023-06-07 14:33                   ` Michael Laß

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.