Skip to main content

Model and optimization status and solveStatus codes

Answered

Comments

4 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Maliheh Aramon
    • Gurobi Staff

    Hi Andrew, 

    I opened a support ticket for this in our Zendesk system and we will get back to you through the ticket. 

    Thanks for your patience!

    Best regards,

    Maliheh

    0
  • Ben C
    • Gurobi-versary
    • First Comment

    Hello Hosford, Andrew L Maliheh Aramon,

        I am having the same issue. Can you post your findings here ? 

    Thanks, Benjamin

    0
  • Maliheh Aramon
    • Gurobi Staff

    Hi Benjamin,

    You might find the documentation of the Cluster REST API useful. If you are using the Gurobi Cluster Manager, the complete documentation on REST API can be accessed at Help -> REST API. If you search for "JobStatus" and "JobSolveStatus", you will find the following descriptions for each:

    JobStatus    number
    Job status 0=UNKNOWN, 1=QUEUED, 2=RUNNING, 3=ABORTED, 4=FAILED, 5=COMPLETED, 6=REJECTED, 7=DISCONNECTED, 8=IDLETIMEOUT
    JobSolveStatus number
    Job status 0=UNKNOWN, 1=INIT, 2=OPTIMIZING, 3=COMPLETED

    The same information can be seen if you search for "Job" where each key and its corresponding values in the job description dictionary are explained. The status 5 and the solveStatus 3 in the example above mean that the job is completed.

    I guess your company has a commercial license with us. Feel free to submit a ticket via the Gurobi Help Center if you need further information.

    Best regards,
    Maliheh

    1

Post is closed for comments.