BEGIN { FIELDWIDTHS = "7 4 13 10 7 9 7 13 40" } 
NR > 1 {
	split($1,torrentid," ")
	if(torrentid[1] != "Sum:") {
		print "ID" torrentid[1] ".label " $9
	}
}

