Hi slurm-dev, I am trying to list jobs that have a starttime after 2011-06-22T16:27:10, but it shows all jobs
sacct -v -S 2011-06-22T16:27:10 -aXnp -o JobID,Start,TotalCPU,Partition,State sacct: Jobs eligible from Wed Jun 22 16:27:10 2011 - Now sacct: Accounting storage SLURMDBD plugin loaded with AuthInfo=(null) sacct: auth plugin for Munge (http://home.gna.org/munge/) loaded 2|2011-06-22T14:20:55|00:00:00|defq|COMPLETED| 3|2011-06-22T14:17:45|00:00:00|defq|COMPLETED| 4|2011-06-22T14:23:57|00:00:00|defq|COMPLETED| 1131|2011-06-22T16:19:15|00:00:00|defq|COMPLETED| 1132|2011-06-22T16:21:04|00:00:00|defq|COMPLETED| 1133|2011-06-22T16:27:39|00:00:00|defq|COMPLETED| 1134|2011-06-22T16:27:40|00:00:00|defq|COMPLETED| 1135|2011-06-22T16:27:40|00:00:00|defq|COMPLETED| 1136|2011-06-22T16:27:41|00:00:00|defq|COMPLETED| 1137|2011-06-22T16:27:41|00:00:00|defq|COMPLETED| 1138|2011-06-22T16:56:44|00:00:00|defq|COMPLETED| 1139|2011-06-22T17:15:56|00:00:00|defq|COMPLETED| 1140|2011-06-22T17:16:28|00:00:00|defq|COMPLETED| 1141|2011-06-23T11:09:54|00:00:00|koenq|COMPLETED| 1142|2011-06-23T11:12:42|00:00:00|koenq|COMPLETED| 1143|2011-06-23T11:12:48|00:00:00|defq|COMPLETED| 1144|2011-06-23T11:13:44|00:00:00|defq|COMPLETED| The default according to sacct man page (Default is midnight of current day) also does not work. sacct -v -aXnp -o JobID,Start,TotalCPU,Partition,State sacct: Jobs eligible from Thu Jun 23 00:00:00 2011 - Now sacct: Accounting storage SLURMDBD plugin loaded with AuthInfo=(null) sacct: auth plugin for Munge (http://home.gna.org/munge/) loaded 2|2011-06-22T14:20:55|00:00:00|defq|COMPLETED| 3|2011-06-22T14:17:45|00:00:00|defq|COMPLETED| 4|2011-06-22T14:23:57|00:00:00|defq|COMPLETED| 1131|2011-06-22T16:19:15|00:00:00|defq|COMPLETED| 1132|2011-06-22T16:21:04|00:00:00|defq|COMPLETED| 1133|2011-06-22T16:27:39|00:00:00|defq|COMPLETED| 1134|2011-06-22T16:27:40|00:00:00|defq|COMPLETED| 1135|2011-06-22T16:27:40|00:00:00|defq|COMPLETED| 1136|2011-06-22T16:27:41|00:00:00|defq|COMPLETED| 1137|2011-06-22T16:27:41|00:00:00|defq|COMPLETED| 1138|2011-06-22T16:56:44|00:00:00|defq|COMPLETED| 1141|2011-06-23T11:09:54|00:00:00|koenq|COMPLETED| 1142|2011-06-23T11:12:42|00:00:00|koenq|COMPLETED| 1143|2011-06-23T11:12:48|00:00:00|defq|COMPLETED| 1144|2011-06-23T11:13:44|00:00:00|defq|COMPLETED| 1145|2011-06-23T14:39:30|00:00:00|koenq|RUNNING| 1146|2011-06-23T14:39:34|00:00:00|defq|RUNNING| The time of running the above command is Thu Jun 23 14:42:29 CEST 2011, but the above output shows all the jobs. Any help will be greatly appreciated. Regards, Johnny
