<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
    <title>Paste Manjaro</title>
    <description>Paste Manjaro</description>
    <atom:link href="https://paste.manjaro.ru/lists/rss" rel="self" type="application/rss+xml" />
    <link>https://paste.manjaro.ru/</link>
    <language>en</language>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/aba294f1</link>
    <pubDate>Tue, 25 Aug 2026 14:13:09 +0300</pubDate>
    <dc:creator>Крошечный Козел</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/aba294f1</guid>
    <description><![CDATA[#!/bin/sh # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this&#8230;]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#!/bin/sh</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># This file is part of the LibreOffice project.</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># This Source Code Form is subject to the terms of the Mozilla Public</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># License, v. 2.0. If a copy of the MPL was not distributed with this</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># file, You can obtain one at http://mozilla.org/MPL/2.0/.</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># This file incorporates work covered by the following license notice:</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># &nbsp; Licensed to the Apache Software Foundation (ASF) under one or more</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># &nbsp; contributor license agreements. See the NOTICE file distributed</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># &nbsp; with this work for additional information regarding copyright</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># &nbsp; ownership. The ASF licenses this file to you under the Apache</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># &nbsp; License, Version 2.0 (the &quot;License&quot;); you may not use this file</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># &nbsp; except in compliance with the License. You may obtain a copy of</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># &nbsp; the License at http://www.apache.org/licenses/LICENSE-2.0 .</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># use POSIX locale for well-defined tool output</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">LO_SAVE_LC_ALL=&quot;$LC_ALL&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">LC_ALL=C</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">export LC_ALL</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">test -r /etc/sysconfig/libreoffice5 &amp;&amp; . /etc/sysconfig/libreoffice5 ||:</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># resolve installation directory</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">sd_cwd=$(pwd)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">sd_res=&quot;$0&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">while [ -h &quot;$sd_res&quot; ] ; do</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; sd_dirname=$(dirname &quot;$sd_res&quot;)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; cd &quot;$sd_dirname&quot; || exit $?</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; sd_basename=$(basename &quot;$sd_res&quot;)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; sd_res=$(ls -l &quot;$sd_basename&quot; | sed &quot;s/.*$sd_basename -&gt; //g&quot;)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">done</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">sd_dirname=$(dirname &quot;$sd_res&quot;)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">cd &quot;$sd_dirname&quot; || exit $?</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">sd_prog=$(pwd)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">cd &quot;$sd_cwd&quot; || exit $?</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># linked build needs additional settings</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">if [ -e &quot;${sd_prog}/ooenv&quot; ] ; then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; # shellcheck source=../../instsetoo_native/ooenv</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; . &quot;${sd_prog}/ooenv&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># try to get some debug output?</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">GDBTRACECHECK=</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">STRACECHECK=</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">VALGRINDCHECK=</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">RRCHECK=</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># count number of selected checks; only one is allowed</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">checks=</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">EXTRAOPT=</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># force the --valgrind option if the VALGRIND variable is set</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">test -n &quot;$VALGRIND&quot; &amp;&amp; EXTRAOPT=&quot;--valgrind&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># force the --record option if the RR variable is set</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">test -n &quot;$RR&quot; &amp;&amp; EXTRAOPT=&quot;--record&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">for arg in &quot;$@&quot; $EXTRAOPT ; do</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; case &quot;$arg&quot; in</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; --record)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if command -v rr &gt;/dev/null ; then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # smoketest may already be recorded =&gt; ignore nested</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RRCHECK=&quot;rr record --nested=ignore&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; checks=&quot;c$checks&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;Error: Can't find the tool \&quot;rr\&quot;, --record option will be ignored.&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit 1</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; --backtrace)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if command -v gdb &gt;/dev/null ; then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GDBTRACECHECK=&quot;gdb -nx --command=$sd_prog/gdbtrace --args&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; checks=&quot;c$checks&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;Error: Can't find the tool \&quot;gdb\&quot;, --backtrace option will be ignored.&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit 1</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; --strace)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if command -v strace &gt;/dev/null ; then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STRACECHECK=&quot;strace -o strace.log -f -tt -s 256&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; checks=&quot;c$checks&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;Error: Can't find the tool \&quot;strace\&quot;, --strace option will be ignored.&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit 1;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--valgrind)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; test -n &quot;$VALGRINDCHECK&quot; &amp;&amp; continue;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if command -v valgrind &gt;/dev/null ; then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # another valgrind tool might be forced via the environment variable</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; test -z &quot;$VALGRIND&quot; &amp;&amp; VALGRIND=&quot;memcheck&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # --trace-children-skip is pretty useful but supported only with valgrind &gt;= 3.6.0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; valgrind_ver=$(valgrind --version | sed -e &quot;s/valgrind-//&quot;)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; valgrind_ver_maj=$(echo &quot;$valgrind_ver&quot; | awk -F. '{ print $1 }')</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; valgrind_ver_min=$(echo &quot;$valgrind_ver&quot; | awk -F. '{ print $2 }')</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; valgrind_skip=</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if [ &quot;$valgrind_ver_maj&quot; -gt 3 ] || ( [ &quot;$valgrind_ver_maj&quot; -eq 3 ] &amp;&amp; [ &quot;$valgrind_ver_min&quot; -ge 6 ] ) ; then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; valgrind_skip='--trace-children-skip=*/java,*/gij'</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # finally set the valgrind check</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; VALGRINDCHECK=&quot;valgrind --tool=$VALGRIND --trace-children=yes $valgrind_skip --num-callers=50 --error-limit=no&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;use kill -SIGUSR2 pid to dump traces of active allocations&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; checks=&quot;c$checks&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case &quot;$VALGRIND&quot; in</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; helgrind|memcheck|massif|exp-dhat)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; export G_SLICE=always-malloc</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; export GLIBCXX_FORCE_NEW=1</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; callgrind)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; unset MALLOC_CHECK_ MALLOC_PERTURB_ G_SLICE</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; export SAL_DISABLE_FLOATGRAB=1</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; export OOO_DISABLE_RECOVERY=1</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; export SAL_DISABLE_WATCHDOG=1</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; export LD_BIND_NOW=1</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; esac</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;Error: Can't find the tool \&quot;valgrind\&quot;, --valgrind option will be ignored&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit 1</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; esac</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">done</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">if echo &quot;$checks&quot; | grep -q &quot;cc&quot; ; then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; echo &quot;Error: The debug options --record, --backtrace, --strace, and --valgrind cannot be used together.&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; echo &quot; &nbsp; &nbsp; &nbsp; Please, use them one by one.&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; exit 1;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">case &quot;$(uname -s)&quot; in</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">OpenBSD)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># this is a temporary hack until we can live with the default search paths</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; LD_LIBRARY_PATH=&quot;$sd_prog${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; JAVA_HOME=$(javaPathHelper -h libreoffice-java 2&gt; /dev/null)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; export LD_LIBRARY_PATH</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; if [ -n &quot;${JAVA_HOME}&quot; ]; then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; export JAVA_HOME</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; fi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; ;;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">NetBSD|DragonFly)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># this is a temporary hack until we can live with the default search paths</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; LD_LIBRARY_PATH=&quot;$sd_prog${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; export LD_LIBRARY_PATH</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; ;;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">esac</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># restore locale setting, avoiding to export empty LC_ALL, s. tdf#130080</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">if [ -n &quot;$LO_SAVE_LC_ALL&quot; ]; then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; LC_ALL=&quot;$LO_SAVE_LC_ALL&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">else</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; unset LC_ALL</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># run soffice.bin directly when you want to get the backtrace</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">if [ -n &quot;$GDBTRACECHECK&quot; ] ; then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; exec $GDBTRACECHECK &quot;$sd_prog/soffice.bin&quot; &quot;$@&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># valgrind --log-file=valgrind.log does not work well with --trace-children=yes</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">if [ -n &quot;$VALGRINDCHECK&quot; ] &amp;&amp; [ -z &quot;$VALGRIND&quot; ] ; then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; echo &quot;redirecting the standard and the error output to valgrind.log&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; exec &gt; valgrind.log 2&gt;&amp;1</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># ALT: find certificates database folder</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">_find_cert_dir() { # path [mindepth [maxdepth [name [variable_name]]]]</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; local md=&quot;${2:-1}&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; local Md=&quot;${3:-10}&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; local N=&quot;${4:-cert8.db}&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; local var=&quot;${5:-MOZILLA_CERTIFICATE_FOLDER}&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; local cert8</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; test -d &quot;$1&quot; || return</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; cert8=&quot;$(find &quot;$1&quot; -mindepth &quot;$md&quot; -maxdepth &quot;$Md&quot; -name &quot;$N&quot; -print -quit)&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; test -n &quot;$cert8&quot; || return</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; eval &quot;export $var='$(dirname $cert8)'&quot;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">}</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">test -n &quot;$MOZILLA_CERTIFICATE_FOLDER&quot; || _find_cert_dir $HOME/.mozilla/firefox 2 2</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">test -n &quot;$MOZILLA_CERTIFICATE_FOLDER&quot; || _find_cert_dir $HOME/.mozilla 3 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">test -n &quot;$MOZILLA_CERTIFICATE_FOLDER&quot; || _find_cert_dir $HOME/.local</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># oosplash does the rest: forcing pages in, javaldx etc. are</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">exec $RRCHECK $VALGRINDCHECK $STRACECHECK &quot;$sd_prog/oosplash&quot; &quot;$@&quot;</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/e2cf6386</link>
    <pubDate>Mon, 24 Aug 2026 16:28:15 +0300</pubDate>
    <dc:creator>Перл Броненосец</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/e2cf6386</guid>
    <description><![CDATA[16:23:29.199864 execve(&quot;/usr/bin/libreoffice&quot;, [&quot;libreoffice&quot;, &quot;--writer&quot;], 0x7ffc7890a858 /* 88 vars */) = 0 &lt;0.000229&gt; 16:23:29.200254 brk(NULL) = 0x56060c44b000&#8230;]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.199864 execve(&quot;/usr/bin/libreoffice&quot;, [&quot;libreoffice&quot;, &quot;--writer&quot;], 0x7ffc7890a858 /* 88 vars */) = 0 &lt;0.000229&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200254 brk(NULL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x56060c44b000 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200340 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6b55cd7000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200409 openat(AT_FDCWD, &quot;/usr/NX/lib/libnxegl.so&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200459 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0V\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200498 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=129064, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200549 mmap(NULL, 4325168, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_DENYWRITE, -1, 0) = 0x7f6b558b7000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200582 mmap(0x7f6b55a00000, 2228016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x7f6b55a00000 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200618 munmap(0x7f6b558b7000, 1347584) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200645 munmap(0x7f6b55c20000, 749360) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200672 mprotect(0x7f6b55a1e000, 2093056, PROT_NONE) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200704 mmap(0x7f6b55c1d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7f6b55c1d000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200749 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200776 access(&quot;/etc/ld.so.preload&quot;, R_OK) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200884 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.200924 openat(AT_FDCWD, &quot;libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201267 openat(AT_FDCWD, &quot;/etc/ld.so.cache&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201309 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=137255, ...}, AT_EMPTY_PATH) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201351 mmap(NULL, 137255, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55cb5000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201395 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201432 openat(AT_FDCWD, &quot;/lib64/libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201466 read(3, &quot;\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0P~\2\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201499 pread64(3, &quot;\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0&quot;..., 784, 64) = 784 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201529 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=1946536, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201564 pread64(3, &quot;\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0&quot;..., 784, 64) = 784 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201594 mmap(NULL, 1998288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6b55818000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201624 mmap(0x7f6b5583e000, 1417216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f6b5583e000 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201670 mmap(0x7f6b55998000, 348160, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x180000) = 0x7f6b55998000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201704 mmap(0x7f6b559ed000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d4000) = 0x7f6b559ed000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201744 mmap(0x7f6b559f3000, 52688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6b559f3000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201784 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201815 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201851 openat(AT_FDCWD, &quot;libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201954 openat(AT_FDCWD, &quot;/lib64/libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.201998 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202029 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14536, ...}, AT_EMPTY_PATH) = 0 &lt;0.000055&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202128 mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6b55cb0000 &lt;0.000058&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202209 mmap(0x7f6b55cb1000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f6b55cb1000 &lt;0.000022&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202254 mmap(0x7f6b55cb2000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6b55cb2000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202288 mmap(0x7f6b55cb3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6b55cb3000 &lt;0.000022&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202334 mmap(0x7f6b55cb4000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6b55cb4000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202380 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202410 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202447 openat(AT_FDCWD, &quot;librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202553 openat(AT_FDCWD, &quot;/lib64/librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202587 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202619 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14680, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202653 mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6b55cab000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202687 mmap(0x7f6b55cac000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f6b55cac000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202723 mmap(0x7f6b55cad000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6b55cad000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202755 mmap(0x7f6b55cae000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6b55cae000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202788 mmap(0x7f6b55caf000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6b55caf000 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202826 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202854 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202893 openat(AT_FDCWD, &quot;libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.202993 openat(AT_FDCWD, &quot;/lib64/libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203027 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203057 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14544, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203091 mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6b55ca6000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203123 mmap(0x7f6b55ca7000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f6b55ca7000 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203160 mmap(0x7f6b55ca8000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6b55ca8000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203192 mmap(0x7f6b55ca9000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6b55ca9000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203225 mmap(0x7f6b55caa000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6b55caa000 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203263 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203326 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6b55ca4000 &lt;0.000021&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203383 arch_prctl(ARCH_SET_FS, 0x7f6b55ca53c0) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203413 set_tid_address(0x7f6b55ca5690) = 3821740 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203441 set_robust_list(0x7f6b55ca56a0, 24) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203467 rseq({cpu_id_start=0, cpu_id=RSEQ_CPU_ID_UNINITIALIZED, rseq_cs=NULL, flags=0, node_id=0, mm_cid=0, slice_ctrl={request=0, granted=0, __reserved=0}, __reserved=0}, 32, 0, 0x53053053) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203578 mprotect(0x7f6b559ed000, 16384, PROT_READ) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203618 mprotect(0x7f6b55ca9000, 4096, PROT_READ) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203650 mprotect(0x7f6b55cae000, 4096, PROT_READ) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203680 mprotect(0x7f6b55cb3000, 4096, PROT_READ) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203798 mprotect(0x5605d4ee2000, 8192, PROT_READ) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203838 mprotect(0x7f6b55d11000, 8192, PROT_READ) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203885 prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203932 munmap(0x7f6b55cb5000, 137255) = 0 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.203988 getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3821740 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204030 getrandom(&quot;\xb3\xf9\x93\xc8\xd9\x9a\xfa\xc9&quot;, 8, GRND_NONBLOCK) = 8 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204065 brk(NULL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x56060c44b000 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204093 brk(0x56060c46c000) &nbsp; &nbsp; = 0x56060c46c000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204134 readlink(&quot;/proc/3821740/exe&quot;, &quot;/usr/bin/sh5&quot;, 1023) = 12 &lt;0.000029&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204220 openat(AT_FDCWD, &quot;/dev/tty&quot;, O_RDWR|O_NONBLOCK) = 3 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204282 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204341 openat(AT_FDCWD, &quot;/usr/lib/locale/locale-archive&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204394 openat(AT_FDCWD, &quot;/usr/share/locale/locale.alias&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204437 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_IDENTIFICATION&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204474 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_IDENTIFICATION&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204510 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=341, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204547 mmap(NULL, 341, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55cd6000 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204584 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204622 openat(AT_FDCWD, &quot;/usr/lib64/gconv/gconv-modules.cache&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204659 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=27012, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204695 mmap(NULL, 27012, PROT_READ, MAP_SHARED, 3, 0) = 0x7f6b55ccf000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204728 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204756 futex(0x7f6b559f272c, FUTEX_WAKE_PRIVATE, 2147483647) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204790 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MEASUREMENT&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204824 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MEASUREMENT&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204859 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=23, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204894 mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55cce000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204926 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204963 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_TELEPHONE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.204997 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_TELEPHONE&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205032 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=52, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205067 mmap(NULL, 52, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55ccd000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205099 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205132 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_ADDRESS&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205165 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_ADDRESS&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205199 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=165, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205234 mmap(NULL, 165, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55ccc000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205265 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205298 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_NAME&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205342 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_NAME&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205378 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=62, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205413 mmap(NULL, 62, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55ccb000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205461 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205550 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_PAPER&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000037&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205646 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_PAPER&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205700 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=34, ...}, AT_EMPTY_PATH) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205744 mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55cca000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205783 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205839 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205882 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205925 newfstatat(3, &quot;&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.205966 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206000 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MESSAGES/SYS_LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206039 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=70, ...}, AT_EMPTY_PATH) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206079 mmap(NULL, 70, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55cc9000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206116 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206156 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MONETARY&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206205 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MONETARY&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206249 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=294, ...}, AT_EMPTY_PATH) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206293 mmap(NULL, 294, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55cc8000 &lt;0.000022&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206363 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206446 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_COLLATE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206506 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_COLLATE&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206562 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=2586930, ...}, AT_EMPTY_PATH) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206618 mmap(NULL, 2586930, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55400000 &lt;0.000032&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206690 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206746 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_TIME&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206790 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_TIME&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206833 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=3416, ...}, AT_EMPTY_PATH) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206874 mmap(NULL, 3416, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55cc7000 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206915 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206956 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_NUMERIC&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.206998 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_NUMERIC&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207039 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=58, ...}, AT_EMPTY_PATH) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207080 mmap(NULL, 58, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55cc6000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207118 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207160 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_CTYPE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207200 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_CTYPE&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207241 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=357584, ...}, AT_EMPTY_PATH) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207282 mmap(NULL, 357584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6b55c4c000 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207332 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207385 getuid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1298421113 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207417 getgid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1298400513 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207448 geteuid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1298421113 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207478 getegid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1298400513 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207509 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207583 sysinfo({uptime=513491, loads=[64224, 58720, 58816], totalram=16710262784, freeram=588107776, sharedram=190398464, bufferram=3052965888, totalswap=35127291904, freeswap=32334688256, procs=1804, totalhigh=0, freehigh=0, mem_unit=1}) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207665 rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207721 rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6b55855a20}, 8) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207771 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207824 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, 8) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207876 rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207942 rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, 8) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.207992 rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208040 rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, 8) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208088 rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208137 rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208186 rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208234 rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, 8) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208282 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208345 rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, 8) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208551 newfstatat(AT_FDCWD, &quot;/home/myuser&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208609 newfstatat(AT_FDCWD, &quot;.&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208664 newfstatat(AT_FDCWD, &quot;/home&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208717 newfstatat(AT_FDCWD, &quot;/home/myuser&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208778 getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3821740 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208827 getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3821738 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208874 getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3821740 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208912 getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3821738 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208951 getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3821740 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.208988 getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3821738 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209048 getpgrp() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3821738 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209085 ioctl(2, TIOCGPGRP, [3821738]) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209132 rt_sigaction(SIGCHLD, {sa_handler=0x5605d4e5c650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6b55855a20}, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209183 prlimit64(0, RLIMIT_NPROC, NULL, {rlim_cur=4*1024, rlim_max=5*1024}) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209263 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209326 openat(AT_FDCWD, &quot;/usr/bin/libreoffice&quot;, O_RDONLY) = 3 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209388 newfstatat(AT_FDCWD, &quot;/usr/bin/libreoffice&quot;, {st_mode=S_IFREG|0755, st_size=60, ...}, 0) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209447 ioctl(3, TCGETS, 0x7ffe7f32b030) = -1 ENOTTY (Неприменимый к данному устройству ioctl) &lt;0.000025&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209613 lseek(3, 0, SEEK_CUR) &nbsp; = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209660 read(3, &quot;#!/bin/sh\nexec /usr/lib64/libreo&quot;..., 80) = 60 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209696 lseek(3, 0, SEEK_SET) &nbsp; = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209724 prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1024, rlim_max=16*1024}) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209756 fcntl(255, F_GETFD) &nbsp; &nbsp; = -1 EBADF (Неправильный дескриптор файла) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209789 dup2(3, 255) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 255 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209826 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209854 fcntl(255, F_SETFD, FD_CLOEXEC) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209882 fcntl(255, F_GETFL) &nbsp; &nbsp; = 0x8000 (flags O_RDONLY|O_LARGEFILE) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209911 newfstatat(255, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=60, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209949 lseek(255, 0, SEEK_CUR) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.209992 read(255, &quot;#!/bin/sh\nexec /usr/lib64/libreo&quot;..., 60) = 60 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210082 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, 8) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210120 rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6b55855a20}, 8) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210159 rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6b55855a20}, {sa_handler=0x5605d4e5c650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6b55855a20}, 8) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210202 execve(&quot;/usr/lib64/libreoffice/program/soffice&quot;, [&quot;/usr/lib64/libreoffice/program/s&quot;..., &quot;--writer&quot;], 0x56060c461f00 /* 88 vars */) = 0 &lt;0.000294&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210562 brk(NULL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x55f4ff822000 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210651 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff871926000 &lt;0.000031&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210725 openat(AT_FDCWD, &quot;/usr/NX/lib/libnxegl.so&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210768 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0V\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210804 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=129064, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210843 mmap(NULL, 4325168, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_DENYWRITE, -1, 0) = 0x7ff871506000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210876 mmap(0x7ff871600000, 2228016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x7ff871600000 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210914 munmap(0x7ff871506000, 1024000) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210943 munmap(0x7ff871820000, 1072944) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.210972 mprotect(0x7ff87161e000, 2093056, PROT_NONE) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211008 mmap(0x7ff87181d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7ff87181d000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211056 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211085 access(&quot;/etc/ld.so.preload&quot;, R_OK) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211125 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211163 openat(AT_FDCWD, &quot;libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211515 openat(AT_FDCWD, &quot;/etc/ld.so.cache&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211551 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=137255, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211586 mmap(NULL, 137255, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff871904000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211620 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211659 openat(AT_FDCWD, &quot;/lib64/libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211695 read(3, &quot;\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0P~\2\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211730 pread64(3, &quot;\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0&quot;..., 784, 64) = 784 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211782 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=1946536, ...}, AT_EMPTY_PATH) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211824 pread64(3, &quot;\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0&quot;..., 784, 64) = 784 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211861 mmap(NULL, 1998288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff871418000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211898 mmap(0x7ff87143e000, 1417216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7ff87143e000 &lt;0.000023&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211945 mmap(0x7ff871598000, 348160, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x180000) = 0x7ff871598000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.211983 mmap(0x7ff8715ed000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d4000) = 0x7ff8715ed000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212030 mmap(0x7ff8715f3000, 52688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff8715f3000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212078 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212115 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212155 openat(AT_FDCWD, &quot;libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212275 openat(AT_FDCWD, &quot;/lib64/libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212327 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212377 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14536, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212415 mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff8718ff000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212448 mmap(0x7ff871900000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ff871900000 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212487 mmap(0x7ff871901000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff871901000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212519 mmap(0x7ff871902000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff871902000 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212554 mmap(0x7ff871903000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff871903000 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212593 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212621 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212656 openat(AT_FDCWD, &quot;librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212761 openat(AT_FDCWD, &quot;/lib64/librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212795 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212826 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14680, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212860 mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff8718fa000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212892 mmap(0x7ff8718fb000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ff8718fb000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212927 mmap(0x7ff8718fc000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff8718fc000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212959 mmap(0x7ff8718fd000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff8718fd000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.212992 mmap(0x7ff8718fe000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff8718fe000 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213030 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213058 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213092 openat(AT_FDCWD, &quot;libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213191 openat(AT_FDCWD, &quot;/lib64/libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213224 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213254 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14544, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213288 mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff8718f5000 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213330 mmap(0x7ff8718f6000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ff8718f6000 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213386 mmap(0x7ff8718f7000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff8718f7000 &lt;0.000021&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213438 mmap(0x7ff8718f8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff8718f8000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213486 mmap(0x7ff8718f9000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff8718f9000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213544 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213599 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff8718f3000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213654 arch_prctl(ARCH_SET_FS, 0x7ff8718f43c0) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213695 set_tid_address(0x7ff8718f4690) = 3821740 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213734 set_robust_list(0x7ff8718f46a0, 24) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213774 rseq({cpu_id_start=0, cpu_id=RSEQ_CPU_ID_UNINITIALIZED, rseq_cs=NULL, flags=0, node_id=0, mm_cid=0, slice_ctrl={request=0, granted=0, __reserved=0}, __reserved=0}, 32, 0, 0x53053053) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213913 mprotect(0x7ff8715ed000, 16384, PROT_READ) = 0 &lt;0.000022&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.213972 mprotect(0x7ff8718f8000, 4096, PROT_READ) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214017 mprotect(0x7ff8718fd000, 4096, PROT_READ) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214058 mprotect(0x7ff871902000, 4096, PROT_READ) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214185 mprotect(0x55f4db19f000, 8192, PROT_READ) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214231 mprotect(0x7ff871960000, 8192, PROT_READ) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214281 prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214349 munmap(0x7ff871904000, 137255) = 0 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214407 getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3821740 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214447 getrandom(&quot;\x3d\xfb\xdb\x5b\xb7\xca\x71\xb1&quot;, 8, GRND_NONBLOCK) = 8 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214482 brk(NULL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x55f4ff822000 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214516 brk(0x55f4ff843000) &nbsp; &nbsp; = 0x55f4ff843000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214556 readlink(&quot;/proc/3821740/exe&quot;, &quot;/usr/bin/sh5&quot;, 1023) = 12 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214631 openat(AT_FDCWD, &quot;/dev/tty&quot;, O_RDWR|O_NONBLOCK) = 3 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214680 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214726 openat(AT_FDCWD, &quot;/usr/lib/locale/locale-archive&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214772 openat(AT_FDCWD, &quot;/usr/share/locale/locale.alias&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214814 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_IDENTIFICATION&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214849 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_IDENTIFICATION&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214884 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=341, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214921 mmap(NULL, 341, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff871925000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214958 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.214988 openat(AT_FDCWD, &quot;/usr/lib64/gconv/gconv-modules.cache&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215023 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=27012, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215059 mmap(NULL, 27012, PROT_READ, MAP_SHARED, 3, 0) = 0x7ff87191e000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215092 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215120 futex(0x7ff8715f272c, FUTEX_WAKE_PRIVATE, 2147483647) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215154 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MEASUREMENT&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215188 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MEASUREMENT&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215221 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=23, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215255 mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff87191d000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215286 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215334 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_TELEPHONE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215373 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_TELEPHONE&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215408 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=52, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215444 mmap(NULL, 52, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff87191c000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215476 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215509 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_ADDRESS&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215543 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_ADDRESS&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215578 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=165, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215612 mmap(NULL, 165, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff87191b000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215643 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215675 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_NAME&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215709 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_NAME&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215742 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=62, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215777 mmap(NULL, 62, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff87191a000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215809 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215844 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_PAPER&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215879 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_PAPER&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215913 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=34, ...}, AT_EMPTY_PATH) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215961 mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff871919000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.215995 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216028 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216064 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216107 newfstatat(3, &quot;&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216144 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216174 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MESSAGES/SYS_LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216208 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=70, ...}, AT_EMPTY_PATH) = 0 &lt;0.000026&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216269 mmap(NULL, 70, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff871918000 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216333 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000025&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216399 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MONETARY&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216448 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MONETARY&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216510 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=294, ...}, AT_EMPTY_PATH) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216558 mmap(NULL, 294, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff871917000 &lt;0.000021&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216607 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216661 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_COLLATE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216713 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_COLLATE&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216762 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=2586930, ...}, AT_EMPTY_PATH) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216811 mmap(NULL, 2586930, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff871000000 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216858 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216920 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_TIME&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.216970 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_TIME&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217019 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=3416, ...}, AT_EMPTY_PATH) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217066 mmap(NULL, 3416, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff871916000 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217112 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217162 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_NUMERIC&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217211 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_NUMERIC&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217259 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=58, ...}, AT_EMPTY_PATH) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217314 mmap(NULL, 58, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff871915000 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217365 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217419 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_CTYPE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217469 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_CTYPE&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217518 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=357584, ...}, AT_EMPTY_PATH) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217566 mmap(NULL, 357584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff87189b000 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217612 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217673 getuid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1298421113 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217713 getgid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1298400513 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217749 geteuid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1298421113 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217785 getegid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1298400513 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217823 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217888 sysinfo({uptime=513491, loads=[64224, 58720, 58816], totalram=16710262784, freeram=588107776, sharedram=190398464, bufferram=3052965888, totalswap=35127291904, freeswap=32334688256, procs=1804, totalhigh=0, freehigh=0, mem_unit=1}) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.217972 rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218024 rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218079 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218126 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218172 rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218219 rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218266 rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218320 rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218372 rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218419 rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218465 rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218512 rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218558 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218604 rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218788 newfstatat(AT_FDCWD, &quot;/home/myuser&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218844 newfstatat(AT_FDCWD, &quot;.&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218896 newfstatat(AT_FDCWD, &quot;/home&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.218947 newfstatat(AT_FDCWD, &quot;/home/myuser&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219007 getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3821740 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219056 getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3821738 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219100 getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3821740 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219137 getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3821738 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219173 getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3821740 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219209 getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3821738 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219275 getpgrp() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3821738 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219318 ioctl(2, TIOCGPGRP, [3821738]) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219371 rt_sigaction(SIGCHLD, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219427 prlimit64(0, RLIMIT_NPROC, NULL, {rlim_cur=4*1024, rlim_max=5*1024}) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219493 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219547 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/soffice&quot;, O_RDONLY) = 3 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219602 newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/soffice&quot;, {st_mode=S_IFREG|0755, st_size=6912, ...}, 0) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219656 ioctl(3, TCGETS, 0x7ffc1da02c70) = -1 ENOTTY (Неприменимый к данному устройству ioctl) &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219716 lseek(3, 0, SEEK_CUR) &nbsp; = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219755 read(3, &quot;#!/bin/sh\n#\n# This file is part &quot;..., 80) = 80 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219800 lseek(3, 0, SEEK_SET) &nbsp; = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219839 prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1024, rlim_max=16*1024}) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219881 fcntl(255, F_GETFD) &nbsp; &nbsp; = -1 EBADF (Неправильный дескриптор файла) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219922 dup2(3, 255) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 255 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219961 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.219998 fcntl(255, F_SETFD, FD_CLOEXEC) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220036 fcntl(255, F_GETFL) &nbsp; &nbsp; = 0x8000 (flags O_RDONLY|O_LARGEFILE) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220075 newfstatat(255, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=6912, ...}, AT_EMPTY_PATH) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220122 lseek(255, 0, SEEK_CUR) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220176 read(255, &quot;#!/bin/sh\n#\n# This file is part &quot;..., 6912) = 6912 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220321 faccessat2(AT_FDCWD, &quot;/etc/sysconfig/libreoffice5&quot;, R_OK, AT_EACCESS) = 0 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220395 openat(AT_FDCWD, &quot;/etc/sysconfig/libreoffice5&quot;, O_RDONLY) = 3 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220448 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=456, ...}, AT_EMPTY_PATH) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220498 read(3, &quot;# STAR_PROFILE_LOCKING_DISABLED=&quot;..., 456) = 456 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220544 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220588 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220682 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220772 pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000022&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220830 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220877 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220920 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.220962 rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221008 lseek(255, -5882, SEEK_CUR) = 1030 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221053 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff8718f4690) = 3821741 &lt;0.000146&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221251 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221299 rt_sigaction(SIGCHLD, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221367 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221411 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221461 read(3, &quot;/home/myuser\n&quot;, 4096) = 22 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221508 read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; = 0 &lt;0.000076&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221614 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3821741, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221649 wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 3821741 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221707 wait4(-1, 0x7ffc1da00d90, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов) &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221768 rt_sigreturn({mask=[INT]}) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221807 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221844 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221874 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221908 rt_sigaction(SIGINT, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221953 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.221987 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222036 read(255, &quot;sd_res=\&quot;$0\&quot;\nwhile [ -h \&quot;$sd_res\&quot;&quot;..., 6912) = 5882 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222125 newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/soffice&quot;, {st_mode=S_IFREG|0755, st_size=6912, ...}, AT_SYMLINK_NOFOLLOW) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222183 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222221 pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222262 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222297 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222341 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222374 rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222407 lseek(255, -5632, SEEK_CUR) = 1280 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222434 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff8718f4690) = 3821742 &lt;0.000101&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222576 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222614 rt_sigaction(SIGCHLD, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222655 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222686 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.222722 read(3, &quot;/usr/lib64/libreoffice/program\n&quot;, 4096) = 31 &lt;0.000994&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.223749 read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.223780 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.223818 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3821742, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.223841 wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 3821742 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.223884 wait4(-1, 0x7ffc1da01e50, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.223913 rt_sigreturn({mask=[INT]}) = 64 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.223944 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.223975 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224020 rt_sigaction(SIGINT, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224054 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224104 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224161 read(255, &quot;cd \&quot;$sd_dirname\&quot; || exit $?\nsd_p&quot;..., 6912) = 5632 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224225 newfstatat(AT_FDCWD, &quot;/usr&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224271 newfstatat(AT_FDCWD, &quot;/usr/lib64&quot;, {st_mode=S_IFDIR|0755, st_size=241664, ...}, 0) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224337 newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224407 newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program&quot;, {st_mode=S_IFDIR|0755, st_size=12288, ...}, 0) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224461 chdir(&quot;/usr/lib64/libreoffice/program&quot;) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224546 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224600 pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224656 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224706 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224753 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224807 rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224859 lseek(255, -5589, SEEK_CUR) = 1323 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.224900 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff8718f4690) = 3821743 &lt;0.000127&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225083 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225132 rt_sigaction(SIGCHLD, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225191 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225240 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225293 read(3, &quot;/usr/lib64/libreoffice/program\n&quot;, 4096) = 31 &lt;0.000030&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225374 read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; = 0 &lt;0.000151&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225558 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3821743, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225604 wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 3821743 &lt;0.000029&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225694 wait4(-1, 0x7ffc1da00d90, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов) &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225770 rt_sigreturn({mask=[INT]}) = 0 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225833 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000024&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225900 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.225963 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.226027 rt_sigaction(SIGINT, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.226095 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.226161 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.226251 read(255, &quot;cd \&quot;$sd_cwd\&quot; || exit $?\n\n# linke&quot;..., 6912) = 5589 &lt;0.000024&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.226373 newfstatat(AT_FDCWD, &quot;/home&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 &lt;0.000023&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.226459 newfstatat(AT_FDCWD, &quot;/home/myuser&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.226535 chdir(&quot;/home/myuser&quot;) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.226630 newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/ooenv&quot;, 0x7ffc1da027d0, 0) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.226898 brk(0x55f4ff864000) &nbsp; &nbsp; = 0x55f4ff864000 &lt;0.000025&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.226998 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227056 fcntl(0, F_GETFD) &nbsp; &nbsp; &nbsp; = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227102 pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000021&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227161 rt_sigprocmask(SIG_BLOCK, NULL, [CHLD], 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227212 rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [CHLD], 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227264 rt_sigprocmask(SIG_BLOCK, [CHLD], [INT TERM CHLD], 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227320 rt_sigprocmask(SIG_SETMASK, [INT TERM CHLD], NULL, 8) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227373 lseek(255, -1865, SEEK_CUR) = 5047 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227415 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff8718f4690) = 3821744 &lt;0.000132&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227606 rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227657 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227699 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= -1 EBADF (Неправильный дескриптор файла) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227763 rt_sigprocmask(SIG_BLOCK, NULL, [CHLD], 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227813 rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [CHLD], 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.227865 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff8718f4690) = 3821745 &lt;0.000102&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.228025 rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.228075 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.228120 rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.228193 rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.228242 rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.228294 rt_sigaction(SIGINT, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000024&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.228384 wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], 0, NULL) = 3821744 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.228436 wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 1}], 0, NULL) = 3821745 &lt;0.001349&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.229834 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.229902 ioctl(2, TIOCGWINSZ, {ws_row=45, ws_col=130, ws_xpixel=1300, ws_ypixel=810}) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.229982 rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230040 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= -1 EBADF (Неправильный дескриптор файла) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230093 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230136 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3821744, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230164 wait4(-1, 0x7ffc1da02250, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230205 rt_sigreturn({mask=[]}) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230260 read(255, &quot;\ncase \&quot;$(uname -s)\&quot; in\nOpenBSD)\n&quot;..., 6912) = 1865 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230378 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230438 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230486 pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230535 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230579 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230626 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230681 rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230727 lseek(255, -1324, SEEK_CUR) = 5588 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230766 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff8718f4690) = 3821746 &lt;0.000123&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230938 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.230985 rt_sigaction(SIGCHLD, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.231071 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.231146 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.231216 read(3, &quot;Linux\n&quot;, 4096) = 6 &lt;0.001063&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.232350 read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; = 0 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.232420 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000028&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.232492 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3821746, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.232548 wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 3821746 &lt;0.000029&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.232630 wait4(-1, 0x7ffc1da02190, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов) &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.232691 rt_sigreturn({mask=[INT]}) = 0 &lt;0.000026&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.232767 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.232830 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.232895 rt_sigaction(SIGINT, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.232963 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233031 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233123 read(255, &quot;\n# restore locale setting, avoid&quot;..., 6912) = 1324 &lt;0.000032&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233431 newfstatat(AT_FDCWD, &quot;/home/myuser/.mozilla/firefox&quot;, {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0 &lt;0.000021&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233510 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233573 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233667 pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233722 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233770 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233818 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233861 rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233908 lseek(255, -273, SEEK_CUR) = 6639 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.233947 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff8718f4690) = 3821747 &lt;0.000132&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.234131 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.234177 rt_sigaction(SIGCHLD, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.234230 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.234273 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.234334 read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; = 0 &lt;0.001670&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236042 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236097 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236149 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236202 rt_sigaction(SIGINT, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236255 wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], 0, NULL) = 3821747 &lt;0.000032&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236329 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000023&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236388 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3821747, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236454 wait4(-1, 0x7ffc1da01110, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236492 rt_sigreturn({mask=[]}) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236594 read(255, &quot;test -n \&quot;$MOZILLA_CERTIFICATE_FO&quot;..., 6912) = 273 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236710 newfstatat(AT_FDCWD, &quot;/home/myuser/.mozilla&quot;, {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236778 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236838 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236895 pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236953 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.236998 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.237038 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.237077 rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.237120 lseek(255, -198, SEEK_CUR) = 6714 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.237157 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff8718f4690) = 3821748 &lt;0.000126&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.237338 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.237390 rt_sigaction(SIGCHLD, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.237444 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.237484 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.237533 read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; = 0 &lt;0.001816&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.239386 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.239442 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.239504 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3821748, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.239549 wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 3821748 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.239605 wait4(-1, 0x7ffc1da013d0, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.239647 rt_sigreturn({mask=[]}) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.239688 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.239731 rt_sigaction(SIGINT, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.239776 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.239821 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.239925 read(255, &quot;test -n \&quot;$MOZILLA_CERTIFICATE_FO&quot;..., 6912) = 198 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240038 newfstatat(AT_FDCWD, &quot;/home/myuser/.local&quot;, {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240107 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240163 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240214 pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240264 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000022&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240329 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240382 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240422 rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240464 lseek(255, -129, SEEK_CUR) = 6783 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240500 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff8718f4690) = 3821749 &lt;0.000118&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240669 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240712 rt_sigaction(SIGCHLD, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240761 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240802 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:29.240847 read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; = 0 &lt;9.488512&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.729438 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000047&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.729552 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.729610 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.729652 rt_sigaction(SIGINT, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.729696 wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], 0, NULL) = 3821749 &lt;0.001769&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.731511 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db11bfd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.731556 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.731594 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3821749, si_uid=1298421113, si_status=0, si_utime=481 /* 4.81 s */, si_stime=464 /* 4.64 s */} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.731623 wait4(-1, 0x7ffc1da01110, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.731660 rt_sigreturn({mask=[]}) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.731818 read(255, &quot;\n# oosplash does the rest: forci&quot;..., 6912) = 129 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.731994 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.732053 rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.732108 rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, {sa_handler=0x55f4db119650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ff871455a20}, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.732145 execve(&quot;/usr/lib64/libreoffice/program/oosplash&quot;, [&quot;/usr/lib64/libreoffice/program/o&quot;..., &quot;--writer&quot;], 0x55f4ff844bb0 /* 89 vars */) = 0 &lt;0.000604&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.732908 brk(NULL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x560d82ed9000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733059 readlinkat(AT_FDCWD, &quot;/proc/self/exe&quot;, &quot;/usr/lib64/libreoffice/program/o&quot;..., 4096) = 39 &lt;0.000121&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733231 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f74ed1f9000 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733329 openat(AT_FDCWD, &quot;/usr/NX/lib/libnxegl.so&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000036&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733409 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0V\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733449 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=129064, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733490 mmap(NULL, 4325168, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_DENYWRITE, -1, 0) = 0x7f74ecdd9000 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733527 mmap(0x7f74ece00000, 2228016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x7f74ece00000 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733564 munmap(0x7f74ecdd9000, 159744) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733599 munmap(0x7f74ed020000, 1937200) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733626 mprotect(0x7f74ece1e000, 2093056, PROT_NONE) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733661 mmap(0x7f74ed01d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7f74ed01d000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733705 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733732 access(&quot;/etc/ld.so.preload&quot;, R_OK) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733770 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/glibc-hwcaps/x86-64-v2/libXinerama.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733805 newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/glibc-hwcaps/x86-64-v2/&quot;, 0x7fff5178e830, 0) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733838 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libXinerama.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733870 newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/&quot;, {st_mode=S_IFDIR|0755, st_size=12288, ...}, 0) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733904 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libXinerama.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.733942 openat(AT_FDCWD, &quot;libXinerama.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734236 openat(AT_FDCWD, &quot;/etc/ld.so.cache&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734268 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=137255, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734328 mmap(NULL, 137255, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f74ed1d7000 &lt;0.000023&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734373 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734409 openat(AT_FDCWD, &quot;/lib64/libXinerama.so.1&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734445 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734476 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14760, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734510 mmap(NULL, 16648, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ed1d2000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734542 mmap(0x7f74ed1d3000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f74ed1d3000 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734575 mmap(0x7f74ed1d4000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74ed1d4000 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734608 mmap(0x7f74ed1d5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74ed1d5000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734650 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734677 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libX11.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734711 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libX11.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734743 openat(AT_FDCWD, &quot;libX11.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734836 openat(AT_FDCWD, &quot;/lib64/libX11.so.6&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734869 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734897 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=1326920, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734932 mmap(NULL, 1326440, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ed08e000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.734964 mmap(0x7f74ed0aa000, 573440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f74ed0aa000 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735000 mmap(0x7f74ed136000, 614400, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa8000) = 0x7f74ed136000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735031 mmap(0x7f74ed1cc000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13e000) = 0x7f74ed1cc000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735075 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735104 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libpng16.so.16&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735137 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libpng16.so.16&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735170 openat(AT_FDCWD, &quot;libpng16.so.16&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735268 openat(AT_FDCWD, &quot;/lib64/libpng16.so.16&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000028&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735325 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735370 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=224592, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735403 mmap(NULL, 226440, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ed056000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735435 mmap(0x7f74ed05c000, 155648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f74ed05c000 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735473 mmap(0x7f74ed082000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2c000) = 0x7f74ed082000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735505 mmap(0x7f74ed08c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x35000) = 0x7f74ed08c000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735547 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735574 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libuno_sal.so.3&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735609 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735639 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=406592, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735673 mmap(NULL, 428264, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ecd97000 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735709 mmap(0x7f74ecda9000, 221184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7f74ecda9000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735740 mmap(0x7f74ecddf000, 98304, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x7f74ecddf000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735771 mmap(0x7f74ecdf7000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5f000) = 0x7f74ecdf7000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.735807 mmap(0x7f74ecdfb000, 18664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f74ecdfb000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736293 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736333 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736382 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736414 openat(AT_FDCWD, &quot;libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736507 openat(AT_FDCWD, &quot;/lib64/libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736538 read(3, &quot;\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0P~\2\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736570 pread64(3, &quot;\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0&quot;..., 784, 64) = 784 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736609 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=1946536, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736644 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f74ed054000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736679 pread64(3, &quot;\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0&quot;..., 784, 64) = 784 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736707 mmap(NULL, 1998288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ecbaf000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736737 mmap(0x7f74ecbd5000, 1417216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f74ecbd5000 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736776 mmap(0x7f74ecd2f000, 348160, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x180000) = 0x7f74ecd2f000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736807 mmap(0x7f74ecd84000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d4000) = 0x7f74ecd84000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736845 mmap(0x7f74ecd8a000, 52688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f74ecd8a000 &lt;0.000065&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736952 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.736985 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737024 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737057 openat(AT_FDCWD, &quot;libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737163 openat(AT_FDCWD, &quot;/lib64/libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737196 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737227 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14536, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737261 mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ed04f000 &lt;0.000025&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737315 mmap(0x7f74ed050000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f74ed050000 &lt;0.000021&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737360 mmap(0x7f74ed051000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74ed051000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737405 mmap(0x7f74ed052000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74ed052000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737437 mmap(0x7f74ed053000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f74ed053000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737476 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737504 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737555 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737590 openat(AT_FDCWD, &quot;librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000022&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737712 openat(AT_FDCWD, &quot;/lib64/librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737746 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737778 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14680, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737811 mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ed04a000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737844 mmap(0x7f74ed04b000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f74ed04b000 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737885 mmap(0x7f74ed04c000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74ed04c000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737917 mmap(0x7f74ed04d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74ed04d000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737949 mmap(0x7f74ed04e000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f74ed04e000 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.737990 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738019 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738054 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738091 openat(AT_FDCWD, &quot;libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738187 openat(AT_FDCWD, &quot;/lib64/libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738220 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738249 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14544, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738297 mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ed045000 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738342 mmap(0x7f74ed046000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f74ed046000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738390 mmap(0x7f74ed047000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74ed047000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738421 mmap(0x7f74ed048000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74ed048000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738454 mmap(0x7f74ed049000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f74ed049000 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738503 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738533 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libXext.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738569 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libXext.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738612 openat(AT_FDCWD, &quot;libXext.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738714 openat(AT_FDCWD, &quot;/lib64/libXext.so.6&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738751 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738783 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=81768, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738816 mmap(NULL, 84224, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ed030000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738849 mmap(0x7f74ed034000, 45056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f74ed034000 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738888 mmap(0x7f74ed03f000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f74ed03f000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738920 mmap(0x7f74ed043000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7f74ed043000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738964 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.738993 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libxcb.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739027 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libxcb.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739060 openat(AT_FDCWD, &quot;libxcb.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739215 openat(AT_FDCWD, &quot;/lib64/libxcb.so.1&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739273 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739315 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=171208, ...}, AT_EMPTY_PATH) = 0 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739375 mmap(NULL, 173192, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ecb84000 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739420 mmap(0x7f74ecb90000, 81920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f74ecb90000 &lt;0.000043&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739496 mmap(0x7f74ecba4000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7f74ecba4000 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739548 mmap(0x7f74ecbad000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x7f74ecbad000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739597 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739628 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libz.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739669 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libz.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739702 openat(AT_FDCWD, &quot;libz.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739799 openat(AT_FDCWD, &quot;/lib64/libz.so.1&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739833 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739864 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=117312, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739898 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f74ed02e000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739933 mmap(NULL, 119168, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ecb66000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.739963 mmap(0x7f74ecb69000, 73728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f74ecb69000 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740000 mmap(0x7f74ecb7b000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f74ecb7b000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740034 mmap(0x7f74ecb82000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f74ecb82000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740078 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740107 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libm.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740142 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libm.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740174 openat(AT_FDCWD, &quot;libm.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740271 openat(AT_FDCWD, &quot;/lib64/libm.so.6&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740309 read(3, &quot;\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740360 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=920760, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740407 mmap(NULL, 921616, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74eca84000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740441 mmap(0x7f74eca94000, 483328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7f74eca94000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740483 mmap(0x7f74ecb0a000, 368640, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x86000) = 0x7f74ecb0a000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740518 mmap(0x7f74ecb64000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdf000) = 0x7f74ecb64000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740563 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740594 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libstdc++.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740630 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libstdc++.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740663 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libstdc++.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740696 openat(AT_FDCWD, &quot;libstdc++.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740792 openat(AT_FDCWD, &quot;/lib64/libstdc++.so.6&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740826 read(3, &quot;\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740855 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=3109712, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740888 mmap(NULL, 3127168, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ec600000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740919 mmap(0x7f74ec6a3000, 1417216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa3000) = 0x7f74ec6a3000 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740958 mmap(0x7f74ec7fd000, 950272, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1fd000) = 0x7f74ec7fd000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.740992 mmap(0x7f74ec8e5000, 77824, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2e4000) = 0x7f74ec8e5000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741030 mmap(0x7f74ec8f8000, 14208, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f74ec8f8000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741074 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741108 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libgcc_s.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741143 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libgcc_s.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741176 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libgcc_s.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741209 openat(AT_FDCWD, &quot;libgcc_s.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741333 openat(AT_FDCWD, &quot;/lib64/libgcc_s.so.1&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741376 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741413 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=151144, ...}, AT_EMPTY_PATH) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741455 mmap(NULL, 148328, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74eca5f000 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741502 mmap(0x7f74eca63000, 110592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f74eca63000 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741591 mmap(0x7f74eca7e000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0x7f74eca7e000 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741685 mmap(0x7f74eca82000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7f74eca82000 &lt;0.000031&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741764 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741801 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libXau.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741842 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libXau.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741877 openat(AT_FDCWD, &quot;libXau.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.741979 openat(AT_FDCWD, &quot;/lib64/libXau.so.6&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742014 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742046 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14712, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742083 mmap(NULL, 16664, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ed029000 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742121 mmap(0x7f74ed02a000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f74ed02a000 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742161 mmap(0x7f74ed02b000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74ed02b000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742195 mmap(0x7f74ed02c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74ed02c000 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742251 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742283 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libXdmcp.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742330 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libXdmcp.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742366 openat(AT_FDCWD, &quot;libXdmcp.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742467 openat(AT_FDCWD, &quot;/lib64/libXdmcp.so.6&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742504 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742535 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=26952, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742569 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f74ed027000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742606 mmap(NULL, 28880, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74eca57000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742638 mmap(0x7f74eca59000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74eca59000 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742674 mmap(0x7f74eca5b000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f74eca5b000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742708 mmap(0x7f74eca5d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f74eca5d000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742752 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742812 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f74ed025000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742852 mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f74ed022000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742891 arch_prctl(ARCH_SET_FS, 0x7f74ed0230c0) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742921 set_tid_address(0x7f74ed023390) = 3821740 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742948 set_robust_list(0x7f74ed0233a0, 24) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.742974 rseq({cpu_id_start=0, cpu_id=RSEQ_CPU_ID_UNINITIALIZED, rseq_cs=NULL, flags=0, node_id=0, mm_cid=0, slice_ctrl={request=0, granted=0, __reserved=0}, __reserved=0}, 32, 0, 0x53053053) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.743099 mprotect(0x7f74ecd84000, 16384, PROT_READ) = 0 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.743142 mprotect(0x7f74eca5d000, 4096, PROT_READ) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.743175 mprotect(0x7f74ed02c000, 4096, PROT_READ) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.743210 mprotect(0x7f74eca82000, 4096, PROT_READ) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.743263 mprotect(0x7f74ecb64000, 4096, PROT_READ) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.744053 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f74ed020000 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.744422 mprotect(0x7f74ec8e5000, 57344, PROT_READ) = 0 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.744485 mprotect(0x7f74ecb82000, 4096, PROT_READ) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.744526 mprotect(0x7f74ecbad000, 4096, PROT_READ) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.744692 mprotect(0x7f74ed1cc000, 4096, PROT_READ) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.744739 mprotect(0x7f74ed043000, 4096, PROT_READ) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.744788 mprotect(0x7f74ed048000, 4096, PROT_READ) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.744841 mprotect(0x7f74ed04d000, 4096, PROT_READ) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.744894 mprotect(0x7f74ed052000, 4096, PROT_READ) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.744972 mprotect(0x7f74ecdf7000, 12288, PROT_READ) = 0 &lt;0.000030&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745035 mprotect(0x7f74ed08c000, 4096, PROT_READ) = 0 &lt;0.000023&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745082 mprotect(0x7f74ed1d5000, 4096, PROT_READ) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745190 mprotect(0x560d7ea8e000, 4096, PROT_READ) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745243 mprotect(0x7f74ed233000, 8192, PROT_READ) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745295 prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745358 munmap(0x7f74ed1d7000, 137255) = 0 &lt;0.000024&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745467 futex(0x7f74ec8f8dbc, FUTEX_WAKE_PRIVATE, 2147483647) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745637 getrandom(&quot;\xa6\xdc\xa5\x55\x3f\x81\x80\x54&quot;, 8, GRND_NONBLOCK) = 8 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745674 brk(NULL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x560d82ed9000 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745702 brk(0x560d82efa000) &nbsp; &nbsp; = 0x560d82efa000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745797 getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3821740 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745841 readlink(&quot;/proc/3821740/exe&quot;, &quot;/usr/lib64/libreoffice/program/o&quot;..., 1023) = 39 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745937 openat(AT_FDCWD, &quot;/usr/lib/locale/locale-archive&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.745984 openat(AT_FDCWD, &quot;/usr/share/locale/locale.alias&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746025 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_CTYPE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746060 openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_CTYPE&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746097 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=357584, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746134 mmap(NULL, 357584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f74ec9ff000 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746170 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746208 openat(AT_FDCWD, &quot;/usr/lib64/gconv/gconv-modules.cache&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746245 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=27012, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746283 mmap(NULL, 27012, PROT_READ, MAP_SHARED, 3, 0) = 0x7f74ed1f2000 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746327 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746360 futex(0x7f74ecd8972c, FUTEX_WAKE_PRIVATE, 2147483647) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746393 munmap(0x7f74ec9ff000, 357584) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746433 readlink(&quot;/usr&quot;, 0x7fff5178e120, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746475 readlink(&quot;/usr/lib64&quot;, 0x7fff5178e120, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746518 readlink(&quot;/usr/lib64/libreoffice&quot;, 0x7fff5178e120, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746553 readlink(&quot;/usr/lib64/libreoffice/program&quot;, 0x7fff5178e120, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746586 readlink(&quot;/usr/lib64/libreoffice/program/oosplash&quot;, 0x7fff5178e120, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746627 rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f74ecbeca20}, NULL, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746660 rt_sigaction(SIGTERM, {sa_handler=0x560d7ea89720, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f74ecbeca20}, NULL, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746696 readlink(&quot;/usr&quot;, 0x7fff5178dd10, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746732 readlink(&quot;/usr/lib64&quot;, 0x7fff5178dd10, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746765 readlink(&quot;/usr/lib64/libreoffice&quot;, 0x7fff5178dd10, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746797 readlink(&quot;/usr/lib64/libreoffice/program&quot;, 0x7fff5178dd10, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746844 access(&quot;/usr/lib64/libreoffice/program/bootstraprc&quot;, F_OK) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746896 access(&quot;/usr/lib64/libreoffice/program/fundamental.override.ini&quot;, F_OK) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746935 access(&quot;/usr/lib64/libreoffice/program/oosplashrc&quot;, F_OK) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.746973 statfs(&quot;/usr/lib64/libreoffice/program/bootstraprc&quot;, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=37517996, f_bfree=4071626, f_bavail=2147620, f_files=9601024, f_ffree=7594652, f_fsid={val=[0x4fca2dd6, 0x45a2c243]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_NOATIME}) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747019 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/bootstraprc&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747056 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=112, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747099 pread64(3, &quot;[Bootstrap]\nInstallMode=&lt;install&quot;..., 4096, 0) = 112 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747141 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747177 getuid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1298421113 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747211 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3 &lt;0.000022&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747254 connect(3, {sa_family=AF_UNIX, sun_path=&quot;/var/run/nscd/socket&quot;}, 110) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000025&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747311 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747354 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747389 connect(3, {sa_family=AF_UNIX, sun_path=&quot;/var/run/nscd/socket&quot;}, 110) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747429 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747467 newfstatat(AT_FDCWD, &quot;/etc/nsswitch.conf&quot;, {st_mode=S_IFREG|0644, st_size=1937, ...}, 0) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747505 newfstatat(AT_FDCWD, &quot;/&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747542 openat(AT_FDCWD, &quot;/etc/nsswitch.conf&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747578 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=1937, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747612 read(3, &quot;#\n# Please refer to nsswitch.con&quot;..., 4096) = 1937 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747660 read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747691 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=1937, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747727 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747763 openat(AT_FDCWD, &quot;/etc/passwd&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747800 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=3602, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747834 lseek(3, 0, SEEK_SET) &nbsp; = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747870 read(3, &quot;root:x:0:0:System Administrator:&quot;..., 4096) = 3602 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747914 read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747943 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.747979 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libnss_systemd.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748016 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libnss_systemd.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748051 openat(AT_FDCWD, &quot;libnss_systemd.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748155 openat(AT_FDCWD, &quot;/etc/ld.so.cache&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748188 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=137255, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748222 mmap(NULL, 137255, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f74eca35000 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748257 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748296 openat(AT_FDCWD, &quot;/lib64/libnss_systemd.so.2&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748346 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748392 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=408088, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748429 mmap(NULL, 408144, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ec9d1000 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748498 mmap(0x7f74ec9da000, 270336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f74ec9da000 &lt;0.000023&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748545 mmap(0x7f74eca1c000, 81920, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4b000) = 0x7f74eca1c000 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748582 mmap(0x7f74eca30000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5f000) = 0x7f74eca30000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748630 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748757 mprotect(0x7f74eca30000, 16384, PROT_READ) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748803 munmap(0x7f74eca35000, 137255) = 0 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748871 rt_sigprocmask(SIG_BLOCK, [HUP USR1 USR2 PIPE ALRM CHLD TSTP URG VTALRM PROF WINCH IO], [], 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748914 futex(0x7f74eca349f8, FUTEX_WAKE_PRIVATE, 2147483647) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748960 openat(AT_FDCWD, &quot;/run/systemd/userdb/&quot;, O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.748998 newfstatat(3, &quot;&quot;, {st_mode=S_IFDIR|0755, st_size=140, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749037 getdents64(3, 0x560d82ef1310 /* 7 entries */, 32768) = 272 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749080 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749116 connect(4, {sa_family=AF_UNIX, sun_path=&quot;/run/systemd/userdb/io.systemd.Machine&quot;}, 41) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749165 getrandom(&quot;\x78\x94\x4f\x41\x41\x82\x12\x7d&quot;, 8, GRND_INSECURE) = 8 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749200 futex(0x7f74eca34a24, FUTEX_WAKE_PRIVATE, 2147483647) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749232 getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3821740 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749261 epoll_create1(EPOLL_CLOEXEC) = 5 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749313 timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC|TFD_NONBLOCK) = 6 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749347 epoll_ctl(5, EPOLL_CTL_ADD, 6, {events=EPOLLIN, data=0x560d82eef280}) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749396 epoll_ctl(5, EPOLL_CTL_ADD, 4, {events=0, data=0x560d82ef9a20}) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749431 brk(0x560d82f1b000) &nbsp; &nbsp; = 0x560d82f1b000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749481 getrandom(&quot;\x30\x68\x0d\xdd\x8d\x69\x59\x15\x34\xd3\x94\x0a\xe9\x36\x9d\x1a&quot;, 16, GRND_INSECURE) = 16 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749512 futex(0x7f74eca34a00, FUTEX_WAKE_PRIVATE, 2147483647) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749551 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 7 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749585 connect(7, {sa_family=AF_UNIX, sun_path=&quot;/run/systemd/userdb/io.systemd.DropIn&quot;}, 40) = 0 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749640 epoll_ctl(5, EPOLL_CTL_ADD, 7, {events=0, data=0x560d82efa7f0}) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749685 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 8 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749729 connect(8, {sa_family=AF_UNIX, sun_path=&quot;/run/systemd/userdb/io.systemd.DynamicUser&quot;}, 45) = 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749768 epoll_ctl(5, EPOLL_CTL_ADD, 8, {events=0, data=0x560d82efae20}) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749811 getdents64(3, 0x560d82ef1310 /* 0 entries */, 32768) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749840 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749870 epoll_ctl(5, EPOLL_CTL_MOD, 4, {events=EPOLLIN|EPOLLOUT, data=0x560d82ef9a20}) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749902 epoll_ctl(5, EPOLL_CTL_MOD, 7, {events=EPOLLIN|EPOLLOUT, data=0x560d82efa7f0}) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749932 epoll_ctl(5, EPOLL_CTL_MOD, 8, {events=EPOLLIN|EPOLLOUT, data=0x560d82efae20}) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.749962 openat(AT_FDCWD, &quot;/proc/sys/kernel/random/boot_id&quot;, O_RDONLY|O_NOCTTY|O_CLOEXEC) = 3 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750003 read(3, &quot;d06a9808-6fa8-477c-8489-e6fdd29a&quot;..., 38) = 37 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750038 read(3, &quot;&quot;, 1) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750067 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750094 timerfd_settime(6, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=513544, tv_nsec=896948000}}, NULL) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750128 epoll_pwait2(5, [{events=EPOLLOUT, data=0x560d82ef9a20}, {events=EPOLLOUT, data=0x560d82efa7f0}, {events=EPOLLOUT, data=0x560d82efae20}], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 3 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750167 sendto(4, &quot;{\&quot;method\&quot;:\&quot;io.systemd.UserDataba&quot;..., 114, MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 114 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750229 epoll_ctl(5, EPOLL_CTL_MOD, 4, {events=EPOLLIN, data=0x560d82ef9a20}) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750268 epoll_pwait2(5, [{events=EPOLLOUT, data=0x560d82efa7f0}, {events=EPOLLOUT, data=0x560d82efae20}], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 2 &lt;0.000021&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750438 sendto(7, &quot;{\&quot;method\&quot;:\&quot;io.systemd.UserDataba&quot;..., 113, MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 113 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750514 epoll_ctl(5, EPOLL_CTL_MOD, 7, {events=EPOLLIN, data=0x560d82efa7f0}) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750554 epoll_pwait2(5, [{events=EPOLLOUT, data=0x560d82efae20}, {events=EPOLLIN, data=0x560d82ef9a20}], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 2 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750596 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f74eca36000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750638 recvfrom(4, &quot;{\&quot;error\&quot;:\&quot;io.systemd.UserDatabas&quot;..., 135152, MSG_DONTWAIT, NULL, NULL) = 66 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750683 epoll_ctl(5, EPOLL_CTL_MOD, 4, {events=0, data=0x560d82ef9a20}) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750719 epoll_pwait2(5, [{events=EPOLLOUT, data=0x560d82efae20}], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750763 epoll_pwait2(5, [{events=EPOLLOUT, data=0x560d82efae20}, {events=EPOLLIN, data=0x560d82efa7f0}], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 2 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750801 epoll_ctl(5, EPOLL_CTL_DEL, 4, NULL) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750836 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750874 munmap(0x7f74eca36000, 135168) = 0 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750918 epoll_pwait2(5, [{events=EPOLLOUT, data=0x560d82efae20}, {events=EPOLLIN, data=0x560d82efa7f0}], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 2 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750956 brk(0x560d82f3c000) &nbsp; &nbsp; = 0x560d82f3c000 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.750991 recvfrom(7, &quot;{\&quot;error\&quot;:\&quot;io.systemd.UserDatabas&quot;..., 131080, MSG_DONTWAIT, NULL, NULL) = 66 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751033 epoll_ctl(5, EPOLL_CTL_MOD, 7, {events=0, data=0x560d82efa7f0}) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751066 epoll_pwait2(5, [{events=EPOLLOUT, data=0x560d82efae20}], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751107 epoll_pwait2(5, [{events=EPOLLOUT, data=0x560d82efae20}], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751143 epoll_ctl(5, EPOLL_CTL_DEL, 7, NULL) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751181 close(7) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751216 epoll_pwait2(5, [{events=EPOLLOUT, data=0x560d82efae20}], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751253 sendto(8, &quot;{\&quot;method\&quot;:\&quot;io.systemd.UserDataba&quot;..., 118, MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 118 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751297 epoll_ctl(5, EPOLL_CTL_MOD, 8, {events=EPOLLIN, data=0x560d82efae20}) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751353 epoll_pwait2(5, [], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751389 recvfrom(8, &quot;{\&quot;error\&quot;:\&quot;io.systemd.UserDatabas&quot;..., 131080, MSG_DONTWAIT, NULL, NULL) = 66 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751430 epoll_ctl(5, EPOLL_CTL_MOD, 8, {events=0, data=0x560d82efae20}) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751461 epoll_pwait2(5, [], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751507 epoll_pwait2(5, [], 24, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751541 epoll_ctl(5, EPOLL_CTL_DEL, 8, NULL) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751572 close(8) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751604 close(5) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751632 close(6) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751660 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751698 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/libnss_sss.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751747 openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libnss_sss.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751784 openat(AT_FDCWD, &quot;libnss_sss.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751887 openat(AT_FDCWD, &quot;/etc/ld.so.cache&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751922 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=137255, ...}, AT_EMPTY_PATH) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751957 mmap(NULL, 137255, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f74eca35000 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.751990 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752026 openat(AT_FDCWD, &quot;/lib64/libnss_sss.so.2&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752068 read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752119 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=48184, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752161 mmap(NULL, 50280, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f74ed1e5000 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752200 mmap(0x7f74ed1e7000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f74ed1e7000 &lt;0.000037&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752260 mmap(0x7f74ed1ee000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f74ed1ee000 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752295 mmap(0x7f74ed1f0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f74ed1f0000 &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752372 close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752451 mprotect(0x7f74ed1f0000, 4096, PROT_READ) = 0 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752497 munmap(0x7f74eca35000, 137255) = 0 &lt;0.000035&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752581 openat(AT_FDCWD, &quot;/var/lib/sss/mc/passwd&quot;, O_RDONLY|O_CLOEXEC) = 3 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752623 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0664, st_size=9253600, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752660 mmap(NULL, 9253600, PROT_READ, MAP_SHARED, 3, 0) = 0x7f74ebc00000 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752699 newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0664, st_size=9253600, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752748 getuid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1298421113 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752777 access(&quot;/home/myuser&quot;, F_OK) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752816 mkdir(&quot;/home/myuser/.config&quot;, 0700) = -1 EEXIST (Файл существует) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752859 newfstatat(AT_FDCWD, &quot;/home/myuser/.config&quot;, {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752915 getcwd(&quot;/home/myuser&quot;, 4096) = 22 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.752964 readlink(&quot;/home&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753000 faccessat2(AT_FDCWD, &quot;/home/&quot;, F_OK, AT_EACCESS) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753036 readlink(&quot;/home&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753069 readlink(&quot;/home/myuser&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753102 faccessat2(AT_FDCWD, &quot;/home/myuser/&quot;, F_OK, AT_EACCESS) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753135 readlink(&quot;/home&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753166 readlink(&quot;/home/myuser&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753197 readlink(&quot;/home/myuser/.config&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753228 faccessat2(AT_FDCWD, &quot;/home/myuser/.config/&quot;, F_OK, AT_EACCESS) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753260 readlink(&quot;/home&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753292 readlink(&quot;/home/myuser&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753336 readlink(&quot;/home/myuser/.config&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753371 readlink(&quot;/home/myuser/.config/libreoffice&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753403 faccessat2(AT_FDCWD, &quot;/home/myuser/.config/libreoffice/&quot;, F_OK, AT_EACCESS) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753435 readlink(&quot;/home&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753467 readlink(&quot;/home/myuser&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753498 readlink(&quot;/home/myuser/.config&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753529 readlink(&quot;/home/myuser/.config/libreoffice&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753561 readlink(&quot;/home/myuser/.config/libreoffice/4&quot;, 0x7fff5178ac20, 1023) = -1 EINVAL (Недопустимый аргумент) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753601 access(&quot;/tmp/.private/myuser&quot;, W_OK) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753638 getuid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1298421113 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753667 socket(AF_UNIX, SOCK_STREAM, 0) = 4 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753704 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753734 connect(4, {sa_family=AF_UNIX, sun_path=&quot;/tmp/.private/myuser/OSL_PIPE_1298421113_SingleOfficeIPC_614f78a714b294367a3f9427c85497eb&quot;}, 110) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000031&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753791 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753822 newfstatat(AT_FDCWD, &quot;/proc/version&quot;, {st_mode=S_IFREG|0444, st_size=0, ...}, 0) = 0 &lt;0.000043&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.753979 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 4 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754034 connect(4, {sa_family=AF_UNIX, sun_path=@&quot;/tmp/.X11-unix/X0&quot;}, 20) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754083 getpeername(4, {sa_family=AF_UNIX, sun_path=@&quot;/tmp/.X11-unix/X0&quot;}, [124 =&gt; 20]) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754168 access(&quot;/home/myuser/.Xauthority&quot;, R_OK) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754205 openat(AT_FDCWD, &quot;/home/myuser/.Xauthority&quot;, O_RDONLY) = 5 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754243 newfstatat(5, &quot;&quot;, {st_mode=S_IFREG|0600, st_size=197, ...}, AT_EMPTY_PATH) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754354 read(5, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754397 close(5) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754424 getsockname(4, {sa_family=AF_UNIX}, [124 =&gt; 2]) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754486 fcntl(4, F_GETFL) &nbsp; &nbsp; &nbsp; = 0x2 (flags O_RDWR) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754515 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754542 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754571 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754610 writev(4, [{iov_base=&quot;l\0\v\0\0\0\22\0\20\0\0\0&quot;, iov_len=12}, {iov_base=&quot;&quot;, iov_len=0}, {iov_base=&quot;MIT-MAGIC-COOKIE-1&quot;, iov_len=18}, {iov_base=&quot;\0\0&quot;, iov_len=2}, {iov_base=&quot;\251mWM\261W 7\20\vw\244\377\317\231\35&quot;, iov_len=16}, {iov_base=&quot;&quot;, iov_len=0}], 6) = 48 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754669 recvfrom(4, 0x560d82ef9fd0, 8, 0, NULL, NULL) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754710 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754763 recvfrom(4, &quot;\1\0\v\0\0\0\213\5&quot;, 8, 0, NULL, NULL) = 8 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754815 recvfrom(4, &quot;\240\245\270\0\0\0\240\7\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0 &nbsp;\10\377\0\0\0\0&quot;..., 5676, 0, NULL, NULL) = 5676 &lt;0.000026&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754933 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.754975 writev(4, [{iov_base=&quot;b\0\5\0\f\0\0\0BIG-REQUESTS&quot;, iov_len=20}], 1) = 20 &lt;0.000026&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755031 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755074 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\0\1\0\0\0\0\0\1\205\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755136 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755178 writev(4, [{iov_base=&quot;\205\0\1\0&quot;, iov_len=4}], 1) = 4 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755223 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755262 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\0\2\0\0\0\0\0\377\377?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755337 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755402 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755443 writev(4, [{iov_base=&quot;7\0\5\0\0\0\240\7\216\2\0\0\10\0\0\0\377\377\377\0\24\0\6\0\216\2\0\0\27\0\0\0&quot;..., iov_len=44}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 44 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755490 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755530 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\10\4\0\344\1\0\0\37\0\0\0\0\0\0\0\217\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 1968 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755585 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755644 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755684 writev(4, [{iov_base=&quot;b\0\5\0\t\0\240\7&quot;, iov_len=8}, {iov_base=&quot;XKEYBOARD&quot;, iov_len=9}, {iov_base=&quot;\0\0\0&quot;, iov_len=3}], 3) = 20 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755739 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755779 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\0\5\0\0\0\0\0\1\207U\211\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755832 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755871 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755911 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.755973 writev(4, [{iov_base=&quot;\207\0\2\0\1\0\0\0&quot;, iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 8 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756028 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756070 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756122 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000022&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756172 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756224 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756264 writev(4, [{iov_base=&quot;b\0\4\0\10\0\0\0&quot;, iov_len=8}, {iov_base=&quot;XINERAMA&quot;, iov_len=8}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 16 &lt;0.000034&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756342 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756400 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\0\7\0\0\0\0\0\1\215\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756455 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756493 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756542 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756582 writev(4, [{iov_base=&quot;b\0\10\0\27\0\0\0&quot;, iov_len=8}, {iov_base=&quot;Generic Event Extension&quot;, iov_len=23}, {iov_base=&quot;\0&quot;, iov_len=1}], 3) = 32 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756630 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756670 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\0\10\0\0\0\0\0\1\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756722 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756761 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756805 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756845 writev(4, [{iov_base=&quot;\200\0\2\0\1\0\0\0&quot;, iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 8 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756889 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756928 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\0\t\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.756980 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757019 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757059 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757098 writev(4, [{iov_base=&quot;\215\5\1\0&quot;, iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 4 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757142 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757182 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\244\n\0\4\0\0\0\2\0\0\0vU\0\0(\215\207DvU\0\0\24\201cDvU\0\0&quot;..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 48 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757236 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757275 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757343 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/intro-ru_RU.png&quot;, O_RDONLY) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000021&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757414 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/intro.png&quot;, O_RDONLY) = 5 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757483 newfstatat(5, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=84230, ...}, AT_EMPTY_PATH) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757532 read(5, &quot;\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\2\210\0\0\0\310\10\6\0\0\0k\216\20&quot;..., 4096) = 4096 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757746 brk(0x560d82f5d000) &nbsp; &nbsp; = 0x560d82f5d000 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757865 brk(0x560d82f7e000) &nbsp; &nbsp; = 0x560d82f7e000 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757935 read(5, &quot;p\242\25\22\33\224R\30\5\312X\342\310\211\226\2650e\317\241\325}DV\263\266FO)A\211\305&quot;..., 4096) = 4096 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.757971 read(5, &quot;\264\3\313\247\237\27\242xm\227\363\3724\264\261pl\341F\16\317\357b{\371\22\257\236y\222]\343&quot;..., 4096) = 4096 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.758899 read(5, &quot;\253v\270\250`\306\327l\335\342\321\250G\\\234\213\30\235,\220\361tRo\230D\16\255%\233\251\22&quot;..., 4096) = 4096 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.758946 read(5, &quot;26\366!\253\334CPZ\340h?\212(\301V\6JK\352\3335\361`\224\23&amp;&amp;\231\265b\10&quot;..., 4096) = 4096 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.759640 read(5, &quot;\341\207\\z\351\245L\235:\225i\323\246\361\267\277\375\215\357}\357{\273\274\326\0\366 \264Bd\372&quot;..., 4096) = 4096 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.759687 read(5, &quot;\25a\6\372\217\36\222\217d\367\205B\240\363\357\277O}\334\3753\177\215\373\334`\30\6\217=\366X&quot;..., 4096) = 4096 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.760087 read(5, &quot;\305a\\\277\377-&lt;w\322\353||\366\6V\237\333\322g\316\235K\266\377\276\t\32!\2368~&amp;&quot;..., 4096) = 4096 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.760126 read(5, &quot;\31\6\237M\207\3015\210JAZ\23,\232\340\343\213b\33=;k\310\253\10\f\332Z\344\330O&amp;&quot;..., 4096) = 4096 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.760567 read(5, &quot;\224\312\35E&lt;\234\340\233\6\3I\342\10A\34\301\373\22\377\261\362{l\356\32\332u\&quot;\27\36k\370&quot;..., 4096) = 4096 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.760648 read(5, &quot;\206\34f\20\365\305\270\343\214?\362\320\271\317rB\311\321\21\22\215\313\233\304)\245g\274\343\375\234v&quot;..., 4096) = 4096 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.761049 read(5, &quot;\235\250b\2053\212\361\251\26&gt;,\2670\332j\365\242\177\375\212\367~\202\10\272\202\332\322^\242\275\1&quot;..., 4096) = 4096 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.761088 read(5, &quot;G\342HK2\232\263\370yX\341?FO1\372\352\353T\16\247A\325\210\255]Kha5ZK&quot;..., 4096) = 4096 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.761599 read(5, &quot;l\334\270\221{\356\271\207\347\237\177\236\321\321\321\267\325[\271d\3109\305\215\370f\313\277\325\264\377\312&quot;..., 4096) = 4096 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.761647 read(5, &quot;\260i\326:66/&amp;\225\354!\223\35*\355+\223N\223\214'q\34\207p\250\5M\rN9&amp;&quot;..., 4096) = 4096 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.762038 read(5, &quot;Ti(\227d~\270\221\256\3640\7\22=H\344\224D\320\363&amp;\321\303\223\231~\376\363\320\23\344\273&quot;..., 4096) = 4096 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.762076 read(5, &quot;K?\340`\345\24Uw\25!\244\5T\243\211\375\32\356`\223\274\332\260p\10\30\364\330%3\30\244&quot;..., 4096) = 4096 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.762731 read(5, &quot;\241\33\373\324[C4\232f\253\203\327\3550U\316\222\313\347\300\25\324\252\5\246\252\5\372\335\36\333\333&quot;..., 4096) = 4096 &lt;0.000021&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.762815 read(5, &quot;\337\370sb\255\222\23\nr\322\343\247\366?\301\376\374\f\277\367\326\327\330\3506v\nX\34\210\3739&quot;..., 4096) = 4096 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.763520 read(5, &quot;Q$v,\262N\370\265\337\32\34\333\346\313\217=\311\263;\366PW\1\357\335\231\347\307\227g\231\313&quot;..., 4096) = 4096 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.763587 read(5, &quot;U\365p\204\335\270u\16\261\230\203\366\25\322\3631j}\206N8O\t\230\245\304\254_\344\302\331&lt;&quot;..., 4096) = 2310 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.764571 close(5) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.764736 access(&quot;/usr/lib64/libreoffice/program/sofficerc&quot;, F_OK) = 0 &lt;0.000031&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.764843 access(&quot;/usr/lib64/libreoffice/program/fundamental.override.ini&quot;, F_OK) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.764899 access(&quot;/usr/lib64/libreoffice/program/oosplashrc&quot;, F_OK) = -1 ENOENT (Нет такого файла или каталога) &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.764944 statfs(&quot;/usr/lib64/libreoffice/program/sofficerc&quot;, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=37517996, f_bfree=4071626, f_bavail=2147620, f_files=9601024, f_ffree=7594652, f_fsid={val=[0x4fca2dd6, 0x45a2c243]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_NOATIME}) = 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765006 openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/sofficerc&quot;, O_RDONLY|O_CLOEXEC) = 5 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765054 newfstatat(5, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=468, ...}, AT_EMPTY_PATH) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765101 pread64(5, &quot;[Bootstrap]\nCrashDirectory=${$BR&quot;..., 4096, 0) = 468 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765151 close(5) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765204 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765247 writev(4, [{iov_base=&quot;\1\0\n\0\1\0\240\7\216\2\0\0|\2\270\1\210\2\310\0\0\0\0\0\0\0\0\0\n\0\0\0&quot;..., iov_len=72}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 72 &lt;0.000030&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765323 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000079&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765462 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\0\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765549 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765621 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000021&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765745 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765834 writev(4, [{iov_base=&quot;T\0\4\0 \0\0\0\0f\0f\0f\270\1&quot;, iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 16 &lt;0.000025&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.765930 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000042&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766026 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\0\16\0\0\0\0\0lflflf\0\0fff\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000028&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766111 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766148 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766190 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766225 writev(4, [{iov_base=&quot;7\0\4\0\2\0\240\7\1\0\240\7\0\0\0\0\22\0\t\0\1\0\240\7'\0\0\0\37\0\0\0&quot;..., iov_len=192}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 192 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766267 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766309 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\0\23\0\0\0\0\0\177\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766389 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766423 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766457 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766490 writev(4, [{iov_base=&quot;\20\1\t\0\32\0\240\7_NET_WM_WINDOW_TYPE_SPLA&quot;..., iov_len=36}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 36 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766526 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766558 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\0\24\0\0\0\0\0\205\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766601 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766632 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766663 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766695 writev(4, [{iov_base=&quot;\22\0\7\0\1\0\240\7\177\1\0\0\4\0\0\0 IND\1\0\0\0\205\1\0\0\20\0\6\0&quot;..., iov_len=52}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 52 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766737 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766772 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\0\26\0\0\0\0\0c\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766815 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766846 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.766888 mmap(NULL, 520192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f74ec952000 &lt;0.000016&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768112 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768156 writev(4, [{iov_base=&quot;\22\0\v\0\1\0\240\7c\1\0\0c\1\0\0 IND\5\0\0\0\17\0\0\0\2\0\0\0&quot;..., iov_len=100}, {iov_base=&quot;\312\312\312\0\310\310\310\0\310\310\310\0\310\310\310\0\310\310\310\0\310\310\310\0\310\310\310\0\310\310\310\0&quot;..., iov_len=261792}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 219264 &lt;0.000053&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768241 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000036&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768309 writev(4, [{iov_base=&quot;\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\37\37\37\0\0\0\0\0\0\0\0\0&quot;..., iov_len=42628}, {iov_base=&quot;&quot;, iov_len=0}], 2) = 42628 &lt;0.000021&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768384 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768420 writev(4, [{iov_base=&quot;H\2\236\372\3\0\240\7\4\0\240\7\210\2c\0\0\0e\0\0\30\0\0&quot;, iov_len=24}, {iov_base=&quot;\310\310\310\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0&quot;..., iov_len=256608}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 219264 &lt;0.000047&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768498 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000024&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768549 writev(4, [{iov_base=&quot;\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0&quot;..., iov_len=37368}, {iov_base=&quot;&quot;, iov_len=0}], 2) = 37368 &lt;0.000017&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768594 munmap(0x7f74ec952000, 520192) = 0 &lt;0.000034&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768655 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768689 writev(4, [{iov_base=&quot;\2\0\4\0\1\0\240\7\1\0\0\0\3\0\240\7&lt;\0\2\0\4\0\240\0076\0\2\0\3\0\240\7&quot;..., iov_len=128}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 128 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768726 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000019&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768772 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768807 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768849 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000035&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.768937 newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/&quot;, {st_mode=S_IFDIR|0755, st_size=12288, ...}, 0) = 0 &lt;0.000028&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769037 openat(AT_FDCWD, &quot;/sys/dev/block/8:0/queue/rotational&quot;, O_RDONLY) = 5 &lt;0.000050&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769138 close(5) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000024&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769201 newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/&quot;, {st_mode=S_IFDIR|0755, st_size=12288, ...}, 0) = 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769256 openat(AT_FDCWD, &quot;/sys/dev/block/8:0/queue/rotational&quot;, O_RDONLY) = 5 &lt;0.000025&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769318 close(5) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769378 rt_sigaction(SIGRT_1, {sa_handler=0x7f74ecc36e20, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f74ecbeca20}, NULL, 8) = 0 &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769428 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769465 mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f74eb3ff000 &lt;0.000024&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769532 mprotect(0x7f74eb400000, 8388608, PROT_READ|PROT_WRITE) = 0 &lt;0.000022&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769601 rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769649 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x7f74ebbff990, parent_tid=0x7f74ebbff990, exit_signal=0, stack=0x7f74eb3ff000, stack_size=0x7ff600, tls=0x7f74ebbff6c0} =&gt; {parent_tid=[3821842]}, 88) = 3821842 &lt;0.000038&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769731 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769770 futex(0x560d82eec700, FUTEX_WAKE_PRIVATE, 1) = 1 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769809 futex(0x560d82eec748, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0 &lt;0.000044&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769880 futex(0x560d82eec700, FUTEX_WAKE_PRIVATE, 1) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.769913 futex(0x560d82f03ed0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0 &lt;0.000783&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.770731 futex(0x560d82f03ee0, FUTEX_WAKE_PRIVATE, 1) = 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:38.770783 read(7, &quot;/usr/lib/jvm/java-25-openjdk-25.&quot;..., 4096) = 277 &lt;0.332376&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.103346 close(7) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000027&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.103499 pipe2([5, 6], 0) &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000118&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.103742 rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0 &lt;0.000081&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.103911 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x7f74ebbff990, parent_tid=0x7f74ebbff990, exit_signal=0, stack=0x7f74eb3ff000, stack_size=0x7ff600, tls=0x7f74ebbff6c0} =&gt; {parent_tid=[3821864]}, 88) = 3821864 &lt;0.000126&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.104099 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.104138 futex(0x560d82efb090, FUTEX_WAKE_PRIVATE, 1) = 1 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.104171 futex(0x560d82efb0d8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0 &lt;0.000025&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.104228 futex(0x560d82efb090, FUTEX_WAKE_PRIVATE, 1) = 0 &lt;0.000018&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.104482 futex(0x560d82f03ed0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0 &lt;0.000528&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.105051 futex(0x560d82f03ee0, FUTEX_WAKE_PRIVATE, 1) = 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.105101 close(6) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.105144 futex(0x560d82f03da0, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=513500, tv_nsec=293835437}, FUTEX_BITSET_MATCH_ANY) = -1 ETIMEDOUT (Время ожидания соединения истекло) &lt;0.250083&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.355416 futex(0x560d82f03db0, FUTEX_WAKE_PRIVATE, 1) = 0 &lt;0.000065&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.355680 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000075&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.355925 writev(4, [{iov_base=&quot;8\0\4\0\2\0\240\7\4\0\0\0fff\0C\0\5\0\1\0\240\7\2\0\240\7\36\0\221\0&quot;..., iov_len=72}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 72 &lt;0.000072&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.356063 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.356114 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.356152 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.356184 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000007&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.356217 read(5, &quot;10%\n&quot;, 255) &nbsp; = 4 &lt;0.284273&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.640602 futex(0x560d82f03da0, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=513500, tv_nsec=829288266}, FUTEX_BITSET_MATCH_ANY) = -1 ETIMEDOUT (Время ожидания соединения истекло) &lt;0.250033&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.890725 futex(0x560d82f03db0, FUTEX_WAKE_PRIVATE, 1) = 0 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.890781 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000013&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.890843 writev(4, [{iov_base=&quot;8\0\4\0\2\0\240\7\4\0\0\0fff\0C\0\5\0\1\0\240\7\2\0\240\7\36\0\221\0&quot;..., iov_len=72}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 72 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.890904 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.890960 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.890997 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.891033 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.891067 read(5, &quot;20%\n25%\n30%\n35%\n40%\n50%\n55%\n60%\n&quot;..., 255) = 49 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.891117 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.891153 writev(4, [{iov_base=&quot;&lt;\0\2\0\2\0\240\7&lt;\0\2\0\0\0\240\7+\0\1\0&quot;, iov_len=20}, {iov_base=NULL, iov_len=0}, {iov_base=&quot;&quot;, iov_len=0}], 3) = 20 &lt;0.000011&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.891193 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.891231 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=&quot;\1\1/\0\0\0\0\0\v\0\300\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 &lt;0.000010&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.891293 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000014&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.891365 recvmsg(4, {msg_namelen=0}, 0) = -1 EAGAIN (Ресурс временно недоступен) &lt;0.000008&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.891443 shutdown(4, SHUT_RDWR) &nbsp;= 0 &lt;0.000009&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.891474 close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000015&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:39.891645 futex(0x560d82f03da0, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=514525, tv_nsec=80330097}, FUTEX_BITSET_MATCH_ANY) = 0 &lt;4.948161&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:44.839885 futex(0x560d82f03db0, FUTEX_WAKE_PRIVATE, 1) = 0 &lt;0.000012&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:44.839950 close(5) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 &lt;0.000020&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:44.840177 exit_group(0) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = ?</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">16:23:44.840787 +++ exited with 0 +++</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/70ded1cc</link>
    <pubDate>Mon, 24 Aug 2026 15:58:52 +0300</pubDate>
    <dc:creator>Оттенок Партдридж</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/70ded1cc</guid>
    <description><![CDATA[execve(&quot;/usr/bin/libreoffice&quot;, [&quot;libreoffice&quot;, &quot;--writer&quot;], 0x7ffeb516a278 /* 88 vars */) = 0 brk(NULL) = 0x55b5955f6000 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,&#8230;]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">execve(&quot;/usr/bin/libreoffice&quot;, [&quot;libreoffice&quot;, &quot;--writer&quot;], 0x7ffeb516a278 /* 88 vars */) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">brk(NULL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x55b5955f6000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb09a4a6000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/NX/lib/libnxegl.so&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0V\0\0\0\0\0\0&quot;..., 832) = 832</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=129064, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 4325168, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_DENYWRITE, -1, 0) = 0x7fb09a086000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a200000, 2228016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x7fb09a200000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">munmap(0x7fb09a086000, 1548288) &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">munmap(0x7fb09a420000, 548656) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fb09a21e000, 2093056, PROT_NONE) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a41d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7fb09a41d000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">access(&quot;/etc/ld.so.preload&quot;, R_OK) &nbsp; &nbsp; &nbsp;= -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/etc/ld.so.cache&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=137255, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 137255, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb09a484000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/lib64/libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0P~\2\0\0\0\0\0&quot;..., 832) = 832</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pread64(3, &quot;\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0&quot;..., 784, 64) = 784</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=1946536, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pread64(3, &quot;\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0&quot;..., 784, 64) = 784</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 1998288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fb09a018000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a03e000, 1417216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7fb09a03e000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a198000, 348160, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x180000) = 0x7fb09a198000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a1ed000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d4000) = 0x7fb09a1ed000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a1f3000, 52688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fb09a1f3000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/lib64/libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14536, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fb09a47f000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a480000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fb09a480000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a481000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fb09a481000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a482000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fb09a482000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a483000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fb09a483000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/lib64/librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14680, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fb09a47a000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a47b000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fb09a47b000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a47c000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fb09a47c000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a47d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fb09a47d000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a47e000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fb09a47e000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/lib64/libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14544, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fb09a475000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a476000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fb09a476000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a477000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fb09a477000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a478000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fb09a478000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fb09a479000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fb09a479000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb09a473000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">arch_prctl(ARCH_SET_FS, 0x7fb09a4743c0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">set_tid_address(0x7fb09a474690) &nbsp; &nbsp; &nbsp; &nbsp; = 3806674</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">set_robust_list(0x7fb09a4746a0, 24) &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rseq({cpu_id_start=0, cpu_id=RSEQ_CPU_ID_UNINITIALIZED, rseq_cs=NULL, flags=0, node_id=0, mm_cid=0, slice_ctrl={request=0, granted=0, __reserved=0}, __reserved=0}, 32, 0, 0x53053053) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fb09a1ed000, 16384, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fb09a478000, 4096, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fb09a47d000, 4096, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fb09a482000, 4096, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x55b568ed0000, 8192, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fb09a4e0000, 8192, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">munmap(0x7fb09a484000, 137255) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3806674</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getrandom(&quot;\x8f\x32\xb1\x71\xde\x98\x81\x82&quot;, 8, GRND_NONBLOCK) = 8</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">brk(NULL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x55b5955f6000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">brk(0x55b595617000) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x55b595617000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">readlink(&quot;/proc/3806674/exe&quot;, &quot;/usr/bin/sh5&quot;, 1023) = 12</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/dev/tty&quot;, O_RDWR|O_NONBLOCK) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/locale-archive&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/share/locale/locale.alias&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_IDENTIFICATION&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_IDENTIFICATION&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=341, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 341, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb09a4a5000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib64/gconv/gconv-modules.cache&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=27012, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 27012, PROT_READ, MAP_SHARED, 3, 0) = 0x7fb09a49e000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">futex(0x7fb09a1f272c, FUTEX_WAKE_PRIVATE, 2147483647) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MEASUREMENT&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MEASUREMENT&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=23, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb09a49d000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_TELEPHONE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_TELEPHONE&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=52, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 52, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb09a49c000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_ADDRESS&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_ADDRESS&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=165, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 165, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb09a49b000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_NAME&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_NAME&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=62, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 62, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb09a49a000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_PAPER&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_PAPER&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=34, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb09a499000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MESSAGES/SYS_LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=70, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 70, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb09a498000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MONETARY&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MONETARY&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=294, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 294, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb09a497000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_COLLATE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_COLLATE&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=2586930, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 2586930, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb099c00000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_TIME&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_TIME&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=3416, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 3416, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb09a496000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_NUMERIC&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_NUMERIC&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=58, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 58, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb09a495000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_CTYPE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_CTYPE&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=357584, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 357584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb099fc0000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getuid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1298421113</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getgid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1298400513</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">geteuid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1298421113</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getegid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1298400513</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">sysinfo({uptime=511511, loads=[74752, 61696, 89216], totalram=16710262784, freeram=624386048, sharedram=190816256, bufferram=3040415744, totalswap=35127291904, freeswap=32371535872, procs=1790, totalhigh=0, freehigh=0, mem_unit=1}) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb09a055a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">uname({sysname=&quot;Linux&quot;, nodename=&quot;ccalibre.silar.local&quot;, ...}) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/home/agp@silar.local&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;.&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/home&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/home/agp@silar.local&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3806674</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3806672</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3806674</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3806672</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3806674</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3806672</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getpgrp() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3806672</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">ioctl(2, TIOCGPGRP, [3806672]) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=0x55b568e4a650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb09a055a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">prlimit64(0, RLIMIT_NPROC, NULL, {rlim_cur=4*1024, rlim_max=5*1024}) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/bin/libreoffice&quot;, O_RDONLY) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/usr/bin/libreoffice&quot;, {st_mode=S_IFREG|0755, st_size=60, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">ioctl(3, TCGETS, 0x7fff36555e20) &nbsp; &nbsp; &nbsp; &nbsp;= -1 ENOTTY (Неприменимый к данному устройству ioctl)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(3, 0, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;#!/bin/sh\nexec /usr/lib64/libreo&quot;..., 80) = 60</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(3, 0, SEEK_SET) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1024, rlim_max=16*1024}) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fcntl(255, F_GETFD) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = -1 EBADF (Неправильный дескриптор файла)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">dup2(3, 255) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 255</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fcntl(255, F_SETFD, FD_CLOEXEC) &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fcntl(255, F_GETFL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x8000 (flags O_RDONLY|O_LARGEFILE)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(255, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=60, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(255, 0, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(255, &quot;#!/bin/sh\nexec /usr/lib64/libreo&quot;..., 60) = 60</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb09a055a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb09a055a20}, {sa_handler=0x55b568e4a650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb09a055a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">execve(&quot;/usr/lib64/libreoffice/program/soffice&quot;, [&quot;/usr/lib64/libreoffice/program/s&quot;..., &quot;--writer&quot;], 0x55b59560cf00 /* 88 vars */) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">brk(NULL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x55b19401d000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc5c770e000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/NX/lib/libnxegl.so&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0V\0\0\0\0\0\0&quot;..., 832) = 832</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=129064, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 4325168, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_DENYWRITE, -1, 0) = 0x7fc5c72ee000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c7400000, 2228016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x7fc5c7400000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">munmap(0x7fc5c72ee000, 1122304) &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">munmap(0x7fc5c7620000, 974640) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fc5c741e000, 2093056, PROT_NONE) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c761d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7fc5c761d000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">access(&quot;/etc/ld.so.preload&quot;, R_OK) &nbsp; &nbsp; &nbsp;= -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/etc/ld.so.cache&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=137255, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 137255, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c76ec000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/lib64/libc.so.6&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0P~\2\0\0\0\0\0&quot;..., 832) = 832</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pread64(3, &quot;\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0&quot;..., 784, 64) = 784</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=1946536, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pread64(3, &quot;\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0&quot;..., 784, 64) = 784</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 1998288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc5c7218000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c723e000, 1417216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7fc5c723e000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c7398000, 348160, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x180000) = 0x7fc5c7398000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c73ed000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d4000) = 0x7fc5c73ed000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c73f3000, 52688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc5c73f3000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/lib64/libdl.so.2&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14536, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc5c76e7000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76e8000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fc5c76e8000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76e9000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fc5c76e9000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76ea000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fc5c76ea000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76eb000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc5c76eb000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/lib64/librt.so.1&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14680, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc5c76e2000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76e3000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fc5c76e3000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76e4000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fc5c76e4000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76e5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fc5c76e5000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76e6000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc5c76e6000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;glibc-hwcaps/x86-64-v2/libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/lib64/libpthread.so.0&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\0\0\0\0\0\0\0&quot;..., 832) = 832</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=14544, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 16392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc5c76dd000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76de000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fc5c76de000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76df000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fc5c76df000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76e0000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fc5c76e0000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(0x7fc5c76e1000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc5c76e1000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc5c76db000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">arch_prctl(ARCH_SET_FS, 0x7fc5c76dc3c0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">set_tid_address(0x7fc5c76dc690) &nbsp; &nbsp; &nbsp; &nbsp; = 3806674</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">set_robust_list(0x7fc5c76dc6a0, 24) &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rseq({cpu_id_start=0, cpu_id=RSEQ_CPU_ID_UNINITIALIZED, rseq_cs=NULL, flags=0, node_id=0, mm_cid=0, slice_ctrl={request=0, granted=0, __reserved=0}, __reserved=0}, 32, 0, 0x53053053) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fc5c73ed000, 16384, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fc5c76e0000, 4096, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fc5c76e5000, 4096, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fc5c76ea000, 4096, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x55b1599b5000, 8192, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mprotect(0x7fc5c7748000, 8192, PROT_READ) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">munmap(0x7fc5c76ec000, 137255) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3806674</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getrandom(&quot;\x66\xa9\x83\x2c\x3d\x15\x4d\x1d&quot;, 8, GRND_NONBLOCK) = 8</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">brk(NULL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x55b19401d000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">brk(0x55b19403e000) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x55b19403e000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">readlink(&quot;/proc/3806674/exe&quot;, &quot;/usr/bin/sh5&quot;, 1023) = 12</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/dev/tty&quot;, O_RDWR|O_NONBLOCK) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/locale-archive&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/share/locale/locale.alias&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_IDENTIFICATION&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_IDENTIFICATION&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=341, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 341, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c770d000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib64/gconv/gconv-modules.cache&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=27012, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 27012, PROT_READ, MAP_SHARED, 3, 0) = 0x7fc5c7706000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">futex(0x7fc5c73f272c, FUTEX_WAKE_PRIVATE, 2147483647) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MEASUREMENT&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MEASUREMENT&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=23, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c7705000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_TELEPHONE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_TELEPHONE&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=52, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 52, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c7704000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_ADDRESS&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_ADDRESS&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=165, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 165, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c7703000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_NAME&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_NAME&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=62, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 62, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c7702000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_PAPER&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_PAPER&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=34, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c7701000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MESSAGES/SYS_LC_MESSAGES&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=70, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 70, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c7700000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_MONETARY&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_MONETARY&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=294, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 294, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c76ff000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_COLLATE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_COLLATE&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=2586930, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 2586930, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c6e00000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_TIME&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_TIME&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=3416, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 3416, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c76fe000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_NUMERIC&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_NUMERIC&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=58, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 58, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c76fd000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.UTF-8/LC_CTYPE&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib/locale/ru_RU.utf8/LC_CTYPE&quot;, O_RDONLY|O_CLOEXEC) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0644, st_size=357584, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">mmap(NULL, 357584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc5c7683000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getuid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1298421113</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getgid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1298400513</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">geteuid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1298421113</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getegid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1298400513</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">sysinfo({uptime=511511, loads=[74752, 61696, 89216], totalram=16710262784, freeram=624386048, sharedram=190816256, bufferram=3040415744, totalswap=35127291904, freeswap=32371535872, procs=1790, totalhigh=0, freehigh=0, mem_unit=1}) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">uname({sysname=&quot;Linux&quot;, nodename=&quot;ccalibre.silar.local&quot;, ...}) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/home/agp@silar.local&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;.&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/home&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/home/agp@silar.local&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3806674</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3806672</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3806674</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3806672</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getpid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3806674</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getppid() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3806672</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">getpgrp() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3806672</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">ioctl(2, TIOCGPGRP, [3806672]) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">prlimit64(0, RLIMIT_NPROC, NULL, {rlim_cur=4*1024, rlim_max=5*1024}) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/soffice&quot;, O_RDONLY) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/soffice&quot;, {st_mode=S_IFREG|0755, st_size=6912, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">ioctl(3, TCGETS, 0x7ffe1911a190) &nbsp; &nbsp; &nbsp; &nbsp;= -1 ENOTTY (Неприменимый к данному устройству ioctl)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(3, 0, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;#!/bin/sh\n#\n# This file is part &quot;..., 80) = 80</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(3, 0, SEEK_SET) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1024, rlim_max=16*1024}) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fcntl(255, F_GETFD) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = -1 EBADF (Неправильный дескриптор файла)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">dup2(3, 255) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 255</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fcntl(255, F_SETFD, FD_CLOEXEC) &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fcntl(255, F_GETFL) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x8000 (flags O_RDONLY|O_LARGEFILE)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(255, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=6912, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(255, 0, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(255, &quot;#!/bin/sh\n#\n# This file is part &quot;..., 6912) = 6912</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">faccessat2(AT_FDCWD, &quot;/etc/sysconfig/libreoffice5&quot;, R_OK, AT_EACCESS) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">openat(AT_FDCWD, &quot;/etc/sysconfig/libreoffice5&quot;, O_RDONLY) = 3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(3, &quot;&quot;, {st_mode=S_IFREG|0755, st_size=456, ...}, AT_EMPTY_PATH) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;# STAR_PROFILE_LOCKING_DISABLED=&quot;..., 456) = 456</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(255, -5882, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1030</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc5c76dc690) = 3806675</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;/home/agp@silar.local\n&quot;, 4096) = 22</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3806675, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 3806675</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, 0x7ffe191182d0, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigreturn({mask=[INT]}) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(255, &quot;sd_res=\&quot;$0\&quot;\nwhile [ -h \&quot;$sd_res\&quot;&quot;..., 6912) = 5882</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/soffice&quot;, {st_mode=S_IFREG|0755, st_size=6912, ...}, AT_SYMLINK_NOFOLLOW) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(255, -5632, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1280</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc5c76dc690) = 3806676</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;/usr/lib64/libreoffice/program\n&quot;, 4096) = 31</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3806676, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 3806676</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, 0x7ffe19119390, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigreturn({mask=[INT]}) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 64</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(255, &quot;cd \&quot;$sd_dirname\&quot; || exit $?\nsd_p&quot;..., 6912) = 5632</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/usr&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/usr/lib64&quot;, {st_mode=S_IFDIR|0755, st_size=241664, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program&quot;, {st_mode=S_IFDIR|0755, st_size=12288, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">chdir(&quot;/usr/lib64/libreoffice/program&quot;) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(255, -5589, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1323</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc5c76dc690) = 3806677</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;/usr/lib64/libreoffice/program\n&quot;, 4096) = 31</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3806677, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 3806677</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, 0x7ffe191182d0, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigreturn({mask=[INT]}) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(255, &quot;cd \&quot;$sd_cwd\&quot; || exit $?\n\n# linke&quot;..., 6912) = 5589</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/home&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/home/agp@silar.local&quot;, {st_mode=S_IFDIR|0710, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">chdir(&quot;/home/agp@silar.local&quot;) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/usr/lib64/libreoffice/program/ooenv&quot;, 0x7ffe19119cf0, 0) = -1 ENOENT (Нет такого файла или каталога)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">brk(0x55b19405f000) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0x55b19405f000</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">fcntl(0, F_GETFD) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [CHLD], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [CHLD], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [INT TERM CHLD], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [INT TERM CHLD], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(255, -1865, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 5047</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc5c76dc690) = 3806678</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= -1 EBADF (Неправильный дескриптор файла)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [CHLD], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [CHLD], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc5c76dc690) = 3806679</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], 0, NULL) = 3806678</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 1}], 0, NULL) = 3806679</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">ioctl(2, TIOCGWINSZ, {ws_row=45, ws_col=130, ws_xpixel=1300, ws_ypixel=810}) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= -1 EBADF (Неправильный дескриптор файла)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3806678, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, 0x7ffe19119750, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigreturn({mask=[]}) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(255, &quot;\ncase \&quot;$(uname -s)\&quot; in\nOpenBSD)\n&quot;..., 6912) = 1865</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(255, -1324, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 5588</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc5c76dc690) = 3806680</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;Linux\n&quot;, 4096) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 6</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3806680, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 3806680</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, 0x7ffe19119690, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigreturn({mask=[INT]}) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 101</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(255, &quot;\n# restore locale setting, avoid&quot;..., 6912) = 1324</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/home/agp@silar.local/.mozilla/firefox&quot;, {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(255, -273, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 6639</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc5c76dc690) = 3806681</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], 0, NULL) = 3806681</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3806681, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, 0x7ffe19118650, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigreturn({mask=[]}) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(255, &quot;test -n \&quot;$MOZILLA_CERTIFICATE_FO&quot;..., 6912) = 273</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/home/agp@silar.local/.mozilla&quot;, {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(255, -198, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 6714</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc5c76dc690) = 3806682</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3, &quot;&quot;, 4096) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 0}], 0, NULL) = 3806682</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b159931fd0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3806682, si_uid=1298421113, si_status=0, si_utime=0, si_stime=0} ---</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">wait4(-1, 0x7ffe19118650, WNOHANG, NULL) = -1 ECHILD (Нет дочерних процессов)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigreturn({mask=[]}) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(255, &quot;test -n \&quot;$MOZILLA_CERTIFICATE_FO&quot;..., 6912) = 198</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">newfstatat(AT_FDCWD, &quot;/home/agp@silar.local/.local&quot;, {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pipe2([3, 4], 0) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, NULL, [], 8) &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">lseek(255, -129, SEEK_CUR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 6783</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc5c76dc690) = 3806683</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigaction(SIGCHLD, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, {sa_handler=0x55b15992f650, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fc5c7255a20}, 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">close(4) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">read(3</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>SEAI_MANJARO_VALUES</title>
    <link>https://paste.manjaro.ru/view/77877510</link>
    <pubDate>Wed, 11 Mar 2026 23:59:05 +0300</pubDate>
    <dc:creator>Фанковый Бонго</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/77877510</guid>
    <description><![CDATA[SEAI_MANJARO_VALUES Year,Coal+Lignite_GWh,Jet+Kerosene_GWh,Milled+SodPeat_GWh,Biomass+Biogas_GWh 1990,24245,5540,16063,1253 1991,22694,5834,14665,1204 1992,20317,5259,15299,1066 1993,20236,6974,14067,1086&#8230;]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">SEAI_MANJARO_VALUES</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Year,Coal+Lignite_GWh,Jet+Kerosene_GWh,Milled+SodPeat_GWh,Biomass+Biogas_GWh</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">1990,24245,5540,16063,1253</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">1991,22694,5834,14665,1204</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">1992,20317,5259,15299,1066</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">1993,20236,6974,14067,1086</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">1994,19399,6386,14232,1085</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">1995,20115,6694,14031,1068</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>test</title>
    <link>https://paste.manjaro.ru/view/f55c9ff3</link>
    <pubDate>Wed, 11 Mar 2026 23:58:39 +0300</pubDate>
    <dc:creator>Джинсовый Бабуин</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/f55c9ff3</guid>
    <description><![CDATA[hello manjaro]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">hello manjaro</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/8f1439fa</link>
    <pubDate>Fri, 20 Feb 2026 18:52:22 +0300</pubDate>
    <dc:creator>Паршивый Панда</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/8f1439fa</guid>
    <description><![CDATA[The intrinsic value of restricted stock awards vested during the years ended December 31, 2016, 2015 and 2014 was $25 million, $31 million and $17 million, respectively. Restricted stock awards made to&#8230;]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">The intrinsic value of restricted stock awards vested during the years ended December 31, 2016, 2015 and 2014 was $25 million, $31 million and $17 million, respectively. Restricted stock awards made to employees have vesting periods ranging from 1 year with variable vesting dates to 10 years. Following is a summary of the future vesting of our outstanding restricted stock awards:</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Year&nbsp; &nbsp; Vesting of Restricted Shares</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">2017&nbsp; &nbsp; 1,476,832</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">2018&nbsp; &nbsp; 2,352,443</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">2019&nbsp; &nbsp; 4,358,728</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">2020&nbsp; &nbsp; 539,790</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">2021&nbsp; &nbsp; 199,850</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Thereafter&nbsp; &nbsp; &nbsp; 110,494</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Total Outstanding &nbsp; &nbsp; &nbsp; 9,038,137</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/9dc836f1</link>
    <pubDate>Fri, 20 Feb 2026 18:51:44 +0300</pubDate>
    <dc:creator>Вместительный Обезьян</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/9dc836f1</guid>
    <description><![CDATA[hello]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">hello</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/51dff8b7</link>
    <pubDate>Fri, 20 Feb 2026 13:38:42 +0300</pubDate>
    <dc:creator>Болтающийся Сова</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/51dff8b7</guid>
    <description><![CDATA[dasdasd]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">dasdasd</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/9d5cd872</link>
    <pubDate>Fri, 20 Feb 2026 13:37:16 +0300</pubDate>
    <dc:creator>Крошечный Ржан</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/9d5cd872</guid>
    <description><![CDATA[dasdasdasd]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">dasdasdasd</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/e23d4a6a</link>
    <pubDate>Mon, 02 Feb 2026 09:25:55 +0300</pubDate>
    <dc:creator>Неряшливый Броненосец</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/e23d4a6a</guid>
    <description><![CDATA[# grep ad_gpo /etc/sssd/sssd.conf
ad_gpo_ignore_unreadable = True
ad_gpo_map_network = +nx
ad_gpo_map_batch = +crond
]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># grep ad_gpo /etc/sssd/sssd.conf</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">ad_gpo_ignore_unreadable = True</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">ad_gpo_map_network = +nx</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">ad_gpo_map_batch = +crond</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/1248acff</link>
    <pubDate>Wed, 28 Jan 2026 23:04:51 +0300</pubDate>
    <dc:creator>Летящий Жираф</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/1248acff</guid>
    <description><![CDATA[# rpm -qa | grep cron
crontab-control-1.1-alt1.noarch
vixie-cron-4.1.20060426-alt10.3.x86_64
kcron-25.08.3-alt1.x86_64
crontabs-1.8-alt1.noarch
osec-cert-cronjob-1.3.2.1-alt2.noarch
]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># rpm -qa | grep cron</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">crontab-control-1.1-alt1.noarch</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">vixie-cron-4.1.20060426-alt10.3.x86_64</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">kcron-25.08.3-alt1.x86_64</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">crontabs-1.8-alt1.noarch</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">osec-cert-cronjob-1.3.2.1-alt2.noarch</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/0b7e48ca</link>
    <pubDate>Wed, 28 Jan 2026 23:02:03 +0300</pubDate>
    <dc:creator>Быстрый Бабуин</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/0b7e48ca</guid>
    <description><![CDATA[# control crontab
public
]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"># control crontab</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">public</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/dfedd7da</link>
    <pubDate>Wed, 28 Jan 2026 23:01:11 +0300</pubDate>
    <dc:creator>Анорексичный Пчела</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/dfedd7da</guid>
    <description><![CDATA[$ id
uid=1298421113(user@domain.local) gid=1298400513(domain users@domain.local)]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">$ id</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">uid=1298421113(user@domain.local) gid=1298400513(domain users@domain.local)</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/b3cb88c7</link>
    <pubDate>Wed, 28 Jan 2026 22:59:15 +0300</pubDate>
    <dc:creator>Любезный Сурикат</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/b3cb88c7</guid>
    <description><![CDATA[$ crontab -l #minute (0-59), #| hour (0-23), #| | day of the month (1-31), #| | | month of the year (1-12), #| | | | day of the week (0-6 with 0=Sunday). #| | | | | commands */5 * * * * /usr/bin/rsync&#8230;]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">$ crontab -l</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#minute (0-59),</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#| &nbsp;hour (0-23),</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#| &nbsp;| &nbsp;day of the month (1-31),</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#| &nbsp;| &nbsp;| &nbsp;month of the year (1-12),</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#| &nbsp;| &nbsp;| &nbsp;| &nbsp;day of the week (0-6 with 0=Sunday).</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">#| &nbsp;| &nbsp;| &nbsp;| &nbsp;| &nbsp;commands</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">*/5 * * * * /usr/bin/rsync -vv -a --delete nobody@192.168.1.10::mybestfolder /opt/mybestfolder &nbsp;&gt; /tmp/rsync_debug.log 2&gt;&amp;1</div></li>
</ol></div>]]></content:encoded>
</item>
<item>
    <title>Без названия</title>
    <link>https://paste.manjaro.ru/view/8d213613</link>
    <pubDate>Wed, 28 Jan 2026 22:58:25 +0300</pubDate>
    <dc:creator>Ненадежный Тапир</dc:creator>
    <guid isPermaLink="false">https://paste.manjaro.ru/view/8d213613</guid>
    <description><![CDATA[systemctl status crond ● crond.service - Vixie Cron Daemon Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled; preset: enabled) Active: active (running) since Wed 2026-01-28 19:44:39 MSK;&#8230;]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">systemctl status crond</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">● crond.service - Vixie Cron Daemon</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp;Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled; preset: enabled)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp;Active: active (running) since Wed 2026-01-28 19:44:39 MSK; 2h 35min ago</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;Invocation: 70b8a3131e6d4db38fd1d4f1e759bd92</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp;Main PID: 1686 (crond)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; Tasks: 1 (limit: 18784)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp;Memory: 600K (peak: 1.2M)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; CPU: 8ms</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp;CGroup: /system.slice/crond.service</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;└─1686 /usr/sbin/crond -n</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
</ol></div>]]></content:encoded>
</item>
</channel>
</rss>
