Package: squid3
Version: 3.4.8-6
Followup-For: Bug #771778

Hi, since upgrading to jessie I have noticed pinger segfaulting on three
separate installations.  I am using the stock squid3 3.4.8-6 package and
it's dependencies.  Initially I had ignored the complaints (kernel
message sent via logcheck), since the squids continue to function.
However this morning two distinct hosts had pinger segfault within a few
hours of each other, so I decided to investigate further.

Segfaults since upgrading to jessie:

  Apr 18 15:01:08 host-1 kernel: [15564213.180446] pinger[17145]: segfault at 
c0067c0098 ip 00007fc239e90e62 sp 00007fff64541e70 error 4 in 
libc-2.19.so[7fc239e17000+19f000]

  Apr 24 15:56:59 host-2 kernel: [181851.939439] pinger[575]: segfault at 
23f87430098 ip 00007f1a413c4b05 sp 00007fffcf4809b0 error 4 in 
libc-2.19.so[7f1a4134c000+19f000]

  May 10 07:05:04 host-3 kernel: [819599.679003] traps: pinger[13688] general 
protection ip:7f81c31f48e0 sp:7ffd965ebe08 error:0 in pinger[7f81c31eb000+f000]

  May 17 07:22:42 host-1 kernel: [1425466.592193] pinger[3547]: segfault at 
7f2610000000 ip 00007f260da67684 sp 00007ffc1a8e5ab8 error 4 in 
libc-2.19.so[7f260d9eb000+19f000]

  May 17 08:40:04 host-2 kernel: [1430099.672549] traps: pinger[14608] general 
protection ip:7efc1ddc68e0 sp:7fff05636118 error:0 in pinger[7efc1ddbd000+f000]

After a segfault, no pinger process is respawned, yet squid still
handles requests as though it doesn't need the process.  The squid
configuration reference documentation doesn't do a good job of
explaining what the pinger is used for, but FWICT, it's used to measure
closest cache_peers (of which I have none configured), and possibly, as
best as I understand it, determine closest origin server,
i.e. www.debian.org has two IPv4 addresses, perhaps squid determines
which has closer RTT - which sounds appealing but I haven't been able to
prove it's actually doing this.

So I've set "debug_options ALL,1 42,6", and on an idle squid server the
cache.log is filling up with "Recv: xx bytes from yy.yy.yy.yy", and the
IP's are a mix of IPv4 address from all over the world, and IPv6
link-local addresses from neighboring equipment at my VPS.  At one point
the timestamps rolled backwards by 53 minutes.  Within a few minutes a
segfault occurred, and again after another restart, and a third time
after about an hour.  Unfortunately my attempts to get a core dump have
been futile (I had set LimitCORE=infinity in squid3.service).

