Hi Pascal, Thanks for the tip!
The problem is that I'm using chirp and as far as I remember that disables the streaming. And I also would like to avoid constant network IO from the workers to the file server.you can tell Condor to stream the stdout and/or stderr to the submitting machine, via the following two options in the submit file: stream_output=True stream_error=True
Cheers, Szabolcs