fork download
  1. #Watch file: watch -n0.1 cat /sys/kernel/debug/dri/0/radeon_pm_info
  2. #This program just logs that file which gives radeon power managment.
  3. #Watch command needs to be run in a separate process.
  4. >./DPMLog.log #Create file to be safe? I suck at bash.
  5. while true #Forever loop.
  6. do #Do this always.
  7. cat /sys/kernel/debug/dri/0/radeon_pm_info >> ./DPMLog.log #Add 2 new lines of info.
  8. tail -n 2000 ./DPMLog.log | sponge ./DPMLog.log #Limit to about 15 seconds of frames. Sponge is from moreutils.
  9. sleep 0.016 #Aboute 1 frame delay seems good for my PC.
  10. done #Done.
Runtime error #stdin #stdout #stderr 0.34s 5268KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.sh: line 4: ./DPMLog.log: Permission denied
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
prog.sh: line 8: sponge: command not found
tail: cannot open `./DPMLog.log' for reading: No such file or directory
prog.sh: line 7: ./DPMLog.log: Permission denied
pr