for (ModelDescription model : models) {
LOG.info("モデル{}を出力しています (残り{}個のモデル)",
model.getReference(),
(total - successCount - failedCount));
try {
modelEmitter.emit(model);
tsvInEmitter.emit(model);
tsvOutEmitter.emit(model);
successCount++;
} catch (Exception e) {
LOG.error(