Pairwise.seq with version 1.46.1

Hei,
I am using pairwise.seq in version 1.46.1 to re-run previous ITS sequence with cutoff=0.03, which suppose to take much short time as the kmercutoff parameter was added. However, the generated .dist file is too large when using multiple processor, the process is always killed. I have used version 1.45 to run pairwise.seq for the same dataset, it worked fine. Is it possible bug in the command in the new version not using multiple processors?

below is the batch job:
#SBATCH -p longrun
#SBATCH -J pairwise.seq
#SBATCH -o output_%j
#SBATCH -e error_%j
#SBATCH -n 1
#SBATCH --nodes=1
#SBATCH -t 200:00:00
#SBATCH --cpus-per-task=10
#SBATCH --mem-per-cpu=30000
#SBATCH --mail-type=END

pairwise.seqs(fasta=stability.trim.contigs.pcr.good.unique.pick.trim.precluster.fasta,cutoff=0.03,processors=10)

Thanks,

Hui

Could you send your input files and logfile to mothur.bugs@gmail.com so I can track down the issue for you?