  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 135, in runtestprotocol
    reports.append(call_and_report(item, "teardown", log, nextitem=nextitem))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 183, in pytest_runtest_teardown
    item.session._setupstate.teardown_exact(nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543, in teardown_exact
    fin()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042, in finish
    func()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926, in _teardown_yield_fixture
    next(it)
  File "contrib/python/pytest/py3/_pytest/python.py", line 847, in xunit_setup_class_fixture
    _call_with_optional_argument(func, self.obj)
  File "contrib/python/pytest/py3/_pytest/python.py", line 764, in _call_with_optional_argument
    func(arg)
  File "/home/runner/.ya/build/build_root/ax2i/0017cc/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/ax2i/0017cc/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63, in stop
    self._temp_ydb_cluster.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 632, in stop
    thread.join()
  File "contrib/tools/python3/Lib/threading.py", line 1149, in join
    self._wait_for_tstate_lock()
  File "contrib/tools/python3/Lib/threading.py", line 1169, in _wait_for_tstate_lock
    if lock.acquire(block, timeout):
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()
Thread 0x00007b9497da3640 (most recent call first):
  File "ydb/tests/library/common/wait_for.py", line 19 in wait_for
  File "ydb/tests/library/harness/daemon.py", line 198 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 262 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 607 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 621 in stop_node
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b949edfd640 (most recent call first):
  File "ydb/tests/library/common/wait_for.py", line 19 in wait_for
  File "ydb/tests/library/harness/daemon.py", line 198 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 262 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 607 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 621 in stop_node
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b949a109640 (most recent call first):
  File "ydb/tests/library/common/wait_for.py", line 19 in wait_for
  File "ydb/tests/library/harness/daemon.py", line 198 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 262 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 607 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 621 in stop_node
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b94a3ab9640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/ydb/py3/ydb/pool.py", line 274 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Current thread 0x00007f94d616aa40 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1624 in _shutdown

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...a/build/build_root/ax2i/0017cc/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ax2i/0017cc/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ax2i/0017cc', '--source-root', '/home/runner/.ya/build/build_root/ax2i/0017cc/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ax2i/0017cc/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...a/build/build_root/ax2i/0017cc/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ax2i/0017cc/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ax2i/0017cc', '--source-root', '/home/runner/.ya/build/build_root/ax2i/0017cc/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ax2i/0017cc/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout",), {})
Thread 0 failed
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 3098 30% 3098 50% 3098 90% 3098 99% 3098 ms
Write: 10% 8217 30% 8217 50% 8217 90% 8217 99% 8217 ms
Write: 10% 13440 30% 13440 50% 13440 90% 13440 99% 13440 ms
Write: 10% 15080 30% 15080 50% 15080 90% 15080 99% 15080 ms
Write: 10% 17645 30% 17645 50% 17645 90% 17645 99% 17645 ms
Write: 10% 16541 30% 16541 50% 16541 90% 16541 99% 16541 ms
Write: 10% 17658 30% 17658 50% 17658 90% 17658 99% 17658 ms
Write: 10% 21607 30% 21607 50% 21607 90% 21607 99% 21607 ms
Write: 10% 23146 30% 23146 50% 23146 90% 23146 99% 23146 ms
Write: 10% 25771 30% 25771 50% 25771 90% 25771 99% 25771 ms
Write: 10% 25457 30% 25457 50% 25457 90% 25457 99% 25457 ms
Write: 10% 25862 30% 25862 50% 25862 90% 25862 99% 25862 ms
Write: 10% 23858 30% 23858 50% 23858 90% 23858 99% 23858 ms
Write: 10% 21435 30% 21435 50% 21435 90% 21435 99% 21435 ms
Write: 10% 22019 30% 22019 50% 22019 90% 22019 99% 22019 ms
Write: 10% 23984 30% 23984 50% 23984 90% 23984 99% 23984 ms
Write: 10% 24108 30% 24108 50% 24108 90% 24108 99% 24108 ms
Write: 10% 21702 30% 21702 50% 21702 90% 21702 99% 21702 ms
Write: 10% 28166 30% 28166 50% 28166 90% 28166 99% 28166 ms
Write: 10% 23759 30% 23759 50% 23759 90% 23759 99% 23759 ms
Write: 10% 19649 30% 19649 50% 19649 90% 19649 99% 19649 ms
Write: 10% 9485 30% 9485 50% 9485 90% 9485 99% 9485 ms
Write: 10% 11837 30% 11837 50% 11837 90% 11837 99% 11837 ms
Write: 10% 19454 30% 19454 50% 19454 90% 19454 99% 19454 ms
Write: 10% 18105 30% 18105 50% 18105 90% 18105 99% 18105 ms
Write: 10% 13785 30% 13785 50% 13785 90% 13785 99% 13785 ms
Write: 10% 18798 30% 18798 50% 18798 90% 18798 99% 18798 ms
Write: 10% 15823 30% 15823 50% 15823 90% 15823 99% 15823 ms
Write: 10% 7534 30% 7534 50% 7534 90% 7534 99% 7534 ms
Write: 10% 10098 30% 10098 50% 10098 90% 10098 99% 10098 ms
Write: 10% 16721 30% 16721 50% 16721 90% 16721 99% 16721 ms
Write: 10% 11536 30% 11536 50% 11536 90% 11536 99% 11536 ms
Write: 10% 26471 30% 26471 50% 26471 90% 26471 99% 26471 ms
Write: 10% 19493 30% 19493 50% 19493 90% 19493 99% 19493 ms
Write: 10% 18850 30% 18850 50% 18850 90% 18850 99% 18850 ms
Write: 10% 16015 30% 16015 50% 16015 90% 16015 99% 16015 ms
Write: 10% 7293 30% 7293 50% 7293 90% 7293 99% 7293 ms
Write: 10% 11055 30% 11055 50% 11055 90% 11055 99% 11055 ms
Write: 10% 5671 30% 5671 50% 5671 90% 5671 99% 5671 ms
Write: 10% 4250 30% 4250 50% 4250 90% 4250 99% 4250 ms
Write: 10% 5160 30% 5160 50% 5160 90% 5160 99% 5160 ms
Write: 10% 8325 30% 8325 50% 8325 90% 8325 99% 8325 ms
Write: 10% 5535 30% 5535 50% 5535 90% 5535 99% 5535 ms
Write: 10% 8117 30% 8117 50% 8117 90% 8117 99% 8117 ms
Write: 10% 15122 30% 15122 50% 15122 90% 15122 99% 15122 ms
Write: 10% 5052 30% 5052 50% 5052 90% 5052 99% 5052 ms
Write: 10% 4066 30% 4066 50% 4066 90% 4066 99% 4066 ms
Write: 10% 9268 30% 9268 50% 9268 90% 9268 99% 9268 ms
Write: 10% 11765 30% 11765 50% 11765 90% 11765 99% 11765 ms
Write: 10% 3439 30% 3439 50% 3439 90% 3439 99% 3439 ms
Write: 10% 8832 30% 8832 50% 8832 90% 8832 99% 8832 ms
Write: 10% 3499 30% 3499 50% 3499 90% 3499 99% 3499 ms
Write: 10% 13005 30% 13005 50% 13005 90% 13005 99% 13005 ms
Write: 10% 3765 30% 3765 50% 3765 90% 3765 99% 3765 ms
Write: 10% 6319 30% 6319 50% 6319 90% 6319 99% 6319 ms
Write: 10% 7463 30% 7463 50% 7463 90% 7463 99% 7463 ms
Write: 10% 13961 30% 13961 50% 13961 90% 13961 99% 13961 ms
Write: 10% 5515 30% 5515 50% 5515 90% 5515 99% 5515 ms
Write: 10% 4433 30% 4433 50% 4433 90% 4433 99% 4433 ms
Write: 10% 10107 30% 10107 50% 10107 90% 10107 99% 10107 ms
Write: 10% 7767 30% 7767 50% 7767 90% 7767 99% 7767 ms
Write: 10% 4349 30% 4349 50% 4349 90% 4349 99% 4349 ms
Write: 10% 3833 30% 3833 50% 3833 90% 3833 99% 3833 ms
Write: 10% 6782 30% 6782 50% 6782 90% 6782 99% 6782 ms
Step 2. read write
Write: 10% 3602 30% 3602 50% 3602 90% 3602 99% 3602 ms
Write: 10% 7410 30% 7410 50% 7410 90% 7410 99% 7410 ms
Write: 10% 8724 30% 8724 50% 8724 90% 8724 99% 8724 ms
Write: 10% 12765 30% 12765 50% 12765 90% 12765 99% 12765 ms
Write: 10% 15368 30% 15368 50% 15368 90% 15368 99% 15368 ms
Write: 10% 15158 30% 15158 50% 15158 90% 15158 99% 15158 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 19135 30% 19135 50% 19135 90% 19135 99% 19135 ms
Write: 10% 19360 30% 19360 50% 19360 90% 19360 99% 19360 ms
Write: 10% 21927 30% 21927 50% 21927 90% 21927 99% 21927 ms
Write: 10% 22962 30% 22962 50% 22962 90% 22962 99% 22962 ms
Write: 10% 21793 30% 21793 50% 21793 90% 21793 99% 21793 ms
Write: 10% 21594 30% 21594 50% 21594 90% 21594 99% 21594 ms
Write: 10% 21939 30% 21939 50% 21939 90% 21939 99% 21939 ms
Write: 10% 20995 30% 20995 50% 20995 90% 20995 99% 20995 ms
Write: 10% 16115 30% 16115 50% 16115 90% 16115 99% 16115 ms
Write: 10% 17074 30% 17074 50% 17074 90% 17074 99% 17074 ms
Write: 10% 5458 30% 5458 50% 5458 90% 5458 99% 5458 ms
Write: 10% 25413 30% 25413 50% 25413 90% 25413 99% 25413 ms
Write: 10% 21514 30% 21514 50% 21514 90% 21514 99% 21514 ms
Write: 10% 18081 30% 18081 50% 18081 90% 18081 99% 18081 ms
Write: 10% 20927 30% 20927 50% 20927 90% 20927 99% 20927 ms
Write: 10% 20597 30% 20597 50% 20597 90% 20597 99% 20597 ms
Write: 10% 19383 30% 19383 50% 19383 90% 19383 99% 19383 ms
Write: 10% 24249 30% 24249 50% 24249 90% 24249 99% 24249 ms
Write: 10% 19945 30% 19945 50% 19945 90% 19945 99% 19945 ms
Write: 10% 17083 30% 17083 50% 17083 90% 17083 99% 17083 ms
Write: 10% 18136 30% 18136 50% 18136 90% 18136 99% 18136 ms
Write: 10% 13790 30% 13790 50% 13790 90% 13790 99% 13790 ms
Write: 10% 10706 30% 10706 50% 10706 90% 10706 99% 10706 ms
Write: 10% 8776 30% 8776 50% 8776 90% 8776 99% 8776 ms
Write: 10% 15806 30% 15806 50% 15806 90% 15806 99% 15806 ms
Write: 10% 17546 30% 17546 50% 17546 90% 17546 99% 17546 ms
Write: 10% 5117 30% 5117 50% 5117 90% 5117 99% 5117 ms
Write: 10% 11890 30% 11890 50% 11890 90% 11890 99% 11890 ms
Write: 10% 9663 30% 9663 50% 9663 90% 9663 99% 9663 ms
Write: 10% 19531 30% 19531 50% 19531 90% 19531 99% 19531 ms
Write: 10% 6108 30% 6108 50% 6108 90% 6108 99% 6108 ms
Write: 10% 4459 30% 4459 50% 4459 90% 4459 99% 4459 ms
Write: 10% 16991 30% 16991 50% 16991 90% 16991 99% 16991 ms
Write: 10% 11042 30% 11042 50% 11042 90% 11042 99% 11042 ms
Write: 10% 8874 30% 8874 50% 8874 90% 8874 99% 8874 ms
Write: 10% 5755 30% 5755 50% 5755 90% 5755 99% 5755 ms
Write: 10% 7528 30% 7528 50% 7528 90% 7528 99% 7528 ms
Write: 10% 16541 30% 16541 50% 16541 90% 16541 99% 16541 ms
Write: 10% 12380 30% 12380 50% 12380 90% 12380 99% 12380 ms
Write: 10% 2807 30% 2807 50% 2807 90% 2807 99% 2807 ms
Write: 10% 8308 30% 8308 50% 8308 90% 8308 99% 8308 ms
Write: 10% 5086 30% 5086 50% 5086 90% 5086 99% 5086 ms
Write: 10% 11165 30% 11165 50% 11165 90% 11165 99% 11165 ms
Write: 10% 19320 30% 19320 50% 19320 90% 19320 99% 19320 ms
Write: 10% 3354 30% 3354 50% 3354 90% 3354 99% 3354 ms
Write: 10% 10094 30% 10094 50% 10094 90% 10094 99% 10094 ms
Write: 10% 18874 30% 18874 50% 18874 90% 18874 99% 18874 ms
Write: 10% 4965 30% 4965 50% 4965 90% 4965 99% 4965 ms
Write: 10% 4343 30% 4343 50% 4343 90% 4343 99% 4343 ms
Write: 10% 4103 30% 4103 50% 4103 90% 4103 99% 4103 ms
Write: 10% 5811 30% 5811 50% 5811 90% 5811 99% 5811 ms
Write: 10% 19895 30% 19895 50% 19895 90% 19895 99% 19895 ms
Write: 10% 3482 30% 3482 50% 3482 90% 3482 99% 3482 ms
Write: 10% 4602 30% 4602 50% 4602 90% 4602 99% 4602 ms
Write: 10% 2695 30% 2695 50% 2695 90% 2695 99% 2695 ms
Write: 10% 5140 30% 5140 50% 5140 90% 5140 99% 5140 ms
Write: 10% 5553 30% 5553 50% 5553 90% 5553 99% 5553 ms
Write: 10% 5432 30% 5432 50% 5432 90% 5432 99% 5432 ms
Read: 10% 7654 30% 12778 50% 17902 90% 19993 99% 20464 ms
Step 3. write modify
Write: 10% 15680 30% 15680 50% 15680 90% 15680 99% 15680 ms
Write: 10% 22214 30% 22214 50% 22214 90% 22214 99% 22214 ms
Write: 10% 23641 30% 23641 50% 23641 90% 23641 99% 23641 ms
Write: 10% 26034 30% 26034 50% 26034 90% 26034 99% 26034 ms
Write: 10% 23948 30% 23948 50% 23948 90% 23948 99% 23948 ms
Write: 10% 27211 30% 27211 50% 27211 90% 27211 99% 27211 ms
Write: 10% 25742 30% 25742 50% 25742 90% 25742 99% 25742 ms
Write: 10% 24679 30% 24679 50% 24679 90% 24679 99% 24679 ms
Write: 10% 26680 30% 26680 50% 26680 90% 26680 99% 26680 ms
Write: 10% 24771 30% 24771 50% 24771 90% 24771 99% 24771 ms
Write: 10% 26002 30% 26002 50% 26002 90% 26002 99% 26002 ms
Write: 10% 26011 30% 26011 50% 26011 90% 26011 99% 26011 ms
Write: 10% 23232 30% 23232 50% 23232 90% 23232 99% 23232 ms
Write: 10% 25854 30% 25854 50% 25854 90% 25854 99% 25854 ms
Write: 10% 25135 30% 25135 50% 25135 90% 25135 99% 25135 ms
Write: 10% 20569 30% 20569 50% 20569 90% 20569 99% 20569 ms
Write: 10% 22843 30% 22843 50% 22843 90% 22843 99% 22843 ms
Write: 10% 20256 30% 20256 50% 20256 90% 20256 99% 20256 ms
Write: 10% 21734 30% 21734 50% 21734 90% 21734 99% 21734 ms
Write: 10% 18421 30% 18421 50% 18421 90% 18421 99% 18421 ms
Write: 10% 19745 30% 19745 50% 19745 90% 19745 99% 19745 ms
Write: 10% 11138 30% 11138 50% 11138 90% 11138 99% 11138 ms
Write: 10% 21018 30% 21018 50% 21018 90% 21018 99% 21018 ms
Write: 10% 8469 30% 8469 50% 8469 90% 8469 99% 8469 ms
Write: 10% 13377 30% 13377 50% 13377 90% 13377 99% 13377 ms
Write: 10% 11732 30% 11732 50% 11732 90% 11732 99% 11732 ms
Write: 10% 15637 30% 15637 50% 15637 90% 15637 99% 15637 ms
Write: 10% 14087 30% 14087 50% 14087 90% 14087 99% 14087 ms
Write: 10% 17066 30% 17066 50% 17066 90% 17066 99% 17066 ms
Write: 10% 17827 30% 17827 50% 17827 90% 17827 99% 17827 ms
Write: 10% 16715 30% 16715 50% 16715 90% 16715 99% 16715 ms
Write: 10% 11928 30% 11928 50% 11928 90% 11928 99% 11928 ms
Write: 10% 21995 30% 21995 50% 21995 90% 21995 99% 21995 ms
Write: 10% 15850 30% 15850 50% 15850 90% 15850 99% 15850 ms
Write: 10% 20664 30% 20664 50% 20664 90% 20664 99% 20664 ms
Write: 10% 7524 30% 7524 50% 7524 90% 7524 99% 7524 ms
Write: 10% 23229 30% 23229 50% 23229 90% 23229 99% 23229 ms
Write: 10% 5913 30% 5913 50% 5913 90% 5913 99% 5913 ms
Write: 10% 7084 30% 7084 50% 7084 90% 7084 99% 7084 ms
Write: 10% 10058 30% 10058 50% 10058 90% 10058 99% 10058 ms
Write: 10% 6990 30% 6990 50% 6990 90% 6990 99% 6990 ms
Write: 10% 11960 30% 11960 50% 11960 90% 11960 99% 11960 ms
Write: 10% 14695 30% 14695 50% 14695 90% 14695 99% 14695 ms
Write: 10% 7298 30% 7298 50% 7298 90% 7298 99% 7298 ms
Write: 10% 13460 30% 13460 50% 13460 90% 13460 99% 13460 ms
Write: 10% 9318 30% 9318 50% 9318 90% 9318 99% 9318 ms
Write: 10% 16628 30% 16628 50% 16628 90% 16628 99% 16628 ms
Write: 10% 5947 30% 5947 50% 5947 90% 5947 99% 5947 ms
Write: 10% 4290 30% 4290 50% 4290 90% 4290 99% 4290 ms
Write: 10% 8573 30% 8573 50% 8573 90% 8573 99% 8573 ms
Write: 10% 10231 30% 10231 50% 10231 90% 10231 99% 10231 ms
Write: 10% 7999 30% 7999 50% 7999 90% 7999 99% 7999 ms
Write: 10% 8254 30% 8254 50% 8254 90% 8254 99% 8254 ms
Write: 10% 15254 30% 15254 50% 15254 90% 15254 99% 15254 ms
Write: 10% 13203 30% 13203 50% 13203 90% 13203 99% 13203 ms
Write: 10% 5651 30% 5651 50% 5651 90% 5651 99% 5651 ms
Write: 10% 4287 30% 4287 50% 4287 90% 4287 99% 4287 ms
Write: 10% 7130 30% 7130 50% 7130 90% 7130 99% 7130 ms
Write: 10% 7614 30% 7614 50% 7614 90% 7614 99% 7614 ms
Write: 10% 10025 30% 10025 50% 10025 90% 10025 99% 10025 ms
Write: 10% 4675 30% 4675 50% 4675 90% 4675 99% 4675 ms
Write: 10% 9504 30% 9504 50% 9504 90% 9504 99% 9504 ms
Write: 10% 5766 30% 5766 50% 5766 90% 5766 99% 5766 ms
Write: 10% 7106 30% 7106 50% 7106 90% 7106 99% 7106 ms
Was written: 18.75 MiB, Speed: 0.10416666666666667 MiB/s
Update: 10% 3073 30% 3073 50% 3073 90% 3073 99% 3073 ms
Step 4. read modify write
Write: 10% 3252 30% 3252 50% 3252 90% 3252 99% 3252 ms
Write: 10% 5286 30% 5286 50% 5286 90% 5286 99% 5286 ms
Write: 10% 5648 30% 5648 50% 5648 90% 5648 99% 5648 ms
Write: 10% 11272 30% 11272 50% 11272 90% 11272 99% 11272 ms
Write: 10% 11982 30% 11982 50% 11982 90% 11982 99% 11982 ms
Write: 10% 17581 30% 17581 50% 17581 90% 17581 99% 17581 ms
Write: 10% 19103 30% 19103 50% 19103 90% 19103 99% 19103 ms
Write: 10% 23648 30% 23648 50% 23648 90% 23648 99% 23648 ms
Write: 10% 24490 30% 24490 50% 24490 90% 24490 99% 24490 ms
Write: 10% 23611 30% 23611 50% 23611 90% 23611 99% 23611 ms
Write: 10% 20055 30% 20055 50% 20055 90% 20055 99% 20055 ms
Write: 10% 22620 30% 22620 50% 22620 90% 22620 99% 22620 ms
Write: 10% 19103 30% 19103 50% 19103 90% 19103 99% 19103 ms
Write: 10% 18714 30% 18714 50% 18714 90% 18714 99% 18714 ms
Write: 10% 18875 30% 18875 50% 18875 90% 18875 99% 18875 ms
Write: 10% 20601 30% 20601 50% 20601 90% 20601 99% 20601 ms
Write: 10% 18758 30% 18758 50% 18758 90% 18758 99% 18758 ms
Write: 10% 19047 30% 19047 50% 19047 90% 19047 99% 19047 ms
Write: 10% 18501 30% 18501 50% 18501 90% 18501 99% 18501 ms
Write: 10% 18374 30% 18374 50% 18374 90% 18374 99% 18374 ms
Write: 10% 18859 30% 18859 50% 18859 90% 18859 99% 18859 ms
Write: 10% 15729 30% 15729 50% 15729 90% 15729 99% 15729 ms
Write: 10% 24923 30% 24923 50% 24923 90% 24923 99% 24923 ms
Write: 10% 15140 30% 15140 50% 15140 90% 15140 99% 15140 ms
Write: 10% 15368 30% 15368 50% 15368 90% 15368 99% 15368 ms
Write: 10% 24732 30% 24732 50% 24732 90% 24732 99% 24732 ms
Write: 10% 13266 30% 13266 50% 13266 90% 13266 99% 13266 ms
Write: 10% 21507 30% 21507 50% 21507 90% 21507 99% 21507 ms
Write: 10% 23996 30% 23996 50% 23996 90% 23996 99% 23996 ms
Write: 10% 20176 30% 20176 50% 20176 90% 20176 99% 20176 ms
Write: 10% 17217 30% 17217 50% 17217 90% 17217 99% 17217 ms
Write: 10% 11755 30% 11755 50% 11755 90% 11755 99% 11755 ms
Write: 10% 4199 30% 4199 50% 4199 90% 4199 99% 4199 ms
Write: 10% 14326 30% 14326 50% 14326 90% 14326 99% 14326 ms
Write: 10% 9749 30% 9749 50% 9749 90% 9749 99% 9749 ms
Write: 10% 6605 30% 6605 50% 6605 90% 6605 99% 6605 ms
Write: 10% 19111 30% 19111 50% 19111 90% 19111 99% 19111 ms
Write: 10% 13513 30% 13513 50% 13513 90% 13513 99% 13513 ms
Write: 10% 6339 30% 6339 50% 6339 90% 6339 99% 6339 ms
Write: 10% 14961 30% 14961 50% 14961 90% 14961 99% 14961 ms
Write: 10% 5348 30% 5348 50% 5348 90% 5348 99% 5348 ms
Write: 10% 4729 30% 4729 50% 4729 90% 4729 99% 4729 ms
Write: 10% 10133 30% 10133 50% 10133 90% 10133 99% 10133 ms
Write: 10% 15058 30% 15058 50% 15058 90% 15058 99% 15058 ms
Write: 10% 4736 30% 4736 50% 4736 90% 4736 99% 4736 ms
Write: 10% 10418 30% 10418 50% 10418 90% 10418 99% 10418 ms
Write: 10% 5864 30% 5864 50% 5864 90% 5864 99% 5864 ms
Write: 10% 22147 30% 22147 50% 22147 90% 22147 99% 22147 ms
Write: 10% 5074 30% 5074 50% 5074 90% 5074 99% 5074 ms
Write: 10% 12839 30% 12839 50% 12839 90% 12839 99% 12839 ms
Write: 10% 8429 30% 8429 50% 8429 90% 8429 99% 8429 ms
Write: 10% 17029 30% 17029 50% 17029 90% 17029 99% 17029 ms
Write: 10% 4274 30% 4274 50% 4274 90% 4274 99% 4274 ms
Write: 10% 6886 30% 6886 50% 6886 90% 6886 99% 6886 ms
Write: 10% 4319 30% 4319 50% 4319 90% 4319 99% 4319 ms
Write: 10% 7437 30% 7437 50% 7437 90% 7437 99% 7437 ms
Write: 10% 11655 30% 11655 50% 11655 90% 11655 99% 11655 ms
Write: 10% 6772 30% 6772 50% 6772 90% 6772 99% 6772 ms
Write: 10% 4787 30% 4787 50% 4787 90% 4787 99% 4787 ms
Write: 10% 4979 30% 4979 50% 4979 90% 4979 99% 4979 ms
Write: 10% 5781 30% 5781 50% 5781 90% 5781 99% 5781 ms
Write: 10% 10182 30% 10182 50% 10182 90% 10182 99% 10182 ms
Write: 10% 12299 30% 12299 50% 12299 90% 12299 99% 12299 ms
Write: 10% 8024 30% 8024 50% 8024 90% 8024 99% 8024 ms
Read: 10% 4697 30% 6408 50% 8118 90% 29640 99% 34482 ms
Update: 10% 3076 30% 3076 50% 3076 90% 3076 99% 3076 ms
