results for mcs-lock
authorPeizhao Ou <peizhaoo@uci.edu>
Sun, 22 Mar 2015 07:28:37 +0000 (00:28 -0700)
committerPeizhao Ou <peizhaoo@uci.edu>
Sun, 22 Mar 2015 07:28:37 +0000 (00:28 -0700)
mcs-lock/note.txt
mcs-lock/result.txt [new file with mode: 0644]

index aeef26ebe59fb0fbfcca18fb0bb4991541a88c72..8fe59f011bedb5d141f1f255af992b33104a20ac 100644 (file)
@@ -23,3 +23,5 @@ peizhaoo@dw-2:~/model-checker$ ./run.sh mcs-lock/testcase1 -m2 -b100 -y -tSCFENC
 The '-b100' is to terminate the execution in case of infinite loops because of
 improper synchronization at the beginning period. The 'm' option for SCFENCE
 analysis is to turn on the implyMO mode.
+
+It took to    finish!!
diff --git a/mcs-lock/result.txt b/mcs-lock/result.txt
new file mode 100644 (file)
index 0000000..2c0ce45
--- /dev/null
@@ -0,0 +1,29 @@
+peizhaoo@dw-2:~/test/model-checker-priv/model-checker-priv$ time ./run.sh
+benchmarks/mcs-lock/testcase1 -m2 -y -u3 -b100 -tSCFENCE -o weaken -o m &>
+/scratch/a
+
+real   0m12.838s
+user   0m11.925s
+sys    0m0.834s
+
+Result 0:
+wildcard 1 -> memory_order_relaxed
+wildcard 2 -> memory_order_relaxed
+wildcard 3 -> memory_order_acq_rel
+wildcard 4 -> memory_order_release
+wildcard 5 -> memory_order_acquire
+wildcard 6 -> memory_order_acquire
+wildcard 7 -> memory_order_acq_rel
+wildcard 8 -> memory_order_relaxed
+wildcard 9 -> memory_order_release
+
+Result 1:
+wildcard 1 -> memory_order_relaxed
+wildcard 2 -> memory_order_relaxed
+wildcard 3 -> memory_order_acq_rel
+wildcard 4 -> memory_order_release
+wildcard 5 -> memory_order_acquire
+wildcard 6 -> memory_order_acquire
+wildcard 7 -> memory_order_release
+wildcard 8 -> memory_order_acquire
+wildcard 9 -> memory_order_release