Trace number 4431347

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 2024-07-09? (TO) 3600.15 3603.99

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_10null10mast_rapportOE1.0_TMAX120_K67_cod1.opb
MD5SUM062a8ee8fd391209ed47aa3cd3325d2f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-42567
Best CPU time to get the best result obtained on this benchmark3588.48
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 15645564
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 15645564
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

263.14/263.52	c initialize IPBHS solver
263.14/263.52	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
263.14/263.52	c optimizer = "gurobi"
263.14/263.52	c pbsolver = "roundingsat"
263.14/263.52	c load symmetries from file ""
263.14/263.52	c set time limit for symmetry computation to 100 seconds.
263.14/263.52	c set interchangeable summation variable limit to 3
263.14/263.52	c set abs symmetric core budget per WCE-iteration to 100
263.14/263.52	c set rel symmetric core budget per WCE-iteration to 0
263.14/263.52	c set lit symmetric core budget per WCE-iteration to 0
263.14/263.52	c set sym generation to 's'
263.14/263.52	c set abstraction set creation to 10 iterations without LB change
263.14/263.52	c set abstraction set inputs to 0
263.14/263.52	c set abstraction set cluster min size to 2
263.14/263.52	c set abstraction set cluster max size to 100000000
263.14/263.52	c set abstraction set cluster activation limit to 2
263.14/263.52	c enable abstraction set require equal cost
263.14/263.52	c set abstraction set assumptions to 0
263.14/263.52	c set abstraction set constraint type to 0
263.14/263.52	c set abstract core extraction strategy to b
263.14/263.52	c set core extraction strategy to 2
263.14/263.52	c set core extraction shuffles 10
263.14/263.52	c set cores per iteration to 5
263.14/263.52	c set optimizer bound usage strategy to 2
263.14/263.52	c set optimizer max non-optimal iterations to 1000
263.14/263.52	c set small core cardinality limit to 2
263.14/263.52	c set max coef in cores to 1000000000
263.14/263.52	c set SIS iterations to 5
263.14/263.52	c set SIS budget abs to 1000
263.14/263.52	c set SIS budget rel to 0.05
263.14/263.52	c limit for coefficient in constraints and objective to 9223372036854775807
263.14/263.52	c will solve HOME/instance-4431347-1721150614.opb
263.14/263.52	c [2.42] solve iteration 1, LB=-15645564, UB=1
263.14/263.52	c [2.68] solve iteration 2, LB=-64085, UB=0
263.14/263.52	c [2.89] solve iteration 3, LB=-64085, UB=-3468
263.14/263.52	c [3.09] solve iteration 4, LB=-64085, UB=-4186
263.14/263.52	c [3.29] solve iteration 5, LB=-64085, UB=-4186
263.14/263.52	c [3.5] solve iteration 6, LB=-64085, UB=-4456
263.14/263.52	c [3.68] solve iteration 7, LB=-64085, UB=-4456
263.14/263.52	c [3.86] solve iteration 8, LB=-64085, UB=-4456
263.14/263.52	c [4.05] solve iteration 9, LB=-64085, UB=-4456
263.14/263.52	c [4.24] solve iteration 10, LB=-64085, UB=-4555
263.14/263.52	c [4.44] solve iteration 11, LB=-64085, UB=-4785
263.14/263.52	c [4.67] solve iteration 12, LB=-64085, UB=-4785
263.14/263.52	c [4.89] solve iteration 13, LB=-64085, UB=-7838
263.14/263.52	c [5.11] solve iteration 14, LB=-64085, UB=-7838
263.14/263.52	c [5.34] solve iteration 15, LB=-64085, UB=-7838
263.14/263.52	c [6.14] solve iteration 16, LB=-64085, UB=-7901
263.14/263.52	c [6.41] solve iteration 17, LB=-64085, UB=-8397
263.14/263.52	c [6.69] solve iteration 18, LB=-64085, UB=-8397
263.14/263.52	c [6.98] solve iteration 19, LB=-64085, UB=-8397
263.14/263.52	c [7.23] solve iteration 20, LB=-64085, UB=-8397
263.14/263.52	c [8.98] solve iteration 21, LB=-64085, UB=-8572
263.14/263.52	c [9.28] solve iteration 22, LB=-64085, UB=-8572
263.14/263.52	c [9.56] solve iteration 23, LB=-64085, UB=-8572
263.14/263.52	c [9.81] solve iteration 24, LB=-64085, UB=-8572
263.14/263.52	c [10.09] solve iteration 25, LB=-64085, UB=-8572
263.14/263.52	c [116.02] solve iteration 26, LB=-64085, UB=-8572
263.14/263.52	c [116.44] solve iteration 27, LB=-64085, UB=-8572
263.14/263.52	c [116.87] solve iteration 28, LB=-64085, UB=-8572
263.14/263.52	c [117.25] solve iteration 29, LB=-64085, UB=-8572
263.14/263.52	c [117.55] solve iteration 30, LB=-64085, UB=-8572
263.14/263.52	c [120.71] solve iteration 31, LB=-64085, UB=-8573
263.14/263.52	c [121.19] solve iteration 32, LB=-64085, UB=-8573
263.14/263.52	c [121.54] solve iteration 33, LB=-64085, UB=-8573
263.14/263.52	c [121.89] solve iteration 34, LB=-64085, UB=-8573
263.14/263.52	c [122.32] solve iteration 35, LB=-64085, UB=-8573
263.14/263.52	c [181.02] solve iteration 36, LB=-64085, UB=-8967
263.14/263.52	c [181.52] solve iteration 37, LB=-64085, UB=-8967
263.14/263.52	c [182.06] solve iteration 38, LB=-64085, UB=-8967
263.14/263.52	c [182.56] solve iteration 39, LB=-64085, UB=-8967
263.14/263.52	c [182.94] solve iteration 40, LB=-64085, UB=-8967
263.14/263.52	c [184.76] solve iteration 41, LB=-64085, UB=-8994
263.14/263.52	c [185.09] solve iteration 42, LB=-64085, UB=-8994
263.14/263.52	c [185.36] solve iteration 43, LB=-64085, UB=-8994
263.14/263.52	c [185.72] solve iteration 44, LB=-64085, UB=-8994
263.14/263.52	c [186.03] solve iteration 45, LB=-64085, UB=-8994
263.14/263.52	c [254.9] solve iteration 46, LB=-64085, UB=-9197
263.14/263.52	c [255.56] solve iteration 47, LB=-64085, UB=-9197
263.14/263.52	c [256.57] solve iteration 48, LB=-64085, UB=-9197
263.14/263.52	c [257.42] solve iteration 49, LB=-64085, UB=-9197
263.14/263.52	c [258.17] solve iteration 50, LB=-64085, UB=-9197
263.14/263.52	c [258.99] solve iteration 51, LB=-64085, UB=-9222
263.14/263.52	c [259.7] solve iteration 52, LB=-64085, UB=-9222
263.14/263.52	c [260.52] solve iteration 53, LB=-64085, UB=-9222
461.09/461.77	c [261.07] solve iteration 54, LB=-64085, UB=-9222
461.09/461.77	c [261.45] solve iteration 55, LB=-64085, UB=-9222
461.09/461.77	c [262.39] solve iteration 56, LB=-64085, UB=-9488
461.09/461.77	c [262.76] solve iteration 57, LB=-64085, UB=-9488
461.09/461.77	c [263.13] solve iteration 58, LB=-64085, UB=-9488
461.09/461.77	c [263.58] solve iteration 59, LB=-64085, UB=-9488
461.09/461.77	c [263.99] solve iteration 60, LB=-64085, UB=-9488
461.09/461.77	c [264.37] solve iteration 61, LB=-64085, UB=-9717
461.09/461.77	c [264.79] solve iteration 62, LB=-64085, UB=-9717
461.09/461.77	c [265.15] solve iteration 63, LB=-64085, UB=-9717
461.09/461.77	c [265.5] solve iteration 64, LB=-64085, UB=-9717
461.09/461.77	c [265.87] solve iteration 65, LB=-64085, UB=-9717
461.09/461.77	c [286.01] solve iteration 66, LB=-64085, UB=-9812
461.09/461.77	c [286.54] solve iteration 67, LB=-64085, UB=-9812
461.09/461.77	c [286.91] solve iteration 68, LB=-64085, UB=-9812
461.09/461.77	c [287.19] solve iteration 69, LB=-64085, UB=-9812
461.09/461.77	c [287.59] solve iteration 70, LB=-64085, UB=-9812
461.09/461.77	c [288.19] solve iteration 71, LB=-64085, UB=-10292
461.09/461.77	c [288.66] solve iteration 72, LB=-64085, UB=-10292
461.09/461.77	c [289.04] solve iteration 73, LB=-64085, UB=-10292
461.09/461.77	c [289.43] solve iteration 74, LB=-64085, UB=-10292
461.09/461.77	c [289.76] solve iteration 75, LB=-64085, UB=-10292
461.09/461.77	c [290.89] solve iteration 76, LB=-64085, UB=-10355
461.09/461.77	c [291.3] solve iteration 77, LB=-64085, UB=-10355
461.09/461.77	c [291.69] solve iteration 78, LB=-64085, UB=-10355
461.09/461.77	c [292.11] solve iteration 79, LB=-64085, UB=-10355
461.09/461.77	c [292.47] solve iteration 80, LB=-64085, UB=-10355
461.09/461.77	c [295.19] solve iteration 81, LB=-64085, UB=-10556
461.09/461.77	c [295.57] solve iteration 82, LB=-64085, UB=-10556
461.09/461.77	c [295.99] solve iteration 83, LB=-64085, UB=-10556
461.09/461.77	c [296.35] solve iteration 84, LB=-64085, UB=-10556
461.09/461.77	c [296.77] solve iteration 85, LB=-64085, UB=-10556
461.09/461.77	c [299.11] solve iteration 86, LB=-64085, UB=-10893
461.09/461.77	c [299.83] solve iteration 87, LB=-64085, UB=-10893
461.09/461.77	c [300.23] solve iteration 88, LB=-64085, UB=-10893
461.09/461.77	c [300.56] solve iteration 89, LB=-64085, UB=-10893
461.09/461.77	c [300.95] solve iteration 90, LB=-64085, UB=-10893
461.09/461.77	c [302.74] solve iteration 91, LB=-64085, UB=-11241
461.09/461.77	c [303.16] solve iteration 92, LB=-64085, UB=-11241
461.09/461.77	c [303.53] solve iteration 93, LB=-64085, UB=-11241
461.09/461.77	c [303.9] solve iteration 94, LB=-64085, UB=-11241
461.09/461.77	c [304.27] solve iteration 95, LB=-64085, UB=-11241
461.09/461.77	c [305.47] solve iteration 96, LB=-64085, UB=-11552
461.09/461.77	c [305.82] solve iteration 97, LB=-64085, UB=-11552
461.09/461.77	c [306.18] solve iteration 98, LB=-64085, UB=-11552
461.09/461.77	c [306.53] solve iteration 99, LB=-64085, UB=-11552
461.09/461.77	c [306.9] solve iteration 100, LB=-64085, UB=-11552
461.09/461.77	c [307.42] solve iteration 101, LB=-64085, UB=-11636
461.09/461.77	c [307.84] solve iteration 102, LB=-64085, UB=-11636
461.09/461.77	c [308.21] solve iteration 103, LB=-64085, UB=-11636
461.09/461.77	c [308.55] solve iteration 104, LB=-64085, UB=-11636
461.09/461.77	c [308.96] solve iteration 105, LB=-64085, UB=-11636
461.09/461.77	c [310.63] solve iteration 106, LB=-64085, UB=-11778
461.09/461.77	c [311.06] solve iteration 107, LB=-64085, UB=-11778
461.09/461.77	c [311.44] solve iteration 108, LB=-64085, UB=-11778
461.09/461.77	c [311.82] solve iteration 109, LB=-64085, UB=-11778
461.09/461.77	c [312.19] solve iteration 110, LB=-64085, UB=-11778
461.09/461.77	c [314.47] solve iteration 111, LB=-64085, UB=-11784
461.09/461.77	c [314.85] solve iteration 112, LB=-64085, UB=-11784
461.09/461.77	c [315.3] solve iteration 113, LB=-64085, UB=-11784
461.09/461.77	c [315.72] solve iteration 114, LB=-64085, UB=-11784
461.09/461.77	c [316.11] solve iteration 115, LB=-64085, UB=-11784
461.09/461.77	c [398.61] solve iteration 116, LB=-64085, UB=-11806
461.09/461.77	c [399.1] solve iteration 117, LB=-64085, UB=-11806
461.09/461.77	c [399.53] solve iteration 118, LB=-64085, UB=-11806
461.09/461.77	c [399.99] solve iteration 119, LB=-64085, UB=-11806
461.09/461.77	c [400.37] solve iteration 120, LB=-64085, UB=-11806
461.09/461.77	c [402.05] solve iteration 121, LB=-64085, UB=-12339
461.09/461.77	c [402.73] solve iteration 122, LB=-64085, UB=-12339
461.09/461.77	c [403.11] solve iteration 123, LB=-64085, UB=-12339
461.09/461.77	c [403.55] solve iteration 124, LB=-64085, UB=-12339
461.09/461.77	c [404.03] solve iteration 125, LB=-64085, UB=-12339
461.09/461.77	c [404.88] solve iteration 126, LB=-64085, UB=-12481
461.09/461.77	c [405.42] solve iteration 127, LB=-64085, UB=-12481
461.09/461.77	c [405.83] solve iteration 128, LB=-64085, UB=-12481
461.09/461.77	c [406.26] solve iteration 129, LB=-64085, UB=-12481
461.09/461.77	c [406.7] solve iteration 130, LB=-64085, UB=-12481
461.09/461.77	c [455.87] solve iteration 131, LB=-64085, UB=-12497
993.15/994.42	c [456.31] solve iteration 132, LB=-64085, UB=-12497
993.15/994.42	c [456.78] solve iteration 133, LB=-64085, UB=-12497
993.15/994.42	c [457.2] solve iteration 134, LB=-64085, UB=-12497
993.15/994.42	c [457.62] solve iteration 135, LB=-64085, UB=-12497
993.15/994.42	c [459.09] solve iteration 136, LB=-64085, UB=-12621
993.15/994.42	c [459.54] solve iteration 137, LB=-64085, UB=-12621
993.15/994.42	c [459.95] solve iteration 138, LB=-64085, UB=-12621
993.15/994.42	c [460.38] solve iteration 139, LB=-64085, UB=-12621
993.15/994.42	c [460.76] solve iteration 140, LB=-64085, UB=-12621
993.15/994.42	c [461.76] solve iteration 141, LB=-64085, UB=-12671
993.15/994.42	c [462.23] solve iteration 142, LB=-64085, UB=-12671
993.15/994.42	c [462.72] solve iteration 143, LB=-64085, UB=-12671
993.15/994.42	c [463.18] solve iteration 144, LB=-64085, UB=-12671
993.15/994.42	c [463.6] solve iteration 145, LB=-64085, UB=-12671
993.15/994.42	c [464.47] solve iteration 146, LB=-64085, UB=-13213
993.15/994.42	c [465.02] solve iteration 147, LB=-64085, UB=-13213
993.15/994.42	c [465.52] solve iteration 148, LB=-64085, UB=-13213
993.15/994.42	c [466.05] solve iteration 149, LB=-64085, UB=-13213
993.15/994.42	c [466.56] solve iteration 150, LB=-64085, UB=-13213
993.15/994.42	c [467.28] solve iteration 151, LB=-64085, UB=-13786
993.15/994.42	c [467.74] solve iteration 152, LB=-64085, UB=-13786
993.15/994.42	c [468.18] solve iteration 153, LB=-64085, UB=-13786
993.15/994.42	c [468.66] solve iteration 154, LB=-64085, UB=-13786
993.15/994.42	c [469.1] solve iteration 155, LB=-64085, UB=-13786
993.15/994.42	c [609.69] solve iteration 156, LB=-64085, UB=-13809
993.15/994.42	c [610.44] solve iteration 157, LB=-64085, UB=-13809
993.15/994.42	c [611.22] solve iteration 158, LB=-64085, UB=-13809
993.15/994.42	c [611.97] solve iteration 159, LB=-64085, UB=-13809
993.15/994.42	c [612.65] solve iteration 160, LB=-64085, UB=-13809
993.15/994.42	c [616.03] solve iteration 161, LB=-64085, UB=-13844
993.15/994.42	c [616.74] solve iteration 162, LB=-64085, UB=-13844
993.15/994.42	c [617.76] solve iteration 163, LB=-64085, UB=-13844
993.15/994.42	c [618.54] solve iteration 164, LB=-64085, UB=-13844
993.15/994.42	c [619.51] solve iteration 165, LB=-64085, UB=-13844
993.15/994.42	c [625.26] solve iteration 166, LB=-64085, UB=-14146
993.15/994.42	c [626.12] solve iteration 167, LB=-64085, UB=-14146
993.15/994.42	c [626.73] solve iteration 168, LB=-64085, UB=-14146
993.15/994.42	c [627.2] solve iteration 169, LB=-64085, UB=-14146
993.15/994.42	c [627.61] solve iteration 170, LB=-64085, UB=-14146
993.15/994.42	c [628.88] solve iteration 171, LB=-64085, UB=-14762
993.15/994.42	c [629.29] solve iteration 172, LB=-64085, UB=-14762
993.15/994.42	c [629.74] solve iteration 173, LB=-64085, UB=-14762
993.15/994.42	c [630.16] solve iteration 174, LB=-64085, UB=-14762
993.15/994.42	c [630.64] solve iteration 175, LB=-64085, UB=-14762
993.15/994.42	c [645.01] solve iteration 176, LB=-64085, UB=-15443
993.15/994.42	c [645.46] solve iteration 177, LB=-64085, UB=-15443
993.15/994.42	c [645.94] solve iteration 178, LB=-64085, UB=-15443
993.15/994.42	c [646.41] solve iteration 179, LB=-64085, UB=-15443
993.15/994.42	c [646.95] solve iteration 180, LB=-64085, UB=-15443
993.15/994.42	c [649.32] solve iteration 181, LB=-64085, UB=-15453
993.15/994.42	c [649.87] solve iteration 182, LB=-64085, UB=-15453
993.15/994.42	c [650.44] solve iteration 183, LB=-64085, UB=-15453
993.15/994.42	c [651.02] solve iteration 184, LB=-64085, UB=-15453
993.15/994.42	c [651.56] solve iteration 185, LB=-64085, UB=-15453
993.15/994.42	c [811.44] solve iteration 186, LB=-64085, UB=-15453
993.15/994.42	c [812.12] solve iteration 187, LB=-64085, UB=-15453
993.15/994.42	c [812.75] solve iteration 188, LB=-64085, UB=-15453
993.15/994.42	c [813.32] solve iteration 189, LB=-64085, UB=-15453
993.15/994.42	c [813.87] solve iteration 190, LB=-64085, UB=-15453
993.15/994.42	c [817.67] solve iteration 191, LB=-64085, UB=-15979
993.15/994.42	c [818.37] solve iteration 192, LB=-64085, UB=-15979
993.15/994.42	c [819.12] solve iteration 193, LB=-64085, UB=-15979
993.15/994.42	c [819.76] solve iteration 194, LB=-64085, UB=-15979
993.15/994.42	c [820.37] solve iteration 195, LB=-64085, UB=-15979
993.15/994.42	c [831.83] solve iteration 196, LB=-64085, UB=-16384
993.15/994.42	c [832.59] solve iteration 197, LB=-64085, UB=-16384
993.15/994.42	c [833.24] solve iteration 198, LB=-64085, UB=-16384
993.15/994.42	c [833.97] solve iteration 199, LB=-64085, UB=-16384
993.15/994.42	c [834.69] solve iteration 200, LB=-64085, UB=-16384
993.15/994.42	c [948.95] solve iteration 201, LB=-64085, UB=-16635
993.15/994.42	c [951.17] solve iteration 202, LB=-64085, UB=-16635
993.15/994.42	c [952.67] solve iteration 203, LB=-64085, UB=-16635
993.15/994.42	c [954.27] solve iteration 204, LB=-64085, UB=-16635
993.15/994.42	c [956.04] solve iteration 205, LB=-64085, UB=-16635
993.15/994.42	c [976.06] solve iteration 206, LB=-64085, UB=-16875
993.15/994.42	c [978.79] solve iteration 207, LB=-64085, UB=-16875
993.15/994.42	c [981.65] solve iteration 208, LB=-64085, UB=-16875
993.15/994.42	c [983.72] 

