Closed epelofske-LANL closed 11 months ago
The error that you are seeing suggests that you are running out of memory. The Tuple Estimates can require a substantial amount of memory (on the order of 25 times the number of symbols in the data set). Remember that the bitstring evaluation is going to generate a sample that has up to eight times the number of samples in your input data set, so for this data set size in the worst case (8-bit wide data) you're going to need more than 481 GB of RAM.
If this is indeed what is going on, the fix is "don't do that".
Ah, makes sense. I was monitoring RAM consumption and it appeared that it had not hit saturation, so I thought this could be an unintended issue.
When running the non iid test on a very large bin datafile (2.4 Gb), the tests execute up until the Tuple Estimates where there is a core dump error: