ArchiveBot icon indicating copy to clipboard operation
ArchiveBot copied to clipboard

OSError: [Errno 24] Too many open files

Open Asparagirl opened this issue 7 years ago • 6 comments

I'm getting "too many open files" errors on some of my runs. This is on 20170510.02 with supposedly lots of disk space and memory left. Examples:

OSError: [Errno 24] Too many open files: './tmp-wpull-warcsesreq-8t0quhr3.tmp'
ERROR Proxy error
Traceback (most recent call last):
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/proxy/server.py", line 65, in __call__
    yield from session()
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/proxy/server.py", line 126, in __call__
    yield from self._process_request(request)
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/proxy/server.py", line 166, in _process_request
    response = yield from session.start(request)
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/protocol/http/client.py", line 103, in start
    self.event_dispatcher.notify(self.Event.end_request, request)
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/application/hook.py", line 134, in notify
    callback(*args, **kwargs)
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/warc/recorder.py", line 562, in end_request
    self._recorder.write_record(self._request_record)
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/warc/recorder.py", line 335, in write_record
    with open(journal_filename, 'w') as file:
OSError: [Errno 24] Too many open files: '/home/archivebot/ArchiveBot/pipeline/data/1498799098bf1d943d6f9f5784-2/dgb8delum5w9zff28uydy9xsf/twitter.com-inf-20170630-051414-dgb8d-00000.warc.gz-wpullinc'
ERROR Proxy error
Traceback (most recent call last):
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/proxy/server.py", line 65, in __call__
    yield from session()
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/proxy/server.py", line 126, in __call__
    yield from self._process_request(request)
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/proxy/server.py", line 161, in _process_request
    with self._http_client.session() as session:
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/protocol/http/client.py", line 203, in session
    return super().session()
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/protocol/abstract/client.py", line 132, in session
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/application/hook.py", line 134, in notify
    callback(*args, **kwargs)
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/warc/recorder.py", line 218, in _http_session_callback
    recorder_session = self.new_http_recorder_session()
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/warc/recorder.py", line 241, in new_http_recorder_session
    url_table=self._params.url_table
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/warc/recorder.py", line 525, in __init__
    self._response_temp_file = self._new_temp_file(hint='warcsesrsp')
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/warc/recorder.py", line 511, in _new_temp_file
    directory=self._temp_dir, hint=hint
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/body.py", line 96, in new_temp_file
    prefix='tmp-wpull-{0}-'.format(hint), suffix='.tmp', dir=directory)
  File "/usr/lib/python3.5/tempfile.py", line 688, in NamedTemporaryFile
    (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags, output_type)
  File "/usr/lib/python3.5/tempfile.py", line 399, in _mkstemp_inner
    fd = _os.open(file, flags, 0o600)
OSError: [Errno 24] Too many open files: './tmp-wpull-warcsesrsp-c4z77pxq.tmp'
ERROR Proxy error
Traceback (most recent call last):
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/proxy/server.py", line 65, in __call__
    yield from session()
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/proxy/server.py", line 126, in __call__
    yield from self._process_request(request)
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/proxy/server.py", line 161, in _process_request
    with self._http_client.session() as session:
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/protocol/http/client.py", line 203, in session
    return super().session()
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/protocol/abstract/client.py", line 132, in session
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/application/hook.py", line 134, in notify
    callback(*args, **kwargs)
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/warc/recorder.py", line 218, in _http_session_callback
    recorder_session = self.new_http_recorder_session()
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/warc/recorder.py", line 241, in new_http_recorder_session
    url_table=self._params.url_table
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/warc/recorder.py", line 525, in __init__
    self._response_temp_file = self._new_temp_file(hint='warcsesrsp')
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/warc/recorder.py", line 511, in _new_temp_file
    directory=self._temp_dir, hint=hint
  File "/home/archivebot/.local/lib/python3.5/site-packages/wpull/body.py", line 96, in new_temp_file
    prefix='tmp-wpull-{0}-'.format(hint), suffix='.tmp', dir=directory)
  File "/usr/lib/python3.5/tempfile.py", line 688, in NamedTemporaryFile
    (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags, output_type)
  File "/usr/lib/python3.5/tempfile.py", line 399, in _mkstemp_inner
    fd = _os.open(file, flags, 0o600)
OSError: [Errno 24] Too many open files: './tmp-wpull-warcsesrsp-8spo915a.tmp'

Help?

Asparagirl avatar Jun 30 '17 21:06 Asparagirl

Can you run lsofas root on the pipeline while the condition exists, and paste the output into a gist? That'll show all open files; maybe it'll point to a leak.

hannahwhy avatar Jun 30 '17 21:06 hannahwhy

Here ya go. It's LONG...

https://gist.github.com/Asparagirl/7ae5cb95aa1e016dfaad9b5762ffd7a9

Asparagirl avatar Jun 30 '17 22:06 Asparagirl

CLOSE_WAIT in those kinds of numbers indicates asyncio (or how wpull is calling it) is failing to close sockets after the connection dies. Wpull's exception-driven control flow will make this difficult to troubleshoot but probably not impossible.

falconkirtaran avatar Jun 30 '17 22:06 falconkirtaran

This happened again today for the first time in years on job 439f7f2u6bg6nb3mify0100xe, shortly after it was resumed at full speed following a cookie jar clearing. lsof output below. In this case, almost all connections are ESTABLISHED. wpull would have to also actively close connections when getting near the limit, I suspect.

