First of all, we pre-computed the deadzones for 36bp reads and the mouse mm9 genome previously. We added the pre-computed deadzone file to the RSEG website (http://smithlab.cmb.usc.edu/histone/rseg/). Running the deadzones program is memory- and time-consuming. When we computed the this set of deadzones, we used the default option -prefix=5, the computational resources used are cput=17:26:33 and mem=11279300kb. Your system seems not have this much memory in the first place. It is unclear why it crashes when using only ~2GB memory. The possible cause on the program side is that it tries to extend a huge string to hold the whole genome. On the other hand, were you running other programs that are also memory-consuming? (In reply to comment #1) > deadzones can't run to completion in an 8GB RAM system. I monitored RAM usage > and it reaches ~2GB (25% of my system) and crashes trying to allocate memory. > I tried the default -p and -p 3. > > $ deadzones -p 3 -s fa -k 36 -o unmappable.mm9.36bp.bed . -v > > [READING SEQUENCE FILES] > ./chrM.fa (SEQS: 1) > ./chr9.fa (SEQS: 1) > ./chr4.fa (SEQS: 1) > ./chr15.fa (SEQS: 1) > ./chrX.fa (SEQS: 1) > ./chr2.fa (SEQS: 1) > ./chr6.fa (SEQS: 1) > ./chrY.fa (SEQS: 1) > ./chr10.fa (SEQS: 1) > ./chr14.fa (SEQS: 1) > ./chr19.fa (SEQS: 1) > ./chr12.fa (SEQS: 1) > ./chr18.fa (SEQS: 1) > ./chr5.fa (SEQS: 1) > ./chr11.fa (SEQS: 1) > ./chr3.fa (SEQS: 1) > ./chr17.fa (SEQS: 1) > ./chr13.fa (SEQS: 1) > ./chr16.fa (SEQS: 1) > ERROR: could not allocate memory > > System info: rseg was compiled and ran in Ubuntu 9.04 64bits (kernel > 2.6.28-11-generic)