Organisationsocaml-multicorekcas3a155e (sleeping-barbers-example)freebsd-14.1-4.14_opam-2.3

freebsd-14.1-4.14_opam-2.3

Link Copied
Code Copied

Logs

2024-12-07 13:00.16: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/sleeping-barbers-example (3a155ed334467e69d8a7bfcffb99df548018c99c) (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 "sleeping-barbers-example" && cd "kcas" && git reset --hard 3a155ed3
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 620a3ca37d407c145ce97bdf5561a109cba4d77d || git fetch origin master) && git reset -q --hard 620a3ca37d407c145ce97bdf5561a109cba4d77d && 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 './' && echo '(lang dune 3.0)' > './dune-project' && \
opam pin add -yn kcas.dev './' && 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.0 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.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 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-07 13:00.16: Using cache hint "ocaml-multicore/kcas-freebsd-14.1-ocaml-4.14-freebsd-14.1-4.14_opam-2.3-737f1633271cb7c2cadf51f6f0b6de83"
2024-12-07 13:00.16: 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 620a3ca37d407c145ce97bdf5561a109cba4d77d || git fetch origin master) && git reset -q --hard 620a3ca37d407c145ce97bdf5561a109cba4d77d && 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 './' && echo '(lang dune 3.0)' > './dune-project' && \
\nopam pin add -yn kcas.dev './' && 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.0 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.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 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-07 13:00.16: Waiting for resource in pool OCluster
2024-12-07 13:00.16: Waiting for worker…
2024-12-07 13:28.31: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at 3a155ed Sleeping barbers


(from freebsd-14.1-ocaml-4.14)
2024-12-07 13:17.35 ---> 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-07 13:17.35 ---> 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-07 13:17.36 ---> 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-07 13:17.36 ---> using "188549049d3e68e7a3a1a01e1161c07610550818a3f0b75ffbaafa2a77641d27" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-12-07 13:17.37 ---> 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 620a3ca37d407c145ce97bdf5561a109cba4d77d || git fetch origin master) && git reset -q --hard 620a3ca37d407c145ce97bdf5561a109cba4d77d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
c31c18de15..620a3ca37d  master     -> origin/master
620a3ca37d Merge pull request #27046 from samoht/release-mdx-2.5.0


<><> 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-07 13:17.37 ---> using "3e8c8ab6df1997a717bec9221ec825a8de2d26fc16db80763a8b34c1223fd95f" from cache


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-12-07 13:17.38 ---> using "8af7453e70b4d3d28ba7566f7f2bc4c83e70a1084ec9c0a622f8545bee448cc2" from cache


