mtsch / Ripserer.jl

Flexible and efficient persistent homology computation.
https://mtsch.github.io/Ripserer.jl/dev/
MIT License
66 stars 8 forks source link

Tweak heapmove, bump version #133

Closed mtsch closed 3 years ago

github-actions[bot] commented 3 years ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmarks: - Target: 18 Nov 2020 - 09:46 - Baseline: 18 Nov 2020 - 09:50 * Package commits: - Target: eb941c - Baseline: 5254ca * Julia commits: - Target: 788b2c - Baseline: 788b2c * Julia command flags: - Target: None - Baseline: None * Environment variables: - Target: None - Baseline: None ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds). | ID | time ratio | memory ratio | |----------------------------------------------------|------------|--------------| ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["alpha"]` - `["cubical"]` - `["homology"]` - `["rips", "dense"]` - `["rips", "sparse"]` ## Julia versioninfo ### Target ``` Julia Version 1.5.3 Commit 788b2c77c1 (2020-11-09 13:37 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.5 LTS uname: Linux 5.4.0-1031-azure #32~18.04.1-Ubuntu SMP Tue Oct 6 10:03:22 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 26794 s 0 s 2192 s 129902 s 0 s #2 2294 MHz 8594 s 0 s 1948 s 148296 s 0 s Memory: 6.791393280029297 GB (2289.29296875 MB free) Uptime: 1606.0 sec Load Avg: 1.01220703125 0.77392578125 0.37890625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-9.0.1 (ORCJIT, broadwell) ``` ### Baseline ``` Julia Version 1.5.3 Commit 788b2c77c1 (2020-11-09 13:37 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.5 LTS uname: Linux 5.4.0-1031-azure #32~18.04.1-Ubuntu SMP Tue Oct 6 10:03:22 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 27829 s 0 s 2281 s 149399 s 0 s #2 2294 MHz 27751 s 0 s 2513 s 149240 s 0 s Memory: 6.791393280029297 GB (2562.8203125 MB free) Uptime: 1813.0 sec Load Avg: 1.00341796875 0.9130859375 0.52197265625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-9.0.1 (ORCJIT, broadwell) ``` --- # Target result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 18 Nov 2020 - 9:46 * Package commit: eb941c * Julia commit: 788b2c * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |----------------------------------------------------|--------------:|-----------:|----------------:|------------:| | `["alpha", "klein500.pts"]` | 18.981 s (5%) | 620.599 ms | 3.62 GiB (1%) | 33623823 | | `["alpha", "torus10k.pts"]` | 5.496 s (5%) | 113.233 ms | 1.11 GiB (1%) | 10887178 | | `["cubical", "bonsai64.dipha"]` | 6.100 s (5%) | 105.016 ms | 712.16 MiB (1%) | 12213255 | | `["cubical", "lena2048.dipha"]` | 8.031 s (5%) | 441.578 ms | 2.37 GiB (1%) | 27944318 | | `["homology", "klein200.pts"]` | 1.680 s (5%) | | 47.89 MiB (1%) | 834314 | | `["homology", "lena1024.dipha"]` | 6.501 s (5%) | 231.986 ms | 783.34 MiB (1%) | 11742504 | | `["homology", "sphere100.pts"]` | 1.421 s (5%) | 9.281 ms | 90.27 MiB (1%) | 1062420 | | `["rips", "dense", "dragon2000.pts"]` | 2.727 s (5%) | 52.913 ms | 292.72 MiB (1%) | 52255 | | `["rips", "dense", "fract-r.dist"]` | 19.711 s (5%) | 313.967 ms | 1.79 GiB (1%) | 108875 | | `["rips", "dense", "o3_1024.pts"]` | 6.038 s (5%) | 53.106 ms | 481.84 MiB (1%) | 2981126 | | `["rips", "sparse", "alpha_4_sphere_2000.spdist"]` | 8.599 s (5%) | 68.545 ms | 575.71 MiB (1%) | 3751816 | | `["rips", "sparse", "dragon2000.pts"]` | 3.022 s (5%) | 9.239 ms | 322.51 MiB (1%) | 37826 | | `["rips", "sparse", "fract-r.dist"]` | 21.939 s (5%) | 309.900 ms | 1.79 GiB (1%) | 97740 | | `["rips", "sparse", "o3_1024.pts"]` | 2.647 s (5%) | 14.584 ms | 337.97 MiB (1%) | 137110 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["alpha"]` - `["cubical"]` - `["homology"]` - `["rips", "dense"]` - `["rips", "sparse"]` ## Julia versioninfo ``` Julia Version 1.5.3 Commit 788b2c77c1 (2020-11-09 13:37 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.5 LTS uname: Linux 5.4.0-1031-azure #32~18.04.1-Ubuntu SMP Tue Oct 6 10:03:22 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 26794 s 0 s 2192 s 129902 s 0 s #2 2294 MHz 8594 s 0 s 1948 s 148296 s 0 s Memory: 6.791393280029297 GB (2289.29296875 MB free) Uptime: 1606.0 sec Load Avg: 1.01220703125 0.77392578125 0.37890625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-9.0.1 (ORCJIT, broadwell) ``` --- # Baseline result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 18 Nov 2020 - 9:50 * Package commit: 5254ca * Julia commit: 788b2c * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |----------------------------------------------------|--------------:|-----------:|----------------:|------------:| | `["alpha", "klein500.pts"]` | 18.755 s (5%) | 583.434 ms | 3.62 GiB (1%) | 33623827 | | `["alpha", "torus10k.pts"]` | 5.633 s (5%) | 109.062 ms | 1.11 GiB (1%) | 10887177 | | `["cubical", "bonsai64.dipha"]` | 6.019 s (5%) | 85.252 ms | 712.15 MiB (1%) | 12213248 | | `["cubical", "lena2048.dipha"]` | 8.204 s (5%) | 434.434 ms | 2.37 GiB (1%) | 27944316 | | `["homology", "klein200.pts"]` | 1.676 s (5%) | | 47.95 MiB (1%) | 835755 | | `["homology", "lena1024.dipha"]` | 6.686 s (5%) | 236.573 ms | 783.42 MiB (1%) | 11744810 | | `["homology", "sphere100.pts"]` | 1.426 s (5%) | 9.570 ms | 90.30 MiB (1%) | 1063287 | | `["rips", "dense", "dragon2000.pts"]` | 2.675 s (5%) | 40.561 ms | 292.72 MiB (1%) | 52255 | | `["rips", "dense", "fract-r.dist"]` | 19.800 s (5%) | 309.821 ms | 1.79 GiB (1%) | 108875 | | `["rips", "dense", "o3_1024.pts"]` | 6.084 s (5%) | 51.987 ms | 481.84 MiB (1%) | 2981123 | | `["rips", "sparse", "alpha_4_sphere_2000.spdist"]` | 8.799 s (5%) | 59.712 ms | 575.72 MiB (1%) | 3751826 | | `["rips", "sparse", "dragon2000.pts"]` | 3.087 s (5%) | 8.454 ms | 322.51 MiB (1%) | 37826 | | `["rips", "sparse", "fract-r.dist"]` | 22.439 s (5%) | 312.253 ms | 1.79 GiB (1%) | 97740 | | `["rips", "sparse", "o3_1024.pts"]` | 2.741 s (5%) | 13.220 ms | 337.97 MiB (1%) | 137110 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["alpha"]` - `["cubical"]` - `["homology"]` - `["rips", "dense"]` - `["rips", "sparse"]` ## Julia versioninfo ``` Julia Version 1.5.3 Commit 788b2c77c1 (2020-11-09 13:37 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.5 LTS uname: Linux 5.4.0-1031-azure #32~18.04.1-Ubuntu SMP Tue Oct 6 10:03:22 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 27829 s 0 s 2281 s 149399 s 0 s #2 2294 MHz 27751 s 0 s 2513 s 149240 s 0 s Memory: 6.791393280029297 GB (2562.8203125 MB free) Uptime: 1813.0 sec Load Avg: 1.00341796875 0.9130859375 0.52197265625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-9.0.1 (ORCJIT, broadwell) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `openblas64` | | `Sys.CPU_THREADS` | 2 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 79 Model name: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz Stepping: 1 CPU MHz: 2294.683 BogoMIPS: 4589.36 Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 51200K NUMA node0 CPU(s): 0,1 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap xsaveopt md_clear | Cpu Property | Value | |:------------------ |:------------------------------------------------------- | | Brand | Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz | | Vendor | :Intel | | Architecture | :Broadwell | | Model | Family: 0x06, Model: 0x4f, Stepping: 0x01, Type: 0x00 | | Cores | 2 physical cores, 2 logical cores (on executing CPU) | | | No Hyperthreading detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 256, 51200) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC increased at every clock cycle (non-invariant TSC) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 369939236


Totals Coverage Status
Change from base Build 369421223: 0.02%
Covered Lines: 1359
Relevant Lines: 1422

💛 - Coveralls
github-actions[bot] commented 3 years ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmarks: - Target: 18 Nov 2020 - 09:57 - Baseline: 18 Nov 2020 - 10:00 * Package commits: - Target: e50aa5 - Baseline: 5254ca * Julia commits: - Target: 788b2c - Baseline: 788b2c * Julia command flags: - Target: None - Baseline: None * Environment variables: - Target: None - Baseline: None ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds). | ID | time ratio | memory ratio | |----------------------------------------------------|------------------------------|--------------| | `["alpha", "torus10k.pts"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["cubical", "bonsai64.dipha"]` | 0.94 (5%) :white_check_mark: | 1.00 (1%) | | `["cubical", "lena2048.dipha"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["homology", "klein200.pts"]` | 0.87 (5%) :white_check_mark: | 1.00 (1%) | | `["rips", "dense", "dragon2000.pts"]` | 1.16 (5%) :x: | 1.00 (1%) | | `["rips", "dense", "fract-r.dist"]` | 1.11 (5%) :x: | 1.00 (1%) | | `["rips", "dense", "o3_1024.pts"]` | 1.10 (5%) :x: | 1.00 (1%) | | `["rips", "sparse", "dragon2000.pts"]` | 0.80 (5%) :white_check_mark: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["alpha"]` - `["cubical"]` - `["homology"]` - `["rips", "dense"]` - `["rips", "sparse"]` ## Julia versioninfo ### Target ``` Julia Version 1.5.3 Commit 788b2c77c1 (2020-11-09 13:37 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.5 LTS uname: Linux 5.4.0-1031-azure #32~18.04.1-Ubuntu SMP Tue Oct 6 10:03:22 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 11801 s 0 s 1910 s 68447 s 0 s #2 2294 MHz 22574 s 0 s 2372 s 57013 s 0 s Memory: 6.791393280029297 GB (2260.12890625 MB free) Uptime: 838.0 sec Load Avg: 1.09228515625 0.8037109375 0.42626953125 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-9.0.1 (ORCJIT, broadwell) ``` ### Baseline ``` Julia Version 1.5.3 Commit 788b2c77c1 (2020-11-09 13:37 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.5 LTS uname: Linux 5.4.0-1031-azure #32~18.04.1-Ubuntu SMP Tue Oct 6 10:03:22 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 17302 s 0 s 2115 s 82982 s 0 s #2 2294 MHz 36849 s 0 s 2861 s 62518 s 0 s Memory: 6.791393280029297 GB (2586.81640625 MB free) Uptime: 1041.0 sec Load Avg: 1.0 0.90625 0.5478515625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-9.0.1 (ORCJIT, broadwell) ``` --- # Target result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 18 Nov 2020 - 9:57 * Package commit: e50aa5 * Julia commit: 788b2c * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |----------------------------------------------------|--------------:|-----------:|----------------:|------------:| | `["alpha", "klein500.pts"]` | 18.803 s (5%) | 679.505 ms | 3.62 GiB (1%) | 33623828 | | `["alpha", "torus10k.pts"]` | 5.273 s (5%) | 114.129 ms | 1.11 GiB (1%) | 10887179 | | `["cubical", "bonsai64.dipha"]` | 6.003 s (5%) | 111.229 ms | 712.16 MiB (1%) | 12213253 | | `["cubical", "lena2048.dipha"]` | 7.578 s (5%) | 433.673 ms | 2.37 GiB (1%) | 27944318 | | `["homology", "klein200.pts"]` | 1.540 s (5%) | | 47.89 MiB (1%) | 834312 | | `["homology", "lena1024.dipha"]` | 6.176 s (5%) | 236.659 ms | 783.34 MiB (1%) | 11742506 | | `["homology", "sphere100.pts"]` | 1.342 s (5%) | 9.704 ms | 90.28 MiB (1%) | 1062423 | | `["rips", "dense", "dragon2000.pts"]` | 2.753 s (5%) | 41.648 ms | 292.72 MiB (1%) | 52255 | | `["rips", "dense", "fract-r.dist"]` | 20.395 s (5%) | 326.486 ms | 1.79 GiB (1%) | 108875 | | `["rips", "dense", "o3_1024.pts"]` | 6.109 s (5%) | 57.078 ms | 481.85 MiB (1%) | 2981128 | | `["rips", "sparse", "alpha_4_sphere_2000.spdist"]` | 8.425 s (5%) | 66.727 ms | 575.71 MiB (1%) | 3751817 | | `["rips", "sparse", "dragon2000.pts"]` | 2.712 s (5%) | 10.124 ms | 322.51 MiB (1%) | 37826 | | `["rips", "sparse", "fract-r.dist"]` | 21.265 s (5%) | 305.530 ms | 1.79 GiB (1%) | 97740 | | `["rips", "sparse", "o3_1024.pts"]` | 2.595 s (5%) | 15.096 ms | 337.97 MiB (1%) | 137110 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["alpha"]` - `["cubical"]` - `["homology"]` - `["rips", "dense"]` - `["rips", "sparse"]` ## Julia versioninfo ``` Julia Version 1.5.3 Commit 788b2c77c1 (2020-11-09 13:37 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.5 LTS uname: Linux 5.4.0-1031-azure #32~18.04.1-Ubuntu SMP Tue Oct 6 10:03:22 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 11801 s 0 s 1910 s 68447 s 0 s #2 2294 MHz 22574 s 0 s 2372 s 57013 s 0 s Memory: 6.791393280029297 GB (2260.12890625 MB free) Uptime: 838.0 sec Load Avg: 1.09228515625 0.8037109375 0.42626953125 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-9.0.1 (ORCJIT, broadwell) ``` --- # Baseline result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 18 Nov 2020 - 10:0 * Package commit: 5254ca * Julia commit: 788b2c * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |----------------------------------------------------|--------------:|-----------:|----------------:|------------:| | `["alpha", "klein500.pts"]` | 19.641 s (5%) | 757.567 ms | 3.62 GiB (1%) | 33623824 | | `["alpha", "torus10k.pts"]` | 5.827 s (5%) | 123.445 ms | 1.11 GiB (1%) | 10887177 | | `["cubical", "bonsai64.dipha"]` | 6.411 s (5%) | 118.031 ms | 712.16 MiB (1%) | 12213244 | | `["cubical", "lena2048.dipha"]` | 8.395 s (5%) | 480.939 ms | 2.37 GiB (1%) | 27944314 | | `["homology", "klein200.pts"]` | 1.768 s (5%) | | 47.95 MiB (1%) | 835753 | | `["homology", "lena1024.dipha"]` | 6.216 s (5%) | 245.953 ms | 783.42 MiB (1%) | 11744809 | | `["homology", "sphere100.pts"]` | 1.356 s (5%) | | 90.31 MiB (1%) | 1063291 | | `["rips", "dense", "dragon2000.pts"]` | 2.377 s (5%) | 42.010 ms | 292.72 MiB (1%) | 52255 | | `["rips", "dense", "fract-r.dist"]` | 18.373 s (5%) | 325.126 ms | 1.79 GiB (1%) | 108875 | | `["rips", "dense", "o3_1024.pts"]` | 5.548 s (5%) | 56.242 ms | 481.85 MiB (1%) | 2981126 | | `["rips", "sparse", "alpha_4_sphere_2000.spdist"]` | 8.482 s (5%) | 85.835 ms | 575.72 MiB (1%) | 3751819 | | `["rips", "sparse", "dragon2000.pts"]` | 3.390 s (5%) | 11.223 ms | 322.51 MiB (1%) | 37826 | | `["rips", "sparse", "fract-r.dist"]` | 21.582 s (5%) | 318.738 ms | 1.79 GiB (1%) | 97740 | | `["rips", "sparse", "o3_1024.pts"]` | 2.525 s (5%) | 20.632 ms | 337.97 MiB (1%) | 137110 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["alpha"]` - `["cubical"]` - `["homology"]` - `["rips", "dense"]` - `["rips", "sparse"]` ## Julia versioninfo ``` Julia Version 1.5.3 Commit 788b2c77c1 (2020-11-09 13:37 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.5 LTS uname: Linux 5.4.0-1031-azure #32~18.04.1-Ubuntu SMP Tue Oct 6 10:03:22 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 17302 s 0 s 2115 s 82982 s 0 s #2 2294 MHz 36849 s 0 s 2861 s 62518 s 0 s Memory: 6.791393280029297 GB (2586.81640625 MB free) Uptime: 1041.0 sec Load Avg: 1.0 0.90625 0.5478515625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-9.0.1 (ORCJIT, broadwell) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `openblas64` | | `Sys.CPU_THREADS` | 2 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 79 Model name: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz Stepping: 1 CPU MHz: 2294.686 BogoMIPS: 4589.37 Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 51200K NUMA node0 CPU(s): 0,1 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap xsaveopt md_clear | Cpu Property | Value | |:------------------ |:------------------------------------------------------- | | Brand | Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz | | Vendor | :Intel | | Architecture | :Broadwell | | Model | Family: 0x06, Model: 0x4f, Stepping: 0x01, Type: 0x00 | | Cores | 2 physical cores, 2 logical cores (on executing CPU) | | | No Hyperthreading detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 256, 51200) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC increased at every clock cycle (non-invariant TSC) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |