Organisationsocaml-multicoresaturn93ff3f ()macos-homebrew-4.14_arm64_opam-2.2

macos-homebrew-4.14_arm64_opam-2.2

Logs

Show full logs
2024-10-11 08:13.00: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/heads/optimize-michael-scott-queue (93ff3f7952b4e59b488a4087b28728dca309e61b) (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-michael-scott-queue" && cd "saturn" && git reset --hard 93ff3f79
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 82ebbd52a07bc65404a2443fc4804bd36e534c83 || git fetch origin master) && git reset -q --hard 82ebbd52a07bc65404a2443fc4804bd36e534c83 && 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.1 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.6 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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-10-11 08:13.00: Using cache hint "ocaml-multicore/saturn-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.2-35e0c300c744a1f99220b4d7c4beafb2"
2024-10-11 08:13.00: 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 82ebbd52a07bc65404a2443fc4804bd36e534c83 || git fetch origin master) && git reset -q --hard 82ebbd52a07bc65404a2443fc4804bd36e534c83 && 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.1 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.6 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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-10-11 08:13.00: Waiting for resource in pool OCluster
2024-10-11 12:00.25: Waiting for worker…
2024-10-11 15:43.33: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
HEAD is now at 93ff3f7 No need to `fix_tail` at this point

(from macos-homebrew-ocaml-4.14)
2024-10-11 15:43.33 ---> 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-10-11 15:43.33 ---> 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-10-11 15:43.34 ---> 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.1
2024-10-11 15:43.34 ---> 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 82ebbd52a07bc65404a2443fc4804bd36e534c83 || git fetch origin master) && git reset -q --hard 82ebbd52a07bc65404a2443fc4804bd36e534c83 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   5e7a27da27..1a07d7f3b0  master     -> origin/master
82ebbd52a0 Merge pull request #26721 from polytypic/release-multicore-bench-0.1.6

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

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

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.4.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-10-11 15:43.34 ---> using "77e38b08abf4e5d6f9e45c3bf5c5263d4a2d31c1036cba54fcecbd7c5c2cab7f" from cache

/: (copy (src saturn_lockfree.opam saturn.opam) (dst ./src/./))
2024-10-11 15:43.35 ---> saved as "da97e1bba038a607e1f54e5a3e3e06ee29776b951814b47505422a7a16ae3856"

