Maps seems stuck while enumerating structures

Hi,

At the beginning, MAPS works just fine and generates about 3-4 structures for VASP calculations.
After this (all DFT converges), MAPS is not able to generate new structure(s) even after 4 days.
Could you please advice?

Here is my lat.in:

      9.3569097519         0.0000000000         0.0000000000
      0.0000000000         5.4211997986         0.0000000000
     -3.2767027515         0.0000000000        13.5563037011

     1  0  0
     0  1  0
     0  0  1

     0.042199999         0.081270002         0.890339971  Mo,Sc
     0.957800031         0.918730021         0.109660029  Mo,Sc
     0.957800031         0.081270002         0.609660029  Mo,Sc
     0.042199999         0.918730021         0.390339971  Mo,Sc
     0.542199969         0.581269979         0.890339971  Mo,Sc
     0.457800001         0.418729991         0.109660029  Mo,Sc
     0.457800001         0.581269979         0.609660029  Mo,Sc
     0.542199969         0.418729991         0.390339971  Mo,Sc
     0.772490025         0.421570003         0.079099998  Mo,Sc
     0.227509975         0.578429997         0.920899987  Mo,Sc
     0.227509975         0.421570003         0.420899987  Mo,Sc
     0.772490025         0.578429997         0.579100013  Mo,Sc
     0.272490025         0.921570003         0.079099998  Mo,Sc
     0.727509975         0.078429997         0.920899987  Mo,Sc
     0.727509975         0.921570003         0.420899987  Mo,Sc
     0.272490025         0.078429997         0.579100013  Mo,Sc
     0.110459998         0.406439990         0.079410002  Mo,Sc
     0.889540017         0.593559980         0.920589983  Mo,Sc
     0.889540017         0.406439990         0.420589983  Mo,Sc
     0.110459998         0.593559980         0.579410017  Mo,Sc
     0.610459983         0.906440020         0.079410002  Mo,Sc
     0.389540017         0.093560010         0.920589983  Mo,Sc
     0.389540017         0.906440020         0.420589983  Mo,Sc
     0.610459983         0.093560010         0.579410017  Mo,Sc
     0.242719993         0.155440003         0.251349986  Al
     0.757279992         0.844560027         0.748650014  Al
     0.757279992         0.155440003         0.248650014  Al
     0.242719993         0.844560027         0.751349986  Al
     0.742720008         0.655439973         0.251349986  Al
     0.257279992         0.344559997         0.748650014  Al
     0.257279992         0.655439973         0.248650014  Al
     0.742720008         0.344559997         0.751349986  Al
     0.000000000         0.428479999         0.250000000  Al
     0.000000000         0.571519971         0.750000000  Al
     0.500000000         0.928480029         0.250000000  Al
     0.500000000         0.071520001         0.750000000  Al
     0.916209996         0.251260012         0.000070000  C
     0.083789997         0.748739958         0.999930024  C
     0.083789997         0.251260012         0.499929994  C
     0.916209996         0.748739958         0.500069976  C
     0.416209996         0.751260042         0.000070000  C
     0.583790004         0.248739988         0.999930024  C
     0.583790004         0.751260042         0.499929994  C
     0.416209996         0.248739988         0.500069976  C
     0.250000000         0.250000000         0.000000000  C
     0.750000000         0.750000000         0.000000000  C
     0.750000000         0.250000000         0.500000000  C
     0.250000000         0.750000000         0.500000000  C

You will get significant speed improvement if you use the most primitive cell possible. To find it:
mv lat.in lat.in.org
cellcvrt.exe -s < lat.in.org > lat.in

You can also constrain maps to NOT generate too large supercell with the -mv option (say, -mv=24 ) .
Note that versions 3_23 and later have a speedier enumeration algorithm.