Verifier Data

ERROR: no interpretation found !

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: 64096 MiB (55639 MiB free)
  memory of node 1: 64473 MiB (58007 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431347-1721150614/watcher-4431347-1721150614 -o /tmp/evaluation-result-4431347-1721150614/solver-4431347-1721150614 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721143258-856312 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4431347-1721150614.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=860487, runsolver pid=860484
Current StackSize limit: 8192 KiB


[startup+0.100297 s]*
/proc/loadavg: 4.12 4.25 4.27 5/251 860489
/proc/meminfo: memFree=116364536/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=95520 memory=14672 CPUtime=0.08 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 2791 0 0 0 8 0 0 0 20 0 1 0 167217303 97812480 3668 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 23880 3668 1582 46 0 4495 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 105448 KiB
Current children cumulated memory: 17392 KiB

[startup+0.212296 s]*
/proc/loadavg: 4.12 4.25 4.27 5/251 860489
/proc/meminfo: memFree=116354676/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=104172 memory=24732 CPUtime=0.18 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 4693 0 0 0 17 1 0 0 20 0 1 0 167217303 106672128 6183 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 26043 6183 1678 46 0 6658 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 114100 KiB
Current children cumulated memory: 27452 KiB

[startup+0.312296 s]*
/proc/loadavg: 4.12 4.25 4.27 5/251 860489
/proc/meminfo: memFree=116346616/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=112836 memory=32712 CPUtime=0.27 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 6539 0 0 0 23 4 0 0 20 0 1 0 167217303 115544064 8178 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 28209 8178 1678 46 0 8824 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 122764 KiB
Current children cumulated memory: 35432 KiB

[startup+0.700283 s]
/proc/loadavg: 4.12 4.25 4.27 6/252 860490
/proc/meminfo: memFree=116330868/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=177804 memory=61552 CPUtime=0.65 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 11617 0 0 0 55 10 0 0 20 0 2 0 167217303 182071296 15388 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 44451 15388 2711 46 0 17046 0
[pid=860489/tid=860490] ppid=860487 vsize=177804 memory=43692 CPUtime=0 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 167217350 182071296 15388 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 187732 KiB
Current children cumulated memory: 64272 KiB

[startup+1.50036 s]
/proc/loadavg: 4.12 4.25 4.27 5/252 860490
/proc/meminfo: memFree=116321484/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=177804 memory=61552 CPUtime=1.45 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 11617 0 0 0 135 10 0 0 20 0 2 0 167217303 182071296 15388 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 44451 15388 2711 46 0 17046 0
[pid=860489/tid=860490] ppid=860487 vsize=177804 memory=0 CPUtime=0 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 167217350 182071296 15388 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 187732 KiB
Current children cumulated memory: 64272 KiB

[startup+3.11312 s]
/proc/loadavg: 4.11 4.25 4.27 5/252 860490
/proc/meminfo: memFree=116297736/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=200064 memory=86308 CPUtime=3.04 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 27148 0 0 0 292 12 0 0 20 0 2 0 167217303 204865536 21577 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 50016 21577 3770 46 0 22611 0
[pid=860489/tid=860490] ppid=860487 vsize=200064 memory=2720 CPUtime=0 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 167217350 204865536 21577 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 209992 KiB
Current children cumulated memory: 89028 KiB

[startup+6.30038 s]
/proc/loadavg: 4.11 4.25 4.27 5/252 860492
/proc/meminfo: memFree=116283352/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=218544 memory=102644 CPUtime=6.23 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 112905 0 0 0 591 32 0 0 20 0 2 0 167217303 223789056 25661 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 54636 25661 3786 46 0 27231 0
[pid=860489/tid=860490] ppid=860487 vsize=218544 memory=61552 CPUtime=0 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 167217350 223789056 25661 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 228472 KiB
Current children cumulated memory: 105364 KiB

[startup+12.7004 s]
/proc/loadavg: 4.09 4.24 4.26 5/252 860492
/proc/meminfo: memFree=116273544/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=227132 memory=112324 CPUtime=12.61 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 180419 0 0 0 1210 51 0 0 20 0 2 0 167217303 232583168 28081 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 56783 28081 3786 46 0 29378 0
[pid=860489/tid=860490] ppid=860487 vsize=227132 memory=12720 CPUtime=0.01 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 13 0 0 0 0 1 0 0 20 0 2 0 167217350 232583168 28081 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 237060 KiB
Current children cumulated memory: 115044 KiB

[startup+25.5004 s]
/proc/loadavg: 4.08 4.23 4.26 5/252 860495
/proc/meminfo: memFree=116248240/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=264956 memory=136812 CPUtime=25.4 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 199419 0 0 0 2465 75 0 0 20 0 2 0 167217303 271314944 34203 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 66239 34203 3786 46 0 38834 0
[pid=860489/tid=860490] ppid=860487 vsize=264956 memory=7968169048687287713 CPUtime=0.02 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 25 0 0 0 0 2 0 0 20 0 2 0 167217350 271314944 34203 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 274884 KiB
Current children cumulated memory: 139532 KiB

[startup+51.113 s]
/proc/loadavg: 4.11 4.22 4.26 5/252 860498
/proc/meminfo: memFree=116202204/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=295776 memory=171628 CPUtime=51 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 224699 0 0 0 5009 91 0 0 20 0 2 0 167217303 302874624 42907 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 73944 42907 3786 46 0 46539 0
[pid=860489/tid=860490] ppid=860487 vsize=295776 memory=2720 CPUtime=0.04 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 33 0 0 0 0 4 0 0 20 0 2 0 167217350 302874624 42907 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 305704 KiB
Current children cumulated memory: 174348 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.20 4.25 5/253 860892
/proc/meminfo: memFree=116140172/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=330660 memory=214672 CPUtime=102.14 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 277858 0 0 0 10106 108 0 0 20 0 2 0 167217303 338595840 53668 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 82665 53668 3786 46 0 55260 0
[pid=860489/tid=860490] ppid=860487 vsize=330660 memory=7968169048687287713 CPUtime=0.09 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 44 0 0 0 2 7 0 0 20 0 2 0 167217350 338595840 53668 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 102.14 s
Current children cumulated vsize: 340588 KiB
Current children cumulated memory: 217392 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.19 4.24 5/251 860903
/proc/meminfo: memFree=115966224/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=538396 memory=368268 CPUtime=162.07 cores=5,7

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

[startup+3222.3 s]
/proc/loadavg: 4.14 4.15 4.16 5/250 862303
/proc/meminfo: memFree=116489484/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=3722572 memory=3250528 CPUtime=3218.7 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 9812917 0 0 0 319995 1875 0 0 20 0 2 0 167217303 3811913728 812632 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 930643 812632 3786 46 0 903238 0
[pid=860489/tid=860490] ppid=860487 vsize=3722572 memory=12720 CPUtime=3.16 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 272 0 0 0 81 235 0 0 20 0 2 0 167217350 3811913728 812632 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 3218.7 s
Current children cumulated vsize: 3732500 KiB
Current children cumulated memory: 3253248 KiB

[startup+3282.3 s]
/proc/loadavg: 3.71 4.04 4.13 4/241 862344
/proc/meminfo: memFree=117935640/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=3722572 memory=3250528 CPUtime=3278.65 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 10127396 0 0 0 325960 1905 0 0 20 0 2 0 167217303 3811913728 812632 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 930643 812632 3786 46 0 903238 0
[pid=860489/tid=860490] ppid=860487 vsize=3722572 memory=2720 CPUtime=3.22 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 277 0 0 0 83 239 0 0 20 0 2 0 167217350 3811913728 812632 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 3278.65 s
Current children cumulated vsize: 3732500 KiB
Current children cumulated memory: 3253248 KiB

[startup+3342.3 s]
/proc/loadavg: 3.87 3.99 4.10 4/241 862356
/proc/meminfo: memFree=117925996/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=3722572 memory=3250528 CPUtime=3338.6 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 10229430 0 0 0 331942 1918 0 0 20 0 2 0 167217303 3811913728 812632 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 930643 812632 3786 46 0 903238 0
[pid=860489/tid=860490] ppid=860487 vsize=3722572 memory=2720 CPUtime=3.28 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 282 0 0 0 85 243 0 0 20 0 2 0 167217350 3811913728 812632 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 3338.6 s
Current children cumulated vsize: 3732500 KiB
Current children cumulated memory: 3253248 KiB

[startup+3402.3 s]
/proc/loadavg: 4.04 4.06 4.12 4/243 862371
/proc/meminfo: memFree=117909880/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=3722572 memory=3250528 CPUtime=3398.56 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 10365142 0 0 0 337918 1938 0 0 20 0 2 0 167217303 3811913728 812632 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 930643 812632 3786 46 0 903238 0
[pid=860489/tid=860490] ppid=860487 vsize=3722572 memory=3250528 CPUtime=3.34 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 287 0 0 0 86 248 0 0 20 0 2 0 167217350 3811913728 812632 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 3398.56 s
Current children cumulated vsize: 3732500 KiB
Current children cumulated memory: 3253248 KiB

[startup+3462.3 s]
/proc/loadavg: 3.20 3.83 4.04 2/225 862443
/proc/meminfo: memFree=125848836/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=3722572 memory=3251844 CPUtime=3458.52 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 10524830 0 0 0 343890 1962 0 0 20 0 2 0 167217303 3811913728 812961 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 930643 812961 3786 46 0 903238 0
[pid=860489/tid=860490] ppid=860487 vsize=3722572 memory=7968169048687287713 CPUtime=3.4 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 297 0 0 0 88 252 0 0 20 0 2 0 167217350 3811913728 812961 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 3458.52 s
Current children cumulated vsize: 3732500 KiB
Current children cumulated memory: 3254564 KiB

[startup+3522.3 s]
/proc/loadavg: 1.88 3.33 3.85 2/225 862454
/proc/meminfo: memFree=125845080/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=3722572 memory=3255716 CPUtime=3518.49 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 10672824 0 0 0 349868 1981 0 0 20 0 2 0 167217303 3811913728 813929 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 930643 813929 3786 46 0 903238 0
[pid=860489/tid=860490] ppid=860487 vsize=3722572 memory=5476 CPUtime=3.46 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 301 0 0 0 90 256 0 0 20 0 2 0 167217350 3811913728 813929 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 3518.49 s
Current children cumulated vsize: 3732500 KiB
Current children cumulated memory: 3258436 KiB

[startup+3582.3 s]
/proc/loadavg: 1.38 2.92 3.67 2/225 862464
/proc/meminfo: memFree=125844772/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=3722572 memory=3255716 CPUtime=3578.46 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 10830912 0 0 0 355846 2000 0 0 20 0 2 0 167217303 3811913728 813929 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 930643 813929 3786 46 0 903238 0
[pid=860489/tid=860490] ppid=860487 vsize=3722572 memory=2720 CPUtime=3.52 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 305 0 0 0 91 261 0 0 20 0 2 0 167217350 3811913728 813929 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 3578.46 s
Current children cumulated vsize: 3732500 KiB
Current children cumulated memory: 3258436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.9 s]
/proc/loadavg: 1.33 2.78 3.61 2/225 862467
/proc/meminfo: memFree=125844764/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=3722572 memory=3255716 CPUtime=3600.06 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 10916212 0 0 0 357999 2007 0 0 20 0 2 0 167217303 3811913728 813929 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 930643 813929 3786 46 0 903238 0
[pid=860489/tid=860490] ppid=860487 vsize=3722572 memory=2720 CPUtime=3.53 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 305 0 0 0 91 262 0 0 20 0 2 0 167217350 3811913728 813929 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 3732500 KiB
Current children cumulated memory: 3258436 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3603.91 s]
# the end of solver process 860487 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.002538 s, system=0.001281 s