/src: (run (network host)
(shell  "opam pin add -yn kcas_data.dev './' && echo '(lang dune 3.0)' > './dune-project' && \
\nopam pin add -yn kcas.dev './' && echo '(lang dune 3.0)' > './dune-project'"))
[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-07 13:17.39 ---> using "9edbd9a0bf1a2a958127cf174af8372b2a8070d091320dc4e197578acf1e1d61" 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.0 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.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 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 (no changes)


[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-07 13:17.39 ---> using "3c3823d266ef2be13ce88bf8a5ec2f931c5f11f029c390e14d654dde341674d2" 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.0
 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.1
 ocamlbuild                 0.15.0
 ocamlfind                  1.9.6
 psq                        0.2.1
 qcheck-core                0.22
 qcheck-multicoretests-util 0.4
 qcheck-stm                 0.4
 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 astring.0.8.5  (cached)
 retrieved backoff.0.1.1  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved cmdliner.1.3.0  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved cppo.1.8.0  (cached)
 retrieved domain-local-timeout.1.0.1  (cached)
 retrieved domain-local-await.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 mdx.2.5.0  (cached)
 retrieved multicore-magic.2.3.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocaml-version.3.7.1  (cached)
 retrieved ocamlbuild.0.15.0  (cached)
 retrieved psq.0.2.1  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4  (cached)
 retrieved qcheck-core.0.22  (cached)
 retrieved dune.3.17.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 re.1.12.0  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved yojson.2.2.2  (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.0
 installed thread-table.1.0.0
 installed stdlib-shims.0.3.0
 installed result.1.5
 installed re.1.12.0
 installed qcheck-core.0.22
 installed domain-local-await.1.0.1
 installed psq.0.2.1
 installed ocaml-version.3.7.1
 installed ocaml-syntax-shims.1.0.0
 installed multicore-magic.2.3.0
 installed domain_shims.0.1.0
 installed csexp.1.5.2
 installed cppo.1.8.0
 installed camlp-streams.5.0.1
 installed backoff.0.1.1
 installed qcheck-multicoretests-util.0.4
 installed domain-local-timeout.1.0.1
 installed yojson.2.2.2
 installed qcheck-stm.0.4
 installed multicore-bench.0.1.7
 installed mdx.2.5.0
 installed alcotest.1.8.0
Done.
2024-12-07 13:18.20 ---> saved as "8b6777a6c7077188891043c1e39da4a008e4411076210830c1f224eb6ed46a31"


/src: (copy (src .) (dst /src))
2024-12-07 13:18.22 ---> saved as "27f893f2b93dfd544033e527d0aa73c2812af85b5e91ba7e0ebe99a67c129c36"


/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 `QDNKB1SM'.


[OK]          await between threads          0


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


[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 && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `WKG6PQP6'.


[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.008s. 4 tests run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `7PI64FLT'.


[OK]          basics          0


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


[OK]          basics            0
[OK]          capacity          0


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.040s. 2 tests run.
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `4EJ3EFCO'.


[OK]          basics            0
[OK]          capacity          0


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


[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/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
46.12 M/s
ops over time/get:
112.01 M/s
ops over time/incr:
24.78 M/s
ops over time/push & pop:
13.46 M/s
ops over time/swap:
20.41 M/s
ops over time/xchg int:
32.58 M/s
time per op/cas int:
21.68 ns
time per op/get:
8.93 ns
time per op/incr:
40.35 ns
time per op/push & pop:
74.27 ns
time per op/swap:
49.01 ns
time per op/xchg int:
30.70 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
25.74 ns
time per transaction/1 loc tx:
93.99 ns
time per transaction/2 loc tx:
165.61 ns
time per transaction/4 loc tx:
389.91 ns
time per transaction/8 loc tx:
769.07 ns
transactions over time/0 loc tx:
38.85 M/s
transactions over time/1 loc tx:
10.64 M/s
transactions over time/2 loc tx:
6.04 M/s
transactions over time/4 loc tx:
2.56 M/s
transactions over time/8 loc tx:
1.30 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
31.57 ns
time per transaction/1 loc tx:
74.99 ns
time per transaction/2 loc tx:
130.36 ns
time per transaction/4 loc tx:
233.11 ns
time per transaction/8 loc tx:
422.73 ns
transactions over time/0 loc tx:
31.67 M/s
transactions over time/1 loc tx:
13.34 M/s
transactions over time/2 loc tx:
7.67 M/s
transactions over time/4 loc tx:
4.29 M/s
transactions over time/8 loc tx:
2.37 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
25.49 ns
time per transaction/1 loc tx:
73.83 ns
time per transaction/2 loc tx:
98.05 ns
time per transaction/4 loc tx:
241.74 ns
time per transaction/8 loc tx:
402.49 ns
transactions over time/0 loc tx:
39.24 M/s
transactions over time/1 loc tx:
13.55 M/s
transactions over time/2 loc tx:
10.20 M/s
transactions over time/4 loc tx:
4.14 M/s
transactions over time/8 loc tx:
2.48 M/s
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `ULOEGREO'.


[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.194s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
254.99 ns
transactions over time/1 worker:
3.92 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
32.50 M/s
time per operation/1 worker, 0% reads:
30.77 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/one domain:
0.97 M/s
time per message/one domain:
1028.03 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
2.35 M/s
operations over time/1 worker, 50% reads:
3.99 M/s
operations over time/1 worker, 90% reads:
6.17 M/s
time per operation/1 worker, 10% reads:
426.63 ns
time per operation/1 worker, 50% reads:
250.60 ns
time per operation/1 worker, 90% reads:
162.07 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:
4.97 M/s
time per message/one domain:
201.19 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/one domain:
7.10 M/s
time per message/one domain:
140.94 ns
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `3TY8N0TV'.


[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.162s. 2 tests run.
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 55049429211411950
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     3.5s Stack concurrent
[ ]    2    0    0    2 /   32     5.8s Stack concurrent
[ ]    3    0    0    3 /   32     9.1s Stack concurrent
[ ]    4    0    0    4 /   32    12.0s Stack concurrent
[ ]    5    0    0    5 /   32    13.7s Stack concurrent
[ ]    6    0    0    6 /   32    14.8s Stack concurrent
[ ]    7    0    0    7 /   32    16.3s Stack concurrent
[ ]    8    0    0    8 /   32    17.6s Stack concurrent
[ ]    9    0    0    9 /   32    18.3s Stack concurrent
[ ]   10    0    0   10 /   32    19.2s Stack concurrent
[ ]   11    0    0   11 /   32    19.6s Stack concurrent
[ ]   12    0    0   12 /   32    20.5s Stack concurrent
[ ]   13    0    0   13 /   32    21.3s Stack concurrent
[ ]   14    0    0   14 /   32    21.5s Stack concurrent
[ ]   15    0    0   15 /   32    22.1s Stack concurrent
[ ]   16    0    0   16 /   32    22.9s Stack concurrent
[ ]   17    0    0   17 /   32    23.4s Stack concurrent
[ ]   18    0    0   18 /   32    24.5s Stack concurrent
[ ]   19    0    0   19 /   32    25.6s Stack concurrent
[ ]   20    0    0   20 /   32    26.3s Stack concurrent
[ ]   21    0    0   21 /   32    27.6s Stack concurrent
[ ]   22    0    0   22 /   32    28.0s Stack concurrent
[ ]   23    0    0   23 /   32    28.8s Stack concurrent
[ ]   24    0    0   24 /   32    29.4s Stack concurrent
[ ]   25    0    0   25 /   32    30.6s Stack concurrent
[ ]   26    0    0   26 /   32    31.5s Stack concurrent
[ ]   27    0    0   27 /   32    32.2s Stack concurrent
[ ]   28    0    0   28 /   32    33.4s Stack concurrent
[ ]   29    0    0   29 /   32    34.4s Stack concurrent
[ ]   30    0    0   30 /   32    35.0s Stack concurrent
[ ]   31    0    0   31 /   32    36.0s Stack concurrent
[ ]   32    0    0   32 /   32    37.0s Stack concurrent
[]   32    0    0   32 /   32    37.0s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 1534745067576351442
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.2s Stack concurrent
[ ]    2    0    0    2 /   32     2.5s Stack concurrent
[ ]    3    0    0    3 /   32     3.3s Stack concurrent
[ ]    4    0    0    4 /   32     4.2s Stack concurrent
[ ]    5    0    0    5 /   32     5.0s Stack concurrent
[ ]    6    0    0    6 /   32     5.8s Stack concurrent
[ ]    7    0    0    7 /   32     6.6s Stack concurrent
[ ]    8    0    0    8 /   32     7.8s Stack concurrent
[ ]    9    0    0    9 /   32    10.2s Stack concurrent
[ ]   10    0    0   10 /   32    11.6s Stack concurrent
[ ]   11    0    0   11 /   32    14.5s Stack concurrent
[ ]   12    0    0   12 /   32    16.0s Stack concurrent
[ ]   13    0    0   13 /   32    17.2s Stack concurrent
[ ]   14    0    0   14 /   32    18.3s Stack concurrent
[ ]   15    0    0   15 /   32    19.9s Stack concurrent
[ ]   16    0    0   16 /   32    20.8s Stack concurrent
[ ]   17    0    0   17 /   32    22.3s Stack concurrent
[ ]   18    0    0   18 /   32    23.3s Stack concurrent
[ ]   19    0    0   19 /   32    24.4s Stack concurrent
[ ]   20    0    0   20 /   32    26.2s Stack concurrent
[ ]   21    0    0   21 /   32    28.1s Stack concurrent
[ ]   22    0    0   22 /   32    29.2s Stack concurrent
[ ]   23    0    0   23 /   32    30.2s Stack concurrent
[ ]   24    0    0   24 /   32    31.3s Stack concurrent
[ ]   25    0    0   25 /   32    33.0s Stack concurrent
[ ]   26    0    0   26 /   32    34.6s Stack concurrent
[ ]   27    0    0   27 /   32    36.0s Stack concurrent
[ ]   28    0    0   28 /   32    37.2s Stack concurrent
[ ]   29    0    0   29 /   32    38.3s Stack concurrent
[ ]   30    0    0   30 /   32    39.5s Stack concurrent
[ ]   31    0    0   31 /   32    40.8s Stack concurrent
[ ]   32    0    0   32 /   32    42.7s Stack concurrent
[]   32    0    0   32 /   32    42.7s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 1109092838854248098
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     2.7s Accumulator concurrent
[ ]    2    0    0    2 /   32     4.9s Accumulator concurrent
[ ]    3    0    0    3 /   32     7.3s Accumulator concurrent
[ ]    4    0    0    4 /   32     9.5s Accumulator concurrent
[ ]    5    0    0    5 /   32    12.3s Accumulator concurrent
[ ]    6    0    0    6 /   32    14.5s Accumulator concurrent
[ ]    7    0    0    7 /   32    15.9s Accumulator concurrent
[ ]    8    0    0    8 /   32    16.9s Accumulator concurrent
[ ]    9    0    0    9 /   32    18.0s Accumulator concurrent
[ ]   10    0    0   10 /   32    18.8s Accumulator concurrent
[ ]   11    0    0   11 /   32    19.6s Accumulator concurrent
[ ]   12    0    0   12 /   32    20.8s Accumulator concurrent
[ ]   13    0    0   13 /   32    22.0s Accumulator concurrent
[ ]   14    0    0   14 /   32    22.6s Accumulator concurrent
[ ]   15    0    0   15 /   32    24.1s Accumulator concurrent
[ ]   16    0    0   16 /   32    24.8s Accumulator concurrent
[ ]   17    0    0   17 /   32    25.7s Accumulator concurrent
[ ]   18    0    0   18 /   32    26.2s Accumulator concurrent
[ ]   19    0    0   19 /   32    26.9s Accumulator concurrent
[ ]   20    0    0   20 /   32    27.5s Accumulator concurrent
[ ]   21    0    0   21 /   32    28.4s Accumulator concurrent
[ ]   22    0    0   22 /   32    29.2s Accumulator concurrent
[ ]   23    0    0   23 /   32    30.5s Accumulator concurrent
[ ]   24    0    0   24 /   32    31.2s Accumulator concurrent
[ ]   25    0    0   25 /   32    32.3s Accumulator concurrent
[ ]   26    0    0   26 /   32    33.2s Accumulator concurrent
[ ]   27    0    0   27 /   32    34.6s Accumulator concurrent
[ ]   28    0    0   28 /   32    35.8s Accumulator concurrent
[ ]   29    0    0   29 /   32    37.8s Accumulator concurrent
[ ]   30    0    0   30 /   32    39.9s Accumulator concurrent
[ ]   31    0    0   31 /   32    40.6s Accumulator concurrent
[ ]   32    0    0   32 /   32    41.5s Accumulator concurrent
[]   32    0    0   32 /   32    41.5s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 62367774768374414
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     0.7s Accumulator concurrent
[ ]    2    0    0    2 /   32     1.8s Accumulator concurrent
[ ]    3    0    0    3 /   32     2.9s Accumulator concurrent
[ ]    4    0    0    4 /   32     4.3s Accumulator concurrent
[ ]    5    0    0    5 /   32     5.8s Accumulator concurrent
[ ]    6    0    0    6 /   32     9.3s Accumulator concurrent
[ ]    7    0    0    7 /   32     9.8s Accumulator concurrent
[ ]    8    0    0    8 /   32    12.2s Accumulator concurrent
[ ]    9    0    0    9 /   32    13.9s Accumulator concurrent
[ ]   10    0    0   10 /   32    15.6s Accumulator concurrent
[ ]   11    0    0   11 /   32    17.1s Accumulator concurrent
[ ]   12    0    0   12 /   32    18.5s Accumulator concurrent
[ ]   13    0    0   13 /   32    19.6s Accumulator concurrent
[ ]   14    0    0   14 /   32    20.7s Accumulator concurrent
[ ]   15    0    0   15 /   32    21.6s Accumulator concurrent
[ ]   16    0    0   16 /   32    23.4s Accumulator concurrent
[ ]   17    0    0   17 /   32    24.6s Accumulator concurrent
[ ]   18    0    0   18 /   32    25.4s Accumulator concurrent
[ ]   19    0    0   19 /   32    26.1s Accumulator concurrent
[ ]   20    0    0   20 /   32    27.6s Accumulator concurrent
[ ]   21    0    0   21 /   32    29.4s Accumulator concurrent
[ ]   22    0    0   22 /   32    30.7s Accumulator concurrent
[ ]   23    0    0   23 /   32    31.8s Accumulator concurrent
[ ]   24    0    0   24 /   32    33.0s Accumulator concurrent
[ ]   25    0    0   25 /   32    34.2s Accumulator concurrent
[ ]   26    0    0   26 /   32    35.3s Accumulator concurrent
[ ]   27    0    0   27 /   32    36.8s Accumulator concurrent
[ ]   28    0    0   28 /   32    38.6s Accumulator concurrent
[ ]   29    0    0   29 /   32    40.0s Accumulator concurrent
[ ]   30    0    0   30 /   32    44.5s Accumulator concurrent
[ ]   31    0    0   31 /   32    46.0s Accumulator concurrent
[ ]   32    0    0   32 /   32    47.5s Accumulator concurrent
[]   32    0    0   32 /   32    47.5s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 2115078620912003646
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     3.0s Hashtbl concurrent
[ ]    2    0    0    2 /   32     4.9s Hashtbl concurrent
[ ]    3    0    0    3 /   32     7.2s Hashtbl concurrent
[ ]    4    0    0    4 /   32     9.3s Hashtbl concurrent
[ ]    5    0    0    5 /   32    11.8s Hashtbl concurrent
[ ]    6    0    0    6 /   32    14.0s Hashtbl concurrent
[ ]    7    0    0    7 /   32    15.7s Hashtbl concurrent
[ ]    8    0    0    8 /   32    16.8s Hashtbl concurrent
[ ]    9    0    0    9 /   32    17.8s Hashtbl concurrent
[ ]   10    0    0   10 /   32    18.3s Hashtbl concurrent
[ ]   11    0    0   11 /   32    19.7s Hashtbl concurrent
[ ]   12    0    0   12 /   32    20.5s Hashtbl concurrent
[ ]   13    0    0   13 /   32    21.8s Hashtbl concurrent
[ ]   14    0    0   14 /   32    23.2s Hashtbl concurrent
[ ]   15    0    0   15 /   32    24.6s Hashtbl concurrent
[ ]   16    0    0   16 /   32    25.3s Hashtbl concurrent
[ ]   17    0    0   17 /   32    26.0s Hashtbl concurrent
[ ]   18    0    0   18 /   32    26.5s Hashtbl concurrent
[ ]   19    0    0   19 /   32    27.7s Hashtbl concurrent
[ ]   20    0    0   20 /   32    28.1s Hashtbl concurrent
[ ]   21    0    0   21 /   32    28.7s Hashtbl concurrent
[ ]   22    0    0   22 /   32    29.5s Hashtbl concurrent
[ ]   23    0    0   23 /   32    30.5s Hashtbl concurrent
[ ]   24    0    0   24 /   32    31.2s Hashtbl concurrent
[ ]   25    0    0   25 /   32    31.9s Hashtbl concurrent
[ ]   26    0    0   26 /   32    32.6s Hashtbl concurrent
[ ]   27    0    0   27 /   32    34.1s Hashtbl concurrent
[ ]   28    0    0   28 /   32    35.0s Hashtbl concurrent
[ ]   29    0    0   29 /   32    35.9s Hashtbl concurrent
[ ]   30    0    0   30 /   32    36.9s Hashtbl concurrent
[ ]   31    0    0   31 /   32    38.3s Hashtbl concurrent
[ ]   32    0    0   32 /   32    39.1s Hashtbl concurrent
[]   32    0    0   32 /   32    39.1s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 2407046617405667147
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.1s Hashtbl concurrent
[ ]    3    0    0    3 /   32     3.6s Hashtbl concurrent
[ ]    4    0    0    4 /   32     4.8s Hashtbl concurrent
[ ]    5    0    0    5 /   32     8.0s Hashtbl concurrent
[ ]    6    0    0    6 /   32    10.7s Hashtbl concurrent
[ ]    7    0    0    7 /   32    12.4s Hashtbl concurrent
[ ]    8    0    0    8 /   32    15.7s Hashtbl concurrent
[ ]    9    0    0    9 /   32    17.2s Hashtbl concurrent
[ ]   10    0    0   10 /   32    18.6s Hashtbl concurrent
[ ]   11    0    0   11 /   32    20.1s Hashtbl concurrent
[ ]   12    0    0   12 /   32    20.9s Hashtbl concurrent
[ ]   13    0    0   13 /   32    21.6s Hashtbl concurrent
[ ]   14    0    0   14 /   32    22.5s Hashtbl concurrent
[ ]   15    0    0   15 /   32    24.1s Hashtbl concurrent
[ ]   16    0    0   16 /   32    25.3s Hashtbl concurrent
[ ]   17    0    0   17 /   32    26.8s Hashtbl concurrent
[ ]   18    0    0   18 /   32    27.7s Hashtbl concurrent
[ ]   19    0    0   19 /   32    29.0s Hashtbl concurrent
[ ]   20    0    0   20 /   32    30.5s Hashtbl concurrent
[ ]   21    0    0   21 /   32    31.8s Hashtbl concurrent
[ ]   22    0    0   22 /   32    32.2s Hashtbl concurrent
[ ]   23    0    0   23 /   32    34.3s Hashtbl concurrent
[ ]   24    0    0   24 /   32    35.5s Hashtbl concurrent
[ ]   25    0    0   25 /   32    37.0s Hashtbl concurrent
[ ]   26    0    0   26 /   32    38.1s Hashtbl concurrent
[ ]   27    0    0   27 /   32    40.5s Hashtbl concurrent
[ ]   28    0    0   28 /   32    42.2s Hashtbl concurrent
[ ]   29    0    0   29 /   32    44.5s Hashtbl concurrent
[ ]   30    0    0   30 /   32    46.3s Hashtbl concurrent
[ ]   31    0    0   31 /   32    47.9s Hashtbl concurrent
[ ]   32    0    0   32 /   32    50.0s Hashtbl concurrent
[]   32    0    0   32 /   32    50.0s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 1624205159145291175
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.6s Dllist concurrent
[ ]    2    0    0    2 /   32     5.5s Dllist concurrent
[ ]    3    0    0    3 /   32     8.3s Dllist concurrent
[ ]    4    0    0    4 /   32    10.5s Dllist concurrent
[ ]    5    0    0    5 /   32    13.5s Dllist concurrent
[ ]    6    0    0    6 /   32    15.2s Dllist concurrent
[ ]    7    0    0    7 /   32    15.9s Dllist concurrent
[ ]    8    0    0    8 /   32    17.0s Dllist concurrent
[ ]    9    0    0    9 /   32    18.7s Dllist concurrent
[ ]   10    0    0   10 /   32    19.7s Dllist concurrent
[ ]   11    0    0   11 /   32    20.3s Dllist concurrent
[ ]   12    0    0   12 /   32    21.1s Dllist concurrent
[ ]   13    0    0   13 /   32    21.8s Dllist concurrent
[ ]   14    0    0   14 /   32    22.5s Dllist concurrent
[ ]   15    0    0   15 /   32    23.2s Dllist concurrent
[ ]   16    0    0   16 /   32    23.6s Dllist concurrent
[ ]   17    0    0   17 /   32    24.5s Dllist concurrent
[ ]   18    0    0   18 /   32    25.3s Dllist concurrent
[ ]   19    0    0   19 /   32    26.3s Dllist concurrent
[ ]   20    0    0   20 /   32    26.7s Dllist concurrent
[ ]   21    0    0   21 /   32    27.9s Dllist concurrent
[ ]   22    0    0   22 /   32    28.7s Dllist concurrent
[ ]   23    0    0   23 /   32    29.8s Dllist concurrent
[ ]   24    0    0   24 /   32    30.6s Dllist concurrent
[ ]   25    0    0   25 /   32    31.4s Dllist concurrent
[ ]   26    0    0   26 /   32    33.4s Dllist concurrent
[ ]   27    0    0   27 /   32    34.7s Dllist concurrent
[ ]   28    0    0   28 /   32    35.7s Dllist concurrent
[ ]   29    0    0   29 /   32    36.9s Dllist concurrent
[ ]   30    0    0   30 /   32    38.4s Dllist concurrent
[ ]   31    0    0   31 /   32    39.6s Dllist concurrent
[ ]   32    0    0   32 /   32    40.8s Dllist concurrent
[]   32    0    0   32 /   32    40.8s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 3978492614736226934
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.3s Dllist concurrent
[ ]    2    0    0    2 /   32     2.1s Dllist concurrent
[ ]    3    0    0    3 /   32     2.7s Dllist concurrent
[ ]    4    0    0    4 /   32     3.6s Dllist concurrent
[ ]    5    0    0    5 /   32     6.3s Dllist concurrent
[ ]    6    0    0    6 /   32     7.3s Dllist concurrent
[ ]    7    0    0    7 /   32     9.4s Dllist concurrent
[ ]    8    0    0    8 /   32    11.2s Dllist concurrent
[ ]    9    0    0    9 /   32    13.6s Dllist concurrent
[ ]   10    0    0   10 /   32    15.9s Dllist concurrent
[ ]   11    0    0   11 /   32    17.6s Dllist concurrent
[ ]   12    0    0   12 /   32    19.1s Dllist concurrent
[ ]   13    0    0   13 /   32    19.8s Dllist concurrent
[ ]   14    0    0   14 /   32    20.6s Dllist concurrent
[ ]   15    0    0   15 /   32    22.2s Dllist concurrent
[ ]   16    0    0   16 /   32    23.7s Dllist concurrent
[ ]   17    0    0   17 /   32    25.2s Dllist concurrent
[ ]   18    0    0   18 /   32    26.1s Dllist concurrent
[ ]   19    0    0   19 /   32    27.3s Dllist concurrent
[ ]   20    0    0   20 /   32    29.3s Dllist concurrent
[ ]   21    0    0   21 /   32    30.4s Dllist concurrent
[ ]   22    0    0   22 /   32    32.1s Dllist concurrent
[ ]   23    0    0   23 /   32    33.9s Dllist concurrent
[ ]   24    0    0   24 /   32    35.2s Dllist concurrent
[ ]   25    0    0   25 /   32    36.2s Dllist concurrent
[ ]   26    0    0   26 /   32    38.4s Dllist concurrent
[ ]   27    0    0   27 /   32    40.0s Dllist concurrent
[ ]   28    0    0   28 /   32    42.1s Dllist concurrent
[ ]   29    0    0   29 /   32    44.6s Dllist concurrent
[ ]   30    0    0   30 /   32    46.2s Dllist concurrent
[ ]   31    0    0   31 /   32    47.9s Dllist concurrent
[ ]   32    0    0   32 /   32    49.4s Dllist concurrent
[]   32    0    0   32 /   32    49.4s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 757430909335179830
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.4s Queue concurrent
[ ]    2    0    0    2 /   32     4.7s Queue concurrent
[ ]    3    0    0    3 /   32     7.6s Queue concurrent
[ ]    4    0    0    4 /   32     9.9s Queue concurrent
[ ]    5    0    0    5 /   32    11.9s Queue concurrent
[ ]    6    0    0    6 /   32    14.1s Queue concurrent
[ ]    7    0    0    7 /   32    16.2s Queue concurrent
[ ]    8    0    0    8 /   32    17.5s Queue concurrent
[ ]    9    0    0    9 /   32    18.4s Queue concurrent
[ ]   10    0    0   10 /   32    19.4s Queue concurrent
[ ]   11    0    0   11 /   32    19.9s Queue concurrent
[ ]   12    0    0   12 /   32    21.2s Queue concurrent
[ ]   13    0    0   13 /   32    22.6s Queue concurrent
[ ]   14    0    0   14 /   32    23.5s Queue concurrent
[ ]   15    0    0   15 /   32    24.9s Queue concurrent
[ ]   16    0    0   16 /   32    25.6s Queue concurrent
[ ]   17    0    0   17 /   32    26.4s Queue concurrent
[ ]   18    0    0   18 /   32    27.1s Queue concurrent
[ ]   19    0    0   19 /   32    28.4s Queue concurrent
[ ]   20    0    0   20 /   32    29.8s Queue concurrent
[ ]   21    0    0   21 /   32    30.5s Queue concurrent
[ ]   22    0    0   22 /   32    31.7s Queue concurrent
[ ]   23    0    0   23 /   32    33.1s Queue concurrent
[ ]   24    0    0   24 /   32    34.5s Queue concurrent
[ ]   25    0    0   25 /   32    35.1s Queue concurrent
[ ]   26    0    0   26 /   32    37.0s Queue concurrent
[ ]   27    0    0   27 /   32    37.6s Queue concurrent
[ ]   28    0    0   28 /   32    39.1s Queue concurrent
[ ]   29    0    0   29 /   32    40.0s Queue concurrent
[ ]   30    0    0   30 /   32    40.7s Queue concurrent
[ ]   31    0    0   31 /   32    41.8s Queue concurrent
[ ]   32    0    0   32 /   32    43.3s Queue concurrent
[]   32    0    0   32 /   32    43.3s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2323159998607780082
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     0.9s Queue concurrent
[ ]    2    0    0    2 /   32     3.6s Queue concurrent
[ ]    3    0    0    3 /   32     5.1s Queue concurrent
[ ]    4    0    0    4 /   32     6.4s Queue concurrent
[ ]    5    0    0    5 /   32     7.5s Queue concurrent
[ ]    6    0    0    6 /   32    10.4s Queue concurrent
[ ]    7    0    0    7 /   32    12.8s Queue concurrent
[ ]    8    0    0    8 /   32    14.2s Queue concurrent
[ ]    9    0    0    9 /   32    15.8s Queue concurrent
[ ]   10    0    0   10 /   32    17.4s Queue concurrent
[ ]   11    0    0   11 /   32    18.6s Queue concurrent
[ ]   12    0    0   12 /   32    20.9s Queue concurrent
[ ]   13    0    0   13 /   32    22.2s Queue concurrent
[ ]   14    0    0   14 /   32    23.3s Queue concurrent
[ ]   15    0    0   15 /   32    24.9s Queue concurrent
[ ]   16    0    0   16 /   32    27.1s Queue concurrent
[ ]   17    0    0   17 /   32    28.7s Queue concurrent
[ ]   18    0    0   18 /   32    29.9s Queue concurrent
[ ]   19    0    0   19 /   32    30.9s Queue concurrent
[ ]   20    0    0   20 /   32    31.9s Queue concurrent
[ ]   21    0    0   21 /   32    32.9s Queue concurrent
[ ]   22    0    0   22 /   32    35.3s Queue concurrent
[ ]   23    0    0   23 /   32    37.4s Queue concurrent
[ ]   24    0    0   24 /   32    40.6s Queue concurrent
[ ]   25    0    0   25 /   32    42.0s Queue concurrent
[ ]   26    0    0   26 /   32    43.6s Queue concurrent
[ ]   27    0    0   27 /   32    45.4s Queue concurrent
[ ]   28    0    0   28 /   32    47.3s Queue concurrent
[ ]   29    0    0   29 /   32    48.2s Queue concurrent
[ ]   30    0    0   30 /   32    50.0s Queue concurrent
[ ]   31    0    0   31 /   32    51.4s Queue concurrent
[ ]   32    0    0   32 /   32    52.7s Queue concurrent
[]   32    0    0   32 /   32    52.7s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 2148394146769527644
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     3.1s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32     5.6s Hashtbl_with_order concurrent
[ ]    3    0    0    3 /   32     8.4s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32    10.6s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32    14.5s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32    15.9s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32    17.8s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32    18.4s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32    19.5s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32    21.6s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32    23.0s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32    24.2s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32    25.1s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32    26.2s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    26.7s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    27.9s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    28.8s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    30.1s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    31.6s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    32.9s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    35.5s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    37.2s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    39.2s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    40.8s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    41.7s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    42.9s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    44.2s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    46.3s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    47.6s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    50.4s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    54.9s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    56.3s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    56.3s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 3004829786084965062
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.5s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32     2.9s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32     3.9s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32     5.1s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32     8.2s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32     9.9s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32    11.3s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32    12.3s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32    15.3s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32    17.1s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32    18.5s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32    20.7s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32    22.0s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    23.3s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    25.3s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    27.8s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    29.4s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    31.0s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    32.8s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    34.2s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    35.3s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    36.7s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    38.9s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    39.9s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    40.8s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    41.9s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    43.3s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    44.0s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    45.5s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    46.9s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    47.3s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    47.3s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
2024-12-07 13:20.16 ---> saved as "ff8b58f2385dab9d604d13707227bf84022b7a197f2b0989a953abbcf2b206c2"
Job succeeded
2024-12-07 13:31.15: Job succeeded