The second of these segfaults showed the following in cache.log (whereas
the other crashes had been silent in cache.log):

  *** Error in `(pinger)': corrupted double-linked list: 0x00007fea972c4110 ***

The whole thing is rather disconcerting.  Could the net be plagued with
squid pinger DoS attacks?

  # ss -lnp | grep pinger
  raw  UNCONN  214656  0  *:1    *:*   users:(("pinger",pid=6200,fd=3))
  raw  UNCONN  214656  0  :::58  :::*  users:(("pinger",pid=6200,fd=4))

Port 1 huh, what voodoo is this?

-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages squid3 depends on:
ii  adduser                  3.113+nmu3
ii  libc6                    2.19-18
ii  libcap2                  1:2.24-8
ii  libcomerr2               1.42.12-1.1
ii  libdb5.3                 5.3.28-9
ii  libecap2                 0.2.0-3
ii  libexpat1                2.1.0-6+b3
ii  libgcc1                  1:4.9.2-10
ii  libgssapi-krb5-2         1.12.1+dfsg-19
ii  libk5crypto3             1.12.1+dfsg-19
ii  libkrb5-3                1.12.1+dfsg-19
ii  libldap-2.4-2            2.4.40+dfsg-1
ii  libltdl7                 2.4.2-1.11
ii  libnetfilter-conntrack3  1.0.4-1
ii  libnettle4               2.7.1-5
ii  libpam0g                 1.1.8-3.1
ii  libsasl2-2               2.1.26.dfsg1-13
ii  libstdc++6               4.9.2-10
ii  libxml2                  2.9.1+dfsg1-5
ii  logrotate                3.8.7-1+b1
ii  lsb-base                 4.1+Debian13+nmu1
ii  netbase                  5.3
ii  squid3-common            3.4.8-6

squid3 recommends no packages.

Versions of packages squid3 suggests:
pn  resolvconf   <none>
pn  smbclient    <none>
pn  squid-cgi    <none>
pn  squid-purge  <none>
ii  squidclient  3.4.8-6
pn  ufw          <none>
pn  winbindd     <none>

-- Configuration Files:
/etc/squid3/squid.conf changed:
acl localnet src 184.105.220.16/28
acl localnet src 192.168.24.0/24
acl SSL_ports port 443
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT
http_access deny !Safe_ports
http_access allow localhost manager
http_access deny manager
http_access deny to_localhost
http_access allow localnet
http_access allow localhost
http_access deny all
http_port 3128
hierarchy_stoplist cgi-bin ?
cache_mem 64 MB
maximum_object_size_in_memory 256 KB
memory_replacement_policy heap GDSF
cache_replacement_policy heap LFUDA
maximum_object_size 256 MB
cache_dir aufs /var/spool/squid3 16384 16 256
logformat squidtime %{%Y-%m-%d %H:%M:%S}tl.%03tu %6tr %>a %Ss/%03>Hs %<st %rm 
%ru %un %Sh/%<A %mt
access_log daemon:/var/log/squid3/access.log squidtime
debug_options ALL,1 42,9
coredump_dir /var/spool/squid3
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern -i (/cgi-bin/|\?) 0     0%      0
refresh_pattern .               0       20%     4320
quick_abort_min 1 MB
quick_abort_max 64 MB
quick_abort_pct 20
cache_mgr gtur...@unzane.com


-- no debconf information

-- 
Gerald Turner <gtur...@unzane.com>        Encrypted mail preferred!
OpenPGP: 4096R / CA89 B27A 30FA 66C5 1B80  3858 EC94 2276 FDB8 716D
2015/05/17 06:54:14| Set Current Directory to /var/spool/squid3
2015/05/17 06:54:14 kid1| storeDirWriteCleanLogs: Starting...
2015/05/17 06:54:14 kid1|     65536 entries written so far.
2015/05/17 06:54:14 kid1|    131072 entries written so far.
2015/05/17 06:54:14 kid1|   Finished.  Wrote 183860 entries.
2015/05/17 06:54:14 kid1|   Took 0.08 seconds (2324399.49 entries/sec).
2015/05/17 06:54:14 kid1| logfileRotate: daemon:/var/log/squid3/access.log
2015/05/17 06:54:14 kid1| logfileRotate: daemon:/var/log/squid3/access.log
2015/05/17 06:54:14 kid1| Pinger socket opened on FD 12
2015/05/17 06:54:14| pinger: Initialising ICMP pinger ...
2015/05/17 06:54:14| pinger: ICMP socket opened.
2015/05/17 06:54:14| pinger: ICMPv6 socket opened
2015/05/17 07:06:06 kid1| Logfile: opening log stdio:/var/log/squid3/netdb.state
2015/05/17 07:06:06 kid1| Logfile: closing log stdio:/var/log/squid3/netdb.state
2015/05/17 07:06:06 kid1| NETDB state saved; 1 entries, 0 msec
2015/05/17 08:04:37 kid1| recv: (111) Connection refused
2015/05/17 08:04:37 kid1| Closing Pinger socket on FD 12
2015/05/17 08:11:25 kid1| Logfile: opening log stdio:/var/log/squid3/netdb.state
2015/05/17 08:11:25 kid1| Logfile: closing log stdio:/var/log/squid3/netdb.state
2015/05/17 08:11:25 kid1| NETDB state saved; 1 entries, 0 msec
2015/05/17 09:14:55 kid1| Logfile: opening log stdio:/var/log/squid3/netdb.state
2015/05/17 09:14:55 kid1| Logfile: closing log stdio:/var/log/squid3/netdb.state
2015/05/17 09:14:55 kid1| NETDB state saved; 1 entries, 0 msec
2015/05/17 09:57:40 kid1| Logfile: opening log stdio:/var/log/squid3/netdb.state
2015/05/17 09:57:40 kid1| Logfile: closing log stdio:/var/log/squid3/netdb.state
2015/05/17 09:57:40 kid1| NETDB state saved; 1 entries, 0 msec
2015/05/17 11:06:46 kid1| Logfile: opening log stdio:/var/log/squid3/netdb.state
2015/05/17 11:06:46 kid1| Logfile: closing log stdio:/var/log/squid3/netdb.state
2015/05/17 11:06:46 kid1| NETDB state saved; 1 entries, 0 msec
2015/05/17 11:50:02 kid1| Logfile: opening log stdio:/var/log/squid3/netdb.state
2015/05/17 11:50:02 kid1| Logfile: closing log stdio:/var/log/squid3/netdb.state
2015/05/17 11:50:02 kid1| NETDB state saved; 1 entries, 0 msec
2015/05/17 12:32:21 kid1| Preparing for shutdown after 37447 requests
2015/05/17 12:32:21 kid1| Waiting 30 seconds for active connections to finish
2015/05/17 12:32:21 kid1| Closing HTTP port [::]:3128
2015/05/17 12:32:21 kid1| Shutdown: NTLM authentication.
2015/05/17 12:32:21 kid1| Shutdown: Negotiate authentication.
2015/05/17 12:32:21 kid1| Shutdown: Digest authentication.
2015/05/17 12:32:21 kid1| Shutdown: Basic authentication.
2015/05/17 12:32:52 kid1| Shutting down...
2015/05/17 12:32:52 kid1| storeDirWriteCleanLogs: Starting...
2015/05/17 12:32:52 kid1|     65536 entries written so far.
2015/05/17 12:32:52 kid1|    131072 entries written so far.
2015/05/17 12:32:52 kid1|   Finished.  Wrote 183892 entries.
2015/05/17 12:32:52 kid1|   Took 0.06 seconds (3091453.16 entries/sec).
CPU Usage: 283.324 seconds = 176.800 user + 106.524 sys
Maximum Resident Size: 564576 KB
Page faults with physical i/o: 134
Memory usage for squid via mallinfo():
        total space in arena:  120628 KB
        Ordinary blocks:       119144 KB    143 blks
        Small blocks:               0 KB      7 blks
        Holding blocks:         39276 KB      9 blks
        Free Small blocks:          0 KB
        Free Ordinary blocks:    1483 KB
        Total in use:          158420 KB 131%
        Total free:              1484 KB 1%
2015/05/17 12:32:52 kid1| Logfile: closing log daemon:/var/log/squid3/access.log
2015/05/17 12:32:52 kid1| Logfile Daemon: closing log 
daemon:/var/log/squid3/access.log
2015/05/17 12:32:52 kid1| Open FD READ/WRITE    7 DNS Socket IPv6
2015/05/17 12:32:52 kid1| Open FD UNSTARTED     8 DNS Socket IPv4
2015/05/17 12:32:52 kid1| Open FD UNSTARTED     9 IPC UNIX STREAM Parent
2015/05/17 12:32:52 kid1| Open FD READ/WRITE   11 Reading next request
2015/05/17 12:32:52 kid1| Open FD READ/WRITE   12 jabber.unzane.com:5222
2015/05/17 12:32:52 kid1| Squid Cache (Version 3.4.8): Exiting normally.
2015/05/17 12:32:58 kid1| Set Current Directory to /var/spool/squid3
2015/05/17 12:32:58 kid1| Starting Squid Cache version 3.4.8 for 
x86_64-pc-linux-gnu...
2015/05/17 12:32:58 kid1| Process ID 3469
2015/05/17 12:32:58 kid1| Process Roles: worker
2015/05/17 12:32:58 kid1| With 65535 file descriptors available
2015/05/17 12:32:58 kid1| Initializing IP Cache...
2015/05/17 12:32:58 kid1| DNS Socket created at [::], FD 7
2015/05/17 12:32:58 kid1| DNS Socket created at 0.0.0.0, FD 8
2015/05/17 12:32:58 kid1| Adding domain unzane.com from /etc/resolv.conf
2015/05/17 12:32:58 kid1| Adding nameserver ::1 from /etc/resolv.conf
2015/05/17 12:32:58 kid1| Adding nameserver 2001:470:e861::2 from 
/etc/resolv.conf
2015/05/17 12:32:58 kid1| Logfile: opening log daemon:/var/log/squid3/access.log
2015/05/17 12:32:58 kid1| Logfile Daemon: opening log /var/log/squid3/access.log
2015/05/17 12:32:58 kid1| Local cache digest enabled; rebuild/rewrite every 
3600/3600 sec
2015/05/17 12:32:58 kid1| Store logging disabled
2015/05/17 12:32:58 kid1| Swap maxSize 16777216 + 65536 KB, estimated 1295596 
objects
2015/05/17 12:32:58 kid1| Target number of buckets: 64779
2015/05/17 12:32:58 kid1| Using 65536 Store buckets
2015/05/17 12:32:58 kid1| Max Mem  size: 65536 KB
2015/05/17 12:32:58 kid1| Max Swap size: 16777216 KB
2015/05/17 12:32:58 kid1| Rebuilding storage in /var/spool/squid3 (clean log)
2015/05/17 12:32:58 kid1| Using Least Load store dir selection
2015/05/17 12:32:58 kid1| Set Current Directory to /var/spool/squid3
2015/05/17 12:32:58 kid1| Finished loading MIME types and icons.
2015/05/17 12:32:58 kid1| HTCP Disabled.
2015/05/17 12:32:58 kid1| Pinger socket opened on FD 15
2015/05/17 12:32:58 kid1| Squid plugin modules loaded: 0
2015/05/17 12:32:58 kid1| Adaptation support is off.
2015/05/17 12:32:58 kid1| Accepting HTTP Socket connections at local=[::]:3128 
remote=[::] FD 13 flags=9
2015/05/17 12:32:58| pinger: Initialising ICMP pinger ...
2015/05/17 12:32:58| pinger: ICMP socket opened.
2015/05/17 12:32:58| pinger: ICMPv6 socket opened
2015/05/17 12:32:58 kid1| Store rebuilding is 2.18% complete
2015/05/17 12:33:00 kid1| Done reading /var/spool/squid3 swaplog (183892 
entries)
2015/05/17 12:33:00 kid1| Finished rebuilding storage from disk.
2015/05/17 12:33:00 kid1|    183892 Entries scanned
2015/05/17 12:33:00 kid1|         0 Invalid entries.
2015/05/17 12:33:00 kid1|         0 With invalid flags.
2015/05/17 12:33:00 kid1|    183892 Objects loaded.
2015/05/17 12:33:00 kid1|         0 Objects expired.
2015/05/17 12:33:00 kid1|         0 Objects cancelled.
2015/05/17 12:33:00 kid1|         0 Duplicate URLs purged.
2015/05/17 12:33:00 kid1|         0 Swapfile clashes avoided.
2015/05/17 12:33:00 kid1|   Took 1.76 seconds (104234.58 objects/sec).
2015/05/17 12:33:00 kid1| Beginning Validation Procedure
2015/05/17 12:33:00 kid1|   Completed Validation Procedure
2015/05/17 12:33:00 kid1|   Validated 183891 Entries
2015/05/17 12:33:00 kid1|   store_swap_size = 15047084.00 KB
2015/05/17 12:33:00 kid1| storeLateRelease: released 0 objects
2015/05/17 12:40:27 kid1| Preparing for shutdown after 37 requests
2015/05/17 12:40:27 kid1| Waiting 30 seconds for active connections to finish
2015/05/17 12:40:27 kid1| Closing HTTP port [::]:3128
2015/05/17 12:40:27 kid1| Closing Pinger socket on FD 15
2015/05/17 12:40:27 kid1| Shutdown: NTLM authentication.
2015/05/17 12:40:27 kid1| Shutdown: Negotiate authentication.
2015/05/17 12:40:27 kid1| Shutdown: Digest authentication.
2015/05/17 12:40:27 kid1| Shutdown: Basic authentication.
2015/05/17 11:47:41| Pinger exiting.
2015/05/17 12:40:58 kid1| Shutting down...
2015/05/17 12:40:58 kid1| storeDirWriteCleanLogs: Starting...
2015/05/17 12:40:58 kid1|     65536 entries written so far.
2015/05/17 12:40:58 kid1|    131072 entries written so far.
2015/05/17 12:40:58 kid1|   Finished.  Wrote 183916 entries.
2015/05/17 12:40:58 kid1|   Took 0.05 seconds (3778293.65 entries/sec).
CPU Usage: 1.848 seconds = 0.704 user + 1.144 sys
Maximum Resident Size: 254320 KB
Page faults with physical i/o: 1
Memory usage for squid via mallinfo():
        total space in arena:   42300 KB
        Ordinary blocks:        41876 KB     62 blks
        Small blocks:               0 KB      7 blks
        Holding blocks:         39276 KB      9 blks
        Free Small blocks:          0 KB
        Free Ordinary blocks:     423 KB
        Total in use:           81152 KB 192%
        Total free:               423 KB 1%
2015/05/17 12:40:58 kid1| Logfile: closing log daemon:/var/log/squid3/access.log
2015/05/17 12:40:58 kid1| Logfile Daemon: closing log 
daemon:/var/log/squid3/access.log
2015/05/17 12:40:58 kid1| Open FD READ/WRITE    7 DNS Socket IPv6
2015/05/17 12:40:58 kid1| Open FD UNSTARTED     8 DNS Socket IPv4
2015/05/17 12:40:58 kid1| Open FD UNSTARTED     9 IPC UNIX STREAM Parent
2015/05/17 12:40:58 kid1| Open FD READ/WRITE   11 Reading next request
2015/05/17 12:40:58 kid1| Open FD READ/WRITE   12 Reading next request
2015/05/17 12:40:58 kid1| Open FD READ/WRITE   14 jabber.unzane.com:5222
2015/05/17 12:40:58 kid1| Open FD READ/WRITE   18 www.safaribooksonline.com:443
2015/05/17 12:40:58 kid1| Open FD READ/WRITE   19 Idle client: Waiting for next 
request
2015/05/17 12:40:58 kid1| Open FD READ/WRITE   22 Reading next request
2015/05/17 12:40:58 kid1| Open FD READ/WRITE   23 Reading next request
2015/05/17 12:40:58 kid1| Open FD READ/WRITE   24 www.safaribooksonline.com:443
2015/05/17 12:40:58 kid1| Open FD READ/WRITE   25 www.safaribooksonline.com:443
2015/05/17 12:40:58 kid1| Open FD READ/WRITE   26 Reading next request
2015/05/17 12:40:58 kid1| Open FD READ/WRITE   27 www.safaribooksonline.com:443
2015/05/17 12:40:58 kid1| Squid Cache (Version 3.4.8): Exiting normally.
2015/05/17 12:40:59 kid1| Set Current Directory to /var/spool/squid3
2015/05/17 12:40:59 kid1| Starting Squid Cache version 3.4.8 for 
x86_64-pc-linux-gnu...
2015/05/17 12:40:59 kid1| Process ID 4351
2015/05/17 12:40:59 kid1| Process Roles: worker
2015/05/17 12:40:59 kid1| With 65535 file descriptors available
2015/05/17 12:40:59 kid1| Initializing IP Cache...
2015/05/17 12:40:59 kid1| DNS Socket created at [::], FD 7
2015/05/17 12:40:59 kid1| DNS Socket created at 0.0.0.0, FD 8
2015/05/17 12:40:59 kid1| Adding domain unzane.com from /etc/resolv.conf
2015/05/17 12:40:59 kid1| Adding nameserver ::1 from /etc/resolv.conf
2015/05/17 12:40:59 kid1| Adding nameserver 2001:470:e861::2 from 
/etc/resolv.conf
2015/05/17 12:40:59 kid1| Logfile: opening log daemon:/var/log/squid3/access.log
2015/05/17 12:40:59 kid1| Logfile Daemon: opening log /var/log/squid3/access.log
2015/05/17 12:40:59 kid1| Local cache digest enabled; rebuild/rewrite every 
3600/3600 sec
2015/05/17 12:40:59 kid1| Store logging disabled
2015/05/17 12:40:59 kid1| Swap maxSize 16777216 + 65536 KB, estimated 1295596 
objects
2015/05/17 12:40:59 kid1| Target number of buckets: 64779
2015/05/17 12:40:59 kid1| Using 65536 Store buckets
2015/05/17 12:40:59 kid1| Max Mem  size: 65536 KB
2015/05/17 12:40:59 kid1| Max Swap size: 16777216 KB
2015/05/17 12:40:59 kid1| Rebuilding storage in /var/spool/squid3 (clean log)
2015/05/17 12:40:59 kid1| Using Least Load store dir selection
2015/05/17 12:40:59 kid1| Set Current Directory to /var/spool/squid3
2015/05/17 12:40:59 kid1| Finished loading MIME types and icons.
2015/05/17 12:40:59 kid1| HTCP Disabled.
2015/05/17 12:40:59 kid1| Pinger socket opened on FD 15
2015/05/17 12:40:59 kid1| Squid plugin modules loaded: 0
2015/05/17 12:40:59 kid1| Adaptation support is off.
2015/05/17 12:40:59 kid1| Accepting HTTP Socket connections at local=[::]:3128 
remote=[::] FD 13 flags=9
2015/05/17 12:40:59| pinger: Initialising ICMP pinger ...
2015/05/17 12:40:59| pinger: ICMP socket opened.
2015/05/17 12:40:59| pinger: ICMPv6 socket opened
2015/05/17 12:40:59.569| nger.cc(213) Recv:  Pass [::1] off to ICMPv6 module.
2015/05/17 12:40:59.569| cc(192) SendEcho: Send Icmp6 packet to [::1].
2015/05/17 12:40:59.569| cc(204) SendEcho: x=38
2015/05/17 12:40:59.569| c(116) Log: pingerLog: 1431891659.569460 [::1]         
                                0 
2015/05/17 12:40:59.569| nger.cc(222) Recv:  Pass 127.0.0.1 off to ICMPv4 
module.
2015/05/17 12:40:59.569| cc(156) SendEcho: Send ICMP packet to 127.0.0.1.
2015/05/17 12:40:59.569| c(116) Log: pingerLog: 1431891659.569537 127.0.0.1     
                                32 
2015/05/17 12:40:59.569| cc(261) Recv: 38 bytes from [::1]
2015/05/17 12:40:59.569| cc(304) Recv: [::1] said: 128/0 Echo Request
2015/05/17 12:40:59.569| cc(261) Recv: 38 bytes from [::1]
2015/05/17 12:40:59.569| c(116) Log: pingerLog: 1431891659.569698 [::1]         
                                129 Echo Reply      0ms 1 hops
2015/05/17 12:40:59.569| nger.cc(235) SendResult: return result to squid. len=76
2015/05/17 12:40:59.569| cc(220) Recv: 54 bytes from 127.0.0.1
2015/05/17 12:40:59.569| cc(220) Recv: 54 bytes from 127.0.0.1
2015/05/17 12:40:59.569| nger.cc(235) SendResult: return result to squid. 
len=7990
2015/05/17 12:40:59.569| c(116) Log: pingerLog: 1431891659.569848 127.0.0.1     
                                0 Echo Reply      0ms 1 hops
2015/05/17 12:40:59 kid1| Store rebuilding is 2.17% complete
2015/05/17 12:41:01 kid1| Done reading /var/spool/squid3 swaplog (183916 
entries)
2015/05/17 12:41:01 kid1| Finished rebuilding storage from disk.
2015/05/17 12:41:01 kid1|    183916 Entries scanned
2015/05/17 12:41:01 kid1|         0 Invalid entries.
2015/05/17 12:41:01 kid1|         0 With invalid flags.
2015/05/17 12:41:01 kid1|    183916 Objects loaded.
2015/05/17 12:41:01 kid1|         0 Objects expired.
2015/05/17 12:41:01 kid1|         0 Objects cancelled.
2015/05/17 12:41:01 kid1|         0 Duplicate URLs purged.
2015/05/17 12:41:01 kid1|         0 Swapfile clashes avoided.
2015/05/17 12:41:01 kid1|   Took 1.74 seconds (105542.60 objects/sec).
2015/05/17 12:41:01 kid1| Beginning Validation Procedure
2015/05/17 12:41:01 kid1|   Completed Validation Procedure
2015/05/17 12:41:01 kid1|   Validated 183915 Entries
2015/05/17 12:41:01 kid1|   store_swap_size = 15047204.00 KB
2015/05/17 12:41:01 kid1| storeLateRelease: released 0 objects
2015/05/17 12:41:01.725| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:41:03.646| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:41:03.650| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:41:03.651| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:41:06.238| cc(220) Recv: 88 bytes from 85.234.7.26
2015/05/17 12:41:06.781| cc(220) Recv: 56 bytes from 95.91.233.181
2015/05/17 12:41:08.409| cc(220) Recv: 56 bytes from 95.90.202.227
2015/05/17 12:41:08.654| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:41:08.659| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:41:08.735| cc(220) Recv: 88 bytes from 77.77.164.58
2015/05/17 12:41:08.941| cc(220) Recv: 88 bytes from 176.51.175.236
2015/05/17 12:41:08.944| cc(220) Recv: 88 bytes from 176.51.175.236
2015/05/17 12:41:09.410| cc(220) Recv: 56 bytes from 95.90.202.227
2015/05/17 12:41:09.429| cc(220) Recv: 88 bytes from 193.151.200.2
2015/05/17 12:41:09.695| cc(220) Recv: 88 bytes from 37.115.179.108
2015/05/17 12:41:10.303| cc(220) Recv: 88 bytes from 87.254.181.103
2015/05/17 12:41:10.303| cc(220) Recv: 88 bytes from 87.254.181.103
2015/05/17 12:41:10.537| cc(220) Recv: 88 bytes from 5.105.115.12
2015/05/17 12:41:10.537| cc(220) Recv: 88 bytes from 5.105.115.12
2015/05/17 12:41:10.706| cc(220) Recv: 88 bytes from 188.235.239.26
2015/05/17 12:41:11.421| cc(220) Recv: 56 bytes from 95.90.202.227
2015/05/17 12:41:11.711| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:41:13.539| cc(220) Recv: 88 bytes from 5.105.115.12
2015/05/17 12:41:20.063| cc(220) Recv: 88 bytes from 80.68.95.180
2015/05/17 12:41:24.298| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:41:29.311| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:41:33.130| cc(220) Recv: 56 bytes from 61.120.180.131
2015/05/17 12:41:33.196| cc(220) Recv: 56 bytes from 79.197.202.146
2015/05/17 12:41:33.502| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:41:33.621| cc(220) Recv: 56 bytes from 36.235.208.174
2015/05/17 12:41:34.314| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:41:40.206| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:41:40.407| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:41:40.608| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:41:40.917| cc(220) Recv: 88 bytes from 50.199.1.178
2015/05/17 12:41:40.949| cc(220) Recv: 56 bytes from 31.19.127.73
2015/05/17 12:41:41.110| cc(220) Recv: 88 bytes from 91.214.131.46
2015/05/17 12:41:42.832| cc(220) Recv: 88 bytes from 41.142.212.179
2015/05/17 12:41:43.677| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:41:44.750| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:41:48.686| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:41:53.693| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:41:57.416| cc(220) Recv: 80 bytes from 10.103.19.46
2015/05/17 12:42:08.766| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:42:13.050| nger.cc(213) Recv:  Pass 
[2001:4801:7827:102:ad34:6f78:b6dc:fbed] off to ICMPv6 module.
2015/05/17 12:42:13.050| cc(192) SendEcho: Send Icmp6 packet to 
[2001:4801:7827:102:ad34:6f78:b6dc:fbed].
2015/05/17 12:42:13.050| cc(204) SendEcho: x=45
2015/05/17 12:42:13.050| c(116) Log: pingerLog: 1431891733.050730 
[2001:4801:7827:102:ad34:6f78:b6dc:fbed]      0 
2015/05/17 12:42:13.096| cc(261) Recv: 45 bytes from 
[2001:4801:7827:102:ad34:6f78:b6dc:fbed]
2015/05/17 12:42:13.096| c(116) Log: pingerLog: 1431891733.096609 
[2001:4801:7827:102:ad34:6f78:b6dc:fbed]      129 Echo Reply      45ms 1 hops
2015/05/17 12:42:13.096| nger.cc(235) SendResult: return result to squid. len=83
2015/05/17 12:42:23.522| cc(220) Recv: 88 bytes from 200.9.255.32
2015/05/17 12:42:24.427| cc(220) Recv: 88 bytes from 200.9.255.32
2015/05/17 12:42:27.383| cc(220) Recv: 88 bytes from 124.95.172.145
2015/05/17 12:42:28.755| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:42:33.758| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:42:38.045| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:42:38.771| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:42:39.985| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 12:42:40.020| cc(220) Recv: 88 bytes from 64.113.44.206
2015/05/17 12:42:40.030| cc(220) Recv: 88 bytes from 64.113.44.206
2015/05/17 12:42:40.046| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:42:40.223| cc(220) Recv: 88 bytes from 86.13.220.108
2015/05/17 12:42:42.988| cc(220) Recv: 88 bytes from 91.214.131.46
2015/05/17 12:42:43.054| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:42:44.364| cc(220) Recv: 88 bytes from 151.250.4.89
2015/05/17 12:42:44.580| cc(220) Recv: 32 bytes from 203.178.148.19
2015/05/17 12:42:45.050| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:42:45.176| cc(220) Recv: 56 bytes from 50.153.216.133
2015/05/17 12:42:46.143| cc(220) Recv: 56 bytes from 188.192.37.194
2015/05/17 12:42:46.253| cc(220) Recv: 88 bytes from 95.5.230.15
2015/05/17 12:42:46.863| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:42:46.867| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:42:47.960| cc(220) Recv: 88 bytes from 78.190.68.232
2015/05/17 12:42:47.962| cc(220) Recv: 88 bytes from 78.190.68.232
2015/05/17 12:42:48.061| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:42:48.364| cc(220) Recv: 88 bytes from 78.161.199.95
2015/05/17 12:42:48.367| cc(220) Recv: 88 bytes from 78.161.199.95
2015/05/17 12:42:50.063| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:42:51.143| cc(220) Recv: 88 bytes from 82.217.170.54
2015/05/17 12:42:51.143| cc(220) Recv: 88 bytes from 82.217.170.54
2015/05/17 12:42:51.222| cc(220) Recv: 88 bytes from 85.110.13.97
2015/05/17 12:42:51.870| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:42:51.875| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:42:52.747| cc(220) Recv: 88 bytes from 85.110.70.226
2015/05/17 12:42:52.819| cc(220) Recv: 88 bytes from 182.186.214.230
2015/05/17 12:42:52.820| cc(220) Recv: 88 bytes from 182.186.214.230
2015/05/17 12:42:54.293| cc(220) Recv: 88 bytes from 82.217.170.54
2015/05/17 12:42:56.168| cc(220) Recv: 88 bytes from 182.186.214.230
2015/05/17 12:42:57.434| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:43:00.032| cc(220) Recv: 88 bytes from 88.176.188.154
2015/05/17 12:43:00.800| cc(220) Recv: 88 bytes from 200.117.43.239
2015/05/17 12:43:00.802| cc(220) Recv: 88 bytes from 200.117.43.239
2015/05/17 12:43:02.119| cc(220) Recv: 88 bytes from 81.241.209.231
2015/05/17 12:43:03.075| cc(220) Recv: 88 bytes from 88.176.188.154
2015/05/17 12:43:03.998| cc(220) Recv: 88 bytes from 78.244.74.58
2015/05/17 12:43:03.999| cc(220) Recv: 88 bytes from 78.244.74.58
2015/05/17 12:43:04.723| cc(220) Recv: 80 bytes from 10.103.9.5
2015/05/17 12:43:05.708| cc(220) Recv: 80 bytes from 10.103.23.25
2015/05/17 12:43:06.895| cc(220) Recv: 88 bytes from 80.87.209.190
2015/05/17 12:43:09.406| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:43:10.478| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:43:10.957| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 12:43:12.755| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:43:16.591| cc(220) Recv: 56 bytes from 73.179.114.106
2015/05/17 12:43:17.758| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:43:22.771| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:43:24.039| cc(220) Recv: 88 bytes from 209.249.180.198
2015/05/17 12:43:30.173| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:43:31.356| cc(220) Recv: 88 bytes from 88.172.210.207
2015/05/17 12:43:31.357| cc(220) Recv: 88 bytes from 88.172.210.207
2015/05/17 12:43:34.441| cc(220) Recv: 88 bytes from 88.172.210.207
2015/05/17 12:43:35.182| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:50:41.998| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:43:40.189| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:43:40.956| cc(220) Recv: 28 bytes from 108.61.174.58
2015/05/17 11:50:47.002| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:50:48.090| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:50:48.851| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:50:48.862| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 11:50:49.256| cc(220) Recv: 88 bytes from 77.77.164.61
2015/05/17 11:50:49.273| cc(220) Recv: 88 bytes from 87.251.181.13
2015/05/17 11:50:49.423| cc(220) Recv: 56 bytes from 86.62.80.242
2015/05/17 11:50:49.586| cc(220) Recv: 88 bytes from 194.135.1.8
2015/05/17 11:50:49.690| cc(220) Recv: 88 bytes from 210.156.179.231
2015/05/17 11:50:49.690| cc(220) Recv: 88 bytes from 210.156.179.231
2015/05/17 11:50:51.715| cc(220) Recv: 88 bytes from 1.252.30.100
2015/05/17 11:50:51.907| cc(220) Recv: 88 bytes from 94.156.166.2
2015/05/17 11:50:52.014| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:50:52.605| cc(220) Recv: 88 bytes from 58.176.140.219
2015/05/17 11:50:52.607| cc(220) Recv: 88 bytes from 58.176.140.219
2015/05/17 11:50:53.854| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:50:53.875| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:50:54.436| cc(220) Recv: 56 bytes from 61.245.98.133
2015/05/17 11:50:55.113| cc(220) Recv: 88 bytes from 94.156.166.2
2015/05/17 11:50:55.607| cc(220) Recv: 88 bytes from 58.176.140.219
2015/05/17 11:50:57.763| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:50:59.618| cc(220) Recv: 88 bytes from 58.176.140.219
2015/05/17 11:51:00.647| cc(220) Recv: 88 bytes from 36.11.101.175
2015/05/17 11:51:00.647| cc(220) Recv: 88 bytes from 36.11.101.175
2015/05/17 11:51:01.122| cc(220) Recv: 88 bytes from 112.138.230.8
2015/05/17 11:51:01.122| cc(220) Recv: 88 bytes from 112.138.230.8
2015/05/17 11:51:02.766| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:51:03.682| cc(220) Recv: 88 bytes from 36.11.101.175
2015/05/17 11:51:04.617| cc(220) Recv: 88 bytes from 194.50.167.7
2015/05/17 11:51:05.252| cc(220) Recv: 88 bytes from 112.138.230.8
2015/05/17 11:51:07.642| cc(220) Recv: 88 bytes from 58.176.140.219
2015/05/17 11:51:07.779| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:51:15.738| cc(220) Recv: 56 bytes from 84.139.248.65
2015/05/17 11:51:15.774| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 11:51:15.879| cc(220) Recv: 56 bytes from 91.59.161.22
2015/05/17 11:51:15.883| cc(220) Recv: 56 bytes from 90.228.140.16
2015/05/17 11:51:15.891| cc(220) Recv: 56 bytes from 80.133.117.72
2015/05/17 11:51:16.040| cc(220) Recv: 56 bytes from 87.186.197.41
2015/05/17 11:51:16.045| cc(220) Recv: 56 bytes from 218.248.235.130
2015/05/17 11:51:16.068| cc(220) Recv: 56 bytes from 87.172.36.157
2015/05/17 11:51:16.079| cc(220) Recv: 56 bytes from 79.249.161.183
2015/05/17 11:51:16.119| cc(220) Recv: 56 bytes from 93.232.197.38
2015/05/17 11:51:16.121| cc(220) Recv: 56 bytes from 84.186.82.158
2015/05/17 11:51:16.202| cc(220) Recv: 96 bytes from 59.180.210.198
2015/05/17 11:51:16.255| cc(220) Recv: 56 bytes from 213.192.1.149
2015/05/17 11:51:16.256| cc(220) Recv: 56 bytes from 79.233.24.199
2015/05/17 11:51:16.342| cc(220) Recv: 88 bytes from 61.46.228.35
2015/05/17 11:51:17.262| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 11:51:18.600| cc(220) Recv: 88 bytes from 93.93.195.27
2015/05/17 11:51:18.600| cc(220) Recv: 88 bytes from 93.93.195.27
2015/05/17 11:51:21.014| cc(220) Recv: 88 bytes from 39.112.189.110
2015/05/17 11:51:21.015| cc(220) Recv: 88 bytes from 39.112.189.110
2015/05/17 11:51:21.309| cc(220) Recv: 88 bytes from 180.3.253.254
2015/05/17 11:51:21.310| cc(220) Recv: 88 bytes from 180.3.253.254
2015/05/17 11:51:21.809| cc(220) Recv: 88 bytes from 93.93.195.27
2015/05/17 11:51:21.818| cc(220) Recv: 88 bytes from 88.163.17.250
2015/05/17 11:51:22.374| cc(220) Recv: 88 bytes from 200.9.255.32
2015/05/17 11:51:22.657| cc(220) Recv: 88 bytes from 49.174.96.91
2015/05/17 11:51:22.657| cc(220) Recv: 88 bytes from 49.174.96.91
2015/05/17 11:51:22.657| cc(220) Recv: 88 bytes from 49.174.96.91
2015/05/17 11:51:23.670| cc(220) Recv: 88 bytes from 58.176.140.219
2015/05/17 11:51:24.310| cc(220) Recv: 88 bytes from 180.3.253.254
2015/05/17 11:51:32.173| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:51:32.280| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 11:51:32.481| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 11:51:32.681| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 11:51:37.182| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:51:37.610| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:51:42.189| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:51:42.622| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:51:42.771| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:51:43.485| cc(220) Recv: 88 bytes from 80.227.84.68
2015/05/17 11:51:43.486| cc(220) Recv: 88 bytes from 80.227.84.68
2015/05/17 11:51:44.718| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 11:51:47.052| cc(220) Recv: 88 bytes from 1.245.32.38
2015/05/17 11:51:47.052| cc(220) Recv: 88 bytes from 1.245.32.38
2015/05/17 11:51:47.052| cc(220) Recv: 88 bytes from 1.245.32.38
2015/05/17 11:51:47.626| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:51:47.774| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:51:48.862| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 11:51:48.867| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:51:49.453| cc(220) Recv: 88 bytes from 76.97.49.99
2015/05/17 11:51:49.453| cc(220) Recv: 88 bytes from 76.97.49.99
2015/05/17 11:51:49.453| cc(220) Recv: 88 bytes from 76.97.49.99
2015/05/17 11:51:49.603| cc(220) Recv: 88 bytes from 89.216.162.220
2015/05/17 11:51:51.040| cc(220) Recv: 88 bytes from 80.227.84.68
2015/05/17 11:51:52.254| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 11:51:52.787| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:51:53.870| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:51:53.875| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:51:54.667| cc(220) Recv: 88 bytes from 123.225.1.176
2015/05/17 11:51:54.715| cc(220) Recv: 88 bytes from 121.1.109.50
2015/05/17 11:51:54.715| cc(220) Recv: 88 bytes from 121.1.109.50
2015/05/17 11:51:54.715| cc(220) Recv: 88 bytes from 121.1.109.50
2015/05/17 11:51:55.735| cc(220) Recv: 88 bytes from 58.176.140.219
2015/05/17 11:51:55.815| cc(220) Recv: 88 bytes from 14.42.20.70
2015/05/17 11:51:55.815| cc(220) Recv: 88 bytes from 14.42.20.70
2015/05/17 11:51:56.013| cc(220) Recv: 88 bytes from 211.49.236.67
2015/05/17 11:51:56.013| cc(220) Recv: 88 bytes from 211.49.236.67
2015/05/17 11:51:57.852| cc(220) Recv: 88 bytes from 222.99.1.39
2015/05/17 11:51:57.852| cc(220) Recv: 88 bytes from 222.99.1.39
2015/05/17 11:51:59.051| cc(220) Recv: 88 bytes from 14.42.20.70
2015/05/17 11:52:00.292| cc(220) Recv: 88 bytes from 200.9.255.32
2015/05/17 11:52:02.964| cc(220) Recv: 88 bytes from 95.30.117.88
2015/05/17 11:52:02.964| cc(220) Recv: 88 bytes from 95.30.117.88
2015/05/17 11:52:05.694| cc(220) Recv: 88 bytes from 1.34.236.105
2015/05/17 11:52:06.163| cc(220) Recv: 88 bytes from 95.30.117.88
2015/05/17 11:52:07.219| cc(220) Recv: 88 bytes from 193.110.17.222
2015/05/17 11:52:07.381| cc(220) Recv: 88 bytes from 195.38.51.22
2015/05/17 11:52:07.622| cc(220) Recv: 56 bytes from 190.18.132.196
2015/05/17 11:52:08.362| cc(220) Recv: 88 bytes from 79.182.9.226
2015/05/17 11:52:08.431| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 11:52:08.496| cc(220) Recv: 56 bytes from 190.18.132.196
2015/05/17 11:52:08.632| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 11:52:08.832| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 11:52:08.863| cc(220) Recv: 88 bytes from 178.57.229.100
2015/05/17 11:52:08.864| cc(220) Recv: 88 bytes from 178.57.229.100
2015/05/17 11:52:11.642| cc(220) Recv: 88 bytes from 198.61.203.109
2015/05/17 11:52:11.647| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 11:52:13.789| cc(220) Recv: 56 bytes from 37.24.159.109
2015/05/17 11:52:14.532| cc(220) Recv: 56 bytes from 94.180.124.12
2015/05/17 11:52:15.918| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 11:52:17.661| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:52:20.104| cc(220) Recv: 88 bytes from 212.116.93.27
2015/05/17 11:52:20.925| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:52:22.670| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:52:23.898| cc(220) Recv: 88 bytes from 85.229.28.20
2015/05/17 11:52:24.754| cc(220) Recv: 56 bytes from 192.222.182.155
2015/05/17 11:52:25.779| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:52:27.162| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:52:30.782| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:52:32.174| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:52:32.382| cc(220) Recv: 88 bytes from 81.89.0.197
2015/05/17 11:52:32.979| cc(220) Recv: 88 bytes from 94.124.104.54
2015/05/17 11:52:33.354| cc(220) Recv: 88 bytes from 81.89.0.197
2015/05/17 11:52:33.601| cc(220) Recv: 56 bytes from 41.182.37.163
2015/05/17 11:52:33.885| cc(220) Recv: 88 bytes from 65.19.157.231
2015/05/17 11:52:34.949| cc(220) Recv: 88 bytes from 182.187.53.53
2015/05/17 11:52:35.118| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 11:52:35.795| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:52:37.178| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:52:37.521| cc(220) Recv: 88 bytes from 79.118.248.71
2015/05/17 11:52:38.404| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 11:52:38.605| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 11:52:38.805| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 11:52:40.148| cc(220) Recv: 88 bytes from 64.113.32.29
2015/05/17 11:52:40.242| cc(220) Recv: 56 bytes from 75.187.199.84
2015/05/17 11:52:40.326| cc(220) Recv: 56 bytes from 198.91.160.246
2015/05/17 11:52:40.354| cc(220) Recv: 56 bytes from 61.102.191.114
2015/05/17 11:52:40.936| cc(220) Recv: 88 bytes from 78.236.147.20
2015/05/17 11:52:40.936| cc(220) Recv: 88 bytes from 78.236.147.20
2015/05/17 11:52:41.218| cc(220) Recv: 88 bytes from 64.113.44.206
2015/05/17 11:52:41.478| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 11:52:41.983| cc(220) Recv: 88 bytes from 89.243.40.115
2015/05/17 11:52:43.127| cc(220) Recv: 88 bytes from 188.165.16.176
2015/05/17 11:52:43.220| cc(220) Recv: 88 bytes from 188.165.138.57
2015/05/17 11:52:43.240| cc(220) Recv: 88 bytes from 89.168.238.34
2015/05/17 11:52:43.240| cc(220) Recv: 88 bytes from 89.168.238.34
2015/05/17 11:52:43.267| cc(220) Recv: 88 bytes from 121.98.129.29
2015/05/17 11:52:43.269| cc(220) Recv: 88 bytes from 121.98.129.29
2015/05/17 11:52:43.296| cc(220) Recv: 88 bytes from 74.98.181.35
2015/05/17 11:52:43.296| cc(220) Recv: 88 bytes from 74.98.181.35
2015/05/17 11:52:43.653| cc(220) Recv: 88 bytes from 172.31.108.116
2015/05/17 11:52:43.930| cc(220) Recv: 88 bytes from 86.22.194.12
2015/05/17 11:52:43.930| cc(220) Recv: 88 bytes from 86.22.194.12
2015/05/17 11:52:43.930| cc(220) Recv: 88 bytes from 86.22.194.12
2015/05/17 11:52:44.018| cc(220) Recv: 88 bytes from 202.188.59.89
2015/05/17 11:52:44.018| cc(220) Recv: 88 bytes from 202.188.59.89
2015/05/17 11:52:44.018| cc(220) Recv: 88 bytes from 202.188.59.89
2015/05/17 11:52:44.195| cc(220) Recv: 88 bytes from 78.236.147.20
2015/05/17 11:52:44.578| cc(220) Recv: 88 bytes from 91.121.107.25
2015/05/17 11:52:44.838| cc(220) Recv: 88 bytes from 94.23.144.109
2015/05/17 11:52:46.244| cc(220) Recv: 88 bytes from 89.168.238.34
2015/05/17 11:52:46.270| cc(220) Recv: 88 bytes from 121.98.129.29
2015/05/17 11:52:46.405| cc(220) Recv: 88 bytes from 74.98.181.35
2015/05/17 11:52:47.138| cc(220) Recv: 88 bytes from 188.221.60.63
2015/05/17 11:52:47.249| cc(220) Recv: 88 bytes from 2.51.95.130
2015/05/17 11:52:48.238| cc(220) Recv: 56 bytes from 72.224.63.52
2015/05/17 11:52:48.830| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 11:52:48.835| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:52:51.779| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:52:53.483| cc(220) Recv: 88 bytes from 91.214.131.46
2015/05/17 11:52:53.838| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:52:53.843| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:53:01.343| cc(220) Recv: 88 bytes from 182.59.0.1
2015/05/17 11:53:02.173| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:53:07.182| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:53:10.349| cc(220) Recv: 88 bytes from 108.21.105.31
2015/05/17 11:53:10.349| cc(220) Recv: 88 bytes from 108.21.105.31
2015/05/17 11:53:12.189| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:53:12.433| cc(220) Recv: 80 bytes from 24.196.227.113
2015/05/17 11:53:15.390| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 11:53:15.418| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:53:17.779| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:53:20.430| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:53:22.782| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:53:25.434| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:53:26.962| cc(220) Recv: 56 bytes from 84.226.54.133
2015/05/17 11:53:27.795| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:53:33.403| cc(220) Recv: 56 bytes from 83.160.79.35
2015/05/17 11:53:43.212| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 11:53:43.413| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 11:53:43.614| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 11:53:48.787| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:53:48.851| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:53:48.861| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:53:48.862| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 11:53:48.862| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 11:53:51.004| cc(220) Recv: 88 bytes from 88.126.156.119
2015/05/17 11:53:53.854| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:53:53.869| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:53:53.870| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:53:53.875| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:53:58.964| cc(220) Recv: 88 bytes from 122.57.0.151
2015/05/17 11:53:58.964| cc(220) Recv: 88 bytes from 122.57.0.151
2015/05/17 11:54:02.623| cc(220) Recv: 282 bytes from 188.226.62.174
2015/05/17 11:54:04.346| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:54:04.350| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 11:54:06.437| cc(220) Recv: 88 bytes from 123.252.213.15
2015/05/17 11:54:06.440| cc(220) Recv: 88 bytes from 123.252.213.15
2015/05/17 11:54:07.033| cc(220) Recv: 88 bytes from 213.136.63.145
2015/05/17 11:54:09.358| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:54:09.738| cc(220) Recv: 88 bytes from 123.252.213.15
2015/05/17 11:54:11.859| cc(220) Recv: 88 bytes from 69.159.48.84
2015/05/17 11:54:11.864| cc(220) Recv: 88 bytes from 69.159.48.84
2015/05/17 11:54:14.362| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:54:14.787| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:54:14.923| cc(220) Recv: 88 bytes from 69.159.48.84
2015/05/17 11:54:15.219| cc(220) Recv: 88 bytes from 109.167.214.113
2015/05/17 11:54:15.468| cc(220) Recv: 88 bytes from 46.200.176.98
2015/05/17 11:54:15.860| cc(220) Recv: 88 bytes from 109.167.214.113
2015/05/17 11:54:16.214| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 11:54:19.790| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:54:20.019| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 11:54:24.803| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:54:27.956| cc(220) Recv: 88 bytes from 46.200.176.98
2015/05/17 11:54:31.306| cc(220) Recv: 88 bytes from 84.52.162.249
2015/05/17 11:54:32.173| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:54:37.182| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:54:42.189| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 11:54:42.803| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 11:54:43.129| cc(220) Recv: 88 bytes from 176.182.165.145
2015/05/17 11:54:43.129| cc(220) Recv: 88 bytes from 176.182.165.145
2015/05/17 11:54:44.838| cc(220) Recv: 56 bytes from 101.235.3.188
2015/05/17 11:54:45.150| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 11:54:46.123| cc(220) Recv: 88 bytes from 176.182.165.145
2015/05/17 11:54:46.194| cc(220) Recv: 88 bytes from 211.49.236.67
2015/05/17 11:54:46.194| cc(220) Recv: 88 bytes from 211.49.236.67
2015/05/17 11:54:46.612| cc(220) Recv: 88 bytes from 220.122.170.95
2015/05/17 11:54:46.612| cc(220) Recv: 88 bytes from 220.122.170.95
2015/05/17 11:54:48.417| cc(220) Recv: 88 bytes from 126.70.26.101
2015/05/17 11:54:48.417| cc(220) Recv: 88 bytes from 126.70.26.101
2015/05/17 11:54:48.862| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 11:54:48.867| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:54:49.750| cc(220) Recv: 88 bytes from 209.249.180.198
2015/05/17 11:54:51.424| cc(220) Recv: 88 bytes from 81.89.0.197
2015/05/17 11:54:53.870| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:54:53.875| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 11:54:54.663| cc(220) Recv: 88 bytes from 220.122.170.95
2015/05/17 11:54:55.914| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:54:56.553| cc(220) Recv: 88 bytes from 194.135.1.8
2015/05/17 11:54:57.533| cc(220) Recv: 88 bytes from 46.183.219.196
2015/05/17 11:54:57.636| cc(220) Recv: 88 bytes from 188.233.198.14
2015/05/17 11:54:59.679| cc(220) Recv: 88 bytes from 37.133.205.232
2015/05/17 11:55:00.926| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:55:05.930| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 11:55:07.111| nger.cc(222) Recv:  Pass 92.223.231.190 off to ICMPv4 
module.
2015/05/17 12:53:16 kid1| Preparing for shutdown after 39 requests
2015/05/17 12:53:16 kid1| Waiting 30 seconds for active connections to finish
2015/05/17 12:53:16 kid1| Closing HTTP port [::]:3128
2015/05/17 12:53:16 kid1| Closing Pinger socket on FD 15
2015/05/17 12:53:16 kid1| Shutdown: NTLM authentication.
2015/05/17 12:53:16 kid1| Shutdown: Negotiate authentication.
2015/05/17 12:53:16 kid1| Shutdown: Digest authentication.
2015/05/17 12:53:16 kid1| Shutdown: Basic authentication.
2015/05/17 12:53:47 kid1| Shutting down...
2015/05/17 12:53:47 kid1| storeDirWriteCleanLogs: Starting...
2015/05/17 12:53:47 kid1|     65536 entries written so far.
2015/05/17 12:53:47 kid1|    131072 entries written so far.
2015/05/17 12:53:47 kid1|   Finished.  Wrote 183918 entries.
2015/05/17 12:53:47 kid1|   Took 0.05 seconds (3813510.82 entries/sec).
CPU Usage: 1.836 seconds = 0.648 user + 1.188 sys
Maximum Resident Size: 253856 KB
Page faults with physical i/o: 0
Memory usage for squid via mallinfo():
        total space in arena:   42532 KB
        Ordinary blocks:        41254 KB    110 blks
        Small blocks:               0 KB      5 blks
        Holding blocks:         39276 KB      9 blks
        Free Small blocks:          0 KB
        Free Ordinary blocks:    1277 KB
        Total in use:           80530 KB 189%
        Total free:              1277 KB 3%
2015/05/17 12:53:47 kid1| Logfile: closing log daemon:/var/log/squid3/access.log
2015/05/17 12:53:47 kid1| Logfile Daemon: closing log 
daemon:/var/log/squid3/access.log
2015/05/17 12:53:47 kid1| Open FD READ/WRITE    7 DNS Socket IPv6
2015/05/17 12:53:47 kid1| Open FD UNSTARTED     8 DNS Socket IPv4
2015/05/17 12:53:47 kid1| Open FD UNSTARTED     9 IPC UNIX STREAM Parent
2015/05/17 12:53:47 kid1| Open FD READ/WRITE   11 Reading next request
2015/05/17 12:53:47 kid1| Open FD READ/WRITE   12 jabber.unzane.com:5222
2015/05/17 12:53:47 kid1| Squid Cache (Version 3.4.8): Exiting normally.
2015/05/17 12:53:48 kid1| Set Current Directory to /var/spool/squid3
2015/05/17 12:53:48 kid1| Starting Squid Cache version 3.4.8 for 
x86_64-pc-linux-gnu...
2015/05/17 12:53:48 kid1| Process ID 5294
2015/05/17 12:53:48 kid1| Process Roles: worker
2015/05/17 12:53:48 kid1| With 65535 file descriptors available
2015/05/17 12:53:48 kid1| Initializing IP Cache...
2015/05/17 12:53:48 kid1| DNS Socket created at [::], FD 7
2015/05/17 12:53:48 kid1| DNS Socket created at 0.0.0.0, FD 8
2015/05/17 12:53:48 kid1| Adding domain unzane.com from /etc/resolv.conf
2015/05/17 12:53:48 kid1| Adding nameserver ::1 from /etc/resolv.conf
2015/05/17 12:53:48 kid1| Adding nameserver 2001:470:e861::2 from 
/etc/resolv.conf
2015/05/17 12:53:48 kid1| Logfile: opening log daemon:/var/log/squid3/access.log
2015/05/17 12:53:48 kid1| Logfile Daemon: opening log /var/log/squid3/access.log
2015/05/17 12:53:48 kid1| Local cache digest enabled; rebuild/rewrite every 
3600/3600 sec
2015/05/17 12:53:48 kid1| Store logging disabled
2015/05/17 12:53:48 kid1| Swap maxSize 16777216 + 65536 KB, estimated 1295596 
objects
2015/05/17 12:53:48 kid1| Target number of buckets: 64779
2015/05/17 12:53:48 kid1| Using 65536 Store buckets
2015/05/17 12:53:48 kid1| Max Mem  size: 65536 KB
2015/05/17 12:53:48 kid1| Max Swap size: 16777216 KB
2015/05/17 12:53:48 kid1| Rebuilding storage in /var/spool/squid3 (clean log)
2015/05/17 12:53:48 kid1| Using Least Load store dir selection
2015/05/17 12:53:48 kid1| Set Current Directory to /var/spool/squid3
2015/05/17 12:53:48 kid1| Finished loading MIME types and icons.
2015/05/17 12:53:48 kid1| HTCP Disabled.
2015/05/17 12:53:48 kid1| Pinger socket opened on FD 15
2015/05/17 12:53:48 kid1| Squid plugin modules loaded: 0
2015/05/17 12:53:48 kid1| Adaptation support is off.
2015/05/17 12:53:48 kid1| Accepting HTTP Socket connections at local=[::]:3128 
remote=[::] FD 13 flags=9
2015/05/17 12:53:48| pinger: Initialising ICMP pinger ...
2015/05/17 12:53:48| pinger: ICMP socket opened.
2015/05/17 12:53:48| pinger: ICMPv6 socket opened
2015/05/17 12:53:48.250| nger.cc(213) Recv:  Pass [::1] off to ICMPv6 module.
2015/05/17 12:53:48.250| cc(192) SendEcho: Send Icmp6 packet to [::1].
2015/05/17 12:53:48.251| cc(204) SendEcho: x=38
2015/05/17 12:53:48.251| c(116) Log: pingerLog: 1431892428.251010 [::1]         
                                0 
2015/05/17 12:53:48.251| nger.cc(222) Recv:  Pass 127.0.0.1 off to ICMPv4 
module.
2015/05/17 12:53:48.251| cc(156) SendEcho: Send ICMP packet to 127.0.0.1.
2015/05/17 12:53:48.251| c(116) Log: pingerLog: 1431892428.251086 127.0.0.1     
                                32 
2015/05/17 12:53:48.251| cc(261) Recv: 38 bytes from [::1]
2015/05/17 12:53:48.251| cc(304) Recv: [::1] said: 128/0 Echo Request
2015/05/17 12:53:48.251| cc(261) Recv: 38 bytes from [::1]
2015/05/17 12:53:48.251| c(116) Log: pingerLog: 1431892428.251214 [::1]         
                                129 Echo Reply      0ms 1 hops
2015/05/17 12:53:48.251| nger.cc(235) SendResult: return result to squid. len=76
2015/05/17 12:53:48.251| cc(220) Recv: 54 bytes from 127.0.0.1
2015/05/17 12:53:48.251| cc(220) Recv: 54 bytes from 127.0.0.1
2015/05/17 12:53:48.251| nger.cc(235) SendResult: return result to squid. 
len=7990
2015/05/17 12:53:48.251| c(116) Log: pingerLog: 1431892428.251341 127.0.0.1     
                                0 Echo Reply      0ms 1 hops
2015/05/17 12:53:48 kid1| Store rebuilding is 2.17% complete
2015/05/17 12:53:49 kid1| Done reading /var/spool/squid3 swaplog (183918 
entries)
2015/05/17 12:53:49 kid1| Finished rebuilding storage from disk.
2015/05/17 12:53:49 kid1|    183918 Entries scanned
2015/05/17 12:53:49 kid1|         0 Invalid entries.
2015/05/17 12:53:49 kid1|         0 With invalid flags.
2015/05/17 12:53:49 kid1|    183918 Objects loaded.
2015/05/17 12:53:49 kid1|         0 Objects expired.
2015/05/17 12:53:49 kid1|         0 Objects cancelled.
2015/05/17 12:53:49 kid1|         0 Duplicate URLs purged.
2015/05/17 12:53:49 kid1|         0 Swapfile clashes avoided.
2015/05/17 12:53:49 kid1|   Took 1.78 seconds (103415.06 objects/sec).
2015/05/17 12:53:49 kid1| Beginning Validation Procedure
2015/05/17 12:53:50 kid1|   Completed Validation Procedure
2015/05/17 12:53:50 kid1|   Validated 183917 Entries
2015/05/17 12:53:50 kid1|   store_swap_size = 15047212.00 KB
2015/05/17 12:53:50 kid1| storeLateRelease: released 0 objects
2015/05/17 12:53:51.854| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:53:51.875| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:53:53.235| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:53:55.679| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 12:53:58.238| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:54:00.154| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:54:00.173| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:54:03.251| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:54:05.182| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:54:05.324| cc(220) Recv: 88 bytes from 105.157.250.143
2015/05/17 12:54:05.329| cc(220) Recv: 88 bytes from 105.157.250.143
2015/05/17 12:54:08.360| cc(220) Recv: 88 bytes from 105.157.250.143
2015/05/17 12:54:09.950| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:54:10.189| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:54:14.954| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:54:17.203| cc(220) Recv: 56 bytes from 68.194.83.2
2015/05/17 12:54:19.534| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:54:19.967| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:54:20.447| cc(220) Recv: 88 bytes from 5.12.170.175
2015/05/17 12:54:20.574| cc(220) Recv: 88 bytes from 93.170.49.34
2015/05/17 12:54:21.319| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:54:21.715| cc(220) Recv: 88 bytes from 112.149.203.82
2015/05/17 12:54:21.715| cc(220) Recv: 88 bytes from 112.149.203.82
2015/05/17 12:54:22.288| cc(220) Recv: 56 bytes from 202.101.100.14
2015/05/17 12:54:22.449| cc(220) Recv: 56 bytes from 95.112.98.193
2015/05/17 12:54:22.673| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:54:22.984| cc(220) Recv: 88 bytes from 5.12.170.175
2015/05/17 12:54:23.230| cc(261) Recv: 24 bytes from [2001:470:e861::8]
2015/05/17 12:54:24.882| cc(220) Recv: 88 bytes from 112.149.203.82
2015/05/17 12:54:25.275| cc(220) Recv: 88 bytes from 123.192.35.214
2015/05/17 12:54:25.275| cc(220) Recv: 88 bytes from 123.192.35.214
2015/05/17 12:54:25.275| cc(220) Recv: 88 bytes from 123.192.35.214
2015/05/17 12:54:29.229| cc(220) Recv: 88 bytes from 84.215.139.14
2015/05/17 12:54:29.229| cc(220) Recv: 88 bytes from 84.215.139.14
2015/05/17 12:54:32.334| cc(220) Recv: 88 bytes from 62.16.17.129
2015/05/17 12:54:33.078| cc(220) Recv: 80 bytes from 10.240.94.74
2015/05/17 12:54:35.367| cc(220) Recv: 88 bytes from 195.178.30.17
2015/05/17 12:54:43.023| cc(220) Recv: 88 bytes from 213.87.96.78
2015/05/17 12:54:44.287| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:54:44.317| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:54:49.299| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:54:49.326| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:54:50.950| cc(261) Recv: 88 bytes from [2001:470:0:14f::2]
2015/05/17 12:54:50.950| cc(304) Recv: [2001:470:0:14f::2] said: 1/3 
Destination Unreachable
2015/05/17 12:54:53.251| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:54:54.302| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:54:54.333| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:54:55.178| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:54:56.274| cc(220) Recv: 88 bytes from 85.60.59.38
2015/05/17 12:54:57.615| cc(220) Recv: 56 bytes from 70.36.58.69
2015/05/17 12:54:57.755| cc(220) Recv: 88 bytes from 154.127.60.216
2015/05/17 12:54:58.254| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:54:59.532| cc(220) Recv: 88 bytes from 96.246.147.107
2015/05/17 12:54:59.534| cc(220) Recv: 88 bytes from 96.246.147.107
2015/05/17 12:55:03.267| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:55:03.620| cc(220) Recv: 88 bytes from 77.255.207.170
2015/05/17 12:55:03.631| cc(220) Recv: 88 bytes from 77.255.207.170
2015/05/17 12:55:03.643| cc(220) Recv: 88 bytes from 77.255.207.170
2015/05/17 12:55:06.346| cc(220) Recv: 88 bytes from 78.236.147.20
2015/05/17 12:55:06.463| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:55:08.519| cc(220) Recv: 88 bytes from 81.89.0.196
2015/05/17 12:55:09.223| cc(220) Recv: 88 bytes from 78.110.192.158
2015/05/17 12:55:09.425| cc(220) Recv: 88 bytes from 78.236.147.20
2015/05/17 12:55:11.006| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:55:11.205| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:55:11.406| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:55:11.466| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:55:12.058| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:55:16.478| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:55:19.238| cc(220) Recv: 88 bytes from 81.89.0.197
2015/05/17 12:55:19.540| cc(220) Recv: 88 bytes from 62.63.65.146
2015/05/17 12:55:20.242| cc(220) Recv: 88 bytes from 86.206.89.52
2015/05/17 12:55:20.918| cc(220) Recv: 88 bytes from 122.151.169.125
2015/05/17 12:55:22.331| cc(220) Recv: 88 bytes from 90.199.69.67
2015/05/17 12:55:23.088| cc(220) Recv: 88 bytes from 213.108.208.29
2015/05/17 12:55:24.848| cc(220) Recv: 56 bytes from 46.174.69.33
2015/05/17 12:55:26.178| cc(220) Recv: 88 bytes from 105.227.10.95
2015/05/17 12:55:26.184| cc(220) Recv: 88 bytes from 105.227.10.95
2015/05/17 12:55:26.296| cc(220) Recv: 56 bytes from 213.124.86.26
2015/05/17 12:55:29.780| cc(220) Recv: 88 bytes from 39.52.170.138
2015/05/17 12:55:29.780| cc(220) Recv: 88 bytes from 39.52.170.138
2015/05/17 12:55:29.941| cc(220) Recv: 88 bytes from 105.227.10.95
2015/05/17 12:55:30.173| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:55:31.464| cc(220) Recv: 88 bytes from 93.170.49.34
2015/05/17 12:55:32.781| cc(220) Recv: 88 bytes from 39.52.170.138
2015/05/17 12:55:33.068| cc(220) Recv: 88 bytes from 77.30.252.182
2015/05/17 12:55:33.838| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:55:33.843| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:55:34.806| cc(220) Recv: 88 bytes from 86.97.246.44
2015/05/17 12:55:34.806| cc(220) Recv: 88 bytes from 86.97.246.44
2015/05/17 12:55:35.182| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:55:35.920| cc(220) Recv: 88 bytes from 194.50.167.7
2015/05/17 12:55:38.103| cc(220) Recv: 88 bytes from 86.97.246.44
2015/05/17 12:55:38.846| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:55:38.851| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:55:40.189| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:55:43.470| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:55:43.678| cc(220) Recv: 88 bytes from 64.113.32.29
2015/05/17 12:55:43.898| cc(220) Recv: 56 bytes from 62.167.36.47
2015/05/17 12:55:44.284| cc(220) Recv: 88 bytes from 199.126.137.194
2015/05/17 12:55:44.458| cc(220) Recv: 88 bytes from 64.113.32.29
2015/05/17 12:55:45.709| cc(220) Recv: 88 bytes from 78.196.20.15
2015/05/17 12:55:45.710| cc(220) Recv: 88 bytes from 78.196.20.15
2015/05/17 12:55:45.760| cc(220) Recv: 88 bytes from 27.223.134.63
2015/05/17 12:55:46.198| cc(220) Recv: 88 bytes from 61.192.26.96
2015/05/17 12:55:46.198| cc(220) Recv: 88 bytes from 61.192.26.96
2015/05/17 12:55:46.502| cc(220) Recv: 56 bytes from 194.109.7.170
2015/05/17 12:55:47.437| cc(220) Recv: 88 bytes from 217.73.168.15
2015/05/17 12:55:47.564| cc(220) Recv: 88 bytes from 176.126.237.207
2015/05/17 12:55:57.521| cc(220) Recv: 88 bytes from 81.98.209.246
2015/05/17 12:56:01.210| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:56:06.226| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:56:11.006| cc(220) Recv: 88 bytes from 109.215.129.227
2015/05/17 12:56:11.008| cc(220) Recv: 88 bytes from 109.215.129.227
2015/05/17 12:03:13.242| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:03:15.641| cc(220) Recv: 88 bytes from 108.21.105.31
2015/05/17 12:03:15.641| cc(220) Recv: 88 bytes from 108.21.105.31
2015/05/17 12:03:16.817| cc(220) Recv: 88 bytes from 111.119.198.206
2015/05/17 12:03:17.505| cc(220) Recv: 56 bytes from 62.167.108.245
2015/05/17 12:03:18.731| cc(220) Recv: 88 bytes from 108.21.105.31
2015/05/17 12:03:29.983| cc(220) Recv: 88 bytes from 91.214.131.46
2015/05/17 12:03:32.078| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:03:32.173| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:03:34.078| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:03:35.838| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:03:35.843| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:03:37.085| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:03:37.182| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:03:38.686| cc(261) Recv: 24 bytes from [2001:470:e861::3]
2015/05/17 12:03:39.069| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:03:39.270| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:03:39.471| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:03:40.846| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:03:40.851| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:03:43.701| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:2]
2015/05/17 12:03:48.702| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:2]
2015/05/17 12:03:51.082| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:03:56.094| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:04:01.098| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:04:03.582| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:04:05.522| cc(220) Recv: 88 bytes from 78.176.194.236
2015/05/17 12:04:05.524| cc(220) Recv: 88 bytes from 78.176.194.236
2015/05/17 12:04:05.770| cc(220) Recv: 56 bytes from 77.29.139.134
2015/05/17 12:04:05.888| cc(220) Recv: 56 bytes from 151.56.155.140
2015/05/17 12:04:05.951| cc(220) Recv: 88 bytes from 172.31.108.153
2015/05/17 12:04:06.195| cc(220) Recv: 88 bytes from 172.31.108.64
2015/05/17 12:04:06.257| cc(220) Recv: 88 bytes from 172.31.120.6
2015/05/17 12:04:06.395| cc(220) Recv: 88 bytes from 172.31.108.78
2015/05/17 12:04:06.398| cc(220) Recv: 88 bytes from 111.119.192.150
2015/05/17 12:04:06.705| cc(220) Recv: 88 bytes from 172.31.108.153
2015/05/17 12:04:06.708| cc(220) Recv: 80 bytes from 180.252.0.30
2015/05/17 12:04:06.712| cc(220) Recv: 56 bytes from 31.214.0.1
2015/05/17 12:04:06.896| cc(220) Recv: 88 bytes from 103.43.5.6
2015/05/17 12:04:07.727| cc(220) Recv: 88 bytes from 176.27.241.81
2015/05/17 12:04:07.727| cc(220) Recv: 88 bytes from 176.27.241.81
2015/05/17 12:04:08.255| cc(220) Recv: 88 bytes from 2.49.54.26
2015/05/17 12:04:08.255| cc(220) Recv: 88 bytes from 2.49.54.26
2015/05/17 12:04:08.259| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:04:08.459| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:04:08.660| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:04:08.766| cc(261) Recv: 24 bytes from [2001:470:e861::3]
2015/05/17 12:04:08.831| cc(220) Recv: 88 bytes from 2.50.203.130
2015/05/17 12:04:08.942| cc(220) Recv: 88 bytes from 174.45.227.29
2015/05/17 12:04:08.942| cc(220) Recv: 88 bytes from 174.45.227.29
2015/05/17 12:04:09.051| cc(220) Recv: 88 bytes from 37.210.223.210
2015/05/17 12:04:09.128| cc(220) Recv: 88 bytes from 23.31.184.115
2015/05/17 12:04:09.133| cc(220) Recv: 88 bytes from 23.31.184.115
2015/05/17 12:04:09.237| cc(220) Recv: 88 bytes from 27.106.110.9
2015/05/17 12:04:09.237| cc(220) Recv: 88 bytes from 27.106.110.9
2015/05/17 12:04:09.648| cc(220) Recv: 88 bytes from 2.100.153.125
2015/05/17 12:04:09.649| cc(220) Recv: 88 bytes from 2.100.153.125
2015/05/17 12:04:12.240| cc(220) Recv: 88 bytes from 27.106.110.9
2015/05/17 12:04:12.659| cc(220) Recv: 88 bytes from 2.100.153.125
2015/05/17 12:04:19.042| cc(220) Recv: 56 bytes from 202.179.73.81
2015/05/17 12:04:22.311| cc(220) Recv: 88 bytes from 86.127.132.243
2015/05/17 12:04:22.311| cc(220) Recv: 88 bytes from 86.127.132.243
2015/05/17 12:04:22.479| cc(220) Recv: 88 bytes from 39.42.216.9
2015/05/17 12:04:22.481| cc(220) Recv: 88 bytes from 39.42.216.9
2015/05/17 12:04:22.663| cc(220) Recv: 88 bytes from 39.33.23.249
2015/05/17 12:04:22.664| cc(220) Recv: 88 bytes from 39.33.23.249
2015/05/17 12:04:25.315| cc(220) Recv: 88 bytes from 86.127.132.243
2015/05/17 12:04:32.078| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:04:32.173| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:04:33.955| cc(220) Recv: 88 bytes from 27.49.224.68
2015/05/17 12:04:35.257| cc(220) Recv: 88 bytes from 27.49.224.68
2015/05/17 12:04:35.838| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:04:35.843| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:04:36.062| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:04:37.085| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:04:37.182| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:04:37.231| cc(220) Recv: 88 bytes from 27.49.224.68
2015/05/17 12:04:37.964| cc(220) Recv: 88 bytes from 80.77.167.166
2015/05/17 12:04:38.404| cc(220) Recv: 88 bytes from 172.31.108.83
2015/05/17 12:04:38.410| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:04:38.905| cc(220) Recv: 56 bytes from 117.200.236.155
2015/05/17 12:04:39.476| cc(220) Recv: 88 bytes from 39.55.13.238
2015/05/17 12:04:40.846| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:04:40.851| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:04:41.477| cc(220) Recv: 88 bytes from 27.49.224.68
2015/05/17 12:04:43.422| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:04:44.246| cc(220) Recv: 56 bytes from 114.182.214.134
2015/05/17 12:04:45.632| cc(220) Recv: 88 bytes from 126.92.140.61
2015/05/17 12:04:45.632| cc(220) Recv: 88 bytes from 126.92.140.61
2015/05/17 12:04:45.690| cc(220) Recv: 88 bytes from 119.228.85.19
2015/05/17 12:04:45.691| cc(220) Recv: 88 bytes from 119.228.85.19
2015/05/17 12:04:46.420| cc(220) Recv: 88 bytes from 36.11.122.102
2015/05/17 12:04:47.410| cc(220) Recv: 88 bytes from 27.33.123.105
2015/05/17 12:04:48.277| cc(220) Recv: 88 bytes from 1.234.109.96
2015/05/17 12:04:48.277| cc(220) Recv: 88 bytes from 1.234.109.96
2015/05/17 12:04:48.426| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:04:51.160| cc(220) Recv: 88 bytes from 59.166.96.228
2015/05/17 12:04:51.467| cc(220) Recv: 88 bytes from 1.234.109.96
2015/05/17 12:04:52.690| cc(220) Recv: 88 bytes from 119.228.85.19
2015/05/17 12:04:53.543| cc(220) Recv: 88 bytes from 86.206.89.52
2015/05/17 12:05:02.248| cc(220) Recv: 28 bytes from 104.238.141.52
2015/05/17 12:05:02.638| cc(261) Recv: 24 bytes from [2001:470:e861::8]
2015/05/17 12:05:03.391| cc(220) Recv: 88 bytes from 91.214.131.46
2015/05/17 12:05:05.822| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:05:06.672| cc(220) Recv: 88 bytes from 43.252.110.189
2015/05/17 12:05:07.652| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:05:08.689| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:08.689| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:08.689| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:08.689| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:08.689| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:08.689| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:08.702| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:08.702| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:08.930| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:08.930| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:09.386| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:09.386| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:10.298| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:10.298| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:12.127| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:12.127| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:12.654| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:05:13.605| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 12:05:13.694| cc(261) Recv: 24 bytes from [2001:470:e861::3]
2015/05/17 12:05:13.701| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:2]
2015/05/17 12:05:14.560| cc(220) Recv: 56 bytes from 89.105.149.106
2015/05/17 12:05:15.782| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:15.783| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:17.456| cc(220) Recv: 88 bytes from 182.155.29.81
2015/05/17 12:05:17.456| cc(220) Recv: 88 bytes from 182.155.29.81
2015/05/17 12:05:18.092| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:05:18.534| cc(220) Recv: 88 bytes from 50.45.135.12
2015/05/17 12:05:18.535| cc(220) Recv: 88 bytes from 50.45.135.12
2015/05/17 12:05:18.702| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:2]
2015/05/17 12:05:18.709| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:2]
2015/05/17 12:05:19.484| cc(220) Recv: 88 bytes from 59.182.159.13
2015/05/17 12:05:21.551| cc(220) Recv: 88 bytes from 50.45.135.12
2015/05/17 12:05:22.295| cc(220) Recv: 88 bytes from 82.209.152.132
2015/05/17 12:05:22.296| cc(220) Recv: 88 bytes from 82.209.152.132
2015/05/17 12:05:23.090| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:23.091| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:25.296| cc(220) Recv: 88 bytes from 82.209.152.132
2015/05/17 12:05:26.397| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:05:26.890| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:05:27.368| cc(220) Recv: 56 bytes from 121.44.255.236
2015/05/17 12:05:29.307| cc(220) Recv: 88 bytes from 82.209.152.132
2015/05/17 12:05:30.679| cc(220) Recv: 88 bytes from 92.29.148.10
2015/05/17 12:05:30.681| cc(220) Recv: 88 bytes from 92.29.148.10
2015/05/17 12:05:31.406| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:05:31.902| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:05:32.451| cc(220) Recv: 88 bytes from 49.146.245.95
2015/05/17 12:05:32.451| cc(220) Recv: 88 bytes from 49.146.245.95
2015/05/17 12:05:32.451| cc(220) Recv: 88 bytes from 49.146.245.95
2015/05/17 12:05:32.670| cc(261) Recv: 24 bytes from [2001:470:e861::8]
2015/05/17 12:05:35.843| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:05:35.854| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:05:36.413| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:05:36.519| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:05:36.720| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:05:36.906| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:05:36.921| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:05:37.710| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:37.710| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:38.690| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:38.690| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:38.690| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:38.690| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:38.690| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:38.690| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:38.698| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:38.698| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:38.918| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:38.918| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:39.323| cc(220) Recv: 88 bytes from 195.229.253.250
2015/05/17 12:05:39.358| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:39.358| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:40.239| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:40.239| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:40.846| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:05:40.867| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:05:42.003| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:42.003| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:43.694| cc(261) Recv: 24 bytes from [2001:470:e861::3]
2015/05/17 12:05:45.534| cc(261) Recv: 282 bytes from [2001:470:e861::3]
2015/05/17 12:05:45.534| cc(304) Recv: [2001:470:e861::3] said: 1/4 Destination 
Unreachable
2015/05/17 12:05:46.750| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:05:50.933| nger.cc(222) Recv:  Pass 119.252.117.166 off to ICMPv4 
module.
*** Error in `(pinger)': corrupted double-linked list: 0x00007fea972c4110 ***
2015/05/17 13:01:47 kid1| Preparing for shutdown after 77 requests
2015/05/17 13:01:47 kid1| Waiting 30 seconds for active connections to finish
2015/05/17 13:01:47 kid1| Closing HTTP port [::]:3128
2015/05/17 13:01:47 kid1| Closing Pinger socket on FD 15
2015/05/17 13:01:47 kid1| Shutdown: NTLM authentication.
2015/05/17 13:01:47 kid1| Shutdown: Negotiate authentication.
2015/05/17 13:01:47 kid1| Shutdown: Digest authentication.
2015/05/17 13:01:47 kid1| Shutdown: Basic authentication.
2015/05/17 13:02:18 kid1| Shutting down...
2015/05/17 13:02:18 kid1| storeDirWriteCleanLogs: Starting...
2015/05/17 13:02:18 kid1|     65536 entries written so far.
2015/05/17 13:02:18 kid1|    131072 entries written so far.
2015/05/17 13:02:18 kid1|   Finished.  Wrote 183989 entries.
2015/05/17 13:02:18 kid1|   Took 0.05 seconds (3877207.40 entries/sec).
CPU Usage: 1.948 seconds = 0.752 user + 1.196 sys
Maximum Resident Size: 259760 KB
Page faults with physical i/o: 0
Memory usage for squid via mallinfo():
        total space in arena:   43272 KB
        Ordinary blocks:        43099 KB    373 blks
        Small blocks:               0 KB      7 blks
        Holding blocks:         39276 KB      9 blks
        Free Small blocks:          0 KB
        Free Ordinary blocks:     172 KB
        Total in use:           82375 KB 190%
        Total free:               173 KB 0%
