From 624ebf8d55200faa5b2e2ac810fe5a1dc28a629b Mon Sep 17 00:00:00 2001 From: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com> Date: Wed, 2 Nov 2022 08:24:39 +0100 Subject: [PATCH] Extend EfficientIP SolidServer support (#14549) --- .../definitions/discovery/solidserver.yaml | 244 + tests/data/solidserver_dnsdhcp.json | 2983 +++++++++ tests/snmpsim/solidserver_dnsdhcp.snmprec | 5426 +++++++++++++++++ 3 files changed, 8653 insertions(+) create mode 100644 tests/data/solidserver_dnsdhcp.json create mode 100644 tests/snmpsim/solidserver_dnsdhcp.snmprec diff --git a/includes/definitions/discovery/solidserver.yaml b/includes/definitions/discovery/solidserver.yaml index 98de40bfe0..47121a3a30 100644 --- a/includes/definitions/discovery/solidserver.yaml +++ b/includes/definitions/discovery/solidserver.yaml @@ -1,5 +1,249 @@ +mib: EIP-STATS-MIB:EIP-MON-MIB modules: os: hardware: EIP-MON-MIB::eipHwApplianceModel.0 serial: EIP-MON-MIB::eipHwApplianceSerial.0 version: EIP-MON-MIB::eipSdsVersionNumber.0 + sensors: + power: + data: + - + oid: eipHwPowerInstant + value: eipHwPowerInstant + descr: 'Instant Power' + num_oid: '.1.3.6.1.4.1.2440.1.14.6.1.{{ $index }}' + index: 'power.{{ $index }}' + temperature: + data: + - + oid: eipHwTempRaidController + value: eipHwTempRaidController + descr: 'Raid Controller Temperature' + num_oid: '.1.3.6.1.4.1.2440.1.14.3.6.{{ $index }}' + index: 'raid.{{ $index }}' + - + oid: eipHwTempInlet + value: eipHwTempInlet + descr: 'Inlet Temperature' + num_oid: '.1.3.6.1.4.1.2440.1.14.3.4.{{ $index }}' + index: 'inlet.{{ $index }}' + - + oid: eipHwTempCpu + value: eipHwTempCpu + num_oid: '.1.3.6.1.4.1.2440.1.14.3.1.{{ $index }}' + descr: 'Cpu Temperature' + index: 'cpu.{{ $index }}' + - + oid: eipHwTempBaseboard + value: eipHwTempBaseboard + num_oid: '.1.3.6.1.4.1.2440.1.14.3.5.{{ $index }}' + descr: 'Baseboard Temperature' + index: 'BB.{{ $index }}' + count: + data: + - + oid: eipDnsStatTable + value: eipDnsStatValue + num_oid: '.1.3.6.1.4.1.2440.1.4.2.3.1.3.{{ $index_string }}' + descr: '{{ $eipDnsStatName }}' + index: 'counter__{{ $index }}' + rrd_type: 'COUNTER' + group: 'DNS' + skip_values: + - + oid: eipDnsStatName + op: 'not_in_array' + value: + - requestv4 + - requestv6 + - badednsver + - requesttcp + - recurserej + - success + - ratedropped + - udp + - tcp + - queryv4 + - queryv6 + - responsev4 + - responsev6 + - xfrdone + - servfail + - invalidsig + - + oid: eipDhcpStatTable + value: eipDhcpStatValue + num_oid: '.1.3.6.1.4.1.2440.1.3.2.22.1.3.{{ $index_string }}' + descr: '{{ $eipDhcpStatName }}' + rrd_type: 'COUNTER' + index: 'counter__{{ $index }}' + group: 'DHCP' + state: + data: + - + oid: eipHwPsuRedundancy + num_oid: '.1.3.6.1.4.1.2440.1.14.5.1.{{ $index }}' + descr: 'Power Supply Redondancy' + group: 'HW' + state_name: eipHwPsuRedundancy + states: + - { descr: 'not available', graph: 1, value: 0, generic: 3 } + - { descr: 'fully redundant', graph: 1, value: 1, generic: 0 } + - { descr: 'lost redundancy', graph: 1, value: 2, generic: 2 } + - + oid: eipSvcSyslogStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.1.1.{{ $index }}' + descr: 'Syslog' + group: 'Services' + state_name: eipSyslogStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - { descr: misconfigured, graph: 1, value: 2, generic: 1 } + - { descr: failed, graph: 1, value: 3, generic: 2 } + - + oid: eipSvcSshStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.2.1.{{ $index }}' + descr: 'SSH' + group: 'Services' + state_name: eipSshStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - { descr: misconfigured, graph: 1, value: 2, generic: 1 } + - { descr: failed, graph: 1, value: 3, generic: 2 } + - + oid: eipSvcApacheStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.3.1.{{ $index }}' + descr: 'Apache' + group: 'Services' + state_name: eipSvcApacheStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - { descr: misconfigured, graph: 1, value: 2, generic: 1 } + - { descr: failed, graph: 1, value: 3, generic: 2 } + - + oid: eipSvcIpmServerStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.4.1.{{ $index }}' + descr: 'IpmServer' + group: 'Services' + state_name: eipSvcIpmServerStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - { descr: misconfigured, graph: 1, value: 2, generic: 1 } + - { descr: failed, graph: 1, value: 3, generic: 2 } + - + oid: eipSvcDatabaseStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.5.1.{{ $index }}' + descr: 'Database' + group: 'Services' + state_name: eipSvcDatabaseStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - { descr: misconfigured, graph: 1, value: 2, generic: 1 } + - { descr: failed, graph: 1, value: 3, generic: 2 } + - + oid: eipSvcDhcpStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.6.1.{{ $index }}' + descr: 'DHCP' + group: 'Services' + state_name: eipSvcDhcpStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - { descr: misconfigured, graph: 1, value: 2, generic: 1 } + - { descr: failed, graph: 1, value: 3, generic: 2 } + - + oid: eipSvcDhcpMsStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.7.1.{{ $index }}' + descr: 'DHCP MS' + group: 'Services' + state_name: eipSvcDhcpMsStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - + oid: eipSvcDnsStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.8.1.{{ $index }}' + descr: 'DNS' + group: 'Services' + state_name: eipSvcDnsStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - { descr: misconfigured, graph: 1, value: 2, generic: 1 } + - { descr: failed, graph: 1, value: 3, generic: 2 } + - + oid: eipSvcQuaggaStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.10.1.{{ $index }}' + descr: 'Quagga' + group: 'Services' + state_name: eipSvcQuaggaStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - { descr: misconfigured, graph: 1, value: 2, generic: 1 } + - { descr: failed, graph: 1, value: 3, generic: 2 } + - + oid: eipSvcNtpStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.11.1.{{ $index }}' + descr: 'Ntp' + group: 'Services' + state_name: eipSvcNtpStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - { descr: misconfigured, graph: 1, value: 2, generic: 1 } + - { descr: failed, graph: 1, value: 3, generic: 2 } + - + oid: eipSvcTftpStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.12.1.{{ $index }}' + descr: 'Tftp' + group: 'Services' + state_name: eipSvcTftpStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - { descr: misconfigured, graph: 1, value: 2, generic: 1 } + - { descr: failed, graph: 1, value: 3, generic: 2 } + - + oid: eipSvcSendmailStatus + num_oid: '.1.3.6.1.4.1.2440.1.16.14.1.{{ $index }}' + descr: 'Sendmail' + group: 'Services' + state_name: eipSvcSendmailStatus + states: + - { descr: disabled, graph: 1, value: 0, generic: 3 } + - { descr: running, graph: 1, value: 1, generic: 0 } + - { descr: misconfigured, graph: 1, value: 2, generic: 1 } + - { descr: failed, graph: 1, value: 3, generic: 2 } + - + oid: eipSdsMemberRole + num_oid: '.1.3.6.1.4.1.2440.1.17.2.1.{{ $index }}' + descr: 'Member Role' + group: 'Cluster' + state_name: eipSdsMemberRole + states: + - { descr: standalone, graph: 1, value: 0, generic: 0 } + - { descr: master, graph: 1, value: 1, generic: 0 } + - { descr: 'hot-standby', graph: 1, value: 2, generic: 0 } + - { descr: 'master-recovered', graph: 1, value: 3, generic: 1 } + - + oid: eipSdsMemberStatus + num_oid: '.1.3.6.1.4.1.2440.1.17.2.2.{{ $index }}' + descr: 'Member Status' + group: 'Cluster' + state_name: eipSdsMemberStatus + states: + - { descr: ok, graph: 1, value: 0, generic: 0 } + - { descr: 'not-configured', graph: 1, value: 1, generic: 3 } + - { descr: upgrading, graph: 1, value: 2, generic: 1 } + - { descr: 'init-standby', graph: 1, value: 3, generic: 1 } + - { descr: 'invalid-credentials', graph: 1, value: 4, generic: 2 } + - { descr: 'remote-managed', graph: 1, value: 5, generic: 0 } + - { descr: timeout, graph: 1, value: 6, generic: 2 } + - { descr: 'split-brain', graph: 1, value: 7, generic: 2 } + - { descr: 'replication-stopped', graph: 1, value: 8, generic: 2 } diff --git a/tests/data/solidserver_dnsdhcp.json b/tests/data/solidserver_dnsdhcp.json new file mode 100644 index 0000000000..b39836b623 --- /dev/null +++ b/tests/data/solidserver_dnsdhcp.json @@ -0,0 +1,2983 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.2440", + "sysDescr": "EfficientIP SOLIDserver", + "sysContact": "", + "version": "8.0.4b", + "hardware": "SOLIDserver-550", + "features": null, + "location": "", + "os": "solidserver", + "type": "server", + "serial": "4HJM2W2", + "icon": "eip.png" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "igb0", + "ifName": "igb0", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "igb0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "igb1", + "ifName": "igb1", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee8023adLag", + "ifAlias": "igb1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "bge0", + "ifName": "bge0", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee8023adLag", + "ifAlias": "bge0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "bge1", + "ifName": "bge1", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "bge1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lo0", + "ifName": "lo0", + "portName": null, + "ifIndex": 5, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "lo0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lagg0", + "ifName": "lagg0", + "portName": null, + "ifIndex": 6, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "lagg0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "igb0", + "ifName": "igb0", + "portName": null, + "ifIndex": 1, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "igb0", + "ifPhysAddress": "b49691456052", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "igb1", + "ifName": "igb1", + "portName": null, + "ifIndex": 2, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ieee8023adLag", + "ifAlias": "igb1", + "ifPhysAddress": "6c2b59863f1e", + "ifHardType": null, + "ifLastChange": 422485497, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 530753, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 316582683, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 66201804, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 64010326009, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 519336, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 14983448, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "bge0", + "ifName": "bge0", + "portName": null, + "ifIndex": 3, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ieee8023adLag", + "ifAlias": "bge0", + "ifPhysAddress": "6c2b59863f1e", + "ifHardType": null, + "ifLastChange": 422513178, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 715671935, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 304429258, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 113566756839, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 60891711733, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 30407398, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 479391, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "bge1", + "ifName": "bge1", + "portName": null, + "ifIndex": 4, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "bge1", + "ifPhysAddress": "6c2b59863f1f", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lo0", + "ifName": "lo0", + "portName": null, + "ifIndex": 5, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 16384, + "ifType": "softwareLoopback", + "ifAlias": "lo0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 181918085, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 181918085, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 95651077631, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 95651077631, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lagg0", + "ifName": "lagg0", + "portName": null, + "ifIndex": 6, + "ifSpeed": 2000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "lagg0", + "ifPhysAddress": "6c2b59863f1e", + "ifHardType": null, + "ifLastChange": 422485798, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 716202688, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 621011941, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 162, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 113632958643, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 124902037742, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 30926734, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 15462839, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 196608, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196608", + "processor_index": "196608", + "processor_type": "hr", + "processor_usage": 4, + "processor_descr": "Intel Core i3-6100 @ 3.70GHz", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 196609, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196609", + "processor_index": "196609", + "processor_type": "hr", + "processor_usage": 5, + "processor_descr": "Intel Core i3-6100 @ 3.70GHz", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 196610, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196610", + "processor_index": "196610", + "processor_type": "hr", + "processor_usage": 5, + "processor_descr": "Intel Core i3-6100 @ 3.70GHz", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 196611, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196611", + "processor_index": "196611", + "processor_type": "hr", + "processor_usage": 4, + "processor_descr": "Intel Core i3-6100 @ 3.70GHz", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "1", + "entPhysicalIndex": null, + "mempool_type": "hrstorage", + "mempool_class": "system", + "mempool_precision": 4096, + "mempool_descr": "Physical memory", + "mempool_perc": 14, + "mempool_perc_oid": null, + "mempool_used": 1191190528, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.1", + "mempool_free": 7186382848, + "mempool_free_oid": null, + "mempool_total": 8377573376, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 99 + }, + { + "mempool_index": "3", + "entPhysicalIndex": null, + "mempool_type": "hrstorage", + "mempool_class": "virtual", + "mempool_precision": 4096, + "mempool_descr": "Virtual memory", + "mempool_perc": 95, + "mempool_perc_oid": null, + "mempool_used": 4807667712, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.3", + "mempool_free": 272707584, + "mempool_free_oid": null, + "mempool_total": 5080375296, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 95 + }, + { + "mempool_index": "6", + "entPhysicalIndex": null, + "mempool_type": "hrstorage", + "mempool_class": "buffers", + "mempool_precision": 1024, + "mempool_descr": "Memory buffers", + "mempool_perc": 7, + "mempool_perc_oid": null, + "mempool_used": 591462400, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.6", + "mempool_free": 7786110976, + "mempool_free_oid": null, + "mempool_total": 8377573376, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 0 + }, + { + "mempool_index": "7", + "entPhysicalIndex": null, + "mempool_type": "hrstorage", + "mempool_class": "cached", + "mempool_precision": 4096, + "mempool_descr": "Cached memory", + "mempool_perc": 75, + "mempool_perc_oid": null, + "mempool_used": 6322212864, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.7", + "mempool_free": 2055360512, + "mempool_free_oid": null, + "mempool_total": 8377573376, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 0 + }, + { + "mempool_index": "10", + "entPhysicalIndex": null, + "mempool_type": "hrstorage", + "mempool_class": "swap", + "mempool_precision": 4096, + "mempool_descr": "Swap space (total)", + "mempool_perc": 1, + "mempool_perc_oid": null, + "mempool_used": 71852032, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.10", + "mempool_free": 12812783616, + "mempool_free_oid": null, + "mempool_total": 12884635648, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + } + ] + }, + "poller": "matches discovery" + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.3.2.22.1.3.3.97.99.107", + "sensor_index": "counter__ack", + "sensor_type": "solidserver", + "sensor_descr": "ack", + "group": "DHCP", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5065953, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.10.98.97.100.101.100.110.115.118.101.114", + "sensor_index": "counter__badednsver", + "sensor_type": "solidserver", + "sensor_descr": "badednsver", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 23, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.3.2.22.1.3.7.100.101.99.108.105.110.101", + "sensor_index": "counter__decline", + "sensor_type": "solidserver", + "sensor_descr": "decline", + "group": "DHCP", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 47, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.3.2.22.1.3.8.100.105.115.99.111.118.101.114", + "sensor_index": "counter__discover", + "sensor_type": "solidserver", + "sensor_descr": "discover", + "group": "DHCP", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 706359, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.3.2.22.1.3.6.105.110.102.111.114.109", + "sensor_index": "counter__inform", + "sensor_type": "solidserver", + "sensor_descr": "inform", + "group": "DHCP", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 31809, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.10.105.110.118.97.108.105.100.115.105.103", + "sensor_index": "counter__invalidsig", + "sensor_type": "solidserver", + "sensor_descr": "invalidsig", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.3.2.22.1.3.4.110.97.99.107", + "sensor_index": "counter__nack", + "sensor_type": "solidserver", + "sensor_descr": "nack", + "group": "DHCP", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 158, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.3.2.22.1.3.5.111.102.102.101.114", + "sensor_index": "counter__offer", + "sensor_type": "solidserver", + "sensor_descr": "offer", + "group": "DHCP", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 630622, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.11.114.97.116.101.100.114.111.112.112.101.100", + "sensor_index": "counter__ratedropped", + "sensor_type": "solidserver", + "sensor_descr": "ratedropped", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.10.114.101.99.117.114.115.101.114.101.106", + "sensor_index": "counter__recurserej", + "sensor_type": "solidserver", + "sensor_descr": "recurserej", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 8589, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.3.2.22.1.3.7.114.101.108.101.97.115.101", + "sensor_index": "counter__release", + "sensor_type": "solidserver", + "sensor_descr": "release", + "group": "DHCP", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 232, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.3.2.22.1.3.7.114.101.113.117.101.115.116", + "sensor_index": "counter__request", + "sensor_type": "solidserver", + "sensor_descr": "request", + "group": "DHCP", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5060007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.10.114.101.113.117.101.115.116.116.99.112", + "sensor_index": "counter__requesttcp", + "sensor_type": "solidserver", + "sensor_descr": "requesttcp", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 64731, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.9.114.101.113.117.101.115.116.118.52", + "sensor_index": "counter__requestv4", + "sensor_type": "solidserver", + "sensor_descr": "requestv4", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 126705293, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.9.114.101.113.117.101.115.116.118.54", + "sensor_index": "counter__requestv6", + "sensor_type": "solidserver", + "sensor_descr": "requestv6", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 35248, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.8.115.101.114.118.102.97.105.108", + "sensor_index": "counter__servfail", + "sensor_type": "solidserver", + "sensor_descr": "servfail", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 64842, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.7.115.117.99.99.101.115.115", + "sensor_index": "counter__success", + "sensor_type": "solidserver", + "sensor_descr": "success", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 97923364, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.3.116.99.112", + "sensor_index": "counter__tcp", + "sensor_type": "solidserver", + "sensor_descr": "tcp", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 64232, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.3.117.100.112", + "sensor_index": "counter__udp", + "sensor_type": "solidserver", + "sensor_descr": "udp", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 126645911, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.4.2.3.1.3.7.120.102.114.100.111.110.101", + "sensor_index": "counter__xfrdone", + "sensor_type": "solidserver", + "sensor_descr": "xfrdone", + "group": "DNS", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "COUNTER", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.14.6.1.0", + "sensor_index": "power.0", + "sensor_type": "solidserver", + "sensor_descr": "Instant Power", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 54, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.14.5.1.0", + "sensor_index": "0", + "sensor_type": "eipHwPsuRedundancy", + "sensor_descr": "Power Supply Redondancy", + "group": "HW", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipHwPsuRedundancy" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.17.2.1.0", + "sensor_index": "0", + "sensor_type": "eipSdsMemberRole", + "sensor_descr": "Member Role", + "group": "Cluster", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 4, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSdsMemberRole" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.17.2.2.0", + "sensor_index": "0", + "sensor_type": "eipSdsMemberStatus", + "sensor_descr": "Member Status", + "group": "Cluster", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSdsMemberStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.2.1.0", + "sensor_index": "0", + "sensor_type": "eipSshStatus", + "sensor_descr": "SSH", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSshStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.3.1.0", + "sensor_index": "0", + "sensor_type": "eipSvcApacheStatus", + "sensor_descr": "Apache", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSvcApacheStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.5.1.0", + "sensor_index": "0", + "sensor_type": "eipSvcDatabaseStatus", + "sensor_descr": "Database", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSvcDatabaseStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.7.1.0", + "sensor_index": "0", + "sensor_type": "eipSvcDhcpMsStatus", + "sensor_descr": "DHCP MS", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSvcDhcpMsStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.6.1.0", + "sensor_index": "0", + "sensor_type": "eipSvcDhcpStatus", + "sensor_descr": "DHCP", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSvcDhcpStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.8.1.0", + "sensor_index": "0", + "sensor_type": "eipSvcDnsStatus", + "sensor_descr": "DNS", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSvcDnsStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.4.1.0", + "sensor_index": "0", + "sensor_type": "eipSvcIpmServerStatus", + "sensor_descr": "IpmServer", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSvcIpmServerStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.11.1.0", + "sensor_index": "0", + "sensor_type": "eipSvcNtpStatus", + "sensor_descr": "Ntp", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSvcNtpStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.10.1.0", + "sensor_index": "0", + "sensor_type": "eipSvcQuaggaStatus", + "sensor_descr": "Quagga", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSvcQuaggaStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.14.1.0", + "sensor_index": "0", + "sensor_type": "eipSvcSendmailStatus", + "sensor_descr": "Sendmail", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSvcSendmailStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.12.1.0", + "sensor_index": "0", + "sensor_type": "eipSvcTftpStatus", + "sensor_descr": "Tftp", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSvcTftpStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.16.1.1.0", + "sensor_index": "0", + "sensor_type": "eipSyslogStatus", + "sensor_descr": "Syslog", + "group": "Services", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "eipSyslogStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.14.3.1.0", + "sensor_index": "cpu.0", + "sensor_type": "solidserver", + "sensor_descr": "Cpu Temperature", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 35, + "sensor_limit": 55, + "sensor_limit_warn": null, + "sensor_limit_low": 25, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.14.3.4.0", + "sensor_index": "inlet.0", + "sensor_type": "solidserver", + "sensor_descr": "Inlet Temperature", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 21, + "sensor_limit": 41, + "sensor_limit_warn": null, + "sensor_limit_low": 11, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2440.1.14.3.6.0", + "sensor_index": "raid.0", + "sensor_type": "solidserver", + "sensor_descr": "Raid Controller Temperature", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 62, + "sensor_limit": 82, + "sensor_limit_warn": null, + "sensor_limit_low": 52, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "eipHwPsuRedundancy", + "state_descr": "not available", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipHwPsuRedundancy", + "state_descr": "fully redundant", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipHwPsuRedundancy", + "state_descr": "lost redundancy", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "eipSdsMemberRole", + "state_descr": "standalone", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 0 + }, + { + "state_name": "eipSdsMemberRole", + "state_descr": "master", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSdsMemberRole", + "state_descr": "hot-standby", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "eipSdsMemberRole", + "state_descr": "master-recovered", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "eipSdsMemberStatus", + "state_descr": "ok", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 0 + }, + { + "state_name": "eipSdsMemberStatus", + "state_descr": "not-configured", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "eipSdsMemberStatus", + "state_descr": "upgrading", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSdsMemberStatus", + "state_descr": "init-standby", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "eipSdsMemberStatus", + "state_descr": "invalid-credentials", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + }, + { + "state_name": "eipSdsMemberStatus", + "state_descr": "remote-managed", + "state_draw_graph": 1, + "state_value": 5, + "state_generic_value": 0 + }, + { + "state_name": "eipSdsMemberStatus", + "state_descr": "timeout", + "state_draw_graph": 1, + "state_value": 6, + "state_generic_value": 2 + }, + { + "state_name": "eipSdsMemberStatus", + "state_descr": "split-brain", + "state_draw_graph": 1, + "state_value": 7, + "state_generic_value": 2 + }, + { + "state_name": "eipSdsMemberStatus", + "state_descr": "replication-stopped", + "state_draw_graph": 1, + "state_value": 8, + "state_generic_value": 2 + }, + { + "state_name": "eipSshStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSshStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSshStatus", + "state_descr": "misconfigured", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSshStatus", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "eipSvcApacheStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSvcApacheStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSvcApacheStatus", + "state_descr": "misconfigured", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSvcApacheStatus", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "eipSvcDatabaseStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSvcDatabaseStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSvcDatabaseStatus", + "state_descr": "misconfigured", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSvcDatabaseStatus", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "eipSvcDhcpMsStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSvcDhcpMsStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSvcDhcpStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSvcDhcpStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSvcDhcpStatus", + "state_descr": "misconfigured", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSvcDhcpStatus", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "eipSvcDnsStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSvcDnsStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSvcDnsStatus", + "state_descr": "misconfigured", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSvcDnsStatus", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "eipSvcIpmServerStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSvcIpmServerStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSvcIpmServerStatus", + "state_descr": "misconfigured", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSvcIpmServerStatus", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "eipSvcNtpStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSvcNtpStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSvcNtpStatus", + "state_descr": "misconfigured", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSvcNtpStatus", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "eipSvcQuaggaStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSvcQuaggaStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSvcQuaggaStatus", + "state_descr": "misconfigured", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSvcQuaggaStatus", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "eipSvcSendmailStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSvcSendmailStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSvcSendmailStatus", + "state_descr": "misconfigured", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSvcSendmailStatus", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "eipSvcTftpStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSvcTftpStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSvcTftpStatus", + "state_descr": "misconfigured", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSvcTftpStatus", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "eipSyslogStatus", + "state_descr": "disabled", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 3 + }, + { + "state_name": "eipSyslogStatus", + "state_descr": "running", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eipSyslogStatus", + "state_descr": "misconfigured", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "eipSyslogStatus", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + } + ] + }, + "poller": "matches discovery" + }, + "storage": { + "discovery": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "31", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/", + "storage_size": 1039691776, + "storage_units": 4096, + "storage_used": 729034752, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "33", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/tmp", + "storage_size": 2079879168, + "storage_units": 4096, + "storage_used": 126976, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "34", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var", + "storage_size": 96811347968, + "storage_units": 4096, + "storage_used": 21268271104, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "35", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/data1", + "storage_size": 865124847616, + "storage_units": 4096, + "storage_used": 25178734592, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + }, + "poller": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "31", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/", + "storage_size": 1039691776, + "storage_units": 4096, + "storage_used": 729034752, + "storage_free": 310657024, + "storage_perc": 70, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "33", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/tmp", + "storage_size": 2079879168, + "storage_units": 4096, + "storage_used": 126976, + "storage_free": 2079752192, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "34", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var", + "storage_size": 96811347968, + "storage_units": 4096, + "storage_used": 21268271104, + "storage_free": 75543076864, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "35", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/data1", + "storage_size": 865124847616, + "storage_units": 4096, + "storage_used": 25178734592, + "storage_free": 839946113024, + "storage_perc": 3, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } + } +} diff --git a/tests/snmpsim/solidserver_dnsdhcp.snmprec b/tests/snmpsim/solidserver_dnsdhcp.snmprec new file mode 100644 index 0000000000..cde6258dfe --- /dev/null +++ b/tests/snmpsim/solidserver_dnsdhcp.snmprec @@ -0,0 +1,5426 @@ +1.3.6.1.2.1.1.1.0|4|EfficientIP SOLIDserver +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2440 +1.3.6.1.2.1.1.3.0|67|1438733232 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.2.1|4|igb0 +1.3.6.1.2.1.2.2.1.2.2|4|igb1 +1.3.6.1.2.1.2.2.1.2.3|4|bge0 +1.3.6.1.2.1.2.2.1.2.4|4|bge1 +1.3.6.1.2.1.2.2.1.2.5|4|lo0 +1.3.6.1.2.1.2.2.1.2.6|4|lagg0 +1.3.6.1.2.1.2.2.1.3.1|2|6 +1.3.6.1.2.1.2.2.1.3.2|2|161 +1.3.6.1.2.1.2.2.1.3.3|2|161 +1.3.6.1.2.1.2.2.1.3.4|2|6 +1.3.6.1.2.1.2.2.1.3.5|2|24 +1.3.6.1.2.1.2.2.1.3.6|2|6 +1.3.6.1.2.1.2.2.1.4.1|2|1500 +1.3.6.1.2.1.2.2.1.4.2|2|1500 +1.3.6.1.2.1.2.2.1.4.3|2|1500 +1.3.6.1.2.1.2.2.1.4.4|2|1500 +1.3.6.1.2.1.2.2.1.4.5|2|16384 +1.3.6.1.2.1.2.2.1.4.6|2|1500 +1.3.6.1.2.1.2.2.1.6.1|4x|B49691456052 +1.3.6.1.2.1.2.2.1.6.2|4x|6C2B59863F1E +1.3.6.1.2.1.2.2.1.6.3|4x|6C2B59863F1E +1.3.6.1.2.1.2.2.1.6.4|4x|6C2B59863F1F +1.3.6.1.2.1.2.2.1.6.5|4| +1.3.6.1.2.1.2.2.1.6.6|4x|6C2B59863F1E +1.3.6.1.2.1.2.2.1.7.1|2|2 +1.3.6.1.2.1.2.2.1.7.2|2|1 +1.3.6.1.2.1.2.2.1.7.3|2|1 +1.3.6.1.2.1.2.2.1.7.4|2|2 +1.3.6.1.2.1.2.2.1.7.5|2|1 +1.3.6.1.2.1.2.2.1.7.6|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|2 +1.3.6.1.2.1.2.2.1.8.2|2|1 +1.3.6.1.2.1.2.2.1.8.3|2|1 +1.3.6.1.2.1.2.2.1.8.4|2|2 +1.3.6.1.2.1.2.2.1.8.5|2|1 +1.3.6.1.2.1.2.2.1.8.6|2|1 +1.3.6.1.2.1.2.2.1.9.1|67|0 +1.3.6.1.2.1.2.2.1.9.2|67|422485497 +1.3.6.1.2.1.2.2.1.9.3|67|422513178 +1.3.6.1.2.1.2.2.1.9.4|67|0 +1.3.6.1.2.1.2.2.1.9.5|67|0 +1.3.6.1.2.1.2.2.1.9.6|67|422485798 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.2|65|0 +1.3.6.1.2.1.2.2.1.13.3|65|0 +1.3.6.1.2.1.2.2.1.13.4|65|0 +1.3.6.1.2.1.2.2.1.13.5|65|0 +1.3.6.1.2.1.2.2.1.13.6|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.2|65|0 +1.3.6.1.2.1.2.2.1.14.3|65|0 +1.3.6.1.2.1.2.2.1.14.4|65|0 +1.3.6.1.2.1.2.2.1.14.5|65|0 +1.3.6.1.2.1.2.2.1.14.6|65|0 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.2|65|0 +1.3.6.1.2.1.2.2.1.19.3|65|0 +1.3.6.1.2.1.2.2.1.19.4|65|0 +1.3.6.1.2.1.2.2.1.19.5|65|0 +1.3.6.1.2.1.2.2.1.19.6|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.2|65|0 +1.3.6.1.2.1.2.2.1.20.3|65|0 +1.3.6.1.2.1.2.2.1.20.4|65|0 +1.3.6.1.2.1.2.2.1.20.5|65|0 +1.3.6.1.2.1.2.2.1.20.6|65|162 +1.3.6.1.2.1.4.3.0|65|701873184 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|0 +1.3.6.1.2.1.4.6.0|65|0 +1.3.6.1.2.1.4.7.0|65|0 +1.3.6.1.2.1.4.8.0|65|0 +1.3.6.1.2.1.4.9.0|65|682325238 +1.3.6.1.2.1.4.10.0|65|603922606 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.14.0|65|25292 +1.3.6.1.2.1.4.15.0|65|9003 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|25292 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|1857612 +1.3.6.1.2.1.4.20.1.2.10.10.10.10|2|5 +1.3.6.1.2.1.4.20.1.2.10.10.11.10|2|6 +1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|5 +1.3.6.1.2.1.4.20.1.2.185.185.236.64|2|5 +1.3.6.1.2.1.4.20.1.3.10.10.10.10|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.10.10.11.10|64|255.255.255.224 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0 +1.3.6.1.2.1.4.20.1.3.185.185.236.64|64|255.255.255.255 +1.3.6.1.2.1.4.22.1.2.6.10.10.11.10|4x|6C2B59863F1E +1.3.6.1.2.1.4.22.1.2.6.10.10.11.20|4x|6C2B59863FAA +1.3.6.1.2.1.4.22.1.2.6.10.10.11.30|4x|0008E3FFFCC8 +1.3.6.1.2.1.4.24.6.0|66|405 +1.3.6.1.2.1.4.24.7.1.7.1.4.0.0.0.0.0.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.0.100.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.1.0.0.18.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.2.0.0.18.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.3.0.0.20.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.4.0.0.20.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.5.0.0.20.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.6.0.0.20.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.10.10.10.32.3.0.0.5.1.4.24.0.0.0|2|5 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.10.11.0.27.3.0.0.6.1.4.6.0.0.0|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.10.11.10.32.3.0.0.5.1.4.6.0.0.0|2|5 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.20.24.0.22.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.48.0.0.20.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.49.0.0.20.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.65.3.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.90.0.0.18.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.91.0.0.18.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.92.0.0.18.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.98.0.0.18.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.99.0.0.18.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.101.1.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.199.0.0.21.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.199.16.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.200.0.0.18.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.200.64.0.19.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.10.200.96.0.19.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.100.100.18.0.30.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.100.100.255.0.30.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.100.100.255.4.30.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.127.0.0.1.32.3.0.0.5.1.4.24.0.0.0|2|5 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.16.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.32.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.48.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.64.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.80.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.96.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.112.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.128.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.144.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.160.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.176.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.192.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.208.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.224.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.1.240.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.16.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.48.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.64.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.80.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.96.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.112.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.128.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.144.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.160.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.176.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.192.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.208.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.2.224.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.3.16.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.3.32.27.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.3.64.27.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.3.96.27.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.3.128.27.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.3.160.27.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.3.192.27.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.3.224.27.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.4.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.5.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.6.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.16.0.22.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.128.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.129.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.130.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.131.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.132.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.133.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.134.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.135.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.136.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.137.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.138.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.139.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.140.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.141.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.142.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.143.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.144.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.145.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.146.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.147.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.148.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.149.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.150.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.151.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.152.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.153.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.154.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.155.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.156.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.157.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.158.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.159.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.160.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.161.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.162.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.163.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.164.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.165.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.166.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.167.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.168.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.169.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.170.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.171.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.172.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.173.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.174.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.175.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.176.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.177.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.178.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.179.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.180.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.181.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.182.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.183.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.184.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.185.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.186.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.187.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.188.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.189.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.16.190.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.17.0.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.20.0.0.16.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.25.15.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.27.98.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.20.0.23.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.22.0.23.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.25.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.29.1.32.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.29.2.32.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.29.3.32.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.29.255.32.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.30.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.31.0.30.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.31.4.30.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.31.64.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.80.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.254.0.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.254.16.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.254.24.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.172.30.254.48.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.236.0.22.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.236.0.26.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.236.64.32.3.0.0.5.1.4.24.0.0.0|2|5 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.236.96.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.236.104.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.236.126.32.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.236.127.32.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.0.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.8.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.16.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.24.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.32.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.40.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.48.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.56.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.64.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.72.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.80.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.88.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.96.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.104.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.112.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.120.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.128.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.136.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.144.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.152.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.160.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.168.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.176.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.184.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.192.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.200.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.208.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.216.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.237.224.27.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.0.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.8.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.16.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.24.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.32.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.40.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.48.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.56.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.64.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.72.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.80.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.88.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.96.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.104.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.112.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.120.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.128.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.136.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.144.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.152.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.160.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.168.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.176.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.184.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.192.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.200.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.208.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.216.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.238.224.27.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.0.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.8.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.16.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.24.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.32.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.40.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.48.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.56.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.64.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.72.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.80.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.88.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.96.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.104.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.112.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.120.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.192.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.185.185.239.240.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.10.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.50.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.51.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.52.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.53.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.54.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.55.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.56.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.57.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.58.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.59.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.60.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.61.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.62.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.63.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.64.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.65.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.66.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.67.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.68.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.69.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.70.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.71.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.72.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.73.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.74.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.75.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.76.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.77.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.78.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.79.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.80.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.81.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.82.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.83.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.84.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.85.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.86.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.87.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.88.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.89.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.90.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.91.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.92.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.93.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.94.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.95.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.96.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.97.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.98.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.99.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.100.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.101.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.102.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.103.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.104.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.105.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.106.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.107.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.108.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.109.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.110.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.111.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.112.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.113.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.114.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.115.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.116.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.117.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.118.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.119.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.120.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.121.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.122.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.123.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.124.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.125.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.126.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.127.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.128.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.129.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.130.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.131.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.132.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.133.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.134.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.135.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.136.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.137.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.138.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.139.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.140.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.141.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.142.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.143.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.144.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.145.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.146.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.147.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.148.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.149.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.150.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.151.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.152.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.153.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.154.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.155.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.156.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.157.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.158.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.159.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.160.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.161.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.162.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.163.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.164.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.165.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.166.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.167.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.168.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.169.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.170.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.171.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.172.0.22.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.176.0.22.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.180.0.22.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.184.0.22.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.194.6.170.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.194.6.173.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.194.209.31.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.194.209.31.248.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.194.209.199.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.194.209.199.4.30.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.194.209.199.32.27.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.194.209.199.64.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.0.24.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.4.30.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.32.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.48.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.64.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.72.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.80.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.88.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.96.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.104.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.112.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.120.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.128.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.136.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.144.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.152.29.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.160.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.176.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.192.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.208.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.224.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.195.65.142.240.28.3.0.0.6.1.4.10.10.11.30|2|6 +1.3.6.1.2.1.4.24.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|2|6 +1.3.6.1.2.1.4.24.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|5 +1.3.6.1.2.1.4.24.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|5 +1.3.6.1.2.1.4.24.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.255.255.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|5 +1.3.6.1.2.1.4.24.7.1.7.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|6 +1.3.6.1.2.1.4.24.7.1.7.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|5 +1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.10.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|5 +1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|5 +1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|6 +1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|5 +1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|5 +1.3.6.1.2.1.4.24.7.1.7.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.16.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|5 +1.3.6.1.2.1.4.24.7.1.8.1.4.0.0.0.0.0.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.0.100.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.1.0.0.18.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.2.0.0.18.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.3.0.0.20.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.4.0.0.20.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.5.0.0.20.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.6.0.0.20.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.10.10.10.32.3.0.0.5.1.4.24.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.10.11.0.27.3.0.0.6.1.4.6.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.10.11.10.32.3.0.0.5.1.4.6.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.20.24.0.22.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.48.0.0.20.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.49.0.0.20.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.65.3.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.90.0.0.18.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.91.0.0.18.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.92.0.0.18.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.98.0.0.18.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.99.0.0.18.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.101.1.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.199.0.0.21.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.199.16.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.200.0.0.18.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.200.64.0.19.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.10.200.96.0.19.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.100.100.18.0.30.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.100.100.255.0.30.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.100.100.255.4.30.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.127.0.0.1.32.3.0.0.5.1.4.24.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.16.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.32.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.48.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.64.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.80.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.96.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.112.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.128.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.144.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.160.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.176.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.192.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.208.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.224.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.1.240.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.16.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.48.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.64.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.80.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.96.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.112.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.128.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.144.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.160.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.176.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.192.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.208.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.2.224.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.3.16.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.3.32.27.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.3.64.27.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.3.96.27.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.3.128.27.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.3.160.27.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.3.192.27.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.3.224.27.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.4.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.5.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.6.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.16.0.22.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.128.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.129.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.130.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.131.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.132.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.133.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.134.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.135.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.136.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.137.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.138.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.139.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.140.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.141.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.142.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.143.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.144.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.145.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.146.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.147.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.148.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.149.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.150.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.151.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.152.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.153.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.154.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.155.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.156.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.157.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.158.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.159.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.160.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.161.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.162.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.163.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.164.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.165.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.166.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.167.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.168.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.169.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.170.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.171.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.172.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.173.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.174.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.175.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.176.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.177.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.178.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.179.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.180.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.181.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.182.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.183.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.184.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.185.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.186.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.187.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.188.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.189.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.16.190.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.17.0.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.20.0.0.16.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.25.15.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.27.98.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.20.0.23.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.22.0.23.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.25.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.29.1.32.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.29.2.32.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.29.3.32.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.29.255.32.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.30.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.31.0.30.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.31.4.30.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.31.64.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.80.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.254.0.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.254.16.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.254.24.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.172.30.254.48.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.236.0.22.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.236.0.26.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.236.64.32.3.0.0.5.1.4.24.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.236.96.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.236.104.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.236.126.32.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.236.127.32.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.0.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.8.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.16.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.24.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.32.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.40.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.48.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.56.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.64.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.72.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.80.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.88.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.96.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.104.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.112.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.120.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.128.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.136.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.144.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.152.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.160.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.168.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.176.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.184.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.192.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.200.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.208.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.216.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.237.224.27.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.0.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.8.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.16.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.24.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.32.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.40.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.48.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.56.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.64.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.72.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.80.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.88.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.96.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.104.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.112.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.120.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.128.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.136.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.144.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.152.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.160.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.168.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.176.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.184.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.192.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.200.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.208.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.216.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.238.224.27.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.0.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.8.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.16.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.24.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.32.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.40.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.48.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.56.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.64.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.72.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.80.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.88.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.96.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.104.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.112.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.120.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.192.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.185.185.239.240.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.10.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.50.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.51.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.52.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.53.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.54.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.55.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.56.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.57.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.58.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.59.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.60.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.61.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.62.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.63.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.64.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.65.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.66.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.67.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.68.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.69.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.70.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.71.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.72.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.73.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.74.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.75.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.76.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.77.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.78.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.79.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.80.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.81.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.82.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.83.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.84.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.85.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.86.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.87.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.88.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.89.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.90.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.91.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.92.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.93.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.94.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.95.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.96.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.97.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.98.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.99.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.100.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.101.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.102.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.103.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.104.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.105.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.106.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.107.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.108.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.109.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.110.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.111.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.112.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.113.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.114.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.115.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.116.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.117.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.118.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.119.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.120.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.121.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.122.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.123.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.124.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.125.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.126.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.127.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.128.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.129.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.130.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.131.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.132.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.133.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.134.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.135.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.136.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.137.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.138.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.139.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.140.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.141.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.142.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.143.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.144.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.145.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.146.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.147.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.148.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.149.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.150.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.151.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.152.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.153.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.154.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.155.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.156.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.157.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.158.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.159.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.160.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.161.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.162.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.163.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.164.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.165.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.166.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.167.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.168.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.169.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.170.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.171.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.172.0.22.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.176.0.22.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.180.0.22.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.184.0.22.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.194.6.170.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.194.6.173.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.194.209.31.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.194.209.31.248.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.194.209.199.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.194.209.199.4.30.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.194.209.199.32.27.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.194.209.199.64.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.0.24.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.4.30.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.32.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.48.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.64.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.72.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.80.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.88.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.96.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.104.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.112.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.120.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.128.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.136.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.144.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.152.29.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.160.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.176.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.192.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.208.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.224.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.195.65.142.240.28.3.0.0.6.1.4.10.10.11.30|2|4 +1.3.6.1.2.1.4.24.7.1.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|2|4 +1.3.6.1.2.1.4.24.7.1.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|4 +1.3.6.1.2.1.4.24.7.1.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.2.16.0.0.0.0.0.0.0.0.0.0.255.255.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|4 +1.3.6.1.2.1.4.24.7.1.8.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.10.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|4 +1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.8.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.16.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|4 +1.3.6.1.2.1.4.24.7.1.9.1.4.0.0.0.0.0.3.0.0.6.1.4.10.10.11.30|2|3 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.0.100.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.1.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.2.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.3.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.4.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.5.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.6.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.10.10.10.32.3.0.0.5.1.4.24.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.10.11.0.27.3.0.0.6.1.4.6.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.10.11.10.32.3.0.0.5.1.4.6.0.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.20.24.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.48.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.49.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.65.3.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.90.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.91.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.92.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.98.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.99.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.101.1.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.199.0.0.21.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.199.16.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.200.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.200.64.0.19.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.10.200.96.0.19.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.100.100.18.0.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.100.100.255.0.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.100.100.255.4.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.127.0.0.1.32.3.0.0.5.1.4.24.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.16.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.32.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.48.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.64.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.80.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.96.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.112.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.128.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.144.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.160.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.176.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.192.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.208.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.224.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.1.240.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.16.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.48.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.64.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.80.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.96.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.112.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.128.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.144.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.160.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.176.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.192.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.208.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.2.224.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.3.16.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.3.32.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.3.64.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.3.96.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.3.128.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.3.160.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.3.192.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.3.224.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.4.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.5.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.6.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.16.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.128.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.129.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.130.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.131.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.132.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.133.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.134.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.135.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.136.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.137.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.138.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.139.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.140.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.141.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.142.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.143.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.144.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.145.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.146.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.147.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.148.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.149.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.150.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.151.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.152.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.153.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.154.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.155.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.156.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.157.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.158.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.159.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.160.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.161.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.162.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.163.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.164.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.165.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.166.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.167.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.168.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.169.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.170.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.171.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.172.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.173.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.174.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.175.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.176.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.177.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.178.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.179.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.180.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.181.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.182.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.183.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.184.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.185.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.186.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.187.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.188.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.189.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.16.190.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.17.0.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.20.0.0.16.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.25.15.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.27.98.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.20.0.23.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.22.0.23.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.25.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.29.1.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.29.2.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.29.3.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.29.255.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.30.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.31.0.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.31.4.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.31.64.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.80.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.254.0.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.254.16.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.254.24.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.172.30.254.48.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.236.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.236.0.26.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.236.64.32.3.0.0.5.1.4.24.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.236.96.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.236.104.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.236.126.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.236.127.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.0.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.8.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.16.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.24.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.32.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.40.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.48.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.56.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.64.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.72.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.80.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.88.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.96.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.104.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.112.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.120.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.128.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.136.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.144.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.152.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.160.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.168.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.176.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.184.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.192.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.200.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.208.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.216.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.237.224.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.0.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.8.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.16.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.24.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.32.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.40.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.48.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.56.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.64.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.72.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.80.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.88.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.96.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.104.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.112.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.120.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.128.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.136.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.144.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.152.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.160.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.168.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.176.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.184.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.192.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.200.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.208.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.216.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.238.224.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.0.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.8.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.16.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.24.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.32.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.40.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.48.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.56.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.64.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.72.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.80.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.88.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.96.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.104.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.112.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.120.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.192.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.185.185.239.240.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.10.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.50.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.51.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.52.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.53.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.54.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.55.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.56.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.57.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.58.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.59.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.60.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.61.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.62.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.63.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.64.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.65.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.66.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.67.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.68.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.69.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.70.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.71.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.72.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.73.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.74.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.75.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.76.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.77.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.78.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.79.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.80.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.81.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.82.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.83.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.84.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.85.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.86.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.87.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.88.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.89.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.90.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.91.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.92.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.93.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.94.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.95.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.96.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.97.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.98.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.99.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.100.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.101.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.102.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.103.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.104.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.105.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.106.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.107.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.108.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.109.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.110.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.111.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.112.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.113.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.114.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.115.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.116.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.117.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.118.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.119.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.120.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.121.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.122.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.123.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.124.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.125.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.126.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.127.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.128.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.129.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.130.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.131.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.132.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.133.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.134.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.135.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.136.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.137.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.138.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.139.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.140.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.141.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.142.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.143.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.144.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.145.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.146.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.147.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.148.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.149.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.150.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.151.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.152.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.153.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.154.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.155.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.156.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.157.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.158.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.159.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.160.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.161.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.162.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.163.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.164.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.165.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.166.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.167.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.168.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.169.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.170.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.171.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.172.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.176.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.180.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.184.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.194.6.170.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.194.6.173.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.194.209.31.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.194.209.31.248.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.194.209.199.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.194.209.199.4.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.194.209.199.32.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.194.209.199.64.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.4.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.32.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.48.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.64.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.72.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.80.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.88.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.96.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.104.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.112.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.120.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.128.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.136.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.144.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.152.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.160.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.176.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.192.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.208.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.224.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.1.4.195.65.142.240.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|2|3 +1.3.6.1.2.1.4.24.7.1.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|3 +1.3.6.1.2.1.4.24.7.1.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.9.2.16.0.0.0.0.0.0.0.0.0.0.255.255.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|3 +1.3.6.1.2.1.4.24.7.1.9.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.9.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.10.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|3 +1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.9.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.16.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|3 +1.3.6.1.2.1.4.24.7.1.10.1.4.0.0.0.0.0.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.0.100.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.1.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.2.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.3.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.4.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.5.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.6.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.10.10.10.32.3.0.0.5.1.4.24.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.10.11.0.27.3.0.0.6.1.4.6.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.10.11.10.32.3.0.0.5.1.4.6.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.20.24.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.48.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.49.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.65.3.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.90.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.91.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.92.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.98.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.99.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.101.1.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.199.0.0.21.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.199.16.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.200.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.200.64.0.19.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.10.200.96.0.19.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.100.100.18.0.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.100.100.255.0.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.100.100.255.4.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.127.0.0.1.32.3.0.0.5.1.4.24.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.16.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.32.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.48.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.64.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.80.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.96.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.112.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.128.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.144.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.160.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.176.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.192.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.208.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.224.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.1.240.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.16.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.48.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.64.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.80.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.96.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.112.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.128.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.144.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.160.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.176.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.192.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.208.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.2.224.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.3.16.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.3.32.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.3.64.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.3.96.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.3.128.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.3.160.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.3.192.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.3.224.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.4.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.5.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.6.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.16.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.128.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.129.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.130.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.131.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.132.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.133.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.134.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.135.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.136.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.137.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.138.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.139.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.140.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.141.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.142.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.143.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.144.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.145.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.146.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.147.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.148.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.149.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.150.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.151.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.152.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.153.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.154.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.155.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.156.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.157.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.158.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.159.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.160.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.161.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.162.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.163.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.164.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.165.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.166.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.167.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.168.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.169.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.170.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.171.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.172.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.173.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.174.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.175.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.176.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.177.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.178.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.179.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.180.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.181.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.182.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.183.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.184.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.185.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.186.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.187.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.188.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.189.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.16.190.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.17.0.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.20.0.0.16.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.25.15.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.27.98.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.20.0.23.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.22.0.23.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.25.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.29.1.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.29.2.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.29.3.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.29.255.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.30.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.31.0.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.31.4.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.31.64.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.80.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.254.0.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.254.16.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.254.24.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.172.30.254.48.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.236.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.236.0.26.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.236.64.32.3.0.0.5.1.4.24.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.236.96.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.236.104.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.236.126.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.236.127.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.0.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.8.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.16.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.24.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.32.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.40.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.48.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.56.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.64.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.72.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.80.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.88.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.96.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.104.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.112.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.120.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.128.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.136.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.144.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.152.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.160.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.168.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.176.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.184.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.192.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.200.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.208.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.216.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.237.224.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.0.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.8.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.16.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.24.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.32.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.40.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.48.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.56.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.64.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.72.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.80.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.88.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.96.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.104.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.112.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.120.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.128.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.136.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.144.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.152.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.160.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.168.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.176.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.184.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.192.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.200.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.208.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.216.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.238.224.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.0.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.8.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.16.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.24.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.32.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.40.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.48.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.56.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.64.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.72.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.80.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.88.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.96.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.104.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.112.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.120.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.192.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.185.185.239.240.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.10.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.50.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.51.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.52.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.53.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.54.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.55.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.56.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.57.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.58.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.59.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.60.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.61.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.62.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.63.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.64.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.65.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.66.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.67.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.68.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.69.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.70.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.71.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.72.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.73.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.74.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.75.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.76.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.77.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.78.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.79.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.80.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.81.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.82.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.83.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.84.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.85.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.86.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.87.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.88.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.89.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.90.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.91.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.92.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.93.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.94.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.95.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.96.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.97.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.98.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.99.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.100.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.101.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.102.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.103.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.104.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.105.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.106.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.107.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.108.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.109.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.110.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.111.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.112.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.113.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.114.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.115.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.116.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.117.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.118.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.119.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.120.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.121.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.122.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.123.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.124.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.125.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.126.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.127.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.128.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.129.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.130.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.131.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.132.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.133.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.134.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.135.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.136.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.137.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.138.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.139.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.140.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.141.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.142.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.143.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.144.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.145.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.146.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.147.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.148.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.149.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.150.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.151.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.152.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.153.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.154.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.155.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.156.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.157.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.158.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.159.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.160.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.161.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.162.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.163.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.164.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.165.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.166.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.167.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.168.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.169.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.170.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.171.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.172.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.176.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.180.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.184.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.194.6.170.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.194.6.173.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.194.209.31.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.194.209.31.248.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.194.209.199.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.194.209.199.4.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.194.209.199.32.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.194.209.199.64.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.4.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.32.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.48.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.64.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.72.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.80.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.88.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.96.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.104.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.112.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.120.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.128.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.136.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.144.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.152.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.160.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.176.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.192.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.208.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.224.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.195.65.142.240.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.0.0.0.0.0.0.0.0.0.0.255.255.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.10.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.16.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.0.0.0.0.0.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.0.100.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.1.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.2.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.3.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.4.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.5.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.6.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.10.10.10.32.3.0.0.5.1.4.24.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.10.11.0.27.3.0.0.6.1.4.6.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.10.11.10.32.3.0.0.5.1.4.6.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.20.24.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.48.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.49.0.0.20.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.65.3.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.90.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.91.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.92.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.98.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.99.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.101.1.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.199.0.0.21.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.199.16.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.200.0.0.18.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.200.64.0.19.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.10.200.96.0.19.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.100.100.18.0.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.100.100.255.0.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.100.100.255.4.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.127.0.0.1.32.3.0.0.5.1.4.24.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.16.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.32.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.48.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.64.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.80.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.96.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.112.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.128.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.144.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.160.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.176.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.192.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.208.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.224.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.1.240.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.16.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.48.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.64.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.80.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.96.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.112.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.128.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.144.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.160.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.176.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.192.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.208.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.2.224.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.3.16.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.3.32.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.3.64.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.3.96.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.3.128.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.3.160.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.3.192.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.3.224.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.4.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.5.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.6.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.16.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.128.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.129.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.130.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.131.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.132.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.133.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.134.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.135.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.136.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.137.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.138.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.139.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.140.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.141.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.142.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.143.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.144.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.145.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.146.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.147.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.148.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.149.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.150.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.151.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.152.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.153.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.154.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.155.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.156.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.157.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.158.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.159.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.160.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.161.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.162.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.163.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.164.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.165.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.166.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.167.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.168.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.169.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.170.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.171.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.172.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.173.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.174.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.175.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.176.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.177.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.178.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.179.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.180.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.181.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.182.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.183.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.184.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.185.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.186.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.187.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.188.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.189.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.16.190.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.17.0.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.20.0.0.16.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.25.15.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.27.98.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.20.0.23.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.22.0.23.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.25.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.29.1.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.29.2.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.29.3.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.29.255.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.30.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.31.0.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.31.4.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.31.64.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.80.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.254.0.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.254.16.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.254.24.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.172.30.254.48.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.236.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.236.0.26.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.236.64.32.3.0.0.5.1.4.24.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.236.96.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.236.104.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.236.126.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.236.127.32.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.0.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.8.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.16.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.24.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.32.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.40.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.48.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.56.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.64.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.72.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.80.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.88.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.96.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.104.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.112.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.120.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.128.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.136.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.144.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.152.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.160.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.168.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.176.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.184.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.192.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.200.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.208.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.216.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.237.224.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.0.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.8.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.16.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.24.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.32.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.40.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.48.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.56.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.64.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.72.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.80.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.88.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.96.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.104.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.112.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.120.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.128.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.136.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.144.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.152.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.160.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.168.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.176.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.184.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.192.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.200.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.208.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.216.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.238.224.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.0.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.8.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.16.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.24.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.32.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.40.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.48.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.56.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.64.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.72.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.80.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.88.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.96.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.104.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.112.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.120.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.192.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.185.185.239.240.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.10.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.50.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.51.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.52.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.53.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.54.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.55.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.56.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.57.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.58.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.59.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.60.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.61.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.62.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.63.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.64.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.65.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.66.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.67.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.68.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.69.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.70.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.71.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.72.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.73.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.74.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.75.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.76.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.77.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.78.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.79.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.80.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.81.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.82.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.83.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.84.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.85.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.86.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.87.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.88.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.89.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.90.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.91.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.92.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.93.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.94.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.95.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.96.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.97.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.98.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.99.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.100.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.101.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.102.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.103.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.104.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.105.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.106.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.107.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.108.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.109.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.110.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.111.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.112.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.113.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.114.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.115.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.116.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.117.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.118.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.119.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.120.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.121.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.122.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.123.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.124.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.125.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.126.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.127.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.128.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.129.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.130.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.131.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.132.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.133.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.134.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.135.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.136.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.137.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.138.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.139.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.140.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.141.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.142.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.143.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.144.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.145.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.146.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.147.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.148.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.149.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.150.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.151.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.152.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.153.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.154.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.155.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.156.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.157.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.158.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.159.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.160.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.161.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.162.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.163.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.164.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.165.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.166.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.167.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.168.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.169.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.170.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.171.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.172.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.176.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.180.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.184.0.22.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.194.6.170.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.194.6.173.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.194.209.31.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.194.209.31.248.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.194.209.199.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.194.209.199.4.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.194.209.199.32.27.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.194.209.199.64.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.0.24.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.4.30.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.32.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.48.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.64.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.72.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.80.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.88.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.96.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.104.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.112.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.120.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.128.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.136.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.144.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.152.29.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.160.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.176.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.192.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.208.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.224.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.195.65.142.240.28.3.0.0.6.1.4.10.10.11.30|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.0.0.0.0.0.0.0.0.0.0.255.255.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.10.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.16.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.12.1.4.0.0.0.0.0.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.0.100.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.1.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.2.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.3.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.4.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.5.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.6.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.10.10.10.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.10.11.0.27.3.0.0.6.1.4.6.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.10.11.10.32.3.0.0.5.1.4.6.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.20.24.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.48.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.49.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.65.3.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.90.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.91.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.92.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.98.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.99.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.101.1.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.199.0.0.21.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.199.16.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.200.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.200.64.0.19.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.10.200.96.0.19.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.100.100.18.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.100.100.255.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.100.100.255.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.127.0.0.1.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.32.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.80.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.96.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.112.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.128.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.144.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.1.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.80.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.96.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.112.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.128.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.144.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.2.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.3.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.3.32.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.3.64.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.3.96.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.3.128.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.3.160.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.3.192.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.3.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.4.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.5.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.6.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.16.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.128.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.129.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.130.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.131.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.132.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.133.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.134.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.135.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.136.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.137.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.138.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.139.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.140.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.141.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.143.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.144.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.145.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.146.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.147.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.148.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.149.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.150.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.151.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.152.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.153.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.154.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.155.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.156.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.157.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.158.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.159.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.160.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.161.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.162.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.163.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.164.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.165.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.166.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.167.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.168.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.169.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.171.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.172.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.173.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.174.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.175.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.176.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.177.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.178.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.179.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.180.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.181.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.182.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.183.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.184.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.185.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.186.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.187.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.188.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.189.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.16.190.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.17.0.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.20.0.0.16.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.25.15.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.27.98.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.20.0.23.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.22.0.23.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.25.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.29.1.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.29.2.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.29.3.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.29.255.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.30.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.31.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.31.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.31.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.80.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.254.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.254.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.254.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.172.30.254.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.236.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.236.0.26.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.236.64.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.236.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.236.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.236.126.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.236.127.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.160.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.168.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.176.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.184.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.200.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.208.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.216.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.237.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.160.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.168.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.176.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.184.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.200.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.208.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.216.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.238.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.185.185.239.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.10.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.50.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.51.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.52.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.53.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.54.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.55.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.56.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.57.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.58.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.59.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.60.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.61.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.62.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.63.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.64.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.65.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.66.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.67.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.68.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.69.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.70.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.71.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.72.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.73.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.74.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.75.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.76.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.77.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.78.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.79.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.80.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.81.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.82.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.83.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.84.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.85.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.86.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.87.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.88.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.89.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.90.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.91.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.92.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.93.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.94.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.95.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.96.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.97.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.98.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.99.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.100.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.101.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.102.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.103.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.104.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.105.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.106.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.107.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.108.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.109.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.110.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.111.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.112.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.113.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.114.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.115.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.116.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.117.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.118.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.119.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.120.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.121.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.122.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.123.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.124.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.125.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.126.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.127.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.128.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.129.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.130.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.131.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.132.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.133.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.134.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.135.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.136.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.137.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.138.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.139.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.140.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.141.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.143.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.144.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.145.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.146.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.147.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.148.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.149.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.150.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.151.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.152.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.153.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.154.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.155.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.156.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.157.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.158.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.159.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.160.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.161.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.162.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.163.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.164.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.165.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.166.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.167.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.168.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.169.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.171.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.172.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.176.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.180.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.184.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.194.6.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.194.6.173.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.194.209.31.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.194.209.31.248.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.194.209.199.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.194.209.199.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.194.209.199.32.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.194.209.199.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.32.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.1.4.195.65.142.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.0.0.0.0.0.0.0.0.0.0.255.255.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.10.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.12.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.16.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.0.0.0.0.0.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.0.100.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.1.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.2.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.3.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.4.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.5.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.6.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.10.10.10.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.10.11.0.27.3.0.0.6.1.4.6.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.10.11.10.32.3.0.0.5.1.4.6.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.20.24.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.48.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.49.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.65.3.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.90.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.91.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.92.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.98.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.99.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.101.1.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.199.0.0.21.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.199.16.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.200.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.200.64.0.19.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.10.200.96.0.19.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.100.100.18.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.100.100.255.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.100.100.255.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.127.0.0.1.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.32.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.80.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.96.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.112.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.128.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.144.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.1.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.80.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.96.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.112.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.128.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.144.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.2.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.3.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.3.32.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.3.64.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.3.96.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.3.128.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.3.160.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.3.192.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.3.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.4.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.5.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.6.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.16.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.128.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.129.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.130.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.131.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.132.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.133.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.134.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.135.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.136.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.137.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.138.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.139.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.140.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.141.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.143.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.144.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.145.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.146.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.147.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.148.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.149.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.150.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.151.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.152.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.153.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.154.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.155.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.156.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.157.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.158.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.159.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.160.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.161.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.162.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.163.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.164.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.165.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.166.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.167.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.168.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.169.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.171.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.172.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.173.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.174.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.175.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.176.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.177.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.178.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.179.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.180.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.181.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.182.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.183.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.184.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.185.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.186.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.187.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.188.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.189.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.16.190.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.17.0.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.20.0.0.16.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.25.15.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.27.98.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.20.0.23.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.22.0.23.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.25.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.29.1.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.29.2.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.29.3.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.29.255.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.30.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.31.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.31.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.31.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.80.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.254.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.254.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.254.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.172.30.254.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.236.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.236.0.26.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.236.64.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.236.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.236.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.236.126.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.236.127.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.160.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.168.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.176.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.184.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.200.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.208.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.216.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.237.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.160.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.168.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.176.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.184.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.200.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.208.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.216.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.238.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.185.185.239.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.10.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.50.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.51.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.52.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.53.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.54.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.55.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.56.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.57.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.58.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.59.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.60.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.61.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.62.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.63.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.64.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.65.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.66.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.67.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.68.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.69.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.70.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.71.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.72.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.73.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.74.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.75.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.76.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.77.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.78.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.79.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.80.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.81.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.82.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.83.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.84.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.85.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.86.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.87.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.88.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.89.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.90.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.91.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.92.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.93.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.94.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.95.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.96.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.97.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.98.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.99.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.100.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.101.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.102.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.103.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.104.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.105.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.106.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.107.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.108.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.109.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.110.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.111.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.112.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.113.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.114.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.115.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.116.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.117.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.118.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.119.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.120.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.121.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.122.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.123.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.124.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.125.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.126.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.127.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.128.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.129.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.130.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.131.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.132.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.133.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.134.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.135.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.136.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.137.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.138.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.139.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.140.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.141.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.143.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.144.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.145.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.146.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.147.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.148.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.149.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.150.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.151.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.152.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.153.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.154.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.155.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.156.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.157.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.158.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.159.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.160.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.161.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.162.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.163.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.164.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.165.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.166.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.167.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.168.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.169.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.171.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.172.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.176.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.180.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.184.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.194.6.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.194.6.173.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.194.209.31.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.194.209.31.248.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.194.209.199.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.194.209.199.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.194.209.199.32.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.194.209.199.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.32.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.195.65.142.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.0.0.0.0.0.0.0.0.0.0.255.255.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.10.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.16.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.0.0.0.0.0.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.0.100.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.1.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.2.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.3.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.4.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.5.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.6.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.10.10.10.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.10.11.0.27.3.0.0.6.1.4.6.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.10.11.10.32.3.0.0.5.1.4.6.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.20.24.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.48.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.49.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.65.3.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.90.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.91.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.92.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.98.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.99.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.101.1.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.199.0.0.21.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.199.16.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.200.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.200.64.0.19.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.10.200.96.0.19.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.100.100.18.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.100.100.255.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.100.100.255.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.127.0.0.1.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.32.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.80.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.96.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.112.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.128.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.144.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.1.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.80.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.96.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.112.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.128.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.144.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.2.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.3.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.3.32.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.3.64.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.3.96.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.3.128.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.3.160.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.3.192.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.3.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.4.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.5.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.6.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.16.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.128.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.129.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.130.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.131.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.132.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.133.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.134.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.135.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.136.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.137.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.138.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.139.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.140.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.141.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.143.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.144.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.145.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.146.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.147.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.148.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.149.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.150.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.151.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.152.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.153.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.154.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.155.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.156.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.157.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.158.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.159.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.160.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.161.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.162.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.163.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.164.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.165.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.166.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.167.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.168.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.169.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.171.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.172.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.173.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.174.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.175.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.176.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.177.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.178.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.179.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.180.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.181.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.182.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.183.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.184.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.185.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.186.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.187.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.188.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.189.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.16.190.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.17.0.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.20.0.0.16.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.25.15.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.27.98.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.20.0.23.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.22.0.23.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.25.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.29.1.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.29.2.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.29.3.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.29.255.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.30.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.31.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.31.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.31.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.80.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.254.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.254.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.254.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.172.30.254.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.236.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.236.0.26.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.236.64.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.236.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.236.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.236.126.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.236.127.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.160.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.168.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.176.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.184.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.200.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.208.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.216.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.237.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.160.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.168.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.176.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.184.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.200.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.208.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.216.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.238.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.185.185.239.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.10.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.50.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.51.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.52.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.53.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.54.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.55.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.56.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.57.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.58.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.59.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.60.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.61.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.62.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.63.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.64.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.65.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.66.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.67.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.68.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.69.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.70.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.71.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.72.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.73.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.74.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.75.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.76.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.77.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.78.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.79.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.80.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.81.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.82.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.83.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.84.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.85.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.86.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.87.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.88.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.89.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.90.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.91.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.92.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.93.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.94.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.95.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.96.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.97.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.98.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.99.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.100.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.101.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.102.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.103.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.104.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.105.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.106.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.107.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.108.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.109.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.110.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.111.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.112.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.113.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.114.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.115.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.116.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.117.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.118.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.119.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.120.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.121.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.122.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.123.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.124.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.125.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.126.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.127.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.128.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.129.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.130.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.131.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.132.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.133.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.134.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.135.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.136.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.137.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.138.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.139.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.140.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.141.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.143.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.144.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.145.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.146.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.147.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.148.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.149.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.150.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.151.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.152.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.153.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.154.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.155.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.156.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.157.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.158.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.159.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.160.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.161.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.162.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.163.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.164.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.165.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.166.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.167.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.168.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.169.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.171.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.172.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.176.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.180.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.184.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.194.6.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.194.6.173.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.194.209.31.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.194.209.31.248.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.194.209.199.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.194.209.199.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.194.209.199.32.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.194.209.199.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.32.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.195.65.142.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.0.0.0.0.0.0.0.0.0.0.255.255.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.10.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.16.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.0.0.0.0.0.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.0.100.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.1.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.2.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.3.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.4.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.5.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.6.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.10.10.10.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.10.11.0.27.3.0.0.6.1.4.6.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.10.11.10.32.3.0.0.5.1.4.6.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.20.24.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.48.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.49.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.65.3.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.90.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.91.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.92.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.98.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.99.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.101.1.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.199.0.0.21.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.199.16.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.200.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.200.64.0.19.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.10.200.96.0.19.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.100.100.18.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.100.100.255.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.100.100.255.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.127.0.0.1.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.32.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.80.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.96.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.112.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.128.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.144.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.1.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.80.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.96.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.112.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.128.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.144.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.2.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.3.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.3.32.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.3.64.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.3.96.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.3.128.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.3.160.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.3.192.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.3.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.4.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.5.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.6.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.16.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.128.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.129.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.130.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.131.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.132.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.133.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.134.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.135.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.136.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.137.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.138.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.139.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.140.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.141.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.143.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.144.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.145.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.146.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.147.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.148.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.149.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.150.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.151.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.152.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.153.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.154.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.155.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.156.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.157.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.158.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.159.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.160.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.161.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.162.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.163.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.164.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.165.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.166.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.167.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.168.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.169.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.171.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.172.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.173.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.174.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.175.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.176.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.177.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.178.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.179.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.180.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.181.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.182.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.183.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.184.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.185.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.186.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.187.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.188.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.189.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.16.190.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.17.0.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.20.0.0.16.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.25.15.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.27.98.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.20.0.23.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.22.0.23.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.25.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.29.1.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.29.2.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.29.3.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.29.255.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.30.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.31.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.31.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.31.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.80.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.254.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.254.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.254.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.172.30.254.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.236.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.236.0.26.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.236.64.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.236.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.236.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.236.126.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.236.127.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.160.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.168.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.176.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.184.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.200.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.208.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.216.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.237.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.160.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.168.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.176.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.184.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.200.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.208.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.216.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.238.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.185.185.239.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.10.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.50.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.51.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.52.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.53.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.54.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.55.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.56.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.57.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.58.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.59.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.60.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.61.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.62.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.63.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.64.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.65.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.66.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.67.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.68.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.69.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.70.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.71.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.72.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.73.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.74.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.75.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.76.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.77.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.78.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.79.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.80.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.81.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.82.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.83.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.84.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.85.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.86.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.87.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.88.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.89.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.90.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.91.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.92.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.93.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.94.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.95.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.96.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.97.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.98.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.99.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.100.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.101.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.102.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.103.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.104.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.105.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.106.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.107.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.108.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.109.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.110.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.111.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.112.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.113.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.114.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.115.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.116.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.117.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.118.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.119.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.120.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.121.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.122.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.123.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.124.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.125.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.126.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.127.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.128.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.129.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.130.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.131.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.132.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.133.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.134.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.135.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.136.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.137.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.138.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.139.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.140.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.141.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.143.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.144.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.145.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.146.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.147.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.148.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.149.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.150.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.151.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.152.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.153.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.154.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.155.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.156.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.157.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.158.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.159.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.160.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.161.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.162.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.163.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.164.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.165.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.166.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.167.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.168.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.169.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.171.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.172.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.176.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.180.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.184.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.194.6.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.194.6.173.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.194.209.31.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.194.209.31.248.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.194.209.199.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.194.209.199.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.194.209.199.32.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.194.209.199.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.32.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.195.65.142.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.0.0.0.0.0.0.0.0.0.0.255.255.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.10.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.16.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.0.0.0.0.0.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.0.100.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.1.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.2.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.3.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.4.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.5.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.6.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.10.10.10.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.10.11.0.27.3.0.0.6.1.4.6.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.10.11.10.32.3.0.0.5.1.4.6.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.20.24.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.48.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.49.0.0.20.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.65.3.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.90.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.91.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.92.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.98.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.99.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.101.1.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.199.0.0.21.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.199.16.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.200.0.0.18.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.200.64.0.19.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.10.200.96.0.19.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.100.100.18.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.100.100.255.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.100.100.255.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.127.0.0.1.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.32.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.80.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.96.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.112.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.128.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.144.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.1.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.80.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.96.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.112.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.128.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.144.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.2.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.3.16.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.3.32.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.3.64.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.3.96.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.3.128.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.3.160.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.3.192.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.3.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.4.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.5.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.6.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.16.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.128.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.129.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.130.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.131.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.132.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.133.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.134.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.135.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.136.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.137.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.138.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.139.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.140.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.141.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.143.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.144.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.145.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.146.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.147.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.148.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.149.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.150.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.151.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.152.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.153.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.154.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.155.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.156.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.157.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.158.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.159.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.160.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.161.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.162.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.163.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.164.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.165.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.166.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.167.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.168.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.169.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.171.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.172.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.173.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.174.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.175.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.176.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.177.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.178.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.179.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.180.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.181.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.182.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.183.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.184.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.185.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.186.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.187.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.188.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.189.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.16.190.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.17.0.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.20.0.0.16.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.25.15.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.27.98.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.20.0.23.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.22.0.23.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.25.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.29.1.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.29.2.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.29.3.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.29.255.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.30.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.31.0.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.31.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.31.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.80.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.254.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.254.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.254.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.172.30.254.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.236.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.236.0.26.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.236.64.32.3.0.0.5.1.4.24.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.236.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.236.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.236.126.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.236.127.32.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.160.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.168.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.176.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.184.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.200.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.208.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.216.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.237.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.160.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.168.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.176.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.184.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.200.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.208.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.216.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.238.224.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.0.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.8.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.16.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.24.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.32.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.40.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.48.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.56.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.192.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.185.185.239.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.10.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.50.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.51.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.52.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.53.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.54.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.55.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.56.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.57.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.58.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.59.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.60.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.61.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.62.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.63.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.64.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.65.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.66.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.67.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.68.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.69.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.70.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.71.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.72.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.73.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.74.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.75.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.76.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.77.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.78.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.79.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.80.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.81.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.82.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.83.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.84.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.85.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.86.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.87.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.88.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.89.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.90.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.91.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.92.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.93.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.94.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.95.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.96.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.97.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.98.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.99.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.100.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.101.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.102.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.103.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.104.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.105.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.106.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.107.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.108.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.109.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.110.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.111.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.112.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.113.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.114.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.115.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.116.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.117.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.118.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.119.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.120.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.121.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.122.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.123.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.124.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.125.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.126.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.127.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.128.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.129.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.130.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.131.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.132.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.133.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.134.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.135.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.136.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.137.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.138.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.139.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.140.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.141.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.143.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.144.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.145.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.146.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.147.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.148.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.149.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.150.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.151.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.152.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.153.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.154.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.155.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.156.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.157.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.158.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.159.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.160.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.161.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.162.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.163.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.164.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.165.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.166.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.167.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.168.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.169.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.171.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.172.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.176.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.180.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.184.0.22.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.194.6.170.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.194.6.173.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.194.209.31.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.194.209.31.248.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.194.209.199.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.194.209.199.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.194.209.199.32.27.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.194.209.199.64.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.0.24.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.4.30.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.32.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.48.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.64.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.72.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.80.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.88.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.96.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.104.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.112.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.120.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.128.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.136.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.144.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.152.29.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.160.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.176.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.192.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.208.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.224.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.195.65.142.240.28.3.0.0.6.1.4.10.10.11.30|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.0.0.0.0.0.0.0.0.0.0.255.255.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.10.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.16.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.17.1.4.0.0.0.0.0.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.0.100.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.1.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.2.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.3.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.4.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.5.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.6.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.10.10.10.32.3.0.0.5.1.4.24.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.10.11.0.27.3.0.0.6.1.4.6.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.10.11.10.32.3.0.0.5.1.4.6.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.20.24.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.48.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.49.0.0.20.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.65.3.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.90.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.91.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.92.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.98.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.99.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.101.1.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.199.0.0.21.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.199.16.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.200.0.0.18.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.200.64.0.19.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.10.200.96.0.19.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.100.100.18.0.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.100.100.255.0.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.100.100.255.4.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.127.0.0.1.32.3.0.0.5.1.4.24.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.16.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.32.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.48.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.64.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.80.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.96.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.112.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.128.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.144.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.160.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.176.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.192.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.208.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.224.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.1.240.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.16.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.48.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.64.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.80.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.96.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.112.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.128.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.144.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.160.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.176.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.192.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.208.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.2.224.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.3.16.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.3.32.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.3.64.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.3.96.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.3.128.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.3.160.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.3.192.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.3.224.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.4.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.5.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.6.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.16.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.128.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.129.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.130.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.131.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.132.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.133.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.134.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.135.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.136.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.137.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.138.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.139.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.140.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.141.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.142.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.143.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.144.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.145.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.146.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.147.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.148.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.149.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.150.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.151.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.152.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.153.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.154.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.155.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.156.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.157.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.158.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.159.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.160.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.161.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.162.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.163.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.164.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.165.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.166.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.167.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.168.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.169.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.170.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.171.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.172.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.173.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.174.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.175.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.176.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.177.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.178.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.179.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.180.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.181.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.182.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.183.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.184.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.185.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.186.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.187.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.188.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.189.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.16.190.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.17.0.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.20.0.0.16.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.25.15.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.27.98.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.20.0.23.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.22.0.23.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.25.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.29.1.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.29.2.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.29.3.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.29.255.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.30.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.31.0.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.31.4.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.31.64.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.80.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.254.0.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.254.16.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.254.24.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.172.30.254.48.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.236.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.236.0.26.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.236.64.32.3.0.0.5.1.4.24.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.236.96.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.236.104.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.236.126.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.236.127.32.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.0.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.8.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.16.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.24.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.32.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.40.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.48.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.56.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.64.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.72.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.80.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.88.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.96.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.104.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.112.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.120.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.128.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.136.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.144.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.152.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.160.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.168.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.176.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.184.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.192.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.200.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.208.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.216.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.237.224.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.0.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.8.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.16.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.24.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.32.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.40.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.48.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.56.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.64.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.72.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.80.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.88.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.96.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.104.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.112.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.120.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.128.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.136.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.144.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.152.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.160.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.168.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.176.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.184.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.192.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.200.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.208.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.216.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.238.224.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.0.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.8.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.16.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.24.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.32.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.40.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.48.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.56.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.64.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.72.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.80.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.88.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.96.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.104.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.112.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.120.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.192.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.185.185.239.240.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.10.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.50.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.51.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.52.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.53.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.54.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.55.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.56.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.57.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.58.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.59.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.60.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.61.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.62.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.63.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.64.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.65.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.66.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.67.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.68.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.69.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.70.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.71.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.72.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.73.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.74.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.75.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.76.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.77.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.78.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.79.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.80.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.81.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.82.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.83.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.84.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.85.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.86.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.87.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.88.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.89.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.90.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.91.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.92.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.93.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.94.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.95.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.96.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.97.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.98.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.99.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.100.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.101.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.102.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.103.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.104.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.105.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.106.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.107.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.108.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.109.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.110.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.111.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.112.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.113.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.114.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.115.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.116.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.117.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.118.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.119.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.120.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.121.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.122.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.123.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.124.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.125.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.126.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.127.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.128.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.129.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.130.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.131.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.132.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.133.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.134.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.135.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.136.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.137.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.138.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.139.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.140.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.141.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.142.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.143.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.144.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.145.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.146.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.147.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.148.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.149.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.150.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.151.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.152.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.153.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.154.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.155.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.156.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.157.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.158.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.159.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.160.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.161.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.162.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.163.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.164.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.165.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.166.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.167.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.168.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.169.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.170.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.171.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.172.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.176.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.180.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.184.0.22.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.194.6.170.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.194.6.173.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.194.209.31.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.194.209.31.248.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.194.209.199.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.194.209.199.4.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.194.209.199.32.27.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.194.209.199.64.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.0.24.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.4.30.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.32.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.48.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.64.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.72.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.80.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.88.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.96.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.104.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.112.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.120.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.128.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.136.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.144.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.152.29.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.160.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.176.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.192.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.208.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.224.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.195.65.142.240.28.3.0.0.6.1.4.10.10.11.30|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.0.0.0.0.0.0.0.0.0.0.255.255.0.0.0.0.96.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.10.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.6.2.16.0.0.0.0.0.0.0.0.28.28.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30.128.3.0.0.5.2.16.0.0.0.0.0.0.0.0.56.18.5.0.24.3.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.16.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.31.1.1.3.1|65|701871587 +1.3.6.1.2.1.4.31.1.1.3.2|65|194965195 +1.3.6.1.2.1.4.31.1.1.4.1|70|701871587 +1.3.6.1.2.1.4.31.1.1.4.2|70|194965195 +1.3.6.1.2.1.4.31.1.1.7.1|65|0 +1.3.6.1.2.1.4.31.1.1.7.2|65|0 +1.3.6.1.2.1.4.31.1.1.8.2|65|0 +1.3.6.1.2.1.4.31.1.1.9.1|65|0 +1.3.6.1.2.1.4.31.1.1.10.1|65|0 +1.3.6.1.2.1.4.31.1.1.12.2|65|0 +1.3.6.1.2.1.4.31.1.1.13.2|70|0 +1.3.6.1.2.1.4.31.1.1.14.1|65|25292 +1.3.6.1.2.1.4.31.1.1.14.2|65|6500 +1.3.6.1.2.1.4.31.1.1.15.1|65|9003 +1.3.6.1.2.1.4.31.1.1.15.2|65|3045 +1.3.6.1.2.1.4.31.1.1.16.1|65|0 +1.3.6.1.2.1.4.31.1.1.16.2|65|0 +1.3.6.1.2.1.4.31.1.1.17.1|65|0 +1.3.6.1.2.1.4.31.1.1.17.2|65|0 +1.3.6.1.2.1.4.31.1.1.18.1|65|682323643 +1.3.6.1.2.1.4.31.1.1.18.2|65|193536206 +1.3.6.1.2.1.4.31.1.1.19.1|70|682323643 +1.3.6.1.2.1.4.31.1.1.19.2|70|193536206 +1.3.6.1.2.1.4.31.1.1.20.1|65|603921066 +1.3.6.1.2.1.4.31.1.1.20.2|65|197092148 +1.3.6.1.2.1.4.31.1.1.21.1|70|603921066 +1.3.6.1.2.1.4.31.1.1.21.2|70|197092148 +1.3.6.1.2.1.4.31.1.1.22.1|65|0 +1.3.6.1.2.1.4.31.1.1.22.2|65|0 +1.3.6.1.2.1.4.31.1.1.23.1|65|0 +1.3.6.1.2.1.4.31.1.1.23.2|65|0 +1.3.6.1.2.1.4.31.1.1.24.1|70|0 +1.3.6.1.2.1.4.31.1.1.24.2|70|0 +1.3.6.1.2.1.4.31.1.1.25.1|65|0 +1.3.6.1.2.1.4.31.1.1.25.2|65|0 +1.3.6.1.2.1.4.31.1.1.26.1|65|25292 +1.3.6.1.2.1.4.31.1.1.26.2|65|0 +1.3.6.1.2.1.4.31.1.1.27.1|65|25292 +1.3.6.1.2.1.4.31.1.1.27.2|65|0 +1.3.6.1.2.1.4.31.1.1.28.1|65|0 +1.3.6.1.2.1.4.31.1.1.28.2|65|0 +1.3.6.1.2.1.4.31.1.1.29.1|65|1857604 +1.3.6.1.2.1.4.31.1.1.29.2|65|0 +1.3.6.1.2.1.4.31.1.1.30.1|65|605753378 +1.3.6.1.2.1.4.31.1.1.30.2|65|197092148 +1.3.6.1.2.1.4.31.1.1.31.1|70|605753378 +1.3.6.1.2.1.4.31.1.1.31.2|70|197092148 +1.3.6.1.2.1.4.31.1.1.46.1|67|0 +1.3.6.1.2.1.4.31.1.1.47.1|66|60000 +1.3.6.1.2.1.4.34.1.3.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|5 +1.3.6.1.2.1.4.34.1.3.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16|2|6 +1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|5 +1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30|2|6 +1.3.6.1.2.1.4.34.1.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|6|1.3.6.1.2.1.4.32.1.5.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128 +1.3.6.1.2.1.4.34.1.5.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16|6|1.3.6.1.2.1.4.32.1.5.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1|6|1.3.6.1.2.1.4.32.1.5.5.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30|6|1.3.6.1.2.1.4.32.1.5.6.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.34.1.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16|2|1 +1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30|2|1 +1.3.6.1.2.1.4.35.1.4.6.1.4.10.10.11.10|4x|6C2B59863F1E +1.3.6.1.2.1.4.35.1.4.6.1.4.10.10.11.20|4x|6C2B59863FAA +1.3.6.1.2.1.4.35.1.4.6.1.4.10.10.11.30|4x|0008E3FFFCC8 +1.3.6.1.2.1.4.35.1.4.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.1|4x|0008E3FFFCC8 +1.3.6.1.2.1.4.35.1.4.6.2.16.42.11.104.128.0.0.0.1.0.0.0.0.0.0.0.16|4x|6C2B59863F1E +1.3.6.1.2.1.4.35.1.4.6.2.16.254.128.0.0.0.0.0.0.2.8.227.255.254.255.252.200|4x|0008E3FFFCC8 +1.3.6.1.2.1.4.35.1.4.6.2.16.254.128.0.0.0.0.0.0.110.43.89.255.254.134.63.30|4x|6C2B59863F1E +1.3.6.1.2.1.5.1.0|65|4193068 +1.3.6.1.2.1.5.2.0|65|14 +1.3.6.1.2.1.5.3.0|65|947505 +1.3.6.1.2.1.5.4.0|65|705 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|3244027 +1.3.6.1.2.1.5.9.0|65|816 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|1 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|3244027 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|0 +1.3.6.1.2.1.5.17.0|65|0 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|0 +1.3.6.1.2.1.5.22.0|65|3244027 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.6.5.0|65|3907032 +1.3.6.1.2.1.6.6.0|65|21186383 +1.3.6.1.2.1.6.7.0|65|27674 +1.3.6.1.2.1.6.8.0|65|18753435 +1.3.6.1.2.1.6.9.0|66|1 +1.3.6.1.2.1.6.10.0|65|409259164 +1.3.6.1.2.1.6.11.0|65|345909122 +1.3.6.1.2.1.6.12.0|65|10749 +1.3.6.1.2.1.6.14.0|65|1109 +1.3.6.1.2.1.6.15.0|65|911693 +1.3.6.1.2.1.7.1.0|65|432754274 +1.3.6.1.2.1.7.2.0|65|31632 +1.3.6.1.2.1.7.3.0|65|3457 +1.3.6.1.2.1.7.4.0|65|432628688 +1.3.6.1.2.1.11.1.0|65|74150236 +1.3.6.1.2.1.11.2.0|65|73431230 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|719005 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|414305674 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|36607637 +1.3.6.1.2.1.11.16.0|65|6667979 +1.3.6.1.2.1.11.17.0|65|0 +1.3.6.1.2.1.11.18.0|65|0 +1.3.6.1.2.1.11.19.0|65|0 +1.3.6.1.2.1.11.20.0|65|0 +1.3.6.1.2.1.11.21.0|65|0 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|0 +1.3.6.1.2.1.11.25.0|65|0 +1.3.6.1.2.1.11.26.0|65|0 +1.3.6.1.2.1.11.27.0|65|0 +1.3.6.1.2.1.11.28.0|65|73431254 +1.3.6.1.2.1.11.29.0|65|0 +1.3.6.1.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.25.1.1.0|67|1438746589 +1.3.6.1.2.1.25.1.5.0|66|0 +1.3.6.1.2.1.25.1.6.0|66|134 +1.3.6.1.2.1.25.1.7.0|2|13380 +1.3.6.1.2.1.25.2.2.0|2|8181224 +1.3.6.1.2.1.25.2.3.1.1.1|2|1 +1.3.6.1.2.1.25.2.3.1.1.3|2|3 +1.3.6.1.2.1.25.2.3.1.1.6|2|6 +1.3.6.1.2.1.25.2.3.1.1.7|2|7 +1.3.6.1.2.1.25.2.3.1.1.8|2|8 +1.3.6.1.2.1.25.2.3.1.1.10|2|10 +1.3.6.1.2.1.25.2.3.1.1.11|2|11 +1.3.6.1.2.1.25.2.3.1.1.12|2|12 +1.3.6.1.2.1.25.2.3.1.1.31|2|31 +1.3.6.1.2.1.25.2.3.1.1.32|2|32 +1.3.6.1.2.1.25.2.3.1.1.33|2|33 +1.3.6.1.2.1.25.2.3.1.1.34|2|34 +1.3.6.1.2.1.25.2.3.1.1.35|2|35 +1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.25.2.1.2 +1.3.6.1.2.1.25.2.3.1.2.3|6|1.3.6.1.2.1.25.2.1.3 +1.3.6.1.2.1.25.2.3.1.2.6|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.7|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.8|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.10|6|1.3.6.1.2.1.25.2.1.3 +1.3.6.1.2.1.25.2.3.1.2.11|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.12|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.31|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.32|6|1.3.6.1.2.1.25.2.1.10 +1.3.6.1.2.1.25.2.3.1.2.33|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.34|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.35|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.3.1|4|Physical memory +1.3.6.1.2.1.25.2.3.1.3.3|4|Virtual memory +1.3.6.1.2.1.25.2.3.1.3.6|4|Memory buffers +1.3.6.1.2.1.25.2.3.1.3.7|4|Cached memory +1.3.6.1.2.1.25.2.3.1.3.8|4|Shared virtual memory +1.3.6.1.2.1.25.2.3.1.3.10|4|Swap space (total) +1.3.6.1.2.1.25.2.3.1.3.11|4|swap label/swap +1.3.6.1.2.1.25.2.3.1.3.12|4|swap md99 +1.3.6.1.2.1.25.2.3.1.3.31|4|/ +1.3.6.1.2.1.25.2.3.1.3.32|4|/dev +1.3.6.1.2.1.25.2.3.1.3.33|4|/tmp +1.3.6.1.2.1.25.2.3.1.3.34|4|/var +1.3.6.1.2.1.25.2.3.1.3.35|4|/data1 +1.3.6.1.2.1.25.2.3.1.4.1|2|4096 +1.3.6.1.2.1.25.2.3.1.4.3|2|4096 +1.3.6.1.2.1.25.2.3.1.4.6|2|1024 +1.3.6.1.2.1.25.2.3.1.4.7|2|4096 +1.3.6.1.2.1.25.2.3.1.4.8|2|4096 +1.3.6.1.2.1.25.2.3.1.4.10|2|4096 +1.3.6.1.2.1.25.2.3.1.4.11|2|4096 +1.3.6.1.2.1.25.2.3.1.4.12|2|4096 +1.3.6.1.2.1.25.2.3.1.4.31|2|4096 +1.3.6.1.2.1.25.2.3.1.4.32|2|512 +1.3.6.1.2.1.25.2.3.1.4.33|2|4096 +1.3.6.1.2.1.25.2.3.1.4.34|2|4096 +1.3.6.1.2.1.25.2.3.1.4.35|2|4096 +1.3.6.1.2.1.25.2.3.1.5.1|2|2045306 +1.3.6.1.2.1.25.2.3.1.5.3|2|1240326 +1.3.6.1.2.1.25.2.3.1.5.6|2|577600 +1.3.6.1.2.1.25.2.3.1.5.7|2|1543509 +1.3.6.1.2.1.25.2.3.1.5.8|2|79109 +1.3.6.1.2.1.25.2.3.1.5.10|2|3145663 +1.3.6.1.2.1.25.2.3.1.5.11|2|524255 +1.3.6.1.2.1.25.2.3.1.5.12|2|2621408 +1.3.6.1.2.1.25.2.3.1.5.31|2|253831 +1.3.6.1.2.1.25.2.3.1.5.32|2|2 +1.3.6.1.2.1.25.2.3.1.5.33|2|507783 +1.3.6.1.2.1.25.2.3.1.5.34|2|23635583 +1.3.6.1.2.1.25.2.3.1.5.35|2|211212121 +1.3.6.1.2.1.25.2.3.1.6.1|2|1978727 +1.3.6.1.2.1.25.2.3.1.6.3|2|1173747 +1.3.6.1.2.1.25.2.3.1.6.6|2|577600 +1.3.6.1.2.1.25.2.3.1.6.7|2|1543509 +1.3.6.1.2.1.25.2.3.1.6.8|2|79109 +1.3.6.1.2.1.25.2.3.1.6.10|2|17542 +1.3.6.1.2.1.25.2.3.1.6.11|2|8686 +1.3.6.1.2.1.25.2.3.1.6.12|2|8856 +1.3.6.1.2.1.25.2.3.1.6.31|2|177987 +1.3.6.1.2.1.25.2.3.1.6.32|2|2 +1.3.6.1.2.1.25.2.3.1.6.33|2|31 +1.3.6.1.2.1.25.2.3.1.6.34|2|5192449 +1.3.6.1.2.1.25.2.3.1.6.35|2|6147152 +1.3.6.1.2.1.25.2.3.1.7.1|65|0 +1.3.6.1.2.1.25.2.3.1.7.3|65|0 +1.3.6.1.2.1.25.2.3.1.7.6|65|0 +1.3.6.1.2.1.25.2.3.1.7.7|65|0 +1.3.6.1.2.1.25.2.3.1.7.8|65|0 +1.3.6.1.2.1.25.2.3.1.7.10|65|0 +1.3.6.1.2.1.25.2.3.1.7.11|65|0 +1.3.6.1.2.1.25.2.3.1.7.12|65|0 +1.3.6.1.2.1.25.2.3.1.7.31|65|0 +1.3.6.1.2.1.25.2.3.1.7.32|65|0 +1.3.6.1.2.1.25.2.3.1.7.33|65|0 +1.3.6.1.2.1.25.2.3.1.7.34|65|0 +1.3.6.1.2.1.25.2.3.1.7.35|65|0 +1.3.6.1.2.1.25.3.2.1.1.196608|2|196608 +1.3.6.1.2.1.25.3.2.1.1.196609|2|196609 +1.3.6.1.2.1.25.3.2.1.1.196610|2|196610 +1.3.6.1.2.1.25.3.2.1.1.196611|2|196611 +1.3.6.1.2.1.25.3.2.1.1.262145|2|262145 +1.3.6.1.2.1.25.3.2.1.1.262146|2|262146 +1.3.6.1.2.1.25.3.2.1.1.262147|2|262147 +1.3.6.1.2.1.25.3.2.1.1.262148|2|262148 +1.3.6.1.2.1.25.3.2.1.1.262149|2|262149 +1.3.6.1.2.1.25.3.2.1.1.262150|2|262150 +1.3.6.1.2.1.25.3.2.1.1.393248|2|393248 +1.3.6.1.2.1.25.3.2.1.1.786432|2|786432 +1.3.6.1.2.1.25.3.2.1.2.196608|6|1.3.6.1.2.1.25.3.1.3 +1.3.6.1.2.1.25.3.2.1.2.196609|6|1.3.6.1.2.1.25.3.1.3 +1.3.6.1.2.1.25.3.2.1.2.196610|6|1.3.6.1.2.1.25.3.1.3 +1.3.6.1.2.1.25.3.2.1.2.196611|6|1.3.6.1.2.1.25.3.1.3 +1.3.6.1.2.1.25.3.2.1.2.262145|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262146|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262147|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262148|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262149|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262150|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.393248|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.786432|6|1.3.6.1.2.1.25.3.1.12 +1.3.6.1.2.1.25.3.2.1.3.196608|4|Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz +1.3.6.1.2.1.25.3.2.1.3.196609|4|Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz +1.3.6.1.2.1.25.3.2.1.3.196610|4|Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz +1.3.6.1.2.1.25.3.2.1.3.196611|4|Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz +1.3.6.1.2.1.25.3.2.1.3.262145|4|network interface igb0 +1.3.6.1.2.1.25.3.2.1.3.262146|4|network interface igb1 +1.3.6.1.2.1.25.3.2.1.3.262147|4|network interface bge0 +1.3.6.1.2.1.25.3.2.1.3.262148|4|network interface bge1 +1.3.6.1.2.1.25.3.2.1.3.262149|4|network interface lo0 +1.3.6.1.2.1.25.3.2.1.3.262150|4|network interface lagg0 +1.3.6.1.2.1.25.3.2.1.3.393248|4|some sort of disk +1.3.6.1.2.1.25.3.2.1.3.786432|4|Guessing that there's a floating point co-processor +1.3.6.1.2.1.25.3.2.1.4.196608|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.196609|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.196610|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.196611|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262145|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262146|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262147|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262148|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262149|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262150|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.393248|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.786432|6|0.0 +1.3.6.1.2.1.25.3.2.1.5.196608|2|2 +1.3.6.1.2.1.25.3.2.1.5.196609|2|2 +1.3.6.1.2.1.25.3.2.1.5.196610|2|2 +1.3.6.1.2.1.25.3.2.1.5.196611|2|2 +1.3.6.1.2.1.25.3.2.1.5.262145|2|5 +1.3.6.1.2.1.25.3.2.1.5.262146|2|2 +1.3.6.1.2.1.25.3.2.1.5.262147|2|2 +1.3.6.1.2.1.25.3.2.1.5.262148|2|5 +1.3.6.1.2.1.25.3.2.1.5.262149|2|2 +1.3.6.1.2.1.25.3.2.1.5.262150|2|2 +1.3.6.1.2.1.25.3.2.1.5.393248|2|2 +1.3.6.1.2.1.25.3.2.1.5.786432|2|2 +1.3.6.1.2.1.25.3.2.1.6.196608|65|0 +1.3.6.1.2.1.25.3.2.1.6.196609|65|0 +1.3.6.1.2.1.25.3.2.1.6.196610|65|0 +1.3.6.1.2.1.25.3.2.1.6.196611|65|0 +1.3.6.1.2.1.25.3.2.1.6.262145|65|0 +1.3.6.1.2.1.25.3.2.1.6.262146|65|0 +1.3.6.1.2.1.25.3.2.1.6.262147|65|0 +1.3.6.1.2.1.25.3.2.1.6.262148|65|0 +1.3.6.1.2.1.25.3.2.1.6.262149|65|0 +1.3.6.1.2.1.25.3.2.1.6.262150|65|162 +1.3.6.1.2.1.25.3.2.1.6.393248|65|0 +1.3.6.1.2.1.25.3.2.1.6.786432|65|0 +1.3.6.1.2.1.25.3.3.1.1.196608|6|0.0 +1.3.6.1.2.1.25.3.3.1.1.196609|6|0.0 +1.3.6.1.2.1.25.3.3.1.1.196610|6|0.0 +1.3.6.1.2.1.25.3.3.1.1.196611|6|0.0 +1.3.6.1.2.1.25.3.3.1.2.196608|2|4 +1.3.6.1.2.1.25.3.3.1.2.196609|2|5 +1.3.6.1.2.1.25.3.3.1.2.196610|2|5 +1.3.6.1.2.1.25.3.3.1.2.196611|2|4 +1.3.6.1.2.1.31.1.1.1.1.1|4|igb0 +1.3.6.1.2.1.31.1.1.1.1.2|4|igb1 +1.3.6.1.2.1.31.1.1.1.1.3|4|bge0 +1.3.6.1.2.1.31.1.1.1.1.4|4|bge1 +1.3.6.1.2.1.31.1.1.1.1.5|4|lo0 +1.3.6.1.2.1.31.1.1.1.1.6|4|lagg0 +1.3.6.1.2.1.31.1.1.1.2.1|65|0 +1.3.6.1.2.1.31.1.1.1.2.2|65|519336 +1.3.6.1.2.1.31.1.1.1.2.3|65|30407398 +1.3.6.1.2.1.31.1.1.1.2.4|65|0 +1.3.6.1.2.1.31.1.1.1.2.5|65|0 +1.3.6.1.2.1.31.1.1.1.2.6|65|30926734 +1.3.6.1.2.1.31.1.1.1.3.1|65|0 +1.3.6.1.2.1.31.1.1.1.3.2|65|0 +1.3.6.1.2.1.31.1.1.1.3.3|65|0 +1.3.6.1.2.1.31.1.1.1.3.4|65|0 +1.3.6.1.2.1.31.1.1.1.3.5|65|0 +1.3.6.1.2.1.31.1.1.1.3.6|65|0 +1.3.6.1.2.1.31.1.1.1.4.1|65|0 +1.3.6.1.2.1.31.1.1.1.4.2|65|14983448 +1.3.6.1.2.1.31.1.1.1.4.3|65|479391 +1.3.6.1.2.1.31.1.1.1.4.4|65|0 +1.3.6.1.2.1.31.1.1.1.4.5|65|0 +1.3.6.1.2.1.31.1.1.1.4.6|65|15462839 +1.3.6.1.2.1.31.1.1.1.5.1|65|0 +1.3.6.1.2.1.31.1.1.1.5.2|65|0 +1.3.6.1.2.1.31.1.1.1.5.3|65|0 +1.3.6.1.2.1.31.1.1.1.5.4|65|0 +1.3.6.1.2.1.31.1.1.1.5.5|65|0 +1.3.6.1.2.1.31.1.1.1.5.6|65|0 +1.3.6.1.2.1.31.1.1.1.6.1|70|0 +1.3.6.1.2.1.31.1.1.1.6.2|70|66201804 +1.3.6.1.2.1.31.1.1.1.6.3|70|113566756839 +1.3.6.1.2.1.31.1.1.1.6.4|70|0 +1.3.6.1.2.1.31.1.1.1.6.5|70|95651077631 +1.3.6.1.2.1.31.1.1.1.6.6|70|113632958643 +1.3.6.1.2.1.31.1.1.1.7.1|70|0 +1.3.6.1.2.1.31.1.1.1.7.2|70|530753 +1.3.6.1.2.1.31.1.1.1.7.3|70|715671935 +1.3.6.1.2.1.31.1.1.1.7.4|70|0 +1.3.6.1.2.1.31.1.1.1.7.5|70|181918085 +1.3.6.1.2.1.31.1.1.1.7.6|70|716202688 +1.3.6.1.2.1.31.1.1.1.8.1|70|0 +1.3.6.1.2.1.31.1.1.1.8.2|70|519336 +1.3.6.1.2.1.31.1.1.1.8.3|70|30407398 +1.3.6.1.2.1.31.1.1.1.8.4|70|0 +1.3.6.1.2.1.31.1.1.1.8.5|70|0 +1.3.6.1.2.1.31.1.1.1.8.6|70|30926734 +1.3.6.1.2.1.31.1.1.1.9.1|70|0 +1.3.6.1.2.1.31.1.1.1.9.2|70|0 +1.3.6.1.2.1.31.1.1.1.9.3|70|0 +1.3.6.1.2.1.31.1.1.1.9.4|70|0 +1.3.6.1.2.1.31.1.1.1.9.5|70|0 +1.3.6.1.2.1.31.1.1.1.9.6|70|0 +1.3.6.1.2.1.31.1.1.1.10.1|70|0 +1.3.6.1.2.1.31.1.1.1.10.2|70|64010326009 +1.3.6.1.2.1.31.1.1.1.10.3|70|60891711733 +1.3.6.1.2.1.31.1.1.1.10.4|70|0 +1.3.6.1.2.1.31.1.1.1.10.5|70|95651077631 +1.3.6.1.2.1.31.1.1.1.10.6|70|124902037742 +1.3.6.1.2.1.31.1.1.1.11.1|70|0 +1.3.6.1.2.1.31.1.1.1.11.2|70|316582683 +1.3.6.1.2.1.31.1.1.1.11.3|70|304429258 +1.3.6.1.2.1.31.1.1.1.11.4|70|0 +1.3.6.1.2.1.31.1.1.1.11.5|70|181918085 +1.3.6.1.2.1.31.1.1.1.11.6|70|621011941 +1.3.6.1.2.1.31.1.1.1.12.1|70|0 +1.3.6.1.2.1.31.1.1.1.12.2|70|14983448 +1.3.6.1.2.1.31.1.1.1.12.3|70|479391 +1.3.6.1.2.1.31.1.1.1.12.4|70|0 +1.3.6.1.2.1.31.1.1.1.12.5|70|0 +1.3.6.1.2.1.31.1.1.1.12.6|70|15462839 +1.3.6.1.2.1.31.1.1.1.13.1|70|0 +1.3.6.1.2.1.31.1.1.1.13.2|70|0 +1.3.6.1.2.1.31.1.1.1.13.3|70|0 +1.3.6.1.2.1.31.1.1.1.13.4|70|0 +1.3.6.1.2.1.31.1.1.1.13.5|70|0 +1.3.6.1.2.1.31.1.1.1.13.6|70|0 +1.3.6.1.2.1.31.1.1.1.15.1|66|1000 +1.3.6.1.2.1.31.1.1.1.15.2|66|1000 +1.3.6.1.2.1.31.1.1.1.15.3|66|1000 +1.3.6.1.2.1.31.1.1.1.15.4|66|1000 +1.3.6.1.2.1.31.1.1.1.15.5|66|0 +1.3.6.1.2.1.31.1.1.1.15.6|66|2000 +1.3.6.1.2.1.31.1.1.1.16.1|2|2 +1.3.6.1.2.1.31.1.1.1.16.2|2|2 +1.3.6.1.2.1.31.1.1.1.16.3|2|2 +1.3.6.1.2.1.31.1.1.1.16.4|2|2 +1.3.6.1.2.1.31.1.1.1.16.5|2|2 +1.3.6.1.2.1.31.1.1.1.16.6|2|2 +1.3.6.1.2.1.31.1.1.1.17.1|2|1 +1.3.6.1.2.1.31.1.1.1.17.2|2|1 +1.3.6.1.2.1.31.1.1.1.17.3|2|1 +1.3.6.1.2.1.31.1.1.1.17.4|2|1 +1.3.6.1.2.1.31.1.1.1.17.5|2|1 +1.3.6.1.2.1.31.1.1.1.17.6|2|1 +1.3.6.1.2.1.31.1.1.1.18.1|4| +1.3.6.1.2.1.31.1.1.1.18.2|4| +1.3.6.1.2.1.31.1.1.1.18.3|4| +1.3.6.1.2.1.31.1.1.1.18.4|4| +1.3.6.1.2.1.31.1.1.1.18.5|4| +1.3.6.1.2.1.31.1.1.1.18.6|4| +1.3.6.1.2.1.31.1.1.1.19.1|67|0 +1.3.6.1.2.1.31.1.1.1.19.2|67|0 +1.3.6.1.2.1.31.1.1.1.19.3|67|0 +1.3.6.1.2.1.31.1.1.1.19.4|67|0 +1.3.6.1.2.1.31.1.1.1.19.5|67|0 +1.3.6.1.2.1.31.1.1.1.19.6|67|0 +1.3.6.1.4.1.2021.9.1.1.1|2|1 +1.3.6.1.4.1.2021.9.1.1.2|2|2 +1.3.6.1.4.1.2021.9.1.1.3|2|3 +1.3.6.1.4.1.2021.9.1.1.4|2|4 +1.3.6.1.4.1.2021.9.1.1.5|2|5 +1.3.6.1.4.1.2021.9.1.2.1|4|/ +1.3.6.1.4.1.2021.9.1.2.2|4|/dev +1.3.6.1.4.1.2021.9.1.2.3|4|/tmp +1.3.6.1.4.1.2021.9.1.2.4|4|/var +1.3.6.1.4.1.2021.9.1.2.5|4|/data1 +1.3.6.1.4.1.2021.9.1.3.1|4|/dev/ufs/rootg +1.3.6.1.4.1.2021.9.1.3.2|4|devfs +1.3.6.1.4.1.2021.9.1.3.3|4|/dev/ufs/tmp +1.3.6.1.4.1.2021.9.1.3.4|4|/dev/ufs/var +1.3.6.1.4.1.2021.9.1.3.5|4|/dev/ufs/data1 +1.3.6.1.4.1.2021.9.1.4.1|2|-1 +1.3.6.1.4.1.2021.9.1.4.2|2|-1 +1.3.6.1.4.1.2021.9.1.4.3|2|-1 +1.3.6.1.4.1.2021.9.1.4.4|2|-1 +1.3.6.1.4.1.2021.9.1.4.5|2|-1 +1.3.6.1.4.1.2021.9.1.5.1|2|10 +1.3.6.1.4.1.2021.9.1.5.2|2|10 +1.3.6.1.4.1.2021.9.1.5.3|2|10 +1.3.6.1.4.1.2021.9.1.5.4|2|10 +1.3.6.1.4.1.2021.9.1.5.5|2|10 +1.3.6.1.4.1.2021.9.1.6.1|2|1015324 +1.3.6.1.4.1.2021.9.1.6.2|2|1 +1.3.6.1.4.1.2021.9.1.6.3|2|2031132 +1.3.6.1.4.1.2021.9.1.6.4|2|94542332 +1.3.6.1.4.1.2021.9.1.6.5|2|844848484 +1.3.6.1.4.1.2021.9.1.7.1|2|303376 +1.3.6.1.4.1.2021.9.1.7.2|2|0 +1.3.6.1.4.1.2021.9.1.7.3|2|2031008 +1.3.6.1.4.1.2021.9.1.7.4|2|73772536 +1.3.6.1.4.1.2021.9.1.7.5|2|820259876 +1.3.6.1.4.1.2021.9.1.8.1|2|711948 +1.3.6.1.4.1.2021.9.1.8.2|2|1 +1.3.6.1.4.1.2021.9.1.8.3|2|124 +1.3.6.1.4.1.2021.9.1.8.4|2|20769796 +1.3.6.1.4.1.2021.9.1.8.5|2|24588608 +1.3.6.1.4.1.2021.9.1.9.1|2|70 +1.3.6.1.4.1.2021.9.1.9.2|2|100 +1.3.6.1.4.1.2021.9.1.9.3|2|0 +1.3.6.1.4.1.2021.9.1.9.4|2|22 +1.3.6.1.4.1.2021.9.1.9.5|2|3 +1.3.6.1.4.1.2021.9.1.10.1|2|15 +1.3.6.1.4.1.2021.9.1.10.2|2|0 +1.3.6.1.4.1.2021.9.1.10.3|2|0 +1.3.6.1.4.1.2021.9.1.10.4|2|0 +1.3.6.1.4.1.2021.9.1.10.5|2|0 +1.3.6.1.4.1.2021.9.1.11.1|66|1015324 +1.3.6.1.4.1.2021.9.1.11.2|66|1 +1.3.6.1.4.1.2021.9.1.11.3|66|2031132 +1.3.6.1.4.1.2021.9.1.11.4|66|94542332 +1.3.6.1.4.1.2021.9.1.11.5|66|844848484 +1.3.6.1.4.1.2021.9.1.12.1|66|0 +1.3.6.1.4.1.2021.9.1.12.2|66|0 +1.3.6.1.4.1.2021.9.1.12.3|66|0 +1.3.6.1.4.1.2021.9.1.12.4|66|0 +1.3.6.1.4.1.2021.9.1.12.5|66|0 +1.3.6.1.4.1.2021.9.1.13.1|66|303376 +1.3.6.1.4.1.2021.9.1.13.2|66|0 +1.3.6.1.4.1.2021.9.1.13.3|66|2031008 +1.3.6.1.4.1.2021.9.1.13.4|66|73772536 +1.3.6.1.4.1.2021.9.1.13.5|66|820259876 +1.3.6.1.4.1.2021.9.1.14.1|66|0 +1.3.6.1.4.1.2021.9.1.14.2|66|0 +1.3.6.1.4.1.2021.9.1.14.3|66|0 +1.3.6.1.4.1.2021.9.1.14.4|66|0 +1.3.6.1.4.1.2021.9.1.14.5|66|0 +1.3.6.1.4.1.2021.9.1.15.1|66|711948 +1.3.6.1.4.1.2021.9.1.15.2|66|1 +1.3.6.1.4.1.2021.9.1.15.3|66|124 +1.3.6.1.4.1.2021.9.1.15.4|66|20769796 +1.3.6.1.4.1.2021.9.1.15.5|66|24588608 +1.3.6.1.4.1.2021.9.1.16.1|66|0 +1.3.6.1.4.1.2021.9.1.16.2|66|0 +1.3.6.1.4.1.2021.9.1.16.3|66|0 +1.3.6.1.4.1.2021.9.1.16.4|66|0 +1.3.6.1.4.1.2021.9.1.16.5|66|0 +1.3.6.1.4.1.2021.9.1.100.1|2|0 +1.3.6.1.4.1.2021.9.1.100.2|2|1 +1.3.6.1.4.1.2021.9.1.100.3|2|0 +1.3.6.1.4.1.2021.9.1.100.4|2|0 +1.3.6.1.4.1.2021.9.1.100.5|2|0 +1.3.6.1.4.1.2021.9.1.101.1|4| +1.3.6.1.4.1.2021.9.1.101.2|4|/dev: less than 10% free (= 0%) +1.3.6.1.4.1.2021.9.1.101.3|4| +1.3.6.1.4.1.2021.9.1.101.4|4| +1.3.6.1.4.1.2021.9.1.101.5|4| +1.3.6.1.4.1.2021.10.1.5.1|2|15 +1.3.6.1.4.1.2021.10.1.5.2|2|10 +1.3.6.1.4.1.2021.10.1.5.3|2|14 +1.3.6.1.4.1.2021.11.1.0|2|1 +1.3.6.1.4.1.2021.11.2.0|4|systemStats +1.3.6.1.4.1.2021.11.3.0|2|0 +1.3.6.1.4.1.2021.11.4.0|2|0 +1.3.6.1.4.1.2021.11.5.0|2|0 +1.3.6.1.4.1.2021.11.6.0|2|0 +1.3.6.1.4.1.2021.11.7.0|2|114 +1.3.6.1.4.1.2021.11.8.0|2|5170 +1.3.6.1.4.1.2021.11.9.0|2|1 +1.3.6.1.4.1.2021.11.10.0|2|0 +1.3.6.1.4.1.2021.11.11.0|2|96 +1.3.6.1.4.1.2021.11.50.0|65|128803412 +1.3.6.1.4.1.2021.11.51.0|65|710225 +1.3.6.1.4.1.2021.11.52.0|65|133904194 +1.3.6.1.4.1.2021.11.53.0|65|2750446480 +1.3.6.1.4.1.2021.11.54.0|65|0 +1.3.6.1.4.1.2021.11.55.0|65|133334889 +1.3.6.1.4.1.2021.11.56.0|65|569305 +1.3.6.1.4.1.2021.11.57.0|65|20233 +1.3.6.1.4.1.2021.11.58.0|65|2293 +1.3.6.1.4.1.2021.11.59.0|65|1378631821 +1.3.6.1.4.1.2021.11.60.0|65|4103097156 +1.3.6.1.4.1.2021.11.61.0|65|0 +1.3.6.1.4.1.2021.11.62.0|65|440 +1.3.6.1.4.1.2021.11.63.0|65|2331 +1.3.6.1.4.1.2021.11.64.0|65|0 +1.3.6.1.4.1.2021.11.65.0|65|0 +1.3.6.1.4.1.2021.11.66.0|65|0 +1.3.6.1.4.1.2021.11.67.0|2|4 +1.3.6.1.4.1.2021.13.15.1.1.1.1|2|1 +1.3.6.1.4.1.2021.13.15.1.1.1.2|2|2 +1.3.6.1.4.1.2021.13.15.1.1.1.3|2|3 +1.3.6.1.4.1.2021.13.15.1.1.1.4|2|4 +1.3.6.1.4.1.2021.13.15.1.1.1.5|2|5 +1.3.6.1.4.1.2021.13.15.1.1.1.6|2|6 +1.3.6.1.4.1.2021.13.15.1.1.2.1|4|md99 +1.3.6.1.4.1.2021.13.15.1.1.2.2|4|da0 +1.3.6.1.4.1.2021.13.15.1.1.2.3|4|cd0 +1.3.6.1.4.1.2021.13.15.1.1.2.4|4|pass0 +1.3.6.1.4.1.2021.13.15.1.1.2.5|4|pass1 +1.3.6.1.4.1.2021.13.15.1.1.2.6|4|pass2 +1.3.6.1.4.1.2021.13.15.1.1.3.1|65|4605952 +1.3.6.1.4.1.2021.13.15.1.1.3.2|65|542021120 +1.3.6.1.4.1.2021.13.15.1.1.3.3|65|131072 +1.3.6.1.4.1.2021.13.15.1.1.3.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.1|65|42000384 +1.3.6.1.4.1.2021.13.15.1.1.4.2|65|2626785280 +1.3.6.1.4.1.2021.13.15.1.1.4.3|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.1|65|230 +1.3.6.1.4.1.2021.13.15.1.1.5.2|65|177720 +1.3.6.1.4.1.2021.13.15.1.1.5.3|65|34 +1.3.6.1.4.1.2021.13.15.1.1.5.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.1|65|1165 +1.3.6.1.4.1.2021.13.15.1.1.6.2|65|316478567 +1.3.6.1.4.1.2021.13.15.1.1.6.3|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.9.1|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.2|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.3|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.4|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.5|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.6|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.1|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.2|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.3|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.4|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.5|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.6|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.1|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.2|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.3|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.4|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.5|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.6|2|0 +1.3.6.1.4.1.2021.13.15.1.1.12.1|70|4605952 +1.3.6.1.4.1.2021.13.15.1.1.12.2|70|30606792192 +1.3.6.1.4.1.2021.13.15.1.1.12.3|70|131072 +1.3.6.1.4.1.2021.13.15.1.1.12.4|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.5|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.6|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.1|70|42000384 +1.3.6.1.4.1.2021.13.15.1.1.13.2|70|9223921569792 +1.3.6.1.4.1.2021.13.15.1.1.13.3|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.4|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.5|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.6|70|0 +1.3.6.1.4.1.2440.1.3.2.22.1.2.3.97.99.107|4|ack +1.3.6.1.4.1.2440.1.3.2.22.1.2.4.110.97.99.107|4|nack +1.3.6.1.4.1.2440.1.3.2.22.1.2.5.111.102.102.101.114|4|offer +1.3.6.1.4.1.2440.1.3.2.22.1.2.6.105.110.102.111.114.109|4|inform +1.3.6.1.4.1.2440.1.3.2.22.1.2.7.100.101.99.108.105.110.101|4|decline +1.3.6.1.4.1.2440.1.3.2.22.1.2.7.114.101.108.101.97.115.101|4|release +1.3.6.1.4.1.2440.1.3.2.22.1.2.7.114.101.113.117.101.115.116|4|request +1.3.6.1.4.1.2440.1.3.2.22.1.2.8.100.105.115.99.111.118.101.114|4|discover +1.3.6.1.4.1.2440.1.3.2.22.1.3.3.97.99.107|2|5065953 +1.3.6.1.4.1.2440.1.3.2.22.1.3.4.110.97.99.107|2|158 +1.3.6.1.4.1.2440.1.3.2.22.1.3.5.111.102.102.101.114|2|630622 +1.3.6.1.4.1.2440.1.3.2.22.1.3.6.105.110.102.111.114.109|2|31809 +1.3.6.1.4.1.2440.1.3.2.22.1.3.7.100.101.99.108.105.110.101|2|47 +1.3.6.1.4.1.2440.1.3.2.22.1.3.7.114.101.108.101.97.115.101|2|232 +1.3.6.1.4.1.2440.1.3.2.22.1.3.7.114.101.113.117.101.115.116|2|5060007 +1.3.6.1.4.1.2440.1.3.2.22.1.3.8.100.105.115.99.111.118.101.114|2|706359 +1.3.6.1.4.1.2440.1.4.2.3.1.2.3.116.99.112|4|tcp +1.3.6.1.4.1.2440.1.4.2.3.1.2.3.117.100.112|4|udp +1.3.6.1.4.1.2440.1.4.2.3.1.2.5.100.110.115.54.52|4|dns64 +1.3.6.1.4.1.2440.1.4.2.3.1.2.6.101.99.115.111.112.116|4|ecsopt +1.3.6.1.4.1.2440.1.4.2.3.1.2.6.112.97.100.111.112.116|4|padopt +1.3.6.1.4.1.2440.1.4.2.3.1.2.6.115.105.103.48.105.110|4|sig0in +1.3.6.1.4.1.2440.1.4.2.3.1.2.6.116.115.105.103.105.110|4|tsigin +1.3.6.1.4.1.2440.1.4.2.3.1.2.6.120.102.114.114.101.106|4|xfrrej +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.97.117.116.104.97.110.115|4|authans +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.97.117.116.104.114.101.106|4|authrej +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.100.114.111.112.112.101.100|4|dropped +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.101.100.110.115.48.105.110|4|edns0in +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.102.97.105.108.117.114.101|4|failure +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.102.111.114.109.101.114.114|4|formerr +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.110.115.105.100.111.112.116|4|nsidopt +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.110.120.114.114.115.101.116|4|nxrrset +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.114.101.115.95.118.97.108|4|res_val +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.115.105.103.48.111.117.116|4|sig0out +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.115.117.99.99.101.115.115|4|success +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.116.115.105.103.111.117.116|4|tsigout +1.3.6.1.4.1.2440.1.4.2.3.1.2.7.120.102.114.100.111.110.101|4|xfrdone +1.3.6.1.4.1.2440.1.4.2.3.1.2.8.99.111.111.107.105.101.105.110|4|cookiein +1.3.6.1.4.1.2440.1.4.2.3.1.2.8.101.100.110.115.48.111.117.116|4|edns0out +1.3.6.1.4.1.2440.1.4.2.3.1.2.8.110.120.100.111.109.97.105.110|4|nxdomain +1.3.6.1.4.1.2440.1.4.2.3.1.2.8.111.116.104.101.114.111.112.116|4|otheropt +1.3.6.1.4.1.2440.1.4.2.3.1.2.8.112.114.101.102.101.116.99.104|4|prefetch +1.3.6.1.4.1.2440.1.4.2.3.1.2.8.114.101.102.101.114.114.97.108|4|referral +1.3.6.1.4.1.2440.1.4.2.3.1.2.8.114.101.115.95.108.97.109.101|4|res_lame +1.3.6.1.4.1.2440.1.4.2.3.1.2.8.114.101.115.112.111.110.115.101|4|response +1.3.6.1.4.1.2440.1.4.2.3.1.2.8.115.101.114.118.102.97.105.108|4|servfail +1.3.6.1.4.1.2440.1.4.2.3.1.2.8.116.114.121.115.116.97.108.101|4|trystale +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.98.97.100.99.111.111.107.105.101|4|badcookie +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.99.111.111.107.105.101.110.101.119|4|cookienew +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.100.117.112.108.105.99.97.116.101|4|duplicate +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.101.120.112.105.114.101.111.112.116|4|expireopt +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.107.101.121.116.97.103.111.112.116|4|keytagopt +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.114.101.99.117.114.115.105.111.110|4|recursion +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.114.101.113.117.101.115.116.118.52|4|requestv4 +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.114.101.113.117.101.115.116.118.54|4|requestv6 +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.114.101.115.95.114.101.116.114.121|4|res_retry +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.117.110.107.110.111.119.45.54.53|4|unknow-65 +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.117.110.107.110.111.119.45.54.54|4|unknow-66 +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.117.112.100.97.116.101.114.101.106|4|updaterej +1.3.6.1.4.1.2440.1.4.2.3.1.2.9.117.115.101.100.115.116.97.108.101|4|usedstale +1.3.6.1.4.1.2440.1.4.2.3.1.2.10.98.97.100.101.100.110.115.118.101.114|4|badednsver +1.3.6.1.4.1.2440.1.4.2.3.1.2.10.105.110.118.97.108.105.100.115.105.103|4|invalidsig +1.3.6.1.4.1.2440.1.4.2.3.1.2.10.110.111.110.97.117.116.104.97.110.115|4|nonauthans +1.3.6.1.4.1.2440.1.4.2.3.1.2.10.114.101.99.117.114.115.101.114.101.106|4|recurserej +1.3.6.1.4.1.2440.1.4.2.3.1.2.10.114.101.113.117.101.115.116.116.99.112|4|requesttcp +1.3.6.1.4.1.2440.1.4.2.3.1.2.10.114.101.115.95.110.102.101.116.99.104|4|res_nfetch +1.3.6.1.4.1.2440.1.4.2.3.1.2.10.117.110.107.110.111.119.45.49.49.49|4|unknow-111 +1.3.6.1.4.1.2440.1.4.2.3.1.2.10.117.112.100.97.116.101.100.111.110.101|4|updatedone +1.3.6.1.4.1.2440.1.4.2.3.1.2.10.117.112.100.97.116.101.102.97.105.108|4|updatefail +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.99.111.111.107.105.101.109.97.116.99.104|4|cookiematch +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.110.111.100.97.116.97.115.121.110.116.104|4|nodatasynth +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.114.97.116.101.100.114.111.112.112.101.100|4|ratedropped +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.114.97.116.101.115.108.105.112.112.101.100|4|rateslipped +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.114.101.115.95.98.97.100.118.101.114.115|4|res_badvers +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.114.101.115.95.98.117.99.107.101.116.115|4|res_buckets +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.114.101.115.95.102.111.114.109.101.114.114|4|res_formerr +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.114.101.115.95.113.117.101.114.121.118.52|4|res_queryv4 +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.114.101.115.95.113.117.101.114.121.118.54|4|res_queryv6 +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.114.101.115.95.114.101.102.117.115.101.100|4|res_refused +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.114.101.115.95.118.97.108.102.97.105.108|4|res_valfail +1.3.6.1.4.1.2440.1.4.2.3.1.2.11.114.112.122.114.101.119.114.105.116.101.115|4|rpzrewrites +1.3.6.1.4.1.2440.1.4.2.3.1.2.12.107.101.101.112.97.108.105.118.101.111.112.116|4|keepaliveopt +1.3.6.1.4.1.2440.1.4.2.3.1.2.12.114.101.115.95.99.111.111.107.105.101.105.110|4|res_cookiein +1.3.6.1.4.1.2440.1.4.2.3.1.2.12.114.101.115.95.99.111.111.107.105.101.111.107|4|res_cookieok +1.3.6.1.4.1.2440.1.4.2.3.1.2.12.114.101.115.95.109.105.115.109.97.116.99.104|4|res_mismatch +1.3.6.1.4.1.2440.1.4.2.3.1.2.12.114.101.115.95.110.101.120.116.105.116.101.109|4|res_nextitem +1.3.6.1.4.1.2440.1.4.2.3.1.2.12.114.101.115.95.110.120.100.111.109.97.105.110|4|res_nxdomain +1.3.6.1.4.1.2440.1.4.2.3.1.2.12.114.101.115.95.115.101.114.118.102.97.105.108|4|res_servfail +1.3.6.1.4.1.2440.1.4.2.3.1.2.12.117.112.100.97.116.101.114.101.113.102.119.100|4|updatereqfwd +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.99.111.111.107.105.101.98.97.100.115.105.122.101|4|cookiebadsize +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.99.111.111.107.105.101.98.97.100.116.105.109.101|4|cookiebadtime +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.99.111.111.107.105.101.110.111.109.97.116.99.104|4|cookienomatch +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.110.120.100.111.109.97.105.110.115.121.110.116.104|4|nxdomainsynth +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.99.117.114.115.99.108.105.101.110.116.115|4|recursclients +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.98.97.100.99.111.111.107.105.101|4|res_badcookie +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.99.111.111.107.105.101.110.101.119|4|res_cookienew +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.99.111.111.107.105.101.111.117.116|4|res_cookieout +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.100.105.115.112.97.98.111.114.116|4|res_dispabort +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.101.100.110.115.48.102.97.105.108|4|res_edns0fail +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.113.117.101.114.121.114.116.116.48|4|res_queryrtt0 +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.113.117.101.114.121.114.116.116.49|4|res_queryrtt1 +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.113.117.101.114.121.114.116.116.50|4|res_queryrtt2 +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.113.117.101.114.121.114.116.116.51|4|res_queryrtt3 +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.113.117.101.114.121.114.116.116.52|4|res_queryrtt4 +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.113.117.101.114.121.114.116.116.53|4|res_queryrtt5 +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.116.114.117.110.99.97.116.101.100|4|res_truncated +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.114.101.115.95.122.111.110.101.113.117.111.116.97|4|res_zonequota +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.116.114.117.110.99.97.116.101.100.114.101.115.112|4|truncatedresp +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.117.112.100.97.116.101.102.119.100.102.97.105.108|4|updatefwdfail +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.117.112.100.97.116.101.114.101.115.112.102.119.100|4|updaterespfwd +1.3.6.1.4.1.2440.1.4.2.3.1.2.13.119.105.108.100.99.97.114.100.115.121.110.116.104|4|wildcardsynth +1.3.6.1.4.1.2440.1.4.2.3.1.2.14.114.101.115.95.100.105.115.112.114.101.113.116.99.112|4|res_dispreqtcp +1.3.6.1.4.1.2440.1.4.2.3.1.2.14.114.101.115.95.100.105.115.112.114.101.113.117.100.112|4|res_disprequdp +1.3.6.1.4.1.2440.1.4.2.3.1.2.14.114.101.115.95.111.116.104.101.114.101.114.114.111.114|4|res_othererror +1.3.6.1.4.1.2440.1.4.2.3.1.2.14.114.101.115.95.114.101.115.112.111.110.115.101.118.52|4|res_responsev4 +1.3.6.1.4.1.2440.1.4.2.3.1.2.14.114.101.115.95.114.101.115.112.111.110.115.101.118.54|4|res_responsev6 +1.3.6.1.4.1.2440.1.4.2.3.1.2.14.114.101.115.95.118.97.108.115.117.99.99.101.115.115|4|res_valsuccess +1.3.6.1.4.1.2440.1.4.2.3.1.2.15.114.101.115.95.103.108.117.101.102.101.116.99.104.118.52|4|res_gluefetchv4 +1.3.6.1.4.1.2440.1.4.2.3.1.2.15.114.101.115.95.103.108.117.101.102.101.116.99.104.118.54|4|res_gluefetchv6 +1.3.6.1.4.1.2440.1.4.2.3.1.2.15.114.101.115.95.115.101.114.118.101.114.113.117.111.116.97|4|res_serverquota +1.3.6.1.4.1.2440.1.4.2.3.1.2.15.117.112.100.97.116.101.98.97.100.112.114.101.114.101.113|4|updatebadprereq +1.3.6.1.4.1.2440.1.4.2.3.1.2.16.110.120.100.111.109.97.105.110.114.101.100.105.114.101.99.116|4|nxdomainredirect +1.3.6.1.4.1.2440.1.4.2.3.1.2.16.114.101.115.95.100.105.115.112.115.111.99.107.102.97.105.108|4|res_dispsockfail +1.3.6.1.4.1.2440.1.4.2.3.1.2.16.114.101.115.95.113.117.101.114.121.116.105.109.101.111.117.116|4|res_querytimeout +1.3.6.1.4.1.2440.1.4.2.3.1.2.17.114.101.115.95.118.97.108.110.101.103.115.117.99.99.101.115.115|4|res_valnegsuccess +1.3.6.1.4.1.2440.1.4.2.3.1.2.19.114.101.115.95.103.108.117.101.102.101.116.99.104.118.52.102.97.105.108|4|res_gluefetchv4fail +1.3.6.1.4.1.2440.1.4.2.3.1.2.19.114.101.115.95.103.108.117.101.102.101.116.99.104.118.54.102.97.105.108|4|res_gluefetchv6fail +1.3.6.1.4.1.2440.1.4.2.3.1.2.24.110.120.100.111.109.97.105.110.114.101.100.105.114.101.99.116.95.114.108.111.111.107.117.112|4|nxdomainredirect_rlookup +1.3.6.1.4.1.2440.1.4.2.3.1.3.3.116.99.112|2|64232 +1.3.6.1.4.1.2440.1.4.2.3.1.3.3.117.100.112|2|126645911 +1.3.6.1.4.1.2440.1.4.2.3.1.3.5.100.110.115.54.52|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.6.101.99.115.111.112.116|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.6.112.97.100.111.112.116|2|17841 +1.3.6.1.4.1.2440.1.4.2.3.1.3.6.115.105.103.48.105.110|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.6.116.115.105.103.105.110|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.6.120.102.114.114.101.106|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.97.117.116.104.97.110.115|2|1382262 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.97.117.116.104.114.101.106|2|129 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.100.114.111.112.112.101.100|2|1184 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.101.100.110.115.48.105.110|2|197440 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.102.97.105.108.117.114.101|2|8718 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.102.111.114.109.101.114.114|2|61 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.110.115.105.100.111.112.116|2|43 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.110.120.114.114.115.101.116|2|19984603 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.114.101.115.95.118.97.108|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.115.105.103.48.111.117.116|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.115.117.99.99.101.115.115|2|97923364 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.116.115.105.103.111.117.116|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.7.120.102.114.100.111.110.101|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.8.99.111.111.107.105.101.105.110|2|2063 +1.3.6.1.4.1.2440.1.4.2.3.1.3.8.101.100.110.115.48.111.117.116|2|197422 +1.3.6.1.4.1.2440.1.4.2.3.1.3.8.110.120.100.111.109.97.105.110|2|8565517 +1.3.6.1.4.1.2440.1.4.2.3.1.3.8.111.116.104.101.114.111.112.116|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.8.112.114.101.102.101.116.99.104|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.8.114.101.102.101.114.114.97.108|2|252 +1.3.6.1.4.1.2440.1.4.2.3.1.3.8.114.101.115.95.108.97.109.101|2|9142 +1.3.6.1.4.1.2440.1.4.2.3.1.3.8.114.101.115.112.111.110.115.101|2|126554815 +1.3.6.1.4.1.2440.1.4.2.3.1.3.8.115.101.114.118.102.97.105.108|2|64842 +1.3.6.1.4.1.2440.1.4.2.3.1.3.8.116.114.121.115.116.97.108.101|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.98.97.100.99.111.111.107.105.101|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.99.111.111.107.105.101.110.101.119|2|2063 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.100.117.112.108.105.99.97.116.101|2|184542 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.101.120.112.105.114.101.111.112.116|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.107.101.121.116.97.103.111.112.116|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.114.101.99.117.114.115.105.111.110|2|46035909 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.114.101.113.117.101.115.116.118.52|2|126705293 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.114.101.113.117.101.115.116.118.54|2|35248 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.114.101.115.95.114.101.116.114.121|2|28666382 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.117.110.107.110.111.119.45.54.53|2|20 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.117.110.107.110.111.119.45.54.54|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.117.112.100.97.116.101.114.101.106|2|2 +1.3.6.1.4.1.2440.1.4.2.3.1.3.9.117.115.101.100.115.116.97.108.101|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.10.98.97.100.101.100.110.115.118.101.114|2|23 +1.3.6.1.4.1.2440.1.4.2.3.1.3.10.105.110.118.97.108.105.100.115.105.103|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.10.110.111.110.97.117.116.104.97.110.115|2|125091474 +1.3.6.1.4.1.2440.1.4.2.3.1.3.10.114.101.99.117.114.115.101.114.101.106|2|8589 +1.3.6.1.4.1.2440.1.4.2.3.1.3.10.114.101.113.117.101.115.116.116.99.112|2|64731 +1.3.6.1.4.1.2440.1.4.2.3.1.3.10.114.101.115.95.110.102.101.116.99.104|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.10.117.110.107.110.111.119.45.49.49.49|2|71 +1.3.6.1.4.1.2440.1.4.2.3.1.3.10.117.112.100.97.116.101.100.111.110.101|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.10.117.112.100.97.116.101.102.97.105.108|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.99.111.111.107.105.101.109.97.116.99.104|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.110.111.100.97.116.97.115.121.110.116.104|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.114.97.116.101.100.114.111.112.112.101.100|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.114.97.116.101.115.108.105.112.112.101.100|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.114.101.115.95.98.97.100.118.101.114.115|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.114.101.115.95.98.117.99.107.101.116.115|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.114.101.115.95.102.111.114.109.101.114.114|2|9194 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.114.101.115.95.113.117.101.114.121.118.52|2|31888515 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.114.101.115.95.113.117.101.114.121.118.54|2|85507274 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.114.101.115.95.114.101.102.117.115.101.100|2|101481 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.114.101.115.95.118.97.108.102.97.105.108|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.11.114.112.122.114.101.119.114.105.116.101.115|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.12.107.101.101.112.97.108.105.118.101.111.112.116|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.12.114.101.115.95.99.111.111.107.105.101.105.110|2|9512327 +1.3.6.1.4.1.2440.1.4.2.3.1.3.12.114.101.115.95.99.111.111.107.105.101.111.107|2|9510199 +1.3.6.1.4.1.2440.1.4.2.3.1.3.12.114.101.115.95.109.105.115.109.97.116.99.104|2|38 +1.3.6.1.4.1.2440.1.4.2.3.1.3.12.114.101.115.95.110.101.120.116.105.116.101.109|2|2470 +1.3.6.1.4.1.2440.1.4.2.3.1.3.12.114.101.115.95.110.120.100.111.109.97.105.110|2|27270199 +1.3.6.1.4.1.2440.1.4.2.3.1.3.12.114.101.115.95.115.101.114.118.102.97.105.108|2|17156 +1.3.6.1.4.1.2440.1.4.2.3.1.3.12.117.112.100.97.116.101.114.101.113.102.119.100|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.99.111.111.107.105.101.98.97.100.115.105.122.101|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.99.111.111.107.105.101.98.97.100.116.105.109.101|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.99.111.111.107.105.101.110.111.109.97.116.99.104|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.110.120.100.111.109.97.105.110.115.121.110.116.104|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.99.117.114.115.99.108.105.101.110.116.115|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.98.97.100.99.111.111.107.105.101|2|36081 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.99.111.111.107.105.101.110.101.119|2|109948840 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.99.111.111.107.105.101.111.117.116|2|7031545 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.100.105.115.112.97.98.111.114.116|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.101.100.110.115.48.102.97.105.108|2|11431 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.113.117.101.114.121.114.116.116.48|2|46354899 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.113.117.101.114.121.114.116.116.49|2|59531855 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.113.117.101.114.121.114.116.116.50|2|10077899 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.113.117.101.114.121.114.116.116.51|2|31651 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.113.117.101.114.121.114.116.116.52|2|2860 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.113.117.101.114.121.114.116.116.53|2|1702 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.116.114.117.110.99.97.116.101.100|2|1416983 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.114.101.115.95.122.111.110.101.113.117.111.116.97|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.116.114.117.110.99.97.116.101.100.114.101.115.112|2|29310 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.117.112.100.97.116.101.102.119.100.102.97.105.108|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.117.112.100.97.116.101.114.101.115.112.102.119.100|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.13.119.105.108.100.99.97.114.100.115.121.110.116.104|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.14.114.101.115.95.100.105.115.112.114.101.113.116.99.112|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.14.114.101.115.95.100.105.115.112.114.101.113.117.100.112|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.14.114.101.115.95.111.116.104.101.114.101.114.114.111.114|2|9093 +1.3.6.1.4.1.2440.1.4.2.3.1.3.14.114.101.115.95.114.101.115.112.111.110.115.101.118.52|2|31254540 +1.3.6.1.4.1.2440.1.4.2.3.1.3.14.114.101.115.95.114.101.115.112.111.110.115.101.118.54|2|84766506 +1.3.6.1.4.1.2440.1.4.2.3.1.3.14.114.101.115.95.118.97.108.115.117.99.99.101.115.115|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.15.114.101.115.95.103.108.117.101.102.101.116.99.104.118.52|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.15.114.101.115.95.103.108.117.101.102.101.116.99.104.118.54|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.15.114.101.115.95.115.101.114.118.101.114.113.117.111.116.97|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.15.117.112.100.97.116.101.98.97.100.112.114.101.114.101.113|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.16.110.120.100.111.109.97.105.110.114.101.100.105.114.101.99.116|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.16.114.101.115.95.100.105.115.112.115.111.99.107.102.97.105.108|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.16.114.101.115.95.113.117.101.114.121.116.105.109.101.111.117.116|2|1377732 +1.3.6.1.4.1.2440.1.4.2.3.1.3.17.114.101.115.95.118.97.108.110.101.103.115.117.99.99.101.115.115|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.19.114.101.115.95.103.108.117.101.102.101.116.99.104.118.52.102.97.105.108|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.19.114.101.115.95.103.108.117.101.102.101.116.99.104.118.54.102.97.105.108|2|0 +1.3.6.1.4.1.2440.1.4.2.3.1.3.24.110.120.100.111.109.97.105.110.114.101.100.105.114.101.99.116.95.114.108.111.111.107.117.112|2|0 +1.3.6.1.4.1.2440.1.14.1.1.0|4|SOLIDserver-550 +1.3.6.1.4.1.2440.1.14.1.2.0|4|4HJM2W2 +1.3.6.1.4.1.2440.1.14.3.1.0|2|35 +1.3.6.1.4.1.2440.1.14.3.4.0|2|21 +1.3.6.1.4.1.2440.1.14.3.6.0|2|62 +1.3.6.1.4.1.2440.1.14.5.1.0|2|1 +1.3.6.1.4.1.2440.1.14.6.1.0|2|54 +1.3.6.1.4.1.2440.1.16.1.1.0|2|1 +1.3.6.1.4.1.2440.1.16.2.1.0|2|1 +1.3.6.1.4.1.2440.1.16.3.1.0|2|1 +1.3.6.1.4.1.2440.1.16.4.1.0|2|1 +1.3.6.1.4.1.2440.1.16.5.1.0|2|1 +1.3.6.1.4.1.2440.1.16.6.1.0|2|1 +1.3.6.1.4.1.2440.1.16.7.1.0|2|0 +1.3.6.1.4.1.2440.1.16.8.1.0|2|1 +1.3.6.1.4.1.2440.1.16.10.1.0|2|2 +1.3.6.1.4.1.2440.1.16.11.1.0|2|1 +1.3.6.1.4.1.2440.1.16.12.1.0|2|0 +1.3.6.1.4.1.2440.1.16.14.1.0|2|1 +1.3.6.1.4.1.2440.1.17.1.2.0|4|8.0.4b +1.3.6.1.4.1.2440.1.17.2.1.0|2|4 +1.3.6.1.4.1.2440.1.17.2.2.0|2|0 +1.3.6.1.6.3.10.2.1.3.0|2|14387332