/: (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-10-11 15:43.54 ---> saved as "7d0789b3b6db4d22a5c43cee1351c099e273daf02275450376f82bb5de0e769b"

/: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 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.6 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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_lockfree.dev] synchronised (no changes)
[saturn.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-10-11 15:44.40 ---> saved as "3672548c4a61592ae2fe4117c4bfb78725442584ea52ae491f44ac3d868461d4"

/: (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 35 packages
  - install alcotest                   1.8.0
  - install astring                    0.8.5
  - install backoff                    0.1.1
  - 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.6
  - install multicore-magic            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.1  (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.6  (cached)
-> retrieved multicore-magic.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 either.1.0.0
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed stdlib-shims.0.3.0
-> installed multicore-magic.2.3.0
-> installed oseq.0.5.1
-> installed ocaml-syntax-shims.1.0.0
-> installed qcheck-core.0.22
-> installed tsort.2.1.0
-> installed thread-table.1.0.0
-> installed re.1.12.0
-> installed qcheck-multicoretests-util.0.4
-> installed domain-local-await.1.0.1
-> installed yojson.2.2.2
-> installed ounit2.2.2.7
-> installed qcheck-stm.0.4
-> installed dune-configurator.3.16.0
-> installed qcheck-ounit.0.22
-> installed alcotest.1.8.0
-> installed qcheck.0.22
-> installed multicore-bench.0.1.6
-> installed qcheck-alcotest.0.22
-> installed containers.3.14
-> installed dscheck.0.5.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-11 15:45.37 ---> saved as "4167568ad3c774c1f2afddb8ffbc2593de8c715f7be371eec9e1dccbfcf7524d"

/: (copy (src .) (dst ./src))
2024-10-11 15:45.38 ---> saved as "e6cb5491182011868d4d0960bf222bd94a05c572475d2f2b4ed4643828b6f4ae"

/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/mpsc_queue && ./stm_mpsc_queue.exe)

random seed: 266954518
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/treiber_stack && ./qcheck_treiber_stack.exe)
qcheck random seed: 689688141
Testing `Treiber_stack'.
This run has ID `M4U72Y85'.

  [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.196s. 6 tests run.
(cd _build/default/test/michael_scott_queue && ./qcheck_michael_scott_queue.exe)
qcheck random seed: 67185359
Testing `Michael_scott_queue'.
This run has ID `8JC7PD4C'.

  [OK]          test_sequential            0   push.
  [OK]          test_sequential            1   push_pop_opt_until_empty.
  [OK]          test_sequential            2   fifo.
  [OK]          test_sequential            3   fifo_peek_opt.
  [OK]          one_cons_one_prod          0   parallel_fifo.
  [OK]          one_cons_one_prod          1   parallel_peek.
  [OK]          two_domains                0   parallel_pop_opt_push.
  [OK]          two_domains                1   parallel_pop_opt_push_random.

Full test results in `~/src/_build/default/test/michael_scott_queue/_build/_tests/Michael_scott_queue'.
Test Successful in 0.180s. 8 tests run.
(cd _build/default/test/ws_deque && ./stm_ws_deque.exe)

random seed: 533100411
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/ws_deque && ./qcheck_ws_deque.exe)
qcheck random seed: 652458059
Testing `Ws_deque'.
This run has ID `UDJ30ESW'.

  [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.155s. 6 tests run.
(cd _build/default/test/mpsc_queue && ./qcheck_mpsc_queue.exe)
qcheck random seed: 145848761
Testing `Mpsc_queue'.
This run has ID `WCL4A905'.

  [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.029s. 22 tests run.
(cd _build/default/test/skiplist && ./qcheck_skiplist.exe)
qcheck random seed: 403736388
Testing `QCheck Skiplist'.
This run has ID `ORAXY098'.

  [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 2.844s. 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/spsc_queue && ./qcheck_spsc_queue.exe)
qcheck random seed: 712787084
Testing `Spsc_queues'.
This run has ID `HAWN6XMY'.

  [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.446s. 16 tests run.
(cd _build/default/test/spsc_queue && ./stm_spsc_queue.exe)

random seed: 9405334
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/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/bench && ./main.exe -brief)
Saturn Relaxed_queue:
  messages over time/1 adder, 1 taker (cas):
    34.91 M/s
  messages over time/1 adder, 1 taker (not lf):
    16.21 M/s
  messages over time/1 adder, 1 taker (spin):
    18.61 M/s
  messages over time/1 adder, 2 takers (cas):
    16.17 M/s
  messages over time/1 adder, 2 takers (not lf):
    14.31 M/s
  messages over time/1 adder, 2 takers (spin):
    17.70 M/s
  messages over time/2 adders, 1 taker (cas):
    18.24 M/s
  messages over time/2 adders, 1 taker (not lf):
    20.38 M/s
  messages over time/2 adders, 1 taker (spin):
    12.61 M/s
  messages over time/2 adders, 2 takers (cas):
    20.54 M/s
  messages over time/2 adders, 2 takers (not lf):
    6.91 M/s
  messages over time/2 adders, 2 takers (spin):
    12.70 M/s
  time per message/1 adder, 1 taker (cas):
    57.29 ns
  time per message/1 adder, 1 taker (not lf):
    123.39 ns
  time per message/1 adder, 1 taker (spin):
    107.49 ns
  time per message/1 adder, 2 takers (cas):
    185.57 ns
  time per message/1 adder, 2 takers (not lf):
    209.66 ns
  time per message/1 adder, 2 takers (spin):
    169.48 ns
  time per message/2 adders, 1 taker (cas):
    164.47 ns
  time per message/2 adders, 1 taker (not lf):
    147.26 ns
  time per message/2 adders, 1 taker (spin):
    237.90 ns
  time per message/2 adders, 2 takers (cas):
    194.75 ns
  time per message/2 adders, 2 takers (not lf):
    578.90 ns
  time per message/2 adders, 2 takers (spin):
    314.86 ns
Saturn_lockfree Queue:
  messages over time/1 nb adder, 1 nb taker:
    60.74 M/s
  messages over time/1 nb adder, 2 nb takers:
    61.86 M/s
  messages over time/2 nb adders, 1 nb taker:
    44.00 M/s
  messages over time/2 nb adders, 2 nb takers:
    43.71 M/s
  messages over time/one domain:
    26.70 M/s
  time per message/1 nb adder, 1 nb taker:
    32.93 ns
  time per message/1 nb adder, 2 nb takers:
    48.50 ns
  time per message/2 nb adders, 1 nb taker:
    68.18 ns
  time per message/2 nb adders, 2 nb takers:
    91.52 ns
  time per message/one domain:
    37.46 ns
Saturn_lockfree Single_prod_single_cons_queue:
  messages over time/2 workers, capacity 1:
    0.06 M/s
  messages over time/2 workers, capacity 1 (unsafe):
    0.04 M/s
  messages over time/2 workers, capacity 32768:
    49.81 M/s
  messages over time/2 workers, capacity 32768 (unsafe):
    77.69 M/s
  messages over time/2 workers, capacity 4096:
    31.69 M/s
  messages over time/2 workers, capacity 4096 (unsafe):
    57.94 M/s
  messages over time/2 workers, capacity 512:
    15.98 M/s
  messages over time/2 workers, capacity 512 (unsafe):
    38.98 M/s
  messages over time/2 workers, capacity 64:
    3.03 M/s
  messages over time/2 workers, capacity 64 (unsafe):
    10.59 M/s
  messages over time/2 workers, capacity 8:
    0.62 M/s
  messages over time/2 workers, capacity 8 (unsafe):
    1.35 M/s
  time per message/2 workers, capacity 1:
    32826.92 ns
  time per message/2 workers, capacity 1 (unsafe):
    46743.30 ns
  time per message/2 workers, capacity 32768:
    40.16 ns
  time per message/2 workers, capacity 32768 (unsafe):
    25.74 ns
  time per message/2 workers, capacity 4096:
    63.10 ns
  time per message/2 workers, capacity 4096 (unsafe):
    34.52 ns
  time per message/2 workers, capacity 512:
    125.14 ns
  time per message/2 workers, capacity 512 (unsafe):
    51.31 ns
  time per message/2 workers, capacity 64:
    659.29 ns
  time per message/2 workers, capacity 64 (unsafe):
    188.78 ns
  time per message/2 workers, capacity 8:
    3251.81 ns
  time per message/2 workers, capacity 8 (unsafe):
    1484.10 ns
Saturn_lockfree Size:
  operations over time/1 worker:
    43.66 M/s
  operations over time/2 workers:
    59.76 M/s
  operations over time/4 workers:
    53.10 M/s
  time per operation/1 worker:
    22.99 ns
  time per operation/2 workers:
    33.49 ns
  time per operation/4 workers:
    75.34 ns
Saturn_lockfree Skiplist:
  operations over time/1 workers, 10% mem 45% add 45% rem:
    2.32 M/s
  operations over time/1 workers, 50% mem 25% add 25% rem:
    2.02 M/s
  operations over time/1 workers, 90% mem 5% add 5% rem:
    4.00 M/s
  operations over time/2 workers, 10% mem 45% add 45% rem:
    1.89 M/s
  operations over time/2 workers, 50% mem 25% add 25% rem:
    1.37 M/s
  operations over time/2 workers, 90% mem 5% add 5% rem:
    3.20 M/s
  operations over time/4 workers, 10% mem 45% add 45% rem:
    1.73 M/s
  operations over time/4 workers, 50% mem 25% add 25% rem:
    1.39 M/s
  operations over time/4 workers, 90% mem 5% add 5% rem:
    2.16 M/s
  time per operation/1 workers, 10% mem 45% add 45% rem:
    432.21 ns
  time per operation/1 workers, 50% mem 25% add 25% rem:
    494.21 ns
  time per operation/1 workers, 90% mem 5% add 5% rem:
    250.30 ns
  time per operation/2 workers, 10% mem 45% add 45% rem:
    1056.80 ns
  time per operation/2 workers, 50% mem 25% add 25% rem:
    1457.24 ns
  time per operation/2 workers, 90% mem 5% add 5% rem:
    624.73 ns
  time per operation/4 workers, 10% mem 45% add 45% rem:
    2308.34 ns
  time per operation/4 workers, 50% mem 25% add 25% rem:
    2872.62 ns
  time per operation/4 workers, 90% mem 5% add 5% rem:
    1849.45 ns
Saturn_lockfree Stack:
  messages over time/1 adder, 1 taker:
    93.42 M/s
  messages over time/1 adder, 2 takers:
    67.43 M/s
  messages over time/2 adders, 1 taker:
    82.19 M/s
  messages over time/2 adders, 2 takers:
    58.69 M/s
  messages over time/one domain:
    21.49 M/s
  time per message/1 adder, 1 taker:
    21.41 ns
  time per message/1 adder, 2 takers:
    44.49 ns
  time per message/2 adders, 1 taker:
    36.50 ns
  time per message/2 adders, 2 takers:
    68.15 ns
  time per message/one domain:
    46.53 ns
Saturn_lockfree Work_stealing_deque:
  messages over time/1 adder, 1 taker:
    42.66 M/s
  messages over time/1 adder, 2 takers:
    39.01 M/s
  messages over time/1 adder, 4 takers:
    38.19 M/s
  messages over time/one domain (FIFO):
    20.21 M/s
  messages over time/one domain (LIFO):
    22.44 M/s
  spawns over time/1 worker:
    17.36 M/s
  spawns over time/2 workers:
    15.77 M/s
  spawns over time/4 workers:
    17.77 M/s
  spawns over time/8 workers:
    15.66 M/s
  time per message/1 adder, 1 taker:
    46.89 ns
  time per message/1 adder, 2 takers:
    76.91 ns
  time per message/1 adder, 4 takers:
    130.93 ns
  time per message/one domain (FIFO):
    49.47 ns
  time per message/one domain (LIFO):
    44.57 ns
  time per spawn/1 worker:
    57.59 ns
  time per spawn/2 workers:
    126.79 ns
  time per spawn/4 workers:
    225.08 ns
  time per spawn/8 workers:
    510.80 ns
(cd _build/default/test/treiber_stack && ./stm_treiber_stack.exe)

random seed: 292158482
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
[ ]    6    0    0    6 /  500     0.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   10    0    0   10 /  500     0.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   18    0    0   18 /  500     0.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   26    0    0   26 /  500     0.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   27    0    0   27 /  500     0.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   29    0    0   29 /  500     0.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   32    0    0   32 /  500     1.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   34    0    0   34 /  500     1.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   38    0    0   38 /  500     1.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   43    0    0   43 /  500     1.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   50    0    0   50 /  500     1.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   54    0    0   54 /  500     1.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   61    0    0   61 /  500     1.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   62    0    0   62 /  500     2.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   63    0    0   63 /  500     2.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   67    0    0   67 /  500     2.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   71    0    0   71 /  500     2.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   74    0    0   74 /  500     2.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   76    0    0   76 /  500     2.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   79    0    0   79 /  500     2.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   83    0    0   83 /  500     3.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   88    0    0   88 /  500     3.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   91    0    0   91 /  500     3.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   96    0    0   96 /  500     3.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  102    0    0  102 /  500     3.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  103    0    0  103 /  500     3.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  110    0    0  110 /  500     3.6s Saturn_lockfree.Treiber_stack concurrent (collecting)
[ ]  116    0    0  116 /  500     3.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  119    0    0  119 /  500     3.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  121    0    0  121 /  500     4.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  124    0    0  124 /  500     4.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  129    0    0  129 /  500     4.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  136    0    0  136 /  500     4.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  140    0    0  140 /  500     4.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  143    0    0  143 /  500     4.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  146    0    0  146 /  500     4.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  152    0    0  152 /  500     5.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  156    0    0  156 /  500     5.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  160    0    0  160 /  500     5.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  161    0    0  161 /  500     5.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  167    0    0  167 /  500     5.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  169    0    0  169 /  500     6.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  172    0    0  172 /  500     6.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  175    0    0  175 /  500     6.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  177    0    0  177 /  500     6.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  182    0    0  182 /  500     6.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  184    0    0  184 /  500     6.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  188    0    0  188 /  500     6.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  191    0    0  191 /  500     7.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  197    0    0  197 /  500     7.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  201    0    0  201 /  500     7.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  204    0    0  204 /  500     7.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  208    0    0  208 /  500     7.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  211    0    0  211 /  500     7.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  214    0    0  214 /  500     8.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  218    0    0  218 /  500     8.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  221    0    0  221 /  500     8.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  222    0    0  222 /  500     8.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  227    0    0  227 /  500     8.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  229    0    0  229 /  500     8.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  231    0    0  231 /  500     8.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  237    0    0  237 /  500     8.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  241    0    0  241 /  500     9.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  245    0    0  245 /  500     9.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  247    0    0  247 /  500     9.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  251    0    0  251 /  500     9.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  256    0    0  256 /  500     9.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  258    0    0  258 /  500     9.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  262    0    0  262 /  500     9.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  265    0    0  265 /  500    10.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  266    0    0  266 /  500    10.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  270    0    0  270 /  500    10.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  275    0    0  275 /  500    10.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  280    0    0  280 /  500    10.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  284    0    0  284 /  500    10.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  287    0    0  287 /  500    10.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  292    0    0  292 /  500    10.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  294    0    0  294 /  500    11.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  299    0    0  299 /  500    11.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  303    0    0  303 /  500    11.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  306    0    0  306 /  500    11.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  309    0    0  309 /  500    11.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  313    0    0  313 /  500    11.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  315    0    0  315 /  500    11.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  321    0    0  321 /  500    11.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  325    0    0  325 /  500    12.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  326    0    0  326 /  500    12.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  328    0    0  328 /  500    12.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  331    0    0  331 /  500    12.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  335    0    0  335 /  500    12.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  342    0    0  342 /  500    12.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  349    0    0  349 /  500    12.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  354    0    0  354 /  500    12.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  359    0    0  359 /  500    12.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  363    0    0  363 /  500    13.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  366    0    0  366 /  500    13.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  371    0    0  371 /  500    13.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  374    0    0  374 /  500    13.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  376    0    0  376 /  500    13.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  380    0    0  380 /  500    13.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  386    0    0  386 /  500    13.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  390    0    0  390 /  500    14.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  395    0    0  395 /  500    14.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  399    0    0  399 /  500    14.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  402    0    0  402 /  500    14.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  406    0    0  406 /  500    14.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  410    0    0  410 /  500    14.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  412    0    0  412 /  500    14.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  416    0    0  416 /  500    14.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  422    0    0  422 /  500    14.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  427    0    0  427 /  500    15.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  429    0    0  429 /  500    15.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  432    0    0  432 /  500    15.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  435    0    0  435 /  500    15.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  439    0    0  439 /  500    15.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  445    0    0  445 /  500    15.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  450    0    0  450 /  500    15.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  452    0    0  452 /  500    15.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  455    0    0  455 /  500    16.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  457    0    0  457 /  500    16.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  461    0    0  461 /  500    16.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  465    0    0  465 /  500    16.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  469    0    0  469 /  500    16.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  471    0    0  471 /  500    16.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  475    0    0  475 /  500    16.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  480    0    0  480 /  500    16.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  485    0    0  485 /  500    17.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  490    0    0  490 /  500    17.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  493    0    0  493 /  500    17.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  497    0    0  497 /  500    17.5s Saturn_lockfree.Treiber_stack concurrent
[]  500    0    0  500 /  500    17.6s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/michael_scott_queue && ./stm_michael_scott_queue.exe)

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

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

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]    2    0    0    2 /  500     0.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   11    0    0   11 /  500     0.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   13    0    0   13 /  500     0.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   16    0    0   16 /  500     0.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   20    0    0   20 /  500     0.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   22    0    0   22 /  500     0.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   25    0    0   25 /  500     1.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   34    0    0   34 /  500     1.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   37    0    0   37 /  500     1.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   41    0    0   41 /  500     1.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   45    0    0   45 /  500     1.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   46    0    0   46 /  500     1.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   49    0    0   49 /  500     1.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   52    0    0   52 /  500     1.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   54    0    0   54 /  500     2.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   57    0    0   57 /  500     2.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   61    0    0   61 /  500     2.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   65    0    0   65 /  500     2.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   68    0    0   68 /  500     2.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   71    0    0   71 /  500     2.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   72    0    0   72 /  500     2.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   76    0    0   76 /  500     3.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   78    0    0   78 /  500     3.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   81    0    0   81 /  500     3.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   84    0    0   84 /  500     3.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   88    0    0   88 /  500     3.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   89    0    0   89 /  500     3.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   93    0    0   93 /  500     3.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   96    0    0   96 /  500     4.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]   97    0    0   97 /  500     4.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  103    0    0  103 /  500     4.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  106    0    0  106 /  500     4.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  109    0    0  109 /  500     4.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  112    0    0  112 /  500     4.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  114    0    0  114 /  500     4.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  120    0    0  120 /  500     4.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  121    0    0  121 /  500     5.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  123    0    0  123 /  500     5.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  126    0    0  126 /  500     5.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  127    0    0  127 /  500     5.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  130    0    0  130 /  500     5.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  134    0    0  134 /  500     5.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  136    0    0  136 /  500     6.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  138    0    0  138 /  500     6.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  140    0    0  140 /  500     6.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  143    0    0  143 /  500     6.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  147    0    0  147 /  500     7.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  150    0    0  150 /  500     7.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  158    0    0  158 /  500     7.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  165    0    0  165 /  500     7.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  168    0    0  168 /  500     7.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  171    0    0  171 /  500     7.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  172    0    0  172 /  500     7.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  175    0    0  175 /  500     8.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  179    0    0  179 /  500     8.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  180    0    0  180 /  500     8.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  184    0    0  184 /  500     8.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  185    0    0  185 /  500     8.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  187    0    0  187 /  500     8.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  189    0    0  189 /  500     8.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  193    0    0  193 /  500     9.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  195    0    0  195 /  500     9.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  197    0    0  197 /  500     9.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  201    0    0  201 /  500     9.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  206    0    0  206 /  500     9.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  208    0    0  208 /  500     9.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  211    0    0  211 /  500     9.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  214    0    0  214 /  500     9.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  215    0    0  215 /  500    10.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  219    0    0  219 /  500    10.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  222    0    0  222 /  500    10.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  223    0    0  223 /  500    10.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  226    0    0  226 /  500    10.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  229    0    0  229 /  500    10.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  232    0    0  232 /  500    10.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  235    0    0  235 /  500    11.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  239    0    0  239 /  500    11.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  243    0    0  243 /  500    11.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  248    0    0  248 /  500    11.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  251    0    0  251 /  500    11.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  254    0    0  254 /  500    12.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  258    0    0  258 /  500    12.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  262    0    0  262 /  500    12.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  265    0    0  265 /  500    12.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  270    0    0  270 /  500    12.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  274    0    0  274 /  500    12.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  279    0    0  279 /  500    12.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  283    0    0  283 /  500    12.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  288    0    0  288 /  500    13.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  294    0    0  294 /  500    13.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  301    0    0  301 /  500    13.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  306    0    0  306 /  500    13.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  309    0    0  309 /  500    13.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  314    0    0  314 /  500    13.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  318    0    0  318 /  500    13.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  321    0    0  321 /  500    14.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  326    0    0  326 /  500    14.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  329    0    0  329 /  500    14.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  331    0    0  331 /  500    14.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  335    0    0  335 /  500    14.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  339    0    0  339 /  500    14.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  344    0    0  344 /  500    14.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  347    0    0  347 /  500    14.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  352    0    0  352 /  500    15.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  353    0    0  353 /  500    15.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  358    0    0  358 /  500    15.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  362    0    0  362 /  500    15.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  368    0    0  368 /  500    15.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  370    0    0  370 /  500    15.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  373    0    0  373 /  500    15.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  377    0    0  377 /  500    15.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  382    0    0  382 /  500    16.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  386    0    0  386 /  500    16.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  392    0    0  392 /  500    16.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  396    0    0  396 /  500    16.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  400    0    0  400 /  500    16.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  402    0    0  402 /  500    16.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  406    0    0  406 /  500    16.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  409    0    0  409 /  500    17.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  413    0    0  413 /  500    17.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  417    0    0  417 /  500    17.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  421    0    0  421 /  500    17.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  422    0    0  422 /  500    17.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  427    0    0  427 /  500    17.7s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  429    0    0  429 /  500    17.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  433    0    0  433 /  500    17.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  440    0    0  440 /  500    18.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  447    0    0  447 /  500    18.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  450    0    0  450 /  500    18.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  451    0    0  451 /  500    18.4s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  458    0    0  458 /  500    18.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  461    0    0  461 /  500    18.6s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  467    0    0  467 /  500    18.8s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  470    0    0  470 /  500    18.9s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  471    0    0  471 /  500    19.0s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  476    0    0  476 /  500    19.1s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  482    0    0  482 /  500    19.2s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  488    0    0  488 /  500    19.3s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  494    0    0  494 /  500    19.5s Saturn_lockfree.Michael_scott_queue concurrent
[ ]  499    0    0  499 /  500    19.6s Saturn_lockfree.Michael_scott_queue concurrent
[]  500    0    0  500 /  500    19.6s Saturn_lockfree.Michael_scott_queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/skiplist && ./stm_skiplist.exe)

random seed: 441881469
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.3s Lockfree.Skiplist concurrent
[ ]    8    0    0    8 / 1000     0.4s Lockfree.Skiplist concurrent
[ ]   11    0    0   11 / 1000     0.6s Lockfree.Skiplist concurrent
[ ]   15    0    0   15 / 1000     0.7s Lockfree.Skiplist concurrent
[ ]   16    0    0   16 / 1000     0.9s Lockfree.Skiplist concurrent
[ ]   17    0    0   17 / 1000     1.0s Lockfree.Skiplist concurrent
[ ]   18    0    0   18 / 1000     1.4s Lockfree.Skiplist concurrent
[ ]   20    0    0   20 / 1000     1.5s Lockfree.Skiplist concurrent
[ ]   22    0    0   22 / 1000     1.6s Lockfree.Skiplist concurrent
[ ]   25    0    0   25 / 1000     1.7s Lockfree.Skiplist concurrent
[ ]   29    0    0   29 / 1000     1.9s Lockfree.Skiplist concurrent
[ ]   33    0    0   33 / 1000     2.0s Lockfree.Skiplist concurrent
[ ]   35    0    0   35 / 1000     2.3s Lockfree.Skiplist concurrent
[ ]   37    0    0   37 / 1000     2.4s Lockfree.Skiplist concurrent
[ ]   39    0    0   39 / 1000     2.6s Lockfree.Skiplist concurrent
[ ]   42    0    0   42 / 1000     3.1s Lockfree.Skiplist concurrent
[ ]   45    0    0   45 / 1000     3.2s Lockfree.Skiplist concurrent
[ ]   49    0    0   49 / 1000     3.3s Lockfree.Skiplist concurrent
[ ]   53    0    0   53 / 1000     3.5s Lockfree.Skiplist concurrent
[ ]   54    0    0   54 / 1000     3.8s Lockfree.Skiplist concurrent
[ ]   60    0    0   60 / 1000     3.9s Lockfree.Skiplist concurrent
[ ]   61    0    0   61 / 1000     4.1s Lockfree.Skiplist concurrent
[ ]   66    0    0   66 / 1000     4.3s Lockfree.Skiplist concurrent
[ ]   70    0    0   70 / 1000     4.4s Lockfree.Skiplist concurrent
[ ]   72    0    0   72 / 1000     4.9s Lockfree.Skiplist concurrent
[ ]   74    0    0   74 / 1000     5.0s Lockfree.Skiplist concurrent
[ ]   76    0    0   76 / 1000     5.3s Lockfree.Skiplist concurrent
[ ]   79    0    0   79 / 1000     5.4s Lockfree.Skiplist concurrent
[ ]   83    0    0   83 / 1000     5.7s Lockfree.Skiplist concurrent
[ ]   85    0    0   85 / 1000     5.9s Lockfree.Skiplist concurrent
[ ]   87    0    0   87 / 1000     7.0s Lockfree.Skiplist concurrent
[ ]   89    0    0   89 / 1000     7.1s Lockfree.Skiplist concurrent
[ ]   90    0    0   90 / 1000     7.4s Lockfree.Skiplist concurrent
[ ]   92    0    0   92 / 1000     7.6s Lockfree.Skiplist concurrent
[ ]   94    0    0   94 / 1000     7.8s Lockfree.Skiplist concurrent
[ ]   99    0    0   99 / 1000     7.9s Lockfree.Skiplist concurrent
[ ]  102    0    0  102 / 1000     8.0s Lockfree.Skiplist concurrent
[ ]  105    0    0  105 / 1000     8.2s Lockfree.Skiplist concurrent
[ ]  107    0    0  107 / 1000     8.5s Lockfree.Skiplist concurrent
[ ]  113    0    0  113 / 1000     8.8s Lockfree.Skiplist concurrent
[ ]  121    0    0  121 / 1000     9.1s Lockfree.Skiplist concurrent
[ ]  123    0    0  123 / 1000     9.2s Lockfree.Skiplist concurrent
[ ]  127    0    0  127 / 1000     9.4s Lockfree.Skiplist concurrent
[ ]  128    0    0  128 / 1000     9.5s Lockfree.Skiplist concurrent
[ ]  132    0    0  132 / 1000     9.6s Lockfree.Skiplist concurrent
[ ]  136    0    0  136 / 1000     9.8s Lockfree.Skiplist concurrent
[ ]  140    0    0  140 / 1000     9.9s Lockfree.Skiplist concurrent
[ ]  143    0    0  143 / 1000    10.0s Lockfree.Skiplist concurrent
[ ]  147    0    0  147 / 1000    10.4s Lockfree.Skiplist concurrent
[ ]  149    0    0  149 / 1000    10.7s Lockfree.Skiplist concurrent
[ ]  151    0    0  151 / 1000    10.8s Lockfree.Skiplist concurrent
[ ]  154    0    0  154 / 1000    11.0s Lockfree.Skiplist concurrent
[ ]  158    0    0  158 / 1000    11.2s Lockfree.Skiplist concurrent
[ ]  160    0    0  160 / 1000    11.3s Lockfree.Skiplist concurrent
[ ]  164    0    0  164 / 1000    11.5s Lockfree.Skiplist concurrent
[ ]  166    0    0  166 / 1000    11.7s Lockfree.Skiplist concurrent
[ ]  168    0    0  168 / 1000    11.9s Lockfree.Skiplist concurrent
[ ]  170    0    0  170 / 1000    12.2s Lockfree.Skiplist concurrent
[ ]  173    0    0  173 / 1000    12.3s Lockfree.Skiplist concurrent
[ ]  176    0    0  176 / 1000    12.4s Lockfree.Skiplist concurrent
[ ]  180    0    0  180 / 1000    12.6s Lockfree.Skiplist concurrent
[ ]  181    0    0  181 / 1000    12.7s Lockfree.Skiplist concurrent
[ ]  185    0    0  185 / 1000    12.9s Lockfree.Skiplist concurrent
[ ]  189    0    0  189 / 1000    13.0s Lockfree.Skiplist concurrent
[ ]  195    0    0  195 / 1000    13.1s Lockfree.Skiplist concurrent
[ ]  201    0    0  201 / 1000    13.2s Lockfree.Skiplist concurrent
[ ]  205    0    0  205 / 1000    13.5s Lockfree.Skiplist concurrent
[ ]  207    0    0  207 / 1000    13.8s Lockfree.Skiplist concurrent
[ ]  211    0    0  211 / 1000    14.0s Lockfree.Skiplist concurrent
[ ]  215    0    0  215 / 1000    14.1s Lockfree.Skiplist concurrent
[ ]  219    0    0  219 / 1000    14.2s Lockfree.Skiplist concurrent
[ ]  222    0    0  222 / 1000    14.4s Lockfree.Skiplist concurrent
[ ]  227    0    0  227 / 1000    14.5s Lockfree.Skiplist concurrent
[ ]  233    0    0  233 / 1000    14.6s Lockfree.Skiplist concurrent
[ ]  239    0    0  239 / 1000    14.8s Lockfree.Skiplist concurrent
[ ]  242    0    0  242 / 1000    14.9s Lockfree.Skiplist concurrent
[ ]  246    0    0  246 / 1000    15.0s Lockfree.Skiplist concurrent
[ ]  249    0    0  249 / 1000    15.3s Lockfree.Skiplist concurrent
[ ]  252    0    0  252 / 1000    15.4s Lockfree.Skiplist concurrent
[ ]  257    0    0  257 / 1000    15.5s Lockfree.Skiplist concurrent
[ ]  262    0    0  262 / 1000    15.6s Lockfree.Skiplist concurrent
[ ]  266    0    0  266 / 1000    15.8s Lockfree.Skiplist concurrent
[ ]  268    0    0  268 / 1000    15.9s Lockfree.Skiplist concurrent
[ ]  270    0    0  270 / 1000    16.0s Lockfree.Skiplist concurrent
[ ]  272    0    0  272 / 1000    16.1s Lockfree.Skiplist concurrent
[ ]  275    0    0  275 / 1000    16.3s Lockfree.Skiplist concurrent
[ ]  278    0    0  278 / 1000    16.4s Lockfree.Skiplist concurrent
[ ]  282    0    0  282 / 1000    16.5s Lockfree.Skiplist concurrent
[ ]  287    0    0  287 / 1000    16.7s Lockfree.Skiplist concurrent
[ ]  290    0    0  290 / 1000    17.0s Lockfree.Skiplist concurrent
[ ]  295    0    0  295 / 1000    17.1s Lockfree.Skiplist concurrent
[ ]  299    0    0  299 / 1000    17.3s Lockfree.Skiplist concurrent
[ ]  304    0    0  304 / 1000    17.4s Lockfree.Skiplist concurrent
[ ]  309    0    0  309 / 1000    17.5s Lockfree.Skiplist concurrent
[ ]  312    0    0  312 / 1000    17.6s Lockfree.Skiplist concurrent
[ ]  317    0    0  317 / 1000    17.7s Lockfree.Skiplist concurrent
[ ]  318    0    0  318 / 1000    18.0s Lockfree.Skiplist concurrent
[ ]  324    0    0  324 / 1000    18.1s Lockfree.Skiplist concurrent
[ ]  330    0    0  330 / 1000    18.2s Lockfree.Skiplist concurrent
[ ]  335    0    0  335 / 1000    18.3s Lockfree.Skiplist concurrent
[ ]  339    0    0  339 / 1000    18.5s Lockfree.Skiplist concurrent
[ ]  341    0    0  341 / 1000    18.6s Lockfree.Skiplist concurrent
[ ]  342    0    0  342 / 1000    18.7s Lockfree.Skiplist concurrent
[ ]  343    0    0  343 / 1000    18.9s Lockfree.Skiplist concurrent
[ ]  348    0    0  348 / 1000    19.1s Lockfree.Skiplist concurrent
[ ]  352    0    0  352 / 1000    19.2s Lockfree.Skiplist concurrent
[ ]  355    0    0  355 / 1000    19.3s Lockfree.Skiplist concurrent
[ ]  358    0    0  358 / 1000    19.4s Lockfree.Skiplist concurrent
[ ]  365    0    0  365 / 1000    19.5s Lockfree.Skiplist concurrent
[ ]  370    0    0  370 / 1000    19.7s Lockfree.Skiplist concurrent
[ ]  380    0    0  380 / 1000    19.8s Lockfree.Skiplist concurrent
[ ]  384    0    0  384 / 1000    19.9s Lockfree.Skiplist concurrent
[ ]  392    0    0  392 / 1000    20.0s Lockfree.Skiplist concurrent
[ ]  396    0    0  396 / 1000    20.2s Lockfree.Skiplist concurrent
[ ]  397    0    0  397 / 1000    20.3s Lockfree.Skiplist concurrent
[ ]  402    0    0  402 / 1000    20.5s Lockfree.Skiplist concurrent
[ ]  405    0    0  405 / 1000    20.7s Lockfree.Skiplist concurrent
[ ]  412    0    0  412 / 1000    20.9s Lockfree.Skiplist concurrent
[ ]  422    0    0  422 / 1000    21.0s Lockfree.Skiplist concurrent
[ ]  425    0    0  425 / 1000    21.1s Lockfree.Skiplist concurrent
[ ]  426    0    0  426 / 1000    21.2s Lockfree.Skiplist concurrent
[ ]  431    0    0  431 / 1000    21.3s Lockfree.Skiplist concurrent
[ ]  432    0    0  432 / 1000    21.6s Lockfree.Skiplist concurrent
[ ]  437    0    0  437 / 1000    21.7s Lockfree.Skiplist concurrent
[ ]  442    0    0  442 / 1000    22.0s Lockfree.Skiplist concurrent
[ ]  446    0    0  446 / 1000    22.1s Lockfree.Skiplist concurrent
[ ]  451    0    0  451 / 1000    22.3s Lockfree.Skiplist concurrent
[ ]  452    0    0  452 / 1000    22.4s Lockfree.Skiplist concurrent
[ ]  455    0    0  455 / 1000    22.5s Lockfree.Skiplist concurrent
[ ]  464    0    0  464 / 1000    22.8s Lockfree.Skiplist concurrent
[ ]  469    0    0  469 / 1000    22.9s Lockfree.Skiplist concurrent
[ ]  477    0    0  477 / 1000    23.0s Lockfree.Skiplist concurrent
[ ]  485    0    0  485 / 1000    23.2s Lockfree.Skiplist concurrent
[ ]  491    0    0  491 / 1000    23.4s Lockfree.Skiplist concurrent
[ ]  504    0    0  504 / 1000    23.5s Lockfree.Skiplist concurrent
[ ]  509    0    0  509 / 1000    23.7s Lockfree.Skiplist concurrent
[ ]  517    0    0  517 / 1000    23.9s Lockfree.Skiplist concurrent
[ ]  523    0    0  523 / 1000    24.1s Lockfree.Skiplist concurrent
[ ]  529    0    0  529 / 1000    24.2s Lockfree.Skiplist concurrent
[ ]  532    0    0  532 / 1000    24.3s Lockfree.Skiplist concurrent
[ ]  534    0    0  534 / 1000    24.4s Lockfree.Skiplist concurrent
[ ]  537    0    0  537 / 1000    24.5s Lockfree.Skiplist concurrent
[ ]  544    0    0  544 / 1000    24.7s Lockfree.Skiplist concurrent
[ ]  553    0    0  553 / 1000    24.8s Lockfree.Skiplist concurrent
[ ]  560    0    0  560 / 1000    24.9s Lockfree.Skiplist concurrent
[ ]  567    0    0  567 / 1000    25.0s Lockfree.Skiplist concurrent
[ ]  577    0    0  577 / 1000    25.1s Lockfree.Skiplist concurrent
[ ]  590    0    0  590 / 1000    25.3s Lockfree.Skiplist concurrent
[ ]  595    0    0  595 / 1000    25.4s Lockfree.Skiplist concurrent
[ ]  608    0    0  608 / 1000    25.5s Lockfree.Skiplist concurrent
[ ]  619    0    0  619 / 1000    25.6s Lockfree.Skiplist concurrent
[ ]  625    0    0  625 / 1000    25.7s Lockfree.Skiplist concurrent
[ ]  633    0    0  633 / 1000    25.9s Lockfree.Skiplist concurrent
[ ]  644    0    0  644 / 1000    26.2s Lockfree.Skiplist concurrent
[ ]  655    0    0  655 / 1000    26.3s Lockfree.Skiplist concurrent
[ ]  667    0    0  667 / 1000    26.5s Lockfree.Skiplist concurrent
[ ]  670    0    0  670 / 1000    26.7s Lockfree.Skiplist concurrent
[ ]  679    0    0  679 / 1000    26.8s Lockfree.Skiplist concurrent
[ ]  684    0    0  684 / 1000    26.9s Lockfree.Skiplist concurrent
[ ]  685    0    0  685 / 1000    27.0s Lockfree.Skiplist concurrent
[ ]  694    0    0  694 / 1000    27.1s Lockfree.Skiplist concurrent
[ ]  699    0    0  699 / 1000    27.3s Lockfree.Skiplist concurrent
[ ]  705    0    0  705 / 1000    27.4s Lockfree.Skiplist concurrent
[ ]  713    0    0  713 / 1000    27.7s Lockfree.Skiplist concurrent
[ ]  724    0    0  724 / 1000    27.8s Lockfree.Skiplist concurrent
[ ]  726    0    0  726 / 1000    27.9s Lockfree.Skiplist concurrent
[ ]  730    0    0  730 / 1000    28.1s Lockfree.Skiplist concurrent
[ ]  733    0    0  733 / 1000    28.4s Lockfree.Skiplist concurrent
[ ]  738    0    0  738 / 1000    28.5s Lockfree.Skiplist concurrent
[ ]  750    0    0  750 / 1000    28.6s Lockfree.Skiplist concurrent
[ ]  755    0    0  755 / 1000    28.8s Lockfree.Skiplist concurrent
[ ]  765    0    0  765 / 1000    28.9s Lockfree.Skiplist concurrent
[ ]  774    0    0  774 / 1000    29.0s Lockfree.Skiplist concurrent
[ ]  780    0    0  780 / 1000    29.2s Lockfree.Skiplist concurrent
[ ]  782    0    0  782 / 1000    29.3s Lockfree.Skiplist concurrent
[ ]  789    0    0  789 / 1000    29.4s Lockfree.Skiplist concurrent
[ ]  796    0    0  796 / 1000    29.5s Lockfree.Skiplist concurrent
[ ]  805    0    0  805 / 1000    29.7s Lockfree.Skiplist concurrent
[ ]  817    0    0  817 / 1000    29.8s Lockfree.Skiplist concurrent
[ ]  826    0    0  826 / 1000    29.9s Lockfree.Skiplist concurrent
[ ]  830    0    0  830 / 1000    30.1s Lockfree.Skiplist concurrent
[ ]  838    0    0  838 / 1000    30.2s Lockfree.Skiplist concurrent
[ ]  843    0    0  843 / 1000    30.4s Lockfree.Skiplist concurrent
[ ]  849    0    0  849 / 1000    30.5s Lockfree.Skiplist concurrent
[ ]  860    0    0  860 / 1000    30.6s Lockfree.Skiplist concurrent
[ ]  867    0    0  867 / 1000    30.9s Lockfree.Skiplist concurrent
[ ]  872    0    0  872 / 1000    31.0s Lockfree.Skiplist concurrent
[ ]  884    0    0  884 / 1000    31.2s Lockfree.Skiplist concurrent
[ ]  891    0    0  891 / 1000    31.3s Lockfree.Skiplist concurrent
[ ]  899    0    0  899 / 1000    31.4s Lockfree.Skiplist concurrent
[ ]  903    0    0  903 / 1000    31.6s Lockfree.Skiplist concurrent
[ ]  913    0    0  913 / 1000    31.7s Lockfree.Skiplist concurrent
[ ]  925    0    0  925 / 1000    31.9s Lockfree.Skiplist concurrent
[ ]  933    0    0  933 / 1000    32.0s Lockfree.Skiplist concurrent
[ ]  938    0    0  938 / 1000    32.2s Lockfree.Skiplist concurrent
[ ]  948    0    0  948 / 1000    32.5s Lockfree.Skiplist concurrent
[ ]  955    0    0  955 / 1000    32.7s Lockfree.Skiplist concurrent
[ ]  962    0    0  962 / 1000    32.8s Lockfree.Skiplist concurrent
[ ]  969    0    0  969 / 1000    32.9s Lockfree.Skiplist concurrent
[ ]  976    0    0  976 / 1000    33.1s Lockfree.Skiplist concurrent
[ ]  985    0    0  985 / 1000    33.2s Lockfree.Skiplist concurrent
[ ]  993    0    0  993 / 1000    33.3s Lockfree.Skiplist concurrent
[ ]  995    0    0  995 / 1000    33.5s Lockfree.Skiplist concurrent
[ ]  999    0    0  999 / 1000    33.7s Lockfree.Skiplist concurrent
[ ] 1000    0    0 1000 / 1000    33.8s Lockfree.Skiplist concurrent
[] 1000    0    0 1000 / 1000    33.8s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/size && ./stm_size.exe)

random seed: 515796787
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
[ ]    1    0    0    1 / 1000     0.2s Saturn_lockfree.Size concurrent
[ ]    4    0    0    4 / 1000     0.4s Saturn_lockfree.Size concurrent
[ ]    6    0    0    6 / 1000     0.5s Saturn_lockfree.Size concurrent
[ ]    9    0    0    9 / 1000     0.6s Saturn_lockfree.Size concurrent
[ ]   14    0    0   14 / 1000     0.8s Saturn_lockfree.Size concurrent
[ ]   19    0    0   19 / 1000     0.9s Saturn_lockfree.Size concurrent
[ ]   21    0    0   21 / 1000     1.0s Saturn_lockfree.Size concurrent
[ ]   22    0    0   22 / 1000     1.2s Saturn_lockfree.Size concurrent
[ ]   27    0    0   27 / 1000     1.3s Saturn_lockfree.Size concurrent
[ ]   31    0    0   31 / 1000     1.4s Saturn_lockfree.Size concurrent
[ ]   33    0    0   33 / 1000     1.6s Saturn_lockfree.Size concurrent
[ ]   37    0    0   37 / 1000     1.7s Saturn_lockfree.Size concurrent
[ ]   44    0    0   44 / 1000     1.8s Saturn_lockfree.Size concurrent
[ ]   48    0    0   48 / 1000     2.2s Saturn_lockfree.Size concurrent
[ ]   50    0    0   50 / 1000     2.6s Saturn_lockfree.Size concurrent
[ ]   54    0    0   54 / 1000     2.7s Saturn_lockfree.Size concurrent
[ ]   59    0    0   59 / 1000     2.8s Saturn_lockfree.Size concurrent
[ ]   60    0    0   60 / 1000     3.0s Saturn_lockfree.Size concurrent
[ ]   62    0    0   62 / 1000     3.1s Saturn_lockfree.Size concurrent
[ ]   63    0    0   63 / 1000     3.4s Saturn_lockfree.Size concurrent
[ ]   67    0    0   67 / 1000     3.5s Saturn_lockfree.Size concurrent
[ ]   70    0    0   70 / 1000     3.8s Saturn_lockfree.Size concurrent
[ ]   74    0    0   74 / 1000     4.0s Saturn_lockfree.Size concurrent
[ ]   81    0    0   81 / 1000     4.2s Saturn_lockfree.Size concurrent
[ ]   83    0    0   83 / 1000     4.5s Saturn_lockfree.Size concurrent
[ ]   87    0    0   87 / 1000     4.6s Saturn_lockfree.Size concurrent
[ ]   88    0    0   88 / 1000     4.9s Saturn_lockfree.Size concurrent
[ ]   92    0    0   92 / 1000     5.1s Saturn_lockfree.Size concurrent
[ ]   96    0    0   96 / 1000     5.2s Saturn_lockfree.Size concurrent
[ ]  100    0    0  100 / 1000     5.8s Saturn_lockfree.Size concurrent
[ ]  102    0    0  102 / 1000     5.9s Saturn_lockfree.Size concurrent
[ ]  103    0    0  103 / 1000     6.1s Saturn_lockfree.Size concurrent
[ ]  106    0    0  106 / 1000     6.2s Saturn_lockfree.Size concurrent
[ ]  107    0    0  107 / 1000     6.4s Saturn_lockfree.Size concurrent
[ ]  108    0    0  108 / 1000     6.6s Saturn_lockfree.Size concurrent
[ ]  111    0    0  111 / 1000     7.3s Saturn_lockfree.Size concurrent
[ ]  114    0    0  114 / 1000     7.4s Saturn_lockfree.Size concurrent
[ ]  119    0    0  119 / 1000     7.5s Saturn_lockfree.Size concurrent
[ ]  121    0    0  121 / 1000     7.7s Saturn_lockfree.Size concurrent
[ ]  122    0    0  122 / 1000     7.8s Saturn_lockfree.Size concurrent
[ ]  126    0    0  126 / 1000     7.9s Saturn_lockfree.Size concurrent
[ ]  129    0    0  129 / 1000     8.1s Saturn_lockfree.Size concurrent
[ ]  132    0    0  132 / 1000     8.4s Saturn_lockfree.Size concurrent
[ ]  134    0    0  134 / 1000     8.7s Saturn_lockfree.Size concurrent
[ ]  137    0    0  137 / 1000     8.8s Saturn_lockfree.Size concurrent
[ ]  143    0    0  143 / 1000     8.9s Saturn_lockfree.Size concurrent
[ ]  148    0    0  148 / 1000     9.3s Saturn_lockfree.Size concurrent
[ ]  152    0    0  152 / 1000     9.5s Saturn_lockfree.Size concurrent
[ ]  156    0    0  156 / 1000     9.6s Saturn_lockfree.Size concurrent
[ ]  159    0    0  159 / 1000     9.7s Saturn_lockfree.Size concurrent
[ ]  162    0    0  162 / 1000     9.8s Saturn_lockfree.Size concurrent
[ ]  164    0    0  164 / 1000     9.9s Saturn_lockfree.Size concurrent
[ ]  167    0    0  167 / 1000    10.3s Saturn_lockfree.Size concurrent
[ ]  171    0    0  171 / 1000    10.4s Saturn_lockfree.Size concurrent
[ ]  175    0    0  175 / 1000    10.5s Saturn_lockfree.Size concurrent
[ ]  178    0    0  178 / 1000    10.7s Saturn_lockfree.Size concurrent
[ ]  180    0    0  180 / 1000    10.9s Saturn_lockfree.Size concurrent
[ ]  184    0    0  184 / 1000    11.0s Saturn_lockfree.Size concurrent
[ ]  187    0    0  187 / 1000    11.1s Saturn_lockfree.Size concurrent
[ ]  191    0    0  191 / 1000    11.3s Saturn_lockfree.Size concurrent
[ ]  192    0    0  192 / 1000    11.4s Saturn_lockfree.Size concurrent
[ ]  194    0    0  194 / 1000    11.7s Saturn_lockfree.Size concurrent
[ ]  196    0    0  196 / 1000    11.8s Saturn_lockfree.Size concurrent
[ ]  197    0    0  197 / 1000    11.9s Saturn_lockfree.Size concurrent
[ ]  201    0    0  201 / 1000    12.0s Saturn_lockfree.Size concurrent
[ ]  203    0    0  203 / 1000    12.2s Saturn_lockfree.Size concurrent
[ ]  205    0    0  205 / 1000    12.3s Saturn_lockfree.Size concurrent
[ ]  210    0    0  210 / 1000    12.4s Saturn_lockfree.Size concurrent
[ ]  214    0    0  214 / 1000    12.5s Saturn_lockfree.Size concurrent
[ ]  218    0    0  218 / 1000    12.7s Saturn_lockfree.Size concurrent
[ ]  222    0    0  222 / 1000    12.8s Saturn_lockfree.Size concurrent
[ ]  223    0    0  223 / 1000    13.0s Saturn_lockfree.Size concurrent
[ ]  228    0    0  228 / 1000    13.1s Saturn_lockfree.Size concurrent
[ ]  229    0    0  229 / 1000    13.2s Saturn_lockfree.Size concurrent
[ ]  234    0    0  234 / 1000    13.3s Saturn_lockfree.Size concurrent
[ ]  239    0    0  239 / 1000    13.5s Saturn_lockfree.Size concurrent
[ ]  243    0    0  243 / 1000    13.6s Saturn_lockfree.Size concurrent
[ ]  247    0    0  247 / 1000    13.8s Saturn_lockfree.Size concurrent
[ ]  250    0    0  250 / 1000    13.9s Saturn_lockfree.Size concurrent
[ ]  254    0    0  254 / 1000    14.0s Saturn_lockfree.Size concurrent
[ ]  258    0    0  258 / 1000    14.2s Saturn_lockfree.Size concurrent
[ ]  261    0    0  261 / 1000    14.4s Saturn_lockfree.Size concurrent
[ ]  263    0    0  263 / 1000    14.5s Saturn_lockfree.Size concurrent
[ ]  266    0    0  266 / 1000    14.6s Saturn_lockfree.Size concurrent
[ ]  271    0    0  271 / 1000    14.7s Saturn_lockfree.Size concurrent
[ ]  274    0    0  274 / 1000    14.9s Saturn_lockfree.Size concurrent
[ ]  277    0    0  277 / 1000    15.0s Saturn_lockfree.Size concurrent
[ ]  281    0    0  281 / 1000    15.3s Saturn_lockfree.Size concurrent
[ ]  284    0    0  284 / 1000    15.4s Saturn_lockfree.Size concurrent
[ ]  287    0    0  287 / 1000    15.6s Saturn_lockfree.Size concurrent
[ ]  289    0    0  289 / 1000    15.7s Saturn_lockfree.Size concurrent
[ ]  291    0    0  291 / 1000    15.8s Saturn_lockfree.Size concurrent
[ ]  297    0    0  297 / 1000    15.9s Saturn_lockfree.Size concurrent
[ ]  300    0    0  300 / 1000    16.1s Saturn_lockfree.Size concurrent
[ ]  308    0    0  308 / 1000    16.2s Saturn_lockfree.Size concurrent
[ ]  311    0    0  311 / 1000    16.4s Saturn_lockfree.Size concurrent
[ ]  316    0    0  316 / 1000    16.6s Saturn_lockfree.Size concurrent
[ ]  321    0    0  321 / 1000    16.8s Saturn_lockfree.Size concurrent
[ ]  323    0    0  323 / 1000    16.9s Saturn_lockfree.Size concurrent
[ ]  326    0    0  326 / 1000    17.1s Saturn_lockfree.Size concurrent
[ ]  329    0    0  329 / 1000    17.2s Saturn_lockfree.Size concurrent
[ ]  330    0    0  330 / 1000    17.5s Saturn_lockfree.Size concurrent
[ ]  334    0    0  334 / 1000    17.6s Saturn_lockfree.Size concurrent
[ ]  338    0    0  338 / 1000    17.7s Saturn_lockfree.Size concurrent
[ ]  342    0    0  342 / 1000    17.8s Saturn_lockfree.Size concurrent
[ ]  346    0    0  346 / 1000    17.9s Saturn_lockfree.Size concurrent
[ ]  353    0    0  353 / 1000    18.1s Saturn_lockfree.Size concurrent
[ ]  358    0    0  358 / 1000    18.2s Saturn_lockfree.Size concurrent
[ ]  360    0    0  360 / 1000    18.3s Saturn_lockfree.Size concurrent
[ ]  363    0    0  363 / 1000    18.4s Saturn_lockfree.Size concurrent
[ ]  368    0    0  368 / 1000    18.7s Saturn_lockfree.Size concurrent
[ ]  371    0    0  371 / 1000    19.0s Saturn_lockfree.Size concurrent
[ ]  378    0    0  378 / 1000    19.1s Saturn_lockfree.Size concurrent
[ ]  381    0    0  381 / 1000    19.2s Saturn_lockfree.Size concurrent
[ ]  387    0    0  387 / 1000    19.3s Saturn_lockfree.Size concurrent
[ ]  389    0    0  389 / 1000    19.4s Saturn_lockfree.Size concurrent
[ ]  395    0    0  395 / 1000    19.5s Saturn_lockfree.Size concurrent
[ ]  401    0    0  401 / 1000    19.7s Saturn_lockfree.Size concurrent
[ ]  410    0    0  410 / 1000    20.1s Saturn_lockfree.Size concurrent
[ ]  412    0    0  412 / 1000    20.2s Saturn_lockfree.Size concurrent
[ ]  422    0    0  422 / 1000    20.3s Saturn_lockfree.Size concurrent
[ ]  424    0    0  424 / 1000    20.4s Saturn_lockfree.Size concurrent
[ ]  431    0    0  431 / 1000    20.7s Saturn_lockfree.Size concurrent
[ ]  438    0    0  438 / 1000    20.8s Saturn_lockfree.Size concurrent
[ ]  446    0    0  446 / 1000    21.1s Saturn_lockfree.Size concurrent
[ ]  453    0    0  453 / 1000    21.2s Saturn_lockfree.Size concurrent
[ ]  457    0    0  457 / 1000    21.3s Saturn_lockfree.Size concurrent
[ ]  460    0    0  460 / 1000    21.4s Saturn_lockfree.Size concurrent
[ ]  466    0    0  466 / 1000    21.5s Saturn_lockfree.Size concurrent
[ ]  471    0    0  471 / 1000    21.9s Saturn_lockfree.Size concurrent
[ ]  475    0    0  475 / 1000    22.0s Saturn_lockfree.Size concurrent
[ ]  480    0    0  480 / 1000    22.1s Saturn_lockfree.Size concurrent
[ ]  481    0    0  481 / 1000    22.3s Saturn_lockfree.Size concurrent
[ ]  483    0    0  483 / 1000    22.4s Saturn_lockfree.Size concurrent
[ ]  491    0    0  491 / 1000    22.7s Saturn_lockfree.Size concurrent
[ ]  499    0    0  499 / 1000    23.1s Saturn_lockfree.Size concurrent
[ ]  510    0    0  510 / 1000    23.3s Saturn_lockfree.Size concurrent
[ ]  519    0    0  519 / 1000    23.4s Saturn_lockfree.Size concurrent
[ ]  525    0    0  525 / 1000    23.5s Saturn_lockfree.Size concurrent
[ ]  534    0    0  534 / 1000    23.7s Saturn_lockfree.Size concurrent
[ ]  536    0    0  536 / 1000    23.9s Saturn_lockfree.Size concurrent
[ ]  543    0    0  543 / 1000    24.0s Saturn_lockfree.Size concurrent
[ ]  556    0    0  556 / 1000    24.2s Saturn_lockfree.Size concurrent
[ ]  559    0    0  559 / 1000    24.3s Saturn_lockfree.Size concurrent
[ ]  560    0    0  560 / 1000    24.5s Saturn_lockfree.Size concurrent
[ ]  565    0    0  565 / 1000    24.6s Saturn_lockfree.Size concurrent
[ ]  570    0    0  570 / 1000    24.7s Saturn_lockfree.Size concurrent
[ ]  578    0    0  578 / 1000    24.8s Saturn_lockfree.Size concurrent
[ ]  581    0    0  581 / 1000    25.0s Saturn_lockfree.Size concurrent
[ ]  589    0    0  589 / 1000    25.1s Saturn_lockfree.Size concurrent
[ ]  599    0    0  599 / 1000    25.3s Saturn_lockfree.Size concurrent
[ ]  608    0    0  608 / 1000    25.4s Saturn_lockfree.Size concurrent
[ ]  614    0    0  614 / 1000    25.6s Saturn_lockfree.Size concurrent
[ ]  631    0    0  631 / 1000    25.7s Saturn_lockfree.Size concurrent
[ ]  646    0    0  646 / 1000    25.8s Saturn_lockfree.Size concurrent
[ ]  649    0    0  649 / 1000    26.0s Saturn_lockfree.Size concurrent
[ ]  667    0    0  667 / 1000    26.1s Saturn_lockfree.Size concurrent
[ ]  671    0    0  671 / 1000    26.3s Saturn_lockfree.Size concurrent
[ ]  677    0    0  677 / 1000    26.4s Saturn_lockfree.Size concurrent
[ ]  681    0    0  681 / 1000    26.5s Saturn_lockfree.Size concurrent
[ ]  684    0    0  684 / 1000    26.7s Saturn_lockfree.Size concurrent
[ ]  692    0    0  692 / 1000    26.8s Saturn_lockfree.Size concurrent
[ ]  702    0    0  702 / 1000    26.9s Saturn_lockfree.Size concurrent
[ ]  704    0    0  704 / 1000    27.1s Saturn_lockfree.Size concurrent
[ ]  711    0    0  711 / 1000    27.2s Saturn_lockfree.Size concurrent
[ ]  721    0    0  721 / 1000    27.3s Saturn_lockfree.Size concurrent
[ ]  722    0    0  722 / 1000    27.5s Saturn_lockfree.Size concurrent
[ ]  724    0    0  724 / 1000    27.6s Saturn_lockfree.Size concurrent
[ ]  733    0    0  733 / 1000    27.7s Saturn_lockfree.Size concurrent
[ ]  738    0    0  738 / 1000    27.9s Saturn_lockfree.Size concurrent
[ ]  746    0    0  746 / 1000    28.0s Saturn_lockfree.Size concurrent
[ ]  749    0    0  749 / 1000    28.1s Saturn_lockfree.Size concurrent
[ ]  751    0    0  751 / 1000    28.3s Saturn_lockfree.Size concurrent
[ ]  755    0    0  755 / 1000    28.4s Saturn_lockfree.Size concurrent
[ ]  767    0    0  767 / 1000    28.5s Saturn_lockfree.Size concurrent
[ ]  770    0    0  770 / 1000    28.7s Saturn_lockfree.Size concurrent
[ ]  772    0    0  772 / 1000    28.9s Saturn_lockfree.Size concurrent
[ ]  773    0    0  773 / 1000    29.1s Saturn_lockfree.Size concurrent
[ ]  774    0    0  774 / 1000    29.2s Saturn_lockfree.Size concurrent
[ ]  779    0    0  779 / 1000    29.4s Saturn_lockfree.Size concurrent
[ ]  785    0    0  785 / 1000    29.5s Saturn_lockfree.Size concurrent
[ ]  792    0    0  792 / 1000    29.6s Saturn_lockfree.Size concurrent
[ ]  800    0    0  800 / 1000    29.7s Saturn_lockfree.Size concurrent
[ ]  813    0    0  813 / 1000    29.8s Saturn_lockfree.Size concurrent
[ ]  818    0    0  818 / 1000    29.9s Saturn_lockfree.Size concurrent
[ ]  831    0    0  831 / 1000    30.0s Saturn_lockfree.Size concurrent
[ ]  839    0    0  839 / 1000    30.2s Saturn_lockfree.Size concurrent
[ ]  841    0    0  841 / 1000    30.4s Saturn_lockfree.Size concurrent
[ ]  849    0    0  849 / 1000    30.5s Saturn_lockfree.Size concurrent
[ ]  852    0    0  852 / 1000    30.6s Saturn_lockfree.Size concurrent
[ ]  865    0    0  865 / 1000    30.7s Saturn_lockfree.Size concurrent
[ ]  870    0    0  870 / 1000    30.8s Saturn_lockfree.Size concurrent
[ ]  879    0    0  879 / 1000    31.0s Saturn_lockfree.Size concurrent
[ ]  888    0    0  888 / 1000    31.3s Saturn_lockfree.Size concurrent
[ ]  891    0    0  891 / 1000    31.5s Saturn_lockfree.Size concurrent
[ ]  901    0    0  901 / 1000    31.6s Saturn_lockfree.Size concurrent
[ ]  903    0    0  903 / 1000    31.8s Saturn_lockfree.Size concurrent
[ ]  911    0    0  911 / 1000    32.0s Saturn_lockfree.Size concurrent
[ ]  920    0    0  920 / 1000    32.2s Saturn_lockfree.Size concurrent
[ ]  927    0    0  927 / 1000    32.3s Saturn_lockfree.Size concurrent
[ ]  930    0    0  930 / 1000    32.5s Saturn_lockfree.Size concurrent
[ ]  941    0    0  941 / 1000    32.6s Saturn_lockfree.Size concurrent
[ ]  948    0    0  948 / 1000    32.8s Saturn_lockfree.Size concurrent
[ ]  950    0    0  950 / 1000    33.0s Saturn_lockfree.Size concurrent
[ ]  951    0    0  951 / 1000    33.1s Saturn_lockfree.Size concurrent
[ ]  956    0    0  956 / 1000    33.4s Saturn_lockfree.Size concurrent
[ ]  965    0    0  965 / 1000    33.5s Saturn_lockfree.Size concurrent
[ ]  972    0    0  972 / 1000    33.6s Saturn_lockfree.Size concurrent
[ ]  976    0    0  976 / 1000    33.7s Saturn_lockfree.Size concurrent
[ ]  989    0    0  989 / 1000    33.9s Saturn_lockfree.Size concurrent
[ ]  991    0    0  991 / 1000    34.0s Saturn_lockfree.Size concurrent
[ ]  996    0    0  996 / 1000    34.1s Saturn_lockfree.Size concurrent
[] 1000    0    0 1000 / 1000    34.2s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
2024-10-11 16:43.33: Cancelling: Timeout (60.0 minutes)
Job cancelled
2024-10-11 16:43.34: Timeout (60.0 minutes)