There is an error on the SQL command.

SQL:
SELECT *, DORMITORIO as DORM, VAGAS as VAGA, SALA_QNT as SALAS, AREA_PRIVATIVA as AREAP, AREA_TOTAL as AREAT, AREA_UTIL as AREAU, AREA_CONSTRUIDA as AREAC FROM fbz_imoveis imo WHERE VER_WEB='Sim' and ORIGEM=0 AND (STATUS = 'VENDA' OR STATUS = 'ALUGUEL' OR STATUS = 'VENDA E ALUGUEL' OR STATUS = 'ALUGADO IMOBILIARIA/' OR STATUS = 'ALUGADO IMOBILIARIA' OR STATUS = 'ALUGADO TERCEIROS' OR STATUS = 'VENDIDO IMOBILIARIA' OR STATUS = 'VENDIDO TERCEIROS' OR STATUS = 'SUSPENSO') and ( instr(TAGS,'salto')>0 and instr(TAGS,'de')>0 and instr(TAGS,'piraporatipo')>0 and instr(TAGS,'areaareap')>0 and instr(TAGS,'0')>0 and instr(TAGS,'60tipo')>0 and instr(TAGS,'galpao')>0 and instr(TAGS,'para')>0 and instr(TAGS,'condominio')>0 ) AND AREA_PRIVATIVA>0 AND ( ( AREA_PRIVATIVA>=300 and AREA_PRIVATIVA<=500 ) ) ORDER BY VLR_ALUGUEL ASC LIMIT 0,9

Error:
Sort aborted: Query execution was interrupted