Trace number 4519085

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2025-06-09OPT0 2869.88 2876.61

DiagnosticValue
CARDINALITY_CORES_IN_OPTIMIZER
CLAUSAL_CORES_IN_OPTIMIZER
CORES_EXTRACTED
CORES_IN_OPTIMIZER
ITERATIONS
PB_CORES_IN_OPTIMIZER
SIS
SIS_OUT_OF_BUDGET
SIS_SAT
SIS_UNSAT
TIME_EXTRACT_CORES
TIME_OPTIMIZE
TIME_SIS

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_08.opb
MD5SUM682abe62cfc98d0c90b996ee5c2245ad
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.016831
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables416
Total number of constraints608
Number of constraints which are clauses384
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints224
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 32
Biggest coefficient in the objective function 32768
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 131070
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 131070
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c enable explicit+compact SCL
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.09/0.17	c limit for coefficient in constraints and objective to 1000000000
0.09/0.17	c will solve HOME/instance-4519085-1751532074.opb
0.09/0.17	Searching graph automorphisms with time limit: 100
0.09/0.17	c [0.01] will start solving
275.75/276.42	c [0.01] solve iteration 1, LB=-65535, UB=65536
275.75/276.42	c [0.81] solve iteration 2, LB=-65535, UB=0
275.75/276.42	c [3.39] solve iteration 3, LB=-32752, UB=0
275.75/276.42	c [7.66] solve iteration 4, LB=-32704, UB=0
275.75/276.42	c [8.07] solve iteration 5, LB=-19850, UB=0
275.75/276.42	c [8.4] solve iteration 6, LB=-19850, UB=0
275.75/276.42	c [9.09] solve iteration 7, LB=-19850, UB=0
275.75/276.42	c [10.24] solve iteration 8, LB=-19850, UB=0
275.75/276.42	c [10.46] solve iteration 9, LB=-19850, UB=0
275.75/276.42	c [10.8] solve iteration 10, LB=-19850, UB=0
275.75/276.42	c [11.15] solve iteration 11, LB=-19850, UB=0
275.75/276.42	c [11.29] solve iteration 12, LB=-19850, UB=0
275.75/276.42	c [12.23] solve iteration 13, LB=-19850, UB=0
275.75/276.42	c [14.11] solve iteration 14, LB=-19850, UB=0
275.75/276.42	c [15.99] solve iteration 15, LB=-19850, UB=0
275.75/276.42	c [17.64] solve iteration 16, LB=-19850, UB=0
275.75/276.42	c [18.43] solve iteration 17, LB=-19850, UB=0
275.75/276.42	c [19.2] solve iteration 18, LB=-19850, UB=0
275.75/276.42	c [21.06] solve iteration 19, LB=-19850, UB=0
275.75/276.42	c [22.71] solve iteration 20, LB=-19850, UB=0
275.75/276.42	c [24.31] solve iteration 21, LB=-19850, UB=0
275.75/276.42	c [25.95] solve iteration 22, LB=-19850, UB=0
275.75/276.42	c [27.14] solve iteration 23, LB=-19850, UB=0
275.75/276.42	c [28.43] solve iteration 24, LB=-19850, UB=0
275.75/276.42	c [31.17] solve iteration 25, LB=-19850, UB=0
275.75/276.42	c [33.97] solve iteration 26, LB=-19850, UB=0
275.75/276.42	c [35.1] solve iteration 27, LB=-19850, UB=0
275.75/276.42	c [36.59] solve iteration 28, LB=-19850, UB=0
275.75/276.42	c [38.91] solve iteration 29, LB=-19850, UB=0
275.75/276.42	c [40.37] solve iteration 30, LB=-19850, UB=0
275.75/276.42	c [42.82] solve iteration 31, LB=-19850, UB=0
275.75/276.42	c [45.3] solve iteration 32, LB=-19850, UB=0
275.75/276.42	c [47.37] solve iteration 33, LB=-19850, UB=0
275.75/276.42	c [48.34] solve iteration 34, LB=-19850, UB=0
275.75/276.42	c [50.55] solve iteration 35, LB=-19850, UB=0
275.75/276.42	c [51.9] solve iteration 36, LB=-19850, UB=0
275.75/276.42	c [53.19] solve iteration 37, LB=-19850, UB=0
275.75/276.42	c [56.63] solve iteration 38, LB=-19850, UB=0
275.75/276.42	c [58.71] solve iteration 39, LB=-19850, UB=0
275.75/276.42	c [60.06] solve iteration 40, LB=-19850, UB=0
275.75/276.42	c [61.38] solve iteration 41, LB=-19850, UB=0
275.75/276.42	c [62.92] solve iteration 42, LB=-19850, UB=0
275.75/276.42	c [66.17] solve iteration 43, LB=-19850, UB=0
275.75/276.42	c [68.97] solve iteration 44, LB=-19850, UB=0
275.75/276.42	c [71.64] solve iteration 45, LB=-19850, UB=0
275.75/276.42	c [77.04] solve iteration 46, LB=-19850, UB=0
275.75/276.42	c [81.58] solve iteration 47, LB=-19850, UB=0
275.75/276.42	c [88.67] solve iteration 48, LB=-19850, UB=0
275.75/276.42	c [93.25] solve iteration 49, LB=-19850, UB=0
275.75/276.42	c [98.7] solve iteration 50, LB=-19850, UB=0
275.75/276.42	c [103.71] solve iteration 51, LB=-19850, UB=0
275.75/276.42	c [114.79] solve iteration 52, LB=-19850, UB=0
275.75/276.42	c [118.61] solve iteration 53, LB=-19850, UB=0
275.75/276.42	c [129.9] solve iteration 54, LB=-19850, UB=0
275.75/276.42	c [139.73] solve iteration 55, LB=-19850, UB=0
275.75/276.42	c [147.91] solve iteration 56, LB=-19850, UB=0
275.75/276.42	c [151.21] solve iteration 57, LB=-19850, UB=0
275.75/276.42	c [154.74] solve iteration 58, LB=-19850, UB=0
275.75/276.42	c [158.92] solve iteration 59, LB=-19850, UB=0
275.75/276.42	c [164.25] solve iteration 60, LB=-19850, UB=0
275.75/276.42	c [168.82] solve iteration 61, LB=-19850, UB=0
275.75/276.42	c [175.21] solve iteration 62, LB=-19850, UB=0
275.75/276.42	c [179.82] solve iteration 63, LB=-19850, UB=0
275.75/276.42	c [183.99] solve iteration 64, LB=-19850, UB=0
275.75/276.42	c [188.37] solve iteration 65, LB=-19850, UB=0
275.75/276.42	c [192.62] solve iteration 66, LB=-19850, UB=0
275.75/276.42	c [195.92] solve iteration 67, LB=-19850, UB=0
275.75/276.42	c [198.23] solve iteration 68, LB=-19850, UB=0
275.75/276.42	c [199.08] solve iteration 69, LB=-19850, UB=0
275.75/276.42	c [199.48] solve iteration 70, LB=-19850, UB=0
275.75/276.42	c [203.38] solve iteration 71, LB=-19850, UB=0
275.75/276.42	c [207.49] solve iteration 72, LB=-19850, UB=0
275.75/276.42	c [210.23] solve iteration 73, LB=-19850, UB=0
275.75/276.42	c [211.9] solve iteration 74, LB=-19850, UB=0
275.75/276.42	c [214.1] solve iteration 75, LB=-19850, UB=0
275.75/276.42	c [218.08] solve iteration 76, LB=-19850, UB=0
275.75/276.42	c [224.35] solve iteration 77, LB=-19850, UB=0
275.75/276.42	c [227.2] solve iteration 78, LB=-19850, UB=0
275.75/276.42	c [228.68] solve iteration 79, LB=-19850, UB=0
275.75/276.42	c [231.39] solve iteration 80, LB=-19850, UB=0
275.75/276.42	c [233.58] solve iteration 81, LB=-19850, UB=0
275.75/276.42	c [236.01] solve iteration 82, LB=-19850, UB=0
275.75/276.42	c [240.81] solve iteration 83, LB=-19850, UB=0
275.75/276.42	c [247.6] solve iteration 84, LB=-19850, UB=0
275.75/276.42	c [253.52] solve iteration 85, LB=-19850, UB=0
275.75/276.42	c [257.09] solve iteration 86, LB=-19850, UB=0
275.75/276.42	c [260.17] solve iteration 87, LB=-19850, UB=0
275.75/276.42	c [265.11] solve iteration 88, LB=-19850, UB=0
275.75/276.42	c [274.31] solve iteration 89, LB=-19850, UB=0
867.66/869.62	c [284.74] solve iteration 90, LB=-19850, UB=0
867.66/869.62	c [297.29] solve iteration 91, LB=-19850, UB=0
867.66/869.62	c [307.16] solve iteration 92, LB=-19850, UB=0
867.66/869.62	c [308.94] solve iteration 93, LB=-19850, UB=0
867.66/869.62	c [309.09] solve iteration 94, LB=-19850, UB=0
867.66/869.62	c [312.79] solve iteration 95, LB=-19850, UB=0
867.66/869.62	c [317.05] solve iteration 96, LB=-19850, UB=0
867.66/869.62	c [330.57] solve iteration 97, LB=-19850, UB=0
867.66/869.62	c [331.91] solve iteration 98, LB=-19850, UB=0
867.66/869.62	c [339.71] solve iteration 99, LB=-19850, UB=0
867.66/869.62	c [350.22] solve iteration 100, LB=-19850, UB=0
867.66/869.62	c [354.09] solve iteration 101, LB=-19850, UB=0
867.66/869.62	c [356.79] solve iteration 102, LB=-19850, UB=0
867.66/869.62	c [358.19] solve iteration 103, LB=-19850, UB=0
867.66/869.62	c [360.4] solve iteration 104, LB=-19850, UB=0
867.66/869.62	c [363.69] solve iteration 105, LB=-19850, UB=0
867.66/869.62	c [372.48] solve iteration 106, LB=-19850, UB=0
867.66/869.62	c [388.12] solve iteration 107, LB=-19850, UB=0
867.66/869.62	c [398.82] solve iteration 108, LB=-19850, UB=0
867.66/869.62	c [409.99] solve iteration 109, LB=-19850, UB=0
867.66/869.62	c [423.57] solve iteration 110, LB=-19850, UB=0
867.66/869.62	c [439.84] solve iteration 111, LB=-19850, UB=0
867.66/869.62	c [451.41] solve iteration 112, LB=-19850, UB=0
867.66/869.62	c [456.6] solve iteration 113, LB=-19850, UB=0
867.66/869.62	c [462.53] solve iteration 114, LB=-19850, UB=0
867.66/869.62	c [466.89] solve iteration 115, LB=-19850, UB=0
867.66/869.62	c [474.84] solve iteration 116, LB=-19850, UB=0
867.66/869.62	c [479.05] solve iteration 117, LB=-19850, UB=0
867.66/869.62	c [486.71] solve iteration 118, LB=-19850, UB=0
867.66/869.62	c [492.9] solve iteration 119, LB=-19850, UB=0
867.66/869.62	c [498.51] solve iteration 120, LB=-19850, UB=0
867.66/869.62	c [503.59] solve iteration 121, LB=-19850, UB=0
867.66/869.62	c [508.68] solve iteration 122, LB=-19850, UB=0
867.66/869.62	c [510.15] solve iteration 123, LB=-19850, UB=0
867.66/869.62	c [511.27] solve iteration 124, LB=-19850, UB=0
867.66/869.62	c [519.41] solve iteration 125, LB=-19850, UB=0
867.66/869.62	c [527.96] solve iteration 126, LB=-19850, UB=0
867.66/869.62	c [531.37] solve iteration 127, LB=-19850, UB=0
867.66/869.62	c [537.7] solve iteration 128, LB=-19850, UB=0
867.66/869.62	c [542.36] solve iteration 129, LB=-19850, UB=0
867.66/869.62	c [546.78] solve iteration 130, LB=-19850, UB=0
867.66/869.62	c [550.82] solve iteration 131, LB=-19850, UB=0
867.66/869.62	c [552.83] solve iteration 132, LB=-19850, UB=0
867.66/869.62	c [554.35] solve iteration 133, LB=-19850, UB=0
867.66/869.62	c [555.71] solve iteration 134, LB=-19850, UB=0
867.66/869.62	c [556.86] solve iteration 135, LB=-19850, UB=0
867.66/869.62	c [562.74] solve iteration 136, LB=-19850, UB=0
867.66/869.62	c [569.04] solve iteration 137, LB=-19850, UB=0
867.66/869.62	c [576.28] solve iteration 138, LB=-19850, UB=0
867.66/869.62	c [583.7] solve iteration 139, LB=-19850, UB=0
867.66/869.62	c [594.09] solve iteration 140, LB=-19850, UB=0
867.66/869.62	c [605.52] solve iteration 141, LB=-19850, UB=0
867.66/869.62	c [616.28] solve iteration 142, LB=-19850, UB=0
867.66/869.62	c [618.86] solve iteration 143, LB=-19850, UB=0
867.66/869.62	c [621.19] solve iteration 144, LB=-19850, UB=0
867.66/869.62	c [623.05] solve iteration 145, LB=-19850, UB=0
867.66/869.62	c [633.58] solve iteration 146, LB=-19850, UB=0
867.66/869.62	c [637.43] solve iteration 147, LB=-19850, UB=0
867.66/869.62	c [640.51] solve iteration 148, LB=-19850, UB=0
867.66/869.62	c [654.65] solve iteration 149, LB=-19850, UB=0
867.66/869.62	c [665.4] solve iteration 150, LB=-19850, UB=0
867.66/869.62	c [676.07] solve iteration 151, LB=-19850, UB=0
867.66/869.62	c [678.34] solve iteration 152, LB=-19850, UB=0
867.66/869.62	c [681.75] solve iteration 153, LB=-19850, UB=0
867.66/869.62	c [691.53] solve iteration 154, LB=-19850, UB=0
867.66/869.62	c [699.89] solve iteration 155, LB=-19850, UB=0
867.66/869.62	c [708.71] solve iteration 156, LB=-19850, UB=0
867.66/869.62	c [711.12] solve iteration 157, LB=-19850, UB=0
867.66/869.62	c [715.13] solve iteration 158, LB=-19850, UB=0
867.66/869.62	c [717.23] solve iteration 159, LB=-19850, UB=0
867.66/869.62	c [720.56] solve iteration 160, LB=-19850, UB=0
867.66/869.62	c [727.07] solve iteration 161, LB=-19850, UB=0
867.66/869.62	c [728.95] solve iteration 162, LB=-19850, UB=0
867.66/869.62	c [730.93] solve iteration 163, LB=-19850, UB=0
867.66/869.62	c [741.51] solve iteration 164, LB=-19850, UB=0
867.66/869.62	c [751.01] solve iteration 165, LB=-19850, UB=0
867.66/869.62	c [757.62] solve iteration 166, LB=-19850, UB=0
867.66/869.62	c [769.71] solve iteration 167, LB=-19850, UB=0
867.66/869.62	c [775.55] solve iteration 168, LB=-19850, UB=0
867.66/869.62	c [797.99] solve iteration 169, LB=-19850, UB=0
867.66/869.62	c [821.75] solve iteration 170, LB=-19850, UB=0
867.66/869.62	c [830.7] solve iteration 171, LB=-19850, UB=0
867.66/869.62	c [835.18] solve iteration 172, LB=-19850, UB=0
867.66/869.62	c [838.84] solve iteration 173, LB=-19850, UB=0
867.66/869.62	c [854.94] solve iteration 174, LB=-19850, UB=0
867.66/869.62	c [864.73] solve iteration 175, LB=-19850, UB=0
2100.28/2105.05	c [893.08] solve iteration 176, LB=-19850, UB=0
2100.28/2105.05	c [906.77] solve iteration 177, LB=-19850, UB=0
2100.28/2105.05	c [915.39] solve iteration 178, LB=-19850, UB=0
2100.28/2105.05	c [921.7] solve iteration 179, LB=-19850, UB=0
2100.28/2105.05	c [928.11] solve iteration 180, LB=-19850, UB=0
2100.28/2105.05	c [937.79] solve iteration 181, LB=-19850, UB=0
2100.28/2105.05	c [953.28] solve iteration 182, LB=-19850, UB=0
2100.28/2105.05	c [964.32] solve iteration 183, LB=-19850, UB=0
2100.28/2105.05	c [974.49] solve iteration 184, LB=-19850, UB=0
2100.28/2105.05	c [985.33] solve iteration 185, LB=-19850, UB=0
2100.28/2105.05	c [997.73] solve iteration 186, LB=-19850, UB=0
2100.28/2105.05	c [1021.32] solve iteration 187, LB=-19850, UB=0
2100.28/2105.05	c [1032.08] solve iteration 188, LB=-19850, UB=0
2100.28/2105.05	c [1045.34] solve iteration 189, LB=-19850, UB=0
2100.28/2105.05	c [1057.77] solve iteration 190, LB=-19850, UB=0
2100.28/2105.05	c [1069.2] solve iteration 191, LB=-19850, UB=0
2100.28/2105.05	c [1076.22] solve iteration 192, LB=-19850, UB=0
2100.28/2105.05	c [1091.53] solve iteration 193, LB=-19850, UB=0
2100.28/2105.05	c [1107.53] solve iteration 194, LB=-19850, UB=0
2100.28/2105.05	c [1120.26] solve iteration 195, LB=-19850, UB=0
2100.28/2105.05	c [1142.75] solve iteration 196, LB=-19850, UB=0
2100.28/2105.05	c [1148.86] solve iteration 197, LB=-19850, UB=0
2100.28/2105.05	c [1155.87] solve iteration 198, LB=-19850, UB=0
2100.28/2105.05	c [1164.75] solve iteration 199, LB=-19850, UB=0
2100.28/2105.05	c [1172.79] solve iteration 200, LB=-19850, UB=0
2100.28/2105.05	c [1186.22] solve iteration 201, LB=-19850, UB=0
2100.28/2105.05	c [1196.1] solve iteration 202, LB=-19850, UB=0
2100.28/2105.05	c [1202.92] solve iteration 203, LB=-19850, UB=0
2100.28/2105.05	c [1208.39] solve iteration 204, LB=-19850, UB=0
2100.28/2105.05	c [1213.52] solve iteration 205, LB=-19850, UB=0
2100.28/2105.05	c [1223.71] solve iteration 206, LB=-19850, UB=0
2100.28/2105.05	c [1237.1] solve iteration 207, LB=-19850, UB=0
2100.28/2105.05	c [1252.39] solve iteration 208, LB=-19850, UB=0
2100.28/2105.05	c [1261.12] solve iteration 209, LB=-19850, UB=0
2100.28/2105.05	c [1263.41] solve iteration 210, LB=-19850, UB=0
2100.28/2105.05	c [1280.23] solve iteration 211, LB=-19850, UB=0
2100.28/2105.05	c [1298.32] solve iteration 212, LB=-19850, UB=0
2100.28/2105.05	c [1316.73] solve iteration 213, LB=-19850, UB=0
2100.28/2105.05	c [1336.01] solve iteration 214, LB=-19850, UB=0
2100.28/2105.05	c [1354.06] solve iteration 215, LB=-19850, UB=0
2100.28/2105.05	c [1365.88] solve iteration 216, LB=-19850, UB=0
2100.28/2105.05	c [1373.06] solve iteration 217, LB=-19850, UB=0
2100.28/2105.05	c [1378.46] solve iteration 218, LB=-19850, UB=0
2100.28/2105.05	c [1399.79] solve iteration 219, LB=-19850, UB=0
2100.28/2105.05	c [1421.14] solve iteration 220, LB=-19850, UB=0
2100.28/2105.05	c [1461.8] solve iteration 221, LB=-19850, UB=0
2100.28/2105.05	c [1487.5] solve iteration 222, LB=-19850, UB=0
2100.28/2105.05	c [1512.65] solve iteration 223, LB=-19850, UB=0
2100.28/2105.05	c [1533.11] solve iteration 224, LB=-19850, UB=0
2100.28/2105.05	c [1537.3] solve iteration 225, LB=-19850, UB=0
2100.28/2105.05	c [1573.21] solve iteration 226, LB=-19850, UB=0
2100.28/2105.05	c [1593.34] solve iteration 227, LB=-19850, UB=0
2100.28/2105.05	c [1618.3] solve iteration 228, LB=-19850, UB=0
2100.28/2105.05	c [1639.75] solve iteration 229, LB=-19850, UB=0
2100.28/2105.05	c [1668.47] solve iteration 230, LB=-19850, UB=0
2100.28/2105.05	c [1693.16] solve iteration 231, LB=-19850, UB=0
2100.28/2105.05	c [1707.07] solve iteration 232, LB=-19850, UB=0
2100.28/2105.05	c [1729.13] solve iteration 233, LB=-19850, UB=0
2100.28/2105.05	c [1752.34] solve iteration 234, LB=-19850, UB=0
2100.28/2105.05	c [1773.39] solve iteration 235, LB=-19850, UB=0
2100.28/2105.05	c [1807.08] solve iteration 236, LB=-19850, UB=0
2100.28/2105.05	c [1837.36] solve iteration 237, LB=-19850, UB=0
2100.28/2105.05	c [1858.23] solve iteration 238, LB=-19850, UB=0
2100.28/2105.05	c [1874.47] solve iteration 239, LB=-19850, UB=0
2100.28/2105.05	c [1885.5] solve iteration 240, LB=-19850, UB=0
2100.28/2105.05	c [1910.88] solve iteration 241, LB=-19850, UB=0
2100.28/2105.05	c [1915.22] solve iteration 242, LB=-19850, UB=0
2100.28/2105.05	c [1934.16] solve iteration 243, LB=-19850, UB=0
2100.28/2105.05	c [1937.78] solve iteration 244, LB=-19850, UB=0
2100.28/2105.05	c [1940.82] solve iteration 245, LB=-19850, UB=0
2100.28/2105.05	c [1969.46] solve iteration 246, LB=-19850, UB=0
2100.28/2105.05	c [1987.96] solve iteration 247, LB=-19850, UB=0
2100.28/2105.05	c [1999.81] solve iteration 248, LB=-19850, UB=0
2100.28/2105.05	c [2001.51] solve iteration 249, LB=-19850, UB=0
2100.28/2105.05	c [2005.56] solve iteration 250, LB=-19850, UB=0
2100.28/2105.05	c [2018.19] solve iteration 251, LB=-19850, UB=0
2100.28/2105.05	c [2020.92] solve iteration 252, LB=-19850, UB=0
2100.28/2105.05	c [2027.15] solve iteration 253, LB=-19850, UB=0
2100.28/2105.05	c [2031.7] solve iteration 254, LB=-19850, UB=0
2100.28/2105.05	c [2048.66] solve iteration 255, LB=-19850, UB=0
2100.28/2105.05	c [2078.49] solve iteration 256, LB=-19850, UB=0
2100.28/2105.05	c [2079.97] solve iteration 257, LB=-19850, UB=0
2100.28/2105.05	c [2092.23] solve iteration 258, LB=-19850, UB=0
2100.28/2105.05	c [2095.04] solve iteration 259, LB=-19850, UB=0
2869.77/2876.59	c [2098.52] solve iteration 260, LB=-19850, UB=0
2869.77/2876.59	c [2117.07] solve iteration 261, LB=-19850, UB=0
2869.77/2876.59	c [2139.57] solve iteration 262, LB=-19850, UB=0
2869.77/2876.59	c [2148.04] solve iteration 263, LB=-19850, UB=0
2869.77/2876.59	c [2163.52] solve iteration 264, LB=-19850, UB=0
2869.77/2876.59	c [2177.83] solve iteration 265, LB=-19850, UB=0
2869.77/2876.59	c [2210.21] solve iteration 266, LB=-19850, UB=0
2869.77/2876.59	c [2232.11] solve iteration 267, LB=-19850, UB=0
2869.77/2876.59	c [2249.31] solve iteration 268, LB=-19850, UB=0
2869.77/2876.59	c [2261.78] solve iteration 269, LB=-19850, UB=0
2869.77/2876.59	c [2280.53] solve iteration 270, LB=-19850, UB=0
2869.77/2876.59	c [2309.64] solve iteration 271, LB=-19850, UB=0
2869.77/2876.59	c [2324.19] solve iteration 272, LB=-19850, UB=0
2869.77/2876.59	c [2348.6] solve iteration 273, LB=-19850, UB=0
2869.77/2876.59	c [2363.81] solve iteration 274, LB=-19850, UB=0
2869.77/2876.59	c [2382.9] solve iteration 275, LB=-19850, UB=0
2869.77/2876.59	c [2439.42] solve iteration 276, LB=-19850, UB=0
2869.77/2876.59	c [2476.49] solve iteration 277, LB=-19850, UB=0
2869.77/2876.59	c [2491.1] solve iteration 278, LB=-19850, UB=0
2869.77/2876.59	c [2503.94] solve iteration 279, LB=-19850, UB=0
2869.77/2876.59	c [2516.45] solve iteration 280, LB=-19850, UB=0
2869.77/2876.59	c [2547.6] solve iteration 281, LB=-19850, UB=0
2869.77/2876.59	c [2556.44] solve iteration 282, LB=-19850, UB=0
2869.77/2876.59	c [2581.85] solve iteration 283, LB=-19850, UB=0
2869.77/2876.59	c [2614.03] solve iteration 284, LB=-19850, UB=0
2869.77/2876.59	c [2643.62] solve iteration 285, LB=-19850, UB=0
2869.77/2876.59	c [2674.07] solve iteration 286, LB=-19850, UB=0
2869.77/2876.59	c [2690.24] solve iteration 287, LB=-19850, UB=0
2869.77/2876.59	c [2706.65] solve iteration 288, LB=-19850, UB=0
2869.77/2876.59	c [2749.39] solve iteration 289, LB=-19850, UB=0
2869.77/2876.59	c [2758.74] solve iteration 290, LB=-19850, UB=0
2869.77/2876.59	c [2796.35] solve iteration 291, LB=-19850, UB=0
2869.77/2876.59	c [2829.83] solve iteration 292, LB=-19850, UB=0
2869.77/2876.59	c [2845.27] solve iteration 293, LB=-19850, UB=0
2869.77/2876.59	c [2849.04] solve iteration 294, LB=-19850, UB=0
2869.77/2876.59	c [2855.41] solve iteration 295, LB=-19850, UB=0
2869.77/2876.59	c [2863.19] LB=UB after SIS
2869.77/2876.59	c [2863.19] instance solved in 2863.19s (optimization: 9.1s, core-extraction: 2561.36s, SIS: 292.27s), 295 iterations, LB=0, UB=0, 
2869.77/2876.59	d ITERATIONS 295
2869.77/2876.59	d SIS 59
2869.77/2876.59	d SIS_SAT 0
2869.77/2876.59	d SIS_UNSAT 1
2869.77/2876.59	d SIS_OUT_OF_BUDGET 58
2869.77/2876.59	d CORES_EXTRACTED 26832
2869.77/2876.59	d CORES_IN_OPTIMIZER 2779
2869.77/2876.59	d CLAUSAL_CORES_IN_OPTIMIZER 2726
2869.77/2876.59	d CARDINALITY_CORES_IN_OPTIMIZER 0
2869.77/2876.59	d PB_CORES_IN_OPTIMIZER 53
2869.77/2876.59	d TIME_EXTRACT_CORES 2561.360000
2869.77/2876.59	d TIME_OPTIMIZE 9.100000
2869.77/2876.59	d TIME_SIS 292.270000
2869.77/2876.59	c solve_time: 2863.190000
2869.77/2876.59	s OPTIMUM FOUND
2869.77/2876.59	o 0
2869.77/2876.59	v -x17 -x1 -x9 -x257 -x401 -x81 -x321 -x385 -x25 -x2 -x18 -x10 -x265 -x145 -x258 -x402 -x89 -x82 -x329 -x201 -x322 -x386 -x33 x3 -x26 -x19 x11 -x273 -x152 -x266 -x146 -x259 -x403 -x97 -x90 -x83 -x337 -x208 -x330 -x202 -x323 -x387 -x41 -x4 -x34 -x27 -x20 x12 -x281 -x159 -x274 -x153 -x267 -x147 -x260 -x404 -x105 -x98 -x91 -x84 -x345 -x215 -x338 -x209 -x331 -x203 -x324 -x388 -x49 x5 -x42 x35 -x28 -x21 -x13 -x289 -x166 -x282 -x160 x275 -x154 x268 -x148 x261 x405 -x113 -x106 x99 -x92 -x85 -x353 -x222 -x346 -x216 x339 -x210 x332 -x204 x325 x389 -x57 x6 -x50 -x43 x36 -x29 -x22 -x14 -x297 -x173 -x290 -x167 -x283 -x161 x276 -x155 x269 -x149 x262 x406 -x121 -x114 x107 -x100 -x93 -x86 -x361 -x229 -x354 -x223 x347 -x217 x340 -x211 x333 -x205 x326 x390 -x65 x7 -x58 x51 -x44 -x37 -x30 -x23 x15 -x305 -x180 -x298 -x174 x291 -x168 x284 -x162 x277 -x156 x270 -x150 x263 x407 -x129 -x122 -x115 -x108 x101 -x94 -x87 -x369 -x236 -x362 -x230 -x355 -x224 -x348 -x218 x341 -x212 x334 -x206 x327 x391 -x73 x8 -x66 x59 x52 -x45 -x38 -x31 -x24 x16 -x313 -x187 -x306 -x181 x299 x175 -x292 -x169 -x285 -x163 -x278 -x157 -x271 -x151 -x264 -x408 -x137 -x130 -x123 -x116 x109 x102 -x95 -x88 -x377 -x243 -x370 -x237 -x363 -x231 -x356 -x225 x349 x219 -x342 -x213 -x335 -x207 -x328 -x392 -x74 x67 x60 -x53 -x46 x39 -x32 -x194 -x314 -x188 x307 x182 x300 -x176 x293 -x170 x286 x164 -x279 -x158 -x272 -x409 -x138 x131 -x124 -x117 x110 x103 -x96 -x250 -x378 -x244 x371 -x238 x364 -x232 x357 x226 x350 x220 -x343 -x214 -x336 -x393 x75 x68 -x61 -x54 -x47 x40 -x195 x315 x189 x308 -x183 x301 -x177 x294 x171 -x287 -x165 x280 x410 x139 -x132 -x125 -x118 x111 x104 -x251 x379 -x245 x372 -x239 x365 x233 -x358 x227 -x351 -x221 x344 x394 x76 -x69 -x62 x55 -x48 x196 -x316 -x190 -x309 -x184 -x302 x178 -x295 -x172 -x288 -x411 -x140 x133 -x126 -x119 x112 -x252 -x380 -x246 x373 x240 -x366 -x234 x359 x228 -x352 -x395 -x77 -x70 x63 x56 -x197 x317 -x191 x310 x185 x303 x179 -x296 -x412 x141 x134 -x127 -x120 -x253 x381 x247 x374 -x241 x367 x235 -x360 -x396 -x78 x71 x64 -x198 -x318 x192 -x311 x186 -x304 -x413 x142 x135 -x128 x254 -x382 -x248 x375 x242 -x368 -x397 x79 x72 x199 -x319 x193 -x312 -x414 x143 x136 x255 -x383 x249 -x376 -x398 x80 x200 x320 x415 x144 x256 x384 x399 x416 x400 

