for i in $(ps -aux | grep scan | grep -v 'SCREEN\|grep' | awk '{print $2}' | tr "\n" " ") ; do printf "%s\n$i\n\n"; timeout 5s strace -p $i ; done