Signature files stored in SPLX machines cause space issue.
Use this workaround to delete the older pattern:
find /opt/TrendMicro/SProtectLinux/lpt* -mtime +7 -exec rm -R {} \;
Also consider adding this command in Crontab of root, and have it execute everyday on non-productive hours.