Organisationsocaml-multicoresaturn98f99b (optimize-ws-deque)macos-homebrew-4.14_arm64_opam-2.2

macos-homebrew-4.14_arm64_opam-2.2

Logs

Show full logs
2024-09-18 15:14.48: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/heads/optimize-ws-deque (98f99bd90c48796dcd5d066d1586d92e7b053ef2) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.2)
Base: macos-homebrew-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-multicore/saturn.git" -b "optimize-ws-deque" && cd "saturn" && git reset --hard 98f99bd9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_arm64_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.2 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 saturn_lockfree.opam saturn.opam ./src/./
RUN opam pin add -yn saturn_lockfree.dev './src/./' && \
    opam pin add -yn saturn.dev './src/./'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-arm64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 multicore-magic-dscheck.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 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build

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

2024-09-18 15:14.48: Using cache hint "ocaml-multicore/saturn-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.2-ffea5739976b4fdafd8c4c46105f5ba5"
2024-09-18 15:14.48: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_arm64_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.2 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src saturn_lockfree.opam saturn.opam) (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn saturn_lockfree.dev './src/./' && \
             \nopam pin add -yn saturn.dev './src/./'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-arm64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 multicore-magic-dscheck.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 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-09-18 15:14.48: Waiting for resource in pool OCluster
2024-09-18 17:29.12: Waiting for worker…
2024-09-18 20:32.51: Got resource from pool OCluster
Building on m1-worker-03
All commits already cached
HEAD is now at 98f99bd Optimize work-stealing deque

(from macos-homebrew-ocaml-4.14)
2024-09-18 20:32.52 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

/: (comment macos-homebrew-4.14_arm64_opam-2.2)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f ~/local/bin/opam-2.2 ~/local/bin/opam"))
2024-09-18 20:32.52 ---> using "0fc88bc096429f8087d29338c802b1e4d45e761b825e45695066961067369beb" from cache

/: (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 /Users/mac1000/.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:///Users/mac1000/opam-repository
2024-09-18 20:32.52 ---> using "73ba886e49c62b39892c1961565fafbc649da382428721fca289ffcf0b892673" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 4.14.2
2.2.0
2024-09-18 20:32.52 ---> using "07fa1eab191e27fa6a90116da06eed20ebaaf79e4c99d1f9adbbe0baf8e3f1a3" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fe8dffac61..45f961713f  master     -> origin/master
45f961713f Merge pull request #26585 from dra27/trunk-tweaks

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository
default (at git+file:///Users/mac1000/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


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.
# Run eval $(opam env) to update the current shell environment
2024-09-18 20:32.52 ---> using "2e7f6bbba51f5cb24d669e6d7afadd3e0710793775f8c0fa0f6e4281120837b9" from cache

/: (copy (src saturn_lockfree.opam saturn.opam) (dst ./src/./))
2024-09-18 20:32.54 ---> saved as "6c61786deee1d25e91df494c7c5d34068e4d71314317ba9c4f822c11f9e62a61"

/: (run (network host)
        (shell  "opam pin add -yn saturn_lockfree.dev './src/./' && \
               \nopam pin add -yn saturn.dev './src/./'"))
[saturn_lockfree.dev] synchronised (file:///Users/mac1000/src)
saturn_lockfree is now pinned to file:///Users/mac1000/src (version dev)
[saturn.dev] synchronised (file:///Users/mac1000/src)
saturn is now pinned to file:///Users/mac1000/src (version dev)
2024-09-18 20:33.21 ---> saved as "cf8c54c978f9e9cebf57032c0c8a54c681c9801ddee2f918986f310a5536fe53"

/: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-arm64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 multicore-magic-dscheck.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 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2")

/: (env CI true)

/: (env OCAMLCI true)

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[saturn.dev] synchronised (no changes)
[saturn_lockfree.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-arm64 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-09-18 20:33.50 ---> saved as "b9fdda47e9ce02021d8ca81c284409cac0c168c6103bd5fa640066dc720bc0cf"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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-arm64 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 36 packages
  - install alcotest                   1.8.0
  - install astring                    0.8.5
  - install backoff                    0.1.0
  - install cmdliner                   1.3.0
  - install containers                 3.14
  - install csexp                      1.5.2
  - install domain-local-await         1.0.1
  - install domain_shims               0.1.0
  - install dscheck                    0.5.0
  - install dune                       3.16.0
  - install dune-configurator          3.16.0
  - install either                     1.0.0
  - install fmt                        0.9.0
  - install mtime                      2.1.0
  - install multicore-bench            0.1.5
  - install multicore-magic            2.3.0
  - install multicore-magic-dscheck    2.3.0
  - install ocaml-syntax-shims         1.0.0
  - install ocamlbuild                 0.15.0
  - install ocamlfind                  1.9.6
  - install oseq                       0.5.1
  - install ounit2                     2.2.7
  - install qcheck                     0.22
  - install qcheck-alcotest            0.22
  - install qcheck-core                0.22
  - install qcheck-multicoretests-util 0.4
  - install qcheck-ounit               0.22
  - install qcheck-stm                 0.4
  - install re                         1.12.0
  - install seq                        base
  - install stdlib-shims               0.3.0
  - install thread-table               1.0.0
  - install topkg                      1.0.7
  - install tsort                      2.1.0
  - install uutf                       1.0.3
  - install yojson                     2.2.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved containers.3.14  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-bench.0.1.5  (cached)
-> retrieved multicore-magic.2.3.0, multicore-magic-dscheck.2.3.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved qcheck.0.22, qcheck-alcotest.0.22, qcheck-core.0.22, qcheck-ounit.0.22  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved tsort.2.1.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> installed ocamlbuild.0.15.0
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> 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 dune.3.16.0
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed re.1.12.0
-> installed qcheck-core.0.22
-> installed oseq.0.5.1
-> installed ocaml-syntax-shims.1.0.0
-> installed multicore-magic.2.3.0
-> installed stdlib-shims.0.3.0
-> installed backoff.0.1.0
-> installed thread-table.1.0.0
-> installed tsort.2.1.0
-> installed qcheck-multicoretests-util.0.4
-> installed domain-local-await.1.0.1
-> installed qcheck-stm.0.4
-> installed dune-configurator.3.16.0
-> installed ounit2.2.2.7
-> installed alcotest.1.8.0
-> installed yojson.2.2.2
-> installed qcheck-ounit.0.22
-> installed qcheck-alcotest.0.22
-> installed qcheck.0.22
-> installed multicore-bench.0.1.5
-> installed containers.3.14
-> installed dscheck.0.5.0
-> installed multicore-magic-dscheck.2.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-18 20:34.34 ---> saved as "ff78827225f15b7f301a93c33ac35e9a008dd4a3442d5b71f02313538f788c41"

/: (copy (src .) (dst ./src))
2024-09-18 20:34.35 ---> saved as "248b9a748ccb3ad8b6ad8de8d22611eac4aadb05a15a2f9231afcac74b42be96"

/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/treiber_stack && ./qcheck_treiber_stack.exe)
qcheck random seed: 827847954
Testing `Treiber_stack'.
This run has ID `0OEF67YS'.

  [OK]          test_sequential            0   push.
  [OK]          test_sequential            1   push_pop_until_empty.
  [OK]          test_sequential            2   lifo.
  [OK]          one_cons_one_prod          0   parallel.
  [OK]          two_domains                0   parallel_pop_push.
  [OK]          two_domains                1   parallel_pop_push_random.

Full test results in `~/src/_build/default/test/treiber_stack/_build/_tests/Treiber_stack'.
Test Successful in 0.089s. 6 tests run.
(cd _build/default/test/ws_deque && ./qcheck_ws_deque.exe)
qcheck random seed: 133990179
Testing `Ws_deque'.
This run has ID `A8AVVJOL'.

  [OK]          one_producer                       0   pops_are_in_order.
  [OK]          one_producer                       1   pop_on_empty_deque_rai...
  [OK]          one_producer_one_stealer           0   steals_are_in_order.
  [OK]          one_producer_one_stealer           1   parallel_pushes_and_st...
  [OK]          one_producer_one_stealer           2   parallel_pops_and_steals.
  [OK]          one_producer_two_stealers          0   parallel_steals.

Full test results in `~/src/_build/default/test/ws_deque/_build/_tests/Ws_deque'.
Test Successful in 0.203s. 6 tests run.
(cd _build/default/test/mpsc_queue && ./stm_mpsc_queue.exe)

random seed: 132811688
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Mpsc_queue sequential
[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Mpsc_queue sequential (generating)
[] 1000    0    0 1000 / 1000     0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/ws_deque && ./stm_ws_deque.exe)

random seed: 21523830
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Ws_deque sequential
[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Ws_deque sequential (generating)
[] 1000    0    0 1000 / 1000     0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/skiplist && ./qcheck_skiplist.exe)
qcheck random seed: 999378526
Testing `QCheck Skiplist'.
This run has ID `2ZZ417QO'.

  [OK]          test_sequential            0   add.
  [OK]          test_sequential            1   add_remove.
  [OK]          test_sequential            2   add_find.
  [OK]          test_sequential            3   add_remove_find.
  [OK]          tests_two_domains          0   parallel_add.
  [OK]          tests_two_domains          1   parallel_add_remove.
  [OK]          tests_two_domains          2   parallel_add_remove_same_list.

Full test results in `~/src/_build/default/test/skiplist/_build/_tests/QCheck Skiplist'.
Test Successful in 1.612s. 7 tests run.
(cd _build/default/test/spsc_queue && ./test_spsc_queue.exe)
test_Spsc_queue_empty: ok
test_Spsc_queue_full: ok
test_Spsc_queue_parallel: ok (transferred = 100)
test_Spsc_queue_unsafe_empty: ok
test_Spsc_queue_unsafe_full: ok
test_Spsc_queue_unsafe_parallel: ok (transferred = 100)
(cd _build/default/test/mpsc_queue && ./qcheck_mpsc_queue.exe)
qcheck random seed: 25484835
Testing `Mpsc_queue'.
This run has ID `MFL7Z2QU'.

  [OK]          one_consumer               0   push_head_pop_opt.
  [OK]          one_consumer               1   push_head_pop.
  [OK]          one_consumer               2   push_head_peek_opt.
  [OK]          one_consumer               3   push_head_peek.
  [OK]          one_consumer               4   pop_opt_empty.
  [OK]          one_consumer               5   pop_empty.
  [OK]          one_consumer               6   peek_opt_empty.
  [OK]          one_consumer               7   peek_empty.
  [OK]          one_consumer               8   push_head_not_empty.
  [OK]          one_consumer               9   close_push_head.
  [OK]          one_consumer              10   close_is_empty.
  [OK]          one_consumer              11   close_pop_opt.
  [OK]          one_consumer              12   pop_opt_order.
  [OK]          one_consumer              13   seq_push_pop_opt.
  [OK]          one_producer               0   push_not_empty.
  [OK]          one_producer               1   closing_prevents_pushing.
  [OK]          one_cons_one_prod          0   seq_push_pop_opt_peek_opt.
  [OK]          one_cons_one_prod          1   par_push_pop.
  [OK]          one_cons_one_prod          2   par_push_push_head.
  [OK]          one_cons_one_prod          3   par_pop_opt_push2.
  [OK]          one_cons_two_prod          0   par_push.
  [OK]          one_cons_two_prod          1   par_push_close_pop_opt.

Full test results in `~/src/_build/default/test/mpsc_queue/_build/_tests/Mpsc_queue'.
Test Successful in 2.820s. 22 tests run.
(cd _build/default/test/spsc_queue && ./stm_spsc_queue.exe)

random seed: 478804114
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Spsc_queue sequential
[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Spsc_queue sequential (generating)
[] 1000    0    0 1000 / 1000     0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[] 1000    0    0 1000 / 1000     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/spsc_queue && ./qcheck_spsc_queue.exe)
qcheck random seed: 463060314
Testing `Spsc_queues'.
This run has ID `QWD4TOQI'.

  [OK]          Spsc_queue                 0   seq_pop_opt_push.
  [OK]          Spsc_queue                 1   seq_pop_push.
  [OK]          Spsc_queue                 2   seq_pop_try_push.
  [OK]          Spsc_queue                 3   par_pop_push.
  [OK]          Spsc_queue                 4   push_full.
  [OK]          Spsc_queue                 5   seq_peek_opt.
  [OK]          Spsc_queue                 6   seq_peek.
  [OK]          Spsc_queue                 7   par_peek_opt.
  [OK]          Spsc_queue_unsafe          0   seq_pop_opt_push.
  [OK]          Spsc_queue_unsafe          1   seq_pop_push.
  [OK]          Spsc_queue_unsafe          2   seq_pop_try_push.
  [OK]          Spsc_queue_unsafe          3   par_pop_push.
  [OK]          Spsc_queue_unsafe          4   push_full.
  [OK]          Spsc_queue_unsafe          5   seq_peek_opt.
  [OK]          Spsc_queue_unsafe          6   seq_peek.
  [OK]          Spsc_queue_unsafe          7   par_peek_opt.

Full test results in `~/src/_build/default/test/spsc_queue/_build/_tests/Spsc_queues'.
Test Successful in 0.592s. 16 tests run.
(cd _build/default/test/michael_scott_queue && ./qcheck_michael_scott_queue.exe)
qcheck random seed: 171111458
Testing `Michael_scott_queue'.
This run has ID `EYUY3YP2'.

  [OK]          test_sequential_safe              0   push.
  [OK]          test_sequential_safe              1   push_pop_opt_until_empty.
  [OK]          test_sequential_safe              2   fifo.
  [OK]          test_sequential_safe              3   fifo_peek_opt.
  [OK]          one_cons_one_prod_safe            0   parallel_fifo.
  [OK]          one_cons_one_prod_safe            1   parallel_peek.
  [OK]          two_domains_safe                  0   parallel_pop_opt_push.
  [OK]          two_domains_safe                  1   parallel_pop_opt_push_r...
  [OK]          test_sequential_unsafe            0   push.
  [OK]          test_sequential_unsafe            1   push_pop_opt_until_empty.
  [OK]          test_sequential_unsafe            2   fifo.
  [OK]          test_sequential_unsafe            3   fifo_peek_opt.
  [OK]          one_cons_one_prod_unsafe          0   parallel_fifo.
  [OK]          one_cons_one_prod_unsafe          1   parallel_peek.
  [OK]          two_domains_unsafe                0   parallel_pop_opt_push.
  [OK]          two_domains_unsafe                1   parallel_pop_opt_push_r...

Full test results in `~/src/_build/default/test/michael_scott_queue/_build/_tests/Michael_scott_queue'.
Test Successful in 0.158s. 16 tests run.
(cd _build/default/bench && ./main.exe -brief)
Saturn Relaxed_queue:
  time per message/1 adder, 1 taker (spin):
    113.91 ns
  messages over time/1 adder, 1 taker (spin):
    17.56 M/s
  time per message/1 adder, 2 takers (spin):
    206.63 ns
  messages over time/1 adder, 2 takers (spin):
    14.52 M/s
  time per message/2 adders, 1 taker (spin):
    198.93 ns
  messages over time/2 adders, 1 taker (spin):
    15.08 M/s
  time per message/2 adders, 2 takers (spin):
    318.83 ns
  messages over time/2 adders, 2 takers (spin):
    12.55 M/s
  time per message/1 adder, 1 taker (not lf):
    104.20 ns
  messages over time/1 adder, 1 taker (not lf):
    19.19 M/s
  time per message/1 adder, 2 takers (not lf):
    215.09 ns
  messages over time/1 adder, 2 takers (not lf):
    13.95 M/s
  time per message/2 adders, 1 taker (not lf):
    188.44 ns
  messages over time/2 adders, 1 taker (not lf):
    15.92 M/s
  time per message/2 adders, 2 takers (not lf):
    267.78 ns
  messages over time/2 adders, 2 takers (not lf):
    14.94 M/s
  time per message/1 adder, 1 taker (cas):
    95.91 ns
  messages over time/1 adder, 1 taker (cas):
    20.85 M/s
  time per message/1 adder, 2 takers (cas):
    180.71 ns
  messages over time/1 adder, 2 takers (cas):
    16.60 M/s
  time per message/2 adders, 1 taker (cas):
    240.35 ns
  messages over time/2 adders, 1 taker (cas):
    12.48 M/s
  time per message/2 adders, 2 takers (cas):
    327.94 ns
  messages over time/2 adders, 2 takers (cas):
    12.20 M/s
Saturn_lockfree Queue:
  time per message/one domain:
    82.57 ns
  messages over time/one domain:
    12.11 M/s
  time per message/1 nb adder, 1 nb taker:
    98.44 ns
  messages over time/1 nb adder, 1 nb taker:
    20.32 M/s
  time per message/1 nb adder, 2 nb takers:
    163.71 ns
  messages over time/1 nb adder, 2 nb takers:
    18.33 M/s
  time per message/2 nb adders, 1 nb taker:
    57.50 ns
  messages over time/2 nb adders, 1 nb taker:
    52.17 M/s
  time per message/2 nb adders, 2 nb takers:
    124.44 ns
  messages over time/2 nb adders, 2 nb takers:
    32.14 M/s
Saturn_lockfree Single_prod_single_cons_queue:
  time per message/2 workers, capacity 1:
    62470.63 ns
  time per message/2 workers, capacity 1 (unsafe):
    58378.62 ns
  messages over time/2 workers, capacity 1:
    0.03 M/s
  messages over time/2 workers, capacity 1 (unsafe):
    0.03 M/s
  time per message/2 workers, capacity 8:
    9537.09 ns
  time per message/2 workers, capacity 8 (unsafe):
    6827.37 ns
  messages over time/2 workers, capacity 8:
    0.21 M/s
  messages over time/2 workers, capacity 8 (unsafe):
    0.29 M/s
  time per message/2 workers, capacity 64:
    1158.74 ns
  time per message/2 workers, capacity 64 (unsafe):
    783.43 ns
  messages over time/2 workers, capacity 64:
    1.73 M/s
  messages over time/2 workers, capacity 64 (unsafe):
    2.55 M/s
  time per message/2 workers, capacity 512:
    202.65 ns
  time per message/2 workers, capacity 512 (unsafe):
    96.91 ns
  messages over time/2 workers, capacity 512:
    9.87 M/s
  messages over time/2 workers, capacity 512 (unsafe):
    20.64 M/s
  time per message/2 workers, capacity 4096:
    64.65 ns
  time per message/2 workers, capacity 4096 (unsafe):
    43.73 ns
  messages over time/2 workers, capacity 4096:
    30.98 M/s
  messages over time/2 workers, capacity 4096 (unsafe):
    45.74 M/s
  time per message/2 workers, capacity 32768:
    45.38 ns
  time per message/2 workers, capacity 32768 (unsafe):
    35.36 ns
  messages over time/2 workers, capacity 32768:
    44.07 M/s
  messages over time/2 workers, capacity 32768 (unsafe):
    56.60 M/s
Saturn_lockfree Size:
  time per operation/1 worker:
    13.97 ns
  operations over time/1 worker:
    71.59 M/s
  time per operation/2 workers:
    23.34 ns
  operations over time/2 workers:
    85.69 M/s
  time per operation/4 workers:
    40.50 ns
  operations over time/4 workers:
    101.52 M/s
Saturn_lockfree Skiplist:
  time per operation/1 workers, 10% mem 45% add 45% rem:
    379.34 ns
  operations over time/1 workers, 10% mem 45% add 45% rem:
    2.64 M/s
  time per operation/2 workers, 10% mem 45% add 45% rem:
    848.37 ns
  operations over time/2 workers, 10% mem 45% add 45% rem:
    2.36 M/s
  time per operation/4 workers, 10% mem 45% add 45% rem:
    1687.29 ns
  operations over time/4 workers, 10% mem 45% add 45% rem:
    2.37 M/s
  time per operation/1 workers, 50% mem 25% add 25% rem:
    365.88 ns
  operations over time/1 workers, 50% mem 25% add 25% rem:
    2.73 M/s
  time per operation/2 workers, 50% mem 25% add 25% rem:
    847.88 ns
  operations over time/2 workers, 50% mem 25% add 25% rem:
    2.36 M/s
  time per operation/4 workers, 50% mem 25% add 25% rem:
    1430.06 ns
  operations over time/4 workers, 50% mem 25% add 25% rem:
    2.80 M/s
  time per operation/1 workers, 90% mem 5% add 5% rem:
    267.75 ns
  operations over time/1 workers, 90% mem 5% add 5% rem:
    3.73 M/s
  time per operation/2 workers, 90% mem 5% add 5% rem:
    1684.26 ns
  operations over time/2 workers, 90% mem 5% add 5% rem:
    1.19 M/s
  time per operation/4 workers, 90% mem 5% add 5% rem:
    1179.12 ns
  operations over time/4 workers, 90% mem 5% add 5% rem:
    3.39 M/s
Saturn_lockfree Stack:
  time per message/one domain:
    83.27 ns
  messages over time/one domain:
    12.01 M/s
  time per message/1 adder, 1 taker:
    27.87 ns
  messages over time/1 adder, 1 taker:
    71.77 M/s
  time per message/1 adder, 2 takers:
    56.92 ns
  messages over time/1 adder, 2 takers:
    52.71 M/s
  time per message/2 adders, 1 taker:
    47.81 ns
  messages over time/2 adders, 1 taker:
    62.75 M/s
  time per message/2 adders, 2 takers:
    89.99 ns
  messages over time/2 adders, 2 takers:
    44.47 M/s
Saturn_lockfree Work_stealing_deque:
  time per spawn/1 worker:
    34.26 ns
  spawns over time/1 worker:
    29.19 M/s
  time per spawn/2 workers:
    125.41 ns
  spawns over time/2 workers:
    15.95 M/s
  time per spawn/4 workers:
    200.68 ns
  spawns over time/4 workers:
    19.93 M/s
  time per spawn/8 workers:
    251.88 ns
  spawns over time/8 workers:
    31.76 M/s
  time per message/1 adder, 1 taker:
    36.04 ns
  messages over time/1 adder, 1 taker:
    55.49 M/s
  time per message/1 adder, 2 takers:
    63.88 ns
  messages over time/1 adder, 2 takers:
    46.96 M/s
  time per message/1 adder, 4 takers:
    103.88 ns
  messages over time/1 adder, 4 takers:
    48.13 M/s
  time per message/one domain (FIFO):
    40.92 ns
  messages over time/one domain (FIFO):
    24.44 M/s
  time per message/one domain (LIFO):
    32.62 ns
  messages over time/one domain (LIFO):
    30.70 M/s
(cd _build/default/test/treiber_stack && ./stm_treiber_stack.exe)

random seed: 389834965
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.Treiber_stack sequential
[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.Treiber_stack sequential (generating)
[]  500    0    0  500 /  500     0.0s Saturn_lockfree.Treiber_stack sequential

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    5    0    0    5 /  500     0.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   11    0    0   11 /  500     0.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   17    0    0   17 /  500     0.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   24    0    0   24 /  500     0.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   29    0    0   29 /  500     0.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   34    0    0   34 /  500     0.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   39    0    0   39 /  500     0.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   43    0    0   43 /  500     0.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   50    0    0   50 /  500     1.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   53    0    0   53 /  500     1.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   57    0    0   57 /  500     1.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   62    0    0   62 /  500     1.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   65    0    0   65 /  500     1.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   71    0    0   71 /  500     1.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   76    0    0   76 /  500     1.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   79    0    0   79 /  500     1.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   80    0    0   80 /  500     2.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   84    0    0   84 /  500     2.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   89    0    0   89 /  500     2.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   92    0    0   92 /  500     2.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   97    0    0   97 /  500     2.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  103    0    0  103 /  500     2.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  108    0    0  108 /  500     2.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  113    0    0  113 /  500     3.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  116    0    0  116 /  500     3.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  121    0    0  121 /  500     3.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  123    0    0  123 /  500     3.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  126    0    0  126 /  500     3.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  130    0    0  130 /  500     3.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  136    0    0  136 /  500     3.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  139    0    0  139 /  500     3.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  144    0    0  144 /  500     3.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  150    0    0  150 /  500     4.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  154    0    0  154 /  500     4.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  163    0    0  163 /  500     4.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  175    0    0  175 /  500     4.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  179    0    0  179 /  500     4.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  183    0    0  183 /  500     4.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  187    0    0  187 /  500     4.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  189    0    0  189 /  500     4.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  195    0    0  195 /  500     4.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  199    0    0  199 /  500     5.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  205    0    0  205 /  500     5.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  206    0    0  206 /  500     5.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  211    0    0  211 /  500     5.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  214    0    0  214 /  500     5.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  219    0    0  219 /  500     5.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  224    0    0  224 /  500     5.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  228    0    0  228 /  500     6.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  232    0    0  232 /  500     6.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  237    0    0  237 /  500     6.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  242    0    0  242 /  500     6.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  248    0    0  248 /  500     6.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  253    0    0  253 /  500     6.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  257    0    0  257 /  500     6.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  260    0    0  260 /  500     6.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  262    0    0  262 /  500     7.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  267    0    0  267 /  500     7.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  272    0    0  272 /  500     7.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  277    0    0  277 /  500     7.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  282    0    0  282 /  500     7.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  286    0    0  286 /  500     7.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  291    0    0  291 /  500     7.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  295    0    0  295 /  500     7.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  300    0    0  300 /  500     7.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  305    0    0  305 /  500     8.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  310    0    0  310 /  500     8.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  314    0    0  314 /  500     8.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  318    0    0  318 /  500     8.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  322    0    0  322 /  500     8.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  327    0    0  327 /  500     8.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  332    0    0  332 /  500     8.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  338    0    0  338 /  500     8.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  349    0    0  349 /  500     9.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  352    0    0  352 /  500     9.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  356    0    0  356 /  500     9.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  361    0    0  361 /  500     9.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  364    0    0  364 /  500     9.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  368    0    0  368 /  500     9.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  373    0    0  373 /  500     9.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  378    0    0  378 /  500    10.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  381    0    0  381 /  500    10.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  383    0    0  383 /  500    10.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  388    0    0  388 /  500    10.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  394    0    0  394 /  500    10.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  399    0    0  399 /  500    10.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  405    0    0  405 /  500    10.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  409    0    0  409 /  500    10.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  415    0    0  415 /  500    10.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  420    0    0  420 /  500    11.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  427    0    0  427 /  500    11.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  431    0    0  431 /  500    11.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  435    0    0  435 /  500    11.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  436    0    0  436 /  500    11.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  440    0    0  440 /  500    11.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  443    0    0  443 /  500    11.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  444    0    0  444 /  500    12.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  448    0    0  448 /  500    12.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  453    0    0  453 /  500    12.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  458    0    0  458 /  500    12.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  462    0    0  462 /  500    12.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  468    0    0  468 /  500    12.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  469    0    0  469 /  500    12.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  472    0    0  472 /  500    12.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  476    0    0  476 /  500    12.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  482    0    0  482 /  500    13.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  488    0    0  488 /  500    13.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  493    0    0  493 /  500    13.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  498    0    0  498 /  500    13.4s Saturn_lockfree.Treiber_stack concurrent
[]  500    0    0  500 /  500    13.4s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/ws_deque && ./test_ws_deque.exe)
test_exit: ok
test_push_and_pop: ok
test_push_and_steal: ok
test_concurrent_workload: ok (pushed = 100000, popped = 100000, stolen = 0)
(cd _build/default/test/michael_scott_queue && ./stm_michael_scott_queue.exe)

random seed: 264681843
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.michael_scott_queue_safe sequential (generating)
[]  500    0    0  500 /  500     0.0s Saturn_lockfree.michael_scott_queue_safe sequential

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    4    0    0    4 /  500     0.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    5    0    0    5 /  500     0.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    6    0    0    6 /  500     0.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    7    0    0    7 /  500     0.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   10    0    0   10 /  500     0.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   11    0    0   11 /  500     0.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   15    0    0   15 /  500     1.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   19    0    0   19 /  500     1.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   23    0    0   23 /  500     1.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   28    0    0   28 /  500     1.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   30    0    0   30 /  500     1.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   33    0    0   33 /  500     1.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   35    0    0   35 /  500     1.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   39    0    0   39 /  500     1.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   41    0    0   41 /  500     2.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   43    0    0   43 /  500     2.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   47    0    0   47 /  500     2.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   49    0    0   49 /  500     2.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   54    0    0   54 /  500     2.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   57    0    0   57 /  500     2.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   61    0    0   61 /  500     2.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   66    0    0   66 /  500     3.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   71    0    0   71 /  500     3.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   75    0    0   75 /  500     3.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   79    0    0   79 /  500     3.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   84    0    0   84 /  500     4.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   86    0    0   86 /  500     4.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   89    0    0   89 /  500     4.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   93    0    0   93 /  500     4.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   98    0    0   98 /  500     4.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   99    0    0   99 /  500     5.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  103    0    0  103 /  500     5.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  106    0    0  106 /  500     5.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  111    0    0  111 /  500     5.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  115    0    0  115 /  500     5.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  119    0    0  119 /  500     6.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  122    0    0  122 /  500     6.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  126    0    0  126 /  500     6.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  129    0    0  129 /  500     6.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  133    0    0  133 /  500     6.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  136    0    0  136 /  500     7.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  139    0    0  139 /  500     7.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  144    0    0  144 /  500     7.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  145    0    0  145 /  500     7.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  150    0    0  150 /  500     7.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  159    0    0  159 /  500     7.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  161    0    0  161 /  500     7.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  167    0    0  167 /  500     8.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  170    0    0  170 /  500     8.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  175    0    0  175 /  500     8.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  176    0    0  176 /  500     8.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  178    0    0  178 /  500     8.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  182    0    0  182 /  500     8.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  185    0    0  185 /  500     8.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  192    0    0  192 /  500     8.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  196    0    0  196 /  500     9.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  202    0    0  202 /  500     9.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  207    0    0  207 /  500     9.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  211    0    0  211 /  500     9.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  217    0    0  217 /  500     9.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  222    0    0  222 /  500     9.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  225    0    0  225 /  500     9.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  228    0    0  228 /  500     9.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  232    0    0  232 /  500    10.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  235    0    0  235 /  500    10.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  239    0    0  239 /  500    10.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  242    0    0  242 /  500    10.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  247    0    0  247 /  500    10.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  253    0    0  253 /  500    10.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  257    0    0  257 /  500    10.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  261    0    0  261 /  500    10.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  267    0    0  267 /  500    11.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  271    0    0  271 /  500    11.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  276    0    0  276 /  500    11.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  281    0    0  281 /  500    11.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  286    0    0  286 /  500    11.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  292    0    0  292 /  500    11.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  298    0    0  298 /  500    11.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  303    0    0  303 /  500    12.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  309    0    0  309 /  500    12.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  312    0    0  312 /  500    12.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  317    0    0  317 /  500    12.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  321    0    0  321 /  500    12.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  325    0    0  325 /  500    12.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  331    0    0  331 /  500    12.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  338    0    0  338 /  500    12.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  345    0    0  345 /  500    13.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  349    0    0  349 /  500    13.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  356    0    0  356 /  500    13.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  362    0    0  362 /  500    13.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  369    0    0  369 /  500    13.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  373    0    0  373 /  500    13.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  378    0    0  378 /  500    13.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  385    0    0  385 /  500    13.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  394    0    0  394 /  500    14.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  401    0    0  401 /  500    14.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  404    0    0  404 /  500    14.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  408    0    0  408 /  500    14.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  418    0    0  418 /  500    14.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  427    0    0  427 /  500    14.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  429    0    0  429 /  500    14.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  435    0    0  435 /  500    14.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  440    0    0  440 /  500    15.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  448    0    0  448 /  500    15.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  456    0    0  456 /  500    15.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  459    0    0  459 /  500    15.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  461    0    0  461 /  500    15.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  473    0    0  473 /  500    15.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  484    0    0  484 /  500    15.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  491    0    0  491 /  500    16.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  499    0    0  499 /  500    16.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[]  500    0    0  500 /  500    16.2s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]  500    0    0  500 /  500     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    2    0    0    2 /  500     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    5    0    0    5 /  500     0.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    7    0    0    7 /  500     0.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   11    0    0   11 /  500     0.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   23    0    0   23 /  500     0.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   29    0    0   29 /  500     0.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   37    0    0   37 /  500     0.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   41    0    0   41 /  500     0.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   44    0    0   44 /  500     0.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   52    0    0   52 /  500     1.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   60    0    0   60 /  500     1.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   66    0    0   66 /  500     1.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   75    0    0   75 /  500     1.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   79    0    0   79 /  500     1.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   84    0    0   84 /  500     1.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   89    0    0   89 /  500     1.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   99    0    0   99 /  500     2.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  110    0    0  110 /  500     2.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  115    0    0  115 /  500     2.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  119    0    0  119 /  500     2.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  126    0    0  126 /  500     2.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  136    0    0  136 /  500     3.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  145    0    0  145 /  500     3.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  161    0    0  161 /  500     3.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  172    0    0  172 /  500     3.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  176    0    0  176 /  500     3.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  178    0    0  178 /  500     3.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  185    0    0  185 /  500     3.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  194    0    0  194 /  500     3.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  207    0    0  207 /  500     4.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  214    0    0  214 /  500     4.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  219    0    0  219 /  500     4.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  228    0    0  228 /  500     4.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  232    0    0  232 /  500     4.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  238    0    0  238 /  500     4.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  248    0    0  248 /  500     4.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  258    0    0  258 /  500     4.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  270    0    0  270 /  500     5.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  271    0    0  271 /  500     5.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  286    0    0  286 /  500     5.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  303    0    0  303 /  500     5.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  311    0    0  311 /  500     5.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  314    0    0  314 /  500     5.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  321    0    0  321 /  500     5.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  332    0    0  332 /  500     5.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  348    0    0  348 /  500     5.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  354    0    0  354 /  500     6.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  361    0    0  361 /  500     6.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  369    0    0  369 /  500     6.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  373    0    0  373 /  500     6.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  380    0    0  380 /  500     6.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  394    0    0  394 /  500     6.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  404    0    0  404 /  500     6.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  410    0    0  410 /  500     6.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  420    0    0  420 /  500     7.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  428    0    0  428 /  500     7.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  431    0    0  431 /  500     7.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  435    0    0  435 /  500     7.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  439    0    0  439 /  500     7.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  448    0    0  448 /  500     7.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  456    0    0  456 /  500     7.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  459    0    0  459 /  500     8.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  461    0    0  461 /  500     8.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  474    0    0  474 /  500     8.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  484    0    0  484 /  500     8.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  491    0    0  491 /  500     8.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  498    0    0  498 /  500     8.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[]  500    0    0  500 /  500     8.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/size && ./stm_size.exe)

random seed: 462255276
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Size sequential
[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Size sequential (generating)
[] 1000    0    0 1000 / 1000     0.0s Saturn_lockfree.Size sequential

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Size concurrent
[ ]    4    0    0    4 / 1000     0.1s Saturn_lockfree.Size concurrent
[ ]    6    0    0    6 / 1000     0.4s Saturn_lockfree.Size concurrent
[ ]   11    0    0   11 / 1000     0.6s Saturn_lockfree.Size concurrent
[ ]   13    0    0   13 / 1000     0.7s Saturn_lockfree.Size concurrent
[ ]   18    0    0   18 / 1000     0.8s Saturn_lockfree.Size concurrent
[ ]   23    0    0   23 / 1000     1.0s Saturn_lockfree.Size concurrent
[ ]   24    0    0   24 / 1000     1.3s Saturn_lockfree.Size concurrent
[ ]   29    0    0   29 / 1000     1.4s Saturn_lockfree.Size concurrent
[ ]   32    0    0   32 / 1000     1.5s Saturn_lockfree.Size concurrent
[ ]   33    0    0   33 / 1000     1.9s Saturn_lockfree.Size concurrent
[ ]   37    0    0   37 / 1000     2.2s Saturn_lockfree.Size concurrent
[ ]   43    0    0   43 / 1000     2.3s Saturn_lockfree.Size concurrent
[ ]   48    0    0   48 / 1000     2.5s Saturn_lockfree.Size concurrent
[ ]   53    0    0   53 / 1000     2.6s Saturn_lockfree.Size concurrent
[ ]   60    0    0   60 / 1000     2.7s Saturn_lockfree.Size concurrent
[ ]   64    0    0   64 / 1000     2.8s Saturn_lockfree.Size concurrent
[ ]   67    0    0   67 / 1000     2.9s Saturn_lockfree.Size concurrent
[ ]   73    0    0   73 / 1000     3.0s Saturn_lockfree.Size concurrent
[ ]   79    0    0   79 / 1000     3.2s Saturn_lockfree.Size concurrent
[ ]   81    0    0   81 / 1000     3.3s Saturn_lockfree.Size concurrent
[ ]   88    0    0   88 / 1000     3.4s Saturn_lockfree.Size concurrent
[ ]   89    0    0   89 / 1000     3.6s Saturn_lockfree.Size concurrent
[ ]   92    0    0   92 / 1000     3.7s Saturn_lockfree.Size concurrent
[ ]   95    0    0   95 / 1000     4.5s Saturn_lockfree.Size concurrent
[ ]   96    0    0   96 / 1000     4.7s Saturn_lockfree.Size concurrent
[ ]   98    0    0   98 / 1000     4.8s Saturn_lockfree.Size concurrent
[ ]  102    0    0  102 / 1000     5.1s Saturn_lockfree.Size concurrent
[ ]  106    0    0  106 / 1000     5.2s Saturn_lockfree.Size concurrent
[ ]  110    0    0  110 / 1000     5.3s Saturn_lockfree.Size concurrent
[ ]  115    0    0  115 / 1000     5.4s Saturn_lockfree.Size concurrent
[ ]  121    0    0  121 / 1000     5.6s Saturn_lockfree.Size concurrent
[ ]  123    0    0  123 / 1000     5.8s Saturn_lockfree.Size concurrent
[ ]  124    0    0  124 / 1000     6.3s Saturn_lockfree.Size concurrent
[ ]  126    0    0  126 / 1000     6.6s Saturn_lockfree.Size concurrent
[ ]  127    0    0  127 / 1000     6.8s Saturn_lockfree.Size concurrent
[ ]  132    0    0  132 / 1000     6.9s Saturn_lockfree.Size concurrent
[ ]  137    0    0  137 / 1000     7.0s Saturn_lockfree.Size concurrent
[ ]  142    0    0  142 / 1000     7.1s Saturn_lockfree.Size concurrent
[ ]  146    0    0  146 / 1000     7.2s Saturn_lockfree.Size concurrent
[ ]  151    0    0  151 / 1000     7.5s Saturn_lockfree.Size concurrent
[ ]  155    0    0  155 / 1000     7.7s Saturn_lockfree.Size concurrent
[ ]  157    0    0  157 / 1000     8.0s Saturn_lockfree.Size concurrent
[ ]  159    0    0  159 / 1000     8.1s Saturn_lockfree.Size concurrent
[ ]  165    0    0  165 / 1000     8.2s Saturn_lockfree.Size concurrent
[ ]  170    0    0  170 / 1000     8.3s Saturn_lockfree.Size concurrent
[ ]  174    0    0  174 / 1000     8.5s Saturn_lockfree.Size concurrent
[ ]  178    0    0  178 / 1000     8.6s Saturn_lockfree.Size concurrent
[ ]  179    0    0  179 / 1000     8.7s Saturn_lockfree.Size concurrent
[ ]  180    0    0  180 / 1000     8.9s Saturn_lockfree.Size concurrent
[ ]  184    0    0  184 / 1000     9.0s Saturn_lockfree.Size concurrent
[ ]  186    0    0  186 / 1000     9.4s Saturn_lockfree.Size concurrent
[ ]  190    0    0  190 / 1000     9.5s Saturn_lockfree.Size concurrent
[ ]  191    0    0  191 / 1000     9.6s Saturn_lockfree.Size concurrent
[ ]  193    0    0  193 / 1000     9.9s Saturn_lockfree.Size concurrent
[ ]  194    0    0  194 / 1000    10.1s Saturn_lockfree.Size concurrent
[ ]  195    0    0  195 / 1000    10.2s Saturn_lockfree.Size concurrent
[ ]  199    0    0  199 / 1000    10.4s Saturn_lockfree.Size concurrent
[ ]  204    0    0  204 / 1000    10.5s Saturn_lockfree.Size concurrent
[ ]  208    0    0  208 / 1000    10.6s Saturn_lockfree.Size concurrent
[ ]  212    0    0  212 / 1000    10.7s Saturn_lockfree.Size concurrent
[ ]  213    0    0  213 / 1000    11.0s Saturn_lockfree.Size concurrent
[ ]  217    0    0  217 / 1000    11.1s Saturn_lockfree.Size concurrent
[ ]  222    0    0  222 / 1000    11.2s Saturn_lockfree.Size concurrent
[ ]  225    0    0  225 / 1000    11.3s Saturn_lockfree.Size concurrent
[ ]  230    0    0  230 / 1000    11.4s Saturn_lockfree.Size concurrent
[ ]  235    0    0  235 / 1000    11.5s Saturn_lockfree.Size concurrent
[ ]  241    0    0  241 / 1000    11.7s Saturn_lockfree.Size concurrent
[ ]  242    0    0  242 / 1000    12.0s Saturn_lockfree.Size concurrent
[ ]  246    0    0  246 / 1000    12.4s Saturn_lockfree.Size concurrent
[ ]  247    0    0  247 / 1000    12.5s Saturn_lockfree.Size concurrent
[ ]  251    0    0  251 / 1000    12.6s Saturn_lockfree.Size concurrent
[ ]  256    0    0  256 / 1000    12.8s Saturn_lockfree.Size concurrent
[ ]  261    0    0  261 / 1000    12.9s Saturn_lockfree.Size concurrent
[ ]  265    0    0  265 / 1000    13.0s Saturn_lockfree.Size concurrent
[ ]  269    0    0  269 / 1000    13.1s Saturn_lockfree.Size concurrent
[ ]  273    0    0  273 / 1000    13.2s Saturn_lockfree.Size concurrent
[ ]  275    0    0  275 / 1000    13.5s Saturn_lockfree.Size concurrent
[ ]  278    0    0  278 / 1000    13.6s Saturn_lockfree.Size concurrent
[ ]  284    0    0  284 / 1000    13.7s Saturn_lockfree.Size concurrent
[ ]  288    0    0  288 / 1000    14.0s Saturn_lockfree.Size concurrent
[ ]  291    0    0  291 / 1000    14.1s Saturn_lockfree.Size concurrent
[ ]  293    0    0  293 / 1000    14.2s Saturn_lockfree.Size concurrent
[ ]  298    0    0  298 / 1000    14.3s Saturn_lockfree.Size concurrent
[ ]  301    0    0  301 / 1000    14.6s Saturn_lockfree.Size concurrent
[ ]  305    0    0  305 / 1000    14.7s Saturn_lockfree.Size concurrent
[ ]  309    0    0  309 / 1000    14.8s Saturn_lockfree.Size concurrent
[ ]  314    0    0  314 / 1000    14.9s Saturn_lockfree.Size concurrent
[ ]  319    0    0  319 / 1000    15.1s Saturn_lockfree.Size concurrent
[ ]  321    0    0  321 / 1000    15.3s Saturn_lockfree.Size concurrent
[ ]  332    0    0  332 / 1000    15.4s Saturn_lockfree.Size concurrent
[ ]  338    0    0  338 / 1000    15.5s Saturn_lockfree.Size concurrent
[ ]  341    0    0  341 / 1000    15.6s Saturn_lockfree.Size concurrent
[ ]  345    0    0  345 / 1000    15.8s Saturn_lockfree.Size concurrent
[ ]  346    0    0  346 / 1000    15.9s Saturn_lockfree.Size concurrent
[ ]  350    0    0  350 / 1000    16.1s Saturn_lockfree.Size concurrent
[ ]  359    0    0  359 / 1000    16.2s Saturn_lockfree.Size concurrent
[ ]  368    0    0  368 / 1000    16.4s Saturn_lockfree.Size concurrent
[ ]  372    0    0  372 / 1000    16.5s Saturn_lockfree.Size concurrent
[ ]  381    0    0  381 / 1000    16.6s Saturn_lockfree.Size concurrent
[ ]  388    0    0  388 / 1000    16.8s Saturn_lockfree.Size concurrent
[ ]  389    0    0  389 / 1000    16.9s Saturn_lockfree.Size concurrent
[ ]  393    0    0  393 / 1000    17.1s Saturn_lockfree.Size concurrent
[ ]  394    0    0  394 / 1000    17.3s Saturn_lockfree.Size concurrent
[ ]  399    0    0  399 / 1000    17.4s Saturn_lockfree.Size concurrent
[ ]  412    0    0  412 / 1000    17.8s Saturn_lockfree.Size concurrent
[ ]  426    0    0  426 / 1000    18.0s Saturn_lockfree.Size concurrent
[ ]  437    0    0  437 / 1000    18.1s Saturn_lockfree.Size concurrent
[ ]  441    0    0  441 / 1000    18.2s Saturn_lockfree.Size concurrent
[ ]  451    0    0  451 / 1000    18.4s Saturn_lockfree.Size concurrent
[ ]  461    0    0  461 / 1000    18.5s Saturn_lockfree.Size concurrent
[ ]  471    0    0  471 / 1000    18.6s Saturn_lockfree.Size concurrent
[ ]  478    0    0  478 / 1000    18.8s Saturn_lockfree.Size concurrent
[ ]  484    0    0  484 / 1000    19.0s Saturn_lockfree.Size concurrent
[ ]  491    0    0  491 / 1000    19.3s Saturn_lockfree.Size concurrent
[ ]  503    0    0  503 / 1000    19.6s Saturn_lockfree.Size concurrent
[ ]  506    0    0  506 / 1000    19.7s Saturn_lockfree.Size concurrent
[ ]  510    0    0  510 / 1000    19.8s Saturn_lockfree.Size concurrent
[ ]  512    0    0  512 / 1000    19.9s Saturn_lockfree.Size concurrent
[ ]  525    0    0  525 / 1000    20.1s Saturn_lockfree.Size concurrent
[ ]  530    0    0  530 / 1000    20.2s Saturn_lockfree.Size concurrent
[ ]  534    0    0  534 / 1000    20.3s Saturn_lockfree.Size concurrent
[ ]  540    0    0  540 / 1000    20.4s Saturn_lockfree.Size concurrent
[ ]  544    0    0  544 / 1000    20.5s Saturn_lockfree.Size concurrent
[ ]  548    0    0  548 / 1000    20.7s Saturn_lockfree.Size concurrent
[ ]  549    0    0  549 / 1000    21.0s Saturn_lockfree.Size concurrent
[ ]  561    0    0  561 / 1000    21.1s Saturn_lockfree.Size concurrent
[ ]  576    0    0  576 / 1000    21.3s Saturn_lockfree.Size concurrent
[ ]  582    0    0  582 / 1000    21.4s Saturn_lockfree.Size concurrent
[ ]  592    0    0  592 / 1000    21.5s Saturn_lockfree.Size concurrent
[ ]  598    0    0  598 / 1000    21.6s Saturn_lockfree.Size concurrent
[ ]  601    0    0  601 / 1000    21.7s Saturn_lockfree.Size concurrent
[ ]  613    0    0  613 / 1000    21.8s Saturn_lockfree.Size concurrent
[ ]  625    0    0  625 / 1000    22.0s Saturn_lockfree.Size concurrent
[ ]  637    0    0  637 / 1000    22.2s Saturn_lockfree.Size concurrent
[ ]  640    0    0  640 / 1000    22.3s Saturn_lockfree.Size concurrent
[ ]  644    0    0  644 / 1000    22.4s Saturn_lockfree.Size concurrent
[ ]  651    0    0  651 / 1000    22.5s Saturn_lockfree.Size concurrent
[ ]  660    0    0  660 / 1000    22.6s Saturn_lockfree.Size concurrent
[ ]  662    0    0  662 / 1000    22.7s Saturn_lockfree.Size concurrent
[ ]  667    0    0  667 / 1000    22.8s Saturn_lockfree.Size concurrent
[ ]  673    0    0  673 / 1000    23.1s Saturn_lockfree.Size concurrent
[ ]  681    0    0  681 / 1000    23.4s Saturn_lockfree.Size concurrent
[ ]  688    0    0  688 / 1000    23.5s Saturn_lockfree.Size concurrent
[ ]  691    0    0  691 / 1000    23.6s Saturn_lockfree.Size concurrent
[ ]  701    0    0  701 / 1000    23.7s Saturn_lockfree.Size concurrent
[ ]  706    0    0  706 / 1000    23.8s Saturn_lockfree.Size concurrent
[ ]  718    0    0  718 / 1000    24.1s Saturn_lockfree.Size concurrent
[ ]  723    0    0  723 / 1000    24.2s Saturn_lockfree.Size concurrent
[ ]  737    0    0  737 / 1000    24.3s Saturn_lockfree.Size concurrent
[ ]  744    0    0  744 / 1000    24.4s Saturn_lockfree.Size concurrent
[ ]  755    0    0  755 / 1000    24.7s Saturn_lockfree.Size concurrent
[ ]  760    0    0  760 / 1000    24.8s Saturn_lockfree.Size concurrent
[ ]  767    0    0  767 / 1000    25.0s Saturn_lockfree.Size concurrent
[ ]  774    0    0  774 / 1000    25.1s Saturn_lockfree.Size concurrent
[ ]  785    0    0  785 / 1000    25.2s Saturn_lockfree.Size concurrent
[ ]  788    0    0  788 / 1000    25.4s Saturn_lockfree.Size concurrent
[ ]  799    0    0  799 / 1000    25.5s Saturn_lockfree.Size concurrent
[ ]  807    0    0  807 / 1000    25.7s Saturn_lockfree.Size concurrent
[ ]  809    0    0  809 / 1000    25.8s Saturn_lockfree.Size concurrent
[ ]  812    0    0  812 / 1000    26.1s Saturn_lockfree.Size concurrent
[ ]  819    0    0  819 / 1000    26.2s Saturn_lockfree.Size concurrent
[ ]  824    0    0  824 / 1000    26.3s Saturn_lockfree.Size concurrent
[ ]  832    0    0  832 / 1000    26.4s Saturn_lockfree.Size concurrent
[ ]  834    0    0  834 / 1000    26.5s Saturn_lockfree.Size concurrent
[ ]  842    0    0  842 / 1000    26.6s Saturn_lockfree.Size concurrent
[ ]  853    0    0  853 / 1000    26.9s Saturn_lockfree.Size concurrent
[ ]  863    0    0  863 / 1000    27.1s Saturn_lockfree.Size concurrent
[ ]  879    0    0  879 / 1000    27.2s Saturn_lockfree.Size concurrent
[ ]  882    0    0  882 / 1000    27.3s Saturn_lockfree.Size concurrent
[ ]  891    0    0  891 / 1000    27.5s Saturn_lockfree.Size concurrent
[ ]  892    0    0  892 / 1000    27.6s Saturn_lockfree.Size concurrent
[ ]  902    0    0  902 / 1000    27.7s Saturn_lockfree.Size concurrent
[ ]  912    0    0  912 / 1000    27.8s Saturn_lockfree.Size concurrent
[ ]  921    0    0  921 / 1000    28.1s Saturn_lockfree.Size concurrent
[ ]  930    0    0  930 / 1000    28.2s Saturn_lockfree.Size concurrent
[ ]  941    0    0  941 / 1000    28.3s Saturn_lockfree.Size concurrent
[ ]  946    0    0  946 / 1000    28.4s Saturn_lockfree.Size concurrent
[ ]  947    0    0  947 / 1000    28.5s Saturn_lockfree.Size concurrent
[ ]  957    0    0  957 / 1000    28.6s Saturn_lockfree.Size concurrent
[ ]  965    0    0  965 / 1000    28.7s Saturn_lockfree.Size concurrent
[ ]  971    0    0  971 / 1000    28.9s Saturn_lockfree.Size concurrent
[ ]  981    0    0  981 / 1000    29.0s Saturn_lockfree.Size concurrent
[ ]  988    0    0  988 / 1000    29.1s Saturn_lockfree.Size concurrent
[ ] 1000    0    0 1000 / 1000    29.3s Saturn_lockfree.Size concurrent
[] 1000    0    0 1000 / 1000    29.3s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/skiplist && ./stm_skiplist.exe)

random seed: 370757116
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Lockfree.Skiplist sequential
[ ]    0    0    0    0 / 1000     0.0s Lockfree.Skiplist sequential (generating)
[] 1000    0    0 1000 / 1000     0.0s Lockfree.Skiplist sequential

[ ]    0    0    0    0 / 1000     0.0s Lockfree.Skiplist concurrent
[ ]    4    0    0    4 / 1000     0.1s Lockfree.Skiplist concurrent
[ ]   10    0    0   10 / 1000     0.5s Lockfree.Skiplist concurrent
[ ]   14    0    0   14 / 1000     0.6s Lockfree.Skiplist concurrent
[ ]   18    0    0   18 / 1000     0.7s Lockfree.Skiplist concurrent
[ ]   23    0    0   23 / 1000     0.8s Lockfree.Skiplist concurrent
[ ]   26    0    0   26 / 1000     1.0s Lockfree.Skiplist concurrent
[ ]   31    0    0   31 / 1000     1.1s Lockfree.Skiplist concurrent
[ ]   36    0    0   36 / 1000     1.2s Lockfree.Skiplist concurrent
[ ]   41    0    0   41 / 1000     1.3s Lockfree.Skiplist concurrent
[ ]   46    0    0   46 / 1000     1.4s Lockfree.Skiplist concurrent
[ ]   50    0    0   50 / 1000     1.5s Lockfree.Skiplist concurrent
[ ]   54    0    0   54 / 1000     1.7s Lockfree.Skiplist concurrent
[ ]   57    0    0   57 / 1000     1.8s Lockfree.Skiplist concurrent
[ ]   64    0    0   64 / 1000     1.9s Lockfree.Skiplist concurrent
[ ]   70    0    0   70 / 1000     2.1s Lockfree.Skiplist concurrent
[ ]   75    0    0   75 / 1000     2.2s Lockfree.Skiplist concurrent
[ ]   79    0    0   79 / 1000     2.4s Lockfree.Skiplist concurrent
[ ]   84    0    0   84 / 1000     2.5s Lockfree.Skiplist concurrent
[ ]   86    0    0   86 / 1000     3.2s Lockfree.Skiplist concurrent
[ ]   87    0    0   87 / 1000     3.4s Lockfree.Skiplist concurrent
[ ]   90    0    0   90 / 1000     3.5s Lockfree.Skiplist concurrent
[ ]   94    0    0   94 / 1000     3.8s Lockfree.Skiplist concurrent
[ ]   96    0    0   96 / 1000     4.1s Lockfree.Skiplist concurrent
[ ]  101    0    0  101 / 1000     4.4s Lockfree.Skiplist concurrent
[ ]  108    0    0  108 / 1000     4.5s Lockfree.Skiplist concurrent
[ ]  109    0    0  109 / 1000     4.7s Lockfree.Skiplist concurrent
[ ]  112    0    0  112 / 1000     5.0s Lockfree.Skiplist concurrent
[ ]  116    0    0  116 / 1000     5.1s Lockfree.Skiplist concurrent
[ ]  118    0    0  118 / 1000     5.3s Lockfree.Skiplist concurrent
[ ]  122    0    0  122 / 1000     5.4s Lockfree.Skiplist concurrent
[ ]  123    0    0  123 / 1000     5.7s Lockfree.Skiplist concurrent
[ ]  128    0    0  128 / 1000     5.8s Lockfree.Skiplist concurrent
[ ]  129    0    0  129 / 1000     6.2s Lockfree.Skiplist concurrent
[ ]  131    0    0  131 / 1000     6.4s Lockfree.Skiplist concurrent
[ ]  135    0    0  135 / 1000     6.5s Lockfree.Skiplist concurrent
[ ]  139    0    0  139 / 1000     6.6s Lockfree.Skiplist concurrent
[ ]  142    0    0  142 / 1000     6.8s Lockfree.Skiplist concurrent
[ ]  147    0    0  147 / 1000     7.1s Lockfree.Skiplist concurrent
[ ]  151    0    0  151 / 1000     7.2s Lockfree.Skiplist concurrent
[ ]  155    0    0  155 / 1000     7.4s Lockfree.Skiplist concurrent
[ ]  159    0    0  159 / 1000     7.5s Lockfree.Skiplist concurrent
[ ]  164    0    0  164 / 1000     7.6s Lockfree.Skiplist concurrent
[ ]  165    0    0  165 / 1000     7.7s Lockfree.Skiplist concurrent
[ ]  166    0    0  166 / 1000     7.9s Lockfree.Skiplist concurrent
[ ]  168    0    0  168 / 1000     8.0s Lockfree.Skiplist concurrent
[ ]  172    0    0  172 / 1000     8.4s Lockfree.Skiplist concurrent
[ ]  174    0    0  174 / 1000     8.5s Lockfree.Skiplist concurrent
[ ]  180    0    0  180 / 1000     8.6s Lockfree.Skiplist concurrent
[ ]  186    0    0  186 / 1000     8.7s Lockfree.Skiplist concurrent
[ ]  191    0    0  191 / 1000     8.8s Lockfree.Skiplist concurrent
[ ]  196    0    0  196 / 1000     9.0s Lockfree.Skiplist concurrent
[ ]  201    0    0  201 / 1000     9.1s Lockfree.Skiplist concurrent
[ ]  205    0    0  205 / 1000     9.2s Lockfree.Skiplist concurrent
[ ]  208    0    0  208 / 1000     9.3s Lockfree.Skiplist concurrent
[ ]  213    0    0  213 / 1000     9.4s Lockfree.Skiplist concurrent
[ ]  217    0    0  217 / 1000     9.5s Lockfree.Skiplist concurrent
[ ]  220    0    0  220 / 1000     9.7s Lockfree.Skiplist concurrent
[ ]  225    0    0  225 / 1000     9.8s Lockfree.Skiplist concurrent
[ ]  227    0    0  227 / 1000     9.9s Lockfree.Skiplist concurrent
[ ]  232    0    0  232 / 1000    10.0s Lockfree.Skiplist concurrent
[ ]  236    0    0  236 / 1000    10.3s Lockfree.Skiplist concurrent
[ ]  239    0    0  239 / 1000    10.5s Lockfree.Skiplist concurrent
[ ]  246    0    0  246 / 1000    10.6s Lockfree.Skiplist concurrent
[ ]  249    0    0  249 / 1000    10.8s Lockfree.Skiplist concurrent
[ ]  251    0    0  251 / 1000    10.9s Lockfree.Skiplist concurrent
[ ]  252    0    0  252 / 1000    11.2s Lockfree.Skiplist concurrent
[ ]  253    0    0  253 / 1000    11.3s Lockfree.Skiplist concurrent
[ ]  257    0    0  257 / 1000    11.5s Lockfree.Skiplist concurrent
[ ]  262    0    0  262 / 1000    11.6s Lockfree.Skiplist concurrent
[ ]  264    0    0  264 / 1000    11.8s Lockfree.Skiplist concurrent
[ ]  268    0    0  268 / 1000    11.9s Lockfree.Skiplist concurrent
[ ]  274    0    0  274 / 1000    12.0s Lockfree.Skiplist concurrent
[ ]  279    0    0  279 / 1000    12.2s Lockfree.Skiplist concurrent
[ ]  284    0    0  284 / 1000    12.3s Lockfree.Skiplist concurrent
[ ]  289    0    0  289 / 1000    12.4s Lockfree.Skiplist concurrent
[ ]  294    0    0  294 / 1000    12.5s Lockfree.Skiplist concurrent
[ ]  302    0    0  302 / 1000    12.7s Lockfree.Skiplist concurrent
[ ]  303    0    0  303 / 1000    12.9s Lockfree.Skiplist concurrent
[ ]  304    0    0  304 / 1000    13.3s Lockfree.Skiplist concurrent
[ ]  309    0    0  309 / 1000    13.4s Lockfree.Skiplist concurrent
[ ]  313    0    0  313 / 1000    13.5s Lockfree.Skiplist concurrent
[ ]  316    0    0  316 / 1000    13.6s Lockfree.Skiplist concurrent
[ ]  321    0    0  321 / 1000    13.8s Lockfree.Skiplist concurrent
[ ]  324    0    0  324 / 1000    14.0s Lockfree.Skiplist concurrent
[ ]  331    0    0  331 / 1000    14.1s Lockfree.Skiplist concurrent
[ ]  339    0    0  339 / 1000    14.2s Lockfree.Skiplist concurrent
[ ]  343    0    0  343 / 1000    14.4s Lockfree.Skiplist concurrent
[ ]  349    0    0  349 / 1000    14.5s Lockfree.Skiplist concurrent
[ ]  356    0    0  356 / 1000    14.7s Lockfree.Skiplist concurrent
[ ]  364    0    0  364 / 1000    14.8s Lockfree.Skiplist concurrent
[ ]  365    0    0  365 / 1000    15.0s Lockfree.Skiplist concurrent
[ ]  367    0    0  367 / 1000    15.3s Lockfree.Skiplist concurrent
[ ]  374    0    0  374 / 1000    15.5s Lockfree.Skiplist concurrent
[ ]  377    0    0  377 / 1000    15.6s Lockfree.Skiplist concurrent
[ ]  380    0    0  380 / 1000    15.7s Lockfree.Skiplist concurrent
[ ]  390    0    0  390 / 1000    15.8s Lockfree.Skiplist concurrent
[ ]  398    0    0  398 / 1000    15.9s Lockfree.Skiplist concurrent
[ ]  408    0    0  408 / 1000    16.2s Lockfree.Skiplist concurrent
[ ]  413    0    0  413 / 1000    16.3s Lockfree.Skiplist concurrent
[ ]  417    0    0  417 / 1000    16.5s Lockfree.Skiplist concurrent
[ ]  423    0    0  423 / 1000    16.6s Lockfree.Skiplist concurrent
[ ]  431    0    0  431 / 1000    16.7s Lockfree.Skiplist concurrent
[ ]  433    0    0  433 / 1000    16.9s Lockfree.Skiplist concurrent
[ ]  442    0    0  442 / 1000    17.0s Lockfree.Skiplist concurrent
[ ]  448    0    0  448 / 1000    17.2s Lockfree.Skiplist concurrent
[ ]  451    0    0  451 / 1000    17.3s Lockfree.Skiplist concurrent
[ ]  462    0    0  462 / 1000    17.5s Lockfree.Skiplist concurrent
[ ]  465    0    0  465 / 1000    17.7s Lockfree.Skiplist concurrent
[ ]  471    0    0  471 / 1000    17.8s Lockfree.Skiplist concurrent
[ ]  483    0    0  483 / 1000    17.9s Lockfree.Skiplist concurrent
[ ]  485    0    0  485 / 1000    18.1s Lockfree.Skiplist concurrent
[ ]  492    0    0  492 / 1000    18.2s Lockfree.Skiplist concurrent
[ ]  503    0    0  503 / 1000    18.4s Lockfree.Skiplist concurrent
[ ]  506    0    0  506 / 1000    18.5s Lockfree.Skiplist concurrent
[ ]  510    0    0  510 / 1000    18.6s Lockfree.Skiplist concurrent
[ ]  519    0    0  519 / 1000    18.8s Lockfree.Skiplist concurrent
[ ]  522    0    0  522 / 1000    19.0s Lockfree.Skiplist concurrent
[ ]  530    0    0  530 / 1000    19.1s Lockfree.Skiplist concurrent
[ ]  540    0    0  540 / 1000    19.3s Lockfree.Skiplist concurrent
[ ]  542    0    0  542 / 1000    19.4s Lockfree.Skiplist concurrent
[ ]  555    0    0  555 / 1000    19.5s Lockfree.Skiplist concurrent
[ ]  564    0    0  564 / 1000    19.7s Lockfree.Skiplist concurrent
[ ]  569    0    0  569 / 1000    19.8s Lockfree.Skiplist concurrent
[ ]  571    0    0  571 / 1000    19.9s Lockfree.Skiplist concurrent
[ ]  573    0    0  573 / 1000    20.0s Lockfree.Skiplist concurrent
[ ]  578    0    0  578 / 1000    20.1s Lockfree.Skiplist concurrent
[ ]  581    0    0  581 / 1000    20.2s Lockfree.Skiplist concurrent
[ ]  585    0    0  585 / 1000    20.3s Lockfree.Skiplist concurrent
[ ]  590    0    0  590 / 1000    20.6s Lockfree.Skiplist concurrent
[ ]  597    0    0  597 / 1000    20.8s Lockfree.Skiplist concurrent
[ ]  606    0    0  606 / 1000    20.9s Lockfree.Skiplist concurrent
[ ]  615    0    0  615 / 1000    21.0s Lockfree.Skiplist concurrent
[ ]  626    0    0  626 / 1000    21.1s Lockfree.Skiplist concurrent
[ ]  627    0    0  627 / 1000    21.3s Lockfree.Skiplist concurrent
[ ]  635    0    0  635 / 1000    21.4s Lockfree.Skiplist concurrent
[ ]  645    0    0  645 / 1000    21.5s Lockfree.Skiplist concurrent
[ ]  649    0    0  649 / 1000    21.6s Lockfree.Skiplist concurrent
[ ]  650    0    0  650 / 1000    21.8s Lockfree.Skiplist concurrent
[ ]  653    0    0  653 / 1000    22.1s Lockfree.Skiplist concurrent
[ ]  661    0    0  661 / 1000    22.2s Lockfree.Skiplist concurrent
[ ]  667    0    0  667 / 1000    22.3s Lockfree.Skiplist concurrent
[ ]  677    0    0  677 / 1000    22.5s Lockfree.Skiplist concurrent
[ ]  688    0    0  688 / 1000    22.6s Lockfree.Skiplist concurrent
[ ]  697    0    0  697 / 1000    22.8s Lockfree.Skiplist concurrent
[ ]  707    0    0  707 / 1000    23.0s Lockfree.Skiplist concurrent
[ ]  716    0    0  716 / 1000    23.2s Lockfree.Skiplist concurrent
[ ]  722    0    0  722 / 1000    23.4s Lockfree.Skiplist concurrent
[ ]  723    0    0  723 / 1000    23.5s Lockfree.Skiplist concurrent
[ ]  728    0    0  728 / 1000    23.7s Lockfree.Skiplist concurrent
[ ]  732    0    0  732 / 1000    23.8s Lockfree.Skiplist concurrent
[ ]  747    0    0  747 / 1000    23.9s Lockfree.Skiplist concurrent
[ ]  764    0    0  764 / 1000    24.0s Lockfree.Skiplist concurrent
[ ]  768    0    0  768 / 1000    24.3s Lockfree.Skiplist concurrent
[ ]  770    0    0  770 / 1000    24.4s Lockfree.Skiplist concurrent
[ ]  771    0    0  771 / 1000    24.5s Lockfree.Skiplist concurrent
[ ]  780    0    0  780 / 1000    24.6s Lockfree.Skiplist concurrent
[ ]  782    0    0  782 / 1000    24.8s Lockfree.Skiplist concurrent
[ ]  783    0    0  783 / 1000    25.0s Lockfree.Skiplist concurrent
[ ]  791    0    0  791 / 1000    25.1s Lockfree.Skiplist concurrent
[ ]  793    0    0  793 / 1000    25.3s Lockfree.Skiplist concurrent
[ ]  797    0    0  797 / 1000    25.4s Lockfree.Skiplist concurrent
[ ]  813    0    0  813 / 1000    25.5s Lockfree.Skiplist concurrent
[ ]  814    0    0  814 / 1000    25.6s Lockfree.Skiplist concurrent
[ ]  820    0    0  820 / 1000    25.8s Lockfree.Skiplist concurrent
[ ]  822    0    0  822 / 1000    26.0s Lockfree.Skiplist concurrent
[ ]  834    0    0  834 / 1000    26.1s Lockfree.Skiplist concurrent
[ ]  844    0    0  844 / 1000    26.3s Lockfree.Skiplist concurrent
[ ]  851    0    0  851 / 1000    26.5s Lockfree.Skiplist concurrent
[ ]  862    0    0  862 / 1000    26.6s Lockfree.Skiplist concurrent
[ ]  863    0    0  863 / 1000    26.7s Lockfree.Skiplist concurrent
[ ]  870    0    0  870 / 1000    26.9s Lockfree.Skiplist concurrent
[ ]  875    0    0  875 / 1000    27.0s Lockfree.Skiplist concurrent
[ ]  886    0    0  886 / 1000    27.2s Lockfree.Skiplist concurrent
[ ]  892    0    0  892 / 1000    27.3s Lockfree.Skiplist concurrent
[ ]  901    0    0  901 / 1000    27.4s Lockfree.Skiplist concurrent
[ ]  907    0    0  907 / 1000    27.5s Lockfree.Skiplist concurrent
[ ]  911    0    0  911 / 1000    27.7s Lockfree.Skiplist concurrent
[ ]  915    0    0  915 / 1000    27.8s Lockfree.Skiplist concurrent
[ ]  930    0    0  930 / 1000    27.9s Lockfree.Skiplist concurrent
[ ]  932    0    0  932 / 1000    28.0s Lockfree.Skiplist concurrent
[ ]  936    0    0  936 / 1000    28.2s Lockfree.Skiplist concurrent
[ ]  938    0    0  938 / 1000    28.3s Lockfree.Skiplist concurrent
[ ]  947    0    0  947 / 1000    28.5s Lockfree.Skiplist concurrent
[ ]  958    0    0  958 / 1000    28.6s Lockfree.Skiplist concurrent
[ ]  962    0    0  962 / 1000    28.8s Lockfree.Skiplist concurrent
[ ]  971    0    0  971 / 1000    28.9s Lockfree.Skiplist concurrent
[ ]  973    0    0  973 / 1000    29.1s Lockfree.Skiplist concurrent
[ ]  986    0    0  986 / 1000    29.4s Lockfree.Skiplist concurrent
[ ]  989    0    0  989 / 1000    29.5s Lockfree.Skiplist concurrent
[ ]  993    0    0  993 / 1000    29.7s Lockfree.Skiplist concurrent
[ ]  999    0    0  999 / 1000    29.8s Lockfree.Skiplist concurrent
[] 1000    0    0 1000 / 1000    29.8s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/mpmc_relaxed_queue && ./test_mpmc_relaxed_queue.exe)
Testing `Mpmc_queue'.
This run has ID `ZIC58BIB'.

  [OK]          single-thread                        0   is it a queue.
  [OK]          validate items                       0   1 prod. 1 cons.
  [OK]          validate indices under load          0    4 prod. 4 cons.
  [OK]          validate indices under load          1    8 prod. 1 cons.
  [OK]          validate indices under load          2    1 prod. 8 cons.
  [OK]          single-thread-CAS-intf               0   is it a queue.
  [OK]          validate items-CAS-intf              0   1 prod. 1 cons.
  [OK]          single-thread-spinning               0   is it a queue.
  [OK]          validate-items-spinning              0   1 prod. 1 cons.

Full test results in `~/src/_build/default/test/mpmc_relaxed_queue/_build/_tests/Mpmc_queue'.
Test Successful in 37.354s. 9 tests run.
2024-09-18 20:35.15 ---> saved as "e6652112335488d15d8cdf55a202e6c46f884cbd7ad91c5590ce7a65f4d27efa"
Job succeeded
2024-09-18 20:35.23: Job succeeded