  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 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  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 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  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 "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/zwe9/000dbe/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 123, in test
    self.worker(ctx, get_external_param("table_suffix", ""), exit_codes, 0, errors)
  File "/home/runner/.ya/build/build_root/zwe9/000dbe/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85, in worker
    self._test_suffix(local_ctx, suffix, codes, idx)
  File "/home/runner/.ya/build/build_root/zwe9/000dbe/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 136, in _test_suffix
    ctx.executable(self, ctx)
  File "ydb/tests/olap/scenario/test_alter_compression.py", line 303, in scenario_alter_compression
    self._scenario(
  File "ydb/tests/olap/scenario/test_alter_compression.py", line 227, in _scenario
    assert self._read_data(ctx=ctx, tables=tables, column_names=column_names)
  File "ydb/tests/olap/scenario/test_alter_compression.py", line 197, in _read_data
    scan_result = sth.execute_scan_query(
  File "contrib/python/allure-python-commons/allure_commons/_allure.py", line 202, in impl
    return func(*a, **kw)
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 480, in execute_scan_query
    for result_set in it:
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
    return self._next()
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
    res = self.wrapper(next(self.it))
  File "contrib/python/ydb/py3/ydb/connection.py", line 359, in __next__
    return self.it.__next__()
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 543, in __next__
    return self._next()
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 960, in _next
    _common.wait(self._state.condition.wait, _response_ready)
  File "contrib/python/grpcio/py3/grpc/_common.py", line 156, in wait
    _wait_once(wait_fn, MAXIMUM_WAIT_TIMEOUT, spin_cb)
  File "contrib/python/grpcio/py3/grpc/_common.py", line 116, in _wait_once
    wait_fn(timeout=timeout)
  File "contrib/tools/python3/Lib/threading.py", line 359, in wait
    gotit = waiter.acquire(True, timeout)
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()
Thread 0 failed

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: .../build/build_root/zwe9/000dbe/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/zwe9/000dbe/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/zwe9/000dbe', '--source-root', '/home/runner/.ya/build/build_root/zwe9/000dbe/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/zwe9/000dbe/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/10164110401/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 1768, 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: ((".../build/build_root/zwe9/000dbe/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/zwe9/000dbe/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/zwe9/000dbe', '--source-root', '/home/runner/.ya/build/build_root/zwe9/000dbe/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/zwe9/000dbe/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/10164110401/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
Thread 0 failed
Thread 1 failed
Thread 4 failed
Thread 3 failed
Thread 2 failed
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 33384 30% 33384 50% 33384 90% 33384 99% 33384 ms
Write: 10% 39789 30% 39789 50% 39789 90% 39789 99% 39789 ms
Write: 10% 58562 30% 58562 50% 58562 90% 58562 99% 58562 ms
Write: 10% 41693 30% 41693 50% 41693 90% 41693 99% 41693 ms
Write: 10% 43045 30% 43045 50% 43045 90% 43045 99% 43045 ms
Write: 10% 54630 30% 54630 50% 54630 90% 54630 99% 54630 ms
Write: 10% 56818 30% 56818 50% 56818 90% 56818 99% 56818 ms
Write: 10% 54924 30% 54924 50% 54924 90% 54924 99% 54924 ms
Write: 10% 47351 30% 47351 50% 47351 90% 47351 99% 47351 ms
Write: 10% 42759 30% 42759 50% 42759 90% 42759 99% 42759 ms
Write: 10% 46759 30% 46759 50% 46759 90% 46759 99% 46759 ms
Write: 10% 27657 30% 27657 50% 27657 90% 27657 99% 27657 ms
Write: 10% 31330 30% 31330 50% 31330 90% 31330 99% 31330 ms
Write: 10% 44848 30% 44848 50% 44848 90% 44848 99% 44848 ms
Write: 10% 31343 30% 31343 50% 31343 90% 31343 99% 31343 ms
Write: 10% 31421 30% 31421 50% 31421 90% 31421 99% 31421 ms
Write: 10% 37601 30% 37601 50% 37601 90% 37601 99% 37601 ms
Write: 10% 31431 30% 31431 50% 31431 90% 31431 99% 31431 ms
Write: 10% 30197 30% 30197 50% 30197 90% 30197 99% 30197 ms
Write: 10% 31417 30% 31417 50% 31417 90% 31417 99% 31417 ms
Write: 10% 46617 30% 46617 50% 46617 90% 46617 99% 46617 ms
Write: 10% 40867 30% 40867 50% 40867 90% 40867 99% 40867 ms
Write: 10% 32325 30% 32325 50% 32325 90% 32325 99% 32325 ms
Write: 10% 46102 30% 46102 50% 46102 90% 46102 99% 46102 ms
Write: 10% 27741 30% 27741 50% 27741 90% 27741 99% 27741 ms
Write: 10% 26402 30% 26402 50% 26402 90% 26402 99% 26402 ms
Write: 10% 41838 30% 41838 50% 41838 90% 41838 99% 41838 ms
Write: 10% 28026 30% 28026 50% 28026 90% 28026 99% 28026 ms
Write: 10% 40029 30% 40029 50% 40029 90% 40029 99% 40029 ms
Write: 10% 40691 30% 40691 50% 40691 90% 40691 99% 40691 ms
Write: 10% 33683 30% 33683 50% 33683 90% 33683 99% 33683 ms
Write: 10% 47115 30% 47115 50% 47115 90% 47115 99% 47115 ms
Write: 10% 44623 30% 44623 50% 44623 90% 44623 99% 44623 ms
Write: 10% 27413 30% 27413 50% 27413 90% 27413 99% 27413 ms
Write: 10% 40563 30% 40563 50% 40563 90% 40563 99% 40563 ms
Write: 10% 32214 30% 32214 50% 32214 90% 32214 99% 32214 ms
Write: 10% 35807 30% 35807 50% 35807 90% 35807 99% 35807 ms
Write: 10% 46942 30% 46942 50% 46942 90% 46942 99% 46942 ms
Write: 10% 33578 30% 33578 50% 33578 90% 33578 99% 33578 ms
Write: 10% 16218 30% 16218 50% 16218 90% 16218 99% 16218 ms
Write: 10% 36196 30% 36196 50% 36196 90% 36196 99% 36196 ms
Write: 10% 32182 30% 32182 50% 32182 90% 32182 99% 32182 ms
Write: 10% 23265 30% 23265 50% 23265 90% 23265 99% 23265 ms
Write: 10% 22896 30% 22896 50% 22896 90% 22896 99% 22896 ms
Write: 10% 20488 30% 20488 50% 20488 90% 20488 99% 20488 ms
Write: 10% 18138 30% 18138 50% 18138 90% 18138 99% 18138 ms
Write: 10% 29345 30% 29345 50% 29345 90% 29345 99% 29345 ms
Write: 10% 35930 30% 35930 50% 35930 90% 35930 99% 35930 ms
Write: 10% 15821 30% 15821 50% 15821 90% 15821 99% 15821 ms
Write: 10% 31262 30% 31262 50% 31262 90% 31262 99% 31262 ms
Write: 10% 29080 30% 29080 50% 29080 90% 29080 99% 29080 ms
Write: 10% 24636 30% 24636 50% 24636 90% 24636 99% 24636 ms
Write: 10% 32559 30% 32559 50% 32559 90% 32559 99% 32559 ms
Write: 10% 28417 30% 28417 50% 28417 90% 28417 99% 28417 ms
Write: 10% 16661 30% 16661 50% 16661 90% 16661 99% 16661 ms
Was written: 6.25 MiB, Speed: 0.10416666666666667 MiB/s
Write: 10% 29743 30% 29743 50% 29743 90% 29743 99% 29743 ms
Write: 10% 31920 30% 31920 50% 31920 90% 31920 99% 31920 ms
Write: 10% 31025 30% 31025 50% 31025 90% 31025 99% 31025 ms
Write: 10% 17074 30% 17074 50% 17074 90% 17074 99% 17074 ms
Write: 10% 16926 30% 16926 50% 16926 90% 16926 99% 16926 ms
Write: 10% 28936 30% 28936 50% 28936 90% 28936 99% 28936 ms
Write: 10% 17175 30% 17175 50% 17175 90% 17175 99% 17175 ms
Write: 10% 14499 30% 14499 50% 14499 90% 14499 99% 14499 ms
Write: 10% 17781 30% 17781 50% 17781 90% 17781 99% 17781 ms
Step 2. read write
Write: 10% 1380 30% 1380 50% 1380 90% 1380 99% 1380 ms
Write: 10% 1427 30% 1427 50% 1427 90% 1427 99% 1427 ms
Write: 10% 3081 30% 3081 50% 3081 90% 3081 99% 3081 ms
Write: 10% 10850 30% 10850 50% 10850 90% 10850 99% 10850 ms
Write: 10% 11973 30% 11973 50% 11973 90% 11973 99% 11973 ms
Write: 10% 15124 30% 15124 50% 15124 90% 15124 99% 15124 ms
Write: 10% 16751 30% 16751 50% 16751 90% 16751 99% 16751 ms
Write: 10% 14622 30% 14622 50% 14622 90% 14622 99% 14622 ms
Write: 10% 16512 30% 16512 50% 16512 90% 16512 99% 16512 ms
Write: 10% 16582 30% 16582 50% 16582 90% 16582 99% 16582 ms
Write: 10% 10616 30% 10616 50% 10616 90% 10616 99% 10616 ms
Write: 10% 14945 30% 14945 50% 14945 90% 14945 99% 14945 ms
Write: 10% 17838 30% 17838 50% 17838 90% 17838 99% 17838 ms
Write: 10% 16359 30% 16359 50% 16359 90% 16359 99% 16359 ms
Write: 10% 17466 30% 17466 50% 17466 90% 17466 99% 17466 ms
Write: 10% 13102 30% 13102 50% 13102 90% 13102 99% 13102 ms
Write: 10% 15130 30% 15130 50% 15130 90% 15130 99% 15130 ms
Write: 10% 15742 30% 15742 50% 15742 90% 15742 99% 15742 ms
Write: 10% 15155 30% 15155 50% 15155 90% 15155 99% 15155 ms
Write: 10% 14478 30% 14478 50% 14478 90% 14478 99% 14478 ms
Write: 10% 17214 30% 17214 50% 17214 90% 17214 99% 17214 ms
Write: 10% 15354 30% 15354 50% 15354 90% 15354 99% 15354 ms
Write: 10% 17397 30% 17397 50% 17397 90% 17397 99% 17397 ms
Write: 10% 16390 30% 16390 50% 16390 90% 16390 99% 16390 ms
Write: 10% 16004 30% 16004 50% 16004 90% 16004 99% 16004 ms
Write: 10% 16347 30% 16347 50% 16347 90% 16347 99% 16347 ms
Write: 10% 15959 30% 15959 50% 15959 90% 15959 99% 15959 ms
Write: 10% 14369 30% 14369 50% 14369 90% 14369 99% 14369 ms
Write: 10% 11834 30% 11834 50% 11834 90% 11834 99% 11834 ms
Write: 10% 18518 30% 18518 50% 18518 90% 18518 99% 18518 ms
Write: 10% 11036 30% 11036 50% 11036 90% 11036 99% 11036 ms
Write: 10% 11251 30% 11251 50% 11251 90% 11251 99% 11251 ms
Write: 10% 4285 30% 4285 50% 4285 90% 4285 99% 4285 ms
Write: 10% 11004 30% 11004 50% 11004 90% 11004 99% 11004 ms
Write: 10% 1592 30% 1592 50% 1592 90% 1592 99% 1592 ms
Write: 10% 9098 30% 9098 50% 9098 90% 9098 99% 9098 ms
Write: 10% 15571 30% 15571 50% 15571 90% 15571 99% 15571 ms
Write: 10% 5320 30% 5320 50% 5320 90% 5320 99% 5320 ms
Write: 10% 8822 30% 8822 50% 8822 90% 8822 99% 8822 ms
Write: 10% 17360 30% 17360 50% 17360 90% 17360 99% 17360 ms
Write: 10% 2855 30% 2855 50% 2855 90% 2855 99% 2855 ms
Write: 10% 5178 30% 5178 50% 5178 90% 5178 99% 5178 ms
Write: 10% 3676 30% 3676 50% 3676 90% 3676 99% 3676 ms
Write: 10% 10347 30% 10347 50% 10347 90% 10347 99% 10347 ms
Write: 10% 8912 30% 8912 50% 8912 90% 8912 99% 8912 ms
Write: 10% 9120 30% 9120 50% 9120 90% 9120 99% 9120 ms
Write: 10% 4707 30% 4707 50% 4707 90% 4707 99% 4707 ms
Write: 10% 6669 30% 6669 50% 6669 90% 6669 99% 6669 ms
Write: 10% 3436 30% 3436 50% 3436 90% 3436 99% 3436 ms
Write: 10% 2391 30% 2391 50% 2391 90% 2391 99% 2391 ms
Write: 10% 10036 30% 10036 50% 10036 90% 10036 99% 10036 ms
Write: 10% 14392 30% 14392 50% 14392 90% 14392 99% 14392 ms
Write: 10% 3860 30% 3860 50% 3860 90% 3860 99% 3860 ms
Write: 10% 6773 30% 6773 50% 6773 90% 6773 99% 6773 ms
Write: 10% 10391 30% 10391 50% 10391 90% 10391 99% 10391 ms
Write: 10% 4398 30% 4398 50% 4398 90% 4398 99% 4398 ms
Write: 10% 5467 30% 5467 50% 5467 90% 5467 99% 5467 ms
Write: 10% 3903 30% 3903 50% 3903 90% 3903 99% 3903 ms
Write: 10% 2703 30% 2703 50% 2703 90% 2703 99% 2703 ms
Write: 10% 16766 30% 16766 50% 16766 90% 16766 99% 16766 ms
Write: 10% 4969 30% 4969 50% 4969 90% 4969 99% 4969 ms
Write: 10% 2971 30% 2971 50% 2971 90% 2971 99% 2971 ms
Write: 10% 3189 30% 3189 50% 3189 90% 3189 99% 3189 ms
Write: 10% 3815 30% 3815 50% 3815 90% 3815 99% 3815 ms
Read: 10% 9672 30% 10005 50% 10338 90% 20458 99% 22735 ms
Step 3. write modify
Write: 10% 1805 30% 1805 50% 1805 90% 1805 99% 1805 ms
Write: 10% 3138 30% 3138 50% 3138 90% 3138 99% 3138 ms
Write: 10% 3993 30% 3993 50% 3993 90% 3993 99% 3993 ms
Write: 10% 4604 30% 4604 50% 4604 90% 4604 99% 4604 ms
Write: 10% 4068 30% 4068 50% 4068 90% 4068 99% 4068 ms
Write: 10% 6684 30% 6684 50% 6684 90% 6684 99% 6684 ms
Write: 10% 8417 30% 8417 50% 8417 90% 8417 99% 8417 ms
Write: 10% 7295 30% 7295 50% 7295 90% 7295 99% 7295 ms
Write: 10% 10519 30% 10519 50% 10519 90% 10519 99% 10519 ms
Write: 10% 13287 30% 13287 50% 13287 90% 13287 99% 13287 ms
Write: 10% 13101 30% 13101 50% 13101 90% 13101 99% 13101 ms
Write: 10% 13147 30% 13147 50% 13147 90% 13147 99% 13147 ms
Was written: 18.75 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 15289 30% 15289 50% 15289 90% 15289 99% 15289 ms
Write: 10% 15396 30% 15396 50% 15396 90% 15396 99% 15396 ms
Write: 10% 13455 30% 13455 50% 13455 90% 13455 99% 13455 ms
Write: 10% 11768 30% 11768 50% 11768 90% 11768 99% 11768 ms
Write: 10% 12032 30% 12032 50% 12032 90% 12032 99% 12032 ms
Write: 10% 15819 30% 15819 50% 15819 90% 15819 99% 15819 ms
Write: 10% 13969 30% 13969 50% 13969 90% 13969 99% 13969 ms
Write: 10% 14741 30% 14741 50% 14741 90% 14741 99% 14741 ms
Write: 10% 15784 30% 15784 50% 15784 90% 15784 99% 15784 ms
Write: 10% 16184 30% 16184 50% 16184 90% 16184 99% 16184 ms
Write: 10% 14128 30% 14128 50% 14128 90% 14128 99% 14128 ms
Write: 10% 12707 30% 12707 50% 12707 90% 12707 99% 12707 ms
Write: 10% 13646 30% 13646 50% 13646 90% 13646 99% 13646 ms
Write: 10% 11095 30% 11095 50% 11095 90% 11095 99% 11095 ms
Write: 10% 13447 30% 13447 50% 13447 90% 13447 99% 13447 ms
Write: 10% 11111 30% 11111 50% 11111 90% 11111 99% 11111 ms
Write: 10% 10951 30% 10951 50% 10951 90% 10951 99% 10951 ms
Write: 10% 4662 30% 4662 50% 4662 90% 4662 99% 4662 ms
Write: 10% 12998 30% 12998 50% 12998 90% 12998 99% 12998 ms
Write: 10% 15514 30% 15514 50% 15514 90% 15514 99% 15514 ms
Write: 10% 15342 30% 15342 50% 15342 90% 15342 99% 15342 ms
Write: 10% 8984 30% 8984 50% 8984 90% 8984 99% 8984 ms
Write: 10% 6554 30% 6554 50% 6554 90% 6554 99% 6554 ms
Write: 10% 8218 30% 8218 50% 8218 90% 8218 99% 8218 ms
Write: 10% 6975 30% 6975 50% 6975 90% 6975 99% 6975 ms
Write: 10% 8108 30% 8108 50% 8108 90% 8108 99% 8108 ms
Write: 10% 10199 30% 10199 50% 10199 90% 10199 99% 10199 ms
Write: 10% 14872 30% 14872 50% 14872 90% 14872 99% 14872 ms
Write: 10% 9915 30% 9915 50% 9915 90% 9915 99% 9915 ms
Write: 10% 12247 30% 12247 50% 12247 90% 12247 99% 12247 ms
Write: 10% 9132 30% 9132 50% 9132 90% 9132 99% 9132 ms
Write: 10% 10857 30% 10857 50% 10857 90% 10857 99% 10857 ms
Write: 10% 3582 30% 3582 50% 3582 90% 3582 99% 3582 ms
Write: 10% 2637 30% 2637 50% 2637 90% 2637 99% 2637 ms
Write: 10% 7569 30% 7569 50% 7569 90% 7569 99% 7569 ms
Write: 10% 4672 30% 4672 50% 4672 90% 4672 99% 4672 ms
Write: 10% 3818 30% 3818 50% 3818 90% 3818 99% 3818 ms
Write: 10% 8721 30% 8721 50% 8721 90% 8721 99% 8721 ms
Write: 10% 2440 30% 2440 50% 2440 90% 2440 99% 2440 ms
Write: 10% 7023 30% 7023 50% 7023 90% 7023 99% 7023 ms
Write: 10% 2515 30% 2515 50% 2515 90% 2515 99% 2515 ms
Write: 10% 4612 30% 4612 50% 4612 90% 4612 99% 4612 ms
Write: 10% 3175 30% 3175 50% 3175 90% 3175 99% 3175 ms
Write: 10% 3212 30% 3212 50% 3212 90% 3212 99% 3212 ms
Write: 10% 3933 30% 3933 50% 3933 90% 3933 99% 3933 ms
Write: 10% 11927 30% 11927 50% 11927 90% 11927 99% 11927 ms
Write: 10% 3469 30% 3469 50% 3469 90% 3469 99% 3469 ms
Write: 10% 5983 30% 5983 50% 5983 90% 5983 99% 5983 ms
Write: 10% 5808 30% 5808 50% 5808 90% 5808 99% 5808 ms
Write: 10% 3486 30% 3486 50% 3486 90% 3486 99% 3486 ms
Write: 10% 3078 30% 3078 50% 3078 90% 3078 99% 3078 ms
Write: 10% 3105 30% 3105 50% 3105 90% 3105 99% 3105 ms
Update: 10% 2987 30% 2987 50% 2987 90% 2987 99% 2987 ms
Step 4. read modify write
Write: 10% 3800 30% 3800 50% 3800 90% 3800 99% 3800 ms
Write: 10% 3968 30% 3968 50% 3968 90% 3968 99% 3968 ms
Write: 10% 5389 30% 5389 50% 5389 90% 5389 99% 5389 ms
Write: 10% 6973 30% 6973 50% 6973 90% 6973 99% 6973 ms
Write: 10% 11250 30% 11250 50% 11250 90% 11250 99% 11250 ms
Write: 10% 17203 30% 17203 50% 17203 90% 17203 99% 17203 ms
Write: 10% 17073 30% 17073 50% 17073 90% 17073 99% 17073 ms
Write: 10% 17108 30% 17108 50% 17108 90% 17108 99% 17108 ms
Write: 10% 17948 30% 17948 50% 17948 90% 17948 99% 17948 ms
Write: 10% 17253 30% 17253 50% 17253 90% 17253 99% 17253 ms
Write: 10% 17029 30% 17029 50% 17029 90% 17029 99% 17029 ms
Write: 10% 15676 30% 15676 50% 15676 90% 15676 99% 15676 ms
Write: 10% 19192 30% 19192 50% 19192 90% 19192 99% 19192 ms
Write: 10% 12885 30% 12885 50% 12885 90% 12885 99% 12885 ms
Write: 10% 15676 30% 15676 50% 15676 90% 15676 99% 15676 ms
Write: 10% 11622 30% 11622 50% 11622 90% 11622 99% 11622 ms
Write: 10% 15896 30% 15896 50% 15896 90% 15896 99% 15896 ms
Write: 10% 4245 30% 4245 50% 4245 90% 4245 99% 4245 ms
Write: 10% 13664 30% 13664 50% 13664 90% 13664 99% 13664 ms
Write: 10% 14752 30% 14752 50% 14752 90% 14752 99% 14752 ms
Write: 10% 14286 30% 14286 50% 14286 90% 14286 99% 14286 ms
Write: 10% 7907 30% 7907 50% 7907 90% 7907 99% 7907 ms
Write: 10% 15352 30% 15352 50% 15352 90% 15352 99% 15352 ms
Write: 10% 16039 30% 16039 50% 16039 90% 16039 99% 16039 ms
Write: 10% 13622 30% 13622 50% 13622 90% 13622 99% 13622 ms
Write: 10% 13825 30% 13825 50% 13825 90% 13825 99% 13825 ms
Write: 10% 13868 30% 13868 50% 13868 90% 13868 99% 13868 ms
Write: 10% 13214 30% 13214 50% 13214 90% 13214 99% 13214 ms
Write: 10% 7798 30% 7798 50% 7798 90% 7798 99% 7798 ms
Write: 10% 16815 30% 16815 50% 16815 90% 16815 99% 16815 ms
Write: 10% 17903 30% 17903 50% 17903 90% 17903 99% 17903 ms
Write: 10% 5305 30% 5305 50% 5305 90% 5305 99% 5305 ms
Write: 10% 12421 30% 12421 50% 12421 90% 12421 99% 12421 ms
Write: 10% 11472 30% 11472 50% 11472 90% 11472 99% 11472 ms
Write: 10% 14021 30% 14021 50% 14021 90% 14021 99% 14021 ms
Write: 10% 17467 30% 17467 50% 17467 90% 17467 99% 17467 ms
Write: 10% 5838 30% 5838 50% 5838 90% 5838 99% 5838 ms
Write: 10% 5212 30% 5212 50% 5212 90% 5212 99% 5212 ms
Write: 10% 3935 30% 3935 50% 3935 90% 3935 99% 3935 ms
Write: 10% 10971 30% 10971 50% 10971 90% 10971 99% 10971 ms
Write: 10% 3351 30% 3351 50% 3351 90% 3351 99% 3351 ms
Write: 10% 7491 30% 7491 50% 7491 90% 7491 99% 7491 ms
Write: 10% 8460 30% 8460 50% 8460 90% 8460 99% 8460 ms
Write: 10% 3250 30% 3250 50% 3250 90% 3250 99% 3250 ms
Write: 10% 2910 30% 2910 50% 2910 90% 2910 99% 2910 ms
Write: 10% 10088 30% 10088 50% 10088 90% 10088 99% 10088 ms
Write: 10% 10675 30% 10675 50% 10675 90% 10675 99% 10675 ms
Write: 10% 6003 30% 6003 50% 6003 90% 6003 99% 6003 ms
Write: 10% 2816 30% 2816 50% 2816 90% 2816 99% 2816 ms
Write: 10% 6293 30% 6293 50% 6293 90% 6293 99% 6293 ms
Write: 10% 12069 30% 12069 50% 12069 90% 12069 99% 12069 ms
Write: 10% 6869 30% 6869 50% 6869 90% 6869 99% 6869 ms
Write: 10% 4115 30% 4115 50% 4115 90% 4115 99% 4115 ms
Write: 10% 7504 30% 7504 50% 7504 90% 7504 99% 7504 ms
Write: 10% 7324 30% 7324 50% 7324 90% 7324 99% 7324 ms
Write: 10% 5241 30% 5241 50% 5241 90% 5241 99% 5241 ms
Write: 10% 3224 30% 3224 50% 3224 90% 3224 99% 3224 ms
Write: 10% 8686 30% 8686 50% 8686 90% 8686 99% 8686 ms
Write: 10% 3038 30% 3038 50% 3038 90% 3038 99% 3038 ms
Write: 10% 6002 30% 6002 50% 6002 90% 6002 99% 6002 ms
Write: 10% 4340 30% 4340 50% 4340 90% 4340 99% 4340 ms
Write: 10% 4047 30% 4047 50% 4047 90% 4047 99% 4047 ms
Write: 10% 12944 30% 12944 50% 12944 90% 12944 99% 12944 ms
Write: 10% 3587 30% 3587 50% 3587 90% 3587 99% 3587 ms
Read: 10% 11581 30% 13629 50% 15676 90% 19772 99% 20693 ms
Update: 10% 2465 30% 2465 50% 2465 90% 2465 99% 2465 ms
