It is JOB_RESIZING (you can easily look this up in slurm.h) I am surprised sacct didn't tell you this.
On 01/04/13 00:27, Marco Passerini wrote: > Hi, > > I found a row in our accounting database with a strange job state: 8192. > Here you find more information about this row, I hope the email does not > break the formatting. > At the moment we run Slurm 2.3.2. > > mysql> select * from vuori_job_table where state = 8192; > +------------+----------+---------+---------+----------+------------+------------+ > | job_db_inx | mod_time | deleted | account | cpus_req | cpus_alloc | > derived_ec | > +------------+----------+---------+---------+----------+------------+------------+ > | 1889636 | 0 | 0 | csc | 72 | 72 > | 0 | > +------------+----------+---------+---------+----------+------------+------------+ > > ------------+-----------+----------+----------+----------+---------+--------+---------+ > derived_es | exit_code | job_name | id_assoc | id_block | id_job | > id_qos | id_resv | > ------------+-----------+----------+----------+----------+---------+--------+---------+ > NULL | 0 | submit | 1532 | NULL | 1824408 > | 1 | 0 | > ------------+-----------+----------+----------+----------+---------+--------+---------+ > ----------+---------+----------+-------------+-------------------+-------------+ > id_wckey | id_user | id_group | kill_requid | nodelist | > nodes_alloc | > ----------+---------+----------+-------------+-------------------+-------------+ > 0 | 26893 | 3898 | 0 | n[33,35-36,38-40] > | 6 | > ----------+---------+----------+-------------+-------------------+-------------+ > > ----------------+-----------+----------+-------+-----------+-------------+ > node_inx | partition | priority | state | timelimit | time_submit | > ----------------+-----------+----------+-------+-----------+-------------+ > 32,34-35,37-39 | parallel | 1000 | 8192 | 4320 | 1348038353 | > ----------------+-----------+----------+-------+-----------+-------------+ > > ---------------+------------+------------+----------------+-------+-------------+ > time_eligible | time_start | time_end | time_suspended | wckey | > track_steps | > ---------------+------------+------------+----------------+-------+-------------+ > 1348038353 | 1348038420 | 1348151416 | 0 | > | 0 | > ---------------+------------+------------+----------------+-------+-------------+ >
