Smaller bundle (let's say 5 jobs) worked fine. Delays (NextJobStartDelay) helped a bit but many jobs still failed. I think we definitely faced with a network bandwidth bottleneck resulting in file access timeouts:
03/19/14 16:26:23 Received GoAhead from peer to receive C:\condor\execute\dir_8344\file.
03/19/14 16:26:23 get_file(): going to write to filename C:\condor\execute\dir_8344\file
03/19/14 16:26:25 get_file: Receiving 1320771848 bytes
03/19/14 16:26:55 condor_read(): timeout reading 65536 bytes from <[...]>.
03/19/14 16:26:55 ReliSock::get_bytes_nobuffer: Failed to receive file.
03/19/14 16:26:55 get_file: wrote 0 bytes to file
03/19/14 16:26:55 get_file(): ERROR: received 0 bytes, expected 1320771848!
03/19/14 16:26:55 DoDownload: STARTER at [...] failed to receive file C:\condor\execute\dir_8344\file
03/19/14 16:26:55 DoDownload: exiting at 2215
03/19/14 16:26:55 FileTransfer: created download transfer process with id 6
03/19/14 16:26:55 DaemonCore: in SendAliveToParent()
03/19/14 16:26:55 Completed DC_CHILDALIVE to daemon at <[...]>
03/19/14 16:26:55 DaemonCore: Leaving SendAliveToParent() - success
03/19/14 16:26:55 File transfer failed (status=0).
03/19/14 16:26:55 Calling client FileTransfer handler function.
03/19/14 16:26:55 ERROR "Failed to transfer files" at line 2050 in file c:\condor\execute\dir_29540\userdir\src\condor_starter.v6.1\jic_shadow.cpp
03/19/14 16:26:55 ShutdownFast all jobs.
03/19/14 16:26:55 Got ShutdownFast when no jobs running.
All input files are located on a really good and fast network storage so there should be no issues from that side. I see the only weak link in a submitting node which at first needs to download ~75GB from the network storage and then to upload it on executing nodes.