2015/05/17 13:02:18 kid1| Logfile: closing log daemon:/var/log/squid3/access.log
2015/05/17 13:02:18 kid1| Logfile Daemon: closing log 
daemon:/var/log/squid3/access.log
2015/05/17 13:02:18 kid1| Open FD READ/WRITE    7 DNS Socket IPv6
2015/05/17 13:02:18 kid1| Open FD UNSTARTED     8 DNS Socket IPv4
2015/05/17 13:02:18 kid1| Open FD UNSTARTED     9 IPC UNIX STREAM Parent
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   10 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   14 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   16 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   20 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   22 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   23 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   24 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   25 Reading next request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   26 jabber.unzane.com:5222
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   30 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   31 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   33 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   35 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   36 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   40 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   41 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   42 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   43 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   45 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   46 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   48 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   49 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   51 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   57 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   58 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Open FD READ/WRITE   59 Idle client: Waiting for next 
request
2015/05/17 13:02:18 kid1| Squid Cache (Version 3.4.8): Exiting normally.
2015/05/17 13:02:19 kid1| Set Current Directory to /var/spool/squid3
2015/05/17 13:02:19 kid1| Starting Squid Cache version 3.4.8 for 
x86_64-pc-linux-gnu...
2015/05/17 13:02:19 kid1| Process ID 6198
2015/05/17 13:02:19 kid1| Process Roles: worker
2015/05/17 13:02:19 kid1| With 65535 file descriptors available
2015/05/17 13:02:19 kid1| Initializing IP Cache...
2015/05/17 13:02:19 kid1| DNS Socket created at [::], FD 7
2015/05/17 13:02:19 kid1| DNS Socket created at 0.0.0.0, FD 8
2015/05/17 13:02:19 kid1| Adding domain unzane.com from /etc/resolv.conf
2015/05/17 13:02:19 kid1| Adding nameserver ::1 from /etc/resolv.conf
2015/05/17 13:02:19 kid1| Adding nameserver 2001:470:e861::2 from 
/etc/resolv.conf
2015/05/17 13:02:19 kid1| Logfile: opening log daemon:/var/log/squid3/access.log
2015/05/17 13:02:19 kid1| Logfile Daemon: opening log /var/log/squid3/access.log
2015/05/17 13:02:19 kid1| Local cache digest enabled; rebuild/rewrite every 
3600/3600 sec
2015/05/17 13:02:19 kid1| Store logging disabled
2015/05/17 13:02:19 kid1| Swap maxSize 16777216 + 65536 KB, estimated 1295596 
objects
2015/05/17 13:02:19 kid1| Target number of buckets: 64779
2015/05/17 13:02:19 kid1| Using 65536 Store buckets
2015/05/17 13:02:19 kid1| Max Mem  size: 65536 KB
2015/05/17 13:02:19 kid1| Max Swap size: 16777216 KB
2015/05/17 13:02:19 kid1| Rebuilding storage in /var/spool/squid3 (clean log)
2015/05/17 13:02:19 kid1| Using Least Load store dir selection
2015/05/17 13:02:19 kid1| Set Current Directory to /var/spool/squid3
2015/05/17 13:02:19 kid1| Finished loading MIME types and icons.
2015/05/17 13:02:19 kid1| HTCP Disabled.
2015/05/17 13:02:19 kid1| Pinger socket opened on FD 15
2015/05/17 13:02:19 kid1| Squid plugin modules loaded: 0
2015/05/17 13:02:19 kid1| Adaptation support is off.
2015/05/17 13:02:19 kid1| Accepting HTTP Socket connections at local=[::]:3128 
remote=[::] FD 13 flags=9
2015/05/17 13:02:19| pinger: Initialising ICMP pinger ...
2015/05/17 13:02:19| pinger: ICMP socket opened.
2015/05/17 13:02:19| pinger: ICMPv6 socket opened
2015/05/17 13:02:19.797| nger.cc(213) Recv:  Pass [::1] off to ICMPv6 module.
2015/05/17 13:02:19.797| cc(192) SendEcho: Send Icmp6 packet to [::1].
2015/05/17 13:02:19.797| cc(204) SendEcho: x=38
2015/05/17 13:02:19.797| c(116) Log: pingerLog: 1431892939.797435 [::1]         
                                0 