[startup+3603.99 s]
# the end of solver process 860489 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3580 s, system=20.1563 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3603.9 s]
/proc/loadavg: 1.33 2.78 3.61 2/225 862467
/proc/meminfo: memFree=125844764/131655788 swapFree=131071996/131071996
[pid=860487] ppid=860484 vsize=9928 memory=2720 CPUtime=0 cores=5,7
/proc/860487/stat : 860487 (run-glibc-2.34.) S 860484 860487 856299 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 167217302 10166272 680 134679101440 94088065646592 94088066725912 140725228652480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94088068824368 94088068871556 94088069615616 140725228659659 140725228659804 140725228659804 140725228666819 0
/proc/860487/statm: 2482 680 600 264 0 133 0
[pid=860489] ppid=860487 vsize=3722572 memory=3255716 CPUtime=3600.06 cores=5,7
/proc/860489/stat : 860489 (ld-linux-x86-64) R 860487 860487 856299 0 -1 4194304 10916212 0 0 0 357999 2007 0 0 20 0 2 0 167217303 3811913728 813929 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
/proc/860489/statm: 930643 813929 3786 46 0 903238 0
[pid=860489/tid=860490] ppid=860487 vsize=3722572 memory=2720 CPUtime=3.53 cores=5,7
/proc/860489/task/860490/stat : 860490 (ld-linux-x86-64) S 860487 860487 856299 0 -1 1077936192 305 0 0 0 91 262 0 0 20 0 2 0 167217350 3811913728 813929 134679101440 139788724305920 139788724493532 140731415135808 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139788726594432 139788726603880 93825004249088 140731415143267 140731415143419 140731415143419 140731415150514 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 3732500 KiB
Current children cumulated memory: 3258436 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3603.99
CPU time (s): 3600.15
CPU user time (s): 3580
CPU system time (s): 20.1563
CPU usage (%): 99.8936
Max. virtual memory (cumulated for all children) (KiB): 3732500
Max. memory (cumulated for all children) (KiB): 3258436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580
system time used= 20.1563
maximum resident set size= 3255716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10916413
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= 353821
involuntary context switches= 2580


