is there a file in which one can see the progress of mmaps populating the database? mmaps has been running for 1143 hours now and still predstr.out contains no new structures at all. I could see that the memory consumption of mmaps had been increasing ever since mmaps was started so I guess this is related to the structure enumeration/generation process when going to increasingly bigger structures.
I would just like to get an idea of how far this process has evolved. Is there a some (temporary) file I can look into?
I wonder that the genstr will generate the structures as the same sequence as the maps? So that the structure maps didn’t write into the file can be obtained by the genstr.
The structure are internally generated in the same way in maps and genstr, so you could try to see of the structure generation is somehow stuck with genstr. You can run genstr under a debugger and see where it spends all its time.
BTW, I have noticed that, rarely, the routines that produces "reduced cells" takes a very long time. This may happen if the cell size is very elongated. I have not found a simple way to fix this yet.