Organisationsocaml-multicorekcas7a83eb (main)fedora-41-5.3_opam-2.4

fedora-41-5.3_opam-2.4

Link Copied
Code Copied

Logs

2025-07-31 07:26.48: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/main (7a83eb3d1900aeefde42a27c2af60e6d8b7b360e) (linux-x86_64:fedora-41-5.3_opam-2.4)
Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "main" && cd "kcas" && git reset --hard 7a83eb3d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
# fedora-41-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.4 /usr/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 f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && 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.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.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.19.1 fmt.0.11.0 logs.0.9.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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


2025-07-31 07:26.48: Using cache hint "ocaml-multicore/kcas-ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5-fedora-41-5.3_opam-2.4-3e961f36b3d996bc664bab17ee33641a"
2025-07-31 07:26.48: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)
(comment fedora-41-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/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 f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && 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.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.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.19.1 fmt.0.11.0 logs.0.9.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")
(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.4 --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"))
)


2025-07-31 07:26.48: Waiting for resource in pool OCluster
2025-07-31 08:23.59: Waiting for worker…
2025-07-31 08:28.58: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 7a83eb3 Inline `Loc` ops and unroll


(from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)
Unable to find image 'ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5' locally
docker.io/ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5: Pulling from ocaml/opam
2b0cc7ee804c: Pulling fs layer
c18ed2f7611b: Pulling fs layer
0e212a9ba2f6: Pulling fs layer
2b0cc7ee804c: Waiting
720686032277: Pulling fs layer
93be4d741366: Pulling fs layer
c18ed2f7611b: Waiting
df139e1f3f46: Pulling fs layer
0e212a9ba2f6: Waiting
720686032277: Waiting
bee85951ecc4: Pulling fs layer
df139e1f3f46: Waiting
93be4d741366: Waiting
cfb7dd932d0a: Pulling fs layer
302d2b5cf94e: Pulling fs layer
744bd9676b94: Pulling fs layer
a61a2d3582bd: Pulling fs layer
302d2b5cf94e: Waiting
bee85951ecc4: Waiting
744bd9676b94: Waiting
cfb7dd932d0a: Waiting
a5cf4976352b: Pulling fs layer
2bc5a8b0d983: Pulling fs layer
a61a2d3582bd: Waiting
22426805282e: Pulling fs layer
d39f24bef506: Pulling fs layer
2c18ac3ce9e5: Pulling fs layer
a5cf4976352b: Waiting
2bc5a8b0d983: Waiting
9d7b82e56a00: Pulling fs layer
22426805282e: Waiting
d39f24bef506: Waiting
404af7605dc7: Pulling fs layer
9d7b82e56a00: Waiting
007ac776635c: Pulling fs layer
404af7605dc7: Waiting
3d6a7bcf6161: Pulling fs layer
4f4fb700ef54: Pulling fs layer
81a2be02a786: Pulling fs layer
3d6a7bcf6161: Waiting
bd0aecc02a24: Pulling fs layer
4f4fb700ef54: Waiting
007ac776635c: Waiting
81a2be02a786: Waiting
d45fa2528917: Pulling fs layer
80de9e6990f7: Pulling fs layer
03da6777de95: Pulling fs layer
494d5ca3df8f: Pulling fs layer
03da6777de95: Waiting
80de9e6990f7: Waiting
41c6b53a001d: Pulling fs layer
494d5ca3df8f: Waiting
d45fa2528917: Waiting
bd0aecc02a24: Waiting
3e8b84460b11: Pulling fs layer
41c6b53a001d: Waiting
d053d4a106fe: Pulling fs layer
fa7761527b70: Pulling fs layer
dcd9d9d9b709: Pulling fs layer
d9806d9e64c4: Pulling fs layer
f876e57ff686: Pulling fs layer
8bc0b3187df7: Pulling fs layer
3e8b84460b11: Waiting
d9806d9e64c4: Waiting
fa7761527b70: Waiting
d053d4a106fe: Waiting
8b9e19fd2c6f: Pulling fs layer
9ba4810d75d9: Pulling fs layer
f876e57ff686: Waiting
dbd14d793cc9: Pulling fs layer
8bc0b3187df7: Waiting
8b9e19fd2c6f: Waiting
42532df89f46: Pulling fs layer
dbd14d793cc9: Waiting
d03e76a27dce: Pulling fs layer
bac3b6f3c4a9: Pulling fs layer
9ba4810d75d9: Waiting
42532df89f46: Waiting
50215e359b55: Pulling fs layer
27e83a79dc4e: Pulling fs layer
d03e76a27dce: Waiting
50215e359b55: Waiting
334ed129df98: Pulling fs layer
27e83a79dc4e: Waiting
334ed129df98: Waiting
2b0cc7ee804c: Verifying Checksum
2b0cc7ee804c: Download complete
c18ed2f7611b: Download complete
0e212a9ba2f6: Verifying Checksum
0e212a9ba2f6: Download complete
2b0cc7ee804c: Pull complete
c18ed2f7611b: Pull complete
720686032277: Verifying Checksum
720686032277: Download complete
0e212a9ba2f6: Pull complete
93be4d741366: Verifying Checksum
93be4d741366: Download complete
df139e1f3f46: Verifying Checksum
df139e1f3f46: Download complete
bee85951ecc4: Verifying Checksum
bee85951ecc4: Download complete
cfb7dd932d0a: Verifying Checksum
cfb7dd932d0a: Download complete
302d2b5cf94e: Verifying Checksum
302d2b5cf94e: Download complete
744bd9676b94: Verifying Checksum
744bd9676b94: Download complete
a61a2d3582bd: Verifying Checksum
a61a2d3582bd: Download complete
a5cf4976352b: Verifying Checksum
a5cf4976352b: Download complete
2bc5a8b0d983: Verifying Checksum
2bc5a8b0d983: Download complete
22426805282e: Verifying Checksum
22426805282e: Download complete
d39f24bef506: Verifying Checksum
d39f24bef506: Download complete
2c18ac3ce9e5: Download complete
9d7b82e56a00: Download complete
404af7605dc7: Verifying Checksum
404af7605dc7: Download complete
720686032277: Pull complete
007ac776635c: Verifying Checksum
007ac776635c: Download complete
3d6a7bcf6161: Download complete
4f4fb700ef54: Download complete
93be4d741366: Pull complete
df139e1f3f46: Pull complete
bee85951ecc4: Pull complete
81a2be02a786: Download complete
cfb7dd932d0a: Pull complete
bd0aecc02a24: Download complete
302d2b5cf94e: Pull complete
d45fa2528917: Download complete
744bd9676b94: Pull complete
80de9e6990f7: Verifying Checksum
80de9e6990f7: Download complete
a61a2d3582bd: Pull complete
a5cf4976352b: Pull complete
2bc5a8b0d983: Pull complete
22426805282e: Pull complete
d39f24bef506: Pull complete
2c18ac3ce9e5: Pull complete
9d7b82e56a00: Pull complete
404af7605dc7: Pull complete
007ac776635c: Pull complete
3d6a7bcf6161: Pull complete
4f4fb700ef54: Pull complete
81a2be02a786: Pull complete
bd0aecc02a24: Pull complete
d45fa2528917: Pull complete
80de9e6990f7: Pull complete
03da6777de95: Download complete
03da6777de95: Pull complete
494d5ca3df8f: Download complete
494d5ca3df8f: Pull complete
3e8b84460b11: Verifying Checksum
3e8b84460b11: Download complete
41c6b53a001d: Verifying Checksum
41c6b53a001d: Download complete
41c6b53a001d: Pull complete
3e8b84460b11: Pull complete
fa7761527b70: Verifying Checksum
fa7761527b70: Download complete
d053d4a106fe: Verifying Checksum
d053d4a106fe: Download complete
d053d4a106fe: Pull complete
fa7761527b70: Pull complete
dcd9d9d9b709: Verifying Checksum
dcd9d9d9b709: Download complete
dcd9d9d9b709: Pull complete
d9806d9e64c4: Download complete
d9806d9e64c4: Pull complete
8bc0b3187df7: Verifying Checksum
8bc0b3187df7: Download complete
8b9e19fd2c6f: Verifying Checksum
8b9e19fd2c6f: Download complete
9ba4810d75d9: Verifying Checksum
9ba4810d75d9: Download complete
f876e57ff686: Verifying Checksum
f876e57ff686: Download complete
dbd14d793cc9: Verifying Checksum
dbd14d793cc9: Download complete
42532df89f46: Verifying Checksum
42532df89f46: Download complete
d03e76a27dce: Verifying Checksum
d03e76a27dce: Download complete
50215e359b55: Download complete
27e83a79dc4e: Verifying Checksum
27e83a79dc4e: Download complete
334ed129df98: Download complete
f876e57ff686: Pull complete
8bc0b3187df7: Pull complete
8b9e19fd2c6f: Pull complete
9ba4810d75d9: Pull complete
dbd14d793cc9: Pull complete
42532df89f46: Pull complete
d03e76a27dce: Pull complete
bac3b6f3c4a9: Verifying Checksum
bac3b6f3c4a9: Download complete
bac3b6f3c4a9: Pull complete
50215e359b55: Pull complete
27e83a79dc4e: Pull complete
334ed129df98: Pull complete
Digest: sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
Status: Downloaded newer image for ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
2025-07-31 08:28.58 ---> using "35acf84784bf4471d6359ee6903b64a640d608f18aa556a867466db9cbdb24a8" from cache


/: (comment fedora-41-5.3_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 41 - x86_64 - Updates           100% |  40.3 KiB/s |  24.8 KiB |  00m01s
Fedora 41 - x86_64 - Updates           100% | 496.4 KiB/s |   3.9 MiB |  00m08s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.


Nothing to do.
2025-07-31 08:28.58 ---> using "84924c65c35e03b36258f80f529e248173044abc9ac80c35d9b0574d8f80cc0a" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 08:28.58 ---> using "91c55b64e2d644bb6d6499bb0a8585851c2546e92f4a1fbc5f722dd288b9a6cc" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-31 08:28.58 ---> using "6a72ba5e93e8a85c798bd2f9c3826f0ec8bfc63c1bffc4415bc4db59bec4582a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 08:28.58 ---> using "b3d032e204eda0858d1b0b65ee0a914a1692df89be24daa37b40567fbc7a8386" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-31 08:28.58 ---> using "376234755cf9500cead593c9d2d8bb0203bc20828bf2a19dd27415bf715a07cf" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee8b9193dd..f6368c68f9  master     -> origin/master
f1d3c77350 Merge pull request #28270 from jmid/opam-publish-qcheck-multicoretests-util.0.9


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 08:28.58 ---> using "8960e6500cda000834ee1567d291866fcfd7dd91860ba877f40a7988aee7bd7b" from cache


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-07-31 08:28.58 ---> using "666a11bfb9c8daec867f95133c3e063ae0df4f44a8ece752a8f7031ed8f4a5c3" 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)
2025-07-31 08:28.58 ---> using "b15c5b0dcf267ba159cb6582258aeebd6ca557c8408b6c393cee33e59d8a994c" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 08:28.58 ---> using "a0ded1ec10064746ee1bfb47478b532219805fc8724cbd6d81888b0c20f09d10" from cache


/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.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.19.1 fmt.0.11.0 logs.0.9.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")


/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.4 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 41 - x86_64 - Updates           100% | 126.2 KiB/s |  14.5 KiB |  00m00s
-  Fedora 41 - x86_64 - Updates           100% | 828.0 KiB/s | 303.0 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (file:///src)
[kcas_data.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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-07-31 08:28.58 ---> using "fb6bbf475b0e92cada4529477fd6ec3e670d8b32105bd65c861936e05f0b662c" 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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
- install alcotest                   1.9.0
- install astring                    0.8.5
- install backoff                    0.1.1
- install camlp-streams              5.0.1
- install cmdliner                   1.3.0
- install cppo                       1.8.0
- install csexp                      1.5.2
- install domain-local-await         1.0.1
- install domain-local-timeout       1.0.1
- install domain_shims               0.1.0
- install dune                       3.19.1
- install fmt                        0.11.0
- install logs                       0.9.0
- install mdx                        2.5.0
- install mtime                      2.1.0
- install multicore-bench            0.1.7
- install multicore-magic            2.3.1
- install ocaml-syntax-shims         1.0.0
- install ocaml-version              4.0.1
- install ocamlbuild                 0.16.1
- install ocamlfind                  1.9.8
- install psq                        0.2.1
- install qcheck-core                0.26
- install qcheck-multicoretests-util 0.9
- install qcheck-stm                 0.9
- install re                         1.13.2
- install result                     1.5
- install seq                        base
- install stdlib-shims               0.3.0
- install thread-table               1.0.0
- install topkg                      1.1.0
- install uutf                       1.0.4
- install yojson                     3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-local-timeout.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved mdx.2.5.0  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved multicore-bench.0.1.7  (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.26  (cached)
-> retrieved qcheck-multicoretests-util.0.9, qcheck-stm.0.9  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.19.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.9.0
-> installed dune.3.19.1
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed thread-table.1.0.0
-> installed ocaml-version.4.0.1
-> installed psq.0.2.1
-> installed backoff.0.1.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed camlp-streams.5.0.1
-> installed multicore-magic.2.3.1
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.8.0
-> installed re.1.13.2
-> installed yojson.3.0.0
-> installed qcheck-core.0.26
-> installed qcheck-multicoretests-util.0.9
-> installed multicore-bench.0.1.7
-> installed alcotest.1.9.0
-> installed qcheck-stm.0.9
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 08:28.58 ---> using "88b8a42f18843032cd6931935ce68abdfb62bed556ca6863bcaf9684e7d73b1e" from cache


/src: (copy (src .) (dst /src))
2025-07-31 08:28.58 ---> using "5aa9cd7ff46b42f098ae1a9f5636fd041f5b1a886d3bc49325bc2548b87a30a5" from cache


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(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 `KEGEHTWD'.


[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 `EKL0VO44'.


[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.000s. 3 tests run.
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `TNUVBX76'.


[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.105s. 4 tests run.
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `S9MNYYVY'.


[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 && ./threads.exe)
Testing `Threads'.
This run has ID `TNV4AWXY'.


[OK]          await between threads          0


Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.005s. 1 test run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `2273H2NY'.


[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 `0R4J9IZZ'.


[OK]          basics          0


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.033s. 1 test run.
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `MP7JJ72E'.


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


Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 4.049s. 2 tests run.
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `000PZNUK'.


[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 5.441s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
1.82 M/s
ops over time/get:
69.93 M/s
ops over time/incr:
10.85 M/s
ops over time/push & pop:
12.61 M/s
ops over time/swap:
1.67 M/s
ops over time/xchg int:
1.90 M/s
time per op/cas int:
548.81 ns
time per op/get:
14.30 ns
time per op/incr:
92.13 ns
time per op/push & pop:
79.33 ns
time per op/swap:
597.63 ns
time per op/xchg int:
527.42 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
178.87 ns
time per transaction/1 loc tx:
107.34 ns
time per transaction/2 loc tx:
2481.28 ns
time per transaction/4 loc tx:
4461.86 ns
time per transaction/8 loc tx:
7515.25 ns
transactions over time/0 loc tx:
5.59 M/s
transactions over time/1 loc tx:
9.32 M/s
transactions over time/2 loc tx:
0.40 M/s
transactions over time/4 loc tx:
0.22 M/s
transactions over time/8 loc tx:
0.13 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
228.38 ns
time per transaction/1 loc tx:
828.03 ns
time per transaction/2 loc tx:
701.41 ns
time per transaction/4 loc tx:
893.05 ns
time per transaction/8 loc tx:
1700.99 ns
transactions over time/0 loc tx:
4.38 M/s
transactions over time/1 loc tx:
1.21 M/s
transactions over time/2 loc tx:
1.43 M/s
transactions over time/4 loc tx:
1.12 M/s
transactions over time/8 loc tx:
0.59 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
449.95 ns
time per transaction/1 loc tx:
571.75 ns
time per transaction/2 loc tx:
644.97 ns
time per transaction/4 loc tx:
2129.42 ns
time per transaction/8 loc tx:
2799.71 ns
transactions over time/0 loc tx:
2.22 M/s
transactions over time/1 loc tx:
1.75 M/s
transactions over time/2 loc tx:
1.55 M/s
transactions over time/4 loc tx:
0.47 M/s
transactions over time/8 loc tx:
0.36 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
1535.83 ns
time per transaction/2 workers:
2281.93 ns
time per transaction/4 workers:
2754.50 ns
transactions over time/1 worker:
0.65 M/s
transactions over time/2 workers:
0.88 M/s
transactions over time/4 workers:
1.45 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
10.17 M/s
operations over time/2 workers, 0% reads:
7.57 M/s
operations over time/4 workers, 0% reads:
4.84 M/s
operations over time/8 workers, 0% reads:
6.22 M/s
time per operation/1 worker, 0% reads:
98.34 ns
time per operation/2 workers, 0% reads:
264.06 ns
time per operation/4 workers, 0% reads:
826.76 ns
time per operation/8 workers, 0% reads:
1286.64 ns
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 4572367348496842699
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 parallel
[ ]    1    0    0    1 /   32     0.9s Hashtbl_with_order parallel
[ ]    2    0    0    2 /   32     1.6s Hashtbl_with_order parallel
[ ]    3    0    0    3 /   32     2.4s Hashtbl_with_order parallel
[ ]    4    0    0    4 /   32     3.1s Hashtbl_with_order parallel
[ ]    5    0    0    5 /   32     3.7s Hashtbl_with_order parallel
[ ]    6    0    0    6 /   32     4.3s Hashtbl_with_order parallel
[ ]    7    0    0    7 /   32     5.0s Hashtbl_with_order parallel
[ ]    8    0    0    8 /   32     6.6s Hashtbl_with_order parallel
[ ]    9    0    0    9 /   32     9.2s Hashtbl_with_order parallel
[ ]   10    0    0   10 /   32     9.9s Hashtbl_with_order parallel
[ ]   11    0    0   11 /   32    13.1s Hashtbl_with_order parallel
[ ]   12    0    0   12 /   32    13.7s Hashtbl_with_order parallel
[ ]   13    0    0   13 /   32    14.4s Hashtbl_with_order parallel
[ ]   14    0    0   14 /   32    15.1s Hashtbl_with_order parallel
[ ]   15    0    0   15 /   32    15.7s Hashtbl_with_order parallel
[ ]   16    0    0   16 /   32    16.4s Hashtbl_with_order parallel
[ ]   17    0    0   17 /   32    17.2s Hashtbl_with_order parallel
[ ]   18    0    0   18 /   32    18.0s Hashtbl_with_order parallel
[ ]   19    0    0   19 /   32    18.6s Hashtbl_with_order parallel
[ ]   20    0    0   20 /   32    19.1s Hashtbl_with_order parallel
[ ]   21    0    0   21 /   32    19.8s Hashtbl_with_order parallel
[ ]   22    0    0   22 /   32    20.3s Hashtbl_with_order parallel
[ ]   23    0    0   23 /   32    20.9s Hashtbl_with_order parallel
[ ]   24    0    0   24 /   32    21.6s Hashtbl_with_order parallel
[ ]   25    0    0   25 /   32    22.2s Hashtbl_with_order parallel
[ ]   26    0    0   26 /   32    22.8s Hashtbl_with_order parallel
[ ]   27    0    0   27 /   32    23.3s Hashtbl_with_order parallel
[ ]   28    0    0   28 /   32    23.9s Hashtbl_with_order parallel
[ ]   29    0    0   29 /   32    24.9s Hashtbl_with_order parallel
[ ]   30    0    0   30 /   32    25.7s Hashtbl_with_order parallel
[ ]   31    0    0   31 /   32    26.2s Hashtbl_with_order parallel
[ ]   32    0    0   32 /   32    26.8s Hashtbl_with_order parallel
[]   32    0    0   32 /   32    26.8s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 426728114086530900
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   39     0.0s Hashtbl_with_order sequential
[]   39    0    0   39 /   39     0.0s Hashtbl_with_order sequential
[ ]    0    0    0    0 /   39     0.0s Hashtbl_with_order parallel
[ ]    1    0    0    1 /   39     1.4s Hashtbl_with_order parallel
[ ]    2    0    0    2 /   39     1.9s Hashtbl_with_order parallel
[ ]    3    0    0    3 /   39     2.5s Hashtbl_with_order parallel
[ ]    4    0    0    4 /   39     3.2s Hashtbl_with_order parallel
[ ]    5    0    0    5 /   39     3.8s Hashtbl_with_order parallel
[ ]    6    0    0    6 /   39     4.4s Hashtbl_with_order parallel
[ ]    7    0    0    7 /   39     5.0s Hashtbl_with_order parallel
[ ]    8    0    0    8 /   39     5.7s Hashtbl_with_order parallel
[ ]    9    0    0    9 /   39     6.3s Hashtbl_with_order parallel
[ ]   10    0    0   10 /   39     6.9s Hashtbl_with_order parallel
[ ]   11    0    0   11 /   39     7.4s Hashtbl_with_order parallel
[ ]   12    0    0   12 /   39     8.0s Hashtbl_with_order parallel
[ ]   13    0    0   13 /   39     8.7s Hashtbl_with_order parallel
[ ]   14    0    0   14 /   39     9.3s Hashtbl_with_order parallel
[ ]   15    0    0   15 /   39     9.8s Hashtbl_with_order parallel
[ ]   16    0    0   16 /   39    10.3s Hashtbl_with_order parallel
[ ]   17    0    0   17 /   39    11.0s Hashtbl_with_order parallel
[ ]   18    0    0   18 /   39    11.5s Hashtbl_with_order parallel
[ ]   19    0    0   19 /   39    11.9s Hashtbl_with_order parallel
[ ]   20    0    0   20 /   39    12.4s Hashtbl_with_order parallel
[ ]   21    0    0   21 /   39    12.8s Hashtbl_with_order parallel
[ ]   22    0    0   22 /   39    13.1s Hashtbl_with_order parallel
[ ]   23    0    0   23 /   39    13.4s Hashtbl_with_order parallel
[ ]   24    0    0   24 /   39    13.8s Hashtbl_with_order parallel
[ ]   25    0    0   25 /   39    14.3s Hashtbl_with_order parallel
[ ]   26    0    0   26 /   39    14.9s Hashtbl_with_order parallel
[ ]   27    0    0   27 /   39    15.6s Hashtbl_with_order parallel
[ ]   28    0    0   28 /   39    16.2s Hashtbl_with_order parallel
[ ]   29    0    0   29 /   39    16.8s Hashtbl_with_order parallel
[ ]   30    0    0   30 /   39    17.3s Hashtbl_with_order parallel
[ ]   31    0    0   31 /   39    17.9s Hashtbl_with_order parallel
[ ]   32    0    0   32 /   39    18.4s Hashtbl_with_order parallel
[ ]   33    0    0   33 /   39    18.9s Hashtbl_with_order parallel
[ ]   34    0    0   34 /   39    19.4s Hashtbl_with_order parallel
[ ]   35    0    0   35 /   39    20.0s Hashtbl_with_order parallel
[ ]   36    0    0   36 /   39    20.6s Hashtbl_with_order parallel
[ ]   37    0    0   37 /   39    21.3s Hashtbl_with_order parallel
[ ]   38    0    0   38 /   39    21.9s Hashtbl_with_order parallel
[ ]   39    0    0   39 /   39    22.4s Hashtbl_with_order parallel
[]   39    0    0   39 /   39    22.4s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 12996906062411933
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 parallel
[ ]    1    0    0    1 /   32     0.5s Hashtbl_with_order parallel
[ ]    2    0    0    2 /   32     0.9s Hashtbl_with_order parallel
[ ]    3    0    0    3 /   32     1.5s Hashtbl_with_order parallel
[ ]    4    0    0    4 /   32     2.1s Hashtbl_with_order parallel
[ ]    5    0    0    5 /   32     2.8s Hashtbl_with_order parallel
[ ]    6    0    0    6 /   32     3.2s Hashtbl_with_order parallel
[ ]    7    0    0    7 /   32     3.7s Hashtbl_with_order parallel
[ ]    8    0    0    8 /   32     4.2s Hashtbl_with_order parallel
[ ]    9    0    0    9 /   32     4.7s Hashtbl_with_order parallel
[ ]   10    0    0   10 /   32     5.0s Hashtbl_with_order parallel
[ ]   11    0    0   11 /   32     5.6s Hashtbl_with_order parallel
[ ]   12    0    0   12 /   32     5.9s Hashtbl_with_order parallel
[ ]   13    0    0   13 /   32     6.3s Hashtbl_with_order parallel
[ ]   14    0    0   14 /   32     6.8s Hashtbl_with_order parallel
[ ]   15    0    0   15 /   32     8.1s Hashtbl_with_order parallel
[ ]   16    0    0   16 /   32     8.8s Hashtbl_with_order parallel
[ ]   17    0    0   17 /   32     9.1s Hashtbl_with_order parallel
[ ]   18    0    0   18 /   32     9.3s Hashtbl_with_order parallel
[ ]   19    0    0   19 /   32     9.7s Hashtbl_with_order parallel
[ ]   20    0    0   20 /   32    10.0s Hashtbl_with_order parallel
[ ]   21    0    0   21 /   32    10.6s Hashtbl_with_order parallel
[ ]   22    0    0   22 /   32    11.0s Hashtbl_with_order parallel
[ ]   23    0    0   23 /   32    11.3s Hashtbl_with_order parallel
[ ]   24    0    0   24 /   32    11.7s Hashtbl_with_order parallel
[ ]   25    0    0   25 /   32    12.1s Hashtbl_with_order parallel
[ ]   26    0    0   26 /   32    12.4s Hashtbl_with_order parallel
[ ]   27    0    0   27 /   32    12.8s Hashtbl_with_order parallel
[ ]   28    0    0   28 /   32    13.2s Hashtbl_with_order parallel
[ ]   29    0    0   29 /   32    13.6s Hashtbl_with_order parallel
[ ]   30    0    0   30 /   32    14.1s Hashtbl_with_order parallel
[ ]   31    0    0   31 /   32    14.5s Hashtbl_with_order parallel
[ ]   32    0    0   32 /   32    15.2s Hashtbl_with_order parallel
[]   32    0    0   32 /   32    15.2s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 3268342784837049828
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 parallel
[ ]    1    0    0    1 /   32     0.9s Queue parallel
[ ]    2    0    0    2 /   32     1.7s Queue parallel
[ ]    3    0    0    3 /   32     2.2s Queue parallel
[ ]    4    0    0    4 /   32     2.8s Queue parallel
[ ]    5    0    0    5 /   32     3.4s Queue parallel
[ ]    6    0    0    6 /   32     4.4s Queue parallel
[ ]    7    0    0    7 /   32     5.1s Queue parallel
[ ]    8    0    0    8 /   32     5.8s Queue parallel
[ ]    9    0    0    9 /   32     6.2s Queue parallel
[ ]   10    0    0   10 /   32     6.7s Queue parallel
[ ]   11    0    0   11 /   32     7.4s Queue parallel
[ ]   12    0    0   12 /   32     7.9s Queue parallel
[ ]   13    0    0   13 /   32     8.3s Queue parallel
[ ]   14    0    0   14 /   32     9.0s Queue parallel
[ ]   15    0    0   15 /   32     9.8s Queue parallel
[ ]   16    0    0   16 /   32    10.3s Queue parallel
[ ]   17    0    0   17 /   32    10.9s Queue parallel
[ ]   18    0    0   18 /   32    11.6s Queue parallel
[ ]   19    0    0   19 /   32    13.0s Queue parallel
[ ]   20    0    0   20 /   32    15.0s Queue parallel
[ ]   21    0    0   21 /   32    15.7s Queue parallel
[ ]   22    0    0   22 /   32    16.4s Queue parallel
[ ]   23    0    0   23 /   32    18.0s Queue parallel
[ ]   24    0    0   24 /   32    18.6s Queue parallel
[ ]   25    0    0   25 /   32    19.3s Queue parallel
[ ]   26    0    0   26 /   32    20.5s Queue parallel
[ ]   27    0    0   27 /   32    21.7s Queue parallel
[ ]   28    0    0   28 /   32    22.3s Queue parallel
[ ]   29    0    0   29 /   32    22.9s Queue parallel
[ ]   30    0    0   30 /   32    23.5s Queue parallel
[ ]   31    0    0   31 /   32    24.1s Queue parallel
[ ]   32    0    0   32 /   32    24.8s Queue parallel
[]   32    0    0   32 /   32    24.8s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 4065280838082523872
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   45     0.0s Queue sequential
[]   45    0    0   45 /   45     0.0s Queue sequential
[ ]    0    0    0    0 /   45     0.0s Queue parallel
[ ]    1    0    0    1 /   45     0.6s Queue parallel
[ ]    2    0    0    2 /   45     1.2s Queue parallel
[ ]    3    0    0    3 /   45     1.9s Queue parallel
[ ]    4    0    0    4 /   45     2.5s Queue parallel
[ ]    5    0    0    5 /   45     3.9s Queue parallel
[ ]    6    0    0    6 /   45     4.7s Queue parallel
[ ]    7    0    0    7 /   45     5.3s Queue parallel
[ ]    8    0    0    8 /   45     5.9s Queue parallel
[ ]    9    0    0    9 /   45     6.4s Queue parallel
[ ]   10    0    0   10 /   45     7.1s Queue parallel
[ ]   11    0    0   11 /   45     7.8s Queue parallel
[ ]   12    0    0   12 /   45     8.2s Queue parallel
[ ]   13    0    0   13 /   45     9.4s Queue parallel
[ ]   14    0    0   14 /   45    10.0s Queue parallel
[ ]   15    0    0   15 /   45    10.6s Queue parallel
[ ]   16    0    0   16 /   45    11.4s Queue parallel
[ ]   17    0    0   17 /   45    12.0s Queue parallel
[ ]   18    0    0   18 /   45    12.5s Queue parallel
[ ]   19    0    0   19 /   45    13.1s Queue parallel
[ ]   20    0    0   20 /   45    13.5s Queue parallel
[ ]   21    0    0   21 /   45    14.3s Queue parallel
[ ]   22    0    0   22 /   45    14.6s Queue parallel
[ ]   23    0    0   23 /   45    15.1s Queue parallel
[ ]   24    0    0   24 /   45    15.5s Queue parallel
[ ]   25    0    0   25 /   45    15.9s Queue parallel
[ ]   26    0    0   26 /   45    16.5s Queue parallel
[ ]   27    0    0   27 /   45    17.1s Queue parallel
[ ]   28    0    0   28 /   45    17.6s Queue parallel
[ ]   29    0    0   29 /   45    18.1s Queue parallel
[ ]   30    0    0   30 /   45    18.7s Queue parallel
[ ]   31    0    0   31 /   45    19.2s Queue parallel
[ ]   32    0    0   32 /   45    19.7s Queue parallel
[ ]   33    0    0   33 /   45    20.2s Queue parallel
[ ]   34    0    0   34 /   45    20.8s Queue parallel
[ ]   35    0    0   35 /   45    21.3s Queue parallel
[ ]   36    0    0   36 /   45    22.0s Queue parallel
[ ]   37    0    0   37 /   45    22.5s Queue parallel
[ ]   38    0    0   38 /   45    23.2s Queue parallel
[ ]   39    0    0   39 /   45    23.7s Queue parallel
[ ]   40    0    0   40 /   45    24.0s Queue parallel
[ ]   41    0    0   41 /   45    24.8s Queue parallel
[ ]   42    0    0   42 /   45    25.2s Queue parallel
[ ]   43    0    0   43 /   45    25.6s Queue parallel
[ ]   44    0    0   44 /   45    26.3s Queue parallel
[ ]   45    0    0   45 /   45    27.0s Queue parallel
[]   45    0    0   45 /   45    27.0s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 1660760667451239455
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 parallel
[ ]    1    0    0    1 /   32     0.4s Queue parallel
[ ]    2    0    0    2 /   32     0.9s Queue parallel
[ ]    3    0    0    3 /   32     1.4s Queue parallel
[ ]    4    0    0    4 /   32     1.8s Queue parallel
[ ]    5    0    0    5 /   32     2.3s Queue parallel
[ ]    6    0    0    6 /   32     2.9s Queue parallel
[ ]    7    0    0    7 /   32     3.3s Queue parallel
[ ]    8    0    0    8 /   32     3.6s Queue parallel
[ ]    9    0    0    9 /   32     4.0s Queue parallel
[ ]   10    0    0   10 /   32     4.3s Queue parallel
[ ]   11    0    0   11 /   32     4.8s Queue parallel
[ ]   12    0    0   12 /   32     5.1s Queue parallel
[ ]   13    0    0   13 /   32     5.4s Queue parallel
[ ]   14    0    0   14 /   32     5.8s Queue parallel
[ ]   15    0    0   15 /   32     6.1s Queue parallel
[ ]   16    0    0   16 /   32     6.4s Queue parallel
[ ]   17    0    0   17 /   32     6.9s Queue parallel
[ ]   18    0    0   18 /   32     7.1s Queue parallel
[ ]   19    0    0   19 /   32     7.5s Queue parallel
[ ]   20    0    0   20 /   32     7.9s Queue parallel
[ ]   21    0    0   21 /   32     8.2s Queue parallel
[ ]   22    0    0   22 /   32     8.6s Queue parallel
[ ]   23    0    0   23 /   32     9.3s Queue parallel
[ ]   24    0    0   24 /   32     9.7s Queue parallel
[ ]   25    0    0   25 /   32    10.1s Queue parallel
[ ]   26    0    0   26 /   32    10.5s Queue parallel
[ ]   27    0    0   27 /   32    11.0s Queue parallel
[ ]   28    0    0   28 /   32    11.4s Queue parallel
[ ]   29    0    0   29 /   32    11.7s Queue parallel
[ ]   30    0    0   30 /   32    12.1s Queue parallel
[ ]   31    0    0   31 /   32    12.4s Queue parallel
[ ]   32    0    0   32 /   32    12.9s Queue parallel
[]   32    0    0   32 /   32    12.9s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2181907904976365657
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 parallel
[ ]    1    0    0    1 /   32     1.2s Dllist parallel
[ ]    2    0    0    2 /   32     1.9s Dllist parallel
[ ]    3    0    0    3 /   32     3.3s Dllist parallel
[ ]    4    0    0    4 /   32     4.0s Dllist parallel
[ ]    5    0    0    5 /   32     4.7s Dllist parallel
[ ]    6    0    0    6 /   32     5.7s Dllist parallel
[ ]    7    0    0    7 /   32     6.4s Dllist parallel
[ ]    8    0    0    8 /   32     7.2s Dllist parallel
[ ]    9    0    0    9 /   32     8.4s Dllist parallel
[ ]   10    0    0   10 /   32     9.0s Dllist parallel
[ ]   11    0    0   11 /   32     9.5s Dllist parallel
[ ]   12    0    0   12 /   32    10.1s Dllist parallel
[ ]   13    0    0   13 /   32    10.8s Dllist parallel
[ ]   14    0    0   14 /   32    11.5s Dllist parallel
[ ]   15    0    0   15 /   32    12.2s Dllist parallel
[ ]   16    0    0   16 /   32    13.1s Dllist parallel
[ ]   17    0    0   17 /   32    13.9s Dllist parallel
[ ]   18    0    0   18 /   32    14.5s Dllist parallel
[ ]   19    0    0   19 /   32    15.3s Dllist parallel
[ ]   20    0    0   20 /   32    16.0s Dllist parallel
[ ]   21    0    0   21 /   32    16.8s Dllist parallel
[ ]   22    0    0   22 /   32    17.6s Dllist parallel
[ ]   23    0    0   23 /   32    18.4s Dllist parallel
[ ]   24    0    0   24 /   32    19.0s Dllist parallel
[ ]   25    0    0   25 /   32    19.7s Dllist parallel
[ ]   26    0    0   26 /   32    20.2s Dllist parallel
[ ]   27    0    0   27 /   32    20.6s Dllist parallel
[ ]   28    0    0   28 /   32    21.3s Dllist parallel
[ ]   29    0    0   29 /   32    22.3s Dllist parallel
[ ]   30    0    0   30 /   32    23.0s Dllist parallel
[ ]   31    0    0   31 /   32    24.0s Dllist parallel
[ ]   32    0    0   32 /   32    24.8s Dllist parallel
[]   32    0    0   32 /   32    24.8s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 2822306378203345674
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   45     0.0s Dllist sequential
[]   45    0    0   45 /   45     0.0s Dllist sequential
[ ]    0    0    0    0 /   45     0.0s Dllist parallel
[ ]    1    0    0    1 /   45     0.6s Dllist parallel
[ ]    2    0    0    2 /   45     1.3s Dllist parallel
[ ]    3    0    0    3 /   45     1.7s Dllist parallel
[ ]    4    0    0    4 /   45     2.9s Dllist parallel
[ ]    5    0    0    5 /   45     3.6s Dllist parallel
[ ]    6    0    0    6 /   45     4.3s Dllist parallel
[ ]    7    0    0    7 /   45     4.7s Dllist parallel
[ ]    8    0    0    8 /   45     5.3s Dllist parallel
[ ]    9    0    0    9 /   45     5.9s Dllist parallel
[ ]   10    0    0   10 /   45     6.5s Dllist parallel
[ ]   11    0    0   11 /   45     8.3s Dllist parallel
[ ]   12    0    0   12 /   45     8.9s Dllist parallel
[ ]   13    0    0   13 /   45     9.6s Dllist parallel
[ ]   14    0    0   14 /   45    10.1s Dllist parallel
[ ]   15    0    0   15 /   45    10.7s Dllist parallel
[ ]   16    0    0   16 /   45    11.3s Dllist parallel
[ ]   17    0    0   17 /   45    12.1s Dllist parallel
[ ]   18    0    0   18 /   45    13.2s Dllist parallel
[ ]   19    0    0   19 /   45    14.6s Dllist parallel
[ ]   20    0    0   20 /   45    15.1s Dllist parallel
[ ]   21    0    0   21 /   45    15.6s Dllist parallel
[ ]   22    0    0   22 /   45    15.9s Dllist parallel
[ ]   23    0    0   23 /   45    16.3s Dllist parallel
[ ]   24    0    0   24 /   45    16.7s Dllist parallel
[ ]   25    0    0   25 /   45    17.2s Dllist parallel
[ ]   26    0    0   26 /   45    17.9s Dllist parallel
[ ]   27    0    0   27 /   45    18.5s Dllist parallel
[ ]   28    0    0   28 /   45    19.0s Dllist parallel
[ ]   29    0    0   29 /   45    19.4s Dllist parallel
[ ]   30    0    0   30 /   45    19.9s Dllist parallel
[ ]   31    0    0   31 /   45    20.5s Dllist parallel
[ ]   32    0    0   32 /   45    21.1s Dllist parallel
[ ]   33    0    0   33 /   45    21.9s Dllist parallel
[ ]   34    0    0   34 /   45    22.6s Dllist parallel
[ ]   35    0    0   35 /   45    23.0s Dllist parallel
[ ]   36    0    0   36 /   45    23.6s Dllist parallel
[ ]   37    0    0   37 /   45    24.2s Dllist parallel
[ ]   38    0    0   38 /   45    24.7s Dllist parallel
[ ]   39    0    0   39 /   45    25.2s Dllist parallel
[ ]   40    0    0   40 /   45    25.9s Dllist parallel
[ ]   41    0    0   41 /   45    26.4s Dllist parallel
[ ]   42    0    0   42 /   45    26.8s Dllist parallel
[ ]   43    0    0   43 /   45    27.6s Dllist parallel
[ ]   44    0    0   44 /   45    28.4s Dllist parallel
[ ]   45    0    0   45 /   45    28.8s Dllist parallel
[]   45    0    0   45 /   45    28.8s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 1167322800982774027
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 parallel
[ ]    1    0    0    1 /   32     0.6s Dllist parallel
[ ]    2    0    0    2 /   32     1.0s Dllist parallel
[ ]    3    0    0    3 /   32     1.3s Dllist parallel
[ ]    4    0    0    4 /   32     1.8s Dllist parallel
[ ]    5    0    0    5 /   32     2.2s Dllist parallel
[ ]    6    0    0    6 /   32     2.7s Dllist parallel
[ ]    7    0    0    7 /   32     3.2s Dllist parallel
[ ]    8    0    0    8 /   32     3.6s Dllist parallel
[ ]    9    0    0    9 /   32     3.9s Dllist parallel
[ ]   10    0    0   10 /   32     4.4s Dllist parallel
[ ]   11    0    0   11 /   32     5.1s Dllist parallel
[ ]   12    0    0   12 /   32     5.4s Dllist parallel
[ ]   13    0    0   13 /   32     5.7s Dllist parallel
[ ]   14    0    0   14 /   32     6.0s Dllist parallel
[ ]   15    0    0   15 /   32     6.3s Dllist parallel
[ ]   16    0    0   16 /   32     6.6s Dllist parallel
[ ]   17    0    0   17 /   32     7.1s Dllist parallel
[ ]   18    0    0   18 /   32     7.5s Dllist parallel
[ ]   19    0    0   19 /   32     7.9s Dllist parallel
[ ]   20    0    0   20 /   32     8.3s Dllist parallel
[ ]   21    0    0   21 /   32     8.6s Dllist parallel
[ ]   22    0    0   22 /   32     9.0s Dllist parallel
[ ]   23    0    0   23 /   32     9.3s Dllist parallel
[ ]   24    0    0   24 /   32     9.7s Dllist parallel
[ ]   25    0    0   25 /   32    10.2s Dllist parallel
[ ]   26    0    0   26 /   32    10.6s Dllist parallel
[ ]   27    0    0   27 /   32    11.0s Dllist parallel
[ ]   28    0    0   28 /   32    11.4s Dllist parallel
[ ]   29    0    0   29 /   32    11.7s Dllist parallel
[ ]   30    0    0   30 /   32    12.2s Dllist parallel
[ ]   31    0    0   31 /   32    12.5s Dllist parallel
[ ]   32    0    0   32 /   32    12.9s Dllist parallel
[]   32    0    0   32 /   32    12.9s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 636766007665882545
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 parallel
[ ]    1    0    0    1 /   32     0.7s Stack parallel
[ ]    2    0    0    2 /   32     1.6s Stack parallel
[ ]    3    0    0    3 /   32     2.2s Stack parallel
[ ]    4    0    0    4 /   32     3.0s Stack parallel
[ ]    5    0    0    5 /   32     3.6s Stack parallel
[ ]    6    0    0    6 /   32     4.4s Stack parallel
[ ]    7    0    0    7 /   32     5.1s Stack parallel
[ ]    8    0    0    8 /   32     5.8s Stack parallel
[ ]    9    0    0    9 /   32     6.6s Stack parallel
[ ]   10    0    0   10 /   32     7.0s Stack parallel
[ ]   11    0    0   11 /   32     8.3s Stack parallel
[ ]   12    0    0   12 /   32     8.6s Stack parallel
[ ]   13    0    0   13 /   32     9.3s Stack parallel
[ ]   14    0    0   14 /   32    10.0s Stack parallel
[ ]   15    0    0   15 /   32    10.7s Stack parallel
[ ]   16    0    0   16 /   32    11.4s Stack parallel
[ ]   17    0    0   17 /   32    12.2s Stack parallel
[ ]   18    0    0   18 /   32    12.8s Stack parallel
[ ]   19    0    0   19 /   32    13.5s Stack parallel
[ ]   20    0    0   20 /   32    14.2s Stack parallel
[ ]   21    0    0   21 /   32    14.8s Stack parallel
[ ]   22    0    0   22 /   32    15.4s Stack parallel
[ ]   23    0    0   23 /   32    16.0s Stack parallel
[ ]   24    0    0   24 /   32    16.7s Stack parallel
[ ]   25    0    0   25 /   32    17.4s Stack parallel
[ ]   26    0    0   26 /   32    18.2s Stack parallel
[ ]   27    0    0   27 /   32    18.8s Stack parallel
[ ]   28    0    0   28 /   32    19.3s Stack parallel
[ ]   29    0    0   29 /   32    19.8s Stack parallel
[ ]   30    0    0   30 /   32    20.4s Stack parallel
[ ]   31    0    0   31 /   32    21.2s Stack parallel
[ ]   32    0    0   32 /   32    21.8s Stack parallel
[]   32    0    0   32 /   32    21.8s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 971418783277460498
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   55     0.0s Stack sequential
[]   55    0    0   55 /   55     0.0s Stack sequential
[ ]    0    0    0    0 /   55     0.0s Stack parallel
[ ]    1    0    0    1 /   55     0.6s Stack parallel
[ ]    2    0    0    2 /   55     1.2s Stack parallel
[ ]    3    0    0    3 /   55     1.8s Stack parallel
[ ]    4    0    0    4 /   55     2.4s Stack parallel
[ ]    5    0    0    5 /   55     2.9s Stack parallel
[ ]    6    0    0    6 /   55     3.4s Stack parallel
[ ]    7    0    0    7 /   55     5.0s Stack parallel
[ ]    8    0    0    8 /   55     5.6s Stack parallel
[ ]    9    0    0    9 /   55     6.1s Stack parallel
[ ]   10    0    0   10 /   55     6.6s Stack parallel
[ ]   11    0    0   11 /   55     7.1s Stack parallel
[ ]   12    0    0   12 /   55     7.6s Stack parallel
[ ]   13    0    0   13 /   55     8.2s Stack parallel
[ ]   14    0    0   14 /   55     8.9s Stack parallel
[ ]   15    0    0   15 /   55     9.5s Stack parallel
[ ]   16    0    0   16 /   55    10.0s Stack parallel
[ ]   17    0    0   17 /   55    10.4s Stack parallel
[ ]   18    0    0   18 /   55    11.0s Stack parallel
[ ]   19    0    0   19 /   55    11.6s Stack parallel
[ ]   20    0    0   20 /   55    12.2s Stack parallel
[ ]   21    0    0   21 /   55    12.7s Stack parallel
[ ]   22    0    0   22 /   55    13.3s Stack parallel
[ ]   23    0    0   23 /   55    13.8s Stack parallel
[ ]   24    0    0   24 /   55    14.4s Stack parallel
[ ]   25    0    0   25 /   55    15.1s Stack parallel
[ ]   26    0    0   26 /   55    15.6s Stack parallel
[ ]   27    0    0   27 /   55    16.2s Stack parallel
[ ]   28    0    0   28 /   55    16.8s Stack parallel
[ ]   29    0    0   29 /   55    17.3s Stack parallel
[ ]   30    0    0   30 /   55    17.7s Stack parallel
[ ]   31    0    0   31 /   55    18.1s Stack parallel
[ ]   32    0    0   32 /   55    18.5s Stack parallel
[ ]   33    0    0   33 /   55    19.0s Stack parallel
[ ]   34    0    0   34 /   55    19.4s Stack parallel
[ ]   35    0    0   35 /   55    19.9s Stack parallel
[ ]   36    0    0   36 /   55    20.5s Stack parallel
[ ]   37    0    0   37 /   55    21.0s Stack parallel
[ ]   38    0    0   38 /   55    21.6s Stack parallel
[ ]   39    0    0   39 /   55    22.4s Stack parallel
[ ]   40    0    0   40 /   55    23.0s Stack parallel
[ ]   41    0    0   41 /   55    23.5s Stack parallel
[ ]   42    0    0   42 /   55    24.1s Stack parallel
[ ]   43    0    0   43 /   55    24.7s Stack parallel
[ ]   44    0    0   44 /   55    25.2s Stack parallel
[ ]   45    0    0   45 /   55    25.6s Stack parallel
[ ]   46    0    0   46 /   55    26.1s Stack parallel
[ ]   47    0    0   47 /   55    26.7s Stack parallel
[ ]   48    0    0   48 /   55    27.4s Stack parallel
[ ]   49    0    0   49 /   55    28.1s Stack parallel
[ ]   50    0    0   50 /   55    28.5s Stack parallel
[ ]   51    0    0   51 /   55    29.0s Stack parallel
[ ]   52    0    0   52 /   55    29.5s Stack parallel
[ ]   53    0    0   53 /   55    30.1s Stack parallel
[ ]   54    0    0   54 /   55    30.6s Stack parallel
[ ]   55    0    0   55 /   55    31.2s Stack parallel
[]   55    0    0   55 /   55    31.2s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 4260222678358732530
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 parallel
[ ]    1    0    0    1 /   32     0.5s Stack parallel
[ ]    2    0    0    2 /   32     1.0s Stack parallel
[ ]    3    0    0    3 /   32     1.4s Stack parallel
[ ]    4    0    0    4 /   32     1.8s Stack parallel
[ ]    5    0    0    5 /   32     2.8s Stack parallel
[ ]    6    0    0    6 /   32     3.3s Stack parallel
[ ]    7    0    0    7 /   32     3.7s Stack parallel
[ ]    8    0    0    8 /   32     4.2s Stack parallel
[ ]    9    0    0    9 /   32     4.5s Stack parallel
[ ]   10    0    0   10 /   32     4.9s Stack parallel
[ ]   11    0    0   11 /   32     5.2s Stack parallel
[ ]   12    0    0   12 /   32     5.6s Stack parallel
[ ]   13    0    0   13 /   32     5.9s Stack parallel
[ ]   14    0    0   14 /   32     6.2s Stack parallel
[ ]   15    0    0   15 /   32     6.5s Stack parallel
[ ]   16    0    0   16 /   32     6.9s Stack parallel
[ ]   17    0    0   17 /   32     7.3s Stack parallel
[ ]   18    0    0   18 /   32     8.0s Stack parallel
[ ]   19    0    0   19 /   32     8.5s Stack parallel
[ ]   20    0    0   20 /   32     8.9s Stack parallel
[ ]   21    0    0   21 /   32     9.4s Stack parallel
[ ]   22    0    0   22 /   32     9.9s Stack parallel
[ ]   23    0    0   23 /   32    10.3s Stack parallel
[ ]   24    0    0   24 /   32    10.6s Stack parallel
[ ]   25    0    0   25 /   32    11.0s Stack parallel
[ ]   26    0    0   26 /   32    11.3s Stack parallel
[ ]   27    0    0   27 /   32    11.7s Stack parallel
[ ]   28    0    0   28 /   32    12.1s Stack parallel
[ ]   29    0    0   29 /   32    12.5s Stack parallel
[ ]   30    0    0   30 /   32    12.9s Stack parallel
[ ]   31    0    0   31 /   32    13.1s Stack parallel
[ ]   32    0    0   32 /   32    13.4s Stack parallel
[]   32    0    0   32 /   32    13.4s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 1027261747075303030
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 parallel
[ ]    1    0    0    1 /   32     0.9s Accumulator parallel
[ ]    2    0    0    2 /   32     1.7s Accumulator parallel
[ ]    3    0    0    3 /   32     2.6s Accumulator parallel
[ ]    4    0    0    4 /   32     3.2s Accumulator parallel
[ ]    5    0    0    5 /   32     4.1s Accumulator parallel
[ ]    6    0    0    6 /   32     4.7s Accumulator parallel
[ ]    7    0    0    7 /   32     5.4s Accumulator parallel
[ ]    8    0    0    8 /   32     6.2s Accumulator parallel
[ ]    9    0    0    9 /   32     6.8s Accumulator parallel
[ ]   10    0    0   10 /   32     7.5s Accumulator parallel
[ ]   11    0    0   11 /   32     8.2s Accumulator parallel
[ ]   12    0    0   12 /   32     8.8s Accumulator parallel
[ ]   13    0    0   13 /   32     9.4s Accumulator parallel
[ ]   14    0    0   14 /   32    10.1s Accumulator parallel
[ ]   15    0    0   15 /   32    10.8s Accumulator parallel
[ ]   16    0    0   16 /   32    11.5s Accumulator parallel
[ ]   17    0    0   17 /   32    13.2s Accumulator parallel
[ ]   18    0    0   18 /   32    14.0s Accumulator parallel
[ ]   19    0    0   19 /   32    14.7s Accumulator parallel
[ ]   20    0    0   20 /   32    15.6s Accumulator parallel
[ ]   21    0    0   21 /   32    16.1s Accumulator parallel
[ ]   22    0    0   22 /   32    16.8s Accumulator parallel
[ ]   23    0    0   23 /   32    17.7s Accumulator parallel
[ ]   24    0    0   24 /   32    18.3s Accumulator parallel
[ ]   25    0    0   25 /   32    18.9s Accumulator parallel
[ ]   26    0    0   26 /   32    19.6s Accumulator parallel
[ ]   27    0    0   27 /   32    20.5s Accumulator parallel
[ ]   28    0    0   28 /   32    21.0s Accumulator parallel
[ ]   29    0    0   29 /   32    21.6s Accumulator parallel
[ ]   30    0    0   30 /   32    22.3s Accumulator parallel
[ ]   31    0    0   31 /   32    22.9s Accumulator parallel
[ ]   32    0    0   32 /   32    23.6s Accumulator parallel
[]   32    0    0   32 /   32    23.6s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3323419235820701558
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   49     0.0s Accumulator sequential
[]   49    0    0   49 /   49     0.0s Accumulator sequential
[ ]    0    0    0    0 /   49     0.0s Accumulator parallel
[ ]    1    0    0    1 /   49     0.5s Accumulator parallel
[ ]    2    0    0    2 /   49     1.1s Accumulator parallel
[ ]    3    0    0    3 /   49     1.8s Accumulator parallel
[ ]    4    0    0    4 /   49     2.2s Accumulator parallel
[ ]    5    0    0    5 /   49     2.7s Accumulator parallel
[ ]    6    0    0    6 /   49     3.5s Accumulator parallel
[ ]    7    0    0    7 /   49     4.2s Accumulator parallel
[ ]    8    0    0    8 /   49     4.6s Accumulator parallel
[ ]    9    0    0    9 /   49     5.1s Accumulator parallel
[ ]   10    0    0   10 /   49     5.7s Accumulator parallel
[ ]   11    0    0   11 /   49     6.5s Accumulator parallel
[ ]   12    0    0   12 /   49     7.1s Accumulator parallel
[ ]   13    0    0   13 /   49     7.9s Accumulator parallel
[ ]   14    0    0   14 /   49     8.5s Accumulator parallel
[ ]   15    0    0   15 /   49     9.0s Accumulator parallel
[ ]   16    0    0   16 /   49     9.7s Accumulator parallel
[ ]   17    0    0   17 /   49    10.3s Accumulator parallel
[ ]   18    0    0   18 /   49    11.1s Accumulator parallel
[ ]   19    0    0   19 /   49    11.7s Accumulator parallel
[ ]   20    0    0   20 /   49    12.2s Accumulator parallel
[ ]   21    0    0   21 /   49    12.7s Accumulator parallel
[ ]   22    0    0   22 /   49    14.5s Accumulator parallel
[ ]   23    0    0   23 /   49    15.3s Accumulator parallel
[ ]   24    0    0   24 /   49    15.9s Accumulator parallel
[ ]   25    0    0   25 /   49    16.3s Accumulator parallel
[ ]   26    0    0   26 /   49    16.7s Accumulator parallel
[ ]   27    0    0   27 /   49    17.2s Accumulator parallel
[ ]   28    0    0   28 /   49    17.7s Accumulator parallel
[ ]   29    0    0   29 /   49    18.3s Accumulator parallel
[ ]   30    0    0   30 /   49    19.1s Accumulator parallel
[ ]   31    0    0   31 /   49    19.7s Accumulator parallel
[ ]   32    0    0   32 /   49    20.2s Accumulator parallel
[ ]   33    0    0   33 /   49    21.4s Accumulator parallel
[ ]   34    0    0   34 /   49    21.9s Accumulator parallel
[ ]   35    0    0   35 /   49    22.4s Accumulator parallel
[ ]   36    0    0   36 /   49    22.9s Accumulator parallel
[ ]   37    0    0   37 /   49    23.4s Accumulator parallel
[ ]   38    0    0   38 /   49    23.9s Accumulator parallel
[ ]   39    0    0   39 /   49    24.2s Accumulator parallel
[ ]   40    0    0   40 /   49    24.6s Accumulator parallel
[ ]   41    0    0   41 /   49    25.2s Accumulator parallel
[ ]   42    0    0   42 /   49    25.6s Accumulator parallel
[ ]   43    0    0   43 /   49    26.2s Accumulator parallel
[ ]   44    0    0   44 /   49    26.6s Accumulator parallel
[ ]   45    0    0   45 /   49    27.0s Accumulator parallel
[ ]   46    0    0   46 /   49    27.6s Accumulator parallel
[ ]   47    0    0   47 /   49    28.2s Accumulator parallel
[ ]   48    0    0   48 /   49    28.7s Accumulator parallel
[ ]   49    0    0   49 /   49    29.8s Accumulator parallel
[]   49    0    0   49 /   49    29.8s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 2469644194983338687
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 parallel
[ ]    1    0    0    1 /   32     0.4s Accumulator parallel
[ ]    2    0    0    2 /   32     1.0s Accumulator parallel
[ ]    3    0    0    3 /   32     1.5s Accumulator parallel
[ ]    4    0    0    4 /   32     1.9s Accumulator parallel
[ ]    5    0    0    5 /   32     2.9s Accumulator parallel
[ ]    6    0    0    6 /   32     3.2s Accumulator parallel
[ ]    7    0    0    7 /   32     4.0s Accumulator parallel
[ ]    8    0    0    8 /   32     4.4s Accumulator parallel
[ ]    9    0    0    9 /   32     4.7s Accumulator parallel
[ ]   10    0    0   10 /   32     5.1s Accumulator parallel
[ ]   11    0    0   11 /   32     5.4s Accumulator parallel
[ ]   12    0    0   12 /   32     5.9s Accumulator parallel
[ ]   13    0    0   13 /   32     6.3s Accumulator parallel
[ ]   14    0    0   14 /   32     6.6s Accumulator parallel
[ ]   15    0    0   15 /   32     7.1s Accumulator parallel
[ ]   16    0    0   16 /   32     7.4s Accumulator parallel
[ ]   17    0    0   17 /   32     7.8s Accumulator parallel
[ ]   18    0    0   18 /   32     8.4s Accumulator parallel
[ ]   19    0    0   19 /   32     9.0s Accumulator parallel
[ ]   20    0    0   20 /   32     9.5s Accumulator parallel
[ ]   21    0    0   21 /   32     9.9s Accumulator parallel
[ ]   22    0    0   22 /   32    10.2s Accumulator parallel
[ ]   23    0    0   23 /   32    10.6s Accumulator parallel
[ ]   24    0    0   24 /   32    11.1s Accumulator parallel
[ ]   25    0    0   25 /   32    11.6s Accumulator parallel
[ ]   26    0    0   26 /   32    11.9s Accumulator parallel
[ ]   27    0    0   27 /   32    12.3s Accumulator parallel
[ ]   28    0    0   28 /   32    12.6s Accumulator parallel
[ ]   29    0    0   29 /   32    12.9s Accumulator parallel
[ ]   30    0    0   30 /   32    13.0s Accumulator parallel
[ ]   31    0    0   31 /   32    13.4s Accumulator parallel
[ ]   32    0    0   32 /   32    13.9s Accumulator parallel
[]   32    0    0   32 /   32    13.9s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 692644238341257585
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 parallel
[ ]    1    0    0    1 /   32     0.9s Hashtbl parallel
[ ]    2    0    0    2 /   32     1.7s Hashtbl parallel
[ ]    3    0    0    3 /   32     2.7s Hashtbl parallel
[ ]    4    0    0    4 /   32     3.3s Hashtbl parallel
[ ]    5    0    0    5 /   32     3.9s Hashtbl parallel
[ ]    6    0    0    6 /   32     4.7s Hashtbl parallel
[ ]    7    0    0    7 /   32     5.4s Hashtbl parallel
[ ]    8    0    0    8 /   32     6.0s Hashtbl parallel
[ ]    9    0    0    9 /   32     6.9s Hashtbl parallel
[ ]   10    0    0   10 /   32     7.5s Hashtbl parallel
[ ]   11    0    0   11 /   32     8.1s Hashtbl parallel
[ ]   12    0    0   12 /   32     9.0s Hashtbl parallel
[ ]   13    0    0   13 /   32     9.5s Hashtbl parallel
[ ]   14    0    0   14 /   32    10.8s Hashtbl parallel
[ ]   15    0    0   15 /   32    11.3s Hashtbl parallel
[ ]   16    0    0   16 /   32    12.1s Hashtbl parallel
[ ]   17    0    0   17 /   32    12.8s Hashtbl parallel
[ ]   18    0    0   18 /   32    13.4s Hashtbl parallel
[ ]   19    0    0   19 /   32    14.1s Hashtbl parallel
[ ]   20    0    0   20 /   32    15.6s Hashtbl parallel
[ ]   21    0    0   21 /   32    16.5s Hashtbl parallel
[ ]   22    0    0   22 /   32    16.9s Hashtbl parallel
[ ]   23    0    0   23 /   32    17.5s Hashtbl parallel
[ ]   24    0    0   24 /   32    18.9s Hashtbl parallel
[ ]   25    0    0   25 /   32    19.7s Hashtbl parallel
[ ]   26    0    0   26 /   32    20.6s Hashtbl parallel
[ ]   27    0    0   27 /   32    21.3s Hashtbl parallel
[ ]   28    0    0   28 /   32    21.7s Hashtbl parallel
[ ]   29    0    0   29 /   32    22.5s Hashtbl parallel
[ ]   30    0    0   30 /   32    23.2s Hashtbl parallel
[ ]   31    0    0   31 /   32    23.8s Hashtbl parallel
[ ]   32    0    0   32 /   32    24.7s Hashtbl parallel
[]   32    0    0   32 /   32    24.7s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3508425140370917768
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   45     0.0s Hashtbl sequential
[]   45    0    0   45 /   45     0.0s Hashtbl sequential
[ ]    0    0    0    0 /   45     0.0s Hashtbl parallel
[ ]    1    0    0    1 /   45     0.7s Hashtbl parallel
[ ]    2    0    0    2 /   45     1.3s Hashtbl parallel
[ ]    3    0    0    3 /   45     2.0s Hashtbl parallel
[ ]    4    0    0    4 /   45     2.6s Hashtbl parallel
[ ]    5    0    0    5 /   45     3.3s Hashtbl parallel
[ ]    6    0    0    6 /   45     4.0s Hashtbl parallel
[ ]    7    0    0    7 /   45     4.6s Hashtbl parallel
[ ]    8    0    0    8 /   45     5.2s Hashtbl parallel
[ ]    9    0    0    9 /   45     5.7s Hashtbl parallel
[ ]   10    0    0   10 /   45     6.3s Hashtbl parallel
[ ]   11    0    0   11 /   45     6.9s Hashtbl parallel
[ ]   12    0    0   12 /   45     7.4s Hashtbl parallel
[ ]   13    0    0   13 /   45     7.9s Hashtbl parallel
[ ]   14    0    0   14 /   45     8.6s Hashtbl parallel
[ ]   15    0    0   15 /   45     9.3s Hashtbl parallel
[ ]   16    0    0   16 /   45     9.8s Hashtbl parallel
[ ]   17    0    0   17 /   45    10.4s Hashtbl parallel
[ ]   18    0    0   18 /   45    11.6s Hashtbl parallel
[ ]   19    0    0   19 /   45    12.2s Hashtbl parallel
[ ]   20    0    0   20 /   45    12.8s Hashtbl parallel
[ ]   21    0    0   21 /   45    13.3s Hashtbl parallel
[ ]   22    0    0   22 /   45    13.9s Hashtbl parallel
[ ]   23    0    0   23 /   45    14.5s Hashtbl parallel
[ ]   24    0    0   24 /   45    15.0s Hashtbl parallel
[ ]   25    0    0   25 /   45    15.8s Hashtbl parallel
[ ]   26    0    0   26 /   45    16.3s Hashtbl parallel
[ ]   27    0    0   27 /   45    16.6s Hashtbl parallel
[ ]   28    0    0   28 /   45    17.1s Hashtbl parallel
[ ]   29    0    0   29 /   45    17.6s Hashtbl parallel
[ ]   30    0    0   30 /   45    18.1s Hashtbl parallel
[ ]   31    0    0   31 /   45    18.6s Hashtbl parallel
[ ]   32    0    0   32 /   45    19.2s Hashtbl parallel
[ ]   33    0    0   33 /   45    20.0s Hashtbl parallel
[ ]   34    0    0   34 /   45    20.7s Hashtbl parallel
[ ]   35    0    0   35 /   45    21.8s Hashtbl parallel
[ ]   36    0    0   36 /   45    22.1s Hashtbl parallel
[ ]   37    0    0   37 /   45    22.9s Hashtbl parallel
[ ]   38    0    0   38 /   45    23.3s Hashtbl parallel
[ ]   39    0    0   39 /   45    24.8s Hashtbl parallel
[ ]   40    0    0   40 /   45    25.3s Hashtbl parallel
[ ]   41    0    0   41 /   45    25.7s Hashtbl parallel
[ ]   42    0    0   42 /   45    26.7s Hashtbl parallel
[ ]   43    0    0   43 /   45    27.2s Hashtbl parallel
[ ]   44    0    0   44 /   45    28.1s Hashtbl parallel
[ ]   45    0    0   45 /   45    28.6s Hashtbl parallel
[]   45    0    0   45 /   45    28.6s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3647786879213559793
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 parallel
[ ]    1    0    0    1 /   32     0.5s Hashtbl parallel
[ ]    2    0    0    2 /   32     0.9s Hashtbl parallel
[ ]    3    0    0    3 /   32     1.3s Hashtbl parallel
[ ]    4    0    0    4 /   32     2.4s Hashtbl parallel
[ ]    5    0    0    5 /   32     2.9s Hashtbl parallel
[ ]    6    0    0    6 /   32     3.3s Hashtbl parallel
[ ]    7    0    0    7 /   32     4.4s Hashtbl parallel
[ ]    8    0    0    8 /   32     4.7s Hashtbl parallel
[ ]    9    0    0    9 /   32     5.1s Hashtbl parallel
[ ]   10    0    0   10 /   32     5.4s Hashtbl parallel
[ ]   11    0    0   11 /   32     5.7s Hashtbl parallel
[ ]   12    0    0   12 /   32     6.2s Hashtbl parallel
[ ]   13    0    0   13 /   32     6.7s Hashtbl parallel
[ ]   14    0    0   14 /   32     7.0s Hashtbl parallel
[ ]   15    0    0   15 /   32     7.5s Hashtbl parallel
[ ]   16    0    0   16 /   32     7.9s Hashtbl parallel
[ ]   17    0    0   17 /   32     8.3s Hashtbl parallel
[ ]   18    0    0   18 /   32     8.7s Hashtbl parallel
[ ]   19    0    0   19 /   32     9.2s Hashtbl parallel
[ ]   20    0    0   20 /   32     9.6s Hashtbl parallel
[ ]   21    0    0   21 /   32    10.0s Hashtbl parallel
[ ]   22    0    0   22 /   32    10.9s Hashtbl parallel
[ ]   23    0    0   23 /   32    11.2s Hashtbl parallel
[ ]   24    0    0   24 /   32    11.6s Hashtbl parallel
[ ]   25    0    0   25 /   32    12.1s Hashtbl parallel
[ ]   26    0    0   26 /   32    12.7s Hashtbl parallel
[ ]   27    0    0   27 /   32    13.1s Hashtbl parallel
[ ]   28    0    0   28 /   32    13.5s Hashtbl parallel
[ ]   29    0    0   29 /   32    13.8s Hashtbl parallel
[ ]   30    0    0   30 /   32    14.2s Hashtbl parallel
[ ]   31    0    0   31 /   32    15.2s Hashtbl parallel
[ ]   32    0    0   32 /   32    15.7s Hashtbl parallel
[]   32    0    0   32 /   32    15.7s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
0.15 M/s
messages over time/1 nb adder, 2 nb takers:
0.08 M/s
messages over time/2 nb adders, 1 nb taker:
0.13 M/s
messages over time/2 nb adders, 2 nb takers:
0.23 M/s
messages over time/one domain:
0.53 M/s
time per message/1 nb adder, 1 nb taker:
12995.71 ns
time per message/1 nb adder, 2 nb takers:
35785.37 ns
time per message/2 nb adders, 1 nb taker:
23743.45 ns
time per message/2 nb adders, 2 nb takers:
17033.19 ns
time per message/one domain:
1870.73 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
1.62 M/s
operations over time/1 worker, 50% reads:
2.26 M/s
operations over time/1 worker, 90% reads:
4.40 M/s
operations over time/2 workers, 10% reads:
3.40 M/s
operations over time/2 workers, 50% reads:
3.52 M/s
operations over time/2 workers, 90% reads:
8.05 M/s
operations over time/4 workers, 10% reads:
5.41 M/s
operations over time/4 workers, 50% reads:
6.84 M/s
operations over time/4 workers, 90% reads:
16.63 M/s
operations over time/8 workers, 10% reads:
9.76 M/s
operations over time/8 workers, 50% reads:
3.34 M/s
operations over time/8 workers, 90% reads:
7.84 M/s
time per operation/1 worker, 10% reads:
618.66 ns
time per operation/1 worker, 50% reads:
442.19 ns
time per operation/1 worker, 90% reads:
227.25 ns
time per operation/2 workers, 10% reads:
588.89 ns
time per operation/2 workers, 50% reads:
567.72 ns
time per operation/2 workers, 90% reads:
248.60 ns
time per operation/4 workers, 10% reads:
739.54 ns
time per operation/4 workers, 50% reads:
584.90 ns
time per operation/4 workers, 90% reads:
240.47 ns
time per operation/8 workers, 10% reads:
819.96 ns
time per operation/8 workers, 50% reads:
2394.16 ns
time per operation/8 workers, 90% reads:
1020.58 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
1.47 M/s
messages over time/1 adder, 1 taker:
0.81 M/s
messages over time/1 adder, 2 nb takers:
1.68 M/s
messages over time/1 adder, 2 takers:
1.30 M/s
messages over time/1 nb adder, 1 nb taker:
1.87 M/s
messages over time/1 nb adder, 1 taker:
1.40 M/s
messages over time/1 nb adder, 2 nb takers:
2.03 M/s
messages over time/1 nb adder, 2 takers:
1.42 M/s
messages over time/2 adders, 1 nb taker:
1.31 M/s
messages over time/2 adders, 1 taker:
1.32 M/s
messages over time/2 adders, 2 nb takers:
1.84 M/s
messages over time/2 adders, 2 takers:
1.42 M/s
messages over time/2 nb adders, 1 nb taker:
2.03 M/s
messages over time/2 nb adders, 1 taker:
1.63 M/s
messages over time/2 nb adders, 2 nb takers:
2.25 M/s
messages over time/2 nb adders, 2 takers:
1.47 M/s
time per message/1 adder, 1 nb taker:
1364.14 ns
time per message/1 adder, 1 taker:
2474.03 ns
time per message/1 adder, 2 nb takers:
1785.72 ns
time per message/1 adder, 2 takers:
2313.05 ns
time per message/1 nb adder, 1 nb taker:
1069.46 ns
time per message/1 nb adder, 1 taker:
1431.81 ns
time per message/1 nb adder, 2 nb takers:
1478.83 ns
time per message/1 nb adder, 2 takers:
2108.85 ns
time per message/2 adders, 1 nb taker:
2283.86 ns
time per message/2 adders, 1 taker:
2264.25 ns
time per message/2 adders, 2 nb takers:
2175.66 ns
time per message/2 adders, 2 takers:
2819.36 ns
time per message/2 nb adders, 1 nb taker:
1477.56 ns
time per message/2 nb adders, 1 taker:
1835.01 ns
time per message/2 nb adders, 2 nb takers:
1781.28 ns
time per message/2 nb adders, 2 takers:
2713.73 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/1 nb adder, 1 nb taker:
3.52 M/s
messages over time/1 nb adder, 1 taker:
4.02 M/s
messages over time/1 nb adder, 2 nb takers:
2.25 M/s
messages over time/1 nb adder, 2 takers:
2.21 M/s
messages over time/1 nb adder, 4 nb takers:
2.30 M/s
messages over time/1 nb adder, 4 takers:
3.24 M/s
messages over time/2 nb adders, 1 nb taker:
2.14 M/s
messages over time/2 nb adders, 1 taker:
2.01 M/s
messages over time/2 nb adders, 2 nb takers:
1.82 M/s
messages over time/2 nb adders, 2 takers:
1.92 M/s
messages over time/2 nb adders, 4 nb takers:
2.64 M/s
messages over time/2 nb adders, 4 takers:
2.61 M/s
messages over time/4 nb adders, 1 nb taker:
4.40 M/s
messages over time/4 nb adders, 1 taker:
2.08 M/s
messages over time/4 nb adders, 2 nb takers:
0.96 M/s
messages over time/4 nb adders, 2 takers:
1.19 M/s
messages over time/4 nb adders, 4 nb takers:
0.73 M/s
messages over time/4 nb adders, 4 takers:
3.40 M/s
messages over time/one domain:
5.37 M/s
time per message/1 nb adder, 1 nb taker:
567.56 ns
time per message/1 nb adder, 1 taker:
497.21 ns
time per message/1 nb adder, 2 nb takers:
1336.15 ns
time per message/1 nb adder, 2 takers:
1358.18 ns
time per message/1 nb adder, 4 nb takers:
2170.46 ns
time per message/1 nb adder, 4 takers:
1542.61 ns
time per message/2 nb adders, 1 nb taker:
1400.58 ns
time per message/2 nb adders, 1 taker:
1494.72 ns
time per message/2 nb adders, 2 nb takers:
2196.95 ns
time per message/2 nb adders, 2 takers:
2084.17 ns
time per message/2 nb adders, 4 nb takers:
2269.60 ns
time per message/2 nb adders, 4 takers:
2298.21 ns
time per message/4 nb adders, 1 nb taker:
1137.60 ns
time per message/4 nb adders, 1 taker:
2401.71 ns
time per message/4 nb adders, 2 nb takers:
6227.15 ns
time per message/4 nb adders, 2 takers:
5049.81 ns
time per message/4 nb adders, 4 nb takers:
10905.87 ns
time per message/4 nb adders, 4 takers:
2350.24 ns
time per message/one domain:
186.07 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
7.16 M/s
messages over time/1 nb adder, 1 taker:
6.17 M/s
messages over time/1 nb adder, 2 nb takers:
6.00 M/s
messages over time/1 nb adder, 2 takers:
4.79 M/s
messages over time/1 nb adder, 4 nb takers:
3.05 M/s
messages over time/1 nb adder, 4 takers:
4.55 M/s
messages over time/2 nb adders, 1 nb taker:
5.98 M/s
messages over time/2 nb adders, 1 taker:
6.47 M/s
messages over time/2 nb adders, 2 nb takers:
3.55 M/s
messages over time/2 nb adders, 2 takers:
4.14 M/s
messages over time/2 nb adders, 4 nb takers:
5.81 M/s
messages over time/2 nb adders, 4 takers:
3.48 M/s
messages over time/4 nb adders, 1 nb taker:
4.51 M/s
messages over time/4 nb adders, 1 taker:
2.60 M/s
messages over time/4 nb adders, 2 nb takers:
0.95 M/s
messages over time/4 nb adders, 2 takers:
2.48 M/s
messages over time/4 nb adders, 4 nb takers:
0.82 M/s
messages over time/4 nb adders, 4 takers:
3.58 M/s
messages over time/one domain:
7.15 M/s
time per message/1 nb adder, 1 nb taker:
279.33 ns
time per message/1 nb adder, 1 taker:
324.32 ns
time per message/1 nb adder, 2 nb takers:
499.77 ns
time per message/1 nb adder, 2 takers:
625.96 ns
time per message/1 nb adder, 4 nb takers:
1641.14 ns
time per message/1 nb adder, 4 takers:
1100.05 ns
time per message/2 nb adders, 1 nb taker:
501.26 ns
time per message/2 nb adders, 1 taker:
463.81 ns
time per message/2 nb adders, 2 nb takers:
1126.93 ns
time per message/2 nb adders, 2 takers:
966.61 ns
time per message/2 nb adders, 4 nb takers:
1032.01 ns
time per message/2 nb adders, 4 takers:
1725.49 ns
time per message/4 nb adders, 1 nb taker:
1108.31 ns
time per message/4 nb adders, 1 taker:
1922.71 ns
time per message/4 nb adders, 2 nb takers:
6286.65 ns
time per message/4 nb adders, 2 takers:
2416.02 ns
time per message/4 nb adders, 4 nb takers:
9774.14 ns
time per message/4 nb adders, 4 takers:
2236.51 ns
time per message/one domain:
139.95 ns
2025-07-31 08:29.08 ---> saved as "57b644964badbacae8cbd7a23ebd4f9adf406e004134722ead8b3586e9951e48"
Job succeeded
2025-07-31 08:29.08: Job succeeded