squeue
Section: Slurm Commands (1)Updated: Slurm Commands
Index
NAME
squeue - view information about jobs located in the Slurm scheduling queue.squeue-Slurmスケジューリングキューにあるジョブに関する情報を表示します。
SYNOPSIS
squeue [OPTIONS...]DESCRIPTION
squeue is used to view job and job step information for jobs managed by Slurm.squeueは、Slurmが管理するジョブのジョブおよびジョブステップ情報を表示するために使用されます。
OPTIONS
- -A <account_list>, --account=<account_list>
-
Specify the accounts of the jobs to view. Accepts a comma separated
list of account names. This has no effect when listing job steps.
表示するジョブのアカウントを指定します。アカウント名のコンマ区切りリストを受け入れます。これは、ジョブステップの一覧表示には影響しません。
- -a, --all
-
Display information about jobs and job steps in all partitions.
すべてのパーティションのジョブとジョブステップに関する情報を表示します。
This causes information to be displayed about partitions that are configured as hidden and partitions that are unavailable to user's group.
これにより、非表示として構成されているパーティションとユーザーのグループが使用できないパーティションに関する情報が表示されます。
- -r, --array
-
Display one job array element per line.
1行に1つのジョブ配列要素を表示します。
Without this option, the display will be optimized for use with job arrays (pending job array elements will be combined on one line of output with the array index values printed using a regular expression).
このオプションを使用しない場合、表示はジョブ配列で使用するために最適化されます(保留中のジョブ配列要素は、正規表現を使用して出力される配列インデックス値と1行の出力で結合されます)。
- --array-unique
-
Display one unique pending job array element per line.
行ごとに1つの一意の保留中のジョブ配列要素を表示します。
Without this option, the pending job array elements will be grouped into the master array job to optimize the display.
このオプションがない場合、保留中のジョブ配列要素がマスター配列ジョブにグループ化され、表示が最適化されます。
This can also be set with the environment variable SQUEUE_ARRAY_UNIQUE.
これは、環境変数SQUEUE_ARRAY_UNIQUEでも設定できます。
- --federation
-
Show jobs from the federation if a member of one.
メンバーの場合、フェデレーションからのジョブを表示します。
- -h, --noheader
-
Do not print a header on the output.
出力にヘッダーを印刷しません。
- --help
-
Print a help message describing all options squeue.
すべてのオプションsqueueを説明するヘルプメッセージを出力します。
- --hide
-
Do not display information about jobs and job steps in all partitions.
すべてのパーティションのジョブとジョブステップに関する情報を表示しません。
By default, information about partitions that are configured as hidden or are not available to the user's group will not be displayed (i.e. this is the default behavior).
デフォルトでは、非表示として構成されているか、ユーザーのグループで使用できないパーティションに関する情報は表示されません(つまり、これがデフォルトの動作です)。
- -i <seconds>, --iterate=<seconds>
-
Repeatedly gather and report the requested information at the interval
specified (in seconds).
指定された間隔(秒単位)で、要求された情報を繰り返し収集して報告します。
By default, prints a time stamp with the header.
デフォルトでは、ヘッダー付きのタイムスタンプを印刷します。
- -j <job_id_list>, --jobs=<job_id_list>
-
Requests a comma separated list of job IDs to display.
表示するジョブIDのコンマ区切りリストを要求します。
Defaults to all jobs.
デフォルトはすべてのジョブです。
The --jobs=<job_id_list> option may be used in conjunction with the --steps option to print step information about specific jobs.
--jobs = オプションを--stepsオプションと組み合わせて使用して、特定のジョブに関するステップ情報を出力できます。
Note: If a list of job IDs is provided, the jobs are displayed even if they are on hidden partitions.
注:ジョブIDのリストが提供されている場合、ジョブが非表示パーティションにある場合でも、ジョブは表示されます。
Since this option's argument is optional, for proper parsing the single letter option must be followed immediately with the value and not include a space between them.
このオプションの引数はオプションであるため、適切な解析を行うには、1文字のオプションの直後に値を入れ、間にスペースを入れないでください。
For example "-j1008" and not "-j 1008".
たとえば、「-j 1008」ではなく「-j1008」。
The job ID format is "job_id[_array_id]".
ジョブIDの形式は「job_id [_array_id]」です。
Performance of the command can be measurably improved for systems with large numbers of jobs when a single job ID is specified.
単一のジョブIDが指定されている場合、コマンドのパフォーマンスは、多数のジョブがあるシステムである程度改善できます。
By default, this field size will be limited to 64 bytes.
デフォルトでは、このフィールドサイズは64バイトに制限されます。
Use the environment variable SLURM_BITSTR_LEN to specify larger field sizes.
より大きなフィールドサイズを指定するには、環境変数SLURM_BITSTR_LENを使用します。
- --local
-
Show only jobs local to this cluster. Ignore other clusters in this federation
(if any). Overrides --federation.
このクラスターにローカルなジョブのみを表示します。このフェデレーション内の他のクラスターを無視します(ある場合)。--federationをオーバーライドします。
- -l, --long
-
Report more of the available information for the selected jobs or job steps,
subject to any constraints specified.
指定された制約に従って、選択したジョブまたはジョブステップの利用可能な情報をさらに報告します。
- -L, --licenses=<license_list>
-
Request jobs requesting or using one or more of the named licenses.
1つ以上の名前付きライセンスを要求または使用するジョブを要求します。
The license list consists of a comma separated list of license names.
ライセンスリストは、ライセンス名のコンマ区切りリストで構成されています。
- --me
- Equivalent to --user=<my username>.
- -M, --clusters=<string>
-
Clusters to issue commands to. Multiple cluster names may be comma separated.
コマンドを発行するクラスター。複数のクラスター名はコンマで区切ることができます。
A value of of 'all' will query to run on all clusters.
「all」の値は、すべてのクラスターで実行するように照会します。
This option implicitly sets the --local option.
このオプションは、暗黙的に--localオプションを設定します。
- -n, --name=<name_list>
-
Request jobs or job steps having one of the specified names.
指定された名前の1つを持つジョブまたはジョブステップを要求します。
The list consists of a comma separated list of job names.
リストは、コンマで区切られたジョブ名のリストで構成されます。
- --noconvert
-
Don't convert units from their original type (e.g. 2048M won't be converted to
2G).
単位を元のタイプから変換しないでください(例:2048Mは2Gに変換されません)。
- -o <output_format>, --format=<output_format>
-
Specify the information to be displayed, its size and position
(right or left justified).
表示する情報、そのサイズと位置(右揃えまたは左揃え)を指定します。
Also see the -O <output_format>, --Format=<output_format> option described below (which supports less flexibility in formatting, but supports access to all fields).
-Oも参照してください 、--Format = 以下で説明するオプション(フォーマットの柔軟性は低くなりますが、すべてのフィールドへのアクセスをサポートします)。
If the command is executed in an federated cluster environment and information about more than one cluster is to be displayed and the -h, --noheader option is used, then the cluster name will be displayed before the default output formats shown below.
連合クラスター環境でコマンドが実行され、複数のクラスターに関する情報が表示され、-h、-noheaderオプションが使用される場合、クラスター名は、以下に示すデフォルトの出力形式の前に表示されます。
The default formats with various options are
さまざまなオプションのデフォルトの形式は次のとおりです。
-
- default
- "%.18i %.9P %.8j %.8u %.2t %.10M %.6D %R"
- -l, --long
- "%.18i %.9P %.8j %.8u %.8T %.10M %.9l %.6D %R"
- -s, --steps
- "%.15i %.8j %.9P %.8u %.9M %N"
-
-
The format of each field is "%[[.]size]type".
-
- size
-
is the minimum field size.
最小フィールドサイズです。
If no size is specified, whatever is needed to print the information will be used.
サイズを指定しない場合、情報を印刷するために必要なものが使用されます。
- .
-
indicates the output should be right justified and size must be specified.
出力を右揃えにし、サイズを指定する必要があることを示します。
By default, output is left justified.
デフォルトでは、出力は左揃えされます。
-
-
Note that many of these type specifications are valid
only for jobs while others are valid only for job steps.
これらのタイプ指定の多くはジョブにのみ有効であり、他のタイプ指定はジョブステップにのみ有効であることに注意してください。
Valid type specifications include:
有効なタイプ指定は次のとおりです。
-
- %all
-
Print all fields available for this data type with a vertical bar separating
each field.
このデータ型で使用できるすべてのフィールドを、各フィールドを区切る垂直バーで印刷します。
- %a
-
Account associated with the job.
ジョブに関連付けられたアカウント。
(Valid for jobs only) - %A
-
Number of tasks created by a job step.
ジョブステップによって作成されたタスクの数。
This reports the value of the srun --ntasks option.
これは、srun --ntasksオプションの値を報告します。
(Valid for job steps only) - %A
-
Job id.
ジョブID。
This will have a unique value for each element of job arrays. (Valid for jobs only)
これには、ジョブ配列の要素ごとに一意の値が含まれます。(ジョブのみに有効)
- %B
-
Executing (batch) host. For an allocated session, this is the host on which
the session is executing (i.e. the node from which the srun or the
salloc command was executed).
実行中(バッチ)ホスト。割り当てられたセッションの場合、これはセッションが実行されているホストです(つまり、srunまたはsallocコマンドが実行されたノード)。
For a batch job, this is the node executing the batch script.
バッチジョブの場合、これはバッチスクリプトを実行するノードです。
In the case of a typical Linux cluster, this would be the compute node zero of the allocation.
典型的なLinuxクラスターの場合、これは割り当てのゼロの計算ノードになります。
In the case of a Cray ALPS system, this would be the front-end host whose slurmd daemon executes the job script.
Cray ALPSシステムの場合、これは、slurmdデーモンがジョブスクリプトを実行するフロントエンドホストです。
- %c
-
Minimum number of CPUs (processors) per node requested by the job.
ジョブが要求するノードあたりのCPU(プロセッサ)の最小数。
This reports the value of the srun --mincpus option with a default value of zero. (Valid for jobs only)
これは、デフォルト値がゼロのsrun --mincpusオプションの値を報告します。(ジョブのみに有効)
- %C
-
Number of CPUs (processors) requested by the job or allocated to
it if already running.
ジョブによって要求された、または既に実行されている場合はジョブに割り当てられたCPU(プロセッサ)の数。
As a job is completing this number will reflect the current number of CPUs allocated. (Valid for jobs only)
ジョブが完了すると、この数は現在割り当てられているCPUの数を反映します。(ジョブのみに有効)
- %d
-
Minimum size of temporary disk space (in MB) requested by the job.
ジョブによって要求された一時ディスク領域の最小サイズ(MB)。
(Valid for jobs only) - %D
-
Number of nodes allocated to the job or the minimum number of nodes
required by a pending job.
ジョブに割り当てられたノードの数、または保留中のジョブに必要なノードの最小数。
The actual number of nodes allocated to a pending job may exceed this number if the job specified a node range count (e.g. minimum and maximum node counts) or the job specifies a processor count instead of a node count.
保留中のジョブに割り当てられた実際のノード数は、ジョブがノード範囲カウント(最小および最大ノード数など)を指定した場合、またはジョブがノード数ではなくプロセッサー数を指定した場合、この数を超える可能性があります。
As a job is completing this number will reflect the current number of nodes allocated. (Valid for jobs only)
ジョブが完了すると、この数は現在割り当てられているノードの数を反映します。(ジョブのみに有効)
- %e
-
Time at which the job ended or is expected to end (based upon its time limit).
ジョブが終了した時刻、または終了する予定の時刻(制限時間に基づく)。
(Valid for jobs only) - %E
-
Job dependencies remaining. This job will not begin execution until these
dependent jobs complete.
ジョブの依存関係が残っています。このジョブは、これらの依存ジョブが完了するまで実行を開始しません。
In the case of a job that can not run due to job dependencies never being satisfied, the full original job dependency specification will be reported.
ジョブの依存関係が満たされていないために実行できないジョブの場合は、元の完全なジョブ依存関係の仕様が報告されます。
A value of NULL implies this job has no dependencies.
NULLの値は、このジョブに依存関係がないことを意味します。
(Valid for jobs only) - %f
-
Features required by the job.
ジョブに必要な機能。
(Valid for jobs only) - %F
-
Job array's job ID. This is the base job ID.
ジョブ配列のジョブID。これは基本ジョブIDです。
For non-array jobs, this is the job ID. (Valid for jobs only)
配列以外のジョブの場合、これはジョブIDです。(ジョブのみに有効)
- %g
-
Group name of the job.
(Valid for jobs only)
ジョブのグループ名。(ジョブのみに有効)
- %G
-
Group ID of the job.
(Valid for jobs only)
ジョブのグループID。(ジョブのみに有効)
- %h
-
Can the compute resources allocated to the job be over subscribed by other jobs.
ジョブに割り当てられたコンピューティングリソースが他のジョブによってオーバーサブスクライブされる可能性があります。
The resources to be over subscribed can be nodes, sockets, cores, or hyperthreads depending upon configuration.
オーバーサブスクライブされるリソースは、構成に応じて、ノード、ソケット、コア、またはハイパースレッドにすることができます。
The value will be "YES" if the job was submitted with the oversubscribe option or the partition is configured with OverSubscribe=Force, "NO" if the job requires exclusive node access, "USER" if the allocated compute nodes are dedicated to a single user, "MCS" if the allocated compute nodes are dedicated to a single security class (See MCSPlugin and MCSParameters configuration parameters for more information), "OK" otherwise (typically allocated dedicated CPUs), (Valid for jobs only)
ジョブがオーバーサブスクライブオプションで送信された場合、またはパーティションがOverSubscribe = Forceで構成されている場合、値は「YES」、ジョブが排他ノードアクセスを必要とする場合は「NO」、割り当てられた計算ノードが単一の専用ノードである場合は「USER」になります。ユーザー、割り当てられた計算ノードが単一のセキュリティクラス専用である場合は「MCS」(詳細についてはMCSPluginおよびMCSParameters構成パラメーターを参照)、それ以外の場合は「OK」(通常は割り当てられた専用CPU)、(ジョブにのみ有効)
- %H
-
Number of sockets per node requested by the job.
ジョブによって要求されたノードごとのソケットの数。
This reports the value of the srun --sockets-per-node option.
これは、srun --sockets-per-nodeオプションの値を報告します。
When --sockets-per-node has not been set, "*" is displayed.
--sockets-per-nodeが設定されていない場合、「*」が表示されます。
(Valid for jobs only) - %i
-
Job or job step id.
ジョブまたはジョブステップID。
In the case of job arrays, the job ID format will be of the form "<base_job_id>_<index>".
ジョブ配列の場合、ジョブIDの形式は「_」
By default, the job array index field size will be limited to 64 bytes.
デフォルトでは、ジョブ配列インデックスフィールドのサイズは64バイトに制限されます。
Use the environment variable SLURM_BITSTR_LEN to specify larger field sizes. (Valid for jobs and job steps)
より大きなフィールドサイズを指定するには、環境変数SLURM_BITSTR_LENを使用します。(ジョブおよびジョブステップに有効)
In the case of heterogeneous job allocations, the job ID format will be of the form "#+#" where the first number is the "heterogeneous job leader" and the second number the zero origin offset for each component of the job.
異機種混在ジョブの割り当ての場合、ジョブIDの形式は「#+#」の形式になります。最初の番号は「異機種混在ジョブリーダー」で、2番目の番号はジョブの各コンポーネントの原点オフセット0です。
- %I
-
Number of cores per socket requested by the job.
ジョブによって要求されたソケットあたりのコアの数。
This reports the value of the srun --cores-per-socket option.
これは、srun --cores-per-socketオプションの値を報告します。
When --cores-per-socket has not been set, "*" is displayed. (Valid for jobs only)
--cores-per-socketが設定されていない場合、「*」が表示されます。(ジョブのみに有効)
- %j
-
Job or job step name.
(Valid for jobs and job steps)
ジョブまたはジョブステップ名。(ジョブおよびジョブステップに有効)
- %J
-
Number of threads per core requested by the job.
ジョブによって要求されたコアあたりのスレッド数。
This reports the value of the srun --threads-per-core option.
これは、srun --threads-per-coreオプションの値を報告します。
When --threads-per-core has not been set, "*" is displayed. (Valid for jobs only)
--threads-per-coreが設定されていない場合、「*」が表示されます。(ジョブのみに有効)
- %k
-
Comment associated with the job.
(Valid for jobs only)
ジョブに関連付けられたコメント。(ジョブのみに有効)
- %K
-
Job array index.
ジョブ配列インデックス。
By default, this field size will be limited to 64 bytes.
デフォルトでは、このフィールドサイズは64バイトに制限されます。
Use the environment variable SLURM_BITSTR_LEN to specify larger field sizes. (Valid for jobs only)
より大きなフィールドサイズを指定するには、環境変数SLURM_BITSTR_LENを使用します。(ジョブのみに有効)
- %l
-
Time limit of the job or job step in days-hours:minutes:seconds.
ジョブまたはジョブステップの制限時間(日-時間:分:秒)。
The value may be "NOT_SET" if not yet established or "UNLIMITED" for no limit. (Valid for jobs and job steps)
値は、まだ確立されていない場合は「NOT_SET」、制限がない場合は「UNLIMITED」になります。(ジョブおよびジョブステップに有効)
- %L
-
Time left for the job to execute in days-hours:minutes:seconds.
ジョブを実行するための残り時間(日-時間:分:秒)。
This value is calculated by subtracting the job's time used from its time limit.
この値は、制限時間からジョブの使用時間を差し引いて計算されます。
The value may be "NOT_SET" if not yet established or "UNLIMITED" for no limit. (Valid for jobs only)
値は、まだ確立されていない場合は「NOT_SET」、制限がない場合は「UNLIMITED」になります。(ジョブのみに有効)
- %m
-
Minimum size of memory (in MB) requested by the job.
(Valid for jobs only)
ジョブによって要求されたメモリの最小サイズ(MB)。(ジョブのみに有効)
- %M
-
Time used by the job or job step in days-hours:minutes:seconds.
ジョブまたはジョブステップによって使用された時間(日-時間:分:秒)。
The days and hours are printed only as needed.
曜日と時間は必要な場合にのみ印刷されます。
For job steps this field shows the elapsed time since execution began and thus will be inaccurate for job steps which have been suspended.
ジョブステップの場合、このフィールドには実行が開始されてからの経過時間が表示されるため、一時停止されているジョブステップでは不正確になります。
Clock skew between nodes in the cluster will cause the time to be inaccurate.
クラスタ内のノード間のクロックスキューにより、時間が不正確になります。
If the time is obviously wrong (e.g. negative), it displays as "INVALID". (Valid for jobs and job steps)
時間が明らかに間違っている(たとえば、負の値である)場合は、「INVALID」と表示されます。(ジョブおよびジョブステップに有効)
- %n
-
List of node names explicitly requested by the job.
ジョブによって明示的に要求されたノード名のリスト。
(Valid for jobs only) - %N
-
List of nodes allocated to the job or job step. In the case of a
COMPLETING job, the list of nodes will comprise only those
nodes that have not yet been returned to service.
(Valid for jobs and job steps)
ジョブまたはジョブステップに割り当てられたノードのリスト。COMPLETINGジョブの場合、ノードのリストには、まだサービスに戻されていないノードのみが含まれます。(ジョブおよびジョブステップに有効)
- %o
-
The command to be executed.
実行するコマンド。
- %O
-
Are contiguous nodes requested by the job.
ジョブによって要求された隣接ノードです。
(Valid for jobs only) - %p
-
Priority of the job (converted to a floating point number between 0.0 and 1.0).
ジョブの優先度(0.0〜1.0の浮動小数点数に変換)。
Also see %Q. (Valid for jobs only)
%Qも参照してください。(ジョブのみに有効)
- %P
-
Partition of the job or job step.
(Valid for jobs and job steps)
ジョブまたはジョブステップのパーティション。(ジョブおよびジョブステップに有効)
- %q
-
Quality of service associated with the job.
(Valid for jobs only)
ジョブに関連付けられたサービスの品質。(ジョブのみに有効)
- %Q
-
Priority of the job (generally a very large unsigned integer).
ジョブの優先度(通常は非常に大きな符号なし整数)。
Also see %p. (Valid for jobs only)
%pも参照してください。(ジョブのみに有効)
- %r
-
The reason a job is in its current state.
ジョブが現在の状態にある理由。
See the JOB REASON CODES section below for more information. (Valid for jobs only)
詳細については、以下の「ジョブの理由コード」セクションを参照してください。(ジョブのみに有効)
- %R
-
For pending jobs: the reason a job is waiting for execution
is printed within parenthesis.
保留中のジョブの場合:ジョブが実行を待機している理由が括弧内に出力されます。
For terminated jobs with failure: an explanation as to why the job failed is printed within parenthesis.
失敗して終了したジョブの場合:ジョブが失敗した理由の説明が括弧内に出力されます。
For all other job states: the list of allocate nodes.
他のすべてのジョブ状態の場合:割り当てノードのリスト。
See the JOB REASON CODES section below for more information. (Valid for jobs only)
詳細については、以下の「ジョブの理由コード」セクションを参照してください。(ジョブのみに有効)
- %s
-
Node selection plugin specific data for a job.
ジョブのノード選択プラグイン固有のデータ。
Possible data includes: Geometry requirement of resource allocation (X,Y,Z dimensions), Connection type (TORUS, MESH, or NAV == torus else mesh), Permit rotation of geometry (yes or no), Node use (VIRTUAL or COPROCESSOR), etc. (Valid for jobs only)
可能なデータには、リソース割り当てのジオメトリ要件(X、Y、Zディメンション)、接続タイプ(TORUS、MESH、またはNAV ==トーラス、その他のメッシュ)、ジオメトリの回転の許可(yesまたはno)、ノードの使用(VIRTUALまたはCOPROCESSOR) )など(ジョブにのみ有効)
- %S
-
Actual or expected start time of the job or job step.
(Valid for jobs and job steps)
ジョブまたはジョブステップの実際の開始時刻または予測される開始時刻。(ジョブおよびジョブステップに有効)
- %t
-
Job state in compact form.
コンパクトな形式のジョブの状態。
See the JOB STATE CODES section below for a list of possible states. (Valid for jobs only)
可能な状態のリストについては、以下の「ジョブ状態コード」セクションを参照してください。(ジョブのみに有効)
- %T
-
Job state in extended form.
拡張形式のジョブの状態。
See the JOB STATE CODES section below for a list of possible states. (Valid for jobs only)
可能な状態のリストについては、以下の「ジョブ状態コード」セクションを参照してください。(ジョブのみに有効)
- %u
-
User name for a job or job step.
(Valid for jobs and job steps)
ジョブまたはジョブステップのユーザー名。(ジョブおよびジョブステップに有効)
- %U
-
User ID for a job or job step.
(Valid for jobs and job steps)
ジョブまたはジョブステップのユーザーID。(ジョブおよびジョブステップに有効)
- %v
-
Reservation for the job.
(Valid for jobs only)
仕事の予約。(ジョブのみに有効)
- %V
-
The job's submission time.
ジョブの送信時間。
- %w
-
Workload Characterization Key (wckey).
(Valid for jobs only)
ワークロード特性化キー(wckey)。(ジョブのみに有効)
- %W
-
Licenses reserved for the job.
(Valid for jobs only)
ジョブ用に予約されたライセンス。(ジョブのみに有効)
- %x
-
List of node names explicitly excluded by the job.
(Valid for jobs only)
ジョブによって明示的に除外されたノード名のリスト。(ジョブのみに有効)
- %X
-
Count of cores reserved on each node for system use (core specialization).
(Valid for jobs only)
システムで使用するために各ノードで予約されているコアの数(コアの特殊化)。(ジョブのみに有効)
- %y
-
Nice value (adjustment to a job's scheduling priority).
(Valid for jobs only)
適切な値(ジョブのスケジューリング優先順位への調整)。(ジョブのみに有効)
- %Y
-
For pending jobs, a list of the nodes expected to be used when the job is
started.
保留中のジョブの場合、ジョブの開始時に使用されることが予想されるノードのリスト。
- %z
-
Number of requested sockets, cores, and threads (S:C:T) per node for the job.
ジョブのノードごとに要求されたソケット、コア、およびスレッド(S:C:T)の数。
When (S:C:T) has not been set, "*" is displayed. (Valid for jobs only)
(S:C:T)が設定されていない場合、「*」が表示されます。(ジョブのみに有効)
- %Z
-
The job's working directory.
ジョブの作業ディレクトリ。
-
- -O <output_format>, --Format=<output_format>
-
Specify the information to be displayed.
表示する情報を指定します。
Also see the -o <output_format>, --format=<output_format> option described below (which supports greater flexibility in formatting, but does not support access to all fields because we ran out of letters).
-oも参照してください 、-format = 以下で説明するオプション(書式設定の柔軟性が向上しますが、文字が足りなくなったため、すべてのフィールドへのアクセスはサポートされません)。
Requests a comma separated list of job information to be displayed.
表示するジョブ情報のコンマ区切りリストを要求します。
-
The format of each field is "type[:[.]size]"
-
- size
-
is the minimum field size.
最小フィールドサイズです。
If no size is specified, 20 characters will be allocated to print the information.
サイズを指定しない場合、情報を印刷するために20文字が割り当てられます。
- .
-
indicates the output should be right justified and size must be specified.
出力を右揃えにし、サイズを指定する必要があることを示します。
By default, output is left justified.
デフォルトでは、出力は左揃えされます。
-
-
Note that many of these type specifications are valid
only for jobs while others are valid only for job steps.
これらのタイプ指定の多くはジョブにのみ有効であり、他のタイプ指定はジョブステップにのみ有効であることに注意してください。
Valid type specifications include:
有効なタイプ指定は次のとおりです。
-
- Account
-
Print the account associated with the job.
(Valid for jobs only)
ジョブに関連付けられたアカウントを印刷します。(ジョブのみに有効)
- AccrueTime
-
Print the accrue time associated with the job.
(Valid for jobs only)
ジョブに関連付けられた経過時間を印刷します。(ジョブのみに有効)
- admin_comment
-
Administrator comment associated with the job.
(Valid for jobs only)
ジョブに関連付けられた管理者コメント。(ジョブのみに有効)
- AllocNodes
-
Print the nodes allocated to the job.
(Valid for jobs only)
ジョブに割り当てられたノードを印刷します。(ジョブのみに有効)
- AllocSID
-
Print the session ID used to submit the job.
(Valid for jobs only)
ジョブの送信に使用されたセッションIDを印刷します。(ジョブのみに有効)
- ArrayJobID
-
Prints the job ID of the job array.
(Valid for jobs and job steps)
ジョブ配列のジョブIDを出力します。(ジョブおよびジョブステップに有効)
- ArrayTaskID
-
Prints the task ID of the job array.
(Valid for jobs and job steps)
ジョブ配列のタスクIDを出力します。(ジョブおよびジョブステップに有効)
- AssocID
-
Prints the ID of the job association.
(Valid for jobs only)
ジョブの関連付けのIDを出力します。(ジョブのみに有効)
- BatchFlag
-
Prints whether the batch flag has been set.
(Valid for jobs only)
バッチフラグが設定されているかどうかを出力します。(ジョブのみに有効)
- BatchHost
-
Executing (batch) host.
実行中(バッチ)ホスト。
For an allocated session, this is the host on which the session is executing (i.e. the node from which the srun or the salloc command was executed).
割り当てられたセッションの場合、これはセッションが実行されているホストです(つまり、srunまたはsallocコマンドが実行されたノード)。
For a batch job, this is the node executing the batch script.
バッチジョブの場合、これはバッチスクリプトを実行するノードです。
In the case of a typical Linux cluster, this would be the compute node zero of the allocation.
典型的なLinuxクラスターの場合、これは割り当てのゼロの計算ノードになります。
In the case of a Cray ALPS system, this would be the front-end host whose slurmd daemon executes the job script. (Valid for jobs only)
Cray ALPSシステムの場合、これは、slurmdデーモンがジョブスクリプトを実行するフロントエンドホストです。(ジョブのみに有効)
- BoardsPerNode
-
Prints the number of boards per node allocated to the job.
(Valid for jobs only)
ジョブに割り当てられたノードごとのボードの数を出力します。(ジョブのみに有効)
- BurstBuffer
-
Burst Buffer specification
(Valid for jobs only)
バーストバッファの仕様(ジョブでのみ有効)
- BurstBufferState
-
Burst Buffer state
(Valid for jobs only)
バーストバッファの状態(ジョブでのみ有効)
- Cluster
-
Name of the cluster that is running the job or job step.
ジョブまたはジョブステップを実行しているクラスターの名前。
- ClusterFeature
-
Cluster features required by the job.
(Valid for jobs only)
ジョブに必要なクラスター機能。(ジョブのみに有効)
- Command
-
The command to be executed.
(Valid for jobs only)
実行するコマンド。(ジョブのみに有効)
- Comment
-
Comment associated with the job.
(Valid for jobs only)
ジョブに関連付けられたコメント。(ジョブのみに有効)
- Contiguous
-
Are contiguous nodes requested by the job.
(Valid for jobs only)
ジョブによって要求された隣接ノードです。(ジョブのみに有効)
- Cores
-
-
Number of cores per socket requested by the job.
ジョブによって要求されたソケットあたりのコアの数。
This reports the value of the srun --cores-per-socket option.
これは、srun --cores-per-socketオプションの値を報告します。
When --cores-per-socket has not been set, "*" is displayed. (Valid for jobs only)
--cores-per-socketが設定されていない場合、「*」が表示されます。(ジョブのみに有効)
-
Number of cores per socket requested by the job.
- CoreSpec
-
Count of cores reserved on each node for system use (core specialization).
(Valid for jobs only)
システムで使用するために各ノードで予約されているコアの数(コアの特殊化)。(ジョブのみに有効)
- CPUFreq
-
Prints the frequency of the allocated CPUs.
(Valid for job steps only)
割り当てられたCPUの周波数を出力します。(ジョブステップでのみ有効)
- cpus-per-task
-
Prints the number of CPUs per tasks allocated to the job.
(Valid for jobs only)
ジョブに割り当てられたタスクごとのCPUの数を出力します。(ジョブのみに有効)
- cpus-per-tres
-
Print the memory required per trackable resources allocated to the job or job step.
ジョブまたはジョブステップに割り当てられた追跡可能なリソースごとに必要なメモリを印刷します。
- Deadline
-
Prints the deadline affected to the job
(Valid for jobs only)
ジョブに影響する期限を出力します(ジョブのみ有効)
- DelayBoot
-
Delay boot time.
(Valid for jobs only)
起動時間を遅らせます。(ジョブのみに有効)
- Dependency
-
Job dependencies remaining.
ジョブの依存関係が残っています。
This job will not begin execution until these dependent jobs complete.
このジョブは、これらの依存ジョブが完了するまで実行を開始しません。
In the case of a job that can not run due to job dependencies never being satisfied, the full original job dependency specification will be reported.
ジョブの依存関係が満たされていないために実行できないジョブの場合は、元の完全なジョブ依存関係の仕様が報告されます。
A value of NULL implies this job has no dependencies. (Valid for jobs only)
NULLの値は、このジョブに依存関係がないことを意味します。(ジョブのみに有効)
- DerivedEC
-
Derived exit code for the job, which is the highest exit code of any job step.
(Valid for jobs only)
ジョブの派生終了コード。これは、任意のジョブステップの最高の終了コードです。(ジョブのみに有効)
- EligibleTime
-
Time the job is eligible for running.
(Valid for jobs only)
ジョブを実行する資格がある時間。(ジョブのみに有効)
- EndTime
-
The time of job termination, actual or expected.
(Valid for jobs only)
実際または予想されるジョブの終了時刻。(ジョブのみに有効)
- exit_code
-
The exit code for the job.
(Valid for jobs only)
ジョブの終了コード。(ジョブのみに有効)
- Feature
-
Features required by the job.
(Valid for jobs only)
ジョブに必要な機能。(ジョブのみに有効)
- GroupID
-
Group ID of the job.
(Valid for jobs only)
ジョブのグループID。(ジョブのみに有効)
- GroupName
-
Group name of the job.
(Valid for jobs only)
ジョブのグループ名。(ジョブのみに有効)
- HetJobID
-
Job ID of the heterogeneous job leader.
異種ジョブリーダーのジョブID。
- HetJobIDSet
-
Expression identifying all components job IDs within a heterogeneous job.
異種ジョブ内のすべてのコンポーネントジョブIDを識別する式。
- HetJobOffset
-
Zero origin offset within a collection of heterogeneous job components.
異種のジョブコンポーネントのコレクション内のゼロ原点オフセット。
- JobArrayID
-
Job array's job ID. This is the base job ID.
For non-array jobs, this is the job ID.
(Valid for jobs only)
ジョブ配列のジョブID。これは基本ジョブIDです。配列以外のジョブの場合、これはジョブIDです。(ジョブのみに有効)
- JobID
-
-
Job ID.
ジョブID。
This will have a unique value for each element of job arrays and each component of heterogeneous jobs. (Valid for jobs only)
これは、ジョブ配列の各要素と異種ジョブの各コンポーネントに固有の値を持っています。(ジョブのみに有効)
-
Job ID.
- LastSchedEval
-
Prints the last time the job was evaluated for scheduling.
(Valid for jobs only)
ジョブがスケジューリングのために最後に評価された時刻を出力します。(ジョブのみに有効)
- Licenses
-
Licenses reserved for the job.
(Valid for jobs only)
ジョブ用に予約されたライセンス。(ジョブのみに有効)
- MaxCPUs
-
Prints the max number of CPUs allocated to the job.
(Valid for jobs only)
ジョブに割り当てられているCPUの最大数を出力します。(ジョブのみに有効)
- MaxNodes
-
Prints the max number of nodes allocated to the job.
(Valid for jobs only)
ジョブに割り当てられたノードの最大数を出力します。(ジョブのみに有効)
- MCSLabel
-
Prints the MCS_label of the job.
(Valid for jobs only)
ジョブのMCS_labelを出力します。(ジョブのみに有効)
- mem-per-tres
-
Print the memory (in MB) required per trackable resources allocated to the job
or job step.
ジョブまたはジョブステップに割り当てられた追跡可能なリソースごとに必要なメモリ(MB単位)を出力します。
- MinCpus
-
Minimum number of CPUs (processors) per node requested by the job.
ジョブが要求するノードあたりのCPU(プロセッサ)の最小数。
This reports the value of the srun --mincpus option with a default value of zero. (Valid for jobs only)
これは、デフォルト値がゼロのsrun --mincpusオプションの値を報告します。(ジョブのみに有効)
- MinMemory
-
Minimum size of memory (in MB) requested by the job.
(Valid for jobs only)
ジョブによって要求されたメモリの最小サイズ(MB)。(ジョブのみに有効)
- MinTime
-
Minimum time limit of the job
(Valid for jobs only)
ジョブの最小時間制限(ジョブにのみ有効)
- MinTmpDisk
-
Minimum size of temporary disk space (in MB) requested by the job.
(Valid for jobs only)
ジョブによって要求された一時ディスク領域の最小サイズ(MB)。(ジョブのみに有効)
- Name
-
-
Job or job step name.
(Valid for jobs and job steps)
ジョブまたはジョブステップ名。(ジョブおよびジョブステップに有効)
-
Job or job step name.
(Valid for jobs and job steps)
- Network
-
The network that the job is running on.
(Valid for jobs and job steps)
ジョブが実行されているネットワーク。(ジョブおよびジョブステップに有効)
- Nice
-
-
Nice value (adjustment to a job's scheduling priority).
(Valid for jobs only)
適切な値(ジョブのスケジューリング優先順位への調整)。(ジョブのみに有効)
-
Nice value (adjustment to a job's scheduling priority).
(Valid for jobs only)
- NodeList
-
List of nodes allocated to the job or job step.
ジョブまたはジョブステップに割り当てられたノードのリスト。
In the case of a COMPLETING job, the list of nodes will comprise only those nodes that have not yet been returned to service. (Valid for jobs only)
COMPLETINGジョブの場合、ノードのリストには、まだサービスに戻されていないノードのみが含まれます。(ジョブのみに有効)
- Nodes
-
-
List of nodes allocated to the job or job step.
ジョブまたはジョブステップに割り当てられたノードのリスト。
In the case of a COMPLETING job, the list of nodes will comprise only those nodes that have not yet been returned to service. (Valid job steps only)
COMPLETINGジョブの場合、ノードのリストには、まだサービスに戻されていないノードのみが含まれます。(有効なジョブステップのみ)
-
List of nodes allocated to the job or job step.
- NTPerBoard
-
The number of tasks per board allocated to the job.
(Valid for jobs only)
ジョブに割り当てられたボードごとのタスク数。(ジョブのみに有効)
- NTPerCore
-
The number of tasks per core allocated to the job.
(Valid for jobs only)
ジョブに割り当てられたコアあたりのタスク数。(ジョブのみに有効)
- NTPerNode
-
The number of task per node allocated to the job.
(Valid for jobs only)
ジョブに割り当てられたノードごとのタスクの数。(ジョブのみに有効)
- NTPerSocket
-
The number of tasks per socket allocated to the job.
(Valid for jobs only)
ジョブに割り当てられたソケットごとのタスク数。(ジョブのみに有効)
- NumCPUs
-
Number of CPUs (processors) requested by the job or allocated to
it if already running.
ジョブによって要求された、または既に実行されている場合はジョブに割り当てられたCPU(プロセッサ)の数。
As a job is completing, this number will reflect the current number of CPUs allocated. (Valid for jobs and job steps)
ジョブが完了すると、この数は現在割り当てられているCPUの数を反映します。(ジョブおよびジョブステップに有効)
- NumNodes
-
Number of nodes allocated to the job or the minimum number of nodes
required by a pending job.
ジョブに割り当てられたノードの数、または保留中のジョブに必要なノードの最小数。
The actual number of nodes allocated to a pending job may exceed this number if the job specified a node range count (e.g. minimum and maximum node counts) or the job specifies a processor count instead of a node count.
保留中のジョブに割り当てられた実際のノード数は、ジョブがノード範囲カウント(最小および最大ノード数など)を指定した場合、またはジョブがノード数ではなくプロセッサー数を指定した場合、この数を超える可能性があります。
As a job is completing this number will reflect the current number of nodes allocated. (Valid for jobs only)
ジョブが完了すると、この数は現在割り当てられているノードの数を反映します。(ジョブのみに有効)
- NumTasks
-
Number of tasks requested by a job or job step.
ジョブまたはジョブステップによって要求されたタスクの数。
This reports the value of the --ntasks option. (Valid for jobs and job steps)
--ntasksオプションの値を報告します。(ジョブおよびジョブステップに有効)
- Origin
-
-
Cluster name where federated job originated from.
(Valid for federated jobs only)
統合ジョブの発生元のクラスター名。(フェデレーションジョブでのみ有効)
-
Cluster name where federated job originated from.
(Valid for federated jobs only)
- OriginRaw
-
Cluster ID where federated job originated from.
(Valid for federated jobs only)
統合ジョブが発生したクラスターID。(フェデレーションジョブでのみ有効)
- OverSubscribe
-
Can the compute resources allocated to the job be over subscribed by other jobs.
ジョブに割り当てられたコンピューティングリソースが他のジョブによってオーバーサブスクライブされる可能性があります。
The resources to be over subscribed can be nodes, sockets, cores, or hyperthreads depending upon configuration.
オーバーサブスクライブされるリソースは、構成に応じて、ノード、ソケット、コア、またはハイパースレッドにすることができます。
The value will be "YES" if the job was submitted with the oversubscribe option or the partition is configured with OverSubscribe=Force, "NO" if the job requires exclusive node access, "USER" if the allocated compute nodes are dedicated to a single user, "MCS" if the allocated compute nodes are dedicated to a single security class (See MCSPlugin and MCSParameters configuration parameters for more information), "OK" otherwise (typically allocated dedicated CPUs), (Valid for jobs only)
ジョブがオーバーサブスクライブオプションで送信された場合、またはパーティションがOverSubscribe = Forceで構成されている場合、値は「YES」、ジョブが排他ノードアクセスを必要とする場合は「NO」、割り当てられた計算ノードが単一の専用ノードである場合は「USER」になります。ユーザー、割り当てられた計算ノードが単一のセキュリティクラス専用である場合は「MCS」(詳細についてはMCSPluginおよびMCSParameters構成パラメーターを参照)、それ以外の場合は「OK」(通常は割り当てられた専用CPU)、(ジョブにのみ有効)
- Partition
-
Partition of the job or job step.
(Valid for jobs and job steps)
ジョブまたはジョブステップのパーティション。(ジョブおよびジョブステップに有効)
- PreemptTime
-
The preempt time for the job.
(Valid for jobs only)
ジョブのプリエンプション時間。(ジョブのみに有効)
- Priority
-
Priority of the job (converted to a floating point number between 0.0 and 1.0).
ジョブの優先度(0.0〜1.0の浮動小数点数に変換)。
Also see prioritylong. (Valid for jobs only)
prioritylongも参照してください。(ジョブのみに有効)
- PriorityLong
-
Priority of the job (generally a very large unsigned integer).
ジョブの優先度(通常は非常に大きな符号なし整数)。
Also see priority. (Valid for jobs only)
優先度も参照してください。(ジョブのみに有効)
- Profile
-
Profile of the job.
(Valid for jobs only)
ジョブのプロファイル。(ジョブのみに有効)
- QOS
-
-
Quality of service associated with the job.
(Valid for jobs only)
ジョブに関連付けられたサービスの品質。(ジョブのみに有効)
-
Quality of service associated with the job.
(Valid for jobs only)
- Reason
-
-
The reason a job is in its current state.
ジョブが現在の状態にある理由。
See the JOB REASON CODES section below for more information. (Valid for jobs only)
詳細については、以下の「ジョブの理由コード」セクションを参照してください。(ジョブのみに有効)
-
The reason a job is in its current state.
- ReasonList
-
For pending jobs: the reason a job is waiting for execution
is printed within parenthesis.
保留中のジョブの場合:ジョブが実行を待機している理由が括弧内に出力されます。
For terminated jobs with failure: an explanation as to why the job failed is printed within parenthesis.
失敗して終了したジョブの場合:ジョブが失敗した理由の説明が括弧内に出力されます。
For all other job states: the list of allocate nodes.
他のすべてのジョブ状態の場合:割り当てノードのリスト。
See the JOB REASON CODES section below for more information. (Valid for jobs only)
詳細については、以下の「ジョブの理由コード」セクションを参照してください。(ジョブのみに有効)
- Reboot
-
-
Indicates if the allocated nodes should be rebooted before starting the job.
(Valid on jobs only)
ジョブを開始する前に、割り当てられたノードを再起動する必要があるかどうかを示します。(ジョブでのみ有効)
-
Indicates if the allocated nodes should be rebooted before starting the job.
(Valid on jobs only)
- ReqNodes
-
List of node names explicitly requested by the job.
(Valid for jobs only)
ジョブによって明示的に要求されたノード名のリスト。(ジョブのみに有効)
- ReqSwitch
-
The max number of requested switches by for the job.
(Valid for jobs only)
ジョブで要求されたスイッチの最大数。(ジョブのみに有効)
- Requeue
-
Prints whether the job will be requeued on failure.
(Valid for jobs only)
失敗時にジョブが再キューイングされるかどうかを出力します。(ジョブのみに有効)
- Reservation
-
Reservation for the job.
(Valid for jobs only)
仕事の予約。(ジョブのみに有効)
- ResizeTime
-
The amount of time changed for the job to run.
(Valid for jobs only)
ジョブの実行に変更された時間。(ジョブのみに有効)
- RestartCnt
-
The number of restarts for the job.
(Valid for jobs only)
ジョブの再起動の数。(ジョブのみに有効)
- ResvPort
-
Reserved ports of the job.
(Valid for job steps only)
ジョブの予約済みポート。(ジョブステップでのみ有効)
- SchedNodes
-
For pending jobs, a list of the nodes expected to be used when the job is
started.
(Valid for jobs only)
保留中のジョブの場合、ジョブの開始時に使用されることが予想されるノードのリスト。(ジョブのみに有効)
- SCT
-
-
Number of requested sockets, cores, and threads (S:C:T) per node for the job.
ジョブのノードごとに要求されたソケット、コア、およびスレッド(S:C:T)の数。
When (S:C:T) has not been set, "*" is displayed. (Valid for jobs only)
(S:C:T)が設定されていない場合、「*」が表示されます。(ジョブのみに有効)
-
Number of requested sockets, cores, and threads (S:C:T) per node for the job.
- SelectJobInfo
-
Node selection plugin specific data for a job.
ジョブのノード選択プラグイン固有のデータ。
Possible data includes: Geometry requirement of resource allocation (X,Y,Z dimensions), Connection type (TORUS, MESH, or NAV == torus else mesh), Permit rotation of geometry (yes or no), Node use (VIRTUAL or COPROCESSOR), etc. (Valid for jobs only)
可能なデータには、リソース割り当てのジオメトリ要件(X、Y、Zディメンション)、接続タイプ(TORUS、MESH、またはNAV ==トーラス、その他のメッシュ)、ジオメトリの回転の許可(yesまたはno)、ノードの使用(VIRTUALまたはCOPROCESSOR) )など(ジョブにのみ有効)
- SiblingsActive
-
Cluster names of where federated sibling jobs exist.
(Valid for federated jobs only)
連携兄弟ジョブが存在する場所のクラスター名。(フェデレーションジョブでのみ有効)
- SiblingsActiveRaw
-
Cluster IDs of where federated sibling jobs exist.
(Valid for federated jobs only)
連携兄弟ジョブが存在する場所のクラスターID。(フェデレーションジョブでのみ有効)
- SiblingsViable
-
Cluster names of where federated sibling jobs are viable to run.
(Valid for federated jobs only)
連携兄弟ジョブを実行できる場所のクラスター名。(フェデレーションジョブでのみ有効)
- SiblingsViableRaw
-
Cluster IDs of where federated sibling jobs viable to run.
(Valid for federated jobs only)
連携兄弟ジョブを実行できる場所のクラスターID。(フェデレーションジョブでのみ有効)
- Sockets
-
Number of sockets per node requested by the job.
ジョブによって要求されたノードごとのソケットの数。
This reports the value of the srun --sockets-per-node option.
これは、srun --sockets-per-nodeオプションの値を報告します。
When --sockets-per-node has not been set, "*" is displayed. (Valid for jobs only)
--sockets-per-nodeが設定されていない場合、「*」が表示されます。(ジョブのみに有効)
- SPerBoard
-
Number of sockets per board allocated to the job.
(Valid for jobs only)
ジョブに割り当てられたボードあたりのソケット数。(ジョブのみに有効)
- StartTime
-
Actual or expected start time of the job or job step.
(Valid for jobs and job steps)
ジョブまたはジョブステップの実際の開始時刻または予測される開始時刻。(ジョブおよびジョブステップに有効)
- State
-
-
Job state in extended form.
拡張形式のジョブの状態。
See the JOB STATE CODES section below for a list of possible states. (Valid for jobs only)
可能な状態のリストについては、以下の「ジョブ状態コード」セクションを参照してください。(ジョブのみに有効)
-
Job state in extended form.
- StateCompact
-
Job state in compact form.
コンパクトな形式のジョブの状態。
See the JOB STATE CODES section below for a list of possible states. (Valid for jobs only)
可能な状態のリストについては、以下の「ジョブ状態コード」セクションを参照してください。(ジョブのみに有効)
- STDERR
-
-
The directory for standard error to output to.
(Valid for jobs only)
標準エラーを出力するディレクトリ。(ジョブのみに有効)
-
The directory for standard error to output to.
(Valid for jobs only)
- STDIN
-
-
The directory for standard in.
(Valid for jobs only)
標準入力のディレクトリ。(ジョブのみ有効)
-
The directory for standard in.
(Valid for jobs only)
- STDOUT
-
-
The directory for standard out to output to.
(Valid for jobs only)
標準出力を出力するディレクトリ。(ジョブのみに有効)
-
The directory for standard out to output to.
(Valid for jobs only)
- StepID
-
-
Job or job step ID.
ジョブまたはジョブステップID。
In the case of job arrays, the job ID format will be of the form "<base_job_id>_<index>". (Valid forjob steps only)
ジョブ配列の場合、ジョブIDの形式は「_"。(有効なforjobステップのみ)
-
Job or job step ID.
- StepName
-
Job step name.
(Valid for job steps only)
ジョブステップ名。(ジョブステップでのみ有効)
- StepState
-
The state of the job step.
(Valid for job steps only)
ジョブステップの状態。(ジョブステップでのみ有効)
- SubmitTime
-
The time that the job was submitted at.
(Valid for jobs only)
ジョブが送信された時刻。(ジョブのみに有効)
- system_comment
-
System comment associated with the job.
(Valid for jobs only)
ジョブに関連付けられたシステムコメント。(ジョブのみに有効)
- Threads
-
Number of threads per core requested by the job.
ジョブによって要求されたコアあたりのスレッド数。
This reports the value of the srun --threads-per-core option.
これは、srun --threads-per-coreオプションの値を報告します。
When --threads-per-core has not been set, "*" is displayed. (Valid for jobs only)
--threads-per-coreが設定されていない場合、「*」が表示されます。(ジョブのみに有効)
- TimeLeft
-
Time left for the job to execute in days-hours:minutes:seconds.
ジョブを実行するための残り時間(日-時間:分:秒)。
This value is calculated by subtracting the job's time used from its time limit.
この値は、制限時間からジョブの使用時間を差し引いて計算されます。
The value may be "NOT_SET" if not yet established or "UNLIMITED" for no limit. (Valid for jobs only)
値は、まだ確立されていない場合は「NOT_SET」、制限がない場合は「UNLIMITED」になります。(ジョブのみに有効)
- TimeLimit
-
Timelimit for the job or job step.
(Valid for jobs and job steps)
ジョブまたはジョブステップの制限時間。(ジョブおよびジョブステップに有効)
- TimeUsed
-
Time used by the job or job step in days-hours:minutes:seconds.
ジョブまたはジョブステップによって使用された時間(日-時間:分:秒)。
The days and hours are printed only as needed.
曜日と時間は必要な場合にのみ印刷されます。
For job steps this field shows the elapsed time since execution began and thus will be inaccurate for job steps which have been suspended.
ジョブステップの場合、このフィールドには実行が開始されてからの経過時間が表示されるため、一時停止されているジョブステップでは不正確になります。
Clock skew between nodes in the cluster will cause the time to be inaccurate.
クラスタ内のノード間のクロックスキューにより、時間が不正確になります。
If the time is obviously wrong (e.g. negative), it displays as "INVALID". (Valid for jobs and job steps)
時間が明らかに間違っている(たとえば、負の値である)場合は、「INVALID」と表示されます。(ジョブおよびジョブステップに有効)
- tres-alloc
-
Print the trackable resources allocated to the job if running.
実行中の場合、ジョブに割り当てられた追跡可能なリソースを印刷します。
If not running, then print the trackable resources requested by the job.
実行されていない場合は、ジョブによって要求された追跡可能なリソースを印刷します。
- tres-bind
-
Print the trackable resources task binding requested by the job or job step.
ジョブまたはジョブステップによって要求された追跡可能なリソースタスクバインディングを出力します。
- tres-freq
-
Print the trackable resources frequencies requested by the job or job step.
ジョブまたはジョブステップによって要求された追跡可能なリソースの頻度を印刷します。
- tres-per-job
-
Print the trackable resources requested by the job.
ジョブによって要求された追跡可能なリソースを印刷します。
- tres-per-node
-
Print the trackable resources per node requested by the job or job step.
ジョブまたはジョブステップによって要求されたノードごとに追跡可能なリソースを出力します。
- tres-per-socket
-
Print the trackable resources per socket requested by the job or job step.
ジョブまたはジョブステップによって要求されたソケットごとに追跡可能なリソースを出力します。
- tres-per-step
-
Print the trackable resources requested by the job step.
ジョブステップによって要求された追跡可能なリソースを印刷します。
- tres-per-task
-
Print the trackable resources per task requested by the job or job step.
ジョブまたはジョブステップによって要求されたタスクごとに追跡可能なリソースを印刷します。
- UserID
-
-
User ID for a job or job step.
(Valid for jobs and job steps)
ジョブまたはジョブステップのユーザーID。(ジョブおよびジョブステップに有効)
-
User ID for a job or job step.
(Valid for jobs and job steps)
- UserName
-
User name for a job or job step.
(Valid for jobs and job steps)
ジョブまたはジョブステップのユーザー名。(ジョブおよびジョブステップに有効)
- Wait4Switch
-
The amount of time to wait for the desired number of switches.
(Valid for jobs only)
必要な数のスイッチを待機する時間。(ジョブのみに有効)
- WCKey
-
-
Workload Characterization Key (wckey).
(Valid for jobs only)
ワークロード特性化キー(wckey)。(ジョブのみに有効)
-
Workload Characterization Key (wckey).
(Valid for jobs only)
- WorkDir
-
The job's working directory.
(Valid for jobs only)
ジョブの作業ディレクトリ。(ジョブのみに有効)
-
- -p <part_list>, --partition=<part_list>
-
Specify the partitions of the jobs or steps to view.
表示するジョブまたはステップのパーティションを指定します。
Accepts a comma separated list of partition names.
パーティション名のコンマ区切りリストを受け入れます。
- -P, --priority
-
For pending jobs submitted to multiple partitions, list the job once per
partition.
複数のパーティションに送信された保留中のジョブの場合は、パーティションごとに1回ジョブをリストします。
In addition, if jobs are sorted by priority, consider both the partition and job priority.
さらに、ジョブが優先順位でソートされている場合は、パーティションとジョブの優先順位の両方を考慮してください。
This option can be used to produce a list of pending jobs in the same order considered for scheduling by Slurm with appropriate additional options (e.g. "--sort=-p,i --states=PD").
このオプションを使用して、適切な追加オプション(例: "--sort = -p、i --states = PD")を使用して、Slurmによるスケジューリングで考慮されるのと同じ順序で保留中のジョブのリストを作成できます。
- -q <qos_list>, --qos=<qos_list>
-
Specify the qos(s) of the jobs or steps to view. Accepts a comma
separated list of qos's.
表示するジョブまたはステップのQoSを指定します。qosのコンマ区切りリストを受け入れます。
- -R, --reservation=reservation_name
-
Specify the reservation of the jobs to view.
表示するジョブの予約を指定します。
- -s, --steps
-
Specify the job steps to view.
表示するジョブステップを指定します。
This flag indicates that a comma separated list of job steps to view follows without an equal sign (see examples).
このフラグは、表示するジョブステップのコンマ区切りリストが等号なしで続くことを示します(例を参照)。
The job step format is "job_id[_array_id].step_id".
ジョブステップの形式は「job_id [_array_id] .step_id」です。
Defaults to all job steps.
デフォルトはすべてのジョブステップです。
Since this option's argument is optional, for proper parsing the single letter option must be followed immediately with the value and not include a space between them.
このオプションの引数はオプションであるため、適切な解析を行うには、1文字のオプションの直後に値を入れ、間にスペースを入れないでください。
For example "-s1008.0" and not "-s 1008.0".
たとえば、「-s 1008.0」ではなく「-s1008.0」。
- --sibling
-
Show all sibling jobs on a federated cluster. Implies --federation.
統合クラスター上のすべての兄弟ジョブを表示します。--federationを意味します。
- -S <sort_list>, --sort=<sort_list>
-
Specification of the order in which records should be reported.
レコードを報告する順序の指定。
This uses the same field specification as the <output_format>.
これは、 。
The long format option "cluster" can also be used to sort jobs or job steps by cluster name (e.g. federated jobs).
長い形式のオプション「クラスター」を使用して、クラスター名でジョブまたはジョブステップをソートすることもできます(たとえば、連合ジョブ)。
Multiple sorts may be performed by listing multiple sort fields separated by commas.
複数の並べ替えは、複数の並べ替えフィールドをカンマで区切ってリストすることで実行できます。
The field specifications may be preceded by "+" or "-" for ascending (default) and descending order respectively.
フィールドの指定の前に、昇順(デフォルト)と降順の「+」または「-」を付けることができます。
For example, a sort value of "P,U" will sort the records by partition name then by user id.
たとえば、「P、U」のソート値は、パーティション名、次にユーザーIDでレコードをソートします。
The default value of sort for jobs is "P,t,-p" (increasing partition name then within a given partition by increasing job state and then decreasing priority).
ジョブの並べ替えのデフォルト値は "P、t、-p"です(ジョブ名を増やし、優先順位を下げることで、パーティション名を増やし、特定のパーティション内で)。
The default value of sort for job steps is "P,i" (increasing partition name then within a given partition by increasing step id).
ジョブステップの並べ替えの既定値は "P、i"です(パーティション名を増やしてから、ステップIDを増やして特定のパーティション内に入れます)。
- --start
-
Report the expected start time and resources to be allocated for pending jobs
in order of increasing start time.
予想される開始時間と保留時間のジョブに割り当てられるリソースを開始時間の長い順に報告します。
This is equivalent to the following options: --format="%.18i %.9P %.8j %.8u %.2t %.19S %.6D %20Y %R", --sort=S and --states=PENDING.
これは、次のオプションと同等です:--format = "%。18i%.9P%.8j%.8u%.2t%.19S%.6D%20Y%R"、-sort = Sおよび--states =保留中。
Any of these options may be explicitly changed as desired by combining the --start option with other option values (e.g. to use a different output format).
これらのオプションは、-startオプションを他のオプション値と組み合わせて(たとえば、異なる出力形式を使用するため)、必要に応じて明示的に変更できます。
The expected start time of pending jobs is only available if the Slurm is configured to use the backfill scheduling plugin.
保留中のジョブの予想開始時間は、Slurmがバックフィルスケジューリングプラグインを使用するように構成されている場合にのみ利用できます。
- -t <state_list>, --states=<state_list>
-
Specify the states of jobs to view. Accepts a comma separated list of
state names or "all".
表示するジョブの状態を指定します。状態名のコンマ区切りリストまたは「すべて」を受け入れます。
If "all" is specified then jobs of all states will be reported.
「すべて」を指定すると、すべての状態のジョブが報告されます。
If no state is specified then pending, running, and completing jobs are reported.
状態が指定されていない場合、保留中、実行中、および完了中のジョブが報告されます。
See the JOB STATE CODES section below for a list of valid states. Both extended and compact forms are valid.
有効な状態のリストについては、以下の「ジョブ状態コード」セクションを参照してください。拡張形式とコンパクト形式の両方が有効です。
Note the <state_list> supplied is case insensitive ("pd" and "PD" are equivalent).
注意してください 提供される大文字と小文字は区別されません(「pd」と「PD」は同等です)。
- -u <user_list>, --user=<user_list>
-
Request jobs or job steps from a comma separated list of users.
ユーザーのコンマ区切りリストからジョブまたはジョブステップを要求します。
The list can consist of user names or user id numbers.
リストは、ユーザー名またはユーザーID番号で構成できます。
Performance of the command can be measurably improved for systems with large numbers of jobs when a single user is specified.
単一のユーザーが指定されている場合、コマンドのパフォーマンスは、ジョブが多数あるシステムではある程度改善できます。
- --usage
-
Print a brief help message listing the squeue options.
squeueオプションをリストした簡単なヘルプメッセージを出力します。
- -v, --verbose
-
Report details of squeues actions.
squeuesアクションの詳細を報告します。
- -V , --version
-
Print version information and exit.
バージョン情報を出力して終了します。
- -w <hostlist>, --nodelist=<hostlist>
-
Report only on jobs allocated to the specified node or list of nodes.
指定したノードまたはノードのリストに割り当てられたジョブについてのみレポートします。
This may either be the NodeName or NodeHostname as defined in slurm.conf(5) in the event that they differ.
これは、slurm.conf(5)で定義されているNodeNameまたはNodeHostnameである場合があります。
A node_name of localhost is mapped to the current host name.
localhostのnode_nameは、現在のホスト名にマップされます。
JOB REASON CODES
These codes identify the reason that a job is waiting for execution.これらのコードは、ジョブが実行を待機している理由を識別します。
A job may be waiting for more than one reason, in which case only one of those reasons is displayed.
ジョブが複数の理由で待機している場合があります。その場合、それらの理由の1つだけが表示されます。
- AssociationJobLimit
-
The job's association has reached its maximum job count.
ジョブの関連付けが最大ジョブ数に達しました。
- AssociationResourceLimit
-
The job's association has reached some resource limit.
ジョブの関連付けがリソース制限に達しました。
- AssociationTimeLimit
-
The job's association has reached its time limit.
ジョブの関連付けが制限時間に達しました。
- BadConstraints
-
The job's constraints can not be satisfied.
ジョブの制約を満たすことができません。
- BeginTime
-
The job's earliest start time has not yet been reached.
ジョブの最も早い開始時刻にまだ到達していません。
- Cleaning
-
The job is being requeued and still cleaning up from its previous execution.
ジョブは再キューイング中であり、以前の実行からまだクリーンアップしています。
- Dependency
-
This job is waiting for a dependent job to complete.
このジョブは、依存ジョブが完了するのを待っています。
- FrontEndDown
-
No front end node is available to execute this job.
このジョブを実行するために使用できるフロントエンドノードはありません。
- InactiveLimit
-
The job reached the system InactiveLimit.
ジョブはシステムのInactiveLimitに達しました。
- InvalidAccount
-
The job's account is invalid.
ジョブのアカウントは無効です。
- InvalidQOS
-
The job's QOS is invalid.
ジョブのQOSが無効です。
- JobHeldAdmin
-
The job is held by a system administrator.
ジョブはシステム管理者によって保留されています。
- JobHeldUser
-
The job is held by the user.
ジョブはユーザーによって保留されています。
- JobLaunchFailure
-
The job could not be launched.
ジョブを立ち上げることができませんでした。
This may be due to a file system problem, invalid program name, etc.
これは、ファイルシステムの問題、無効なプログラム名などが原因である可能性があります。
- Licenses
-
The job is waiting for a license.
ジョブはライセンスを待っています。
- NodeDown
-
A node required by the job is down.
ジョブに必要なノードがダウンしています。
- NonZeroExitCode
-
The job terminated with a non-zero exit code.
ジョブはゼロ以外の終了コードで終了しました。
- PartitionDown
-
The partition required by this job is in a DOWN state.
このジョブに必要なパーティションはDOWN状態です。
- PartitionInactive
-
The partition required by this job is in an Inactive state and not able to
start jobs.
このジョブに必要なパーティションは非アクティブ状態であり、ジョブを開始できません。
- PartitionNodeLimit
-
The number of nodes required by this job is outside of its partition's current
limits.
このジョブに必要なノードの数は、そのパーティションの現在の制限を超えています。
Can also indicate that required nodes are DOWN or DRAINED.
必要なノードがDOWNまたはDRAINEDであることを示すこともできます。
- PartitionTimeLimit
-
The job's time limit exceeds its partition's current time limit.
ジョブの時間制限が、パーティションの現在の時間制限を超えています。
- Priority
-
One or more higher priority jobs exist for this partition or advanced reservation.
このパーティションまたは事前予約には、1つ以上の優先度の高いジョブが存在します。
- Prolog
-
Its PrologSlurmctld program is still running.
そのPrologSlurmctldプログラムはまだ実行中です。
- QOSJobLimit
-
The job's QOS has reached its maximum job count.
ジョブのQOSが最大ジョブ数に達しました。
- QOSResourceLimit
-
The job's QOS has reached some resource limit.
ジョブのQOSがリソース制限に達しました。
- QOSTimeLimit
-
The job's QOS has reached its time limit.
ジョブのQOSが時間制限に達しました。
- ReqNodeNotAvail
-
Some node specifically required by the job is not currently available.
ジョブが特に必要とする一部のノードは現在使用できません。
The node may currently be in use, reserved for another job, in an advanced reservation, DOWN, DRAINED, or not responding.
ノードは現在使用中であるか、別のジョブのために予約されているか、事前予約であるか、DOWN、DRAINED、または応答していません。
Nodes which are DOWN, DRAINED, or not responding will be identified as part of the job's "reason" field as "UnavailableNodes".
DOWN、DRAINED、または応答しないノードは、ジョブの「reason」フィールドの一部として「UnavailableNodes」として識別されます。
Such nodes will typically require the intervention of a system administrator to make available.
このようなノードを使用可能にするには、通常、システム管理者の介入が必要です。
- Reservation
-
The job is waiting its advanced reservation to become available.
ジョブは、事前予約が利用可能になるのを待っています。
- Resources
-
The job is waiting for resources to become available.
ジョブはリソースが使用可能になるのを待っています。
- SystemFailure
-
Failure of the Slurm system, a file system, the network, etc.
Slurmシステム、ファイルシステム、ネットワークなどの障害
- TimeLimit
-
The job exhausted its time limit.
ジョブは時間制限を使い果たしました。
- QOSUsageThreshold
-
Required QOS threshold has been breached.
必要なQOSしきい値に違反しました。
- WaitingForScheduling
-
No reason has been set for this job yet.
このジョブにはまだ理由が設定されていません。
Waiting for the scheduler to determine the appropriate reason.
スケジューラーが適切な理由を判別するのを待っています。
JOB STATE CODES
Jobs typically pass through several states in the course of their execution.ジョブは通常、実行中にいくつかの状態を通過します。
The typical states are PENDING, RUNNING, SUSPENDED, COMPLETING, and COMPLETED.
典型的な状態は、PENDING、RUNNING、SUSPENDED、COMPLETING、およびCOMPLETEDです。
An explanation of each state follows.
各状態の説明は次のとおりです。
- BF BOOT_FAIL
-
Job terminated due to launch failure, typically due to a hardware failure
(e.g. unable to boot the node or block and the job can not be requeued).
起動の失敗、通常はハードウェアの障害が原因でジョブが終了しました(ノードまたはブロックを起動できず、ジョブを再キューイングできないなど)。
- CA CANCELLED
-
Job was explicitly cancelled by the user or system administrator.
ユーザーまたはシステム管理者によってジョブが明示的にキャンセルされました。
The job may or may not have been initiated.
ジョブは開始されている場合と開始されていない場合があります。
- CD COMPLETED
-
Job has terminated all processes on all nodes with an exit code of zero.
ジョブは、すべてのノードのすべてのプロセスを終了コード0で終了しました。
- CF CONFIGURING
-
Job has been allocated resources, but are waiting for them to become ready for use
(e.g. booting).
ジョブにはリソースが割り当てられていますが、リソースが使用できるようになる(たとえば、ブート)のを待っています。
- CG COMPLETING
-
Job is in the process of completing. Some processes on some nodes may still be active.
ジョブは完了処理中です。一部のノードの一部のプロセスはまだアクティブである可能性があります。
- DL DEADLINE
-
Job terminated on deadline.
ジョブは期限に終了しました。
- F FAILED
-
Job terminated with non-zero exit code or other failure condition.
ジョブはゼロ以外の終了コードまたはその他の障害状態で終了しました。
- NF NODE_FAIL
-
Job terminated due to failure of one or more allocated nodes.
割り当てられた1つ以上のノードに障害が発生したため、ジョブが終了しました。
- OOM OUT_OF_MEMORY
-
Job experienced out of memory error.
ジョブでメモリ不足エラーが発生しました。
- PD PENDING
-
Job is awaiting resource allocation.
ジョブはリソース割り当てを待っています。
- PR PREEMPTED
-
Job terminated due to preemption.
プリエンプションが原因でジョブが終了しました。
- R RUNNING
-
Job currently has an allocation.
ジョブには現在割り当てがあります。
- RD RESV_DEL_HOLD
-
Job is held.
仕事をします。
- RF REQUEUE_FED
-
Job is being requeued by a federation.
フェデレーションによってジョブが再キューイングされています。
- RH REQUEUE_HOLD
-
Held job is being requeued.
保留中のジョブは再キューイングされています。
- RQ REQUEUED
-
Completing job is being requeued.
完了したジョブは再キューイングされています。
- RS RESIZING
-
Job is about to change size.
ジョブはサイズを変更しようとしています。
- RV REVOKED
-
Sibling was removed from cluster due to other cluster starting the job.
他のクラスターがジョブを開始したため、兄弟がクラスターから削除されました。
- SI SIGNALING
-
Job is being signaled.
ジョブが通知されています。
- SE SPECIAL_EXIT
-
The job was requeued in a special state.
ジョブは特別な状態で再キューイングされました。
This state can be set by users, typically in EpilogSlurmctld, if the job has terminated with a particular exit value.
この状態は、ジョブが特定の終了値で終了した場合、通常EpilogSlurmctldでユーザーが設定できます。
- SO STAGE_OUT
-
Job is staging out files.
ジョブはファイルをステージングしています。
- ST STOPPED
-
Job has an allocation, but execution has been stopped with SIGSTOP signal.
ジョブには割り当てがありますが、SIGSTOPシグナルによって実行が停止されました。
CPUS have been retained by this job.
CPUはこのジョブによって保持されています。
- S SUSPENDED
-
Job has an allocation, but execution has been suspended and CPUs have been
released for other jobs.
ジョブには割り当てがありますが、実行が一時停止され、CPUが他のジョブ用に解放されました。
- TO TIMEOUT
-
Job terminated upon reaching its time limit.
時間制限に達したときにジョブが終了しました。
PERFORMANCE
Executing squeue sends a remote procedure call to slurmctld.
squeueを実行すると、リモートプロシージャコールがslurmctldに送信されます。
If
enough calls from squeue or other Slurm client commands that send remote
procedure calls to the slurmctld daemon come in at once, it can result in
a degradation of performance of the slurmctld daemon, possibly resulting
in a denial of service.
リモートプロシージャコールをslurmctldデーモンに送信するsqueueまたは他のSlurmクライアントコマンドからの十分な呼び出しが一度に着信すると、slurmctldデーモンのパフォーマンスが低下し、サービス拒否が発生する可能性があります。
Do not run squeue or other Slurm client commands that send remote
procedure calls to slurmctld from loops in shell scripts or other
programs.
シェルスクリプトまたは他のプログラムのループからslurmctldにリモートプロシージャコールを送信するsqueueまたは他のSlurmクライアントコマンドを実行しないでください。
Ensure that programs limit calls to squeue to the minimum
necessary for the information you are trying to gather.
プログラムが、squeueへの呼び出しを、収集しようとしている情報に必要な最小限に制限していることを確認してください。
ENVIRONMENT VARIABLES
Some squeue options may be set via environment variables.
一部のsqueueオプションは、環境変数を介して設定できます。
These
environment variables, along with their corresponding options, are listed
below.
これらの環境変数と対応するオプションを以下に示します。
(Note: Commandline options will always override these settings.)
(注:コマンドラインオプションは常にこれらの設定を上書きします。)
- SLURM_BITSTR_LEN
-
Specifies the string length to be used for holding a job array's task ID
expression.
ジョブ配列のタスクID式を保持するために使用される文字列の長さを指定します。
The default value is 64 bytes.
デフォルト値は64バイトです。
A value of 0 will print the full expression with any length required.
値0は、必要な長さの式全体を出力します。
Larger values may adversely impact the application performance.
値を大きくすると、アプリケーションのパフォーマンスに悪影響を及ぼす可能性があります。
- SLURM_CLUSTERS
- Same as --clusters
- SLURM_CONF
-
The location of the Slurm configuration file.
Slurm構成ファイルの場所。
- SLURM_TIME_FORMAT
-
Specify the format used to report time stamps.
タイムスタンプの報告に使用される形式を指定します。
A value of standard, the default value, generates output in the form "year-month-dateThour:minute:second".
標準の値(デフォルト値)は、「year-month-dateThour:minute:second」の形式で出力を生成します。
A value of relative returns only "hour:minute:second" if the current day.
relativeの値は、当日の場合、「時:分:秒」のみを返します。
For other dates in the current year it prints the "hour:minute" preceded by "Tomorr" (tomorrow), "Ystday" (yesterday), the name of the day for the coming week (e.g. "Mon", "Tue", etc.), otherwise the date (e.g. "25 Apr").
今年の他の日付については、 "Tomorr"(明日)、 "Ystday"(昨日)、次の週の曜日の名前(例: "Mon"、 "Tue"、など)、それ以外の場合は日付(「4月25日」など)。
For other years it returns a date month and year without a time (e.g. "6 Jun 2012"). All of the time stamps use a 24 hour format.
それ以外の年については、日付なしの月と年を時間なしで返します(例:「2012年6月6日」)。すべてのタイムスタンプは24時間形式を使用します。
A valid strftime() format can also be specified.
有効なstrftime()形式も指定できます。
For example, a value of "%a %T" will report the day of the week and a time stamp (e.g. "Mon 12:34:56").
たとえば、「%a%T」の値は、曜日とタイムスタンプを報告します(「Mon 12:34:56」など)。
- SQUEUE_ACCOUNT
- -A <account_list>, --account=<account_list>
- SQUEUE_ALL
- -a, --all
- SQUEUE_ARRAY
- -r, --array
- SQUEUE_NAMES
- --name=<name_list>
- SQUEUE_FEDERATION
- --federation
- SQUEUE_FORMAT
- -o <output_format>, --format=<output_format>
- SQUEUE_FORMAT2
- -O <output_format>, --Format=<output_format>
- SQUEUE_LICENSES
- -p-l <license_list>, --license=<license_list>
- SQUEUE_LOCAL
- --local
- SQUEUE_PARTITION
- -p <part_list>, --partition=<part_list>
- SQUEUE_PRIORITY
- -P, --priority
- SQUEUE_QOS
- -p <qos_list>, --qos=<qos_list>
- SQUEUE_SIBLING
- --sibling
- SQUEUE_SORT
- -S <sort_list>, --sort=<sort_list>
- SQUEUE_STATES
- -t <state_list>, --states=<state_list>
- SQUEUE_USERS
-
-u <user_list>, --users=<user_list>
EXAMPLES
Print the jobs scheduled in the debug partition and in the COMPLETED state in the format with six right justified digits for the job id followed by the priority with an arbitrary fields size:デバッグパーティションおよびCOMPLETED状態でスケジュールされたジョブを、ジョブIDの右揃えされた6桁の数字と、その後に任意のフィールドサイズの優先順位が続く形式で出力します。
# squeue -p debug -t COMPLETED -o "%.6i %p"
JOBID PRIORITY
65543 99993
65544 99992
65545 99991
Print the job steps in the debug partition sorted by user:
# squeue -s -p debug -S u
STEPID NAME PARTITION USER TIME NODELIST
65552.1 test1 debug alice 0:23 dev[1-4]
65562.2 big_run debug bob 0:18 dev22
65550.1 param1 debug candice 1:43:21 dev[6-12]
Print information only about jobs 12345,12345, and 12348:
# squeue --jobs 12345,12346,12348
JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)
12345 debug job1 dave R 0:21 4 dev[9-12]
12346 debug job2 dave PD 0:00 8 (Resources)
12348 debug job3 ed PD 0:00 4 (Priority)
Print information only about job step 65552.1:
# squeue --steps 65552.1
STEPID NAME PARTITION USER TIME NODELIST
65552.1 test2 debug alice 12:49 dev[1-4]
COPYING
Copyright (C) 2002-2007 The Regents of the University of California. Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).Copyright (C) 2008-2010 Lawrence Livermore National Security.
Copyright (C) 2010-2016 SchedMD LLC.
This file is part of Slurm, a resource management program. For details, see <https://slurm.schedmd.com/>.
Slurm is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Slurm is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
SEE ALSO
scancel(1), scontrol(1), sinfo(1), srun(1), slurm_load_ctl_conf (3), slurm_load_jobs (3), slurm_load_node (3), slurm_load_partitions (3)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- JOB REASON CODES
- JOB STATE CODES
- PERFORMANCE
- ENVIRONMENT VARIABLES
- EXAMPLES
- COPYING
- SEE ALSO
This document was created by man2html using the manual pages.
Time: 20:44:46 GMT, May 21, 2020