Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143475 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-builder-4c-4g-3299 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-sphinx-lint [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-7oZgXjMfEoeZ/agent.2024 SSH_AGENT_PID=2027 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/oom-master-sphinx-lint@tmp/private_key_15701073302253303692.key (/w/workspace/oom-master-sphinx-lint@tmp/private_key_15701073302253303692.key) [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) The recommended git tool is: NONE using credential onap-jenkins-ssh Wiping out workspace first. Cloning the remote Git repository Cloning repository git://cloud.onap.org/mirror/oom.git > git init /w/workspace/oom-master-sphinx-lint # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/75/143475/6 # timeout=30 > git rev-parse d08a66000a390162e4c0f63cd48ec4812c93ecac^{commit} # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script Checking out Revision d08a66000a390162e4c0f63cd48ec4812c93ecac (refs/changes/75/143475/6) > git config core.sparsecheckout # timeout=10 > git checkout -f d08a66000a390162e4c0f63cd48ec4812c93ecac # timeout=30 Commit message: "Docs: Replace blockdiag/seqdiag with Mermaid" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk a1c60ef6e0f2ee4c68bf3d6c0000ed232be29809 # timeout=10 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PYTHON=python3 [EnvInject] - Variables injected successfully. [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins17550871574419499377.sh ---> tox-install.sh + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-GKYG + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + pyenv versions * system (set by /opt/pyenv/version) * 3.8.13 (set by /opt/pyenv/version) * 3.9.13 (set by /opt/pyenv/version) * 3.10.6 (set by /opt/pyenv/version) + command -v pyenv ++ pyenv init - --no-rehash + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ sed 's/^[ *]* //' ++ pyenv versions ++ awk '{ print $1 }' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ sort -V +++ tail -n 1 ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] + [[ ! -f /tmp/.toxenv ]] + [[ -n '' ]] + python3 -m venv /tmp/venv-GKYG + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GKYG' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GKYG + echo /tmp/venv-GKYG + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-GKYG/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-GKYG/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-GKYG/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-GKYG/bin to PATH + PATH=/tmp/venv-GKYG/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + return 0 + python3 --version Python 3.10.6 + python3 -m pip --version pip 26.0.1 from /tmp/venv-GKYG/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==7.0.5 colorama==0.4.6 distlib==0.4.0 filelock==3.25.2 packaging==26.0 platformdirs==4.9.4 pluggy==1.6.0 pyproject-api==1.10.0 python-discovery==1.2.0 tomli==2.4.0 tomli_w==1.2.0 tox==4.50.1 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.2.0 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PARALLEL=false [EnvInject] - Variables injected successfully. [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins9116089297143378918.sh ---> tox-run.sh + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + ARCHIVE_TOX_DIR=/w/workspace/oom-master-sphinx-lint/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/oom-master-sphinx-lint/archives/docs + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/tox + cd /w/workspace/oom-master-sphinx-lint/. + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-vhfd + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + pyenv versions system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) + command -v pyenv ++ pyenv init - --no-rehash + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ awk '{ print $1 }' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ tail -n 1 +++ sort -V ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] ++ cat /tmp/.toxenv + lf_venv=/tmp/venv-GKYG + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GKYG from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GKYG from file:/tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-GKYG/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-GKYG/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-GKYG/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-GKYG/bin to PATH + PATH=/tmp/venv-GKYG/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + return 0 + [[ -d /opt/pyenv ]] + echo '---> Setting up pyenv' ---> Setting up pyenv + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/tmp/venv-GKYG/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/tmp/venv-GKYG/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ pwd + PYTHONPATH=/w/workspace/oom-master-sphinx-lint + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.50.1 from /tmp/venv-GKYG/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=false + TOX_OPTIONS_LIST= + [[ -n docs,docs-linkcheck ]] + TOX_OPTIONS_LIST=' -e docs,docs-linkcheck' + case ${PARALLEL,,} in + tox -e docs,docs-linkcheck + tee -a /w/workspace/oom-master-sphinx-lint/archives/tox/tox.log docs: install_deps> python -I -m pip install -r /w/workspace/oom-master-sphinx-lint/requirements.txt -c https://git.onap.org/doc/plain/etc/upper-constraints.onap.txt docs: freeze> python -m pip freeze --all docs: alabaster==0.7.16,apeye==1.4.1,apeye-core==1.1.5,arrow==1.4.0,astroid==3.0.3,attrs==26.1.0,autodocsumm==0.2.14,autopep8==2.3.1,babel==2.18.0,beautifulsoup4==4.14.3,CacheControl==0.14.4,certifi==2026.2.25,charset-normalizer==3.4.6,click==8.3.1,cssutils==2.11.1,dict2css==0.3.0.post1,dill==0.4.1,doc8==2.0.0,docutils==0.20.1,domdf_python_tools==3.10.0,filelock==3.25.2,gitlint-core==0.19.1,html5lib==1.1,idna==3.11,imagesize==2.0.0,isort==5.13.2,Jinja2==3.1.6,jsonschema==4.26.0,jsonschema-specifications==2025.9.1,MarkupSafe==3.0.3,mccabe==0.7.0,more-itertools==10.8.0,msgpack==1.1.2,natsort==8.4.0,packaging==26.0,pip==26.0.1,platformdirs==4.9.4,pycodestyle==2.14.0,pyenchant==3.3.0,Pygments==2.19.2,pylint==3.0.3,python-dateutil==2.9.0.post0,PyYAML==6.0.3,referencing==0.37.0,requests==2.32.5,restructuredtext_lint==2.0.2,rpds-py==0.30.0,ruamel.yaml==0.19.1,setuptools==82.0.0,sh==1.14.3,six==1.17.0,snowballstemmer==3.0.1,soupsieve==2.8.3,Sphinx==7.1.2,sphinx-autodoc-typehints==2.0.1,sphinx-jinja2-compat==0.4.1,sphinx-prompt==1.8.0,sphinx-rtd-theme==2.0.0,sphinx-tabs==3.4.7,sphinx-toolbox==3.5.0,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jquery==4.1,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-mermaid==2.0.0,sphinxcontrib-plantuml==0.29,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-redoc==1.6.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-spelling==8.0.0,stevedore==5.7.0,tabulate==0.10.0,tomli==2.4.0,tomlkit==0.14.0,typing_extensions==4.15.0,tzdata==2025.3,urllib3==2.6.3,webencodings==0.5.1 docs: commands[0]> sudo apt install graphviz WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... graphviz is already the newest version (2.40.1-2). The following packages were automatically installed and are no longer required: libmysqlclient20 mysql-common Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. docs: commands[1]> sphinx-build -q -W -b html -n -d /w/workspace/oom-master-sphinx-lint/.tox/docs/tmp/doctrees ./docs/ /w/workspace/oom-master-sphinx-lint/docs/_build/html docs: OK ✔ in 26.17 seconds docs-linkcheck: install_deps> python -I -m pip install -r /w/workspace/oom-master-sphinx-lint/requirements.txt -c https://git.onap.org/doc/plain/etc/upper-constraints.onap.txt docs-linkcheck: freeze> python -m pip freeze --all docs-linkcheck: alabaster==0.7.16,apeye==1.4.1,apeye-core==1.1.5,arrow==1.4.0,astroid==3.0.3,attrs==26.1.0,autodocsumm==0.2.14,autopep8==2.3.1,babel==2.18.0,beautifulsoup4==4.14.3,CacheControl==0.14.4,certifi==2026.2.25,charset-normalizer==3.4.6,click==8.3.1,cssutils==2.11.1,dict2css==0.3.0.post1,dill==0.4.1,doc8==2.0.0,docutils==0.20.1,domdf_python_tools==3.10.0,filelock==3.25.2,gitlint-core==0.19.1,html5lib==1.1,idna==3.11,imagesize==2.0.0,isort==5.13.2,Jinja2==3.1.6,jsonschema==4.26.0,jsonschema-specifications==2025.9.1,MarkupSafe==3.0.3,mccabe==0.7.0,more-itertools==10.8.0,msgpack==1.1.2,natsort==8.4.0,packaging==26.0,pip==26.0.1,platformdirs==4.9.4,pycodestyle==2.14.0,pyenchant==3.3.0,Pygments==2.19.2,pylint==3.0.3,python-dateutil==2.9.0.post0,PyYAML==6.0.3,referencing==0.37.0,requests==2.32.5,restructuredtext_lint==2.0.2,rpds-py==0.30.0,ruamel.yaml==0.19.1,setuptools==82.0.0,sh==1.14.3,six==1.17.0,snowballstemmer==3.0.1,soupsieve==2.8.3,Sphinx==7.1.2,sphinx-autodoc-typehints==2.0.1,sphinx-jinja2-compat==0.4.1,sphinx-prompt==1.8.0,sphinx-rtd-theme==2.0.0,sphinx-tabs==3.4.7,sphinx-toolbox==3.5.0,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jquery==4.1,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-mermaid==2.0.0,sphinxcontrib-plantuml==0.29,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-redoc==1.6.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-spelling==8.0.0,stevedore==5.7.0,tabulate==0.10.0,tomli==2.4.0,tomlkit==0.14.0,typing_extensions==4.15.0,tzdata==2025.3,urllib3==2.6.3,webencodings==0.5.1 docs-linkcheck: commands[0]> sudo apt install graphviz WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... graphviz is already the newest version (2.40.1-2). The following packages were automatically installed and are no longer required: libmysqlclient20 mysql-common Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. docs-linkcheck: commands[1]> sphinx-build -q -W -b linkcheck -d /w/workspace/oom-master-sphinx-lint/.tox/docs-linkcheck/tmp/doctrees ./docs/ /w/workspace/oom-master-sphinx-lint/docs/_build/linkcheck docs: OK (26.16=setup[20.95]+cmd[0.23,4.98] seconds) docs-linkcheck: OK (77.55=setup[11.43]+cmd[0.21,65.91] seconds) congratulations :) (103.76 seconds) + tox_status=0 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ echo .tox/docs-linkcheck/log ++ awk -F/ '{print $2}' + tox_env=docs-linkcheck + cp -r .tox/docs-linkcheck/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs-linkcheck + for i in .tox/*/log ++ echo .tox/docs/log ++ awk -F/ '{print $2}' + tox_env=docs + cp -r .tox/docs/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs + DOC_DIR=docs/_build/html + [[ -d docs/_build/html ]] + echo '---> Archiving generated docs' ---> Archiving generated docs + mv docs/_build/html /w/workspace/oom-master-sphinx-lint/archives/docs + echo '---> tox-run.sh ends' ---> tox-run.sh ends + test 0 -eq 0 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2027 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins11924286544060225828.sh ---> sysstat.sh [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins2293026781116678112.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=debian + workspace=/w/workspace/oom-master-sphinx-lint + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/oom-master-sphinx-lint ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + dpkg -l + grep '^ii' + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/oom-master-sphinx-lint ']' + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-sphinx-lint/archives/ [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins15273991545652051388.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-z46B lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-z46B/bin to PATH INFO: Running in OpenStack, capturing instance metadata [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins2799154555873466220.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-sphinx-lint@tmp/config1374824178032766063tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins13031000992570037479.sh ---> create-netrc.sh [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins2616934158701605649.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-z46B from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-z46B/bin to PATH Generating Requirements File ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. Python 3.10.6 pip 26.0.1 from /tmp/venv-z46B/lib/python3.10/site-packages/pip (python 3.10) appdirs==1.4.4 argcomplete==3.6.3 aspy.yaml==1.3.0 attrs==26.1.0 autopage==0.6.0 backports.strenum==1.3.1 beautifulsoup4==4.14.3 boto3==1.42.71 botocore==1.42.71 bs4==0.0.2 certifi==2026.2.25 cffi==2.0.0 cfgv==3.5.0 chardet==7.2.0 charset-normalizer==3.4.6 click==8.3.1 cliff==4.13.2 cmd2==3.4.0 cryptography==3.3.2 debtcollector==3.0.0 decorator==5.2.1 defusedxml==0.7.1 Deprecated==1.3.1 distlib==0.4.0 dnspython==2.8.0 docker==7.1.0 dogpile.cache==1.5.0 durationpy==0.10 email-validator==2.3.0 filelock==3.25.2 future==1.0.0 gitdb==4.0.12 GitPython==3.1.46 httplib2==0.30.2 identify==2.6.18 idna==3.11 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.6 jmespath==1.1.0 jsonpatch==1.33 jsonpointer==3.0.0 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 keystoneauth1==5.13.1 kubernetes==35.0.0 lftools==0.37.22 lxml==6.0.2 markdown-it-py==4.0.0 MarkupSafe==3.0.3 mdurl==0.1.2 msgpack==1.1.2 multi_key_dict==2.0.3 munch==4.0.0 netaddr==1.3.0 niet==1.4.2 nodeenv==1.10.0 oauth2client==4.1.3 oauthlib==3.3.1 openstacksdk==4.10.0 os-service-types==1.8.2 osc-lib==4.4.0 oslo.config==10.3.0 oslo.context==6.3.0 oslo.i18n==6.7.2 oslo.log==8.1.0 oslo.serialization==5.9.1 oslo.utils==10.0.0 packaging==26.0 pbr==7.0.3 platformdirs==4.9.4 prettytable==3.17.0 psutil==7.2.2 pyasn1==0.6.3 pyasn1_modules==0.4.2 pycparser==3.0 pygerrit2==2.0.15 PyGithub==2.8.1 Pygments==2.19.2 PyJWT==2.12.1 PyNaCl==1.6.2 pyparsing==2.4.7 pyperclip==1.11.0 pyrsistent==0.20.0 python-cinderclient==9.9.0 python-dateutil==2.9.0.post0 python-discovery==1.2.0 python-heatclient==5.1.0 python-jenkins==1.8.3 python-keystoneclient==5.8.0 python-magnumclient==4.10.0 python-openstackclient==9.0.0 python-swiftclient==4.10.0 PyYAML==6.0.3 referencing==0.37.0 requests==2.32.5 requests-oauthlib==2.0.0 requestsexceptions==1.4.0 rfc3986==2.0.0 rich==14.3.3 rich-argparse==1.7.2 rpds-py==0.30.0 rsa==4.9.1 ruamel.yaml==0.19.1 ruamel.yaml.clib==0.2.15 s3transfer==0.16.0 simplejson==3.20.2 six==1.17.0 smmap==5.0.3 soupsieve==2.8.3 stevedore==5.7.0 tabulate==0.10.0 toml==0.10.2 tomlkit==0.14.0 tqdm==4.67.3 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.2.0 wcwidth==0.6.0 websocket-client==1.9.0 wrapt==2.1.2 xdg==6.0.0 xmltodict==1.0.4 yq==3.4.3 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins9791693691985514049.sh ---> sudo-logs.sh Archiving 'sudo' log.. [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins9558749224175712259.sh ---> job-cost.sh INFO: Activating Python virtual environment... Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-z46B from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-z46B/bin to PATH INFO: No stack-cost file found INFO: Instance uptime: 4380s INFO: Fetching instance metadata (attempt 1 of 3)... DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type INFO: Successfully fetched instance metadata INFO: Instance type: v3-standard-4 INFO: Retrieving pricing info for: v3-standard-4 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=4380 INFO: Successfully fetched Vexxhost pricing API INFO: Retrieved cost: 0.22 INFO: Retrieved resource: v3-standard-4 INFO: Creating archive directory: /w/workspace/oom-master-sphinx-lint/archives/cost INFO: Archiving costs to: /w/workspace/oom-master-sphinx-lint/archives/cost.csv INFO: Successfully archived job cost data DEBUG: Cost data: oom-master-sphinx-lint,607,2026-03-19 17:17:13,v3-standard-4,4380,0.22,0.00,SUCCESS [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins5325289300829111001.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-z46B from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-z46B/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-sphinx-lint/607 INFO: archiving workspace using pattern(s): /tmp/venv-z46B/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.2.0)/charset_normalizer (3.4.6) doesn't match a supported version! warnings.warn( Archives upload complete. INFO: archiving logs to Nexus /tmp/venv-z46B/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.2.0)/charset_normalizer (3.4.6) doesn't match a supported version! warnings.warn( ---> uname -a: Linux prd-ubuntu1804-builder-4c-4g-3299 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 4 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2799.996 BogoMIPS: 5599.99 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0-3 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities ---> nproc: 4 ---> df -h: Filesystem Size Used Avail Use% Mounted on udev 7.9G 0 7.9G 0% /dev tmpfs 1.6G 676K 1.6G 1% /run /dev/vda1 78G 8.6G 69G 12% / tmpfs 7.9G 0 7.9G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup /dev/vda15 105M 4.4M 100M 5% /boot/efi tmpfs 1.6G 0 1.6G 0% /run/user/1001 ---> free -m: total used free shared buff/cache available Mem: 16040 575 13057 0 2407 15134 Swap: 1023 0 1023 ---> ip addr: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 link/ether fa:16:3e:63:c7:1b brd ff:ff:ff:ff:ff:ff inet 10.30.107.204/23 brd 10.30.107.255 scope global dynamic ens3 valid_lft 82018sec preferred_lft 82018sec inet6 fe80::f816:3eff:fe63:c71b/64 scope link valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-3299) 03/19/26 _x86_64_ (4 CPU) 16:04:27 LINUX RESTART (4 CPU) 16:05:00 tps rtps wtps bread/s bwrtn/s 16:06:01 11.02 0.00 11.02 0.00 8735.34 16:07:01 7.05 0.00 7.05 0.00 8488.32 16:08:01 6.03 0.00 6.03 0.00 8076.92 16:09:01 6.98 0.00 6.98 0.00 8486.50 16:10:01 6.32 0.00 6.32 0.00 8346.61 16:11:01 6.47 0.00 6.47 0.00 8349.41 16:12:01 6.52 0.02 6.50 0.13 8481.65 16:13:01 2.57 0.00 2.57 0.00 1766.11 16:14:01 0.72 0.00 0.72 0.00 8.67 16:15:01 1.22 0.00 1.22 0.00 17.06 16:16:01 0.88 0.00 0.88 0.00 10.26 16:17:01 1.08 0.00 1.08 0.00 14.40 16:18:01 1.07 0.02 1.05 0.13 12.13 16:19:01 1.18 0.00 1.18 0.00 16.80 16:20:01 3.95 2.37 1.58 18.93 23.20 16:21:01 1.38 0.00 1.38 0.00 19.19 16:22:01 0.93 0.00 0.93 0.00 10.93 16:23:01 1.23 0.00 1.23 0.00 16.26 16:24:01 0.87 0.00 0.87 0.00 10.53 16:25:01 1.25 0.00 1.25 0.00 16.40 16:26:01 0.88 0.00 0.88 0.00 10.13 16:27:01 3.12 1.98 1.13 55.72 16.53 16:28:01 1.17 0.15 1.02 2.00 12.40 16:29:01 1.17 0.00 1.17 0.00 15.46 16:30:01 0.92 0.00 0.92 0.00 11.73 16:31:01 1.23 0.00 1.23 0.00 16.00 16:32:01 0.88 0.00 0.88 0.00 10.53 16:33:01 1.20 0.00 1.20 0.00 15.73 16:34:01 0.87 0.00 0.87 0.00 9.87 16:35:01 1.30 0.00 1.30 0.00 16.93 16:36:01 0.92 0.00 0.92 0.00 11.06 16:37:01 1.07 0.00 1.07 0.00 14.26 16:38:01 0.83 0.00 0.83 0.00 9.73 16:39:01 1.17 0.00 1.17 0.00 15.86 16:40:01 1.02 0.00 1.02 0.00 13.06 16:41:01 0.92 0.00 0.92 0.00 12.26 16:42:01 0.93 0.00 0.93 0.00 11.20 16:43:01 1.27 0.00 1.27 0.00 16.13 16:44:01 0.78 0.00 0.78 0.00 10.53 16:45:01 1.08 0.00 1.08 0.00 15.73 16:46:01 0.97 0.00 0.97 0.00 11.60 16:47:01 0.98 0.00 0.98 0.00 13.33 16:48:01 0.98 0.00 0.98 0.00 12.53 16:49:02 1.22 0.00 1.22 0.00 16.66 16:50:01 0.85 0.00 0.85 0.00 10.03 16:51:01 1.30 0.00 1.30 0.00 17.06 16:52:01 0.87 0.00 0.87 0.00 10.53 16:53:01 1.32 0.00 1.32 0.00 16.66 16:54:01 0.80 0.00 0.80 0.00 9.73 16:55:01 3.35 1.12 2.23 23.20 32.66 16:56:01 1.03 0.00 1.03 0.00 13.06 16:57:01 1.18 0.00 1.18 0.00 15.86 16:58:01 0.92 0.00 0.92 0.00 10.93 16:59:01 1.27 0.00 1.27 0.00 16.66 17:00:01 1.00 0.00 1.00 0.00 12.53 17:01:01 1.42 0.00 1.42 0.00 19.20 17:02:01 0.87 0.00 0.87 0.00 9.87 17:03:01 1.10 0.00 1.10 0.00 14.93 17:04:01 0.80 0.00 0.80 0.00 10.00 17:05:01 1.47 0.00 1.47 0.00 19.06 17:06:01 0.97 0.00 0.97 0.00 11.73 17:07:01 0.97 0.00 0.97 0.00 12.66 17:08:01 0.93 0.00 0.93 0.00 12.53 17:09:01 0.92 0.00 0.92 0.00 12.40 17:10:01 1.15 0.00 1.15 0.00 14.40 17:11:01 1.22 0.00 1.22 0.00 16.00 17:12:01 0.98 0.00 0.98 0.00 11.60 17:13:01 1.38 0.00 1.38 0.00 18.00 17:14:01 3.47 2.17 1.30 103.58 201.30 17:15:01 346.36 31.78 314.58 1163.94 11241.86 17:16:01 58.82 0.02 58.81 0.67 9706.92 17:17:01 70.73 0.82 69.91 91.17 6155.41 Average: 8.38 0.56 7.82 20.27 1236.46 16:05:00 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:06:01 14459452 15688668 1965516 11.97 32112 1416168 696672 3.99 491524 1300432 20 16:07:01 14464204 15693560 1960764 11.94 32200 1416172 696672 3.99 487056 1300396 136 16:08:01 14472224 15701664 1952744 11.89 32280 1416176 696672 3.99 479060 1300400 136 16:09:01 14471412 15700940 1953556 11.89 32360 1416180 696672 3.99 479680 1300404 164 16:10:01 14471140 15700780 1953828 11.90 32456 1416172 696672 3.99 479880 1300408 24 16:11:01 14471044 15700776 1953924 11.90 32528 1416184 696672 3.99 480120 1300408 200 16:12:01 14470860 15700692 1954108 11.90 32616 1416196 696672 3.99 480208 1300416 156 16:13:01 14470776 15700688 1954192 11.90 32680 1416204 696672 3.99 480432 1300420 168 16:14:01 14470528 15700464 1954440 11.90 32696 1416204 696672 3.99 480576 1300420 168 16:15:01 14470096 15700108 1954872 11.90 32736 1416212 696672 3.99 480676 1300424 64 16:16:01 14470228 15700284 1954740 11.90 32752 1416216 712820 4.08 480716 1300432 148 16:17:01 14469976 15700052 1954992 11.90 32768 1416220 712820 4.08 481152 1300436 204 16:18:01 14470056 15700160 1954912 11.90 32796 1416220 712820 4.08 480872 1300436 176 16:19:01 14469604 15699872 1955364 11.90 32828 1416352 712820 4.08 480928 1300568 40 16:20:01 14468588 15699512 1956380 11.91 33464 1416340 714388 4.09 481740 1300572 140 16:21:01 14468404 15699504 1956564 11.91 33480 1416492 714388 4.09 481936 1300708 208 16:22:01 14468352 15699492 1956616 11.91 33520 1416492 714388 4.09 482016 1300708 172 16:23:01 14468252 15699440 1956716 11.91 33560 1416496 714388 4.09 482236 1300712 212 16:24:01 14467672 15698880 1957296 11.92 33576 1416500 714388 4.09 482704 1300716 172 16:25:01 14467612 15698848 1957356 11.92 33612 1416492 714388 4.09 482784 1300720 56 16:26:01 14467868 15699148 1957100 11.92 33632 1416504 714388 4.09 482748 1300720 176 16:27:01 14452596 15686020 1972372 12.01 33680 1418176 714388 4.09 496004 1301716 72 16:28:01 14450452 15683968 1974516 12.02 33712 1418240 714388 4.09 498808 1301492 140 16:29:01 14450060 15683640 1974908 12.02 33760 1418244 714388 4.09 498652 1301496 172 16:30:01 14450232 15683836 1974736 12.02 33808 1418228 714388 4.09 498508 1301496 20 16:31:01 14450040 15683696 1974928 12.02 33832 1418252 714388 4.09 498564 1301500 56 16:32:01 14449988 15683672 1974980 12.02 33848 1418260 714388 4.09 498820 1301512 24 16:33:01 14449928 15683640 1975040 12.02 33872 1418264 714388 4.09 498732 1301516 44 16:34:01 14449960 15683696 1975008 12.02 33896 1418264 714388 4.09 498764 1301516 24 16:35:01 14449572 15683340 1975396 12.03 33936 1418256 714388 4.09 498924 1301520 56 16:36:01 14449992 15683796 1974976 12.02 33952 1418272 714388 4.09 498844 1301524 20 16:37:01 14445592 15679440 1979376 12.05 33992 1418276 714388 4.09 503420 1301528 164 16:38:01 14445320 15679196 1979648 12.05 34020 1418276 714388 4.09 503520 1301528 172 16:39:01 14445740 15679652 1979228 12.05 34044 1418284 714388 4.09 503512 1301532 212 16:40:01 14445576 15679540 1979392 12.05 34084 1418288 714388 4.09 503712 1301540 44 16:41:01 14445104 15679104 1979864 12.05 34108 1418292 714388 4.09 503624 1301544 228 16:42:01 14445216 15679244 1979752 12.05 34136 1418292 714388 4.09 503600 1301544 140 16:43:01 14444908 15678964 1980060 12.06 34160 1418296 714388 4.09 503744 1301548 160 16:44:01 14444964 15679048 1980004 12.05 34184 1418300 714388 4.09 503676 1301552 172 16:45:01 14444724 15678864 1980244 12.06 34232 1418304 714388 4.09 503848 1301556 256 16:46:01 14444724 15678896 1980244 12.06 34264 1418304 714388 4.09 503868 1301556 8 16:47:01 14444956 15679180 1980012 12.05 34296 1418308 714388 4.09 503736 1301560 208 16:48:01 14444956 15679216 1980012 12.05 34328 1418316 714388 4.09 503968 1301564 192 16:49:02 14444856 15679172 1980112 12.06 34368 1418324 714388 4.09 504024 1301576 164 16:50:01 14444804 15679272 1980164 12.06 34392 1418452 714388 4.09 504024 1301704 188 16:51:01 14444524 15679056 1980444 12.06 34432 1418456 714388 4.09 503900 1301708 56 16:52:01 14444252 15678804 1980716 12.06 34448 1418460 714388 4.09 503964 1301712 188 16:53:01 14444276 15678864 1980692 12.06 34472 1418464 714388 4.09 503996 1301716 192 16:54:01 14444056 15678668 1980912 12.06 34496 1418464 714388 4.09 504344 1301716 184 16:55:01 14442240 15677724 1982728 12.07 34584 1419140 704592 4.03 504288 1302212 224 16:56:01 14442536 15678068 1982432 12.07 34616 1419144 704592 4.03 504532 1302216 228 16:57:01 14442652 15678212 1982316 12.07 34632 1419152 704592 4.03 504600 1302220 236 16:58:01 14442644 15678224 1982324 12.07 34648 1419152 704592 4.03 504468 1302224 192 16:59:01 14442676 15678284 1982292 12.07 34672 1419156 704592 4.03 504660 1302228 224 17:00:01 14443004 15678640 1981964 12.07 34704 1419160 704592 4.03 504548 1302232 20 17:01:01 14442688 15678352 1982280 12.07 34744 1419156 704592 4.03 504520 1302236 16 17:02:01 14442704 15678420 1982264 12.07 34768 1419164 704592 4.03 504684 1302236 180 17:03:01 14442512 15678256 1982456 12.07 34800 1419168 704592 4.03 504592 1302240 20 17:04:01 14442520 15678292 1982448 12.07 34816 1419172 704592 4.03 504600 1302244 28 17:05:01 14442688 15678496 1982280 12.07 34848 1419176 704592 4.03 504796 1302248 16 17:06:01 14442844 15678688 1982124 12.07 34888 1419172 704592 4.03 504784 1302252 32 17:07:01 14442916 15678792 1982052 12.07 34904 1419188 704592 4.03 504756 1302260 160 17:08:01 14442916 15678812 1982052 12.07 34920 1419192 704592 4.03 504776 1302264 36 17:09:01 14442636 15678588 1982332 12.07 34960 1419196 704592 4.03 505032 1302268 280 17:10:01 14442824 15678820 1982144 12.07 35000 1419200 704592 4.03 505052 1302272 184 17:11:01 14442780 15678792 1982188 12.07 35028 1419188 704592 4.03 504892 1302272 52 17:12:01 14442364 15678420 1982604 12.07 35056 1419204 704592 4.03 505124 1302276 188 17:13:01 14442112 15678232 1982856 12.07 35104 1419208 704592 4.03 505412 1302280 224 17:14:01 14395528 15640800 2029440 12.36 35244 1428068 720640 4.12 545628 1307524 240 17:15:01 13759956 15468428 2665012 16.23 75504 1825356 905924 5.18 815984 1618004 209640 17:16:01 13660080 15436032 2764888 16.83 78160 1885532 938604 5.37 846148 1678916 260 17:17:01 13400536 15475092 3024432 18.41 102292 2143976 834580 4.78 836324 1913348 184824 Average: 14416473 15675798 2008495 12.23 36087 1440306 716786 4.10 511199 1319657 5611 16:05:00 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:06:01 ens3 0.70 0.43 0.32 0.50 0.00 0.00 0.00 0.00 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:01 ens3 0.68 0.18 0.12 0.11 0.00 0.00 0.00 0.00 16:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:08:01 ens3 0.90 0.63 0.47 0.60 0.00 0.00 0.00 0.00 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:09:01 ens3 0.80 0.75 0.34 1.10 0.00 0.00 0.00 0.00 16:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:10:01 ens3 0.43 0.27 0.20 0.23 0.00 0.00 0.00 0.00 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:01 ens3 0.23 0.23 0.07 0.17 0.00 0.00 0.00 0.00 16:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:12:01 ens3 0.20 0.13 0.06 0.17 0.00 0.00 0.00 0.00 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:01 ens3 0.28 0.20 0.07 0.17 0.00 0.00 0.00 0.00 16:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:14:01 ens3 0.18 0.10 0.06 0.17 0.00 0.00 0.00 0.00 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:01 ens3 0.52 0.32 0.20 0.24 0.00 0.00 0.00 0.00 16:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:16:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:01 ens3 0.62 0.20 0.09 0.33 0.00 0.00 0.00 0.00 16:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:01 ens3 1.10 0.13 0.18 0.17 0.00 0.00 0.00 0.00 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:01 ens3 1.03 0.70 0.54 1.02 0.00 0.00 0.00 0.00 16:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:20:01 ens3 0.38 0.27 0.14 0.25 0.00 0.00 0.00 0.00 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:21:01 ens3 0.33 0.18 0.13 0.17 0.00 0.00 0.00 0.00 16:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:22:01 ens3 0.27 0.17 0.07 0.20 0.00 0.00 0.00 0.00 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:01 ens3 0.27 0.20 0.07 0.17 0.00 0.00 0.00 0.00 16:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:01 ens3 0.20 0.15 0.06 0.17 0.00 0.00 0.00 0.00 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:01 ens3 0.40 0.30 0.14 0.20 0.00 0.00 0.00 0.00 16:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:26:01 ens3 0.28 0.13 0.12 0.20 0.00 0.00 0.00 0.00 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:27:01 ens3 6.30 4.75 4.25 9.51 0.00 0.00 0.00 0.00 16:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:28:01 ens3 4.08 3.38 2.48 2.28 0.00 0.00 0.00 0.00 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:01 ens3 0.53 0.30 0.13 0.38 0.00 0.00 0.00 0.00 16:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:30:01 ens3 0.40 0.25 0.20 0.24 0.00 0.00 0.00 0.00 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 ens3 0.55 0.22 0.11 0.18 0.00 0.00 0.00 0.00 16:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:32:01 ens3 0.75 0.53 0.38 0.52 0.00 0.00 0.00 0.00 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:33:01 ens3 0.28 0.15 0.07 0.20 0.00 0.00 0.00 0.00 16:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:34:01 ens3 0.30 0.12 0.07 0.20 0.00 0.00 0.00 0.00 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:35:01 ens3 0.48 0.35 0.20 0.22 0.00 0.00 0.00 0.00 16:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:36:01 ens3 0.22 0.15 0.07 0.21 0.00 0.00 0.00 0.00 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:01 ens3 0.32 0.12 0.07 0.04 0.00 0.00 0.00 0.00 16:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:38:01 ens3 0.18 0.15 0.06 0.18 0.00 0.00 0.00 0.00 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:01 ens3 0.60 0.52 0.23 0.84 0.00 0.00 0.00 0.00 16:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:40:01 ens3 1.35 0.68 0.56 0.70 0.00 0.00 0.00 0.00 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:01 ens3 0.28 0.20 0.07 0.11 0.00 0.00 0.00 0.00 16:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:42:01 ens3 0.18 0.10 0.06 0.19 0.00 0.00 0.00 0.00 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:01 ens3 0.30 0.18 0.07 0.19 0.00 0.00 0.00 0.00 16:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:44:01 ens3 0.23 0.08 0.07 0.17 0.00 0.00 0.00 0.00 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:01 ens3 0.47 0.38 0.20 0.22 0.00 0.00 0.00 0.00 16:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:46:01 ens3 0.18 0.15 0.06 0.21 0.00 0.00 0.00 0.00 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:01 ens3 0.25 0.18 0.07 0.18 0.00 0.00 0.00 0.00 16:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:48:01 ens3 0.22 0.13 0.06 0.17 0.00 0.00 0.00 0.00 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:49:02 ens3 0.45 0.38 0.17 0.52 0.00 0.00 0.00 0.00 16:49:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:50:01 ens3 0.39 0.34 0.20 0.25 0.00 0.00 0.00 0.00 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:01 ens3 0.22 0.22 0.07 0.18 0.00 0.00 0.00 0.00 16:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:52:01 ens3 0.15 0.12 0.06 0.17 0.00 0.00 0.00 0.00 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:01 ens3 0.28 0.22 0.07 0.18 0.00 0.00 0.00 0.00 16:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:54:01 ens3 1.05 0.55 0.42 0.53 0.00 0.00 0.00 0.00 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:55:01 ens3 0.47 0.32 0.20 0.30 0.00 0.00 0.00 0.00 16:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:56:01 ens3 0.17 0.10 0.06 0.17 0.00 0.00 0.00 0.00 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:57:01 ens3 0.25 0.23 0.07 0.18 0.00 0.00 0.00 0.00 16:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:58:01 ens3 0.18 0.13 0.06 0.17 0.00 0.00 0.00 0.00 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:01 ens3 0.27 0.22 0.07 0.18 0.00 0.00 0.00 0.00 16:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:00:01 ens3 0.43 0.37 0.20 0.25 0.00 0.00 0.00 0.00 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:01:01 ens3 0.23 0.23 0.07 0.18 0.00 0.00 0.00 0.00 17:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:02:01 ens3 0.22 0.10 0.06 0.17 0.00 0.00 0.00 0.00 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:03:01 ens3 0.23 0.18 0.07 0.18 0.00 0.00 0.00 0.00 17:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:04:01 ens3 0.43 0.08 0.07 0.17 0.00 0.00 0.00 0.00 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:01 ens3 1.43 0.65 0.57 0.59 0.00 0.00 0.00 0.00 17:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:06:01 ens3 0.55 0.38 0.32 0.50 0.00 0.00 0.00 0.00 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:07:01 ens3 0.27 0.17 0.07 0.11 0.00 0.00 0.00 0.00 17:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:08:01 ens3 0.18 0.12 0.06 0.18 0.00 0.00 0.00 0.00 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:01 ens3 0.28 0.20 0.07 0.15 0.00 0.00 0.00 0.00 17:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:10:01 ens3 0.48 0.47 0.21 0.45 0.00 0.00 0.00 0.00 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:11:01 ens3 0.32 0.18 0.07 0.02 0.00 0.00 0.00 0.00 17:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:12:01 ens3 0.42 0.17 0.07 0.17 0.00 0.00 0.00 0.00 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:13:01 ens3 1.42 0.60 0.45 0.49 0.00 0.00 0.00 0.00 17:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:14:01 ens3 76.54 54.41 139.35 27.20 0.00 0.00 0.00 0.00 17:14:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 17:15:01 ens3 179.32 134.96 1525.95 31.31 0.00 0.00 0.00 0.00 17:15:01 lo 1.53 1.53 0.16 0.16 0.00 0.00 0.00 0.00 17:16:01 ens3 29.85 26.50 22.28 5.24 0.00 0.00 0.00 0.00 17:16:01 lo 3.60 3.60 0.32 0.32 0.00 0.00 0.00 0.00 17:17:01 ens3 62.45 48.45 851.92 11.33 0.00 0.00 0.00 0.00 17:17:01 lo 1.53 1.53 0.16 0.16 0.00 0.00 0.00 0.00 Average: ens3 5.38 4.03 35.51 1.46 0.00 0.00 0.00 0.00 Average: lo 0.19 0.19 0.02 0.02 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-3299) 03/19/26 _x86_64_ (4 CPU) 16:04:27 LINUX RESTART (4 CPU) 16:05:00 CPU %user %nice %system %iowait %steal %idle 16:06:01 all 0.27 0.00 0.02 0.23 0.01 99.47 16:06:01 0 0.07 0.00 0.03 0.00 0.02 99.89 16:06:01 1 0.92 0.00 0.02 0.00 0.00 99.06 16:06:01 2 0.02 0.00 0.02 0.87 0.00 99.10 16:06:01 3 0.07 0.00 0.02 0.07 0.02 99.84 16:07:01 all 0.03 0.00 0.02 0.28 0.00 99.67 16:07:01 0 0.03 0.00 0.05 0.00 0.02 99.90 16:07:01 1 0.05 0.00 0.00 0.00 0.02 99.93 16:07:01 2 0.00 0.00 0.00 1.05 0.02 98.93 16:07:01 3 0.03 0.00 0.03 0.07 0.00 99.87 16:08:01 all 0.14 0.00 0.02 1.49 0.01 98.34 16:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:08:01 1 0.43 0.00 0.00 0.00 0.00 99.57 16:08:01 2 0.07 0.00 0.00 5.04 0.00 94.90 16:08:01 3 0.03 0.00 0.03 0.90 0.00 99.03 16:09:01 all 0.10 0.00 0.02 0.36 0.01 99.52 16:09:01 0 0.03 0.00 0.00 0.00 0.02 99.95 16:09:01 1 0.07 0.00 0.03 0.00 0.00 99.90 16:09:01 2 0.07 0.00 0.02 1.45 0.00 98.46 16:09:01 3 0.22 0.00 0.03 0.00 0.00 99.75 16:10:01 all 0.03 0.00 0.01 0.33 0.00 99.62 16:10:01 0 0.05 0.00 0.03 0.02 0.02 99.88 16:10:01 1 0.02 0.00 0.00 0.02 0.00 99.97 16:10:01 2 0.03 0.00 0.02 1.32 0.02 98.62 16:10:01 3 0.03 0.00 0.00 0.00 0.02 99.95 16:11:01 all 0.02 0.00 0.02 0.26 0.01 99.69 16:11:01 0 0.07 0.00 0.00 0.00 0.02 99.92 16:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:11:01 2 0.00 0.00 0.02 1.03 0.00 98.95 16:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:12:01 all 0.02 0.00 0.00 0.39 0.00 99.59 16:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:12:01 2 0.02 0.00 0.00 1.55 0.02 98.42 16:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:13:01 all 0.04 0.00 0.01 0.07 0.00 99.87 16:13:01 0 0.07 0.00 0.03 0.00 0.02 99.88 16:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:13:01 2 0.02 0.00 0.00 0.27 0.00 99.72 16:13:01 3 0.05 0.00 0.02 0.00 0.02 99.92 16:14:01 all 0.03 0.00 0.02 0.00 0.00 99.95 16:14:01 0 0.03 0.00 0.03 0.02 0.00 99.92 16:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:14:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:14:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:15:01 all 0.03 0.00 0.01 0.01 0.00 99.95 16:15:01 0 0.03 0.00 0.02 0.03 0.02 99.90 16:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:15:01 2 0.02 0.00 0.02 0.02 0.00 99.95 16:15:01 3 0.03 0.00 0.02 0.02 0.00 99.93 16:16:01 all 0.03 0.00 0.02 0.00 0.00 99.95 16:16:01 0 0.03 0.00 0.07 0.00 0.00 99.90 16:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:16:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:16:01 3 0.07 0.00 0.00 0.00 0.00 99.93 16:16:01 CPU %user %nice %system %iowait %steal %idle 16:17:01 all 0.19 0.00 0.02 0.01 0.00 99.78 16:17:01 0 0.05 0.00 0.03 0.00 0.02 99.90 16:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:17:01 2 0.02 0.00 0.02 0.02 0.00 99.95 16:17:01 3 0.71 0.00 0.02 0.00 0.02 99.25 16:18:01 all 0.11 0.00 0.03 0.00 0.01 99.85 16:18:01 0 0.03 0.00 0.08 0.02 0.00 99.87 16:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:18:01 3 0.40 0.00 0.02 0.00 0.00 99.58 16:19:01 all 0.09 0.00 0.02 0.01 0.00 99.87 16:19:01 0 0.12 0.00 0.03 0.03 0.02 99.80 16:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:19:01 2 0.07 0.00 0.00 0.00 0.02 99.92 16:19:01 3 0.22 0.00 0.07 0.00 0.02 99.70 16:20:01 all 0.56 0.00 0.04 0.02 0.00 99.39 16:20:01 0 0.07 0.00 0.07 0.03 0.00 99.83 16:20:01 1 0.02 0.00 0.03 0.02 0.00 99.93 16:20:01 2 0.07 0.00 0.02 0.00 0.00 99.92 16:20:01 3 2.02 0.00 0.03 0.00 0.00 97.95 16:21:01 all 0.10 0.00 0.03 0.01 0.00 99.85 16:21:01 0 0.07 0.00 0.02 0.03 0.02 99.87 16:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:21:01 3 0.33 0.00 0.10 0.00 0.00 99.57 16:22:01 all 0.16 0.00 0.02 0.05 0.00 99.77 16:22:01 0 0.03 0.00 0.07 0.22 0.00 99.68 16:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:22:01 2 0.05 0.00 0.02 0.00 0.00 99.93 16:22:01 3 0.53 0.00 0.00 0.00 0.00 99.47 16:23:01 all 0.07 0.00 0.01 0.04 0.00 99.87 16:23:01 0 0.03 0.00 0.02 0.17 0.02 99.77 16:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:23:01 3 0.23 0.00 0.02 0.00 0.02 99.73 16:24:01 all 0.03 0.00 0.01 0.00 0.00 99.96 16:24:01 0 0.03 0.00 0.03 0.02 0.00 99.92 16:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:25:01 all 0.41 0.00 0.02 0.01 0.00 99.56 16:25:01 0 0.08 0.00 0.03 0.02 0.02 99.85 16:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:25:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:25:01 3 1.53 0.00 0.03 0.00 0.00 98.43 16:26:01 all 0.18 0.00 0.01 0.01 0.00 99.80 16:26:01 0 0.03 0.00 0.02 0.03 0.00 99.92 16:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:26:01 3 0.68 0.00 0.02 0.00 0.00 99.30 16:27:01 all 0.58 0.00 0.04 0.02 0.01 99.36 16:27:01 0 0.62 0.00 0.03 0.05 0.02 99.28 16:27:01 1 0.52 0.00 0.03 0.02 0.00 99.43 16:27:01 2 0.30 0.00 0.02 0.02 0.00 99.67 16:27:01 3 0.87 0.00 0.07 0.00 0.02 99.05 16:27:01 CPU %user %nice %system %iowait %steal %idle 16:28:01 all 0.51 0.00 0.04 0.05 0.00 99.40 16:28:01 0 0.20 0.00 0.10 0.22 0.00 99.48 16:28:01 1 0.32 0.00 0.02 0.00 0.00 99.67 16:28:01 2 1.45 0.00 0.02 0.00 0.00 98.53 16:28:01 3 0.08 0.00 0.02 0.00 0.00 99.90 16:29:01 all 0.06 0.00 0.01 0.02 0.00 99.91 16:29:01 0 0.03 0.00 0.03 0.05 0.02 99.87 16:29:01 1 0.10 0.00 0.00 0.02 0.00 99.88 16:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:29:01 3 0.05 0.00 0.00 0.00 0.00 99.95 16:30:01 all 0.51 0.00 0.02 0.01 0.00 99.47 16:30:01 0 0.07 0.00 0.03 0.05 0.00 99.85 16:30:01 1 1.94 0.00 0.00 0.00 0.00 98.06 16:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:31:01 all 0.42 0.00 0.02 0.01 0.01 99.53 16:31:01 0 0.08 0.00 0.03 0.03 0.02 99.83 16:31:01 1 1.58 0.00 0.07 0.00 0.02 98.34 16:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:32:01 all 0.03 0.00 0.02 0.04 0.00 99.91 16:32:01 0 0.07 0.00 0.03 0.15 0.00 99.75 16:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:32:01 2 0.02 0.00 0.03 0.00 0.00 99.95 16:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:33:01 all 0.25 0.00 0.01 0.01 0.00 99.72 16:33:01 0 0.05 0.00 0.03 0.03 0.02 99.87 16:33:01 1 0.93 0.00 0.02 0.00 0.00 99.06 16:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:34:01 all 0.32 0.00 0.02 0.00 0.00 99.65 16:34:01 0 0.03 0.00 0.05 0.02 0.02 99.88 16:34:01 1 1.21 0.00 0.00 0.00 0.00 98.79 16:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:35:01 all 0.51 0.00 0.01 0.01 0.00 99.46 16:35:01 0 0.05 0.00 0.03 0.03 0.00 99.88 16:35:01 1 1.99 0.00 0.00 0.00 0.00 98.01 16:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:36:01 all 0.31 0.00 0.02 0.00 0.00 99.66 16:36:01 0 0.03 0.00 0.03 0.02 0.02 99.90 16:36:01 1 1.16 0.00 0.05 0.00 0.00 98.79 16:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:37:01 all 0.20 0.00 0.03 0.01 0.00 99.76 16:37:01 0 0.02 0.00 0.07 0.02 0.02 99.88 16:37:01 1 0.05 0.00 0.00 0.00 0.02 99.93 16:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:37:01 3 0.73 0.00 0.03 0.00 0.00 99.23 16:38:01 all 0.02 0.00 0.03 0.01 0.01 99.94 16:38:01 0 0.02 0.00 0.07 0.05 0.02 99.85 16:38:01 1 0.05 0.00 0.02 0.00 0.00 99.93 16:38:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:38:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:38:01 CPU %user %nice %system %iowait %steal %idle 16:39:01 all 0.20 0.00 0.03 0.01 0.01 99.75 16:39:01 0 0.02 0.00 0.07 0.03 0.02 99.87 16:39:01 1 0.75 0.00 0.05 0.00 0.00 99.20 16:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:40:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:40:01 0 0.05 0.00 0.02 0.03 0.02 99.88 16:40:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:40:01 3 0.03 0.00 0.00 0.00 0.02 99.95 16:41:01 all 0.03 0.00 0.01 0.01 0.01 99.94 16:41:01 0 0.05 0.00 0.02 0.03 0.02 99.88 16:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:41:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:42:01 all 0.03 0.00 0.00 0.00 0.01 99.95 16:42:01 0 0.05 0.00 0.02 0.02 0.02 99.90 16:42:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:43:01 all 0.04 0.00 0.02 0.01 0.01 99.92 16:43:01 0 0.05 0.00 0.05 0.02 0.02 99.87 16:43:01 1 0.10 0.00 0.02 0.00 0.02 99.87 16:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:43:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:44:01 all 0.02 0.00 0.02 0.00 0.00 99.95 16:44:01 0 0.05 0.00 0.05 0.02 0.02 99.87 16:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:45:01 0 0.03 0.00 0.02 0.03 0.02 99.90 16:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:45:01 3 0.02 0.00 0.03 0.00 0.02 99.93 16:46:01 all 0.26 0.00 0.03 0.00 0.00 99.70 16:46:01 0 0.02 0.00 0.00 0.02 0.00 99.97 16:46:01 1 1.01 0.00 0.07 0.00 0.02 98.91 16:46:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:46:01 3 0.03 0.00 0.05 0.00 0.02 99.90 16:47:01 all 0.01 0.00 0.01 0.01 0.01 99.96 16:47:01 0 0.00 0.00 0.02 0.02 0.00 99.97 16:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:48:01 all 0.02 0.00 0.02 0.01 0.01 99.95 16:48:01 0 0.00 0.00 0.00 0.03 0.00 99.97 16:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:48:01 3 0.03 0.00 0.03 0.00 0.03 99.90 16:49:02 all 0.31 0.00 0.01 0.00 0.01 99.67 16:49:02 0 0.00 0.00 0.00 0.02 0.00 99.98 16:49:02 1 1.12 0.00 0.02 0.00 0.00 98.86 16:49:02 2 0.03 0.00 0.02 0.00 0.03 99.92 16:49:02 3 0.05 0.00 0.02 0.00 0.00 99.93 16:49:02 CPU %user %nice %system %iowait %steal %idle 16:50:01 all 0.01 0.00 0.00 0.00 0.00 99.98 16:50:01 0 0.00 0.00 0.00 0.02 0.00 99.98 16:50:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:50:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:51:01 all 0.02 0.00 0.02 0.01 0.01 99.95 16:51:01 0 0.02 0.00 0.02 0.03 0.00 99.93 16:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:51:01 2 0.05 0.00 0.05 0.00 0.02 99.88 16:51:01 3 0.00 0.00 0.02 0.02 0.00 99.97 16:52:01 all 0.03 0.00 0.02 0.00 0.01 99.95 16:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:52:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:52:01 2 0.03 0.00 0.05 0.00 0.02 99.90 16:52:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:53:01 all 0.09 0.00 0.01 0.01 0.01 99.88 16:53:01 0 0.02 0.00 0.00 0.03 0.00 99.95 16:53:01 1 0.27 0.00 0.02 0.00 0.02 99.70 16:53:01 2 0.08 0.00 0.00 0.02 0.03 99.87 16:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:54:01 all 0.05 0.00 0.02 0.01 0.01 99.92 16:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:54:01 2 0.05 0.00 0.07 0.05 0.02 99.82 16:54:01 3 0.13 0.00 0.02 0.00 0.00 99.85 16:55:01 all 0.24 0.00 0.07 0.03 0.00 99.66 16:55:01 0 0.03 0.00 0.02 0.03 0.00 99.92 16:55:01 1 0.59 0.00 0.13 0.00 0.00 99.28 16:55:01 2 0.10 0.00 0.07 0.02 0.02 99.80 16:55:01 3 0.27 0.00 0.05 0.03 0.00 99.65 16:56:01 all 0.06 0.00 0.01 0.00 0.01 99.92 16:56:01 0 0.00 0.00 0.02 0.02 0.02 99.95 16:56:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:56:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:56:01 3 0.20 0.00 0.02 0.00 0.02 99.77 16:57:01 all 0.09 0.00 0.01 0.00 0.01 99.88 16:57:01 0 0.02 0.00 0.02 0.02 0.00 99.95 16:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:57:01 2 0.02 0.00 0.02 0.00 0.03 99.93 16:57:01 3 0.32 0.00 0.00 0.00 0.00 99.68 16:58:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:58:01 0 0.02 0.00 0.00 0.02 0.00 99.97 16:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:58:01 2 0.03 0.00 0.03 0.00 0.02 99.92 16:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:59:01 all 0.27 0.00 0.02 0.01 0.00 99.70 16:59:01 0 0.02 0.00 0.02 0.02 0.00 99.95 16:59:01 1 0.99 0.00 0.00 0.00 0.00 99.01 16:59:01 2 0.03 0.00 0.03 0.02 0.02 99.90 16:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:00:01 all 0.09 0.00 0.01 0.00 0.01 99.89 17:00:01 0 0.00 0.00 0.02 0.02 0.00 99.97 17:00:01 1 0.30 0.00 0.00 0.00 0.02 99.68 17:00:01 2 0.03 0.00 0.03 0.00 0.02 99.92 17:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 17:00:01 CPU %user %nice %system %iowait %steal %idle 17:01:01 all 0.04 0.00 0.03 0.01 0.01 99.92 17:01:01 0 0.00 0.00 0.00 0.02 0.00 99.98 17:01:01 1 0.12 0.00 0.02 0.00 0.00 99.87 17:01:01 2 0.02 0.00 0.07 0.02 0.03 99.87 17:01:01 3 0.02 0.00 0.02 0.00 0.02 99.95 17:02:01 all 0.01 0.00 0.01 0.01 0.01 99.97 17:02:01 0 0.00 0.00 0.02 0.02 0.00 99.97 17:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:02:01 2 0.02 0.00 0.02 0.00 0.02 99.95 17:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:03:01 all 0.02 0.00 0.02 0.00 0.01 99.95 17:03:01 0 0.00 0.00 0.00 0.02 0.02 99.97 17:03:01 1 0.02 0.00 0.00 0.00 0.02 99.97 17:03:01 2 0.00 0.00 0.02 0.02 0.02 99.95 17:03:01 3 0.03 0.00 0.03 0.00 0.02 99.92 17:04:01 all 0.02 0.00 0.02 0.00 0.01 99.95 17:04:01 0 0.03 0.00 0.02 0.02 0.00 99.93 17:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 17:04:01 2 0.00 0.00 0.03 0.00 0.02 99.95 17:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:05:01 all 0.03 0.00 0.01 0.01 0.00 99.95 17:05:01 0 0.03 0.00 0.00 0.02 0.00 99.95 17:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:05:01 2 0.07 0.00 0.02 0.02 0.00 99.90 17:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:06:01 all 0.03 0.00 0.01 0.01 0.00 99.95 17:06:01 0 0.00 0.00 0.00 0.02 0.00 99.98 17:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 17:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:07:01 all 0.39 0.00 0.00 0.00 0.00 99.60 17:07:01 0 0.00 0.00 0.00 0.02 0.00 99.98 17:07:01 1 1.45 0.00 0.00 0.00 0.02 98.53 17:07:01 2 0.05 0.00 0.02 0.02 0.02 99.90 17:07:01 3 0.03 0.00 0.00 0.00 0.00 99.97 17:08:01 all 0.51 0.00 0.00 0.00 0.00 99.47 17:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:08:01 1 1.98 0.00 0.00 0.00 0.00 98.02 17:08:01 2 0.03 0.00 0.00 0.02 0.00 99.95 17:08:01 3 0.03 0.00 0.02 0.00 0.02 99.93 17:09:01 all 0.09 0.00 0.01 0.02 0.01 99.88 17:09:01 0 0.00 0.00 0.02 0.05 0.00 99.93 17:09:01 1 0.30 0.00 0.02 0.00 0.00 99.68 17:09:01 2 0.02 0.00 0.02 0.00 0.02 99.95 17:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:10:01 all 0.02 0.00 0.01 0.00 0.00 99.96 17:10:01 0 0.00 0.00 0.00 0.02 0.00 99.98 17:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 17:10:01 2 0.05 0.00 0.02 0.02 0.02 99.90 17:10:01 3 0.03 0.00 0.00 0.00 0.00 99.97 17:11:01 all 0.01 0.00 0.02 0.04 0.00 99.92 17:11:01 0 0.00 0.00 0.03 0.02 0.00 99.95 17:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 17:11:01 2 0.03 0.00 0.03 0.13 0.02 99.78 17:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:11:01 CPU %user %nice %system %iowait %steal %idle 17:12:01 all 0.01 0.00 0.01 0.09 0.01 99.88 17:12:01 0 0.02 0.00 0.00 0.08 0.00 99.90 17:12:01 1 0.00 0.00 0.02 0.00 0.02 99.97 17:12:01 2 0.02 0.00 0.02 0.27 0.02 99.68 17:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:13:01 all 0.05 0.00 0.01 0.08 0.02 99.85 17:13:01 0 0.08 0.00 0.00 0.30 0.02 99.60 17:13:01 1 0.03 0.00 0.00 0.00 0.00 99.97 17:13:01 2 0.05 0.00 0.02 0.02 0.05 99.87 17:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 17:14:01 all 1.61 0.00 0.11 0.04 0.01 98.23 17:14:01 0 1.62 0.00 0.13 0.08 0.00 98.17 17:14:01 1 1.24 0.00 0.13 0.03 0.00 98.60 17:14:01 2 1.62 0.00 0.05 0.00 0.02 98.31 17:14:01 3 1.98 0.00 0.13 0.03 0.00 97.85 17:15:01 all 19.26 0.00 1.85 2.29 0.06 76.54 17:15:01 0 4.50 0.00 1.09 3.84 0.03 90.54 17:15:01 1 22.74 0.00 2.25 3.04 0.08 71.89 17:15:01 2 17.83 0.00 1.83 1.38 0.07 78.90 17:15:01 3 31.95 0.00 2.22 0.90 0.07 64.86 17:16:01 all 4.14 0.00 0.32 0.48 0.04 95.03 17:16:01 0 5.89 0.00 0.37 0.75 0.05 92.94 17:16:01 1 1.75 0.00 0.20 0.20 0.02 97.83 17:16:01 2 1.80 0.00 0.27 0.83 0.05 97.05 17:16:01 3 7.14 0.00 0.43 0.13 0.05 92.25 17:17:01 all 18.05 0.00 1.18 0.89 0.05 79.83 17:17:01 0 22.92 0.00 1.67 2.94 0.03 72.44 17:17:01 1 27.04 0.00 1.42 0.37 0.03 71.14 17:17:01 2 17.43 0.00 0.95 0.25 0.07 81.29 17:17:01 3 4.85 0.00 0.65 0.00 0.03 94.47 Average: all 0.73 0.00 0.06 0.11 0.01 99.09 Average: 0 0.52 0.00 0.07 0.14 0.01 99.26 Average: 1 1.02 0.00 0.07 0.05 0.01 98.86 Average: 2 0.58 0.00 0.06 0.22 0.01 99.13 Average: 3 0.79 0.00 0.07 0.03 0.01 99.11