Trace number 4486502

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-SCIP 2025-06-09? (TO) 3600.03 3609.11

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUM9e6692c80f11b0068f23fe5849cf8b25
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 benchmark23916
Best CPU time to get the best result obtained on this benchmark3585.75
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
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.00	c initialize IPBHS solver
0.00/0.00	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.00	c optimizer = "scip"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
0.19/0.22	c limit for coefficient in constraints and objective to 1000000000
0.19/0.22	c will solve HOME/instance-4486502-1751306649.opb
0.19/0.22	c [0] will start solving
0.19/0.22	c [0] solve iteration 1, LB=0, UB=116905
68.02/68.24	c [1.3] solve iteration 2, LB=17422, UB=27040
68.02/68.24	c [2.89] solve iteration 3, LB=19568, UB=27040
68.02/68.24	c [3.55] solve iteration 4, LB=19568, UB=26411
68.02/68.24	c [4.15] solve iteration 5, LB=19568, UB=26411
68.02/68.24	c [6.03] solve iteration 6, LB=19568, UB=25609
68.02/68.24	c [7.43] solve iteration 7, LB=20231, UB=25609
68.02/68.24	c [8.28] solve iteration 8, LB=20495, UB=25609
68.02/68.24	c [8.78] solve iteration 9, LB=20598, UB=25609
68.02/68.24	c [9.75] solve iteration 10, LB=20618, UB=25609
68.02/68.24	c [11.23] solve iteration 11, LB=20618, UB=25609
68.02/68.24	c [12.53] solve iteration 12, LB=20838, UB=25609
68.02/68.24	c [14.24] solve iteration 13, LB=20838, UB=25609
68.02/68.24	c [16.54] solve iteration 14, LB=20838, UB=25609
68.02/68.24	c [18.44] solve iteration 15, LB=20838, UB=25609
68.02/68.24	c [19.8] solve iteration 16, LB=20838, UB=25609
68.02/68.24	c [21.14] solve iteration 17, LB=20838, UB=25609
68.02/68.24	c [23.82] solve iteration 18, LB=20838, UB=25609
68.02/68.24	c [24.93] solve iteration 19, LB=20838, UB=25609
68.02/68.24	c [26.56] solve iteration 20, LB=20838, UB=25609
68.02/68.24	c [28.9] solve iteration 21, LB=20838, UB=25609
68.02/68.24	c [31.21] solve iteration 22, LB=20838, UB=25609
68.02/68.24	c [34.12] solve iteration 23, LB=20838, UB=25609
68.02/68.24	c [36.49] solve iteration 24, LB=20838, UB=25609
68.02/68.24	c [38.3] solve iteration 25, LB=20838, UB=25609
68.02/68.24	c [39.81] solve iteration 26, LB=20838, UB=25609
68.02/68.24	c [41.5] solve iteration 27, LB=20838, UB=25609
68.02/68.24	c [43.93] solve iteration 28, LB=20838, UB=25609
68.02/68.24	c [46.05] solve iteration 29, LB=20838, UB=25609
68.02/68.24	c [48.14] solve iteration 30, LB=20838, UB=25609
68.02/68.24	c [50.41] solve iteration 31, LB=20838, UB=25609
68.02/68.24	c [54.34] solve iteration 32, LB=20838, UB=25609
68.02/68.24	c [56.59] solve iteration 33, LB=20838, UB=25609
68.02/68.24	c [58.87] solve iteration 34, LB=20838, UB=25609
68.02/68.24	c [61] solve iteration 35, LB=20838, UB=25609
68.02/68.24	c [63.35] solve iteration 36, LB=20838, UB=25609
68.02/68.24	c [65.44] solve iteration 37, LB=20838, UB=25609
85.58/85.87	c [67.9] solve iteration 38, LB=20838, UB=25609
85.58/85.87	c [70.29] solve iteration 39, LB=20838, UB=25609
85.58/85.87	c [73.1] solve iteration 40, LB=20838, UB=25609
85.58/85.87	c [74.92] solve iteration 41, LB=20838, UB=25609
85.58/85.87	c [77.26] solve iteration 42, LB=20838, UB=25609
85.58/85.87	c [80.01] solve iteration 43, LB=20838, UB=25609
85.58/85.87	c [82.57] solve iteration 44, LB=20838, UB=25609
106.93/107.21	c [85.2] solve iteration 45, LB=20838, UB=25609
106.93/107.21	c [87.91] solve iteration 46, LB=20838, UB=25609
106.93/107.21	c [92.13] solve iteration 47, LB=20838, UB=25609
106.93/107.21	c [94.57] solve iteration 48, LB=20838, UB=25609
106.93/107.21	c [97.27] solve iteration 49, LB=20838, UB=25609
106.93/107.21	c [100.92] solve iteration 50, LB=20838, UB=25609
106.93/107.21	c [103.35] solve iteration 51, LB=20838, UB=25609
148.74/149.17	c [106.56] solve iteration 52, LB=20838, UB=25609
148.74/149.17	c [108.75] solve iteration 53, LB=20838, UB=25609
148.74/149.17	c [112.47] solve iteration 54, LB=20838, UB=25609
148.74/149.17	c [116.27] solve iteration 55, LB=20838, UB=25609
148.74/149.17	c [119.03] solve iteration 56, LB=20838, UB=25609
148.74/149.17	c [122.34] solve iteration 57, LB=20838, UB=25609
148.74/149.17	c [125.55] solve iteration 58, LB=20838, UB=25609
148.74/149.17	c [128.56] solve iteration 59, LB=20838, UB=25609
148.74/149.17	c [131.84] solve iteration 60, LB=20838, UB=25609
148.74/149.17	c [137.15] solve iteration 61, LB=20838, UB=25609
148.74/149.17	c [140.72] solve iteration 62, LB=20838, UB=25609
148.74/149.17	c [144.3] solve iteration 63, LB=20838, UB=25609
152.82/153.23	c [148.26] solve iteration 64, LB=20838, UB=25609
238.52/239.17	c [152.26] solve iteration 65, LB=20838, UB=25609
238.52/239.17	c [155.92] solve iteration 66, LB=20838, UB=25609
238.52/239.17	c [160.17] solve iteration 67, LB=20838, UB=25609
238.52/239.17	c [164.19] solve iteration 68, LB=20838, UB=25609
238.52/239.17	c [168.66] solve iteration 69, LB=20838, UB=25609
238.52/239.17	c [172.58] solve iteration 70, LB=20838, UB=25609
238.52/239.17	c [175.85] solve iteration 71, LB=20838, UB=25609
238.52/239.17	c [179.92] solve iteration 72, LB=20838, UB=25609
238.52/239.17	c [184.32] solve iteration 73, LB=20838, UB=25609
238.52/239.17	c [188.59] solve iteration 74, LB=20838, UB=25609
238.52/239.17	c [191.77] solve iteration 75, LB=20838, UB=25609
238.52/239.17	c [195.33] solve iteration 76, LB=20838, UB=25609
238.52/239.17	c [199.9] solve iteration 77, LB=20838, UB=25609
238.52/239.17	c [205.03] solve iteration 78, LB=20838, UB=25609
238.52/239.17	c [209.29] solve iteration 79, LB=20838, UB=25609
238.52/239.17	c [214.29] solve iteration 80, LB=20838, UB=25609
238.52/239.17	c [217.85] solve iteration 81, LB=20838, UB=25609
238.52/239.17	c [222.2] solve iteration 82, LB=20838, UB=25609
238.52/239.17	c [228.27] solve iteration 83, LB=20838, UB=25609
238.52/239.17	c [232.26] solve iteration 84, LB=20838, UB=25609
243.69/244.30	c [237.27] solve iteration 85, LB=20838, UB=25609
354.24/355.15	c [241.8] solve iteration 86, LB=20838, UB=25609
354.24/355.15	c [246.83] solve iteration 87, LB=20838, UB=25609
354.24/355.15	c [251.97] solve iteration 88, LB=20838, UB=25609
354.24/355.15	c [256.27] solve iteration 89, LB=20838, UB=25609
354.24/355.15	c [260.04] solve iteration 90, LB=20838, UB=25609
354.24/355.15	c [263.43] solve iteration 91, LB=20838, UB=25609
354.24/355.15	c [268.58] solve iteration 92, LB=20838, UB=25609
354.24/355.15	c [274.56] solve iteration 93, LB=20838, UB=25609
354.24/355.15	c [279.05] solve iteration 94, LB=20838, UB=25609
354.24/355.15	c [283.61] solve iteration 95, LB=20838, UB=25609
354.24/355.15	c [288.95] solve iteration 96, LB=20838, UB=25609
354.24/355.15	c [295.01] solve iteration 97, LB=20838, UB=25609
354.24/355.15	c [300.68] solve iteration 98, LB=20838, UB=25609
354.24/355.15	c [307.1] solve iteration 99, LB=20838, UB=25609
354.24/355.15	c [311.82] solve iteration 100, LB=20838, UB=25609
354.24/355.15	c [316.74] solve iteration 101, LB=20838, UB=25609
354.24/355.15	c [323.01] solve iteration 102, LB=20838, UB=25609
354.24/355.15	c [331.3] solve iteration 103, LB=20838, UB=25609
354.24/355.15	c [335.49] solve iteration 104, LB=20838, UB=25609
354.24/355.15	c [340.16] solve iteration 105, LB=20838, UB=25609
354.24/355.15	c [346.04] solve iteration 106, LB=20838, UB=25609
379.57/380.59	c [352.42] solve iteration 107, LB=20838, UB=25609
379.57/380.59	c [357.94] solve iteration 108, LB=20838, UB=25609
379.57/380.59	c [363.09] solve iteration 109, LB=20838, UB=25609
379.57/380.59	c [370.92] solve iteration 110, LB=20838, UB=25609
486.52/487.72	c [376.88] solve iteration 111, LB=20838, UB=25609
486.52/487.72	c [383.76] solve iteration 112, LB=20838, UB=25609
486.52/487.72	c [390.07] solve iteration 113, LB=20838, UB=25609
486.52/487.72	c [396.55] solve iteration 114, LB=20838, UB=25609
486.52/487.72	c [402.31] solve iteration 115, LB=20838, UB=25609
486.52/487.72	c [408.04] solve iteration 116, LB=20838, UB=25609
486.52/487.72	c [414.47] solve iteration 117, LB=20838, UB=25609
486.52/487.72	c [422.17] solve iteration 118, LB=20838, UB=25609
486.52/487.72	c [428.6] solve iteration 119, LB=20838, UB=25609
486.52/487.72	c [435.62] solve iteration 120, LB=20838, UB=25609
486.52/487.72	c [442.32] solve iteration 121, LB=20838, UB=25609
486.52/487.72	c [449.87] solve iteration 122, LB=20838, UB=25609
486.52/487.72	c [457.52] solve iteration 123, LB=20838, UB=25609
486.52/487.72	c [463.3] solve iteration 124, LB=20838, UB=25609
486.52/487.72	c [469.11] solve iteration 125, LB=20838, UB=25609
486.52/487.72	c [476.35] solve iteration 126, LB=20838, UB=25609
504.48/505.71	c [484.32] solve iteration 127, LB=20838, UB=25609
504.48/505.71	c [493.94] solve iteration 128, LB=20838, UB=25609
743.71/745.56	c [501.28] solve iteration 129, LB=20838, UB=25609
743.71/745.56	c [510.88] solve iteration 130, LB=20838, UB=25609
743.71/745.56	c [519.32] solve iteration 131, LB=20838, UB=25609
743.71/745.56	c [528.27] solve iteration 132, LB=20838, UB=25609
743.71/745.56	c [534.93] solve iteration 133, LB=20838, UB=25609
743.71/745.56	c [542.53] solve iteration 134, LB=20838, UB=25609
743.71/745.56	c [550.84] solve iteration 135, LB=20838, UB=25609
743.71/745.56	c [558.09] solve iteration 136, LB=20838, UB=25609
743.71/745.56	c [565.95] solve iteration 137, LB=20838, UB=25609
743.71/745.56	c [573.93] solve iteration 138, LB=20838, UB=25609
743.71/745.56	c [582.13] solve iteration 139, LB=20838, UB=25609
743.71/745.56	c [590.16] solve iteration 140, LB=20838, UB=25609
743.71/745.56	c [598.85] solve iteration 141, LB=20838, UB=25609
743.71/745.56	c [606.63] solve iteration 142, LB=20838, UB=25609
743.71/745.56	c [615.5] solve iteration 143, LB=20838, UB=25609
743.71/745.56	c [623.99] solve iteration 144, LB=20838, UB=25609
743.71/745.56	c [633.75] solve iteration 145, LB=20838, UB=25609
743.71/745.56	c [641.99] solve iteration 146, LB=20838, UB=25609
743.71/745.56	c [650.98] solve iteration 147, LB=20838, UB=25609
743.71/745.56	c [659.65] solve iteration 148, LB=20838, UB=25609
743.71/745.56	c [668.79] solve iteration 149, LB=20838, UB=25609
743.71/745.56	c [676.68] solve iteration 150, LB=20838, UB=25609
743.71/745.56	c [685.66] solve iteration 151, LB=20838, UB=25609
743.71/745.56	c [694.51] solve iteration 152, LB=20838, UB=25609
743.71/745.56	c [703.07] solve iteration 153, LB=20838, UB=25609
743.71/745.56	c [712.5] solve iteration 154, LB=20838, UB=25609
743.71/745.56	c [721.26] solve iteration 155, LB=20838, UB=25609
743.71/745.56	c [730.29] solve iteration 156, LB=20838, UB=25609
828.91/830.99	c [740.43] solve iteration 157, LB=20838, UB=25609
828.91/830.99	c [749.88] solve iteration 158, LB=20838, UB=25609
828.91/830.99	c [759.42] solve iteration 159, LB=20838, UB=25609
828.91/830.99	c [768.08] solve iteration 160, LB=20838, UB=25609
828.91/830.99	c [777.04] solve iteration 161, LB=20838, UB=25609
828.91/830.99	c [786.94] solve iteration 162, LB=20838, UB=25609
828.91/830.99	c [796.6] solve iteration 163, LB=20838, UB=25609
828.91/830.99	c [806.54] solve iteration 164, LB=20838, UB=25609
828.91/830.99	c [814.81] solve iteration 165, LB=20838, UB=25609
918.80/921.08	c [823.99] solve iteration 166, LB=20838, UB=25609
918.80/921.08	c [834.17] solve iteration 167, LB=20838, UB=25609
918.80/921.08	c [843.33] solve iteration 168, LB=20838, UB=25609
918.80/921.08	c [852.97] solve iteration 169, LB=20838, UB=25609
918.80/921.08	c [863.47] solve iteration 170, LB=20838, UB=25609
918.80/921.08	c [874.42] solve iteration 171, LB=20838, UB=25609
918.80/921.08	c [886.54] solve iteration 172, LB=20838, UB=25609
918.80/921.08	c [895.07] solve iteration 173, LB=20838, UB=25609
918.80/921.08	c [903.9] solve iteration 174, LB=20838, UB=25609
1043.20/1045.70	c [913.22] solve iteration 175, LB=20838, UB=25609
1043.20/1045.70	c [922.9] solve iteration 176, LB=20838, UB=25609
1043.20/1045.70	c [933.36] solve iteration 177, LB=20838, UB=25609
1043.20/1045.70	c [943.41] solve iteration 178, LB=20838, UB=25609
1043.20/1045.70	c [953.23] solve iteration 179, LB=20838, UB=25609
1043.20/1045.70	c [963.85] solve iteration 180, LB=20838, UB=25609
1043.20/1045.70	c [973.02] solve iteration 181, LB=20838, UB=25609
1043.20/1045.70	c [984.7] solve iteration 182, LB=20838, UB=25609
1043.20/1045.70	c [994.71] solve iteration 183, LB=20838, UB=25609
1043.20/1045.70	c [1006.15] solve iteration 184, LB=20838, UB=25609
1043.20/1045.70	c [1016.32] solve iteration 185, LB=20838, UB=25609
1043.20/1045.70	c [1027.17] solve iteration 186, LB=20838, UB=25609
1170.70/1173.59	c [1039.56] solve iteration 187, LB=20838, UB=25609
1170.70/1173.59	c [1049.54] solve iteration 188, LB=20838, UB=25609
1170.70/1173.59	c [1059.56] solve iteration 189, LB=20838, UB=25609
1170.70/1173.59	c [1069.41] solve iteration 190, LB=20838, UB=25609
1170.70/1173.59	c [1080.38] solve iteration 191, LB=20838, UB=25609
1170.70/1173.59	c [1092.02] solve iteration 192, LB=20838, UB=25609
1170.70/1173.59	c [1106.79] solve iteration 193, LB=20838, UB=25609
1170.70/1173.59	c [1118.17] solve iteration 194, LB=20838, UB=25609
1170.70/1173.59	c [1129.27] solve iteration 195, LB=20838, UB=25609
1170.70/1173.59	c [1140.06] solve iteration 196, LB=20838, UB=25609
1170.70/1173.59	c [1153.79] solve iteration 197, LB=20838, UB=25609
1227.07/1230.07	c [1164.58] solve iteration 198, LB=20838, UB=25609
1227.07/1230.07	c [1174.81] solve iteration 199, LB=20838, UB=25609
1227.07/1230.07	c [1185.21] solve iteration 200, LB=20838, UB=25609
1227.07/1230.07	c [1196.87] solve iteration 201, LB=20838, UB=25609
1227.07/1230.07	c [1209.8] solve iteration 202, LB=20838, UB=25609
1332.42/1335.67	c [1221.82] solve iteration 203, LB=20838, UB=25609
1332.42/1335.67	c [1232.45] solve iteration 204, LB=20838, UB=25609
1332.42/1335.67	c [1243.33] solve iteration 205, LB=20838, UB=25609
1332.42/1335.67	c [1254.76] solve iteration 206, LB=20838, UB=25609
1332.42/1335.67	c [1268.39] solve iteration 207, LB=20838, UB=25609
1332.42/1335.67	c [1279.92] solve iteration 208, LB=20838, UB=25609
1332.42/1335.67	c [1291.84] solve iteration 209, LB=20838, UB=25609
1332.42/1335.67	c [1302.22] solve iteration 210, LB=20838, UB=25609
1332.42/1335.67	c [1313.89] solve iteration 211, LB=20838, UB=24963
1410.10/1413.53	c [1327.93] solve iteration 212, LB=20838, UB=24963
1410.10/1413.53	c [1340.8] solve iteration 213, LB=20838, UB=24963
1410.10/1413.53	c [1351.41] solve iteration 214, LB=20838, UB=24963
1410.10/1413.53	c [1363.58] solve iteration 215, LB=20838, UB=24963
1410.10/1413.53	c [1375.76] solve iteration 216, LB=20838, UB=24963
1410.10/1413.53	c [1391.13] solve iteration 217, LB=20838, UB=24963
1422.16/1425.65	c [1403.17] solve iteration 218, LB=20838, UB=24963
1485.75/1489.48	c [1415.03] solve iteration 219, LB=20838, UB=24963
1485.75/1489.48	c [1427.21] solve iteration 220, LB=20838, UB=24963
1485.75/1489.48	c [1438.69] solve iteration 221, LB=20838, UB=24963
1485.75/1489.48	c [1452.94] solve iteration 222, LB=20838, UB=24963
1485.75/1489.48	c [1466.3] solve iteration 223, LB=20838, UB=24963
1525.51/1529.37	c [1480] solve iteration 224, LB=20838, UB=24963
1525.51/1529.37	c [1493.02] solve iteration 225, LB=20838, UB=24963
1525.51/1529.37	c [1505.89] solve iteration 226, LB=20838, UB=24963
1540.56/1544.42	c [1520.38] solve iteration 227, LB=20838, UB=24963
1580.04/1584.07	c [1533.6] solve iteration 228, LB=20838, UB=24963
1580.04/1584.07	c [1546.73] solve iteration 229, LB=20838, UB=24963
1580.04/1584.07	c [1559.71] solve iteration 230, LB=20838, UB=24963
1632.57/1636.73	c [1573.72] solve iteration 231, LB=20838, UB=24963
1632.57/1636.73	c [1586.76] solve iteration 232, LB=20838, UB=24963
1632.57/1636.73	c [1598.55] solve iteration 233, LB=20838, UB=24963
1632.57/1636.73	c [1611.77] solve iteration 234, LB=20838, UB=24963
1731.77/1736.20	c [1625.04] solve iteration 235, LB=20838, UB=24963
1731.77/1736.20	c [1637.83] solve iteration 236, LB=20838, UB=24963
1731.77/1736.20	c [1653.2] solve iteration 237, LB=20838, UB=24963
1731.77/1736.20	c [1667.36] solve iteration 238, LB=20838, UB=24963
1731.77/1736.20	c [1683.85] solve iteration 239, LB=20838, UB=24963
1731.77/1736.20	c [1697.26] solve iteration 240, LB=20838, UB=24963
1731.77/1736.20	c [1710.37] solve iteration 241, LB=20838, UB=24963
1749.32/1753.88	c [1727.83] solve iteration 242, LB=20838, UB=24963
1877.53/1882.47	c [1742.65] solve iteration 243, LB=20838, UB=24963
1877.53/1882.47	c [1754.9] solve iteration 244, LB=20838, UB=24963
1877.53/1882.47	c [1767.64] solve iteration 245, LB=20838, UB=24963
1877.53/1882.47	c [1781.95] solve iteration 246, LB=20838, UB=24963
1877.53/1882.47	c [1797.6] solve iteration 247, LB=20838, UB=24963
1877.53/1882.47	c [1812.01] solve iteration 248, LB=20838, UB=24963
1877.53/1882.47	c [1826.62] solve iteration 249, LB=20838, UB=24963
1877.53/1882.47	c [1840.99] solve iteration 250, LB=20838, UB=24963
1877.53/1882.47	c [1855.01] solve iteration 251, LB=20838, UB=24963
1893.79/1898.70	c [1870.91] solve iteration 252, LB=20838, UB=24963
1934.97/1940.09	c [1884.16] solve iteration 253, LB=20838, UB=24963
1934.97/1940.09	c [1897.99] solve iteration 254, LB=20838, UB=24963
1934.97/1940.09	c [1912.13] solve iteration 255, LB=20838, UB=24963
1982.62/1987.85	c [1926.74] solve iteration 256, LB=20838, UB=24963
1982.62/1987.85	c [1944.93] solve iteration 257, LB=20838, UB=24963
1982.62/1987.85	c [1959.2] solve iteration 258, LB=20838, UB=24963
2026.59/2031.95	c [1974.76] solve iteration 259, LB=20838, UB=24963
2026.59/2031.95	c [1989.09] solve iteration 260, LB=20838, UB=24963
2026.59/2031.95	c [2002.83] solve iteration 261, LB=20838, UB=24963
2248.79/2254.79	c [2020.63] solve iteration 262, LB=20838, UB=24963
2248.79/2254.79	c [2036.61] solve iteration 263, LB=20838, UB=24963
2248.79/2254.79	c [2053.74] solve iteration 264, LB=20838, UB=24963
2248.79/2254.79	c [2067.6] solve iteration 265, LB=20838, UB=24963
2248.79/2254.79	c [2082.01] solve iteration 266, LB=20838, UB=24963
2248.79/2254.79	c [2100.39] solve iteration 267, LB=20838, UB=24963
2248.79/2254.79	c [2115.24] solve iteration 268, LB=20838, UB=24963
2248.79/2254.79	c [2131.33] solve iteration 269, LB=20838, UB=24963
2248.79/2254.79	c [2144.57] solve iteration 270, LB=20838, UB=24963
2248.79/2254.79	c [2159.28] solve iteration 271, LB=20838, UB=24963
2248.79/2254.79	c [2176.48] solve iteration 272, LB=20838, UB=24963
2248.79/2254.79	c [2192.71] solve iteration 273, LB=20838, UB=24963
2248.79/2254.79	c [2209.01] solve iteration 274, LB=20838, UB=24963
2248.79/2254.79	c [2223.69] solve iteration 275, LB=20838, UB=24963
2410.28/2416.66	c [2238.48] solve iteration 276, LB=20838, UB=24963
2410.28/2416.66	c [2258.69] solve iteration 277, LB=20838, UB=24963
2410.28/2416.66	c [2274.95] solve iteration 278, LB=20838, UB=24963
2410.28/2416.66	c [2289.29] solve iteration 279, LB=20838, UB=24963
2410.28/2416.66	c [2303.69] solve iteration 280, LB=20838, UB=24963
2410.28/2416.66	c [2317.71] solve iteration 281, LB=20838, UB=24963
2410.28/2416.66	c [2336.83] solve iteration 282, LB=20838, UB=24963
2410.28/2416.66	c [2352.2] solve iteration 283, LB=20838, UB=24963
2410.28/2416.66	c [2369.11] solve iteration 284, LB=20838, UB=24963
2410.28/2416.66	c [2384.27] solve iteration 285, LB=20838, UB=24963
2490.29/2496.89	c [2398.15] solve iteration 286, LB=20838, UB=24963
2490.29/2496.89	c [2416.37] solve iteration 287, LB=20838, UB=24963
2490.29/2496.89	c [2432.06] solve iteration 288, LB=20838, UB=24963
2490.29/2496.89	c [2447.57] solve iteration 289, LB=20838, UB=24963
2490.29/2496.89	c [2463.81] solve iteration 290, LB=20838, UB=24963
2770.73/2778.00	c [2480.36] solve iteration 291, LB=20838, UB=24963
2770.73/2778.00	c [2502.56] solve iteration 292, LB=20838, UB=24963
2770.73/2778.00	c [2519.77] solve iteration 293, LB=20838, UB=24963
2770.73/2778.00	c [2535.68] solve iteration 294, LB=20838, UB=24963
2770.73/2778.00	c [2551.08] solve iteration 295, LB=20838, UB=24963
2770.73/2778.00	c [2567.01] solve iteration 296, LB=20838, UB=24963
2770.73/2778.00	c [2588.37] solve iteration 297, LB=20838, UB=24963
2770.73/2778.00	c [2605.51] solve iteration 298, LB=20838, UB=24963
2770.73/2778.00	c [2622.95] solve iteration 299, LB=20838, UB=24963
2770.73/2778.00	c [2639.95] solve iteration 300, LB=20838, UB=24963
2770.73/2778.00	c [2655] solve iteration 301, LB=20838, UB=24963
2770.73/2778.00	c [2675.19] solve iteration 302, LB=20838, UB=24963
2770.73/2778.00	c [2690.65] solve iteration 303, LB=20838, UB=24963
2770.73/2778.00	c [2707.17] solve iteration 304, LB=20838, UB=24963
2770.73/2778.00	c [2723.58] solve iteration 305, LB=20838, UB=24963
2770.73/2778.00	c [2742.03] solve iteration 306, LB=20838, UB=24963
2792.18/2799.43	c [2763.18] solve iteration 307, LB=20838, UB=24963
2808.64/2816.00	c [2779.75] solve iteration 308, LB=20838, UB=24963
2861.63/2869.06	c [2796.07] solve iteration 309, LB=20838, UB=24963
2861.63/2869.06	c [2814.47] solve iteration 310, LB=20838, UB=24963
2861.63/2869.06	c [2832.39] solve iteration 311, LB=20838, UB=24963
2886.37/2893.84	c [2856.48] solve iteration 312, LB=20838, UB=24963
2974.16/2981.83	c [2872.55] solve iteration 313, LB=20838, UB=24963
2974.16/2981.83	c [2888.54] solve iteration 314, LB=20838, UB=24963
2974.16/2981.83	c [2904.54] solve iteration 315, LB=20838, UB=24963
2974.16/2981.83	c [2921.65] solve iteration 316, LB=20838, UB=24963
2974.16/2981.83	c [2943.91] solve iteration 317, LB=20838, UB=24963
3445.96/3454.73	c [2961.55] solve iteration 318, LB=20838, UB=24963
3445.96/3454.73	c [2978.89] solve iteration 319, LB=20838, UB=24963
3445.96/3454.73	c [2996.51] solve iteration 320, LB=20838, UB=24963
3445.96/3454.73	c [3015.66] solve iteration 321, LB=20838, UB=24963
3445.96/3454.73	c [3040.76] solve iteration 322, LB=20838, UB=24963
3445.96/3454.73	c [3058.11] solve iteration 323, LB=20838, UB=24963
3445.96/3454.73	c [3075.79] solve iteration 324, LB=20838, UB=24963
3445.96/3454.73	c [3093.97] solve iteration 325, LB=20838, UB=24963
3445.96/3454.73	c [3112.64] solve iteration 326, LB=20838, UB=24963
3445.96/3454.73	c [3139.09] solve iteration 327, LB=20838, UB=24963
3445.96/3454.73	c [3157.97] solve iteration 328, LB=20838, UB=24963
3445.96/3454.73	c [3176.05] solve iteration 329, LB=20838, UB=24963
3445.96/3454.73	c [3192.99] solve iteration 330, LB=20838, UB=24963
3445.96/3454.73	c [3210.58] solve iteration 331, LB=20838, UB=24963
3445.96/3454.73	c [3236.19] solve iteration 332, LB=20838, UB=24963
3445.96/3454.73	c [3254] solve iteration 333, LB=20838, UB=24963
3445.96/3454.73	c [3271.44] solve iteration 334, LB=20838, UB=24963
3445.96/3454.73	c [3289.58] solve iteration 335, LB=20838, UB=24963
3445.96/3454.73	c [3309.09] solve iteration 336, LB=20838, UB=24963
3445.96/3454.73	c [3335.52] solve iteration 337, LB=20838, UB=24963
3445.96/3454.73	c [3354.5] solve iteration 338, LB=20838, UB=24963
3445.96/3454.73	c [3373.64] solve iteration 339, LB=20838, UB=24963
3445.96/3454.73	c [3394.4] solve iteration 340, LB=20838, UB=24963
3445.96/3454.73	c [3412.64] solve iteration 341, LB=20838, UB=24963
3512.31/3521.28	c [3439.16] solve iteration 342, LB=20838, UB=24963
3512.31/3521.28	c [3458.38] solve iteration 343, LB=20838, UB=24963
3512.31/3521.28	c [3478.46] solve iteration 344, LB=20838, UB=24963
3532.36/3541.34	c [3498.27] solve iteration 345, LB=20838, UB=24963
3579.15/3588.25	c [3517.74] solve iteration 346, LB=20838, UB=24963
3579.15/3588.25	c [3544.61] solve iteration 347, LB=20838, UB=24940
3599.61/3608.78	c [3564.96] solve iteration 348, LB=20838, UB=24940

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: 63708 MiB (61515 MiB free)
  memory of node 1: 64465 MiB (61801 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486502-1751306649/watcher-4486502-1751306649 -o /tmp/evaluation-result-4486502-1751306649/solver-4486502-1751306649 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751303034-42206 --watchdog 3760 ./ipbhs_scip HOME/instance-4486502-1751306649.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=42717, runsolver pid=42714
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.13 4.22 4.16 5/264 42718
/proc/meminfo: memFree=125879728/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=881320 memory=444484 CPUtime=0.09 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 883 0 0 0 1 8 0 0 20 0 1 0 46341516 902471680 111121 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 220330 111121 1568 2790 0 213755 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 881320 KiB
Current children cumulated memory: 444484 KiB

[startup+0.205688 s]*
/proc/loadavg: 4.13 4.22 4.16 5/264 42718
/proc/meminfo: memFree=125444924/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=882752 memory=849476 CPUtime=0.19 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1936 0 0 0 3 16 0 0 20 0 1 0 46341516 903938048 212369 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 220688 212369 1664 2790 0 214113 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 882752 KiB
Current children cumulated memory: 849476 KiB

[startup+0.305388 s]*
/proc/loadavg: 4.13 4.22 4.16 5/264 42718
/proc/meminfo: memFree=125444924/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=898044 memory=872476 CPUtime=0.3 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 5833 0 0 0 12 18 0 0 20 0 1 0 46341516 919597056 218119 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 224511 218119 3712 2790 0 217936 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 898044 KiB
Current children cumulated memory: 872476 KiB

[startup+0.700139 s]
/proc/loadavg: 4.13 4.22 4.16 5/264 42718
/proc/meminfo: memFree=125444924/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=898044 memory=872476 CPUtime=0.69 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 5835 0 0 0 50 19 0 0 20 0 1 0 46341516 919597056 218119 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 224511 218119 3712 2790 0 217936 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 898044 KiB
Current children cumulated memory: 872476 KiB

[startup+1.50011 s]
/proc/loadavg: 4.13 4.22 4.16 5/264 42718
/proc/meminfo: memFree=125436924/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=898044 memory=872476 CPUtime=1.48 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 5839 0 0 0 127 21 0 0 20 0 1 0 46341516 919597056 218119 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 224511 218119 3712 2790 0 217936 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 898044 KiB
Current children cumulated memory: 872476 KiB

[startup+3.10527 s]
/proc/loadavg: 4.12 4.22 4.16 5/264 42718
/proc/meminfo: memFree=125384828/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=897440 memory=873184 CPUtime=3.08 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 6608 0 0 0 283 25 0 0 20 0 1 0 46341516 918978560 218296 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 224360 218296 3712 2790 0 217785 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 897440 KiB
Current children cumulated memory: 873184 KiB

[startup+6.3001 s]
/proc/loadavg: 4.12 4.22 4.16 5/264 42718
/proc/meminfo: memFree=125364920/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=910484 memory=886616 CPUtime=6.27 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 10682 0 0 0 592 35 0 0 20 0 1 0 46341516 932335616 221654 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 227621 221654 3744 2790 0 221046 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 910484 KiB
Current children cumulated memory: 886616 KiB

[startup+12.7001 s]
/proc/loadavg: 4.19 4.23 4.16 5/264 42718
/proc/meminfo: memFree=125238812/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=979620 memory=956700 CPUtime=12.66 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 27398 0 0 0 1211 55 0 0 20 0 1 0 46341516 1003130880 239175 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 244905 239175 3744 2790 0 238330 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 979620 KiB
Current children cumulated memory: 956700 KiB

[startup+25.5001 s]
/proc/loadavg: 4.15 4.22 4.16 5/264 42718
/proc/meminfo: memFree=125104680/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=1048224 memory=1024768 CPUtime=25.43 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 45549 0 0 0 2463 80 0 0 20 0 1 0 46341516 1073381376 256192 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 262056 256192 3744 2790 0 255481 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1048224 KiB
Current children cumulated memory: 1024768 KiB

[startup+51.1053 s]
/proc/loadavg: 4.23 4.24 4.17 5/264 42719
/proc/meminfo: memFree=124950812/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=1125444 memory=1097380 CPUtime=50.97 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 73529 0 0 0 4971 126 0 0 20 0 1 0 46341516 1152454656 274345 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 281361 274345 3744 2790 0 274786 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1125444 KiB
Current children cumulated memory: 1097380 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.21 4.16 5/264 42720
/proc/meminfo: memFree=124793192/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=1231084 memory=1192240 CPUtime=102.05 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 124744 0 0 0 10007 198 0 0 20 0 1 0 46341516 1260630016 298060 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 307771 298060 3744 2790 0 301196 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 1231084 KiB
Current children cumulated memory: 1192240 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.19 4.16 5/263 42722
/proc/meminfo: memFree=124662504/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=1311152 memory=1276348 CPUtime=161.9 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 170066 0 0 0 15917 273 0 0 20 0 1 0 46341516 1342619648 319087 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 327788 319087 3744 2790 0 321213 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 1311152 KiB
Current children cumulated memory: 1276348 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.17 4.15 5/263 42724
/proc/meminfo: memFree=124563860/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=1349800 memory=1317680 CPUtime=221.75 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 208420 0 0 0 21849 326 0 0 20 0 1 0 46341516 1382195200 329420 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 337450 329420 3744 2790 0 330875 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 1349800 KiB
Current children cumulated memory: 1317680 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.15 4.15 5/265 42728
/proc/meminfo: memFree=124479848/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=1410504 memory=1377948 CPUtime=281.6 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 247047 0 0 0 27783 377 0 0 20 0 1 0 46341516 1444356096 344487 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 352626 344487 3744 2790 0 346051 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 1410504 KiB
Current children cumulated memory: 1377948 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.13 4.14 5/265 42730
/proc/meminfo: memFree=124450164/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=1424408 memory=1393576 CPUtime=341.47 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 287209 0 0 0 33722 425 0 0 20 0 1 0 46341516 1458593792 348394 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 356102 348394 3744 2790 0 349527 0
Current children cumulated CPU time: 341.47 s
Current children cumulated vsize: 1424408 KiB
Current children cumulated memory: 1393576 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.14 4.14 5/265 42734
/proc/meminfo: memFree=124379812/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=1501400 memory=1466276 CPUtime=401.32 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 316088 0 0 0 39670 462 0 0 20 0 1 0 46341516 1537433600 366569 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 375350 366569 3744 2790 0 368775 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 1501400 KiB
Current children cumulated memory: 1466276 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 4.11 4.13 5/264 42738
/proc/meminfo: memFree=124319880/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=1525324 memory=1490420 CPUtime=461.18 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 334985 0 0 0 45621 497 0 0 20 0 1 0 46341516 1561931776 372605 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 381331 372605 3744 2790 0 374756 0

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

Current children cumulated memory: 2250380 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/264 42911
/proc/meminfo: memFree=121583756/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2295792 memory=2266964 CPUtime=2914.8 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1156316 0 0 0 289965 1515 0 0 20 0 1 0 46341516 2350891008 566741 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 573948 566741 3744 2790 0 567373 0
Current children cumulated CPU time: 2914.8 s
Current children cumulated vsize: 2295792 KiB
Current children cumulated memory: 2266964 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/264 42914
/proc/meminfo: memFree=121556408/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2350048 memory=2321096 CPUtime=2974.66 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1185088 0 0 0 295924 1542 0 0 20 0 1 0 46341516 2406449152 580274 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 587512 580274 3744 2790 0 580937 0
Current children cumulated CPU time: 2974.66 s
Current children cumulated vsize: 2350048 KiB
Current children cumulated memory: 2321096 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 42916
/proc/meminfo: memFree=121596460/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2299036 memory=2270336 CPUtime=3034.52 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1189406 0 0 0 301895 1557 0 0 20 0 1 0 46341516 2354212864 567584 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 574759 567584 3744 2790 0 568184 0
Current children cumulated CPU time: 3034.52 s
Current children cumulated vsize: 2299036 KiB
Current children cumulated memory: 2270336 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/264 42918
/proc/meminfo: memFree=121587736/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2308592 memory=2273220 CPUtime=3094.38 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1221752 0 0 0 307852 1586 0 0 20 0 1 0 46341516 2363998208 568305 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 577148 568305 3744 2790 0 570573 0
Current children cumulated CPU time: 3094.38 s
Current children cumulated vsize: 2308592 KiB
Current children cumulated memory: 2273220 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 42920
/proc/meminfo: memFree=121553828/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2329788 memory=2290948 CPUtime=3154.24 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1258311 0 0 0 313807 1617 0 0 20 0 1 0 46341516 2385702912 572737 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 582447 572737 3744 2790 0 575872 0
Current children cumulated CPU time: 3154.24 s
Current children cumulated vsize: 2329788 KiB
Current children cumulated memory: 2290948 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 42922
/proc/meminfo: memFree=121496556/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2366280 memory=2330364 CPUtime=3214.1 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1295280 0 0 0 319771 1639 0 0 20 0 1 0 46341516 2423070720 582591 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 591570 582591 3744 2790 0 584995 0
Current children cumulated CPU time: 3214.1 s
Current children cumulated vsize: 2366280 KiB
Current children cumulated memory: 2330364 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 42924
/proc/meminfo: memFree=121504060/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2369536 memory=2336212 CPUtime=3273.96 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1316594 0 0 0 325735 1661 0 0 20 0 1 0 46341516 2426404864 584053 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 592384 584053 3744 2790 0 585809 0
Current children cumulated CPU time: 3273.96 s
Current children cumulated vsize: 2369536 KiB
Current children cumulated memory: 2336212 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 42927
/proc/meminfo: memFree=121444912/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2418296 memory=2385016 CPUtime=3333.82 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1337103 0 0 0 331701 1681 0 0 20 0 1 0 46341516 2476335104 596254 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 604574 596254 3744 2790 0 597999 0
Current children cumulated CPU time: 3333.82 s
Current children cumulated vsize: 2418296 KiB
Current children cumulated memory: 2385016 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 42929
/proc/meminfo: memFree=121409812/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2466984 memory=2433644 CPUtime=3393.69 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1354470 0 0 0 337666 1703 0 0 20 0 1 0 46341516 2526191616 608411 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 616746 608411 3744 2790 0 610171 0
Current children cumulated CPU time: 3393.69 s
Current children cumulated vsize: 2466984 KiB
Current children cumulated memory: 2433644 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 42946
/proc/meminfo: memFree=121414536/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2440720 memory=2407440 CPUtime=3453.54 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1378860 0 0 0 343625 1729 0 0 20 0 1 0 46341516 2499297280 601860 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 610180 601860 3744 2790 0 603605 0
Current children cumulated CPU time: 3453.54 s
Current children cumulated vsize: 2440720 KiB
Current children cumulated memory: 2407440 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/265 42952
/proc/meminfo: memFree=121405660/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2453172 memory=2419892 CPUtime=3513.41 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1403407 0 0 0 349590 1751 0 0 20 0 1 0 46341516 2512048128 604973 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 613293 604973 3744 2790 0 606718 0
Current children cumulated CPU time: 3513.41 s
Current children cumulated vsize: 2453172 KiB
Current children cumulated memory: 2419892 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/265 42954
/proc/meminfo: memFree=121424260/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2432576 memory=2399088 CPUtime=3573.26 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1422515 0 0 0 355553 1773 0 0 20 0 1 0 46341516 2490957824 599772 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 608144 599772 3744 2790 0 601569 0
Current children cumulated CPU time: 3573.26 s
Current children cumulated vsize: 2432576 KiB
Current children cumulated memory: 2399088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.1 s]
/proc/loadavg: 4.07 4.08 4.09 5/261 43035
/proc/meminfo: memFree=124264880/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2494908 memory=2461424 CPUtime=3600.01 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1430043 0 0 0 358220 1781 0 0 20 0 1 0 46341516 2554785792 615356 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 623727 615356 3744 2790 0 617152 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2494908 KiB
Current children cumulated memory: 2461424 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.21 s, system=17.8214 s

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