lsof output
COMMAND     PID       USER   FD   TYPE             DEVICE      SIZE/OFF      NODE NAME
wpull   3201243 archivebot  cwd    DIR                9,2         12288  50473278 /home/archivebot/ArchiveBot-a/pipeline
wpull   3201243 archivebot  rtd    DIR                9,2          4096         2 /
wpull   3201243 archivebot  txt    REG                9,2         22400  50464192 /home/archivebot/.pyenv/versions/3.6.15/bin/python3.6
wpull   3201243 archivebot  mem    REG                9,2        100736   4982751 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
wpull   3201243 archivebot  mem    REG                9,2 1099511627776  50480692 /home/archivebot/ArchiveBot-a/pipeline/data/16996261212435c175e0d9ccc0-2446/439f7f2u6bg6nb3mify0100xe/dupes_db/data.mdb
wpull   3201243 archivebot  mem    REG                9,2         93000   4983459 /usr/lib/x86_64-linux-gnu/libresolv-2.31.so
wpull   3201243 archivebot  mem    REG                9,2         26952   4983454 /usr/lib/x86_64-linux-gnu/libnss_dns-2.31.so
wpull   3201243 archivebot  mem    REG                9,2         51696   4983455 /usr/lib/x86_64-linux-gnu/libnss_files-2.31.so
wpull   3201243 archivebot  mem-r  REG                9,2        196608  50480782 /home/archivebot/ArchiveBot-a/pipeline/data/16996261212435c175e0d9ccc0-2446/439f7f2u6bg6nb3mify0100xe/wpull.db-shm
wpull   3201243 archivebot  mem    REG                9,2        718384  50477944 /home/archivebot/.pyenv/versions/3.6.15/envs/archivebot-20230414/lib/python3.6/site-packages/lmdb/cpython.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        216640  50477956 /home/archivebot/.pyenv/versions/3.6.15/envs/archivebot-20230414/lib/python3.6/site-packages/hiredis/hiredis.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2       1859656  50477590 /home/archivebot/.pyenv/versions/3.6.15/envs/archivebot-20230414/lib/python3.6/site-packages/yaml/_yaml.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        339888  50477740 /home/archivebot/.pyenv/versions/3.6.15/envs/archivebot-20230414/lib/python3.6/site-packages/lxml/_elementpath.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         35808   4983460 /usr/lib/x86_64-linux-gnu/librt-2.31.so
wpull   3201243 archivebot  mem    REG                9,2       7727160  50477726 /home/archivebot/.pyenv/versions/3.6.15/envs/archivebot-20230414/lib/python3.6/site-packages/lxml/etree.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2       1318776   4988209 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
wpull   3201243 archivebot  mem    REG                9,2        325096  50471174 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_sqlite3.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        122704  50471149 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_csv.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         30776   4984736 /usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0
wpull   3201243 archivebot  mem    REG                9,2        537632  50471175 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        984304  50471193 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/unicodedata.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        173832  50471198 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_codecs_kr.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        321096  50471197 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_codecs_jp.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        153312  50471185 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_multibytecodec.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        189088  50471162 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_codecs_cn.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         69120  50473061 /home/archivebot/.pyenv/versions/3.6.15/envs/archivebot-20230414/lib/python3.6/site-packages/sqlalchemy/cresultproxy.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         36712  50473065 /home/archivebot/.pyenv/versions/3.6.15/envs/archivebot-20230414/lib/python3.6/site-packages/sqlalchemy/cutils.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         58048  50473060 /home/archivebot/.pyenv/versions/3.6.15/envs/archivebot-20230414/lib/python3.6/site-packages/sqlalchemy/cprocessors.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2       2036680  50471161 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_decimal.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        597792   4981515 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
wpull   3201243 archivebot  mem    REG                9,2         43496   4984760 /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0
wpull   3201243 archivebot  mem    REG                9,2        379352  50471201 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        189520  50471202 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_asyncio.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         51944  50471192 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        187792   4986825 /usr/lib/x86_64-linux-gnu/libtinfo.so.6.2
wpull   3201243 archivebot  mem    REG                9,2        235440   4986840 /usr/lib/x86_64-linux-gnu/libncursesw.so.6.2
wpull   3201243 archivebot  mem    REG                9,2        359600  50471171 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_curses.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        203808  50471168 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         71008  50477629 /home/archivebot/.pyenv/versions/3.6.15/envs/archivebot-20230414/lib/python3.6/site-packages/psutil/_psutil_posix.abi3.so
wpull   3201243 archivebot  mem    REG                9,2        107400  50477623 /home/archivebot/.pyenv/versions/3.6.15/envs/archivebot-20230414/lib/python3.6/site-packages/psutil/_psutil_linux.abi3.so
wpull   3201243 archivebot  mem    REG                9,2         37872  50471150 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/resource.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         54088  50471148 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_multiprocessing.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        160496  50471189 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        455312  50471156 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        338232  50471155 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        440872  50471133 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        484016  50471186 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2       3081088   4981514 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
wpull   3201243 archivebot  mem    REG                9,2         27984  50471181 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_opcode.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         44512  50471151 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         82888  50471157 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2       1042080  50471180 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/pyexpat.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        522824  50471163 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        206080  50471178 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         92240  50471146 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         68400  50471199 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         94928  50471145 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        158400   4987304 /usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5
wpull   3201243 archivebot  mem    REG                9,2        178688  50471200 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         74688   4980751 /usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4
wpull   3201243 archivebot  mem    REG                9,2        113088   4986847 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
wpull   3201243 archivebot  mem-r  REG                9,2          8192  50480102 /home/archivebot/ArchiveBot-a/pipeline/data/16996261212435c175e0d9ccc0-2446/439f7f2u6bg6nb3mify0100xe/dupes_db/lock.mdb
wpull   3201243 archivebot  mem    REG                9,2         25880  50472671 /home/archivebot/.pyenv/versions/3.6.15/envs/archivebot-20230414/lib/python3.6/site-packages/tornado/speedups.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         56848  50471188 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         36192  50471184 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         39960  50471173 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        120168  50471169 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2         65448  50471194 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        126848  50471187 /home/archivebot/.pyenv/versions/3.6.15/lib/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so
wpull   3201243 archivebot  mem    REG                9,2        346132   4982809 /usr/lib/locale/aa_DJ.utf8/LC_CTYPE
wpull   3201243 archivebot  mem    REG                9,2            54   4982831 /usr/lib/locale/aa_ET/LC_NUMERIC
wpull   3201243 archivebot  mem    REG                9,2          3284   5014637 /usr/lib/locale/en_US.utf8/LC_TIME
wpull   3201243 archivebot  mem    REG                9,2       2586930   4982808 /usr/lib/locale/aa_DJ.utf8/LC_COLLATE
wpull   3201243 archivebot  mem    REG                9,2           286   5014253 /usr/lib/locale/chr_US/LC_MONETARY
wpull   3201243 archivebot  mem    REG                9,2            57   5014478 /usr/lib/locale/en_AG/LC_MESSAGES/SYS_LC_MESSAGES
wpull   3201243 archivebot  mem    REG                9,2       1321344   4983449 /usr/lib/x86_64-linux-gnu/libm-2.31.so
wpull   3201243 archivebot  mem    REG                9,2         14720   4983462 /usr/lib/x86_64-linux-gnu/libutil-2.31.so
wpull   3201243 archivebot  mem    REG                9,2         18688   4983448 /usr/lib/x86_64-linux-gnu/libdl-2.31.so
wpull   3201243 archivebot  mem    REG                9,2        149520   4983458 /usr/lib/x86_64-linux-gnu/libpthread-2.31.so
wpull   3201243 archivebot  mem    REG                9,2       1905632   4983447 /usr/lib/x86_64-linux-gnu/libc-2.31.so
wpull   3201243 archivebot  mem    REG                9,2            34   5014254 /usr/lib/locale/chr_US/LC_PAPER
wpull   3201243 archivebot  mem    REG                9,2            77   5010685 /usr/lib/locale/bi_VU/LC_NAME
wpull   3201243 archivebot  mem    REG                9,2           167   5014635 /usr/lib/locale/en_US.utf8/LC_ADDRESS
wpull   3201243 archivebot  mem    REG                9,2            59   5014255 /usr/lib/locale/chr_US/LC_TELEPHONE
wpull   3201243 archivebot  mem    REG                9,2            23   5014251 /usr/lib/locale/chr_US/LC_MEASUREMENT
wpull   3201243 archivebot  mem    REG                9,2         27002   4983731 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
wpull   3201243 archivebot  mem    REG                9,2      13372728  50464193 /home/archivebot/.pyenv/versions/3.6.15/lib/libpython3.6m.so.1.0
wpull   3201243 archivebot  mem    REG                9,2        177928   4983442 /usr/lib/x86_64-linux-gnu/ld-2.31.so
wpull   3201243 archivebot  mem    REG                9,2           369   5014636 /usr/lib/locale/en_US.utf8/LC_IDENTIFICATION
wpull   3201243 archivebot    0r  FIFO               0,12           0t0 279178118 pipe
wpull   3201243 archivebot    1w  FIFO               0,12           0t0 279178116 pipe
wpull   3201243 archivebot    2w  FIFO               0,12           0t0 279178117 pipe
wpull   3201243 archivebot    6u  unix 0x0000000040a8e257           0t0 279181305 /tmp/manhole-3201243 type=STREAM
wpull   3201243 archivebot    7w   REG                9,2    5353263035  50480530 /home/archivebot/ArchiveBot-a/pipeline/data/16996261212435c175e0d9ccc0-2446/439f7f2u6bg6nb3mify0100xe/wpull.log
wpull   3201243 archivebot    8ur  REG                9,2    4556443648  50480771 /home/archivebot/ArchiveBot-a/pipeline/data/16996261212435c175e0d9ccc0-2446/439f7f2u6bg6nb3mify0100xe/wpull.db
wpull   3201243 archivebot   10u   REG                9,2      85407632  50480775 /home/archivebot/ArchiveBot-a/pipeline/data/16996261212435c175e0d9ccc0-2446/439f7f2u6bg6nb3mify0100xe/wpull.db-wal
wpull   3201243 archivebot   11ur  REG                9,2        196608  50480782 /home/archivebot/ArchiveBot-a/pipeline/data/16996261212435c175e0d9ccc0-2446/439f7f2u6bg6nb3mify0100xe/wpull.db-shm
wpull   3201243 archivebot   12w   REG                9,2     810817032  50480783 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warc-tz8ac85v.log.gz
wpull   3201243 archivebot   13u  IPv4          362638655           0t0       TCP 127.0.0.1:37846->127.0.0.1:16379 (ESTABLISHED)
wpull   3201243 archivebot   14ur  REG                9,2          8192  50480102 /home/archivebot/ArchiveBot-a/pipeline/data/16996261212435c175e0d9ccc0-2446/439f7f2u6bg6nb3mify0100xe/dupes_db/lock.mdb
wpull   3201243 archivebot   15u   REG                9,2 1099511627776  50480692 /home/archivebot/ArchiveBot-a/pipeline/data/16996261212435c175e0d9ccc0-2446/439f7f2u6bg6nb3mify0100xe/dupes_db/data.mdb
wpull   3201243 archivebot   16u  IPv4          394324768           0t0       TCP 167.114.118.212:53964->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot   17u  IPv4          394321289           0t0       TCP 167.114.118.212:45016->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   18u  IPv4          394319535           0t0       TCP 167.114.118.212:47154->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   19u  IPv4          394324650           0t0       TCP 167.114.118.212:47158->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   20u  IPv4          394327124           0t0       TCP 167.114.118.212:33628->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   21u  IPv4          394319538           0t0       TCP 167.114.118.212:47162->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   22u  IPv4          394320386           0t0       TCP 167.114.118.212:47844->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   23u  IPv4          394319540           0t0       TCP 167.114.118.212:47168->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   24u  IPv4          394321296           0t0       TCP 167.114.118.212:47846->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   25u  IPv4          394324658           0t0       TCP 167.114.118.212:47860->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   26u  IPv4          394326538           0t0       TCP 167.114.118.212:45026->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   27u  IPv4          394323525           0t0       TCP 167.114.118.212:47862->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   28u  IPv4          394327129           0t0       TCP 167.114.118.212:45036->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   29u  IPv4          394321301           0t0       TCP 167.114.118.212:33632->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   30u  IPv4          394324663           0t0       TCP 167.114.118.212:47866->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   31u  IPv4          394324665           0t0       TCP 167.114.118.212:47174->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   32u  IPv4          394326548           0t0       TCP 167.114.118.212:47870->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   33u  IPv4          394319542           0t0       TCP 167.114.118.212:47184->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   34u  IPv4          394327143           0t0       TCP 167.114.118.212:47874->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   35u  IPv4          394323533           0t0       TCP 167.114.118.212:45042->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   36u  IPv4          394326551           0t0       TCP 167.114.118.212:33648->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   37u  IPv4          394320396           0t0       TCP 167.114.118.212:39218->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   38u  IPv4          394321306           0t0       TCP 167.114.118.212:39224->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   39u  IPv4          394321316           0t0       TCP 167.114.118.212:53958->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   40u  IPv4          394323561           0t0       TCP 167.114.118.212:53960->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   41u  IPv4          394326580           0t0       TCP 167.114.118.212:39234->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   42u  IPv4          394324696           0t0       TCP 167.114.118.212:33704->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   43u  IPv4          394324698           0t0       TCP 167.114.118.212:44122->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   44u  IPv4          394324703           0t0       TCP 167.114.118.212:33710->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   45u  IPv4          394324704           0t0       TCP 167.114.118.212:39242->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   46u  IPv4          394324706           0t0       TCP 167.114.118.212:53976->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   47u  IPv4          394319564           0t0       TCP 167.114.118.212:44136->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   48u  IPv4          394326584           0t0       TCP 167.114.118.212:39258->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   49u  IPv4          394325220           0t0       TCP 167.114.118.212:44150->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   50u  IPv4          394319568           0t0       TCP 167.114.118.212:44162->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   51u  IPv4          394321334           0t0       TCP 167.114.118.212:53992->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   52u  IPv4          394326586           0t0       TCP 167.114.118.212:44166->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   53u  IPv4          394320419           0t0       TCP 167.114.118.212:54000->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   54u  IPv4          394325226           0t0       TCP 167.114.118.212:33716->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   55u  IPv4          394325227           0t0       TCP 167.114.118.212:38210->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   56u  IPv4          394325230           0t0       TCP 167.114.118.212:38220->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   57u  IPv4          394325232           0t0       TCP 167.114.118.212:43430->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   58u  IPv4          394325233           0t0       TCP 167.114.118.212:38224->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   59u  IPv4          394324711           0t0       TCP 167.114.118.212:47152->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   60u  IPv4          362634076           0t0       TCP 127.0.0.1:38048->127.0.0.1:16379 (ESTABLISHED)
wpull   3201243 archivebot   61u  IPv4          394324713           0t0       TCP 167.114.118.212:40856->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   62u  IPv4          394319575           0t0       TCP 167.114.118.212:40860->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   63u  IPv4          394321343           0t0       TCP 167.114.118.212:47158->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   64u  IPv4          394320426           0t0       TCP 167.114.118.212:43440->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   65u  IPv4          394325242           0t0       TCP 167.114.118.212:43442->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   66u  IPv4          394325246           0t0       TCP 167.114.118.212:38232->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   67u  IPv4          394325247           0t0       TCP 167.114.118.212:38248->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   68u  IPv4          394326608           0t0       TCP 167.114.118.212:38264->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   69u  IPv4          394325250           0t0       TCP 167.114.118.212:43452->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   70u  IPv4          394320429           0t0       TCP 167.114.118.212:38268->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   71u  IPv4          394324716           0t0       TCP 167.114.118.212:47170->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   72u  IPv4          394324717           0t0       TCP 167.114.118.212:43468->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   73u  IPv4          394321364           0t0       TCP 167.114.118.212:38274->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   74u  IPv4          362638004           0t0       TCP 127.0.0.1:38038->127.0.0.1:16379 (ESTABLISHED)
wpull   3201243 archivebot   75u  IPv4          394326610           0t0       TCP 167.114.118.212:43478->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   76u  IPv4          394326611           0t0       TCP 167.114.118.212:47174->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   77u  IPv4          394325256           0t0       TCP 167.114.118.212:43488->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   78u  IPv4          394325257           0t0       TCP 167.114.118.212:40866->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   79u  IPv4          394327200           0t0       TCP 167.114.118.212:47186->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   80u  IPv4          394319581           0t0       TCP 167.114.118.212:38286->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   81u  IPv4          394330475           0t0       TCP 167.114.118.212:43158->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot   82u  IPv6          394332277           0t0       TCP [2607:5300:60:6dd4::]:42018->[2620:0:861:ed1a::1]:https (CLOSE_WAIT)
wpull   3201243 archivebot   83u  IPv4          394319650           0t0       TCP 167.114.118.212:43756->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   84u  IPv4          394326715           0t0       TCP 167.114.118.212:58644->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot   85u  IPv4          394325264           0t0       TCP 167.114.118.212:38178->151.101.138.133:https (ESTABLISHED)
wpull   3201243 archivebot   86u  IPv4          394325324           0t0       TCP 167.114.118.212:53924->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   87u  IPv4          394320455           0t0       TCP 167.114.118.212:47892->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   88u  IPv4          394325312           0t0       TCP 167.114.118.212:43672->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   89u  IPv4          394326646           0t0       TCP 167.114.118.212:47914->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   90u  IPv4          394325275           0t0       TCP 167.114.118.212:40882->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   91u  IPv4          394326643           0t0       TCP 167.114.118.212:47908->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   92u  IPv4          394327215           0t0       TCP 167.114.118.212:38922->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   93u  IPv4          394325308           0t0       TCP 167.114.118.212:38856->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   94u  IPv4          394326622           0t0       TCP 167.114.118.212:38300->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   95u  IPv4          394323586           0t0       TCP 167.114.118.212:47200->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   96u  IPv4          394325271           0t0       TCP 167.114.118.212:47218->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   97u   REG                9,2             0  50481141 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesrsp-j7ekal3o.tmp
wpull   3201243 archivebot   98u  IPv4          394325272           0t0       TCP 167.114.118.212:47230->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot   99u  IPv4          394325278           0t0       TCP 167.114.118.212:47258->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  100u  IPv4          394327205           0t0       TCP 167.114.118.212:47202->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  101u  IPv4          394325287           0t0       TCP 167.114.118.212:47864->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  102u  IPv4          394324804           0t0       TCP 167.114.118.212:56926->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  103u  IPv4          394325283           0t0       TCP 167.114.118.212:47858->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  104u  IPv4          394327206           0t0       TCP 167.114.118.212:43498->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  105u  IPv4          394325279           0t0       TCP 167.114.118.212:40894->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  106u  IPv4          394325307           0t0       TCP 167.114.118.212:43670->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  107u  IPv4          394320488           0t0       TCP 167.114.118.212:53912->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  108u  IPv4          394325286           0t0       TCP 167.114.118.212:43618->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  109u  IPv4          394320456           0t0       TCP 167.114.118.212:53828->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  110u  IPv4          394321417           0t0       TCP 167.114.118.212:60920->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  111u  IPv4          394320453           0t0       TCP 167.114.118.212:53806->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  112u  IPv4          394325378           0t0       TCP 167.114.118.212:56960->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  113u  IPv4          394325274           0t0       TCP 167.114.118.212:47244->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  114u  IPv4          394325276           0t0       TCP 167.114.118.212:38310->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  115u  IPv4          394325322           0t0       TCP 167.114.118.212:38874->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  116u  IPv4          394321383           0t0       TCP 167.114.118.212:43636->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  117u  IPv4          394319620           0t0       TCP 167.114.118.212:43662->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  118u  IPv4          394319609           0t0       TCP 167.114.118.212:43622->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  119u  IPv4          394320446           0t0       TCP 167.114.118.212:53796->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  120u  IPv4          394321381           0t0       TCP 167.114.118.212:53820->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  121u  IPv4          394321382           0t0       TCP 167.114.118.212:47878->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  122u  IPv4          394320454           0t0       TCP 167.114.118.212:43642->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  123u  IPv4          394325345           0t0       TCP 167.114.118.212:43818->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  124u  IPv4          394320462           0t0       TCP 167.114.118.212:53852->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  125u  IPv4          394320463           0t0       TCP 167.114.118.212:47902->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  126u  IPv4          394323632           0t0       TCP 167.114.118.212:53834->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  127u  IPv4          394323633           0t0       TCP 167.114.118.212:53842->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  128u  IPv4          394319679           0t0       TCP 167.114.118.212:47602->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  129u  IPv4          394326642           0t0       TCP 167.114.118.212:38838->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  130u  IPv4          394327211           0t0       TCP 167.114.118.212:43660->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  131u  IPv4          394323636           0t0       TCP 167.114.118.212:43644->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  132u  IPv4          394323634           0t0       TCP 167.114.118.212:38830->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  133u  IPv4          394325310           0t0       TCP 167.114.118.212:47920->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  134u  IPv4          394326644           0t0       TCP 167.114.118.212:38852->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  135u  IPv4          394326670           0t0       TCP 167.114.118.212:47618->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  136u  IPv4          394325298           0t0       TCP 167.114.118.212:38836->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  137u  IPv4          394325311           0t0       TCP 167.114.118.212:47924->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  138u  IPv4          394324751           0t0       TCP 167.114.118.212:53866->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  139u  IPv4          394320481           0t0       TCP 167.114.118.212:43688->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  140u  IPv4          394326645           0t0       TCP 167.114.118.212:53864->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  141u  IPv4          394324770           0t0       TCP 167.114.118.212:38942->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  142u  IPv4          394324774           0t0       TCP 167.114.118.212:53994->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  143u  IPv4          394320485           0t0       TCP 167.114.118.212:43714->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  144u  IPv4          394320472           0t0       TCP 167.114.118.212:38858->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  145u  IPv4          394320486           0t0       TCP 167.114.118.212:53904->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  146u  IPv4          394320479           0t0       TCP 167.114.118.212:38866->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  147u  IPv4          394321386           0t0       TCP 167.114.118.212:38860->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  148u  IPv4          394319651           0t0       TCP 167.114.118.212:53952->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  149u  IPv4          394321387           0t0       TCP 167.114.118.212:53882->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  150u  IPv4          394320478           0t0       TCP 167.114.118.212:53894->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  151u  IPv4          394320482           0t0       TCP 167.114.118.212:43702->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  152u  IPv4          394320487           0t0       TCP 167.114.118.212:43720->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  153u  IPv4          394324758           0t0       TCP 167.114.118.212:38868->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  154u  IPv4          394319655           0t0       TCP 167.114.118.212:53962->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  155u  IPv4          394325331           0t0       TCP 167.114.118.212:43752->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  156u  IPv4          394324778           0t0       TCP 167.114.118.212:38946->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  157u  IPv4          394325361           0t0       TCP 167.114.118.212:56498->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  158u  IPv4          394325325           0t0       TCP 167.114.118.212:47940->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  159u  IPv4          394324757           0t0       TCP 167.114.118.212:53922->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  160u  IPv4          394325323           0t0       TCP 167.114.118.212:38882->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  161u  IPv4          394325328           0t0       TCP 167.114.118.212:38884->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  162u  IPv4          394325327           0t0       TCP 167.114.118.212:43728->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  163u  IPv4          394325330           0t0       TCP 167.114.118.212:38898->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  164u  IPv4          394326662           0t0       TCP 167.114.118.212:43802->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  165u  IPv4          394325329           0t0       TCP 167.114.118.212:43744->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  166u  IPv4          394325326           0t0       TCP 167.114.118.212:53936->151.101.66.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  167u  IPv4          394325332           0t0       TCP 167.114.118.212:47950->151.101.2.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  168u  IPv4          394326653           0t0       TCP 167.114.118.212:43770->151.101.130.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  169u  IPv4          394323650           0t0       TCP 167.114.118.212:43806->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  170u  IPv4          394324780           0t0       TCP 167.114.118.212:43816->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  171u  IPv4          394324766           0t0       TCP 167.114.118.212:38932->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  172u  IPv4          394326658           0t0       TCP 167.114.118.212:43782->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  173u  IPv4          394324767           0t0       TCP 167.114.118.212:43772->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  174u  IPv4          394323695           0t0       TCP 167.114.118.212:58542->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  175u  IPv4          394319652           0t0       TCP 167.114.118.212:38910->151.101.194.166:https (CLOSE_WAIT)
wpull   3201243 archivebot  176u  IPv4          394326698           0t0       TCP 167.114.118.212:36446->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  177u  IPv4          394326654           0t0       TCP 167.114.118.212:38924->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  178u  IPv4          394324779           0t0       TCP 167.114.118.212:38956->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  179u  IPv4          394326659           0t0       TCP 167.114.118.212:47952->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  180u  IPv4          394324773           0t0       TCP 167.114.118.212:47958->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  181u  IPv4          394327226           0t0       TCP 167.114.118.212:47656->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  182u  IPv4          394320516           0t0       TCP 167.114.118.212:60892->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  183u  IPv4          394323653           0t0       TCP 167.114.118.212:60886->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  184u  IPv4          394324787           0t0       TCP 167.114.118.212:47580->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  185u  IPv4          394324772           0t0       TCP 167.114.118.212:53980->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  186u  IPv4          394326660           0t0       TCP 167.114.118.212:43794->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  187u  IPv4          394325352           0t0       TCP 167.114.118.212:47594->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  188u  IPv4          394324789           0t0       TCP 167.114.118.212:47584->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  189u  IPv4          394320517           0t0       TCP 167.114.118.212:56854->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  190u  IPv4          394327216           0t0       TCP 167.114.118.212:53998->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  191u  IPv4          394325346           0t0       TCP 167.114.118.212:43830->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  192u  IPv4          394324883           0t0       TCP 167.114.118.212:45062->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  193u  IPv4          394324800           0t0       TCP 167.114.118.212:47626->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  194u  IPv4          394325353           0t0       TCP 167.114.118.212:56460->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  195u  IPv4          394321405           0t0       TCP 167.114.118.212:47566->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  196u  IPv4          394321398           0t0       TCP 167.114.118.212:47964->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  197u  IPv4          394320518           0t0       TCP 167.114.118.212:56858->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  198u  IPv4          394320519           0t0       TCP 167.114.118.212:56872->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  199u  IPv4          394324781           0t0       TCP 167.114.118.212:43844->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  200u  IPv4          394319664           0t0       TCP 167.114.118.212:54002->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  201u  IPv4          394324813           0t0       TCP 167.114.118.212:60954->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  202u  IPv4          394319666           0t0       TCP 167.114.118.212:43852->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  203u  IPv4          394324794           0t0       TCP 167.114.118.212:47586->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  204u  IPv4          394324822           0t0       TCP 167.114.118.212:56976->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  205u  IPv4          394324802           0t0       TCP 167.114.118.212:56904->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  206u  IPv4          394324788           0t0       TCP 167.114.118.212:56876->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  207u  IPv4          394324790           0t0       TCP 167.114.118.212:56446->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  208u  IPv4          394320537           0t0       TCP 167.114.118.212:47696->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  209u  IPv4          394325354           0t0       TCP 167.114.118.212:60910->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  210u  IPv4          394324796           0t0       TCP 167.114.118.212:60898->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  211u  IPv4          394324791           0t0       TCP 167.114.118.212:60894->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  212u  IPv4          394324793           0t0       TCP 167.114.118.212:56890->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  213u  IPv4          394321484           0t0       TCP 167.114.118.212:58668->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  214u  IPv4          394326669           0t0       TCP 167.114.118.212:56470->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  215u  IPv4          394321427           0t0       TCP 167.114.118.212:56506->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  216u  IPv4          394323734           0t0       TCP 167.114.118.212:44984->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  217u  IPv4          394319680           0t0       TCP 167.114.118.212:60934->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  218u  IPv4          394320536           0t0       TCP 167.114.118.212:47692->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  219u  IPv4          394324801           0t0       TCP 167.114.118.212:47642->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  220u  IPv4          394327221           0t0       TCP 167.114.118.212:56482->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  221u  IPv4          394320548           0t0       TCP 167.114.118.212:56544->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  222u  IPv4          394325364           0t0       TCP 167.114.118.212:47702->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  223u  IPv4          394327227           0t0       TCP 167.114.118.212:56484->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  224u  IPv4          394325452           0t0       TCP 167.114.118.212:51946->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  225u  IPv4          394324803           0t0       TCP 167.114.118.212:56910->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  226u  IPv4          394325359           0t0       TCP 167.114.118.212:56938->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  227u  IPv4          394323883           0t0       TCP 167.114.118.212:48110->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  228u  IPv4          394325374           0t0       TCP 167.114.118.212:47712->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  229u  IPv4          394324807           0t0       TCP 167.114.118.212:47664->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  230u  IPv4          394324852           0t0       TCP 167.114.118.212:45840->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  231u  IPv4          394324806           0t0       TCP 167.114.118.212:60938->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  232u  IPv4          394324808           0t0       TCP 167.114.118.212:47678->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  233u  IPv4          394325365           0t0       TCP 167.114.118.212:56942->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  234u  IPv4          394329477           0t0       TCP 167.114.118.212:38318->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  235u  IPv4          394324817           0t0       TCP 167.114.118.212:60960->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  236u  IPv4          394327244           0t0       TCP 167.114.118.212:60994->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  237u  IPv4          394327322           0t0       TCP 167.114.118.212:57998->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  238u  IPv4          394325376           0t0       TCP 167.114.118.212:60980->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  239u  IPv4          394324823           0t0       TCP 167.114.118.212:32784->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  240u  IPv4          394325369           0t0       TCP 167.114.118.212:60950->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  241u  IPv4          394325370           0t0       TCP 167.114.118.212:56948->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  242u  IPv4          394320540           0t0       TCP 167.114.118.212:47710->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  243u  IPv4          394328138           0t0       TCP 167.114.118.212:49254->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  244u  IPv4          394325375           0t0       TCP 167.114.118.212:60968->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  245u  IPv4          394325391           0t0       TCP 167.114.118.212:44906->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  246u  IPv4          394327245           0t0       TCP 167.114.118.212:47722->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  247u  IPv4          394323676           0t0       TCP 167.114.118.212:32776->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  248u  IPv4          394326699           0t0       TCP 167.114.118.212:36448->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  249u  IPv4          394323681           0t0       TCP 167.114.118.212:56558->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  250u  IPv4          394323677           0t0       TCP 167.114.118.212:47726->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  251u  IPv4          394327257           0t0       TCP 167.114.118.212:45806->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  252u  IPv4          394325402           0t0       TCP 167.114.118.212:45824->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  253u  IPv4          394321439           0t0       TCP 167.114.118.212:56520->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  254u  IPv4          394321442           0t0       TCP 167.114.118.212:56978->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  255u  IPv4          394324833           0t0       TCP 167.114.118.212:56980->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  256u  IPv4          394324824           0t0       TCP 167.114.118.212:56534->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  257u  IPv4          394323678           0t0       TCP 167.114.118.212:56546->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  258u  IPv4          394324832           0t0       TCP 167.114.118.212:56548->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  259u  IPv4          394324826           0t0       TCP 167.114.118.212:32792->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  260u  IPv4          394327284           0t0       TCP 167.114.118.212:36476->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  261u  IPv4          394325401           0t0       TCP 167.114.118.212:45822->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  262u  IPv4          394323682           0t0       TCP 167.114.118.212:56566->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  263u  IPv4          394327258           0t0       TCP 167.114.118.212:58518->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  264u  IPv4          394325386           0t0       TCP 167.114.118.212:56574->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  265u  IPv4          394323688           0t0       TCP 167.114.118.212:56596->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  266u  IPv4          394323684           0t0       TCP 167.114.118.212:56580->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  267u  IPv4          394323689           0t0       TCP 167.114.118.212:47732->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  268u  IPv4          394323690           0t0       TCP 167.114.118.212:56990->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  269u  IPv4          394327259           0t0       TCP 167.114.118.212:44908->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  270u  IPv4          394323732           0t0       TCP 167.114.118.212:58632->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  271u  IPv4          394327280           0t0       TCP 167.114.118.212:44954->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  272u  IPv4          394323694           0t0       TCP 167.114.118.212:58528->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  273u  IPv4          394324861           0t0       TCP 167.114.118.212:58606->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  274u  IPv4          394326695           0t0       TCP 167.114.118.212:58572->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  275u  IPv4          394327260           0t0       TCP 167.114.118.212:44922->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  276u  IPv4          394326688           0t0       TCP 167.114.118.212:44928->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  277u  IPv4          394320575           0t0       TCP 167.114.118.212:36548->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  278u  IPv4          394324848           0t0       TCP 167.114.118.212:44936->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  279u  IPv4          394325400           0t0       TCP 167.114.118.212:44934->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  280u  IPv4          394324851           0t0       TCP 167.114.118.212:36444->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  281u  IPv4          394327289           0t0       TCP 167.114.118.212:36496->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  282u  IPv4          394324849           0t0       TCP 167.114.118.212:45828->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  283u  IPv4          394327287           0t0       TCP 167.114.118.212:36492->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  284u  IPv4          394324847           0t0       TCP 167.114.118.212:36442->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  285u  IPv4          394327279           0t0       TCP 167.114.118.212:58584->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  286u  IPv4          394326692           0t0       TCP 167.114.118.212:58558->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  287u  IPv4          394326714           0t0       TCP 167.114.118.212:58634->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  288u  IPv4          394327283           0t0       TCP 167.114.118.212:44968->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  289u  IPv4          394323708           0t0       TCP 167.114.118.212:36454->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  290u  IPv4          394323709           0t0       TCP 167.114.118.212:44952->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  291u  IPv4          394327277           0t0       TCP 167.114.118.212:36468->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  292u  IPv4          394327281           0t0       TCP 167.114.118.212:58588->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  293u  IPv4          394327275           0t0       TCP 167.114.118.212:45842->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  294u  IPv4          394327285           0t0       TCP 167.114.118.212:44978->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  295u  IPv4          394327282           0t0       TCP 167.114.118.212:58592->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  296u  IPv4          394327286           0t0       TCP 167.114.118.212:45850->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  297u  IPv4          394320618           0t0       TCP 167.114.118.212:51994->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  298u  IPv4          394320607           0t0       TCP 167.114.118.212:35742->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  299u  IPv4          394323733           0t0       TCP 167.114.118.212:36502->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  300u  IPv4          394320568           0t0       TCP 167.114.118.212:36518->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  301u  IPv4          394324862           0t0       TCP 167.114.118.212:58622->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  302u  IPv4          394320573           0t0       TCP 167.114.118.212:36540->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  303u  IPv4          394323737           0t0       TCP 167.114.118.212:44994->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  304u  IPv4          394323735           0t0       TCP 167.114.118.212:36508->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  305u  IPv4          394320617           0t0       TCP 167.114.118.212:35824->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  306u  IPv4          394319779           0t0       TCP 167.114.118.212:35768->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  307u  IPv4          394320566           0t0       TCP 167.114.118.212:45856->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  308u  IPv4          394319735           0t0       TCP 167.114.118.212:58678->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  309u  IPv4          394326721           0t0       TCP 167.114.118.212:45892->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  310u  IPv4          394320572           0t0       TCP 167.114.118.212:45002->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  311u  IPv4          394320571           0t0       TCP 167.114.118.212:36524->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  312u  IPv4          394320576           0t0       TCP 167.114.118.212:45018->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  313u  IPv4          394320574           0t0       TCP 167.114.118.212:45012->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  314u  IPv4          394320577           0t0       TCP 167.114.118.212:36564->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  315u  IPv4          394326866           0t0       TCP 167.114.118.212:60496->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  316u  IPv4          394326718           0t0       TCP 167.114.118.212:45878->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  317u  IPv4          394326720           0t0       TCP 167.114.118.212:58650->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  318u  IPv4          394319777           0t0       TCP 167.114.118.212:51930->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  319u  IPv4          394326717           0t0       TCP 167.114.118.212:45862->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  320u  IPv4          394319761           0t0       TCP 167.114.118.212:57910->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  321u  IPv4          394323746           0t0       TCP 167.114.118.212:45020->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  322u  IPv4          394323747           0t0       TCP 167.114.118.212:45908->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  323u  IPv4          394319752           0t0       TCP 167.114.118.212:51870->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  324u  IPv4          394323750           0t0       TCP 167.114.118.212:45028->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  325u  IPv4          394326722           0t0       TCP 167.114.118.212:45906->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  326u  IPv6          394327747           0t0       TCP [2607:5300:60:6dd4::]:51584->[2620:0:861:ed1a::2:b]:https (CLOSE_WAIT)
wpull   3201243 archivebot  327u  IPv4          394323749           0t0       TCP 167.114.118.212:45924->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  328u  IPv4          394321483           0t0       TCP 167.114.118.212:45040->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  329u  IPv4          394324884           0t0       TCP 167.114.118.212:36586->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  330u  IPv4          394330473           0t0       TCP 167.114.118.212:41890->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  331u  IPv4          394324894           0t0       TCP 167.114.118.212:54508->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  332u  IPv4          394327306           0t0       TCP 167.114.118.212:54494->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  333u  IPv4          394319753           0t0       TCP 167.114.118.212:35670->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  334u  IPv4          394323752           0t0       TCP 167.114.118.212:58656->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  335u  IPv4          394323781           0t0       TCP 167.114.118.212:57932->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  336u  IPv4          394319736           0t0       TCP 167.114.118.212:36572->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  337u  IPv4          394319764           0t0       TCP 167.114.118.212:51874->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  338u  IPv4          394325431           0t0       TCP 167.114.118.212:58700->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  339u  IPv4          394323774           0t0       TCP 167.114.118.212:35684->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  340u  IPv4          394321494           0t0       TCP 167.114.118.212:45056->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  341u  IPv4          394320619           0t0       TCP 167.114.118.212:57968->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  342u  IPv4          394325614           0t0       TCP 167.114.118.212:47062->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  343u  IPv4          394323775           0t0       TCP 167.114.118.212:35694->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  344u   REG                9,2             0  50480904 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesrsp-zey6zwe7.tmp
wpull   3201243 archivebot  345u  IPv4          394319765           0t0       TCP 167.114.118.212:51884->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  346u  IPv4          394324882           0t0       TCP 167.114.118.212:58684->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  347u  IPv4          394323765           0t0       TCP 167.114.118.212:57902->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  348u  IPv4          394324887           0t0       TCP 167.114.118.212:57888->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  349u  IPv4          394319745           0t0       TCP 167.114.118.212:35656->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  350u  IPv4          394319746           0t0       TCP 167.114.118.212:54492->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  351u  IPv4          394321513           0t0       TCP 167.114.118.212:54506->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  352u  IPv4          394332280           0t0       TCP 167.114.118.212:52794->172.217.13.137:https (CLOSE_WAIT)
wpull   3201243 archivebot  353u  IPv4          394323783           0t0       TCP 167.114.118.212:35732->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  355u  IPv4          394325988           0t0       TCP 167.114.118.212:41838->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  356u  IPv4          394323776           0t0       TCP 167.114.118.212:57920->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  357u  IPv4          394327304           0t0       TCP 167.114.118.212:35704->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  358u  IPv4          394319809           0t0       TCP 167.114.118.212:52042->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  359u  IPv4          394323782           0t0       TCP 167.114.118.212:35726->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  360u  IPv4          394327305           0t0       TCP 167.114.118.212:51900->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  361u  IPv4          394326775           0t0       TCP 167.114.118.212:41066->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  362u  IPv4          394321514           0t0       TCP 167.114.118.212:35720->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  363u  IPv4          394323784           0t0       TCP 167.114.118.212:51912->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  364u  IPv4          394320622           0t0       TCP 167.114.118.212:57984->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  365u  IPv4          394325449           0t0       TCP 167.114.118.212:51942->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  366u  IPv4          394329490           0t0       TCP 167.114.118.212:49952->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  367u  IPv4          394327323           0t0       TCP 167.114.118.212:54534->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  368u  IPv4          394319795           0t0       TCP 167.114.118.212:35836->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  369u  IPv4          394320606           0t0       TCP 167.114.118.212:51924->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  370u  IPv4          394319780           0t0       TCP 167.114.118.212:57948->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  371u  IPv4          394319778           0t0       TCP 167.114.118.212:35758->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  372u  IPv4          394327361           0t0       TCP 167.114.118.212:40476->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  373u  IPv4          394324893           0t0       TCP 167.114.118.212:51962->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  374u  IPv4          394325450           0t0       TCP 167.114.118.212:57954->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  375u  IPv4          394325451           0t0       TCP 167.114.118.212:35782->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  376u  IPv4          394327321           0t0       TCP 167.114.118.212:35832->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  377u   REG                9,2             0  50480734 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesrsp-_gdaitbc.tmp
wpull   3201243 archivebot  378u  IPv4          394327330           0t0       TCP 167.114.118.212:52024->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  379u  IPv4          394323859           0t0       TCP 167.114.118.212:43154->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  380u  IPv4          394326752           0t0       TCP 167.114.118.212:54518->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  381u  IPv4          394326753           0t0       TCP 167.114.118.212:35800->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  382u  IPv6          394327807           0t0       TCP [2607:5300:60:6dd4::]:33126->[2600:9000:2512:e600:7:49a5:5fd3:b641]:https (CLOSE_WAIT)
wpull   3201243 archivebot  383u  IPv4          394327363           0t0       TCP 167.114.118.212:40488->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  384u  IPv4          394326751           0t0       TCP 167.114.118.212:35794->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  385u  IPv4          394326756           0t0       TCP 167.114.118.212:51978->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  386u  IPv4          394326757           0t0       TCP 167.114.118.212:35814->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  387u  IPv4          394327328           0t0       TCP 167.114.118.212:35848->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  388u  IPv4          394326755           0t0       TCP 167.114.118.212:51964->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  389u  IPv4          394320621           0t0       TCP 167.114.118.212:35830->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  390u  IPv4          394319794           0t0       TCP 167.114.118.212:52020->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  391u  IPv4          394326759           0t0       TCP 167.114.118.212:52000->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  392u  IPv4          394326779           0t0       TCP 167.114.118.212:43152->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  393u  IPv4          394331362           0t0       TCP 167.114.118.212:49886->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  394u  IPv4          394327324           0t0       TCP 167.114.118.212:52012->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  395u  IPv4          394327329           0t0       TCP 167.114.118.212:58004->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  396u  IPv4          394329110           0t0       TCP 167.114.118.212:60438->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  397u  sock                0,8           0t0 394327809 protocol: TCP
wpull   3201243 archivebot  398u  IPv4          394327364           0t0       TCP 167.114.118.212:41040->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  399u  IPv4          394319807           0t0       TCP 167.114.118.212:35860->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  400u  IPv4          394324924           0t0       TCP 167.114.118.212:41018->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  401u  IPv4          394324904           0t0       TCP 167.114.118.212:52046->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  402u  IPv4          394319802           0t0       TCP 167.114.118.212:54542->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  403u  IPv4          394324925           0t0       TCP 167.114.118.212:40462->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  404u  IPv4          394327362           0t0       TCP 167.114.118.212:47274->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  405u  IPv4          394319832           0t0       TCP 167.114.118.212:40504->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  406u  IPv4          394319806           0t0       TCP 167.114.118.212:54566->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  407u  IPv4          394320631           0t0       TCP 167.114.118.212:52030->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  408u  IPv4          394326768           0t0       TCP 167.114.118.212:43100->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  409u  IPv4          394326767           0t0       TCP 167.114.118.212:47264->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  410u  IPv4          394327346           0t0       TCP 167.114.118.212:47224->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  411u  IPv4          394324906           0t0       TCP 167.114.118.212:58014->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  412u  IPv4          394319804           0t0       TCP 167.114.118.212:54554->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  413u  IPv4          394327345           0t0       TCP 167.114.118.212:54580->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  414u  IPv4          394319816           0t0       TCP 167.114.118.212:40418->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  415u  IPv4          394319808           0t0       TCP 167.114.118.212:35866->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  416u  IPv4          394328331           0t0       TCP 167.114.118.212:38902->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  417u  IPv4          394327014           0t0       TCP 167.114.118.212:50922->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  418u  IPv4          394321890           0t0       TCP 167.114.118.212:38642->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  419u  IPv4          394327344           0t0       TCP 167.114.118.212:58022->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  420u  IPv4          394329259           0t0       TCP 167.114.118.212:34666->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  421u  IPv4          394324910           0t0       TCP 167.114.118.212:58052->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  422u  IPv4          394320637           0t0       TCP 167.114.118.212:58038->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  423u  IPv4          394321543           0t0       TCP 167.114.118.212:41002->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  424u  IPv4          394326769           0t0       TCP 167.114.118.212:40446->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  425u  IPv4          394329481           0t0       TCP 167.114.118.212:43218->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  426u  IPv4          394319828           0t0       TCP 167.114.118.212:41030->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  427u  IPv4          394324922           0t0       TCP 167.114.118.212:41010->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  428u  IPv4          394319827           0t0       TCP 167.114.118.212:43116->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  429u  IPv4          394326764           0t0       TCP 167.114.118.212:47248->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  430u  IPv4          394330207           0t0       TCP 167.114.118.212:38572->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  431u  IPv4          394326765           0t0       TCP 167.114.118.212:40434->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  432u  IPv4          394319826           0t0       TCP 167.114.118.212:43110->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  433u  IPv4          394321760           0t0       TCP 167.114.118.212:49698->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  434u  IPv4          394333389           0t0       TCP 167.114.118.212:43184->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  435u  IPv4          394319820           0t0       TCP 167.114.118.212:47232->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  436u  IPv4          394330502           0t0       TCP 167.114.118.212:37408->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  437u  IPv4          394319829           0t0       TCP 167.114.118.212:40470->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  438u  IPv4          394319833           0t0       TCP 167.114.118.212:43132->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  439u  IPv4          394328118           0t0       TCP 167.114.118.212:49190->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  440u  IPv4          394323858           0t0       TCP 167.114.118.212:40542->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  441u  IPv4          394321558           0t0       TCP 167.114.118.212:40506->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  442u  IPv4          394324935           0t0       TCP 167.114.118.212:47290->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  443u  IPv4          394324933           0t0       TCP 167.114.118.212:41056->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  444u  IPv4          394320823           0t0       TCP 167.114.118.212:51742->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  445u  IPv4          394329183           0t0       TCP 167.114.118.212:49758->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  446u  IPv4          394324934           0t0       TCP 167.114.118.212:43138->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  447u  IPv4          394324941           0t0       TCP 167.114.118.212:40522->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  448u   REG                9,2             0  50480566 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesrsp-ryc06th4.tmp
wpull   3201243 archivebot  450u  IPv4          394324942           0t0       TCP 167.114.118.212:41074->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  451u  IPv4          394324943           0t0       TCP 167.114.118.212:40528->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  452u  IPv4          394327810           0t0       TCP 167.114.118.212:41820->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  453u  IPv4          394329244           0t0       TCP 167.114.118.212:34640->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  454u  IPv4          394333372           0t0       TCP 167.114.118.212:43138->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  455u  IPv4          394327025           0t0       TCP 167.114.118.212:34652->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  456u  IPv4          394325985           0t0       TCP 167.114.118.212:43144->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  457u  IPv4          394327420           0t0       TCP 167.114.118.212:49208->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  458u  IPv4          394319845           0t0       TCP 167.114.118.212:47300->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  459u  IPv4          394325986           0t0       TCP 167.114.118.212:41834->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  460u  IPv4          394325987           0t0       TCP 167.114.118.212:43156->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  461u  IPv4          394325535           0t0       TCP 167.114.118.212:60418->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  462u  IPv4          394325990           0t0       TCP 167.114.118.212:41858->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  463u  IPv4          394327500           0t0       TCP 167.114.118.212:49800->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  464u  IPv4          394328225           0t0       TCP 167.114.118.212:47160->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  465u  IPv4          394326786           0t0       TCP 167.114.118.212:39738->151.101.136.239:https (ESTABLISHED)
wpull   3201243 archivebot  466u  IPv4          394332360           0t0       TCP 167.114.118.212:41842->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  467u  IPv4          394329184           0t0       TCP 167.114.118.212:51704->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  468u  IPv4          394331355           0t0       TCP 167.114.118.212:49880->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  469u  IPv4          394327394           0t0       TCP 167.114.118.212:59810->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  470u  IPv4          394329134           0t0       TCP 167.114.118.212:39060->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  471u  IPv4          394325650           0t0       TCP 167.114.118.212:47144->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  472u  IPv4          394329498           0t0       TCP 167.114.118.212:49968->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  473u  IPv4          394325991           0t0       TCP 167.114.118.212:41860->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  474u  IPv4          394330472           0t0       TCP 167.114.118.212:41876->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  475u  IPv4          394331359           0t0       TCP 167.114.118.212:41892->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  476u  IPv4          394328145           0t0       TCP 167.114.118.212:46824->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  477u  IPv4          394325725           0t0       TCP 167.114.118.212:58184->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  478u  IPv4          394331360           0t0       TCP 167.114.118.212:43174->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  479u  IPv4          394325498           0t0       TCP 167.114.118.212:38990->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  480u  IPv4          394329483           0t0       TCP 167.114.118.212:49902->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  481u  IPv4          394325497           0t0       TCP 167.114.118.212:38988->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  482u  IPv4          394321621           0t0       TCP 167.114.118.212:59830->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  483u  IPv4          394331366           0t0       TCP 167.114.118.212:49944->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  484u  IPv4          394331358           0t0       TCP 167.114.118.212:38294->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  485u  IPv4          394326872           0t0       TCP 167.114.118.212:36586->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  486u  IPv4          394327479           0t0       TCP 167.114.118.212:47068->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  487u  IPv4          394328069           0t0       TCP 167.114.118.212:48112->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  488u  IPv4          394323882           0t0       TCP 167.114.118.212:38992->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  489u  IPv4          394333384           0t0       TCP 167.114.118.212:43176->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  490u  IPv4          394328070           0t0       TCP 167.114.118.212:51934->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  491u  IPv4          394324972           0t0       TCP 167.114.118.212:39000->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  492u  IPv4          394324970           0t0       TCP 167.114.118.212:59822->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  493u  IPv4          394324985           0t0       TCP 167.114.118.212:59842->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  494u  IPv4          394325505           0t0       TCP 167.114.118.212:39006->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  495u  IPv4          394320716           0t0       TCP 167.114.118.212:59840->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  496u  IPv4          394321625           0t0       TCP 167.114.118.212:51944->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  497u  IPv4          394321627           0t0       TCP 167.114.118.212:51946->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  498u  IPv4          394321629           0t0       TCP 167.114.118.212:48122->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  499u  IPv4          394320709           0t0       TCP 167.114.118.212:48134->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  500u  IPv4          394320717           0t0       TCP 167.114.118.212:48148->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  501u  IPv4          394328078           0t0       TCP 167.114.118.212:51950->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  502u  IPv4          394324976           0t0       TCP 167.114.118.212:39014->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  503u  IPv4          394323887           0t0       TCP 167.114.118.212:59860->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  504u  IPv4          394321637           0t0       TCP 167.114.118.212:39016->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  505u  IPv4          394324977           0t0       TCP 167.114.118.212:51960->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  506u  IPv4          394320723           0t0       TCP 167.114.118.212:51972->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  507u  IPv4          394321639           0t0       TCP 167.114.118.212:48164->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  508u  IPv4          394324982           0t0       TCP 167.114.118.212:48152->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  509u  IPv4          394320728           0t0       TCP 167.114.118.212:39026->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  510u  IPv4          394324987           0t0       TCP 167.114.118.212:59858->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  511u  IPv4          394324986           0t0       TCP 167.114.118.212:48172->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  512u  IPv4          394329095           0t0       TCP 167.114.118.212:55938->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  513u  IPv4          394324988           0t0       TCP 167.114.118.212:51976->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  514u  IPv4          394326823           0t0       TCP 167.114.118.212:39056->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  515u  IPv4          394326821           0t0       TCP 167.114.118.212:39040->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  516u  IPv4          394323889           0t0       TCP 167.114.118.212:59876->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  517u  IPv4          394323894           0t0       TCP 167.114.118.212:55904->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  518u  IPv4          394320732           0t0       TCP 167.114.118.212:39062->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  519u  IPv4          394321651           0t0       TCP 167.114.118.212:48182->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  520u  IPv4          394321650           0t0       TCP 167.114.118.212:59884->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  521u  IPv4          394323892           0t0       TCP 167.114.118.212:36416->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  522u  IPv4          394328098           0t0       TCP 167.114.118.212:55950->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  523u  IPv4          394323893           0t0       TCP 167.114.118.212:60362->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  524u  IPv4          394323895           0t0       TCP 167.114.118.212:49114->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  525u  IPv4          394323896           0t0       TCP 167.114.118.212:60374->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  526u  IPv4          394328092           0t0       TCP 167.114.118.212:60380->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  527u  IPv4          394323900           0t0       TCP 167.114.118.212:55920->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  528u  IPv4          394329094           0t0       TCP 167.114.118.212:55934->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  529u  IPv4          394320751           0t0       TCP 167.114.118.212:55958->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  530u  IPv4          394328097           0t0       TCP 167.114.118.212:36438->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  531u  IPv4          394321657           0t0       TCP 167.114.118.212:55946->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  532u  IPv4          394321658           0t0       TCP 167.114.118.212:49118->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  533u  IPv4          394320750           0t0       TCP 167.114.118.212:36426->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  534u  IPv4          394321668           0t0       TCP 167.114.118.212:49142->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  535u  IPv4          394320752           0t0       TCP 167.114.118.212:55964->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  536u  IPv4          394320753           0t0       TCP 167.114.118.212:49134->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  537u  IPv4          394321662           0t0       TCP 167.114.118.212:36454->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  538u  IPv4          394321663           0t0       TCP 167.114.118.212:49138->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  539u  IPv4          394321665           0t0       TCP 167.114.118.212:55966->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  540u  IPv4          394326849           0t0       TCP 167.114.118.212:36460->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  541u  IPv4          394321664           0t0       TCP 167.114.118.212:60392->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  542u  IPv4          394323911           0t0       TCP 167.114.118.212:36514->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  543u  IPv4          394329104           0t0       TCP 167.114.118.212:49158->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  544u  IPv4          394321669           0t0       TCP 167.114.118.212:60394->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  545u  IPv4          394321678           0t0       TCP 167.114.118.212:36470->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  546u  IPv4          394321679           0t0       TCP 167.114.118.212:55970->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  547u  IPv4          394325533           0t0       TCP 167.114.118.212:36502->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  548u  IPv4          394326850           0t0       TCP 167.114.118.212:55974->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  549u  IPv4          394321801           0t0       TCP 167.114.118.212:47154->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  550u  IPv4          394325532           0t0       TCP 167.114.118.212:36486->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  551u  IPv4          394323914           0t0       TCP 167.114.118.212:36528->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  552u  IPv4          394325534           0t0       TCP 167.114.118.212:60410->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  553u  IPv4          394323913           0t0       TCP 167.114.118.212:60428->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  554u  IPv4          394325549           0t0       TCP 167.114.118.212:55992->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  555u  IPv4          394330213           0t0       TCP 167.114.118.212:58152->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  556u  IPv4          394323915           0t0       TCP 167.114.118.212:55980->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  557u  IPv4          394321686           0t0       TCP 167.114.118.212:36542->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  558u  IPv4          394329113           0t0       TCP 167.114.118.212:49174->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  559u  IPv4          394326897           0t0       TCP 167.114.118.212:39102->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  560u  IPv4          394327417           0t0       TCP 167.114.118.212:55998->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  561u  IPv4          394323916           0t0       TCP 167.114.118.212:60440->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  562u  IPv4          394323918           0t0       TCP 167.114.118.212:60452->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  563u  IPv4          394327414           0t0       TCP 167.114.118.212:49180->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  564u  IPv4          394323922           0t0       TCP 167.114.118.212:60456->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  565u  IPv4          394323923           0t0       TCP 167.114.118.212:60468->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  566u  IPv4          394320763           0t0       TCP 167.114.118.212:55994->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  567u  IPv4          394321702           0t0       TCP 167.114.118.212:36562->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  568u  IPv4          394328114           0t0       TCP 167.114.118.212:49186->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  569u  IPv4          394325558           0t0       TCP 167.114.118.212:60482->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  570u  IPv4          394327019           0t0       TCP 167.114.118.212:50936->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  571u  IPv4          394328120           0t0       TCP 167.114.118.212:36554->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  572u  IPv4          394326865           0t0       TCP 167.114.118.212:56002->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  573u  IPv4          394328123           0t0       TCP 167.114.118.212:60480->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  574u  IPv4          394328130           0t0       TCP 167.114.118.212:56014->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  575u  IPv4          394328126           0t0       TCP 167.114.118.212:49200->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  576u  IPv4          394321699           0t0       TCP 167.114.118.212:49204->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  577u  IPv4          394321700           0t0       TCP 167.114.118.212:36560->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  578u  IPv4          394327578           0t0       TCP 167.114.118.212:51044->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  579u  IPv4          394327478           0t0       TCP 167.114.118.212:49742->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  580u  IPv4          394321852           0t0       TCP 167.114.118.212:58148->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  581u  IPv4          394326867           0t0       TCP 167.114.118.212:56030->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  582u  IPv4          394321703           0t0       TCP 167.114.118.212:49224->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  583u  IPv4          394327421           0t0       TCP 167.114.118.212:49210->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  584u  IPv4          394321704           0t0       TCP 167.114.118.212:49236->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  585u  IPv4          394326870           0t0       TCP 167.114.118.212:36572->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  586u  IPv4          394326871           0t0       TCP 167.114.118.212:49238->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  587u  IPv4          394326875           0t0       TCP 167.114.118.212:56046->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  588u  IPv4          394329182           0t0       TCP 167.114.118.212:49752->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  589u  IPv4          394328142           0t0       TCP 167.114.118.212:60504->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  590u  IPv4          394328143           0t0       TCP 167.114.118.212:49270->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  591u  IPv4          394326873           0t0       TCP 167.114.118.212:49250->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  592u  IPv4          394328144           0t0       TCP 167.114.118.212:56052->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  593u  IPv4          394333385           0t0       TCP 167.114.118.212:41906->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  594u  IPv4          394320775           0t0       TCP 167.114.118.212:39116->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  595u  IPv4          394328146           0t0       TCP 167.114.118.212:39050->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  596u  IPv4          394329135           0t0       TCP 167.114.118.212:39064->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  597u  IPv4          394325572           0t0       TCP 167.114.118.212:36636->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  598u  IPv4          394327433           0t0       TCP 167.114.118.212:39082->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  599u  IPv4          394326878           0t0       TCP 167.114.118.212:36634->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  600u  IPv4          394323933           0t0       TCP 167.114.118.212:34178->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  601u  IPv4          394320782           0t0       TCP 167.114.118.212:46904->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  602u  IPv4          394327431           0t0       TCP 167.114.118.212:39076->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  603u  IPv4          394329138           0t0       TCP 167.114.118.212:39096->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  604u  IPv4          394327434           0t0       TCP 167.114.118.212:46832->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  605u  IPv4          394330500           0t0       TCP 167.114.118.212:47328->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  606u  IPv4          394320783           0t0       TCP 167.114.118.212:46914->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  607u  IPv4          394320773           0t0       TCP 167.114.118.212:39106->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  608u  IPv4          394329492           0t0       TCP 167.114.118.212:38320->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  609u  IPv4          394329478           0t0       TCP 167.114.118.212:43198->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  610u  IPv4          394333386           0t0       TCP 167.114.118.212:38310->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  611u  IPv4          394320774           0t0       TCP 167.114.118.212:46840->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  612u  IPv4          394321732           0t0       TCP 167.114.118.212:34188->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  613u  IPv4          394320778           0t0       TCP 167.114.118.212:36672->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  614u  IPv4          394323955           0t0       TCP 167.114.118.212:46846->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  615u  IPv4          394323954           0t0       TCP 167.114.118.212:34198->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  616u  IPv4          394328180           0t0       TCP 167.114.118.212:34210->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  617u  IPv4          394329149           0t0       TCP 167.114.118.212:39130->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  618u  IPv4          394328178           0t0       TCP 167.114.118.212:39146->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  619u  IPv4          394323957           0t0       TCP 167.114.118.212:46876->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  620u  IPv4          394328177           0t0       TCP 167.114.118.212:36644->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  621u  IPv4          394320776           0t0       TCP 167.114.118.212:36656->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  622u  IPv4          394320777           0t0       TCP 167.114.118.212:39148->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  623u  IPv4          394320779           0t0       TCP 167.114.118.212:46890->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  624u  IPv4          394329158           0t0       TCP 167.114.118.212:49686->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  625u  IPv4          394328182           0t0       TCP 167.114.118.212:34226->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  626u  IPv4          394328186           0t0       TCP 167.114.118.212:36688->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  627u  IPv4          394326907           0t0       TCP 167.114.118.212:34240->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  628u  IPv4          394328188           0t0       TCP 167.114.118.212:46902->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  629u  IPv4          394325600           0t0       TCP 167.114.118.212:46928->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  630u  IPv4          394328189           0t0       TCP 167.114.118.212:36696->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  631u  IPv4          394325601           0t0       TCP 167.114.118.212:46944->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  632u  IPv4          394320785           0t0       TCP 167.114.118.212:49652->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  633u  IPv4          394320786           0t0       TCP 167.114.118.212:51582->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  634u  IPv4          394326920           0t0       TCP 167.114.118.212:51602->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  635u  IPv4          394325602           0t0       TCP 167.114.118.212:51596->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  636u  IPv4          394321750           0t0       TCP 167.114.118.212:49664->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  637u  IPv4          394326919           0t0       TCP 167.114.118.212:39532->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  638u  IPv4          394328195           0t0       TCP 167.114.118.212:39542->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  639u  IPv4          394328194           0t0       TCP 167.114.118.212:49676->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  640u  IPv4          394323960           0t0       TCP 167.114.118.212:47014->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  641u  IPv4          394323968           0t0       TCP 167.114.118.212:51668->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  642u  IPv4          394321754           0t0       TCP 167.114.118.212:51612->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  643u  IPv4          394321756           0t0       TCP 167.114.118.212:47026->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  644u  IPv4          394323962           0t0       TCP 167.114.118.212:51614->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  645u  IPv4          394326922           0t0       TCP 167.114.118.212:39556->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  646u  IPv4          394327549           0t0       TCP 167.114.118.212:51870->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  647u  IPv4          394323963           0t0       TCP 167.114.118.212:51626->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  648u  IPv4          394321761           0t0       TCP 167.114.118.212:39568->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  649u  IPv4          394329159           0t0       TCP 167.114.118.212:51640->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  650u  IPv4          394321766           0t0       TCP 167.114.118.212:39576->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  651u  IPv4          394329168           0t0       TCP 167.114.118.212:47032->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  652u  IPv4          394329166           0t0       TCP 167.114.118.212:49700->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  653u  IPv4          394321768           0t0       TCP 167.114.118.212:49702->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  654u  IPv4          394321769           0t0       TCP 167.114.118.212:51648->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  655u  IPv4          394320792           0t0       TCP 167.114.118.212:47036->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  656u  IPv4          394320790           0t0       TCP 167.114.118.212:51656->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  657u  IPv4          394320791           0t0       TCP 167.114.118.212:39586->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  658u  IPv4          394329175           0t0       TCP 167.114.118.212:47052->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  659u  IPv4          394326932           0t0       TCP 167.114.118.212:51666->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  660u  IPv4          394323966           0t0       TCP 167.114.118.212:49710->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  661u  IPv4          394328204           0t0       TCP 167.114.118.212:47084->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  662u  IPv4          394325661           0t0       TCP 167.114.118.212:46522->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  663u  IPv4          394326933           0t0       TCP 167.114.118.212:39596->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  664u  IPv4          394326949           0t0       TCP 167.114.118.212:47120->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  665u  IPv4          394326935           0t0       TCP 167.114.118.212:47060->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  666u  IPv4          394330113           0t0       TCP 167.114.118.212:49714->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  667u  IPv4          394330116           0t0       TCP 167.114.118.212:49718->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  668u  IPv4          394329185           0t0       TCP 167.114.118.212:51726->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  669u  IPv4          394330117           0t0       TCP 167.114.118.212:51684->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  670u  IPv4          394330118           0t0       TCP 167.114.118.212:39598->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  671u  IPv4          394326946           0t0       TCP 167.114.118.212:39640->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  672u  IPv4          394327477           0t0       TCP 167.114.118.212:49732->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  673u  IPv4          394328206           0t0       TCP 167.114.118.212:51696->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  674u  IPv4          394325643           0t0       TCP 167.114.118.212:47130->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  675u  IPv4          394328205           0t0       TCP 167.114.118.212:39614->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  676u  IPv4          394329195           0t0       TCP 167.114.118.212:49794->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  677u  IPv4          394328210           0t0       TCP 167.114.118.212:51716->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  678u  IPv4          394328208           0t0       TCP 167.114.118.212:49750->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  679u  IPv4          394326947           0t0       TCP 167.114.118.212:47100->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  680u  IPv4          394328215           0t0       TCP 167.114.118.212:39654->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  681u  IPv4          394320814           0t0       TCP 167.114.118.212:39664->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  682u  IPv4          394327491           0t0       TCP 167.114.118.212:39630->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  683u  IPv4          394326948           0t0       TCP 167.114.118.212:47106->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  684u  IPv4          394327004           0t0       TCP 167.114.118.212:46642->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  685u  IPv4          394329189           0t0       TCP 167.114.118.212:49774->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  686u  IPv4          394325651           0t0       TCP 167.114.118.212:47152->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  687u  IPv4          394325660           0t0       TCP 167.114.118.212:46480->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  688u  IPv4          394329190           0t0       TCP 167.114.118.212:39678->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  689u  IPv4          394329191           0t0       TCP 167.114.118.212:39680->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  690u  IPv4          394329192           0t0       TCP 167.114.118.212:47140->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  691u  IPv4          394329193           0t0       TCP 167.114.118.212:39682->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  692u  IPv4          394328228           0t0       TCP 167.114.118.212:51758->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  693u  IPv4          394326959           0t0       TCP 167.114.118.212:49784->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  694u  IPv4          394330155           0t0       TCP 167.114.118.212:35712->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  695u  IPv4          394328223           0t0       TCP 167.114.118.212:51736->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  696u  IPv4          394331138           0t0       TCP 167.114.118.212:38600->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  697u  IPv4          394325656           0t0       TCP 167.114.118.212:51756->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  698u  IPv4          394320850           0t0       TCP 167.114.118.212:46608->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  699u  IPv4          394330130           0t0       TCP 167.114.118.212:46486->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  700u  IPv4          394329200           0t0       TCP 167.114.118.212:51772->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  701u  IPv4          394328226           0t0       TCP 167.114.118.212:49808->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  702u  IPv4          394320842           0t0       TCP 167.114.118.212:51808->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  703u  IPv4          394328227           0t0       TCP 167.114.118.212:47168->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  704u  IPv4          394321802           0t0       TCP 167.114.118.212:39690->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  705u  IPv4          394326969           0t0       TCP 167.114.118.212:35684->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  706u  IPv4          394326971           0t0       TCP 167.114.118.212:46506->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  707u  IPv4          394326970           0t0       TCP 167.114.118.212:35688->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  708u  IPv4          394320840           0t0       TCP 167.114.118.212:51796->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  709u  IPv4          394325659           0t0       TCP 167.114.118.212:51762->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  710u  IPv4          394326980           0t0       TCP 167.114.118.212:51736->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  711u  IPv4          394320853           0t0       TCP 167.114.118.212:46610->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  712u  IPv4          394320828           0t0       TCP 167.114.118.212:46490->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  713u  IPv4          394327016           0t0       TCP 167.114.118.212:34624->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  714u  IPv4          394327516           0t0       TCP 167.114.118.212:51788->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  715u  IPv4          394325666           0t0       TCP 167.114.118.212:51750->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  716u  IPv4          394328238           0t0       TCP 167.114.118.212:35702->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  717u  IPv4          394330154           0t0       TCP 167.114.118.212:51732->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  718u  IPv4          394328237           0t0       TCP 167.114.118.212:46532->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  719u  IPv4          394330151           0t0       TCP 167.114.118.212:51724->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  720u  IPv4          394327511           0t0       TCP 167.114.118.212:51760->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  721u  IPv4          394330152           0t0       TCP 167.114.118.212:51774->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  722u  IPv4          394330153           0t0       TCP 167.114.118.212:35710->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  723u  IPv4          394328249           0t0       TCP 167.114.118.212:46586->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  724u  IPv4          394329218           0t0       TCP 167.114.118.212:51772->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  725u  IPv4          394320841           0t0       TCP 167.114.118.212:35726->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  726u  IPv4          394325667           0t0       TCP 167.114.118.212:35716->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  727u  IPv4          394329206           0t0       TCP 167.114.118.212:46542->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  728u  IPv4          394320845           0t0       TCP 167.114.118.212:46558->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  729u  IPv4          394325698           0t0       TCP 167.114.118.212:51886->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  730u  IPv4          394325692           0t0       TCP 167.114.118.212:35762->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  731u  IPv4          394325703           0t0       TCP 167.114.118.212:46636->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  732u  IPv4          394320847           0t0       TCP 167.114.118.212:35742->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  733u  IPv4          394329220           0t0       TCP 167.114.118.212:51778->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  734u  IPv4          394321816           0t0       TCP 167.114.118.212:46572->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  735u  IPv4          394321819           0t0       TCP 167.114.118.212:46578->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  736u  IPv4          394328250           0t0       TCP 167.114.118.212:51818->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  737u  IPv4          394327012           0t0       TCP 167.114.118.212:34614->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  738u  IPv4          394321823           0t0       TCP 167.114.118.212:51820->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  739u  IPv4          394327011           0t0       TCP 167.114.118.212:38556->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  740u  IPv4          394325699           0t0       TCP 167.114.118.212:51806->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  741u  IPv4          394330163           0t0       TCP 167.114.118.212:51834->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  742u  IPv4          394328251           0t0       TCP 167.114.118.212:51846->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  743u  IPv4          394328263           0t0       TCP 167.114.118.212:35758->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  744u  IPv4          394328254           0t0       TCP 167.114.118.212:51854->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  745u  IPv4          394327534           0t0       TCP 167.114.118.212:51878->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  746u  IPv4          394330173           0t0       TCP 167.114.118.212:51762->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  747u  IPv4          394321825           0t0       TCP 167.114.118.212:46598->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  748u  IPv4          394329219           0t0       TCP 167.114.118.212:51872->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  749u  IPv4          394327015           0t0       TCP 167.114.118.212:50932->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  750u  IPv4          394329222           0t0       TCP 167.114.118.212:46622->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  751u  IPv4          394327527           0t0       TCP 167.114.118.212:35752->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  752u  IPv4          394327526           0t0       TCP 167.114.118.212:51868->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  753u  IPv4          394329230           0t0       TCP 167.114.118.212:51892->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  754u  IPv4          394321845           0t0       TCP 167.114.118.212:35808->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  755u  IPv4          394328262           0t0       TCP 167.114.118.212:51782->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  756u  IPv4          394326998           0t0       TCP 167.114.118.212:51786->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  757u  IPv4          394325697           0t0       TCP 167.114.118.212:51790->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  758u  IPv4          394329223           0t0       TCP 167.114.118.212:35760->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  759u  IPv4          394329231           0t0       TCP 167.114.118.212:51904->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  760u   REG                9,2             0  50481346 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesrsp-_me7re3q.tmp
wpull   3201243 archivebot  761u  IPv4          394330193           0t0       TCP 167.114.118.212:51838->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  762u  IPv4          394329228           0t0       TCP 167.114.118.212:35798->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  763u  IPv4          394329227           0t0       TCP 167.114.118.212:35792->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  764u  IPv4          394329226           0t0       TCP 167.114.118.212:35776->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  765u  IPv4          394325702           0t0       TCP 167.114.118.212:46628->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  766u  IPv4          394327550           0t0       TCP 167.114.118.212:50914->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  767u  IPv4          394329232           0t0       TCP 167.114.118.212:51830->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  768u  IPv4          394325712           0t0       TCP 167.114.118.212:35822->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  769u  IPv4          394325705           0t0       TCP 167.114.118.212:51820->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  770u   REG                9,2           335  50480533 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesreq-o04juoy3.tmp
wpull   3201243 archivebot  771u  IPv4          394329236           0t0       TCP 167.114.118.212:35812->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  772u  IPv4          394329242           0t0       TCP 167.114.118.212:50942->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  773u  IPv4          394330192           0t0       TCP 167.114.118.212:51920->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  774u   REG                9,2             0  50481467 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesrsp-kcoxw6an.tmp
wpull   3201243 archivebot  775u  IPv4          394327541           0t0       TCP 167.114.118.212:51854->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  776u  IPv4          394327026           0t0       TCP 167.114.118.212:51000->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  777u  IPv4          394327013           0t0       TCP 167.114.118.212:50918->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  778u  IPv4          394327020           0t0       TCP 167.114.118.212:58142->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  779u  IPv4          394330208           0t0       TCP 167.114.118.212:58140->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  780u  IPv4          394327021           0t0       TCP 167.114.118.212:38588->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  781u  IPv4          394329313           0t0       TCP 167.114.118.212:39070->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  782u  IPv4          394329258           0t0       TCP 167.114.118.212:58190->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  783u  IPv4          394329292           0t0       TCP 167.114.118.212:47930->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  784u  IPv4          394325761           0t0       TCP 167.114.118.212:51084->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  785u  IPv4          394329250           0t0       TCP 167.114.118.212:58166->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  786u  IPv4          394329251           0t0       TCP 167.114.118.212:58178->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  787u  IPv4          394329252           0t0       TCP 167.114.118.212:50954->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  788u  IPv4          394327576           0t0       TCP 167.114.118.212:38616->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  789u  IPv4          394328310           0t0       TCP 167.114.118.212:36810->151.101.136.239:https (ESTABLISHED)
wpull   3201243 archivebot  790u  IPv4          394329263           0t0       TCP 167.114.118.212:50984->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  791u  IPv4          394333189           0t0       TCP 167.114.118.212:38956->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  792u  IPv4          394327592           0t0       TCP 167.114.118.212:34720->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  793u  IPv4          394325726           0t0       TCP 167.114.118.212:50966->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  794u  IPv4          394330251           0t0       TCP 167.114.118.212:51102->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  795u  IPv4          394325723           0t0       TCP 167.114.118.212:50958->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  796u  IPv4          394328292           0t0       TCP 167.114.118.212:51022->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  797u  IPv4          394329260           0t0       TCP 167.114.118.212:50978->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  798u  IPv4          394328281           0t0       TCP 167.114.118.212:34654->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  799u   REG                9,2             0  50481128 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesrsp-k_xl8pov.tmp
wpull   3201243 archivebot  800u  IPv4          394327570           0t0       TCP 167.114.118.212:38596->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  801u  IPv4          394329264           0t0       TCP 167.114.118.212:34688->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  802u  IPv4          394328293           0t0       TCP 167.114.118.212:58200->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  803u  IPv4          394329261           0t0       TCP 167.114.118.212:34672->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  804u  IPv4          394321882           0t0       TCP 167.114.118.212:58236->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  805u  IPv4          394327577           0t0       TCP 167.114.118.212:51038->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  806u  IPv4          394331149           0t0       TCP 167.114.118.212:51068->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  807u  IPv4          394330233           0t0       TCP 167.114.118.212:34704->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  808u  IPv4          394325744           0t0       TCP 167.114.118.212:51010->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  809u  IPv4          394330234           0t0       TCP 167.114.118.212:58216->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  810u  IPv4          394331152           0t0       TCP 167.114.118.212:51082->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  811u  IPv4          394328314           0t0       TCP 167.114.118.212:58272->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  812u  IPv4          394328308           0t0       TCP 167.114.118.212:51104->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  813u  IPv4          394327579           0t0       TCP 167.114.118.212:51060->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  814u  IPv4          394325847           0t0       TCP 167.114.118.212:43184->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  815u  IPv4          394331151           0t0       TCP 167.114.118.212:34708->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  816u  IPv4          394321878           0t0       TCP 167.114.118.212:38630->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  817u  IPv4          394321880           0t0       TCP 167.114.118.212:58220->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  818u  IPv4          394325760           0t0       TCP 167.114.118.212:58260->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  819u  IPv4          394331150           0t0       TCP 167.114.118.212:58250->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  820u   REG                9,2           351  50480106 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesreq-wt4zqitx.tmp
wpull   3201243 archivebot  821u  IPv4          394328348           0t0       TCP 167.114.118.212:39022->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  822u  IPv4          394321902           0t0       TCP 167.114.118.212:51144->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  823u  IPv4          394327603           0t0       TCP 167.114.118.212:38934->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  824u  IPv4          394332167           0t0       TCP 167.114.118.212:58256->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  825u  IPv4          394330250           0t0       TCP 167.114.118.212:51100->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  826u  IPv4          394321896           0t0       TCP 167.114.118.212:51128->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  827u  IPv4          394321895           0t0       TCP 167.114.118.212:36822->151.101.136.239:https (ESTABLISHED)
wpull   3201243 archivebot  828u  IPv4          394331197           0t0       TCP 167.114.118.212:53250->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  829u   REG                9,2           329  50481216 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesreq-ifi8h1zc.tmp
wpull   3201243 archivebot  830u  IPv4          394331163           0t0       TCP 167.114.118.212:36798->151.101.136.239:https (ESTABLISHED)
wpull   3201243 archivebot  831u  IPv4          394328311           0t0       TCP 167.114.118.212:51120->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  832u  IPv4          394325805           0t0       TCP 167.114.118.212:39060->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  833u  IPv4          394328312           0t0       TCP 167.114.118.212:58262->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  834u  IPv4          394325779           0t0       TCP 167.114.118.212:38874->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  835u  IPv4          394328309           0t0       TCP 167.114.118.212:38658->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  836u  IPv4          394328313           0t0       TCP 167.114.118.212:38672->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  837u  IPv4          394329291           0t0       TCP 167.114.118.212:38998->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  838u   REG                9,2           341  50480741 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesreq-ptmcat0x.tmp
wpull   3201243 archivebot  839u  IPv4          394321905           0t0       TCP 167.114.118.212:38686->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  840u  IPv4          394321898           0t0       TCP 167.114.118.212:34712->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  841u  IPv4          394321899           0t0       TCP 167.114.118.212:52898->23.203.57.22:https (ESTABLISHED)
wpull   3201243 archivebot  842u  IPv4          394321903           0t0       TCP 167.114.118.212:52906->23.203.57.22:https (ESTABLISHED)
wpull   3201243 archivebot  843u  IPv4          394321904           0t0       TCP 167.114.118.212:52912->23.203.57.22:https (ESTABLISHED)
wpull   3201243 archivebot  844u   REG                9,2             0  50480606 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesrsp-x7gwrct3.tmp
wpull   3201243 archivebot  845u  IPv4          394327594           0t0       TCP 167.114.118.212:58286->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  846u  IPv4          394331178           0t0       TCP 167.114.118.212:38702->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  847u  IPv4          394327593           0t0       TCP 167.114.118.212:52926->23.203.57.22:https (ESTABLISHED)
wpull   3201243 archivebot  848u  IPv4          394328326           0t0       TCP 167.114.118.212:53202->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  849u  IPv4          394321911           0t0       TCP 167.114.118.212:58298->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  850u  IPv4          394321912           0t0       TCP 167.114.118.212:58310->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  851u  IPv4          394321906           0t0       TCP 167.114.118.212:51146->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  852u  IPv4          394321913           0t0       TCP 167.114.118.212:34734->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  853u  IPv4          394328324           0t0       TCP 167.114.118.212:58324->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  854u  IPv4          394331219           0t0       TCP 167.114.118.212:43198->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  855u  IPv4          394333187           0t0       TCP 167.114.118.212:38940->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  856u  IPv4          394325778           0t0       TCP 167.114.118.212:42726->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  857u  IPv4          394327604           0t0       TCP 167.114.118.212:47914->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  858u  IPv4          394327649           0t0       TCP 167.114.118.212:49310->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  859u  IPv4          394328327           0t0       TCP 167.114.118.212:42728->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  860u  IPv4          394328328           0t0       TCP 167.114.118.212:38888->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  861u  IPv4          394328329           0t0       TCP 167.114.118.212:42730->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  862u  IPv4          394327601           0t0       TCP 167.114.118.212:38912->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  863u  IPv4          394328333           0t0       TCP 167.114.118.212:42742->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  864u  IPv4          394327602           0t0       TCP 167.114.118.212:38920->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  865u  IPv4          394325794           0t0       TCP 167.114.118.212:38976->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  866u  IPv4          394330264           0t0       TCP 167.114.118.212:53212->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  867u  IPv4          394325792           0t0       TCP 167.114.118.212:53224->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  868u  IPv4          394325795           0t0       TCP 167.114.118.212:38982->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  869u  IPv4          394325793           0t0       TCP 167.114.118.212:38964->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  870u  IPv4          394332184           0t0       TCP 167.114.118.212:47904->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  871u  IPv4          394332187           0t0       TCP 167.114.118.212:42752->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  872u  IPv4          394329332           0t0       TCP 167.114.118.212:48012->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  873u  IPv4          394331199           0t0       TCP 167.114.118.212:47940->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  874u  IPv4          394329301           0t0       TCP 167.114.118.212:47968->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  875u  IPv4          394333197           0t0       TCP 167.114.118.212:53236->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  876u  IPv4          394331198           0t0       TCP 167.114.118.212:53260->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  877u  IPv4          394333198           0t0       TCP 167.114.118.212:39008->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  878u  IPv4          394329311           0t0       TCP 167.114.118.212:39068->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  879u  IPv4          394333204           0t0       TCP 167.114.118.212:47958->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  880u  IPv4          394332203           0t0       TCP 167.114.118.212:39080->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  881u  IPv4          394325804           0t0       TCP 167.114.118.212:39044->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  882u  IPv4          394331196           0t0       TCP 167.114.118.212:42766->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  883u  IPv4          394333205           0t0       TCP 167.114.118.212:53270->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  884u  IPv4          394333208           0t0       TCP 167.114.118.212:39036->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  885u  IPv4          394331200           0t0       TCP 167.114.118.212:47942->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  886u  IPv4          394330277           0t0       TCP 167.114.118.212:53290->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  887u  IPv4          394329303           0t0       TCP 167.114.118.212:53272->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  888u  IPv4          394326010           0t0       TCP 167.114.118.212:49888->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  889u  IPv4          394327653           0t0       TCP 167.114.118.212:43162->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  890u  IPv4          394329480           0t0       TCP 167.114.118.212:43214->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  891u  IPv4          394333209           0t0       TCP 167.114.118.212:53276->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  892u  IPv4          394333210           0t0       TCP 167.114.118.212:39042->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  893u  IPv4          394329306           0t0       TCP 167.114.118.212:47970->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  894u  IPv4          394325808           0t0       TCP 167.114.118.212:47980->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  895u  IPv4          394333226           0t0       TCP 167.114.118.212:48004->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  896u  IPv4          394333229           0t0       TCP 167.114.118.212:39094->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  897u  IPv4          394329307           0t0       TCP 167.114.118.212:53280->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  898u  IPv4          394329312           0t0       TCP 167.114.118.212:42776->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  899u  IPv4          394328395           0t0       TCP 167.114.118.212:57544->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  900u  IPv4          394332198           0t0       TCP 167.114.118.212:42786->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  901u  IPv4          394325806           0t0       TCP 167.114.118.212:47974->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  902u  IPv4          394330276           0t0       TCP 167.114.118.212:47984->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  903u  IPv4          394332382           0t0       TCP 167.114.118.212:50690->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  904u  IPv4          394329479           0t0       TCP 167.114.118.212:41922->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  905u   REG                9,2           259  50480730 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesreq-smfgqy0x.tmp
wpull   3201243 archivebot  906u  IPv4          394329314           0t0       TCP 167.114.118.212:39078->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  907u  IPv4          394325828           0t0       TCP 167.114.118.212:53292->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  908u  IPv4          394332379           0t0       TCP 167.114.118.212:60566->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  909u  IPv4          394331372           0t0       TCP 167.114.118.212:60580->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  910u  IPv4          394333228           0t0       TCP 167.114.118.212:39090->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  911u  IPv4          394329487           0t0       TCP 167.114.118.212:49916->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  912u  IPv4          394325830           0t0       TCP 167.114.118.212:53308->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  913u  IPv4          394327645           0t0       TCP 167.114.118.212:48026->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  914u  IPv4          394327646           0t0       TCP 167.114.118.212:42806->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  915u  IPv4          394325833           0t0       TCP 167.114.118.212:47996->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  916u  IPv4          394329488           0t0       TCP 167.114.118.212:41938->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  917u  IPv4          394331390           0t0       TCP 167.114.118.212:37462->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  918u  IPv4          394331374           0t0       TCP 167.114.118.212:50710->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  919u  IPv4          394327650           0t0       TCP 167.114.118.212:43158->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  920u  IPv4          394331365           0t0       TCP 167.114.118.212:49928->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  921u  IPv4          394325844           0t0       TCP 167.114.118.212:43178->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  922u  IPv4          394329491           0t0       TCP 167.114.118.212:43226->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  923u  IPv4          394327648           0t0       TCP 167.114.118.212:53312->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  924u  IPv4          394330297           0t0       TCP 167.114.118.212:42798->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  925u  IPv4          394333237           0t0       TCP 167.114.118.212:57524->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  926u   REG                9,2             0  50481150 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesrsp-p6d7vs7z.tmp
wpull   3201243 archivebot  927u  IPv4          394329495           0t0       TCP 167.114.118.212:41944->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  928u  IPv4          394327647           0t0       TCP 167.114.118.212:39106->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  929u  IPv4          394331213           0t0       TCP 167.114.118.212:42804->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  930u  IPv4          394333258           0t0       TCP 167.114.118.212:43212->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  931u  IPv4          394328398           0t0       TCP 167.114.118.212:47624->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  932u  IPv4          394329496           0t0       TCP 167.114.118.212:41958->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  933u  IPv4          394325841           0t0       TCP 167.114.118.212:47612->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  934u  IPv4          394330499           0t0       TCP 167.114.118.212:47322->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  935u  IPv4          394327652           0t0       TCP 167.114.118.212:57518->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  936u  IPv4          394331214           0t0       TCP 167.114.118.212:57528->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  937u  IPv4          394331218           0t0       TCP 167.114.118.212:47630->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  938u  IPv4          394333238           0t0       TCP 167.114.118.212:49312->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  939u  IPv4          394333240           0t0       TCP 167.114.118.212:49324->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  940u  IPv4          394330314           0t0       TCP 167.114.118.212:49354->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  941u  IPv4          394330315           0t0       TCP 167.114.118.212:47646->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  942u  IPv4          394333257           0t0       TCP 167.114.118.212:43680->23.221.2.173:https (CLOSE_WAIT)
wpull   3201243 archivebot  943u  IPv4          394328397           0t0       TCP 167.114.118.212:43186->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  944u  IPv4          394330313           0t0       TCP 167.114.118.212:49348->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  945u  IPv4          394328393           0t0       TCP 167.114.118.212:49336->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  946u  IPv4          394328394           0t0       TCP 167.114.118.212:49340->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  947u  IPv4          394332380           0t0       TCP 167.114.118.212:47286->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  948u  IPv4          394333255           0t0       TCP 167.114.118.212:47656->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  949u  IPv4          394328396           0t0       TCP 167.114.118.212:49344->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  950u  IPv4          394329499           0t0       TCP 167.114.118.212:50678->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  951u  IPv4          394330316           0t0       TCP 167.114.118.212:57558->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  952u  IPv4          394329500           0t0       TCP 167.114.118.212:60560->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  953u  IPv4          394333256           0t0       TCP 167.114.118.212:49368->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  954u  IPv4          394329507           0t0       TCP 167.114.118.212:50698->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  955u  IPv4          394329508           0t0       TCP 167.114.118.212:47316->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  956u  IPv4          394332381           0t0       TCP 167.114.118.212:47302->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  957u  IPv6          394327866           0t0       TCP [2607:5300:60:6dd4::]:39876->[2620:0:861:ed1a::2:b]:https (CLOSE_WAIT)
wpull   3201243 archivebot  958u  IPv4          394327852           0t0       TCP 167.114.118.212:50752->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  959u  IPv4          394333259           0t0       TCP 167.114.118.212:49382->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  960u  IPv4          394331373           0t0       TCP 167.114.118.212:60592->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  961u  IPv4          394330513           0t0       TCP 167.114.118.212:60598->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  962u  IPv4          394330508           0t0       TCP 167.114.118.212:50714->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  963u  IPv4          394330504           0t0       TCP 167.114.118.212:37416->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  964u  IPv4          394330514           0t0       TCP 167.114.118.212:47338->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  965u  IPv4          394330506           0t0       TCP 167.114.118.212:37426->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  966u  IPv4          394330507           0t0       TCP 167.114.118.212:37434->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  967u  IPv4          394334216           0t0       TCP 167.114.118.212:37460->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  968u  IPv4          394333400           0t0       TCP 167.114.118.212:47334->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  969u  IPv4          394331392           0t0       TCP 167.114.118.212:60636->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  970u  IPv4          394333404           0t0       TCP 167.114.118.212:47346->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  971u  IPv4          394327844           0t0       TCP 167.114.118.212:37438->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  972u   REG                9,2           297  50480464 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesreq-0xg_ktmn.tmp
wpull   3201243 archivebot  973u  IPv4          394334238           0t0       TCP 167.114.118.212:47394->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  974u  IPv4          394331389           0t0       TCP 167.114.118.212:60632->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  975u  IPv4          394327845           0t0       TCP 167.114.118.212:60608->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  976u  IPv4          394331393           0t0       TCP 167.114.118.212:47354->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  977u  IPv4          394327849           0t0       TCP 167.114.118.212:50728->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  978u  IPv4          394327847           0t0       TCP 167.114.118.212:60616->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  979u  IPv4          394327846           0t0       TCP 167.114.118.212:37452->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  980u  IPv4          394329522           0t0       TCP 167.114.118.212:60630->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  981u  IPv4          394335581           0t0       TCP 167.114.118.212:47374->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  982u  IPv4          394327850           0t0       TCP 167.114.118.212:50744->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  983u  IPv4          394335593           0t0       TCP 167.114.118.212:47450->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  984u  IPv4          394331391           0t0       TCP 167.114.118.212:37476->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  985u  IPv6          394336604           0t0       TCP [2607:5300:60:6dd4::]:47832->[2600:9000:247b:ec00:a:23be:a693:5f01]:https (CLOSE_WAIT)
wpull   3201243 archivebot  987u  IPv4          394334237           0t0       TCP 167.114.118.212:47378->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  988u  IPv4          394328902           0t0       TCP 167.114.118.212:60644->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  989u  IPv4          394327858           0t0       TCP 167.114.118.212:37492->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  990u  IPv4          394327859           0t0       TCP 167.114.118.212:60642->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot  991u  IPv4          394332393           0t0       TCP 167.114.118.212:47364->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  992u  IPv4          394335582           0t0       TCP 167.114.118.212:50762->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  993u  IPv4          394329531           0t0       TCP 167.114.118.212:43692->151.101.137.91:https (ESTABLISHED)
wpull   3201243 archivebot  995u  IPv4          394329540           0t0       TCP 167.114.118.212:37508->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  996u  IPv4          394336606           0t0       TCP 167.114.118.212:37520->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot  997u  IPv4          394334243           0t0       TCP 167.114.118.212:50776->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot  998u  IPv4          394334240           0t0       TCP 167.114.118.212:47408->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot  999u  IPv4          394334241           0t0       TCP 167.114.118.212:43810->172.64.80.1:http (CLOSE_WAIT)
wpull   3201243 archivebot 1001u  IPv4          394334263           0t0       TCP 167.114.118.212:60674->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot 1002u  IPv4          394328911           0t0       TCP 167.114.118.212:50784->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot 1003u  IPv4          394329541           0t0       TCP 167.114.118.212:47410->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot 1004u  IPv4          394335594           0t0       TCP 167.114.118.212:60662->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot 1005u  IPv4          394329543           0t0       TCP 167.114.118.212:47416->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot 1007u  IPv4          394332401           0t0       TCP 167.114.118.212:47422->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot 1008u  IPv4          394334254           0t0       TCP 167.114.118.212:37536->151.101.2.166:https (ESTABLISHED)
wpull   3201243 archivebot 1009u  IPv4          394335590           0t0       TCP 167.114.118.212:50798->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot 1010u   REG                9,2             0  50481242 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesrsp-f5nw_1uq.tmp
wpull   3201243 archivebot 1011u  IPv4          394335595           0t0       TCP 167.114.118.212:50814->151.101.130.166:https (ESTABLISHED)
wpull   3201243 archivebot 1012u  IPv4          394332398           0t0       TCP 167.114.118.212:60658->151.101.194.166:https (ESTABLISHED)
wpull   3201243 archivebot 1013u  IPv4          394334256           0t0       TCP 167.114.118.212:47438->151.101.66.166:https (ESTABLISHED)
wpull   3201243 archivebot 1014u  IPv4          394329558           0t0       TCP 167.114.118.212:44132->184.150.49.49:https (ESTABLISHED)
wpull   3201243 archivebot 1016u  IPv4          394332418           0t0       TCP 167.114.118.212:42524->184.150.49.24:https (ESTABLISHED)
wpull   3201243 archivebot 1017u  IPv4          394332416           0t0       TCP 167.114.118.212:41072->184.150.49.49:https (ESTABLISHED)
wpull   3201243 archivebot 1020u  IPv4          394332454           0t0       TCP 167.114.118.212:56638->184.150.49.24:https (ESTABLISHED)
wpull   3201243 archivebot 1021u   REG                9,2           466  50480631 /home/archivebot/ArchiveBot-a/pipeline/tmp-wpull-warcsesreq-aj5l4j96.tmp