2015/05/17 13:02:19.797| nger.cc(222) Recv:  Pass 127.0.0.1 off to ICMPv4 
module.
2015/05/17 13:02:19.797| cc(156) SendEcho: Send ICMP packet to 127.0.0.1.
2015/05/17 13:02:19.797| c(116) Log: pingerLog: 1431892939.797512 127.0.0.1     
                                32 
2015/05/17 13:02:19.797| cc(261) Recv: 38 bytes from [::1]
2015/05/17 13:02:19.797| cc(304) Recv: [::1] said: 128/0 Echo Request
2015/05/17 13:02:19.797| cc(261) Recv: 38 bytes from [::1]
2015/05/17 13:02:19.797| c(116) Log: pingerLog: 1431892939.797637 [::1]         
                                129 Echo Reply      0ms 1 hops
2015/05/17 13:02:19.797| nger.cc(235) SendResult: return result to squid. len=76
2015/05/17 13:02:19.797| cc(220) Recv: 54 bytes from 127.0.0.1
2015/05/17 13:02:19.797| cc(220) Recv: 54 bytes from 127.0.0.1
2015/05/17 13:02:19.797| nger.cc(235) SendResult: return result to squid. 
len=7990
2015/05/17 13:02:19.797| c(116) Log: pingerLog: 1431892939.797764 127.0.0.1     
                                0 Echo Reply      0ms 1 hops
