Skip to content

Instantly share code, notes, and snippets.

make: Entering directory '/home/sudha/ocaml/sudha/ocaml-multicore/testsuite'
make[1]: Entering directory '/home/sudha/ocaml/sudha/ocaml-multicore/testsuite'
Running tests from 'tests/afl-instrumentation' ...
make[2]: Entering directory '/home/sudha/ocaml/sudha/ocaml-multicore/testsuite'
... testing 'afltest.ml' with 1 (native-compiler) => passed
... testing 'afltest.ml' with 1.1 (script) => skipped (afl-showmap not available)
... testing 'afltest.ml' with 1.1.1 (setup-ocamlopt.byte-build-env) => n/a
... testing 'afltest.ml' with 1.1.1.1 (ocamlopt.byte) => n/a
... testing 'afltest.ml' with 1.1.1.1.1 (ocamlopt.byte) => n/a
... testing 'afltest.ml' with 1.1.1.1.1.1 (run) => n/a
make: Entering directory '/home/sudha/ocaml/sudha/ocaml-multicore/testsuite'
make[1]: Entering directory '/home/sudha/ocaml/sudha/ocaml-multicore/testsuite'
Running tests from 'tests/afl-instrumentation' ...
make[2]: Entering directory '/home/sudha/ocaml/sudha/ocaml-multicore/testsuite'
... testing 'afltest.ml' with 1 (native-compiler) => passed
... testing 'afltest.ml' with 1.1 (script) => skipped (afl-showmap not available)
... testing 'afltest.ml' with 1.1.1 (setup-ocamlopt.byte-build-env) => n/a
... testing 'afltest.ml' with 1.1.1.1 (ocamlopt.byte) => n/a
... testing 'afltest.ml' with 1.1.1.1.1 (ocamlopt.byte) => n/a
... testing 'afltest.ml' with 1.1.1.1.1.1 (run) => n/a
{"name":"floyd_warshall_multicore.20_1024.orunchrt","command":"chrt -r 1 taskset --cpu-list 2-13,16-27 ./floyd_warshall_multicore.exe 20 1024","time_secs":2.878643035888672,"user_time_secs":52.49041,"sys_time_secs":0.409266,"maxrss_kB":186520,"ocaml":{"version":"4.10.0+multicore","c_compiler":"gcc","architecture":"amd64","word_size":"64","system":"linux","stats":"false","function_sections":"true","supports_shared_libraries":"true"},"gc":{"allocated_words":2188550771,"minor_words":2187500138,"promoted_words":24987646,"major_words":26038279,"minor_collections":9541,"major_collections":17,"heap_words":16973827,"top_heap_words":17993731,"mean_space_overhead":6.979056},"codesize":98631.0,"ocaml_url":"https://github.com/Sudha247/ocaml-multicore/archive/globroots.tar.gz"}
{"name":"floyd_warshall.1024.orunchrt","command":"chrt -r 1 taskset --cpu-list 2-13 ./floyd_warshall.exe 1024","time_secs":40.19758105278015,"user_time_secs":40.177297,"sys_time_secs":0.02,"maxrss_kB":56076,"ocaml":{"version":"4.10.0+multicore","c_
let percent_finalize = try int_of_string Sys.argv.(1) with _ -> 50
let iterations = try int_of_string Sys.argv.(2) with _ -> 10000
let num_domains = try int_of_string Sys.argv.(3) with _ -> 4
type 'a tree = Empty | Node of 'a tree * 'a tree
let rec make d =
if d = 0 then Node(Empty, Empty)
else let d = d - 1 in Node(make d, make d)
{"name":"game_of_life_multicore.8_256.orunchrt","command":"chrt -r 1 taskset --cpu-list 2-13 ./game_of_life_multicore.exe 8 256","time_secs":1.6855521202087402,"user_time_secs":12.791756,"sys_time_secs":0.020024,"maxrss_kB":29032,"ocaml":{"version":"4.10.0+multicore","c_compiler":"gcc","architecture":"amd64","word_size":"64","system":"linux","stats":"false","function_sections":"true","supports_shared_libraries":"true"},"gc":{"allocated_words":3196200,"minor_words":1094884,"promoted_words":541,"major_words":2101857,"minor_collections":18,"major_collections":3,"heap_words":2195594,"top_heap_words":2195594,"mean_space_overhead":10.313815},"codesize":98326.0,"ocaml_url":"https://github.com/Sudha247/ocaml-multicore/archive/3deeb2604320a7337cc75f20116ea237d65fc400.tar.gz"}
{"name":"nbody_multicore.24_512_2048.orunchrt","command":"chrt -r 1 taskset --cpu-list 2-13,16-27 ./nbody_multicore.exe 24 512 2048","time_secs":1.1145110130310059,"user_time_secs":25.122362,"sys_time_secs":0.059739,"maxrss_kB":50448,"ocaml":{"ve
{"name":"crout-decomposition.","command":"taskset --cpu-list 5 ./crout_decomposition.exe","time_secs":1.3715839385986328,"user_time_secs":1.335317,"sys_time_secs":0.035981,"maxrss_kB":66576,"ocaml":{"version":"4.10.0+multicore","c_compiler":"gcc","architecture":"amd64","word_size":"64","system":"linux","stats":"false","function_sections":"true","supports_shared_libraries":"true"},"gc":{"allocated_words":551063200,"minor_words":543585656,"promoted_words":298437,"major_words":7775981,"minor_collections":2076,"major_collections":7,"heap_words":7772400,"top_heap_words":7772400,"mean_space_overhead":10.186323},"codesize":336287.0,"ocaml_url":"https://github.com/Sudha247/ocaml-multicore/archive/3deeb2604320a7337cc75f20116ea237d65fc400.tar.gz"}
{"name":"menhir.ocamly","command":"taskset --cpu-list 5 menhir benchmarks/menhir/ocaml.mly --list-errors -la 2 --no-stdlib --lalr","time_secs":261.12975811958313,"user_time_secs":257.595971,"sys_time_secs":3.531999,"maxrss_kB":3488916,"ocaml":{"version":"4.10.0+multicore","c_
{"name":"finalise.90","command":"taskset --cpu-list 5 ./finalise.exe 90","time_secs":2.0554890632629395,"user_time_secs":2.023232,"sys_time_secs":0.031987,"maxrss_kB":49892,"ocaml":{"version":"4.10.0+multicore","c_compiler":"gcc","architecture":"amd64","word_size":"64","system":"linux","stats":"false","function_sections":"true","supports_shared_libraries":"true"},"gc":{"allocated_words":42779695,"minor_words":42779629,"promoted_words":35950105,"major_words":35950171,"minor_collections":205,"major_collections":45,"heap_words":2502656,"top_heap_words":3633152,"mean_space_overhead":46.059339},"codesize":166537.0,"ocaml_url":"https://github.com/Sudha247/ocaml-multicore/archive/overflow_skiplist.tar.gz"}
{"name":"weakretain.50_10000000","command":"taskset --cpu-list 5 ./weakretain.exe 50 10000000","time_secs":1.476759910583496,"user_time_secs":1.436519,"sys_time_secs":0.040014,"maxrss_kB":98708,"ocaml":{"version":"4.10.0+multicore","c_compiler":"gcc","architecture":"amd64","word_size":"64","system":"linux","stats"
{"name":"finalise.90","command":"taskset --cpu-list 5 ./finalise.exe 90","time_secs":2.048661947250366,"user_time_secs":2.028394,"sys_time_secs":0.020003,"maxrss_kB":49692,"ocaml":{"version":"4.10.0+multicore","c_compiler":"gcc","architecture":"amd64","word_size":"64","system":"linux","stats":"false","function_sections":"true","supports_shared_libraries":"true"},"gc":{"allocated_words":42779715,"minor_words":42779629,"promoted_words":35950105,"major_words":35950191,"minor_collections":205,"major_collections":45,"heap_words":2502656,"top_heap_words":3633152,"mean_space_overhead":46.057468},"codesize":166537.0,"ocaml_url":"https://github.com/Sudha247/ocaml-multicore/archive/mark_stack_overflow.tar.gz"}
{"name":"weakretain.50_10000000","command":"taskset --cpu-list 5 ./weakretain.exe 50 10000000","time_secs":1.41988205909729,"user_time_secs":1.375653,"sys_time_secs":0.043988,"maxrss_kB":98636,"ocaml":{"version":"4.10.0+multicore","c_compiler":"gcc","architecture":"amd64","word_size":"64","system":"linux","stats"
{"name":"finalise.90","command":"taskset --cpu-list 5 ./finalise.exe 90","time_secs":1.569916009902954,"user_time_secs":1.545621,"sys_time_secs":0.023963,"maxrss_kB":38168,"ocaml":{"version":"4.13.0+dev0-2020-10-19","c_compiler":"gcc","architecture":"amd64","word_size":"64","system":"linux","function_sections":"true","supports_shared_libraries":"true","linear_magic_number":"Caml1999L029"},"gc":{"allocated_words":42047510,"minor_words":42047510,"promoted_words":35837933,"major_words":35837933,"minor_collections":185,"major_collections":55,"heap_words":2026496,"heap_chunks":17,"top_heap_words":2026496,"compactions":0,"forced_major_collections":4},"codesize":143271.0,"ocaml_url":"https://github.com/ocaml/ocaml/archive/trunk.tar.gz"}
{"name":"weakretain.50_10000000","command":"taskset --cpu-list 5 ./weakretain.exe 50 10000000","time_secs":0.7829501628875732,"user_time_secs":0.734806,"sys_time_secs":0.047922,"maxrss_kB":84284,"ocaml":{"version":"4.13.0+dev0-2020-10-19","c_compiler":"gcc","architecture":"amd64","wo
This file has been truncated, but you can view the full file.
git log -n 1
commit 7134bea131cd1cf340250bbcce72bdfddedf6df0
Author: Sudha Parimala <sudharg247@gmail.com>
Date: Tue Oct 27 17:04:50 2020 +0530
overflow
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file:///home/sudha/runs/sandmark/dependencies