[startup+3609.1 s]
/proc/loadavg: 4.07 4.08 4.09 5/261 43035
/proc/meminfo: memFree=124264880/131250000 swapFree=33010684/33010684
[pid=42717] ppid=42714 vsize=2494908 memory=2461424 CPUtime=3600.01 cores=1,3
/proc/42717/stat : 42717 (ipbhs_scip) R 42714 42717 42194 0 -1 4194304 1430043 0 0 0 358220 1781 0 0 20 0 1 0 46341516 2554785792 615356 18446744073709551615 94799343525888 94799354952285 140721668683680 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94799357087960 94799357132978 94799378243584 140721668692370 140721668692489 140721668692489 140721668698091 0
/proc/42717/statm: 623727 615356 3744 2790 0 617152 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2494908 KiB
Current children cumulated memory: 2461424 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.11
CPU time (s): 3600.03
CPU user time (s): 3582.21
CPU system time (s): 17.8214
CPU usage (%): 99.7482
Max. virtual memory (cumulated for all children) (KiB): 2534876
Max. memory (cumulated for all children) (KiB): 2501344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.21
system time used= 17.8214
maximum resident set size= 2501344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1430043
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= 162
involuntary context switches= 6532


# summary of solver processes directly reported to runsolver:
#   pid: 42717
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3582.21
#   total CPU system time (s): 17.8214

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66946 second user time and 15.1906 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-30 20:04:09
IDJOB=4486502
IDBENCH=147022
IDSOLVER=3335
FILE ID=nodeC014/4486502-1751306649
RUNJOBID= nodeC014-1751303034-42206
SLURM_JOB_ID= 9594289
Free space on /tmp= 432800 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486502-1751306649/watcher-4486502-1751306649 -o /tmp/evaluation-result-4486502-1751306649/solver-4486502-1751306649 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751303034-42206 --watchdog 3760  ./ipbhs_scip HOME/instance-4486502-1751306649.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 9e6692c80f11b0068f23fe5849cf8b25
RANDOM SEED=993648572

nodeC014 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		: 3600.116
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.23
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		: 3600.142
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.23
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		: 3601.053
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.23
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		: 3559.660
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.23
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.114
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.23
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		: 3600.118
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.23
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		: 3700.000
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.23
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		: 3600.256
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126277232 kB
MemAvailable:   127101652 kB
Buffers:            3280 kB
Cached:          1629212 kB
SwapCached:            0 kB
Active:          2964676 kB
Inactive:        1373136 kB
Active(anon):    2723392 kB
Inactive(anon):        0 kB
Active(file):     241284 kB
Inactive(file):  1373136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            212816 kB
Writeback:             0 kB
AnonPages:       2708464 kB
Mapped:           136168 kB
Shmem:             18068 kB
KReclaimable:      98476 kB
Slab:             186632 kB
SReclaimable:      98476 kB
SUnreclaim:        88156 kB
KernelStack:        4256 kB
PageTables:         8440 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3095692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2213888 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432732 MiB
End job on nodeC014 at 2025-06-30 21:04:19