Verifier Data

OK	0

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program 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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (56934 MiB free)
  memory of node 1: 64465 MiB (63707 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519085-1751532074/watcher-4519085-1751532074 -o /tmp/evaluation-result-4519085-1751532074/solver-4519085-1751532074 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751528462-78177 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4519085-1751532074.opb --max-coef 1000000000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=78783, runsolver pid=78778

[startup+0.100059 s]*
/proc/loadavg: 4.13 4.11 4.09 3/255 78806
/proc/meminfo: memFree=123159516/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=752324 memory=416452 CPUtime=0.09 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 1005 0 0 0 1 8 0 0 20 0 1 0 68886861 770379776 104113 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 188081 104113 1632 641 0 172838 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 752324 KiB
Current children cumulated memory: 416452 KiB

[startup+0.206307 s]*
/proc/loadavg: 4.13 4.11 4.09 2/255 78827
/proc/meminfo: memFree=122933444/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=771640 memory=698928 CPUtime=0.19 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 1948 0 0 0 6 13 0 0 20 0 2 0 68886861 790159360 174732 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 192910 174732 3008 641 0 175393 0
[pid=78783/tid=78821] ppid=78778 vsize=771640 memory=3472328300254212635 CPUtime=0 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68886878 790159360 174732 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 771640 KiB
Current children cumulated memory: 698928 KiB

[startup+0.305879 s]*
/proc/loadavg: 4.13 4.11 4.09 5/254 78833
/proc/meminfo: memFree=122861196/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=771640 memory=699056 CPUtime=0.29 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 2006 0 0 0 15 14 0 0 20 0 2 0 68886861 790159360 174764 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 192910 174764 3008 641 0 175393 0
[pid=78783/tid=78821] ppid=78778 vsize=771640 memory=-7459211752001927102 CPUtime=0 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68886878 790159360 174764 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 771640 KiB
Current children cumulated memory: 699056 KiB

[startup+0.700171 s]
/proc/loadavg: 4.13 4.11 4.09 5/261 78870
/proc/meminfo: memFree=122834792/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=771640 memory=699440 CPUtime=0.67 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 2086 0 0 0 53 14 0 0 20 0 2 0 68886861 790159360 174860 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 192910 174860 3008 641 0 175393 0
[pid=78783/tid=78821] ppid=78778 vsize=771640 memory=19072 CPUtime=0 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68886878 790159360 174860 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 771640 KiB
Current children cumulated memory: 699440 KiB

[startup+1.50013 s]
/proc/loadavg: 4.13 4.11 4.09 3/255 78898
/proc/meminfo: memFree=122695640/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=772676 memory=701328 CPUtime=1.46 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 2837 0 0 0 130 16 0 0 20 0 2 0 68886861 791220224 175332 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 193169 175332 3232 641 0 175652 0
[pid=78783/tid=78821] ppid=78778 vsize=772676 memory=19072 CPUtime=0 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 68886878 791220224 175332 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 772676 KiB
Current children cumulated memory: 701328 KiB

[startup+3.10545 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 79055
/proc/meminfo: memFree=121560164/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=772676 memory=703908 CPUtime=3.06 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 4749 0 0 0 288 18 0 0 20 0 2 0 68886861 791220224 175977 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 193169 175977 3232 641 0 175652 0
[pid=78783/tid=78821] ppid=78778 vsize=772676 memory=10752 CPUtime=0 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 68886878 791220224 175977 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 772676 KiB
Current children cumulated memory: 703908 KiB

[startup+6.30019 s]
/proc/loadavg: 4.12 4.11 4.09 4/263 79084
/proc/meminfo: memFree=120243904/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=774328 memory=704676 CPUtime=6.24 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 7045 0 0 0 601 23 0 0 20 0 2 0 68886861 792911872 176169 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 193582 176169 3232 641 0 176065 0
[pid=78783/tid=78821] ppid=78778 vsize=774328 memory=16440 CPUtime=0 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 68886878 792911872 176169 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 774328 KiB
Current children cumulated memory: 704676 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 4.09 5/269 79113
/proc/meminfo: memFree=117019352/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=777304 memory=709236 CPUtime=12.62 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 10777 0 0 0 1232 30 0 0 20 0 2 0 68886861 795959296 177309 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 194326 177309 3520 641 0 176809 0
[pid=78783/tid=78821] ppid=78778 vsize=777304 memory=0 CPUtime=0 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 2 0 68886878 795959296 177309 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 777304 KiB
Current children cumulated memory: 709236 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.10 4.09 5/269 79114
/proc/meminfo: memFree=115469052/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=781268 memory=710812 CPUtime=25.39 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 12747 0 0 0 2500 39 0 0 20 0 2 0 68886861 800018432 177703 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 195317 177703 3520 641 0 177800 0
[pid=78783/tid=78821] ppid=78778 vsize=781268 memory=16440 CPUtime=0 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 20 0 0 0 0 0 0 0 20 0 2 0 68886878 800018432 177703 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 781268 KiB
Current children cumulated memory: 710812 KiB

[startup+51.1054 s]
/proc/loadavg: 4.18 4.13 4.10 5/268 79115
/proc/meminfo: memFree=114095276/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=792380 memory=716092 CPUtime=50.94 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 14290 0 0 0 5041 53 0 0 20 0 2 0 68886861 811397120 179023 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 198095 179023 3520 641 0 180578 0
[pid=78783/tid=78821] ppid=78778 vsize=792380 memory=716076 CPUtime=0 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 20 0 0 0 0 0 0 0 20 0 2 0 68886878 811397120 179023 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 792380 KiB
Current children cumulated memory: 716092 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/269 79118
/proc/meminfo: memFree=111380136/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=807396 memory=729972 CPUtime=102.02 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 21139 0 0 0 10126 76 0 0 20 0 2 0 68886861 826773504 182493 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 201849 182493 3680 641 0 184332 0
[pid=78783/tid=78821] ppid=78778 vsize=807396 memory=727112 CPUtime=0.02 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 23 0 0 0 1 1 0 0 20 0 2 0 68886878 826773504 182493 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 807396 KiB
Current children cumulated memory: 729972 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/270 79213
/proc/meminfo: memFree=112167028/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=819396 memory=736060 CPUtime=161.89 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 25896 0 0 0 16094 95 0 0 20 0 2 0 68886861 839061504 184015 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 204849 184015 3680 641 0 187332 0
[pid=78783/tid=78821] ppid=78778 vsize=819396 memory=732896 CPUtime=0.05 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 24 0 0 0 2 3 0 0 20 0 2 0 68886878 839061504 184015 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 819396 KiB
Current children cumulated memory: 736060 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/270 79215
/proc/meminfo: memFree=111798156/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=829600 memory=740824 CPUtime=221.77 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 26394 0 0 0 22055 122 0 0 20 0 2 0 68886861 849510400 185206 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 207400 185206 3680 641 0 189883 0
[pid=78783/tid=78821] ppid=78778 vsize=829600 memory=740652 CPUtime=0.06 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 24 0 0 0 2 4 0 0 20 0 2 0 68886878 849510400 185206 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 829600 KiB
Current children cumulated memory: 740824 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/270 79224
/proc/meminfo: memFree=111746796/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=830276 memory=741752 CPUtime=281.64 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 31391 0 0 0 28018 146 0 0 20 0 2 0 68886861 850202624 185438 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 207569 185438 3680 641 0 190052 0
[pid=78783/tid=78821] ppid=78778 vsize=830276 memory=740624 CPUtime=0.08 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 26 0 0 0 3 5 0 0 20 0 2 0 68886878 850202624 185438 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 281.64 s
Current children cumulated vsize: 830276 KiB
Current children cumulated memory: 741752 KiB


################
# More data... #
################

/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 43 0 0 0 44 79 0 0 20 0 2 0 68886878 903917568 197162 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2496.54 s
Current children cumulated vsize: 882732 KiB
Current children cumulated memory: 788648 KiB

[startup+2562.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/269 79446
/proc/meminfo: memFree=116020652/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=882996 memory=791256 CPUtime=2556.39 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 118903 0 0 0 255027 612 0 0 20 0 2 0 68886861 904187904 197814 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 220749 197814 3712 641 0 203232 0
[pid=78783/tid=78821] ppid=78778 vsize=882996 memory=791148 CPUtime=1.27 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 43 0 0 0 46 81 0 0 20 0 2 0 68886878 904187904 197814 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2556.39 s
Current children cumulated vsize: 882996 KiB
Current children cumulated memory: 791256 KiB

[startup+2622.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/269 79448
/proc/meminfo: memFree=116457808/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=883060 memory=791376 CPUtime=2616.23 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 119242 0 0 0 261004 619 0 0 20 0 2 0 68886861 904253440 197844 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 220765 197844 3712 641 0 203248 0
[pid=78783/tid=78821] ppid=78778 vsize=883060 memory=791256 CPUtime=1.31 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 44 0 0 0 48 83 0 0 20 0 2 0 68886878 904253440 197844 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2616.23 s
Current children cumulated vsize: 883060 KiB
Current children cumulated memory: 791376 KiB

[startup+2682.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/269 79450
/proc/meminfo: memFree=116491504/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=886040 memory=793560 CPUtime=2676.07 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 119575 0 0 0 266977 630 0 0 20 0 2 0 68886861 907304960 198390 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 221510 198390 3712 641 0 203993 0
[pid=78783/tid=78821] ppid=78778 vsize=886040 memory=791256 CPUtime=1.33 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 44 0 0 0 48 85 0 0 20 0 2 0 68886878 907304960 198390 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2676.07 s
Current children cumulated vsize: 886040 KiB
Current children cumulated memory: 793560 KiB

[startup+2742.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/268 79459
/proc/meminfo: memFree=116905836/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=886140 memory=796352 CPUtime=2735.92 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 131365 0 0 0 272952 640 0 0 20 0 2 0 68886861 907407360 199088 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 221535 199088 3712 641 0 204018 0
[pid=78783/tid=78821] ppid=78778 vsize=886140 memory=791256 CPUtime=1.37 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 46 0 0 0 49 88 0 0 20 0 2 0 68886878 907407360 199088 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2735.92 s
Current children cumulated vsize: 886140 KiB
Current children cumulated memory: 796352 KiB

[startup+2802.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/269 79462
/proc/meminfo: memFree=116006000/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=886640 memory=798452 CPUtime=2795.76 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 136256 0 0 0 278924 652 0 0 20 0 2 0 68886861 907919360 199613 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 221660 199613 3712 641 0 204143 0
[pid=78783/tid=78821] ppid=78778 vsize=886640 memory=796364 CPUtime=1.4 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 47 0 0 0 50 90 0 0 20 0 2 0 68886878 907919360 199613 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2795.76 s
Current children cumulated vsize: 886640 KiB
Current children cumulated memory: 798452 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/269 79464
/proc/meminfo: memFree=115744112/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=888064 memory=798956 CPUtime=2855.6 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 147641 0 0 0 284897 663 0 0 20 0 2 0 68886861 909377536 199739 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 222016 199739 3712 641 0 204499 0
[pid=78783/tid=78821] ppid=78778 vsize=888064 memory=798548 CPUtime=1.43 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 48 0 0 0 51 92 0 0 20 0 2 0 68886878 909377536 199739 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2855.6 s
Current children cumulated vsize: 888064 KiB
Current children cumulated memory: 798956 KiB

[startup+2876.61 s]
# the end of solver process 78783 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=2863.22 s, system=6.66769 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2867.2 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 79464
/proc/meminfo: memFree=116428568/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=888104 memory=798956 CPUtime=2860.49 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 147873 0 0 0 285385 664 0 0 20 0 2 0 68886861 909418496 199739 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 222026 199739 3712 641 0 204509 0
[pid=78783/tid=78821] ppid=78778 vsize=888104 memory=798452 CPUtime=1.44 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 48 0 0 0 51 93 0 0 20 0 2 0 68886878 909418496 199739 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2860.49 s
Current children cumulated vsize: 888104 KiB
Current children cumulated memory: 798956 KiB

[startup+2873.6 s]
/proc/loadavg: 4.15 4.13 4.10 5/269 79464
/proc/meminfo: memFree=116418232/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=888936 memory=798976 CPUtime=2866.87 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 148715 0 0 0 286022 665 0 0 20 0 2 0 68886861 910270464 199744 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 222234 199744 3712 641 0 204717 0
[pid=78783/tid=78821] ppid=78778 vsize=888936 memory=19072 CPUtime=1.44 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 48 0 0 0 51 93 0 0 20 0 2 0 68886878 910270464 199744 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2866.87 s
Current children cumulated vsize: 888936 KiB
Current children cumulated memory: 798976 KiB

[startup+2875.2 s]
/proc/loadavg: 4.14 4.13 4.09 5/269 79464
/proc/meminfo: memFree=116435260/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=888936 memory=798976 CPUtime=2868.47 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 152870 0 0 0 286182 665 0 0 20 0 2 0 68886861 910270464 199744 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 222234 199744 3712 641 0 204717 0
[pid=78783/tid=78821] ppid=78778 vsize=888936 memory=5504 CPUtime=1.44 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 48 0 0 0 51 93 0 0 20 0 2 0 68886878 910270464 199744 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2868.47 s
Current children cumulated vsize: 888936 KiB
Current children cumulated memory: 798976 KiB

[startup+2876 s]*
/proc/loadavg: 4.14 4.13 4.09 5/269 79464
/proc/meminfo: memFree=116443452/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=888936 memory=798976 CPUtime=2869.27 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 153024 0 0 0 286262 665 0 0 20 0 2 0 68886861 910270464 199744 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 222234 199744 3712 641 0 204717 0
[pid=78783/tid=78821] ppid=78778 vsize=888936 memory=-7459211752069036989 CPUtime=1.44 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 48 0 0 0 51 93 0 0 20 0 2 0 68886878 910270464 199744 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2869.27 s
Current children cumulated vsize: 888936 KiB
Current children cumulated memory: 798976 KiB

[startup+2876.4 s]
/proc/loadavg: 4.14 4.13 4.09 5/269 79464
/proc/meminfo: memFree=116443452/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=888936 memory=798976 CPUtime=2869.67 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 153065 0 0 0 286301 666 0 0 20 0 2 0 68886861 910270464 199744 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 222234 199744 3712 641 0 204717 0
[pid=78783/tid=78821] ppid=78778 vsize=888936 memory=1920 CPUtime=1.44 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 48 0 0 0 51 93 0 0 20 0 2 0 68886878 910270464 199744 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2869.67 s
Current children cumulated vsize: 888936 KiB
Current children cumulated memory: 798976 KiB

[startup+2876.6 s]
/proc/loadavg: 4.14 4.13 4.09 5/269 79464
/proc/meminfo: memFree=116443452/131250000 swapFree=33009904/33010684
[pid=78783] ppid=78778 vsize=888936 memory=798976 CPUtime=2869.87 cores=4,6
/proc/78783/stat : 78783 (ipbhs_gurobi) R 78778 78783 78166 0 -1 4194304 153339 0 0 0 286321 666 0 0 20 0 2 0 68886861 910270464 199744 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
/proc/78783/statm: 222234 199744 3712 641 0 204717 0
[pid=78783/tid=78821] ppid=78778 vsize=888936 memory=5504 CPUtime=1.44 cores=4,6
/proc/78783/task/78821/stat : 78821 (ipbhs_gurobi) S 78778 78783 78166 0 -1 4194368 48 0 0 0 51 93 0 0 20 0 2 0 68886878 910270464 199744 18446744073709551615 94034692517888 94034695142941 140735091479856 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94034695761816 94034695794778 94034712100864 140735091489163 140735091489287 140735091489287 140735091494889 0
Current children cumulated CPU time: 2869.87 s
Current children cumulated vsize: 888936 KiB
Current children cumulated memory: 798976 KiB

Child status: 0

Real time (s): 2876.61
CPU time (s): 2869.88
CPU user time (s): 2863.22
CPU system time (s): 6.66769
CPU usage (%): 99.766
Max. virtual memory (cumulated for all children) (KiB): 888936
Max. memory (cumulated for all children) (KiB): 798976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2863.22
system time used= 6.66769
maximum resident set size= 798976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153536
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286133
involuntary context switches= 1877


# summary of solver processes directly reported to runsolver:
#   pid: 78783
#   total CPU time (s): 2869.88
#   total CPU user time (s): 2863.22
#   total CPU system time (s): 6.66769

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.99789 second user time and 12.5244 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-03 10:41:14
IDJOB=4519085
IDBENCH=177149
IDSOLVER=3334
FILE ID=nodeC033/4519085-1751532074
RUNJOBID= nodeC033-1751528462-78177
SLURM_JOB_ID= 9598666
Free space on /tmp= 429732 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_08.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519085-1751532074/watcher-4519085-1751532074 -o /tmp/evaluation-result-4519085-1751532074/solver-4519085-1751532074 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751528462-78177 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4519085-1751532074.opb --max-coef 1000000000

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 682abe62cfc98d0c90b996ee5c2245ad
RANDOM SEED=1662257290

nodeC033 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.891
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.066
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1844.160
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.201
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2745.438
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123495620 kB
MemAvailable:   129622440 kB
Buffers:            2128 kB
Cached:          6880056 kB
SwapCached:           68 kB
Active:           651848 kB
Inactive:        6299296 kB
Active(anon):      81464 kB
Inactive(anon):     5524 kB
Active(file):     570384 kB
Inactive(file):  6293772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            237580 kB
Writeback:             4 kB
AnonPages:         71968 kB
Mapped:           104452 kB
Shmem:             18028 kB
KReclaimable:     203808 kB
Slab:             295604 kB
SReclaimable:     203808 kB
SUnreclaim:        91796 kB
KernelStack:        4112 kB
PageTables:         3016 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     349916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 429676 MiB
End job on nodeC033 at 2025-07-03 11:29:11