JustAnotherArchivist avatar Jan 22 '24 19:01 JustAnotherArchivist

Also, regarding CLOSE_WAIT, that might not mean anything. Everything would show up like that eventually on a crashed process, I think, because wpull crashed and thus doesn't clean up the connections getting closed by the other side or the kernel. So that doesn't really indicate anything about wpull/asyncio not properly cleaning up dead connections at runtime. I ran the lsof above very shortly after the crash. Now another process with the remainder of that job's queue also crashed, but I noticed it later, and it's all CLOSE_WAIT.

JustAnotherArchivist avatar Jan 22 '24 21:01 JustAnotherArchivist

This appears to be related to redirect loops. Early on, job ep1s2jjdyxcg4dtwzdumxjenf's open FD count was growing linearly with the number of 'Too many redirects' errors, and the number of open connections to the host causing these was almost exactly the same as the number of errors (and much higher than 6 per host, several hundreds). They were all in ESTABLISHED state at that point. Eventually, connections started timing out of course, and they were released properly then, it seems, as the number of open FDs stabilised somewhere below the original limit (which I had bumped with prlimit and was exceeded for some time).

Notably, only the 'Too many redirect' errors on jezebel.com caused this leakage, not the ones on edition.cnn.com, based on simple lsof grepping. They're both fronted by Fastly, but the latter has IPv6 addresses while the former doesn't, which might matter (Happy Eyeballs involvement).

Unfortunately, the log file for that crash run of dgb8delum5w9zff28uydy9xsf was never uploaded, so I can't tell whether that was the problem at the time as well.

JustAnotherArchivist avatar Jan 23 '24 22:01 JustAnotherArchivist