# summary of solver processes directly reported to runsolver:
#   pid: 860487,860489
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3580
#   total CPU system time (s): 20.1563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.676 second user time and 35.8353 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-16 19:23:47
IDJOB=4431347
IDBENCH=156528
IDSOLVER=3056
FILE ID=nodeC004/4431347-1721150614
RUNJOBID= nodeC004-1721143258-856312
SLURM_JOB_ID= 7505731
Free space on /tmp= 723128 MiB

SOLVER NAME= IPBHS-GUROBI 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_10null10mast_rapportOE1.0_TMAX120_K67_cod1.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431347-1721150614/watcher-4431347-1721150614 -o /tmp/evaluation-result-4431347-1721150614/solver-4431347-1721150614 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721143258-856312 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4431347-1721150614.opb

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

MD5SUM BENCH= 062a8ee8fd391209ed47aa3cd3325d2f
RANDOM SEED=193921853

nodeC004.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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	: 0xb00001f
cpu MHz		: 3575.961
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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	: 0xb00001f
cpu MHz		: 3673.053
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.355
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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	: 0xb00001f
cpu MHz		: 1197.389
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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	: 0xb00001f
cpu MHz		: 3668.414
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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	: 0xb00001f
cpu MHz		: 3491.830
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.466
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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	: 0xb00001f
cpu MHz		: 1218.429
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116374144 kB
MemAvailable:   117873024 kB
Buffers:          433080 kB
Cached:          1893836 kB
SwapCached:            0 kB
Active:          1319148 kB
Inactive:       13380044 kB
Active(anon):       3368 kB
Inactive(anon): 12406604 kB
Active(file):    1315780 kB
Inactive(file):   973440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             44588 kB
Writeback:             0 kB
AnonPages:      12366060 kB
Mapped:           121412 kB
Shmem:             37700 kB
KReclaimable:      99716 kB
Slab:             197672 kB
SReclaimable:      99716 kB
SUnreclaim:        97956 kB
KernelStack:        4016 kB
PageTables:        34268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   16144504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53344 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8208384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189256 kB
DirectMap2M:    14395392 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 723740 MiB
End job on nodeC004 at 2024-07-16 20:23:51