2015/05/17 13:02:19 kid1| Store rebuilding is 2.17% complete
2015/05/17 13:02:21 kid1| Done reading /var/spool/squid3 swaplog (183989 
entries)
2015/05/17 13:02:21 kid1| Finished rebuilding storage from disk.
2015/05/17 13:02:21 kid1|    183989 Entries scanned
2015/05/17 13:02:21 kid1|         0 Invalid entries.
2015/05/17 13:02:21 kid1|         0 With invalid flags.
2015/05/17 13:02:21 kid1|    183989 Objects loaded.
2015/05/17 13:02:21 kid1|         0 Objects expired.
2015/05/17 13:02:21 kid1|         0 Objects cancelled.
2015/05/17 13:02:21 kid1|         0 Duplicate URLs purged.
2015/05/17 13:02:21 kid1|         0 Swapfile clashes avoided.
2015/05/17 13:02:21 kid1|   Took 1.78 seconds (103326.93 objects/sec).
2015/05/17 13:02:21 kid1| Beginning Validation Procedure
2015/05/17 13:02:21 kid1|   Completed Validation Procedure
2015/05/17 13:02:21 kid1|   Validated 183988 Entries
2015/05/17 13:02:21 kid1|   store_swap_size = 15048716.00 KB
2015/05/17 13:02:21.774| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 13:02:21 kid1| storeLateRelease: released 0 objects
2015/05/17 13:02:24.761| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 13:02:27.263| cc(220) Recv: 88 bytes from 95.129.173.84
2015/05/17 13:02:30.072| cc(220) Recv: 88 bytes from 46.12.50.88
2015/05/17 13:02:30.094| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 13:02:39.933| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 13:02:40.885| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 13:02:41.085| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 13:02:41.285| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 13:02:44.942| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 13:02:49.949| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 13:02:54.750| cc(261) Recv: 24 bytes from [2001:470:e861::8]
2015/05/17 13:02:57.068| cc(220) Recv: 88 bytes from 62.210.239.152
2015/05/17 13:02:57.134| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 13:02:59.763| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 13:03:00.576| cc(220) Recv: 88 bytes from 176.205.43.82
2015/05/17 13:03:01.884| cc(220) Recv: 88 bytes from 217.73.168.15
2015/05/17 13:03:04.767| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 13:03:07.646| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 13:03:12.649| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 13:03:17.662| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 13:03:17.820| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 13:03:17.831| cc(220) Recv: 56 bytes from 78.23.33.115
2015/05/17 13:03:18.873| cc(220) Recv: 88 bytes from 115.178.24.188
2015/05/17 13:03:23.533| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 13:03:26.633| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 13:03:28.542| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 13:03:29.382| cc(220) Recv: 88 bytes from 116.86.77.113
2015/05/17 13:03:33.486| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 13:03:33.549| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 13:03:34.686| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 13:03:40.011| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 13:03:41.636| cc(220) Recv: 56 bytes from 123.118.106.79
2015/05/17 13:03:47.560| cc(220) Recv: 88 bytes from 119.192.235.236
2015/05/17 13:03:48.689| cc(220) Recv: 56 bytes from 113.65.177.72
2015/05/17 13:03:51.331| cc(220) Recv: 88 bytes from 119.192.235.236
2015/05/17 13:03:55.281| cc(220) Recv: 88 bytes from 119.192.235.236
2015/05/17 13:03:57.423| cc(220) Recv: 88 bytes from 175.139.70.125
2015/05/17 13:04:02.558| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 13:04:03.294| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 13:04:07.561| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 13:04:08.307| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 13:04:12.265| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 13:04:12.574| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 13:04:12.957| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 13:04:13.310| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 13:04:15.983| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 13:04:16.182| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 13:04:16.383| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 13:04:17.467| cc(220) Recv: 88 bytes from 92.101.5.188
2015/05/17 13:04:17.966| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 13:04:21.418| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 13:04:21.618| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 13:04:21.820| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 13:04:22.973| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 13:04:32.958| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 13:04:39.950| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 13:04:41.646| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 13:04:47.613| cc(220) Recv: 88 bytes from 87.251.181.11
2015/05/17 13:04:49.056| cc(220) Recv: 56 bytes from 191.17.69.39
2015/05/17 13:04:49.455| cc(220) Recv: 88 bytes from 89.111.69.10
2015/05/17 13:04:49.563| cc(220) Recv: 88 bytes from 2.24.113.198
2015/05/17 13:04:58.056| cc(220) Recv: 88 bytes from 109.206.159.248
2015/05/17 13:04:59.438| cc(220) Recv: 88 bytes from 81.91.178.150
2015/05/17 13:05:00.097| cc(220) Recv: 88 bytes from 46.158.254.10
2015/05/17 13:05:00.309| cc(220) Recv: 56 bytes from 79.210.246.193
2015/05/17 13:05:00.521| cc(220) Recv: 88 bytes from 188.134.76.20
2015/05/17 13:05:02.569| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 13:05:02.713| cc(220) Recv: 88 bytes from 1.245.58.20
2015/05/17 13:05:03.141| cc(220) Recv: 88 bytes from 94.180.192.196
2015/05/17 13:05:03.141| cc(220) Recv: 88 bytes from 94.180.192.196
2015/05/17 13:05:04.413| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 13:05:04.521| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 13:05:04.613| cc(220) Recv: 88 bytes from 1.229.54.200
2015/05/17 13:05:04.707| cc(220) Recv: 88 bytes from 62.210.239.152
2015/05/17 13:05:05.505| cc(220) Recv: 88 bytes from 1.233.104.146
2015/05/17 13:05:06.587| cc(220) Recv: 88 bytes from 196.210.56.1
2015/05/17 13:05:07.439| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 13:05:07.584| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 13:05:09.422| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 13:05:11.317| cc(220) Recv: 88 bytes from 1.233.125.111
2015/05/17 12:12:14.441| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:12:16.429| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:12:29.017| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:12:29.217| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:12:29.418| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:12:29.843| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:12:34.846| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:12:39.859| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:12:48.722| cc(220) Recv: 88 bytes from 175.139.228.213
2015/05/17 12:12:49.054| cc(220) Recv: 88 bytes from 190.48.219.127
2015/05/17 12:12:53.833| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:12:55.254| cc(220) Recv: 56 bytes from 31.19.127.73
2015/05/17 12:12:55.501| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:12:57.406| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:12:58.846| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:13:00.510| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:13:03.849| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:13:04.411| cc(220) Recv: 88 bytes from 46.38.190.161
2015/05/17 12:13:05.517| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:13:05.934| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:13:07.462| cc(220) Recv: 88 bytes from 94.25.15.186
2015/05/17 12:13:07.462| cc(220) Recv: 88 bytes from 94.25.15.186
2015/05/17 12:13:10.060| cc(220) Recv: 56 bytes from 112.133.208.73
2015/05/17 12:13:10.204| cc(220) Recv: 56 bytes from 112.133.208.73
2015/05/17 12:13:10.533| cc(220) Recv: 88 bytes from 94.25.15.186
2015/05/17 12:13:28.623| cc(220) Recv: 88 bytes from 196.210.56.1
2015/05/17 12:13:30.597| cc(220) Recv: 88 bytes from 126.65.212.139
2015/05/17 12:13:33.412| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:13:37.741| cc(220) Recv: 56 bytes from 194.109.7.170
2015/05/17 12:13:44.793| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:13:44.798| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:13:47.181| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:13:48.372| cc(220) Recv: 88 bytes from 189.226.71.18
2015/05/17 12:13:48.374| cc(220) Recv: 88 bytes from 189.226.71.18
2015/05/17 12:13:48.869| cc(220) Recv: 88 bytes from 209.249.180.198
2015/05/17 12:13:48.875| cc(220) Recv: 88 bytes from 88.146.176.42
2015/05/17 12:13:49.806| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:13:52.194| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:13:54.468| cc(220) Recv: 56 bytes from 178.254.110.41
2015/05/17 12:13:54.679| cc(220) Recv: 88 bytes from 189.125.25.106
2015/05/17 12:13:54.809| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:13:56.045| cc(220) Recv: 88 bytes from 89.142.117.174
2015/05/17 12:13:56.045| cc(220) Recv: 88 bytes from 89.142.117.174
2015/05/17 12:13:57.197| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:13:57.238| cc(220) Recv: 88 bytes from 108.32.50.241
2015/05/17 12:13:57.238| cc(220) Recv: 88 bytes from 108.32.50.241
2015/05/17 12:13:57.326| cc(220) Recv: 88 bytes from 189.172.167.175
2015/05/17 12:13:57.328| cc(220) Recv: 88 bytes from 189.172.167.175
2015/05/17 12:13:57.329| cc(220) Recv: 88 bytes from 189.172.167.175
2015/05/17 12:13:57.402| cc(220) Recv: 88 bytes from 46.177.178.117
2015/05/17 12:13:57.403| cc(220) Recv: 88 bytes from 46.177.178.117
2015/05/17 12:13:57.557| cc(220) Recv: 88 bytes from 46.103.64.46
2015/05/17 12:13:57.559| cc(220) Recv: 88 bytes from 46.103.64.46
2015/05/17 12:13:57.562| cc(220) Recv: 88 bytes from 46.103.64.46
2015/05/17 12:13:57.581| cc(220) Recv: 88 bytes from 213.180.175.185
2015/05/17 12:13:57.581| cc(220) Recv: 88 bytes from 213.180.175.185
2015/05/17 12:13:57.602| cc(220) Recv: 88 bytes from 2.25.80.209
2015/05/17 12:13:57.607| cc(220) Recv: 88 bytes from 2.25.80.209
2015/05/17 12:14:00.494| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:14:00.582| cc(220) Recv: 88 bytes from 213.180.175.185
2015/05/17 12:14:00.605| cc(220) Recv: 88 bytes from 2.25.80.209
2015/05/17 12:14:11.096| cc(220) Recv: 88 bytes from 213.192.4.202
2015/05/17 12:14:11.248| cc(220) Recv: 56 bytes from 87.186.197.61
2015/05/17 12:14:11.254| cc(220) Recv: 56 bytes from 192.168.0.2
2015/05/17 12:14:11.953| cc(220) Recv: 88 bytes from 10.100.0.5
2015/05/17 12:14:12.087| cc(220) Recv: 56 bytes from 175.253.94.1
2015/05/17 12:14:12.277| cc(220) Recv: 56 bytes from 83.88.29.17
2015/05/17 12:14:12.811| cc(220) Recv: 56 bytes from 87.186.199.21
2015/05/17 12:14:13.446| cc(220) Recv: 108 bytes from 221.147.68.222
2015/05/17 12:14:13.446| cc(220) Recv: 108 bytes from 221.147.68.222
2015/05/17 12:14:14.234| cc(220) Recv: 96 bytes from 81.228.83.229
2015/05/17 12:14:16.577| cc(220) Recv: 108 bytes from 221.147.68.222
2015/05/17 12:14:17.537| cc(220) Recv: 88 bytes from 188.51.210.233
2015/05/17 12:14:20.794| cc(220) Recv: 56 bytes from 103.6.184.202
2015/05/17 12:14:22.275| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:14:24.036| cc(220) Recv: 88 bytes from 92.96.92.90
2015/05/17 12:14:24.494| cc(220) Recv: 88 bytes from 76.173.100.207
2015/05/17 12:14:24.498| cc(220) Recv: 88 bytes from 76.173.100.207
2015/05/17 12:14:27.278| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:14:28.340| cc(220) Recv: 56 bytes from 105.237.198.166
2015/05/17 12:14:29.590| cc(220) Recv: 88 bytes from 88.209.208.117
2015/05/17 12:14:29.827| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:14:29.838| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:14:32.292| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:14:34.834| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:14:34.851| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:14:36.018| cc(220) Recv: 88 bytes from 82.225.98.245
2015/05/17 12:14:37.242| cc(220) Recv: 88 bytes from 5.54.162.169
2015/05/17 12:14:37.501| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:14:38.157| cc(220) Recv: 88 bytes from 78.193.97.78
2015/05/17 12:14:38.157| cc(220) Recv: 88 bytes from 78.193.97.78
2015/05/17 12:14:38.574| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:14:38.585| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:14:39.393| cc(220) Recv: 88 bytes from 70.80.17.33
2015/05/17 12:14:39.429| cc(220) Recv: 88 bytes from 109.167.214.113
2015/05/17 12:14:41.367| cc(220) Recv: 88 bytes from 78.193.97.78
2015/05/17 12:14:41.428| cc(220) Recv: 88 bytes from 91.177.249.201
2015/05/17 12:14:42.471| cc(220) Recv: 88 bytes from 70.80.17.33
2015/05/17 12:14:42.510| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:14:43.598| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:14:47.517| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:14:48.601| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:14:53.154| cc(220) Recv: 80 bytes from 10.103.15.54
2015/05/17 12:14:54.215| cc(220) Recv: 88 bytes from 80.201.192.208
2015/05/17 12:14:54.546| cc(220) Recv: 56 bytes from 210.157.202.82
2015/05/17 12:14:54.579| cc(220) Recv: 80 bytes from 10.103.15.54
2015/05/17 12:14:54.978| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:14:55.952| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:14:58.275| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:15:05.642| cc(220) Recv: 28 bytes from 37.187.247.3
2015/05/17 12:15:13.928| cc(220) Recv: 88 bytes from 76.108.228.127
2015/05/17 12:15:16.431| cc(220) Recv: 88 bytes from 81.89.0.196
2015/05/17 12:15:16.585| cc(220) Recv: 56 bytes from 89.203.220.81
2015/05/17 12:15:17.096| cc(220) Recv: 88 bytes from 91.195.230.21
2015/05/17 12:15:17.248| cc(220) Recv: 88 bytes from 79.114.227.143
2015/05/17 12:15:17.269| cc(220) Recv: 88 bytes from 76.108.228.127
2015/05/17 12:15:24.106| cc(220) Recv: 88 bytes from 89.134.62.140
2015/05/17 12:15:28.373| cc(220) Recv: 88 bytes from 213.108.208.29
2015/05/17 12:15:29.822| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:15:29.827| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:15:31.837| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:15:34.291| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:15:34.830| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:15:34.835| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:15:36.846| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:15:39.002| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:15:39.202| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:15:39.294| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:15:39.403| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:15:41.853| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:15:42.705| cc(220) Recv: 88 bytes from 177.40.251.168
2015/05/17 12:15:42.710| cc(220) Recv: 88 bytes from 177.40.251.168
2015/05/17 12:15:44.307| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:15:50.126| cc(220) Recv: 92 bytes from 87.117.163.95
2015/05/17 12:15:50.561| cc(220) Recv: 92 bytes from 87.117.163.95
2015/05/17 12:15:51.403| cc(220) Recv: 88 bytes from 176.183.89.154
2015/05/17 12:15:51.404| cc(220) Recv: 88 bytes from 176.183.89.154
2015/05/17 12:15:52.087| cc(220) Recv: 88 bytes from 83.153.219.71
2015/05/17 12:15:52.088| cc(220) Recv: 88 bytes from 83.153.219.71
2015/05/17 12:15:53.735| cc(220) Recv: 88 bytes from 81.245.47.54
2015/05/17 12:15:54.021| cc(220) Recv: 92 bytes from 87.117.163.95
2015/05/17 12:15:54.453| cc(220) Recv: 92 bytes from 87.117.163.95
2015/05/17 12:15:54.507| cc(220) Recv: 88 bytes from 176.183.89.154
2015/05/17 12:15:54.987| cc(220) Recv: 92 bytes from 87.117.163.95
2015/05/17 12:15:55.267| cc(220) Recv: 88 bytes from 83.153.219.71
2015/05/17 12:15:55.470| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:16:00.330| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:16:00.336| cc(220) Recv: 88 bytes from 91.214.131.46
2015/05/17 12:16:00.473| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:16:02.238| cc(220) Recv: 88 bytes from 46.47.0.3
2015/05/17 12:16:02.473| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:16:02.632| cc(220) Recv: 56 bytes from 77.73.94.9
2015/05/17 12:16:04.006| cc(220) Recv: 88 bytes from 178.172.158.137
2015/05/17 12:16:05.486| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:16:07.283| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:16:07.567| cc(220) Recv: 88 bytes from 203.194.158.7
2015/05/17 12:16:07.698| cc(220) Recv: 56 bytes from 130.237.211.178
2015/05/17 12:16:07.802| cc(220) Recv: 88 bytes from 113.193.240.134
2015/05/17 12:16:08.792| cc(220) Recv: 88 bytes from 201.140.248.254
2015/05/17 12:16:08.802| cc(220) Recv: 88 bytes from 115.168.66.102
2015/05/17 12:16:09.050| cc(220) Recv: 56 bytes from 211.175.185.109
2015/05/17 12:16:10.450| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:16:10.649| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:16:10.850| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:16:12.143| cc(220) Recv: 56 bytes from 58.247.132.82
2015/05/17 12:16:17.074| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:16:17.086| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:16:17.181| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:16:23.549| cc(220) Recv: 88 bytes from 95.138.18.233
2015/05/17 12:16:27.812| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:16:27.820| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:16:27.837| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:16:29.827| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:16:29.838| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:16:30.166| cc(220) Recv: 56 bytes from 212.66.74.239
2015/05/17 12:16:30.851| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:16:33.167| cc(220) Recv: 56 bytes from 212.66.74.239
2015/05/17 12:16:33.902| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:16:34.830| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:16:34.851| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:16:35.151| cc(220) Recv: 88 bytes from 46.72.10.16
2015/05/17 12:16:35.571| cc(220) Recv: 88 bytes from 88.229.232.36
2015/05/17 12:16:35.572| cc(220) Recv: 88 bytes from 88.229.232.36
2015/05/17 12:16:36.432| cc(220) Recv: 88 bytes from 31.202.176.67
2015/05/17 12:16:36.432| cc(220) Recv: 88 bytes from 31.202.176.67
2015/05/17 12:16:36.510| cc(220) Recv: 88 bytes from 85.110.92.27
2015/05/17 12:16:36.511| cc(220) Recv: 88 bytes from 85.110.92.27
2015/05/17 12:16:36.513| cc(220) Recv: 88 bytes from 85.110.92.27
2015/05/17 12:16:36.923| cc(220) Recv: 88 bytes from 94.120.51.179
2015/05/17 12:16:36.924| cc(220) Recv: 88 bytes from 94.120.51.179
2015/05/17 12:16:37.595| cc(220) Recv: 88 bytes from 151.250.68.193
2015/05/17 12:16:37.595| cc(220) Recv: 88 bytes from 151.250.68.193
2015/05/17 12:16:38.642| cc(220) Recv: 88 bytes from 176.42.212.9
2015/05/17 12:16:40.189| cc(220) Recv: 88 bytes from 94.120.51.179
2015/05/17 12:16:40.291| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:16:41.516| cc(220) Recv: 88 bytes from 109.163.217.247
2015/05/17 12:16:45.294| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:16:45.518| cc(220) Recv: 88 bytes from 109.163.217.247
2015/05/17 12:16:45.886| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:16:50.307| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:16:50.889| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:16:52.062| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:16:52.281| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:16:53.550| cc(220) Recv: 88 bytes from 109.163.217.247
2015/05/17 12:16:55.902| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:16:59.218| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:16:59.419| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:16:59.620| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:16:59.667| cc(220) Recv: 88 bytes from 200.9.255.32
2015/05/17 12:17:01.198| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:17:05.660| cc(220) Recv: 88 bytes from 213.110.96.45
2015/05/17 12:17:07.517| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:17:07.634| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:17:07.835| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:17:08.037| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:17:11.591| cc(220) Recv: 88 bytes from 78.246.25.135
2015/05/17 12:17:11.593| cc(220) Recv: 88 bytes from 78.246.25.135
2015/05/17 12:17:12.526| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:17:13.801| cc(220) Recv: 88 bytes from 81.89.0.204
2015/05/17 12:17:17.086| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:17:17.536| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:17:17.622| cc(220) Recv: 56 bytes from 211.120.85.2
2015/05/17 12:17:20.658| cc(220) Recv: 56 bytes from 178.8.22.186
2015/05/17 12:17:21.850| cc(220) Recv: 56 bytes from 211.120.85.2
2015/05/17 12:17:31.446| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:17:38.905| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:17:38.910| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:17:42.073| cc(220) Recv: 282 bytes from 82.221.168.241
2015/05/17 12:17:42.825| cc(220) Recv: 282 bytes from 82.221.168.241
2015/05/17 12:17:43.913| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:17:43.918| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:17:47.462| cc(220) Recv: 88 bytes from 88.203.18.47
2015/05/17 12:17:49.661| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:17:56.561| cc(220) Recv: 88 bytes from 200.9.255.32
2015/05/17 12:17:57.308| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:17:59.827| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:18:00.781| cc(220) Recv: 88 bytes from 213.24.135.0
2015/05/17 12:18:00.938| cc(220) Recv: 56 bytes from 79.210.246.193
2015/05/17 12:18:01.332| cc(220) Recv: 88 bytes from 82.140.236.156
2015/05/17 12:18:02.875| cc(220) Recv: 88 bytes from 92.113.0.43
2015/05/17 12:18:04.110| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:18:04.173| cc(220) Recv: 88 bytes from 81.91.178.150
2015/05/17 12:18:04.253| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:18:04.665| cc(220) Recv: 88 bytes from 46.158.254.10
2015/05/17 12:18:04.830| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:18:05.333| cc(220) Recv: 88 bytes from 86.140.2.114
2015/05/17 12:18:06.762| cc(220) Recv: 56 bytes from 78.102.160.204
2015/05/17 12:18:07.502| cc(220) Recv: 56 bytes from 82.44.5.122
2015/05/17 12:18:08.414| cc(220) Recv: 88 bytes from 86.140.2.114
2015/05/17 12:18:08.844| cc(220) Recv: 88 bytes from 76.108.228.127
2015/05/17 12:18:09.262| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:18:09.843| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:18:10.930| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:18:14.269| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:18:14.441| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:18:18.085| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:18:19.454| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:18:20.504| cc(261) Recv: 111 bytes from [::1]
2015/05/17 12:18:20.504| cc(304) Recv: [::1] said: 1/4 Destination Unreachable
2015/05/17 12:18:21.439| cc(220) Recv: 56 bytes from 188.102.46.207
2015/05/17 12:18:21.584| cc(220) Recv: 56 bytes from 216.134.127.253
2015/05/17 12:18:21.841| cc(220) Recv: 56 bytes from 213.21.130.142
2015/05/17 12:18:22.061| cc(220) Recv: 56 bytes from 202.112.38.130
2015/05/17 12:18:22.160| cc(220) Recv: 56 bytes from 62.227.71.14
2015/05/17 12:18:22.170| cc(220) Recv: 56 bytes from 84.150.77.21
2015/05/17 12:18:22.178| cc(220) Recv: 88 bytes from 181.138.199.190
2015/05/17 12:18:22.207| cc(220) Recv: 56 bytes from 61.19.228.66
2015/05/17 12:18:22.226| cc(220) Recv: 56 bytes from 206.47.201.194
2015/05/17 12:18:22.268| cc(220) Recv: 56 bytes from 91.192.116.133
2015/05/17 12:18:22.414| cc(220) Recv: 56 bytes from 208.123.133.30
2015/05/17 12:18:22.460| cc(220) Recv: 56 bytes from 213.155.134.255
2015/05/17 12:18:22.460| cc(220) Recv: 56 bytes from 212.188.60.202
2015/05/17 12:18:22.475| cc(220) Recv: 56 bytes from 189.113.0.99
2015/05/17 12:18:22.560| cc(220) Recv: 56 bytes from 95.115.205.80
2015/05/17 12:18:23.206| cc(220) Recv: 56 bytes from 61.19.228.66
2015/05/17 12:18:23.316| cc(220) Recv: 56 bytes from 203.100.3.67
2015/05/17 12:18:23.522| cc(220) Recv: 56 bytes from 24.88.225.202
2015/05/17 12:18:24.457| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:18:24.693| cc(220) Recv: 56 bytes from 82.130.63.254
2015/05/17 12:18:24.810| cc(220) Recv: 88 bytes from 190.80.120.1
2015/05/17 12:18:24.810| cc(220) Recv: 88 bytes from 190.80.120.1
2015/05/17 12:18:25.210| cc(220) Recv: 56 bytes from 61.19.228.66
2015/05/17 12:18:26.648| cc(261) Recv: 112 bytes from [::1]
2015/05/17 12:18:26.648| cc(304) Recv: [::1] said: 1/4 Destination Unreachable
2015/05/17 12:18:27.662| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:18:27.810| cc(220) Recv: 88 bytes from 190.80.120.1
2015/05/17 12:18:29.226| cc(220) Recv: 56 bytes from 61.19.228.66
2015/05/17 12:18:29.246| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:18:38.984| cc(261) Recv: 111 bytes from [::1]
2015/05/17 12:18:38.984| cc(304) Recv: [::1] said: 1/4 Destination Unreachable
2015/05/17 12:18:39.196| cc(220) Recv: 88 bytes from 105.227.10.95
2015/05/17 12:18:39.200| cc(220) Recv: 88 bytes from 105.227.10.95
2015/05/17 12:18:39.646| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:18:42.677| cc(220) Recv: 88 bytes from 105.227.10.95
2015/05/17 12:18:43.496| cc(220) Recv: 56 bytes from 82.161.49.17
2015/05/17 12:18:43.714| cc(220) Recv: 56 bytes from 59.183.137.214
2015/05/17 12:18:44.540| cc(220) Recv: 88 bytes from 191.112.191.250
2015/05/17 12:18:45.163| cc(220) Recv: 88 bytes from 178.149.108.65
2015/05/17 12:18:45.884| cc(220) Recv: 56 bytes from 5.30.23.0
2015/05/17 12:18:46.004| cc(220) Recv: 88 bytes from 86.206.89.52
2015/05/17 12:18:48.367| cc(220) Recv: 88 bytes from 5.81.177.58
2015/05/17 12:18:49.913| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:18:50.059| cc(220) Recv: 88 bytes from 117.199.210.147
2015/05/17 12:18:50.382| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:18:51.725| cc(220) Recv: 88 bytes from 14.202.12.92
2015/05/17 12:18:51.726| cc(220) Recv: 88 bytes from 14.202.12.92
2015/05/17 12:18:54.728| cc(220) Recv: 88 bytes from 14.202.12.92
2015/05/17 12:18:54.926| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:18:59.822| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:18:59.827| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:18:59.929| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:19:02.159| cc(220) Recv: 88 bytes from 123.201.97.29
2015/05/17 12:19:04.830| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:19:04.834| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:19:04.835| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:19:07.372| cc(261) Recv: 111 bytes from [::1]
2015/05/17 12:19:07.372| cc(304) Recv: [::1] said: 1/4 Destination Unreachable
2015/05/17 12:19:07.521| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:19:08.769| cc(261) Recv: 112 bytes from [::1]
2015/05/17 12:19:08.769| cc(304) Recv: [::1] said: 1/4 Destination Unreachable
2015/05/17 12:19:09.837| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:19:12.526| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:19:12.562| cc(220) Recv: 88 bytes from 212.98.188.34
2015/05/17 12:19:13.038| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:19:21.002| cc(261) Recv: 88 bytes from [2001:470:0:14f::2]
2015/05/17 12:19:21.002| cc(304) Recv: [2001:470:0:14f::2] said: 1/3 
Destination Unreachable
2015/05/17 12:19:24.118| cc(261) Recv: 88 bytes from [2001:470:0:14f::2]
2015/05/17 12:19:24.118| cc(304) Recv: [2001:470:0:14f::2] said: 1/3 
Destination Unreachable
2015/05/17 12:19:25.497| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:19:28.555| cc(220) Recv: 88 bytes from 196.210.56.1
2015/05/17 12:19:30.510| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:19:31.134| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:19:35.223| cc(220) Recv: 28 bytes from 108.61.185.23
2015/05/17 12:19:35.513| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:19:35.662| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:19:48.918| cc(220) Recv: 56 bytes from 94.21.173.104
2015/05/17 12:19:54.762| cc(261) Recv: 113 bytes from [::1]
2015/05/17 12:19:54.762| cc(304) Recv: [::1] said: 1/4 Destination Unreachable
2015/05/17 12:19:58.990| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:19:59.822| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:19:59.827| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:20:01.241| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:20:03.069| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:20:04.583| cc(220) Recv: 88 bytes from 88.142.5.139
2015/05/17 12:20:04.830| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:20:04.835| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:20:06.254| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:20:07.518| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:20:08.078| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:20:10.052| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:20:10.983| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:20:11.163| cc(220) Recv: 111 bytes from 103.43.148.148
2015/05/17 12:20:11.257| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:20:12.525| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:20:20.736| cc(220) Recv: 88 bytes from 178.62.213.176
2015/05/17 12:20:21.390| cc(220) Recv: 56 bytes from 77.73.94.9
2015/05/17 12:20:21.678| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:20:21.755| cc(220) Recv: 88 bytes from 109.165.29.137
2015/05/17 12:20:23.833| cc(220) Recv: 88 bytes from 78.167.14.197
2015/05/17 12:20:23.852| cc(220) Recv: 88 bytes from 85.97.34.34
2015/05/17 12:20:23.955| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:20:24.155| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:20:24.190| cc(220) Recv: 88 bytes from 78.169.70.248
2015/05/17 12:20:24.190| cc(220) Recv: 88 bytes from 78.169.70.248
2015/05/17 12:20:24.246| cc(220) Recv: 88 bytes from 82.222.76.51
2015/05/17 12:20:24.355| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:20:24.389| cc(220) Recv: 88 bytes from 85.99.243.170
2015/05/17 12:20:24.391| cc(220) Recv: 88 bytes from 85.99.243.170
2015/05/17 12:20:24.393| cc(220) Recv: 88 bytes from 85.99.243.170
2015/05/17 12:20:27.192| cc(220) Recv: 88 bytes from 78.169.70.248
2015/05/17 12:20:36.873| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:20:37.502| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:20:41.886| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:20:44.098| cc(220) Recv: 56 bytes from 122.160.129.162
2015/05/17 12:20:44.154| cc(220) Recv: 56 bytes from 151.6.32.49
2015/05/17 12:20:44.628| cc(220) Recv: 56 bytes from 86.121.12.184
2015/05/17 12:20:45.374| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:20:45.965| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:20:45.987| cc(220) Recv: 88 bytes from 1.34.251.227
2015/05/17 12:20:46.124| cc(220) Recv: 96 bytes from 61.213.161.42
2015/05/17 12:20:46.889| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:20:47.407| cc(220) Recv: 88 bytes from 59.152.99.2
2015/05/17 12:20:48.025| cc(220) Recv: 68 bytes from 195.69.75.12
2015/05/17 12:20:48.025| cc(220) Recv: 68 bytes from 195.69.75.12
2015/05/17 12:20:48.046| cc(220) Recv: 68 bytes from 195.69.75.12
2015/05/17 12:20:48.046| cc(220) Recv: 68 bytes from 195.69.75.12
2015/05/17 12:20:51.461| cc(220) Recv: 56 bytes from 196.35.63.71
2015/05/17 12:20:54.766| cc(220) Recv: 56 bytes from 218.219.162.130
2015/05/17 12:20:59.822| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:20:59.827| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:21:04.830| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:21:04.835| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:21:06.465| cc(220) Recv: 56 bytes from 213.124.86.26
2015/05/17 12:21:07.517| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:21:07.518| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:21:10.623| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:21:12.525| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:21:12.526| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:21:12.841| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:21:15.229| cc(220) Recv: 88 bytes from 112.190.100.26
2015/05/17 12:21:17.854| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:21:17.945| cc(220) Recv: 88 bytes from 178.61.50.98
2015/05/17 12:21:18.284| cc(220) Recv: 56 bytes from 179.195.226.124
2015/05/17 12:21:19.595| cc(220) Recv: 88 bytes from 81.89.0.200
2015/05/17 12:21:21.568| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:21:21.771| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:21:21.971| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:21:22.857| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:21:32.318| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:21:33.502| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:21:34.915| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:21:36.325| cc(220) Recv: 88 bytes from 109.182.124.32
2015/05/17 12:21:39.030| cc(220) Recv: 88 bytes from 82.230.32.2
2015/05/17 12:21:39.394| cc(220) Recv: 88 bytes from 79.32.73.166
2015/05/17 12:21:39.918| cc(220) Recv: 88 bytes from 82.247.168.133
2015/05/17 12:21:39.919| cc(220) Recv: 88 bytes from 82.247.168.133
2015/05/17 12:21:40.888| cc(220) Recv: 88 bytes from 78.123.19.165
2015/05/17 12:21:40.889| cc(220) Recv: 88 bytes from 78.123.19.165
2015/05/17 12:21:41.572| cc(220) Recv: 88 bytes from 82.233.228.203
2015/05/17 12:21:41.573| cc(220) Recv: 88 bytes from 82.233.228.203
2015/05/17 12:21:44.578| cc(220) Recv: 88 bytes from 82.233.228.203
2015/05/17 12:21:49.077| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:21:53.913| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:21:54.023| cc(220) Recv: 56 bytes from 62.145.201.161
2015/05/17 12:21:54.558| cc(220) Recv: 56 bytes from 112.209.33.186
2015/05/17 12:21:57.997| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:21:58.318| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:21:58.926| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:21:59.823| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:21:59.827| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:22:03.006| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:22:04.830| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:22:04.835| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:22:05.868| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:22:08.013| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:22:14.804| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:22:15.005| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:22:15.205| cc(220) Recv: 84 bytes from 50.116.62.9
2015/05/17 12:22:17.086| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:22:19.466| cc(220) Recv: 88 bytes from 81.89.0.200
2015/05/17 12:22:20.146| cc(220) Recv: 88 bytes from 185.34.3.41
2015/05/17 12:22:20.472| cc(220) Recv: 88 bytes from 185.34.3.19
2015/05/17 12:22:20.487| cc(220) Recv: 88 bytes from 185.17.184.243
2015/05/17 12:22:20.496| cc(220) Recv: 88 bytes from 185.17.184.244
2015/05/17 12:22:20.634| cc(220) Recv: 88 bytes from 185.34.3.19
2015/05/17 12:22:21.079| cc(220) Recv: 56 bytes from 5.39.128.70
2015/05/17 12:22:21.290| cc(220) Recv: 88 bytes from 31.36.26.141
2015/05/17 12:22:21.379| cc(220) Recv: 88 bytes from 81.89.0.200
2015/05/17 12:22:21.791| cc(220) Recv: 88 bytes from 185.17.184.243
2015/05/17 12:22:22.660| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:22:23.859| cc(220) Recv: 88 bytes from 83.134.67.129
2015/05/17 12:22:23.861| cc(220) Recv: 88 bytes from 83.134.67.129
2015/05/17 12:22:23.917| cc(220) Recv: 88 bytes from 217.73.168.15
2015/05/17 12:22:24.983| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 12:22:26.366| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:22:26.403| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:22:26.604| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:22:26.804| cc(220) Recv: 84 bytes from 173.255.225.9
2015/05/17 12:22:26.931| cc(220) Recv: 88 bytes from 83.134.67.129
2015/05/17 12:22:27.662| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:22:28.192| cc(220) Recv: 88 bytes from 173.71.170.131
2015/05/17 12:22:28.192| cc(220) Recv: 88 bytes from 173.71.170.131
2015/05/17 12:22:30.361| cc(220) Recv: 88 bytes from 90.3.32.197
2015/05/17 12:22:31.292| cc(220) Recv: 88 bytes from 173.71.170.131
2015/05/17 12:22:31.369| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:22:32.232| cc(220) Recv: 88 bytes from 37.229.51.41
2015/05/17 12:22:32.676| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:22:34.275| cc(220) Recv: 88 bytes from 84.244.21.57
2015/05/17 12:22:34.340| cc(220) Recv: 88 bytes from 109.168.200.155
2015/05/17 12:22:34.341| cc(220) Recv: 88 bytes from 109.168.200.155
2015/05/17 12:22:35.452| cc(220) Recv: 88 bytes from 37.229.51.41
2015/05/17 12:22:36.382| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:22:37.584| cc(220) Recv: 88 bytes from 109.168.200.155
2015/05/17 12:22:37.945| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:22:38.765| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:22:46.605| cc(220) Recv: 56 bytes from 76.88.86.188
2015/05/17 12:23:10.867| cc(220) Recv: 88 bytes from 41.141.247.238
2015/05/17 12:23:14.241| cc(220) Recv: 88 bytes from 64.113.44.206
2015/05/17 12:23:18.975| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:23:19.065| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:23:19.836| cc(220) Recv: 56 bytes from 1.169.60.207
2015/05/17 12:23:22.896| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:23:23.953| cc(220) Recv: 56 bytes from 180.220.42.97
2015/05/17 12:23:23.977| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:23:26.477| cc(220) Recv: 56 bytes from 122.248.99.157
2015/05/17 12:23:27.030| cc(220) Recv: 88 bytes from 42.145.13.86
2015/05/17 12:23:27.030| cc(220) Recv: 88 bytes from 42.145.13.86
2015/05/17 12:23:28.990| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:23:30.035| cc(220) Recv: 88 bytes from 42.145.13.86
2015/05/17 12:23:30.133| cc(220) Recv: 88 bytes from 109.226.255.130
2015/05/17 12:23:30.810| cc(220) Recv: 88 bytes from 84.41.108.74
2015/05/17 12:23:31.201| cc(220) Recv: 88 bytes from 86.172.28.245
2015/05/17 12:23:31.305| cc(220) Recv: 88 bytes from 75.168.17.253
2015/05/17 12:23:31.645| cc(220) Recv: 56 bytes from 84.203.80.96
2015/05/17 12:23:33.519| cc(220) Recv: 88 bytes from 1.11.232.135
2015/05/17 12:23:33.519| cc(220) Recv: 88 bytes from 1.11.232.135
2015/05/17 12:23:33.609| cc(220) Recv: 88 bytes from 41.69.227.1
2015/05/17 12:23:33.615| cc(220) Recv: 88 bytes from 41.69.227.1
2015/05/17 12:23:33.619| cc(220) Recv: 88 bytes from 41.69.227.1
2015/05/17 12:23:33.661| cc(220) Recv: 88 bytes from 86.110.183.66
2015/05/17 12:23:33.661| cc(220) Recv: 88 bytes from 86.110.183.66
2015/05/17 12:23:33.661| cc(220) Recv: 88 bytes from 86.110.183.66
2015/05/17 12:23:34.431| cc(220) Recv: 88 bytes from 125.237.201.68
2015/05/17 12:23:36.523| cc(220) Recv: 88 bytes from 1.11.232.135
2015/05/17 12:23:37.502| cc(261) Recv: 24 bytes from [2001:470:e861::1]
2015/05/17 12:23:37.517| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:23:39.925| cc(220) Recv: 56 bytes from 94.201.56.158
2015/05/17 12:23:42.509| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:23:42.526| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:23:49.064| cc(220) Recv: 88 bytes from 31.135.236.36
2015/05/17 12:23:49.503| cc(220) Recv: 88 bytes from 81.89.0.199
2015/05/17 12:23:51.125| cc(220) Recv: 88 bytes from 81.89.0.200
2015/05/17 12:23:52.607| cc(220) Recv: 88 bytes from 115.188.16.1
2015/05/17 12:23:52.769| cc(220) Recv: 56 bytes from 14.50.74.9
2015/05/17 12:23:52.926| cc(220) Recv: 56 bytes from 81.236.127.12
2015/05/17 12:23:53.049| cc(220) Recv: 56 bytes from 218.248.235.218
2015/05/17 12:23:53.150| cc(220) Recv: 56 bytes from 87.157.163.241
2015/05/17 12:23:53.208| cc(220) Recv: 56 bytes from 112.188.1.166
2015/05/17 12:23:53.273| cc(220) Recv: 56 bytes from 87.172.30.58
2015/05/17 12:23:53.498| cc(220) Recv: 56 bytes from 46.238.123.9
2015/05/17 12:23:53.507| cc(220) Recv: 72 bytes from 178.188.155.222
2015/05/17 12:23:53.511| cc(220) Recv: 56 bytes from 10.178.164.14
2015/05/17 12:23:53.538| cc(220) Recv: 56 bytes from 217.83.69.128
2015/05/17 12:23:53.676| cc(220) Recv: 56 bytes from 84.166.210.65
2015/05/17 12:23:53.774| cc(220) Recv: 56 bytes from 112.188.198.230
2015/05/17 12:23:54.461| cc(220) Recv: 56 bytes from 201.88.252.99
2015/05/17 12:23:54.606| cc(220) Recv: 56 bytes from 83.88.13.185
2015/05/17 12:23:54.876| cc(220) Recv: 56 bytes from 200.51.233.134
2015/05/17 12:23:55.228| cc(220) Recv: 88 bytes from 190.51.244.154
2015/05/17 12:23:55.231| cc(220) Recv: 88 bytes from 190.51.244.154
2015/05/17 12:23:55.658| cc(220) Recv: 56 bytes from 91.23.209.193
2015/05/17 12:23:55.787| cc(220) Recv: 56 bytes from 91.23.242.33
2015/05/17 12:23:55.811| cc(220) Recv: 88 bytes from 83.0.197.241
2015/05/17 12:23:55.813| cc(220) Recv: 88 bytes from 83.0.197.241
2015/05/17 12:23:55.944| cc(220) Recv: 88 bytes from 189.43.244.18
2015/05/17 12:23:55.945| cc(220) Recv: 88 bytes from 189.43.244.18
2015/05/17 12:23:56.037| cc(220) Recv: 88 bytes from 119.204.46.38
2015/05/17 12:23:56.037| cc(220) Recv: 88 bytes from 119.204.46.38
2015/05/17 12:23:56.266| cc(220) Recv: 88 bytes from 139.97.31.208
2015/05/17 12:23:56.399| cc(220) Recv: 88 bytes from 189.39.85.98
2015/05/17 12:23:56.399| cc(220) Recv: 88 bytes from 189.39.85.98
2015/05/17 12:23:56.716| cc(220) Recv: 56 bytes from 91.23.202.137
2015/05/17 12:23:57.437| cc(220) Recv: 88 bytes from 121.169.126.50
2015/05/17 12:23:57.437| cc(220) Recv: 88 bytes from 121.169.126.50
2015/05/17 12:23:57.519| cc(220) Recv: 108 bytes from 221.147.64.198
2015/05/17 12:23:57.519| cc(220) Recv: 108 bytes from 221.147.64.198
2015/05/17 12:23:57.524| cc(220) Recv: 88 bytes from 112.174.211.2
2015/05/17 12:23:57.782| cc(220) Recv: 88 bytes from 81.89.0.199
2015/05/17 12:23:58.351| cc(220) Recv: 88 bytes from 31.135.236.36
2015/05/17 12:23:58.547| cc(220) Recv: 88 bytes from 71.170.69.156
2015/05/17 12:23:58.944| cc(220) Recv: 88 bytes from 189.43.244.18
2015/05/17 12:23:59.037| cc(220) Recv: 88 bytes from 119.204.46.38
2015/05/17 12:23:59.401| cc(220) Recv: 88 bytes from 189.39.85.98
2015/05/17 12:23:59.618| cc(220) Recv: 56 bytes from 91.23.225.65
2015/05/17 12:24:00.256| cc(220) Recv: 56 bytes from 91.23.240.221
2015/05/17 12:24:00.425| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:24:00.445| cc(220) Recv: 88 bytes from 121.169.126.50
2015/05/17 12:24:00.529| cc(220) Recv: 108 bytes from 221.147.64.198
2015/05/17 12:24:06.259| cc(220) Recv: 88 bytes from 94.180.192.196
2015/05/17 12:24:06.587| cc(220) Recv: 88 bytes from 64.113.32.29
2015/05/17 12:24:06.664| cc(220) Recv: 56 bytes from 188.96.167.76
2015/05/17 12:24:06.688| cc(220) Recv: 88 bytes from 109.74.151.149
2015/05/17 12:24:08.446| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:24:09.139| cc(220) Recv: 88 bytes from 37.235.159.78
2015/05/17 12:24:13.449| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:24:18.462| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:24:18.904| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:24:19.104| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:24:19.305| cc(220) Recv: 84 bytes from 173.255.236.167
2015/05/17 12:24:29.056| cc(220) Recv: 56 bytes from 187.101.157.20
2015/05/17 12:24:32.189| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:24:32.889| cc(220) Recv: 88 bytes from 46.191.224.19
2015/05/17 12:24:34.484| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:24:35.715| cc(220) Recv: 88 bytes from 180.151.208.133
2015/05/17 12:24:37.198| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:24:37.828| cc(220) Recv: 88 bytes from 89.212.68.205
2015/05/17 12:24:38.207| cc(220) Recv: 88 bytes from 87.251.181.4
2015/05/17 12:24:39.281| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:24:39.486| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:24:39.535| cc(220) Recv: 88 bytes from 91.216.28.22
2015/05/17 12:24:40.529| cc(220) Recv: 88 bytes from 93.76.177.40
2015/05/17 12:24:41.509| cc(220) Recv: 88 bytes from 128.68.189.152
2015/05/17 12:24:41.509| cc(220) Recv: 88 bytes from 128.68.189.152
2015/05/17 12:24:42.091| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 12:24:42.205| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:24:44.500| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:24:47.542| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 12:24:48.014| cc(220) Recv: 56 bytes from 10.2.248.91
2015/05/17 12:24:49.362| cc(220) Recv: 88 bytes from 95.31.222.101
2015/05/17 12:24:49.362| cc(220) Recv: 88 bytes from 95.31.222.101
2015/05/17 12:24:50.049| cc(220) Recv: 88 bytes from 76.64.194.68
2015/05/17 12:24:50.737| cc(220) Recv: 88 bytes from 178.140.253.110
2015/05/17 12:24:50.737| cc(220) Recv: 88 bytes from 178.140.253.110
2015/05/17 12:24:51.373| cc(220) Recv: 88 bytes from 121.1.99.115
2015/05/17 12:24:51.374| cc(220) Recv: 88 bytes from 121.1.99.115
2015/05/17 12:24:51.374| cc(220) Recv: 88 bytes from 121.1.99.115
2015/05/17 12:24:53.353| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:24:53.740| cc(220) Recv: 88 bytes from 178.140.253.110
2015/05/17 12:24:59.823| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:24:59.827| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:25:01.150| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:25:04.551| cc(220) Recv: 88 bytes from 62.235.148.10
2015/05/17 12:25:04.831| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:25:04.835| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:25:05.822| cc(220) Recv: 88 bytes from 77.149.77.115
2015/05/17 12:25:06.153| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:25:07.483| cc(220) Recv: 88 bytes from 62.235.197.35
2015/05/17 12:25:07.484| cc(220) Recv: 88 bytes from 62.235.197.35
2015/05/17 12:25:07.485| cc(220) Recv: 88 bytes from 62.235.197.35
2015/05/17 12:25:09.209| cc(220) Recv: 56 bytes from 81.37.158.197
2015/05/17 12:25:09.213| cc(220) Recv: 56 bytes from 81.37.158.197
2015/05/17 12:25:09.213| cc(220) Recv: 56 bytes from 81.37.158.197
2015/05/17 12:25:11.166| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:25:12.946| cc(220) Recv: 88 bytes from 213.136.63.145
2015/05/17 12:25:15.264| cc(220) Recv: 88 bytes from 189.53.86.78
2015/05/17 12:25:16.870| cc(220) Recv: 88 bytes from 182.56.0.1
2015/05/17 12:25:18.244| cc(220) Recv: 56 bytes from 81.37.158.197
2015/05/17 12:25:18.499| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:25:19.873| cc(220) Recv: 88 bytes from 182.56.0.1
2015/05/17 12:25:24.772| cc(220) Recv: 56 bytes from 81.37.158.197
2015/05/17 12:25:27.793| cc(220) Recv: 56 bytes from 80.145.8.148
2015/05/17 12:25:30.937| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:25:32.189| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:25:37.198| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:25:41.113| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:25:41.292| cc(220) Recv: 88 bytes from 46.191.224.19
2015/05/17 12:25:41.924| cc(220) Recv: 88 bytes from 46.191.224.19
2015/05/17 12:25:42.205| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:25:43.143| cc(220) Recv: 56 bytes from 200.102.158.254
2015/05/17 12:25:43.827| cc(220) Recv: 56 bytes from 87.186.197.205
2015/05/17 12:25:45.715| cc(220) Recv: 88 bytes from 200.9.255.32
2015/05/17 12:25:45.748| cc(220) Recv: 88 bytes from 60.248.162.179
2015/05/17 12:25:46.264| cc(220) Recv: 88 bytes from 60.251.144.159
2015/05/17 12:25:46.265| cc(220) Recv: 88 bytes from 60.251.144.157
2015/05/17 12:25:46.539| cc(220) Recv: 56 bytes from 218.248.235.162
2015/05/17 12:25:49.265| cc(220) Recv: 88 bytes from 60.251.144.159
2015/05/17 12:25:51.840| cc(220) Recv: 56 bytes from 91.23.204.121
2015/05/17 12:25:54.558| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:25:55.892| cc(220) Recv: 88 bytes from 109.206.159.230
2015/05/17 12:25:59.319| cc(220) Recv: 282 bytes from 72.74.141.10
2015/05/17 12:25:59.561| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:25:59.732| cc(220) Recv: 56 bytes from 80.247.179.41
2015/05/17 12:25:59.822| cc(261) Recv: 24 bytes from [2001:470:e861::5]
2015/05/17 12:25:59.827| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:26:01.434| cc(220) Recv: 88 bytes from 5.254.141.103
2015/05/17 12:26:01.508| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:26:02.731| cc(220) Recv: 56 bytes from 80.247.179.41
2015/05/17 12:26:04.575| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:26:04.830| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:26:04.835| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:4]
2015/05/17 12:26:06.211| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:26:06.411| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:26:06.510| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:26:06.611| cc(220) Recv: 84 bytes from 66.228.37.24
2015/05/17 12:26:08.963| cc(220) Recv: 56 bytes from 80.247.179.41
2015/05/17 12:26:11.524| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:26:11.966| cc(220) Recv: 56 bytes from 80.247.179.41
2015/05/17 12:26:13.192| cc(220) Recv: 88 bytes from 62.210.69.5
2015/05/17 12:26:15.969| cc(220) Recv: 56 bytes from 80.247.179.41
2015/05/17 12:26:22.582| cc(220) Recv: 88 bytes from 78.223.201.100
2015/05/17 12:26:23.986| cc(220) Recv: 56 bytes from 80.247.179.41
2015/05/17 12:26:27.100| cc(220) Recv: 56 bytes from 82.95.81.112
2015/05/17 12:26:28.265| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:26:31.977| cc(220) Recv: 88 bytes from 182.178.128.251
2015/05/17 12:26:32.189| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:26:34.240| cc(220) Recv: 88 bytes from 197.203.40.238
2015/05/17 12:26:37.198| cc(261) Recv: 24 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:26:41.203| cc(220) Recv: 88 bytes from 175.158.151.157
2015/05/17 12:26:42.205| cc(261) Recv: 32 bytes from [fe80::225:90ff:fea3:eeba]
2015/05/17 12:26:44.476| cc(220) Recv: 56 bytes from 95.115.150.27
2015/05/17 12:26:44.670| cc(261) Recv: 24 bytes from [2001:470:e861::2]
2015/05/17 12:26:45.068| cc(220) Recv: 56 bytes from 84.226.121.124
2015/05/17 12:26:45.758| cc(220) Recv: 88 bytes from 62.63.65.146
2015/05/17 12:26:46.500| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:7]
2015/05/17 12:26:48.858| cc(220) Recv: 56 bytes from 91.178.156.205
2015/05/17 12:26:49.673| cc(261) Recv: 32 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:26:50.207| cc(220) Recv: 56 bytes from 70.82.16.38
2015/05/17 12:26:51.650| cc(220) Recv: 56 bytes from 80.247.186.114
2015/05/17 12:26:51.748| cc(220) Recv: 88 bytes from 93.5.80.26
2015/05/17 12:26:52.043| cc(220) Recv: 88 bytes from 78.238.128.163
2015/05/17 12:26:53.500| cc(220) Recv: 88 bytes from 82.247.249.23
2015/05/17 12:26:54.374| cc(220) Recv: 88 bytes from 60.248.162.179
2015/05/17 12:26:54.686| cc(261) Recv: 24 bytes from [fe80::216:3eff:fe00:1]
2015/05/17 12:26:55.709| cc(220) Recv: 88 bytes from 88.142.5.139
2015/05/17 13:42:19 kid1| Logfile: opening log stdio:/var/log/squid3/netdb.state
2015/05/17 13:42:19 kid1| Logfile: closing log stdio:/var/log/squid3/netdb.state
2015/05/17 13:42:19 kid1| NETDB state saved; 0 entries, 0 msec

Attachment: signature.asc
Description: PGP signature

Reply via email to