You are here

Space Swap!!!

3 posts / 0 new
Last post
Space Swap!!!
#1

Hello people.


it is normal for cluster.py occupy much space in the swap? I am following this tutorial, I had problems occupy the entire swap, and the program stops running, it increased to 54Gb, and still is using almost entirely.
It is running for more than 22 hours, and apparently will take all of the memory again and crash the program.

the script is:

python /home/jrcf/rosetta/tools/protein_tools/scripts/clustering.py --silent=cluster_all.out --rosetta=/home/jrcf/rosetta/main/source/bin/cluster.linuxgccrelease --database=/home/jrcf/rosetta/main/database/ --options=cluster.options cluster_summary.txt cluster_histogram.txt

*cluster.options

-in:file:fullatom 
-out:file:silent cluster_all.out
-run:shuffle
-cluster:radius -1 
-cluster:input_score_filter 0

 

Post Situation: 
Sun, 2016-02-14 11:43
jrcf

The old cluster application is known to perform miserably when handed a large number of structures.  It keeps them all in memory.  So, yes, this is normal.  You should just filter out the top few percent by energy and cluster those.

 

You could also look into Calibur to do clustering instead?  I know Calibur was recently put into Rosetta but I don't know when that will be released.

Mon, 2016-02-15 08:37
smlewis

Thanks SMLEWIS

I trying to use the Calibur now.

Mon, 2016-02-15 17:59
jrcf