CPUTIME
c[CPUTIME] += (cputime.tms_utime + cputime.tms_stime) / 60;
logg.cputime = i = (cputime.tms_utime + cputime.tms_stime) / 60 + c[CPUTIME];