#!/bin/bash

awk 'BEGIN{tm=0} !/^USER/{tm=tm+$4} END{print tm}'