Organisationsocaml-multicorekcas4a5d84 ()freebsd-14.1-4.14_opam-2.3

freebsd-14.1-4.14_opam-2.3

Logs

Show full logs
2024-12-19 16:02.35: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/simplified-core-algo-for-verification (4a5d840cbc2404ff13ae5c094bc97293bda286b5) (freebsd-x86_64:freebsd-14.1-4.14_opam-2.3)
Base: freebsd-14.1-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "simplified-core-algo-for-verification" && cd "kcas" && git reset --hard 4a5d840c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.1-ocaml-4.14
# freebsd-14.1-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 kcas_data.opam kcas.opam ./
RUN opam pin add -yn kcas_data.dev './' && \
    opam pin add -yn kcas.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-12-19 16:02.35: Using cache hint "ocaml-multicore/kcas-freebsd-14.1-ocaml-4.14-freebsd-14.1-4.14_opam-2.3-d2265c215da0acd2092daf7f372391aa"
2024-12-19 16:02.35: Using OBuilder spec:
((from freebsd-14.1-ocaml-4.14)
 (comment freebsd-14.1-4.14_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src kcas_data.opam kcas.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn kcas_data.dev './' && \
             \nopam pin add -yn kcas.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-12-19 16:02.35: Waiting for resource in pool OCluster
2024-12-19 16:02.35: Waiting for worker…
2024-12-19 20:07.09: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at 4a5d840 Add awaiters and cleanup

(from freebsd-14.1-ocaml-4.14)
2024-12-19 19:56.06 ---> using "ae13298952475462d6ff8423c053aa12bd6b321268da2da393f31b39d910ae06" from cache

/: (comment freebsd-14.1-4.14_opam-2.3)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam"))
2024-12-19 19:56.06 ---> using "a01a14b3afaf0e96198b4995f7495eb095c8d446bea3004be25da82cfecae768" from cache

/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-12-19 19:56.07 ---> using "a60b36efeb57e54e6ca4e23dae975fff8d0668822376b173ed63b66aa24444bc" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.1-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.3.0
2024-12-19 19:56.07 ---> using "188549049d3e68e7a3a1a01e1161c07610550818a3f0b75ffbaafa2a77641d27" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-12-19 19:56.08 ---> using "39fdaef227d4780a13f56312f6b694c46af609f82c1eca907bb338ae047f238f" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c31c18de15..40261e81b0  master     -> origin/master
40261e81b0 Merge pull request #27148 from mtelvers/opam-publish-ocaml-version.3.7.2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.4.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-12-19 19:56.09 ---> using "a7cc929077879835bfc705d6ed420f23cf85d97a1603bd0a24dd7cedaa51e038" from cache

/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-12-19 19:56.09 ---> using "f7c19cb26e942693ccea982d81640a2a3e3fd52ff935aff05d109b000c99fa96" from cache

/src: (run (network host)
           (shell  "opam pin add -yn kcas_data.dev './' && \
                  \nopam pin add -yn kcas.dev './'"))
[kcas_data.dev] synchronised (file:///src)
kcas_data is now pinned to file:///src (version dev)
[kcas.dev] synchronised (file:///src)
kcas is now pinned to file:///src (version dev)
2024-12-19 19:56.10 ---> using "1fb0bcc1323c5628dcc9778bbb86d3b1c3720970cc04f91d8e73df3a7f23a91d" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2024-12-19 19:56.11 ---> using "ae5c3168a3f1850b70bc4ece7ffba6ed403b25971578f926fcdcb17d027d8abc" from cache

/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas_data.dev] synchronised (file:///src)
[kcas.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-12-19 19:56.11 ---> using "2833b012b203562e44aa8dc43a9c01429f8b2acc00d4657a1c565d24cf573b6f" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 33 packages
   alcotest                   1.8.0
   astring                    0.8.5
   backoff                    0.1.1
   camlp-streams              5.0.1
   cmdliner                   1.3.0
   cppo                       1.8.0
   csexp                      1.5.2
   domain-local-await         1.0.1
   domain-local-timeout       1.0.1
   domain_shims               0.1.0
   dune                       3.17.1
   fmt                        0.9.0
   logs                       0.7.0
   mdx                        2.5.0
   mtime                      2.1.0
   multicore-bench            0.1.7
   multicore-magic            2.3.0
   ocaml-syntax-shims         1.0.0
   ocaml-version              3.7.2
   ocamlbuild                 0.15.0
   ocamlfind                  1.9.6
   psq                        0.2.1
   qcheck-core                0.23
   qcheck-multicoretests-util 0.5
   qcheck-stm                 0.5
   re                         1.12.0
   result                     1.5
   seq                        base
   stdlib-shims               0.3.0
   thread-table               1.0.0
   topkg                      1.0.7
   uutf                       1.0.3
   yojson                     2.2.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved backoff.0.1.1  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved cppo.1.8.0  (cached)
 retrieved cmdliner.1.3.0  (cached)
 retrieved domain-local-await.1.0.1  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved domain-local-timeout.1.0.1  (cached)
 retrieved domain_shims.0.1.0  (cached)
 retrieved alcotest.1.8.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved mtime.2.1.0  (cached)
 retrieved multicore-bench.0.1.7  (cached)
 retrieved multicore-magic.2.3.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved mdx.2.5.0  (cached)
 retrieved ocaml-version.3.7.2  (cached)
 retrieved ocamlbuild.0.15.0  (cached)
 retrieved psq.0.2.1  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved qcheck-multicoretests-util.0.5, qcheck-stm.0.5  (cached)
 retrieved qcheck-core.0.23  (cached)
 retrieved re.1.12.0  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved result.1.5  (cached)
 retrieved thread-table.1.0.0  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved yojson.2.2.2  (cached)
 retrieved dune.3.17.1  (cached)
 installed cmdliner.1.3.0
 installed ocamlfind.1.9.6
 installed ocamlbuild.0.15.0
 installed topkg.1.0.7
 installed uutf.1.0.3
 installed mtime.2.1.0
 installed fmt.0.9.0
 installed astring.0.8.5
 installed logs.0.7.0
 installed dune.3.17.1
 installed domain_shims.0.1.0
 installed stdlib-shims.0.3.0
 installed result.1.5
 installed csexp.1.5.2
 installed camlp-streams.5.0.1
 installed backoff.0.1.1
 installed ocaml-version.3.7.2
 installed thread-table.1.0.0
 installed multicore-magic.2.3.0
 installed psq.0.2.1
 installed ocaml-syntax-shims.1.0.0
 installed domain-local-timeout.1.0.1
 installed domain-local-await.1.0.1
 installed cppo.1.8.0
 installed re.1.12.0
 installed qcheck-core.0.23
 installed yojson.2.2.2
 installed qcheck-multicoretests-util.0.5
 installed qcheck-stm.0.5
 installed multicore-bench.0.1.7
 installed alcotest.1.8.0
 installed mdx.2.5.0
Done.
2024-12-19 19:56.12 ---> using "46da5c39139c9412443d31971f0cc22cc677fb3a6d35e6cc6677181a9359f848" from cache

/src: (copy (src .) (dst /src))
2024-12-19 19:56.14 ---> saved as "96b6f29aa1cd4d7cd51f97ff9ba3f98dd1b67d9fda3be16b0a013946dbea727e"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `XEQWT0NP'.

  [OK]          await between threads          0   

Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.015s. 1 test run.
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `H6TLVAQD'.

  [OK]          basics          0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `D33BM04D'.

  [OK]          basics          0   
  [OK]          add             0   
  [OK]          move            0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Dllist'.
Test Successful in 0.001s. 3 tests run.
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `VQM26CCV'.

  [OK]          replace and remove          0   
  [OK]          large tx                    0   
  [OK]          large ops                   0   
  [OK]          basics                      0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Hashtbl'.
Test Successful in 0.009s. 4 tests run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `9X31BDPC'.

  [OK]          basics          0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `M67JQM7Y'.

  [OK]          basics          0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.038s. 1 test run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `F5N3KT9B'.

  [OK]          basics          0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `76E2M2GP'.

  [OK]          non linearizable xt                  0   
  [OK]          set                                  0   
  [OK]          no skew xt                           0   
  [OK]          get seq xt                           0   
  [OK]          stress xt                            0   
  [OK]          is_in_log                            0   
  [OK]          updates                              0   
  [OK]          post commit                          0   
  [OK]          blocking                             0   
  [OK]          no unnecessary wakeups               0   
  [OK]          pediodic validation                  0   
  [OK]          explicit validation                  0   
  [OK]          rollback                             0   
  [OK]          call                                 0   
  [OK]          mode                                 0   
  [OK]          xt                                   0   
  [OK]          timeout (non-deterministic)          0   

Full test results in `/src/_build/default/test/kcas/_build/_tests/Kcas'.
Test Successful in 2.055s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
  ops over time/cas int:
    32.83 M/s
  ops over time/get:
    112.61 M/s
  ops over time/incr:
    25.61 M/s
  ops over time/push & pop:
    24.02 M/s
  ops over time/swap:
    22.20 M/s
  ops over time/xchg int:
    34.08 M/s
  time per op/cas int:
    30.46 ns
  time per op/get:
    8.88 ns
  time per op/incr:
    39.04 ns
  time per op/push & pop:
    41.63 ns
  time per op/swap:
    45.04 ns
  time per op/xchg int:
    29.34 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
  time per transaction/0 loc tx:
    33.01 ns
  time per transaction/1 loc tx:
    98.64 ns
  time per transaction/2 loc tx:
    182.84 ns
  time per transaction/4 loc tx:
    364.00 ns
  time per transaction/8 loc tx:
    761.43 ns
  transactions over time/0 loc tx:
    30.30 M/s
  transactions over time/1 loc tx:
    10.14 M/s
  transactions over time/2 loc tx:
    5.47 M/s
  transactions over time/4 loc tx:
    2.75 M/s
  transactions over time/8 loc tx:
    1.31 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    22.56 ns
  time per transaction/1 loc tx:
    71.47 ns
  time per transaction/2 loc tx:
    130.54 ns
  time per transaction/4 loc tx:
    223.99 ns
  time per transaction/8 loc tx:
    400.98 ns
  transactions over time/0 loc tx:
    44.33 M/s
  transactions over time/1 loc tx:
    13.99 M/s
  transactions over time/2 loc tx:
    7.66 M/s
  transactions over time/4 loc tx:
    4.46 M/s
  transactions over time/8 loc tx:
    2.49 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
  time per transaction/0 loc tx:
    22.71 ns
  time per transaction/1 loc tx:
    68.37 ns
  time per transaction/2 loc tx:
    123.59 ns
  time per transaction/4 loc tx:
    226.80 ns
  time per transaction/8 loc tx:
    413.21 ns
  transactions over time/0 loc tx:
    44.03 M/s
  transactions over time/1 loc tx:
    14.63 M/s
  transactions over time/2 loc tx:
    8.09 M/s
  transactions over time/4 loc tx:
    4.41 M/s
  transactions over time/8 loc tx:
    2.42 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
  time per transaction/1 worker:
    263.73 ns
  transactions over time/1 worker:
    3.79 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
  operations over time/1 worker, 0% reads:
    22.17 M/s
  time per operation/1 worker, 0% reads:
    45.11 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
  messages over time/one domain:
    0.92 M/s
  time per message/one domain:
    1088.73 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
  operations over time/1 worker, 10% reads:
    3.18 M/s
  operations over time/1 worker, 50% reads:
    3.98 M/s
  operations over time/1 worker, 90% reads:
    6.50 M/s
  time per operation/1 worker, 10% reads:
    314.31 ns
  time per operation/1 worker, 50% reads:
    251.52 ns
  time per operation/1 worker, 90% reads:
    153.75 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
  messages over time/one domain:
    5.72 M/s
  time per message/one domain:
    174.73 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
  messages over time/one domain:
    9.33 M/s
  time per message/one domain:
    107.23 ns
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `AJMGWO3M'.

  [OK]          write skew          0   
  [OK]          tail leak           0   

Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 11.511s. 2 tests run.
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 1171077744789890834
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Stack sequential
[ ]    0    0    0    0 /   32     0.0s Stack sequential (generating)
[]   32    0    0   32 /   32     0.0s Stack sequential

[ ]    0    0    0    0 /   32     0.0s Stack concurrent
[ ]    1    0    0    1 /   32     1.7s Stack concurrent
[ ]    2    0    0    2 /   32     3.1s Stack concurrent
[ ]    3    0    0    3 /   32     4.6s Stack concurrent
[ ]    4    0    0    4 /   32     7.1s Stack concurrent
[ ]    5    0    0    5 /   32     8.3s Stack concurrent
[ ]    6    0    0    6 /   32     9.6s Stack concurrent
[ ]    7    0    0    7 /   32    10.4s Stack concurrent
[ ]    8    0    0    8 /   32    11.3s Stack concurrent
[ ]    9    0    0    9 /   32    12.5s Stack concurrent
[ ]   10    0    0   10 /   32    13.2s Stack concurrent
[ ]   11    0    0   11 /   32    14.4s Stack concurrent
[ ]   12    0    0   12 /   32    15.6s Stack concurrent
[ ]   13    0    0   13 /   32    16.2s Stack concurrent
[ ]   14    0    0   14 /   32    17.7s Stack concurrent
[ ]   15    0    0   15 /   32    19.0s Stack concurrent
[ ]   16    0    0   16 /   32    20.4s Stack concurrent
[ ]   17    0    0   17 /   32    21.8s Stack concurrent
[ ]   18    0    0   18 /   32    23.0s Stack concurrent
[ ]   19    0    0   19 /   32    24.4s Stack concurrent
[ ]   20    0    0   20 /   32    26.1s Stack concurrent
[ ]   21    0    0   21 /   32    27.9s Stack concurrent
[ ]   22    0    0   22 /   32    29.5s Stack concurrent
[ ]   23    0    0   23 /   32    31.1s Stack concurrent
[ ]   24    0    0   24 /   32    32.2s Stack concurrent
[ ]   25    0    0   25 /   32    33.4s Stack concurrent
[ ]   26    0    0   26 /   32    35.3s Stack concurrent
[ ]   27    0    0   27 /   32    36.4s Stack concurrent
[ ]   28    0    0   28 /   32    38.2s Stack concurrent
[ ]   29    0    0   29 /   32    39.7s Stack concurrent
[ ]   30    0    0   30 /   32    41.6s Stack concurrent
[ ]   31    0    0   31 /   32    43.6s Stack concurrent
[ ]   32    0    0   32 /   32    45.3s Stack concurrent
[]   32    0    0   32 /   32    45.3s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 127349283245921646
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     0.0s Stack sequential

[ ]    0    0    0    0 /   32     0.0s Stack concurrent
[ ]    1    0    0    1 /   32     1.7s Stack concurrent
[ ]    2    0    0    2 /   32     3.6s Stack concurrent
[ ]    3    0    0    3 /   32     4.8s Stack concurrent
[ ]    4    0    0    4 /   32     5.9s Stack concurrent
[ ]    5    0    0    5 /   32     7.5s Stack concurrent
[ ]    6    0    0    6 /   32     8.9s Stack concurrent
[ ]    7    0    0    7 /   32    11.9s Stack concurrent
[ ]    8    0    0    8 /   32    15.2s Stack concurrent
[ ]    9    0    0    9 /   32    17.9s Stack concurrent
[ ]   10    0    0   10 /   32    21.7s Stack concurrent
[ ]   11    0    0   11 /   32    24.4s Stack concurrent
[ ]   12    0    0   12 /   32    26.4s Stack concurrent
[ ]   13    0    0   13 /   32    27.8s Stack concurrent
[ ]   14    0    0   14 /   32    28.9s Stack concurrent
[ ]   15    0    0   15 /   32    30.0s Stack concurrent
[ ]   16    0    0   16 /   32    31.8s Stack concurrent
[ ]   17    0    0   17 /   32    33.2s Stack concurrent
[ ]   18    0    0   18 /   32    34.7s Stack concurrent
[ ]   19    0    0   19 /   32    37.3s Stack concurrent
[ ]   20    0    0   20 /   32    38.7s Stack concurrent
[ ]   21    0    0   21 /   32    40.1s Stack concurrent
[ ]   22    0    0   22 /   32    42.1s Stack concurrent
[ ]   23    0    0   23 /   32    42.9s Stack concurrent
[ ]   24    0    0   24 /   32    44.6s Stack concurrent
[ ]   25    0    0   25 /   32    46.2s Stack concurrent
[ ]   26    0    0   26 /   32    47.7s Stack concurrent
[ ]   27    0    0   27 /   32    49.5s Stack concurrent
[ ]   28    0    0   28 /   32    51.2s Stack concurrent
[ ]   29    0    0   29 /   32    52.3s Stack concurrent
[ ]   30    0    0   30 /   32    53.9s Stack concurrent
[ ]   31    0    0   31 /   32    54.7s Stack concurrent
[ ]   32    0    0   32 /   32    55.7s Stack concurrent
[]   32    0    0   32 /   32    55.7s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 2845545611879352005
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential
[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential (generating)
[]   32    0    0   32 /   32     0.0s Hashtbl sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl concurrent
[ ]    1    0    0    1 /   32     1.2s Hashtbl concurrent
[ ]    2    0    0    2 /   32     3.1s Hashtbl concurrent
[ ]    3    0    0    3 /   32     5.9s Hashtbl concurrent
[ ]    4    0    0    4 /   32     7.3s Hashtbl concurrent
[ ]    5    0    0    5 /   32     8.9s Hashtbl concurrent
[ ]    6    0    0    6 /   32    10.1s Hashtbl concurrent
[ ]    7    0    0    7 /   32    11.4s Hashtbl concurrent
[ ]    8    0    0    8 /   32    12.7s Hashtbl concurrent
[ ]    9    0    0    9 /   32    13.9s Hashtbl concurrent
[ ]   10    0    0   10 /   32    15.1s Hashtbl concurrent
[ ]   11    0    0   11 /   32    16.4s Hashtbl concurrent
[ ]   12    0    0   12 /   32    17.7s Hashtbl concurrent
[ ]   13    0    0   13 /   32    19.0s Hashtbl concurrent
[ ]   14    0    0   14 /   32    20.6s Hashtbl concurrent
[ ]   15    0    0   15 /   32    21.8s Hashtbl concurrent
[ ]   16    0    0   16 /   32    23.6s Hashtbl concurrent
[ ]   17    0    0   17 /   32    24.7s Hashtbl concurrent
[ ]   18    0    0   18 /   32    26.4s Hashtbl concurrent
[ ]   19    0    0   19 /   32    27.8s Hashtbl concurrent
[ ]   20    0    0   20 /   32    30.0s Hashtbl concurrent
[ ]   21    0    0   21 /   32    30.9s Hashtbl concurrent
[ ]   22    0    0   22 /   32    32.3s Hashtbl concurrent
[ ]   23    0    0   23 /   32    32.8s Hashtbl concurrent
[ ]   24    0    0   24 /   32    34.3s Hashtbl concurrent
[ ]   25    0    0   25 /   32    35.7s Hashtbl concurrent
[ ]   26    0    0   26 /   32    37.3s Hashtbl concurrent
[ ]   27    0    0   27 /   32    38.3s Hashtbl concurrent
[ ]   28    0    0   28 /   32    40.6s Hashtbl concurrent
[ ]   29    0    0   29 /   32    41.9s Hashtbl concurrent
[ ]   30    0    0   30 /   32    43.8s Hashtbl concurrent
[ ]   31    0    0   31 /   32    45.6s Hashtbl concurrent
[ ]   32    0    0   32 /   32    47.7s Hashtbl concurrent
[]   32    0    0   32 /   32    47.7s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 598967246188662085
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     0.0s Hashtbl sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl concurrent
[ ]    1    0    0    1 /   32     1.6s Hashtbl concurrent
[ ]    2    0    0    2 /   32     2.9s Hashtbl concurrent
[ ]    3    0    0    3 /   32     4.5s Hashtbl concurrent
[ ]    4    0    0    4 /   32     6.5s Hashtbl concurrent
[ ]    5    0    0    5 /   32     9.1s Hashtbl concurrent
[ ]    6    0    0    6 /   32    12.5s Hashtbl concurrent
[ ]    7    0    0    7 /   32    14.6s Hashtbl concurrent
[ ]    8    0    0    8 /   32    17.1s Hashtbl concurrent
[ ]    9    0    0    9 /   32    20.7s Hashtbl concurrent
[ ]   10    0    0   10 /   32    22.7s Hashtbl concurrent
[ ]   11    0    0   11 /   32    24.7s Hashtbl concurrent
[ ]   12    0    0   12 /   32    25.8s Hashtbl concurrent
[ ]   13    0    0   13 /   32    27.6s Hashtbl concurrent
[ ]   14    0    0   14 /   32    28.2s Hashtbl concurrent
[ ]   15    0    0   15 /   32    30.3s Hashtbl concurrent
[ ]   16    0    0   16 /   32    32.2s Hashtbl concurrent
[ ]   17    0    0   17 /   32    34.1s Hashtbl concurrent
[ ]   18    0    0   18 /   32    35.6s Hashtbl concurrent
[ ]   19    0    0   19 /   32    37.2s Hashtbl concurrent
[ ]   20    0    0   20 /   32    38.7s Hashtbl concurrent
[ ]   21    0    0   21 /   32    40.1s Hashtbl concurrent
[ ]   22    0    0   22 /   32    43.3s Hashtbl concurrent
[ ]   23    0    0   23 /   32    44.7s Hashtbl concurrent
[ ]   24    0    0   24 /   32    46.7s Hashtbl concurrent
[ ]   25    0    0   25 /   32    48.3s Hashtbl concurrent
[ ]   26    0    0   26 /   32    49.8s Hashtbl concurrent
[ ]   27    0    0   27 /   32    50.9s Hashtbl concurrent
[ ]   28    0    0   28 /   32    52.3s Hashtbl concurrent
[ ]   29    0    0   29 /   32    53.6s Hashtbl concurrent
[ ]   30    0    0   30 /   32    55.0s Hashtbl concurrent
[ ]   31    0    0   31 /   32    56.2s Hashtbl concurrent
[ ]   32    0    0   32 /   32    56.8s Hashtbl concurrent
[]   32    0    0   32 /   32    56.8s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 1434288458920004924
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Queue sequential
[ ]    0    0    0    0 /   32     0.0s Queue sequential (generating)
[]   32    0    0   32 /   32     0.0s Queue sequential

[ ]    0    0    0    0 /   32     0.0s Queue concurrent
[ ]    1    0    0    1 /   32     2.3s Queue concurrent
[ ]    2    0    0    2 /   32     2.9s Queue concurrent
[ ]    3    0    0    3 /   32     5.2s Queue concurrent
[ ]    4    0    0    4 /   32     8.0s Queue concurrent
[ ]    5    0    0    5 /   32     9.4s Queue concurrent
[ ]    6    0    0    6 /   32    10.5s Queue concurrent
[ ]    7    0    0    7 /   32    11.3s Queue concurrent
[ ]    8    0    0    8 /   32    13.4s Queue concurrent
[ ]    9    0    0    9 /   32    14.4s Queue concurrent
[ ]   10    0    0   10 /   32    15.5s Queue concurrent
[ ]   11    0    0   11 /   32    17.0s Queue concurrent
[ ]   12    0    0   12 /   32    18.2s Queue concurrent
[ ]   13    0    0   13 /   32    18.5s Queue concurrent
[ ]   14    0    0   14 /   32    20.2s Queue concurrent
[ ]   15    0    0   15 /   32    21.7s Queue concurrent
[ ]   16    0    0   16 /   32    22.9s Queue concurrent
[ ]   17    0    0   17 /   32    24.2s Queue concurrent
[ ]   18    0    0   18 /   32    25.5s Queue concurrent
[ ]   19    0    0   19 /   32    27.3s Queue concurrent
[ ]   20    0    0   20 /   32    28.8s Queue concurrent
[ ]   21    0    0   21 /   32    30.7s Queue concurrent
[ ]   22    0    0   22 /   32    31.7s Queue concurrent
[ ]   23    0    0   23 /   32    33.5s Queue concurrent
[ ]   24    0    0   24 /   32    35.5s Queue concurrent
[ ]   25    0    0   25 /   32    37.4s Queue concurrent
[ ]   26    0    0   26 /   32    39.7s Queue concurrent
[ ]   27    0    0   27 /   32    41.2s Queue concurrent
[ ]   28    0    0   28 /   32    43.4s Queue concurrent
[ ]   29    0    0   29 /   32    44.6s Queue concurrent
[ ]   30    0    0   30 /   32    46.5s Queue concurrent
[ ]   31    0    0   31 /   32    48.0s Queue concurrent
[ ]   32    0    0   32 /   32    49.2s Queue concurrent
[]   32    0    0   32 /   32    49.2s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2362195223451137031
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     0.0s Queue sequential

[ ]    0    0    0    0 /   32     0.0s Queue concurrent
[ ]    1    0    0    1 /   32     1.0s Queue concurrent
[ ]    2    0    0    2 /   32     2.6s Queue concurrent
[ ]    3    0    0    3 /   32     3.2s Queue concurrent
[ ]    4    0    0    4 /   32     4.6s Queue concurrent
[ ]    5    0    0    5 /   32     6.1s Queue concurrent
[ ]    6    0    0    6 /   32     9.4s Queue concurrent
[ ]    7    0    0    7 /   32    12.1s Queue concurrent
[ ]    8    0    0    8 /   32    14.1s Queue concurrent
[ ]    9    0    0    9 /   32    16.9s Queue concurrent
[ ]   10    0    0   10 /   32    20.7s Queue concurrent
[ ]   11    0    0   11 /   32    22.8s Queue concurrent
[ ]   12    0    0   12 /   32    24.1s Queue concurrent
[ ]   13    0    0   13 /   32    25.4s Queue concurrent
[ ]   14    0    0   14 /   32    26.8s Queue concurrent
[ ]   15    0    0   15 /   32    28.5s Queue concurrent
[ ]   16    0    0   16 /   32    29.4s Queue concurrent
[ ]   17    0    0   17 /   32    30.6s Queue concurrent
[ ]   18    0    0   18 /   32    33.3s Queue concurrent
[ ]   19    0    0   19 /   32    34.3s Queue concurrent
[ ]   20    0    0   20 /   32    36.2s Queue concurrent
[ ]   21    0    0   21 /   32    38.8s Queue concurrent
[ ]   22    0    0   22 /   32    41.4s Queue concurrent
[ ]   23    0    0   23 /   32    43.3s Queue concurrent
[ ]   24    0    0   24 /   32    44.4s Queue concurrent
[ ]   25    0    0   25 /   32    45.9s Queue concurrent
[ ]   26    0    0   26 /   32    47.3s Queue concurrent
[ ]   27    0    0   27 /   32    48.4s Queue concurrent
[ ]   28    0    0   28 /   32    49.8s Queue concurrent
[ ]   29    0    0   29 /   32    51.0s Queue concurrent
[ ]   30    0    0   30 /   32    52.5s Queue concurrent
[ ]   31    0    0   31 /   32    54.2s Queue concurrent
[ ]   32    0    0   32 /   32    55.4s Queue concurrent
[]   32    0    0   32 /   32    55.4s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 3200358338374538282
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Accumulator sequential
[ ]    0    0    0    0 /   32     0.0s Accumulator sequential (generating)
[]   32    0    0   32 /   32     0.0s Accumulator sequential

[ ]    0    0    0    0 /   32     0.0s Accumulator concurrent
[ ]    1    0    0    1 /   32     1.7s Accumulator concurrent
[ ]    2    0    0    2 /   32     3.3s Accumulator concurrent
[ ]    3    0    0    3 /   32     5.8s Accumulator concurrent
[ ]    4    0    0    4 /   32     7.6s Accumulator concurrent
[ ]    5    0    0    5 /   32     9.6s Accumulator concurrent
[ ]    6    0    0    6 /   32    10.5s Accumulator concurrent
[ ]    7    0    0    7 /   32    11.6s Accumulator concurrent
[ ]    8    0    0    8 /   32    12.9s Accumulator concurrent
[ ]    9    0    0    9 /   32    14.5s Accumulator concurrent
[ ]   10    0    0   10 /   32    15.3s Accumulator concurrent
[ ]   11    0    0   11 /   32    16.8s Accumulator concurrent
[ ]   12    0    0   12 /   32    17.8s Accumulator concurrent
[ ]   13    0    0   13 /   32    18.9s Accumulator concurrent
[ ]   14    0    0   14 /   32    20.5s Accumulator concurrent
[ ]   15    0    0   15 /   32    22.2s Accumulator concurrent
[ ]   16    0    0   16 /   32    24.7s Accumulator concurrent
[ ]   17    0    0   17 /   32    25.3s Accumulator concurrent
[ ]   18    0    0   18 /   32    26.3s Accumulator concurrent
[ ]   19    0    0   19 /   32    27.4s Accumulator concurrent
[ ]   20    0    0   20 /   32    29.4s Accumulator concurrent
[ ]   21    0    0   21 /   32    31.0s Accumulator concurrent
[ ]   22    0    0   22 /   32    32.6s Accumulator concurrent
[ ]   23    0    0   23 /   32    34.9s Accumulator concurrent
[ ]   24    0    0   24 /   32    37.2s Accumulator concurrent
[ ]   25    0    0   25 /   32    39.0s Accumulator concurrent
[ ]   26    0    0   26 /   32    41.2s Accumulator concurrent
[ ]   27    0    0   27 /   32    42.3s Accumulator concurrent
[ ]   28    0    0   28 /   32    43.7s Accumulator concurrent
[ ]   29    0    0   29 /   32    45.4s Accumulator concurrent
[ ]   30    0    0   30 /   32    46.8s Accumulator concurrent
[ ]   31    0    0   31 /   32    48.2s Accumulator concurrent
[ ]   32    0    0   32 /   32    49.0s Accumulator concurrent
[]   32    0    0   32 /   32    49.1s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 1415957574945941778
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     0.0s Accumulator sequential

[ ]    0    0    0    0 /   32     0.0s Accumulator concurrent
[ ]    1    0    0    1 /   32     1.6s Accumulator concurrent
[ ]    2    0    0    2 /   32     3.1s Accumulator concurrent
[ ]    3    0    0    3 /   32     4.7s Accumulator concurrent
[ ]    4    0    0    4 /   32     6.8s Accumulator concurrent
[ ]    5    0    0    5 /   32     9.5s Accumulator concurrent
[ ]    6    0    0    6 /   32    13.5s Accumulator concurrent
[ ]    7    0    0    7 /   32    16.7s Accumulator concurrent
[ ]    8    0    0    8 /   32    21.1s Accumulator concurrent
[ ]    9    0    0    9 /   32    23.4s Accumulator concurrent
[ ]   10    0    0   10 /   32    24.8s Accumulator concurrent
[ ]   11    0    0   11 /   32    26.1s Accumulator concurrent
[ ]   12    0    0   12 /   32    27.5s Accumulator concurrent
[ ]   13    0    0   13 /   32    28.9s Accumulator concurrent
[ ]   14    0    0   14 /   32    30.2s Accumulator concurrent
[ ]   15    0    0   15 /   32    31.2s Accumulator concurrent
[ ]   16    0    0   16 /   32    33.3s Accumulator concurrent
[ ]   17    0    0   17 /   32    34.7s Accumulator concurrent
[ ]   18    0    0   18 /   32    35.8s Accumulator concurrent
[ ]   19    0    0   19 /   32    37.5s Accumulator concurrent
[ ]   20    0    0   20 /   32    39.2s Accumulator concurrent
[ ]   21    0    0   21 /   32    41.5s Accumulator concurrent
[ ]   22    0    0   22 /   32    43.0s Accumulator concurrent
[ ]   23    0    0   23 /   32    44.8s Accumulator concurrent
[ ]   24    0    0   24 /   32    46.8s Accumulator concurrent
[ ]   25    0    0   25 /   32    48.1s Accumulator concurrent
[ ]   26    0    0   26 /   32    48.9s Accumulator concurrent
[ ]   27    0    0   27 /   32    50.3s Accumulator concurrent
[ ]   28    0    0   28 /   32    51.3s Accumulator concurrent
[ ]   29    0    0   29 /   32    53.0s Accumulator concurrent
[ ]   30    0    0   30 /   32    54.6s Accumulator concurrent
[ ]   31    0    0   31 /   32    55.5s Accumulator concurrent
[ ]   32    0    0   32 /   32    56.8s Accumulator concurrent
[]   32    0    0   32 /   32    56.8s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 1557255531627924280
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Dllist sequential
[ ]    0    0    0    0 /   32     0.0s Dllist sequential (generating)
[]   32    0    0   32 /   32     0.0s Dllist sequential

[ ]    0    0    0    0 /   32     0.0s Dllist concurrent
[ ]    1    0    0    1 /   32     2.7s Dllist concurrent
[ ]    2    0    0    2 /   32     4.2s Dllist concurrent
[ ]    3    0    0    3 /   32     6.8s Dllist concurrent
[ ]    4    0    0    4 /   32     8.5s Dllist concurrent
[ ]    5    0    0    5 /   32    10.1s Dllist concurrent
[ ]    6    0    0    6 /   32    11.2s Dllist concurrent
[ ]    7    0    0    7 /   32    13.0s Dllist concurrent
[ ]    8    0    0    8 /   32    14.4s Dllist concurrent
[ ]    9    0    0    9 /   32    15.0s Dllist concurrent
[ ]   10    0    0   10 /   32    16.1s Dllist concurrent
[ ]   11    0    0   11 /   32    16.9s Dllist concurrent
[ ]   12    0    0   12 /   32    18.3s Dllist concurrent
[ ]   13    0    0   13 /   32    19.7s Dllist concurrent
[ ]   14    0    0   14 /   32    19.9s Dllist concurrent
[ ]   15    0    0   15 /   32    21.0s Dllist concurrent
[ ]   16    0    0   16 /   32    22.0s Dllist concurrent
[ ]   17    0    0   17 /   32    23.3s Dllist concurrent
[ ]   18    0    0   18 /   32    24.2s Dllist concurrent
[ ]   19    0    0   19 /   32    25.8s Dllist concurrent
[ ]   20    0    0   20 /   32    27.8s Dllist concurrent
[ ]   21    0    0   21 /   32    29.7s Dllist concurrent
[ ]   22    0    0   22 /   32    30.6s Dllist concurrent
[ ]   23    0    0   23 /   32    33.1s Dllist concurrent
[ ]   24    0    0   24 /   32    35.3s Dllist concurrent
[ ]   25    0    0   25 /   32    36.2s Dllist concurrent
[ ]   26    0    0   26 /   32    38.2s Dllist concurrent
[ ]   27    0    0   27 /   32    40.7s Dllist concurrent
[ ]   28    0    0   28 /   32    42.7s Dllist concurrent
[ ]   29    0    0   29 /   32    44.4s Dllist concurrent
[ ]   30    0    0   30 /   32    46.3s Dllist concurrent
[ ]   31    0    0   31 /   32    48.7s Dllist concurrent
[ ]   32    0    0   32 /   32    50.5s Dllist concurrent
[]   32    0    0   32 /   32    50.5s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 1880200381578011534
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     0.0s Dllist sequential

[ ]    0    0    0    0 /   32     0.0s Dllist concurrent
[ ]    1    0    0    1 /   32     1.8s Dllist concurrent
[ ]    2    0    0    2 /   32     3.4s Dllist concurrent
[ ]    3    0    0    3 /   32     5.4s Dllist concurrent
[ ]    4    0    0    4 /   32     7.9s Dllist concurrent
[ ]    5    0    0    5 /   32    11.2s Dllist concurrent
[ ]    6    0    0    6 /   32    14.3s Dllist concurrent
[ ]    7    0    0    7 /   32    18.7s Dllist concurrent
[ ]    8    0    0    8 /   32    21.5s Dllist concurrent
[ ]    9    0    0    9 /   32    22.5s Dllist concurrent
[ ]   10    0    0   10 /   32    23.6s Dllist concurrent
[ ]   11    0    0   11 /   32    25.0s Dllist concurrent
[ ]   12    0    0   12 /   32    26.7s Dllist concurrent
[ ]   13    0    0   13 /   32    27.9s Dllist concurrent
[ ]   14    0    0   14 /   32    29.0s Dllist concurrent
[ ]   15    0    0   15 /   32    31.9s Dllist concurrent
[ ]   16    0    0   16 /   32    33.4s Dllist concurrent
[ ]   17    0    0   17 /   32    35.9s Dllist concurrent
[ ]   18    0    0   18 /   32    37.5s Dllist concurrent
[ ]   19    0    0   19 /   32    40.6s Dllist concurrent
[ ]   20    0    0   20 /   32    41.9s Dllist concurrent
[ ]   21    0    0   21 /   32    44.1s Dllist concurrent
[ ]   22    0    0   22 /   32    45.4s Dllist concurrent
[ ]   23    0    0   23 /   32    46.8s Dllist concurrent
[ ]   24    0    0   24 /   32    48.8s Dllist concurrent
[ ]   25    0    0   25 /   32    50.8s Dllist concurrent
[ ]   26    0    0   26 /   32    52.7s Dllist concurrent
[ ]   27    0    0   27 /   32    54.1s Dllist concurrent
[ ]   28    0    0   28 /   32    55.2s Dllist concurrent
[ ]   29    0    0   29 /   32    56.8s Dllist concurrent
[ ]   30    0    0   30 /   32    58.4s Dllist concurrent
[ ]   31    0    0   31 /   32    59.7s Dllist concurrent
[ ]   32    0    0   32 /   32    61.8s Dllist concurrent
[]   32    0    0   32 /   32    61.8s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 1262900689463845688
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential
[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential (generating)
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order concurrent
[ ]    1    0    0    1 /   32     1.6s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32     3.4s Hashtbl_with_order concurrent
[ ]    3    0    0    3 /   32     5.4s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32     7.3s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32     9.0s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32    10.6s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32    11.6s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32    12.8s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32    14.1s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32    15.0s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32    16.8s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32    18.4s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32    19.4s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32    20.9s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    22.2s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    23.4s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    25.1s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    26.8s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    28.8s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    29.9s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    31.1s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    32.8s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    34.8s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    36.7s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    38.5s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    40.1s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    42.2s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    43.4s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    44.6s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    46.4s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    48.1s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    49.2s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    49.2s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 12525379726882526
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order concurrent
[ ]    1    0    0    1 /   32     1.8s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32     3.8s Hashtbl_with_order concurrent
[ ]    3    0    0    3 /   32     5.3s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32     9.9s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32    13.3s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32    17.6s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32    21.2s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32    23.0s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32    24.7s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32    26.0s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32    27.1s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32    28.8s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32    30.4s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32    32.4s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    34.6s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    35.8s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    38.1s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    41.2s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    42.4s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    44.3s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    45.6s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    47.8s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    48.8s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    51.0s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    51.9s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    52.9s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    55.4s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    56.7s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    58.1s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    59.8s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    61.7s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    63.7s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    63.7s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
2024-12-19 19:58.18 ---> saved as "8610dbde90a5a36f00ff24603bd8b0955677719d7bb48f55352d01bb86c1c832"
Job succeeded
2024-12-19 20:09.24: Job succeeded