Hi Ira,
Are you using the biparental (SNP) format or the frequency format? The biparental format expects values 0/1/2, while the frequency format expects multiple columns per marker (one per allele) with values in the range [0,1] that sum to one across all alleles of the same marker. Your file format seems to be somewhere in between, so I am not sure what format you intended to use. I also noticed there are some unexpected additional header lines (rows 2-6) that should also be removed.
Getting back to my previous reply: there are many (>5k) markers that were called as 0 for all accessions. When using the frequency format, this means these markers weren't detected in any of the accessions. If using biparental format, this means all accessions were homozygous for the same allele for all of these markers. In both cases, it means allele coverage cannot reach 100% regardless of the selected subset. Such markers should preferably be removed, as they don't contribute to the diversity of the selected core set, especially if your specific goal is to search for a subset with 100% allele coverage.
Missing values should not be a problem, they are handled internally by Core Hunter.