Truebit OS does not seem to delete the temporary folders created for tasks. It could be a configuration option to delete the folders after x number of days, either during startup of Truebit OS or during task execution. Example to delete folders older than 3 days:
find /truebit-eth -name 'tmp.*' -type d -daystart -mtime +3 -delete