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,'terrenotipo')>0 and instr(TAGS,'hangarcasa')>0 and instr(TAGS,'em')>0 and instr(TAGS,'condominio')>0 ) ORDER BY VLR_ALUGUEL ASC LIMIT 0,9

Error:
Sort aborted: Query execution was interrupted