Trace number 4519086

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-09OPT0 2300.86 2307.14

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

General information on the benchmark

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

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "scip"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.00/0.03	c limit for coefficient in constraints and objective to 1000000000
0.00/0.03	c will solve HOME/instance-4519086-1751531336.opb
0.00/0.03	c [0.01] will start solving
277.42/278.28	c [0.01] solve iteration 1, LB=-65535, UB=65536
277.42/278.28	c [1.58] solve iteration 2, LB=-65535, UB=0
277.42/278.28	c [4.84] solve iteration 3, LB=-32752, UB=0
277.42/278.28	c [4.89] solve iteration 4, LB=-32736, UB=0
277.42/278.28	c [4.91] solve iteration 5, LB=-32704, UB=0
277.42/278.28	c [16.72] solve iteration 6, LB=-32704, UB=0
277.42/278.28	c [18.14] solve iteration 7, LB=-25725, UB=0
277.42/278.28	c [18.95] solve iteration 8, LB=-25725, UB=0
277.42/278.28	c [71.8] solve iteration 9, LB=-25097, UB=0
277.42/278.28	c [72.67] solve iteration 10, LB=-25097, UB=0
277.42/278.28	c [74.06] solve iteration 11, LB=-22272, UB=0
277.42/278.28	c [76.69] solve iteration 12, LB=-22272, UB=0
277.42/278.28	c [77.2] solve iteration 13, LB=-22122, UB=0
277.42/278.28	c [77.84] solve iteration 14, LB=-22122, UB=0
277.42/278.28	c [79.05] solve iteration 15, LB=-21147, UB=0
277.42/278.28	c [80.76] solve iteration 16, LB=-20800, UB=0
277.42/278.28	c [81.33] solve iteration 17, LB=-20800, UB=0
277.42/278.28	c [82.16] solve iteration 18, LB=-20800, UB=0
277.42/278.28	c [82.53] solve iteration 19, LB=-20800, UB=0
277.42/278.28	c [82.81] solve iteration 20, LB=-20800, UB=0
277.42/278.28	c [83.86] solve iteration 21, LB=-20800, UB=0
277.42/278.28	c [84.82] solve iteration 22, LB=-20800, UB=0
277.42/278.28	c [87.14] solve iteration 23, LB=-20800, UB=0
277.42/278.28	c [88.71] solve iteration 24, LB=-20800, UB=0
277.42/278.28	c [89.44] solve iteration 25, LB=-20800, UB=0
277.42/278.28	c [91.24] solve iteration 26, LB=-20800, UB=0
277.42/278.28	c [91.74] solve iteration 27, LB=-20800, UB=0
277.42/278.28	c [93.57] solve iteration 28, LB=-20800, UB=0
277.42/278.28	c [94.42] solve iteration 29, LB=-20800, UB=0
277.42/278.28	c [95.43] solve iteration 30, LB=-20800, UB=0
277.42/278.28	c [98.35] solve iteration 31, LB=-20800, UB=0
277.42/278.28	c [100.52] solve iteration 32, LB=-20800, UB=0
277.42/278.28	c [101.19] solve iteration 33, LB=-20800, UB=0
277.42/278.28	c [103.33] solve iteration 34, LB=-20800, UB=0
277.42/278.28	c [104.63] solve iteration 35, LB=-20800, UB=0
277.42/278.28	c [106.79] solve iteration 36, LB=-20800, UB=0
277.42/278.28	c [108.58] solve iteration 37, LB=-20800, UB=0
277.42/278.28	c [110.3] solve iteration 38, LB=-20800, UB=0
277.42/278.28	c [111.07] solve iteration 39, LB=-20800, UB=0
277.42/278.28	c [115.33] solve iteration 40, LB=-20800, UB=0
277.42/278.28	c [118.35] solve iteration 41, LB=-20800, UB=0
277.42/278.28	c [119.18] solve iteration 42, LB=-20800, UB=0
277.42/278.28	c [121.86] solve iteration 43, LB=-20800, UB=0
277.42/278.28	c [122.46] solve iteration 44, LB=-20800, UB=0
277.42/278.28	c [122.94] solve iteration 45, LB=-20800, UB=0
277.42/278.28	c [127.44] solve iteration 46, LB=-20800, UB=0
277.42/278.28	c [128.47] solve iteration 47, LB=-20800, UB=0
277.42/278.28	c [129.65] solve iteration 48, LB=-20800, UB=0
277.42/278.28	c [130.4] solve iteration 49, LB=-20800, UB=0
277.42/278.28	c [132.24] solve iteration 50, LB=-20800, UB=0
277.42/278.28	c [135.23] solve iteration 51, LB=-20800, UB=0
277.42/278.28	c [136.42] solve iteration 52, LB=-20800, UB=0
277.42/278.28	c [137.1] solve iteration 53, LB=-3520, UB=0
277.42/278.28	c [138.12] solve iteration 54, LB=-3520, UB=0
277.42/278.28	c [140.42] solve iteration 55, LB=-3520, UB=0
277.42/278.28	c [141.69] solve iteration 56, LB=-3520, UB=0
277.42/278.28	c [143.24] solve iteration 57, LB=-3520, UB=0
277.42/278.28	c [145.77] solve iteration 58, LB=-3520, UB=0
277.42/278.28	c [147.67] solve iteration 59, LB=-3520, UB=0
277.42/278.28	c [148.97] solve iteration 60, LB=-3520, UB=0
277.42/278.28	c [149.74] solve iteration 61, LB=-3520, UB=0
277.42/278.28	c [151.69] solve iteration 62, LB=-3520, UB=0
277.42/278.28	c [155.03] solve iteration 63, LB=-3520, UB=0
277.42/278.28	c [159.01] solve iteration 64, LB=-3520, UB=0
277.42/278.28	c [162.11] solve iteration 65, LB=-3520, UB=0
277.42/278.28	c [167.14] solve iteration 66, LB=-3520, UB=0
277.42/278.28	c [170.54] solve iteration 67, LB=-3520, UB=0
277.42/278.28	c [172.38] solve iteration 68, LB=-3520, UB=0
277.42/278.28	c [175.09] solve iteration 69, LB=-3520, UB=0
277.42/278.28	c [180.58] solve iteration 70, LB=-3520, UB=0
277.42/278.28	c [185.5] solve iteration 71, LB=-3520, UB=0
277.42/278.28	c [188.11] solve iteration 72, LB=-3520, UB=0
277.42/278.28	c [190.29] solve iteration 73, LB=-3520, UB=0
277.42/278.28	c [192.67] solve iteration 74, LB=-3520, UB=0
277.42/278.28	c [197.63] solve iteration 75, LB=-3520, UB=0
277.42/278.28	c [204.03] solve iteration 76, LB=-3520, UB=0
277.42/278.28	c [205.23] solve iteration 77, LB=-3520, UB=0
277.42/278.28	c [210.62] solve iteration 78, LB=-3520, UB=0
277.42/278.28	c [218.57] solve iteration 79, LB=-3520, UB=0
277.42/278.28	c [220.01] solve iteration 80, LB=-3520, UB=0
277.42/278.28	c [222.97] solve iteration 81, LB=-3520, UB=0
277.42/278.28	c [227.37] solve iteration 82, LB=-3520, UB=0
277.42/278.28	c [233.31] solve iteration 83, LB=-3520, UB=0
277.42/278.28	c [241.18] solve iteration 84, LB=-3520, UB=0
277.42/278.28	c [247.71] solve iteration 85, LB=-3520, UB=0
277.42/278.28	c [256.64] solve iteration 86, LB=-3520, UB=0
277.42/278.28	c [258.79] solve iteration 87, LB=-3520, UB=0
277.42/278.28	c [270.46] solve iteration 88, LB=-3520, UB=0
277.42/278.28	c [276.29] solve iteration 89, LB=-3520, UB=0
782.92/785.16	c [284.67] solve iteration 90, LB=-3520, UB=0
782.92/785.16	c [293.5] solve iteration 91, LB=-3520, UB=0
782.92/785.16	c [303.57] solve iteration 92, LB=-3520, UB=0
782.92/785.16	c [306.83] solve iteration 93, LB=-3520, UB=0
782.92/785.16	c [309.53] solve iteration 94, LB=-3520, UB=0
782.92/785.16	c [322.21] solve iteration 95, LB=-3520, UB=0
782.92/785.16	c [324.3] solve iteration 96, LB=-3520, UB=0
782.92/785.16	c [335.12] solve iteration 97, LB=-3520, UB=0
782.92/785.16	c [345.28] solve iteration 98, LB=-3520, UB=0
782.92/785.16	c [354.5] solve iteration 99, LB=-3520, UB=0
782.92/785.16	c [370.88] solve iteration 100, LB=-3520, UB=0
782.92/785.16	c [381.85] solve iteration 101, LB=-3520, UB=0
782.92/785.16	c [386.98] solve iteration 102, LB=-3520, UB=0
782.92/785.16	c [390.87] solve iteration 103, LB=-3520, UB=0
782.92/785.16	c [396.23] solve iteration 104, LB=-3520, UB=0
782.92/785.16	c [403.97] solve iteration 105, LB=-3520, UB=0
782.92/785.16	c [413.99] solve iteration 106, LB=-3520, UB=0
782.92/785.16	c [417.07] solve iteration 107, LB=-3520, UB=0
782.92/785.16	c [426.65] solve iteration 108, LB=-3520, UB=0
782.92/785.16	c [436.78] solve iteration 109, LB=-3520, UB=0
782.92/785.16	c [441.41] solve iteration 110, LB=-3520, UB=0
782.92/785.16	c [447.76] solve iteration 111, LB=-3520, UB=0
782.92/785.16	c [464.15] solve iteration 112, LB=-3520, UB=0
782.92/785.16	c [467.49] solve iteration 113, LB=-3520, UB=0
782.92/785.16	c [473.13] solve iteration 114, LB=-3520, UB=0
782.92/785.16	c [474.65] solve iteration 115, LB=-3520, UB=0
782.92/785.16	c [482.17] solve iteration 116, LB=-3520, UB=0
782.92/785.16	c [488.5] solve iteration 117, LB=-3520, UB=0
782.92/785.16	c [493.69] solve iteration 118, LB=-3520, UB=0
782.92/785.16	c [501.81] solve iteration 119, LB=-3520, UB=0
782.92/785.16	c [503.57] solve iteration 120, LB=-3520, UB=0
782.92/785.16	c [511.64] solve iteration 121, LB=-3520, UB=0
782.92/785.16	c [518.93] solve iteration 122, LB=-3520, UB=0
782.92/785.16	c [530.85] solve iteration 123, LB=-3520, UB=0
782.92/785.16	c [534.81] solve iteration 124, LB=-3520, UB=0
782.92/785.16	c [539.34] solve iteration 125, LB=-3520, UB=0
782.92/785.16	c [540.89] solve iteration 126, LB=-3520, UB=0
782.92/785.16	c [547.5] solve iteration 127, LB=-3520, UB=0
782.92/785.16	c [550.93] solve iteration 128, LB=-3520, UB=0
782.92/785.16	c [552.06] solve iteration 129, LB=-3520, UB=0
782.92/785.16	c [556.58] solve iteration 130, LB=-3520, UB=0
782.92/785.16	c [557.77] solve iteration 131, LB=-3520, UB=0
782.92/785.16	c [563.27] solve iteration 132, LB=-3520, UB=0
782.92/785.16	c [569.65] solve iteration 133, LB=-3520, UB=0
782.92/785.16	c [571.26] solve iteration 134, LB=-3520, UB=0
782.92/785.16	c [575.78] solve iteration 135, LB=-3520, UB=0
782.92/785.16	c [577.57] solve iteration 136, LB=-3520, UB=0
782.92/785.16	c [579.42] solve iteration 137, LB=-3520, UB=0
782.92/785.16	c [582.17] solve iteration 138, LB=-3520, UB=0
782.92/785.16	c [585.3] solve iteration 139, LB=-3520, UB=0
782.92/785.16	c [588.86] solve iteration 140, LB=-3520, UB=0
782.92/785.16	c [594.22] solve iteration 141, LB=-3520, UB=0
782.92/785.16	c [597.49] solve iteration 142, LB=-3520, UB=0
782.92/785.16	c [601.96] solve iteration 143, LB=-3520, UB=0
782.92/785.16	c [603.01] solve iteration 144, LB=-3520, UB=0
782.92/785.16	c [603.84] solve iteration 145, LB=-3520, UB=0
782.92/785.16	c [608] solve iteration 146, LB=-3520, UB=0
782.92/785.16	c [610.14] solve iteration 147, LB=-3520, UB=0
782.92/785.16	c [616.13] solve iteration 148, LB=-3520, UB=0
782.92/785.16	c [617.15] solve iteration 149, LB=-3520, UB=0
782.92/785.16	c [622.66] solve iteration 150, LB=-3520, UB=0
782.92/785.16	c [624.69] solve iteration 151, LB=-3520, UB=0
782.92/785.16	c [628.71] solve iteration 152, LB=-3520, UB=0
782.92/785.16	c [637.68] solve iteration 153, LB=-3520, UB=0
782.92/785.16	c [640.67] solve iteration 154, LB=-3520, UB=0
782.92/785.16	c [641.9] solve iteration 155, LB=-3520, UB=0
782.92/785.16	c [645.44] solve iteration 156, LB=-3520, UB=0
782.92/785.16	c [651.59] solve iteration 157, LB=-3520, UB=0
782.92/785.16	c [658.99] solve iteration 158, LB=-3520, UB=0
782.92/785.16	c [663.33] solve iteration 159, LB=-3520, UB=0
782.92/785.16	c [668.49] solve iteration 160, LB=-3520, UB=0
782.92/785.16	c [669.49] solve iteration 161, LB=-3520, UB=0
782.92/785.16	c [671] solve iteration 162, LB=-3520, UB=0
782.92/785.16	c [678.46] solve iteration 163, LB=-3520, UB=0
782.92/785.16	c [684.22] solve iteration 164, LB=-3520, UB=0
782.92/785.16	c [692.08] solve iteration 165, LB=-3520, UB=0
782.92/785.16	c [700.72] solve iteration 166, LB=-3520, UB=0
782.92/785.16	c [706.9] solve iteration 167, LB=-3520, UB=0
782.92/785.16	c [714.11] solve iteration 168, LB=-3520, UB=0
782.92/785.16	c [716.44] solve iteration 169, LB=-3520, UB=0
782.92/785.16	c [719.44] solve iteration 170, LB=-3520, UB=0
782.92/785.16	c [724.33] solve iteration 171, LB=-3520, UB=0
782.92/785.16	c [730.61] solve iteration 172, LB=-3520, UB=0
782.92/785.16	c [739.16] solve iteration 173, LB=-3520, UB=0
782.92/785.16	c [742.41] solve iteration 174, LB=-3520, UB=0
782.92/785.16	c [751.2] solve iteration 175, LB=-3520, UB=0
782.92/785.16	c [762.85] solve iteration 176, LB=-3520, UB=0
782.92/785.16	c [780.61] solve iteration 177, LB=-3520, UB=0
843.04/845.42	c [794.64] solve iteration 178, LB=-3520, UB=0
843.04/845.42	c [814.42] solve iteration 179, LB=-3520, UB=0
843.04/845.42	c [831.73] solve iteration 180, LB=-3520, UB=0
843.04/845.42	c [840.4] solve iteration 181, LB=-3520, UB=0
979.35/982.15	c [859.01] solve iteration 182, LB=-3520, UB=0
979.35/982.15	c [878.63] solve iteration 183, LB=-3520, UB=0
979.35/982.15	c [897.51] solve iteration 184, LB=-3520, UB=0
979.35/982.15	c [911.01] solve iteration 185, LB=-3520, UB=0
979.35/982.15	c [922.13] solve iteration 186, LB=-3520, UB=0
979.35/982.15	c [930.08] solve iteration 187, LB=-3520, UB=0
979.35/982.15	c [942.67] solve iteration 188, LB=-3520, UB=0
979.35/982.15	c [953.85] solve iteration 189, LB=-3520, UB=0
979.35/982.15	c [969.34] solve iteration 190, LB=-3520, UB=0
979.35/982.15	c [973.6] solve iteration 191, LB=-3520, UB=0
979.35/982.15	c [976.5] solve iteration 192, LB=-3520, UB=0
1010.84/1013.73	c [990.35] solve iteration 193, LB=-3520, UB=0
1010.84/1013.73	c [993.07] solve iteration 194, LB=-3520, UB=0
1010.84/1013.73	c [1007.91] solve iteration 195, LB=-3520, UB=0
1161.04/1164.36	c [1011.53] solve iteration 196, LB=-3520, UB=0
1161.04/1164.36	c [1025.7] solve iteration 197, LB=-3520, UB=0
1161.04/1164.36	c [1034.81] solve iteration 198, LB=-3520, UB=0
1161.04/1164.36	c [1043.57] solve iteration 199, LB=-3520, UB=0
1161.04/1164.36	c [1054.25] solve iteration 200, LB=-3520, UB=0
1161.04/1164.36	c [1056] solve iteration 201, LB=-3520, UB=0
1161.04/1164.36	c [1064.99] solve iteration 202, LB=-3520, UB=0
1161.04/1164.36	c [1073.1] solve iteration 203, LB=-3520, UB=0
1161.04/1164.36	c [1085.74] solve iteration 204, LB=-3520, UB=0
1161.04/1164.36	c [1094.91] solve iteration 205, LB=-3520, UB=0
1161.04/1164.36	c [1103.81] solve iteration 206, LB=-3520, UB=0
1161.04/1164.36	c [1118.29] solve iteration 207, LB=-3520, UB=0
1161.04/1164.36	c [1126.52] solve iteration 208, LB=-3520, UB=0
1161.04/1164.36	c [1133.28] solve iteration 209, LB=-3520, UB=0
1161.04/1164.36	c [1145.45] solve iteration 210, LB=-3520, UB=0
1161.04/1164.36	c [1150.2] solve iteration 211, LB=-3520, UB=0
1161.04/1164.36	c [1157.88] solve iteration 212, LB=-3520, UB=0
1211.92/1215.37	c [1170.89] solve iteration 213, LB=-3520, UB=0
1211.92/1215.37	c [1175.29] solve iteration 214, LB=-3520, UB=0
1211.92/1215.37	c [1182.6] solve iteration 215, LB=-3520, UB=0
1211.92/1215.37	c [1191.2] solve iteration 216, LB=-3520, UB=0
1211.92/1215.37	c [1199.54] solve iteration 217, LB=-3520, UB=0
1211.92/1215.37	c [1208.66] solve iteration 218, LB=-3520, UB=0
1234.66/1238.14	c [1212.24] solve iteration 219, LB=-3520, UB=0
1234.66/1238.14	c [1217.79] solve iteration 220, LB=-3520, UB=0
1234.66/1238.14	c [1223.27] solve iteration 221, LB=-3520, UB=0
1234.66/1238.14	c [1231.31] solve iteration 222, LB=-3520, UB=0
1263.68/1267.26	c [1245.43] solve iteration 223, LB=-3520, UB=0
1263.68/1267.26	c [1250] solve iteration 224, LB=-3520, UB=0
1263.68/1267.26	c [1252.36] solve iteration 225, LB=-3520, UB=0
1263.68/1267.26	c [1260.3] solve iteration 226, LB=-3520, UB=0
1291.71/1295.39	c [1267.08] solve iteration 227, LB=-3520, UB=0
1291.71/1295.39	c [1277.67] solve iteration 228, LB=-3520, UB=0
1291.71/1295.39	c [1288.3] solve iteration 229, LB=-3520, UB=0
1335.49/1339.23	c [1296.91] solve iteration 230, LB=-3520, UB=0
1335.49/1339.23	c [1307.73] solve iteration 231, LB=-3520, UB=0
1335.49/1339.23	c [1312] solve iteration 232, LB=-3520, UB=0
1335.49/1339.23	c [1331.93] solve iteration 233, LB=-3520, UB=0
1350.85/1354.65	c [1336.13] solve iteration 234, LB=-3520, UB=0
1350.85/1354.65	c [1347.29] solve iteration 235, LB=-3520, UB=0
1420.67/1424.62	c [1357.81] solve iteration 236, LB=-3520, UB=0
1420.67/1424.62	c [1366.5] solve iteration 237, LB=-3520, UB=0
1420.67/1424.62	c [1384.74] solve iteration 238, LB=-3520, UB=0
1420.67/1424.62	c [1394.4] solve iteration 239, LB=-3520, UB=0
1420.67/1424.62	c [1403.8] solve iteration 240, LB=-3520, UB=0
1420.67/1424.62	c [1416.98] solve iteration 241, LB=-3520, UB=0
1641.69/1646.26	c [1429.11] solve iteration 242, LB=-3520, UB=0
1641.69/1646.26	c [1441.55] solve iteration 243, LB=-3520, UB=0
1641.69/1646.26	c [1445.41] solve iteration 244, LB=-3520, UB=0
1641.69/1646.26	c [1459.73] solve iteration 245, LB=-3520, UB=0
1641.69/1646.26	c [1462.77] solve iteration 246, LB=-3520, UB=0
1641.69/1646.26	c [1480.16] solve iteration 247, LB=-3520, UB=0
1641.69/1646.26	c [1508.28] solve iteration 248, LB=-3520, UB=0
1641.69/1646.26	c [1526.62] solve iteration 249, LB=-3520, UB=0
1641.69/1646.26	c [1536.4] solve iteration 250, LB=-3520, UB=0
1641.69/1646.26	c [1555.62] solve iteration 251, LB=-3520, UB=0
1641.69/1646.26	c [1578.17] solve iteration 252, LB=-3520, UB=0
1641.69/1646.26	c [1615.48] solve iteration 253, LB=-3520, UB=0
1641.69/1646.26	c [1619.98] solve iteration 254, LB=-3520, UB=0
1641.69/1646.26	c [1637.76] solve iteration 255, LB=-3520, UB=0
1793.59/1798.55	c [1651.49] solve iteration 256, LB=-3520, UB=0
1793.59/1798.55	c [1672.07] solve iteration 257, LB=-3520, UB=0
1793.59/1798.55	c [1709.97] solve iteration 258, LB=-3520, UB=0
1793.59/1798.55	c [1717.63] solve iteration 259, LB=-3520, UB=0
1793.59/1798.55	c [1725.63] solve iteration 260, LB=-3520, UB=0
1793.59/1798.55	c [1730.31] solve iteration 261, LB=-3520, UB=0
1793.59/1798.55	c [1732.9] solve iteration 262, LB=-3520, UB=0
1793.59/1798.55	c [1767.59] solve iteration 263, LB=-3520, UB=0
1793.59/1798.55	c [1789.48] solve iteration 264, LB=-3520, UB=0
1817.05/1822.03	c [1812.87] solve iteration 265, LB=-3520, UB=0
1842.98/1848.08	c [1838.84] solve iteration 266, LB=-3520, UB=0
1847.25/1852.34	c [1843.07] solve iteration 267, LB=-3520, UB=0
1870.01/1875.14	c [1865.75] solve iteration 268, LB=-3520, UB=0
1903.41/1908.67	c [1881.78] solve iteration 269, LB=-3520, UB=0
1903.41/1908.67	c [1899.17] solve iteration 270, LB=-3520, UB=0
1961.25/1966.68	c [1919.2] solve iteration 271, LB=-3520, UB=0
1961.25/1966.68	c [1932.96] solve iteration 272, LB=-3520, UB=0
1961.25/1966.68	c [1956.94] solve iteration 273, LB=-3520, UB=0
1967.65/1973.06	c [1963.3] solve iteration 274, LB=-3520, UB=0
2060.69/2066.33	c [1976.41] solve iteration 275, LB=-3520, UB=0
2060.69/2066.33	c [1997.86] solve iteration 276, LB=-3520, UB=0
2060.69/2066.33	c [2019.61] solve iteration 277, LB=-3520, UB=0
2060.69/2066.33	c [2056.21] solve iteration 278, LB=-3520, UB=0
2064.69/2070.34	c [2060.2] solve iteration 279, LB=-3520, UB=0
2074.96/2080.68	c [2063.63] solve iteration 280, LB=-3520, UB=0
2074.96/2080.68	c [2070.49] solve iteration 281, LB=-3520, UB=0
2078.74/2084.47	c [2074.27] solve iteration 282, LB=-3520, UB=0
2120.73/2126.53	c [2107.22] solve iteration 283, LB=-3520, UB=0
2120.73/2126.53	c [2116.11] solve iteration 284, LB=-3520, UB=0
2132.90/2138.79	c [2128.34] solve iteration 285, LB=-3520, UB=0
2170.79/2176.74	c [2132.72] solve iteration 286, LB=-3520, UB=0
2170.79/2176.74	c [2144.94] solve iteration 287, LB=-3520, UB=0
2170.79/2176.74	c [2166.08] solve iteration 288, LB=-3520, UB=0
2190.35/2196.39	c [2185.65] solve iteration 289, LB=-3520, UB=0
2203.40/2209.49	c [2198.7] solve iteration 290, LB=-3520, UB=0
2256.44/2262.69	c [2212.77] solve iteration 291, LB=-3520, UB=0
2256.44/2262.69	c [2218.82] solve iteration 292, LB=-3520, UB=0
2256.44/2262.69	c [2251.63] solve iteration 293, LB=-3520, UB=0
2267.31/2273.52	c [2262.41] solve iteration 294, LB=-3520, UB=0
2285.76/2292.10	c [2272.99] solve iteration 295, LB=-3520, UB=0
2285.76/2292.10	c [2280.89] solve iteration 296, LB=-3520, UB=0
2300.82/2307.13	c [2290.55] solve iteration 297, LB=-3520, UB=0
2300.82/2307.13	c [2296.2] LB=UB after SIS
2300.82/2307.13	c [2296.2] instance solved in 2296.2s (optimization: 32.66s, core-extraction: 1956.69s, SIS: 287.03s), 297 iterations, LB=0, UB=0, 
2300.82/2307.13	d ITERATIONS 297
2300.82/2307.13	d SIS 59
2300.82/2307.13	d SIS_SAT 0
2300.82/2307.13	d SIS_UNSAT 1
2300.82/2307.13	d SIS_OUT_OF_BUDGET 58
2300.82/2307.13	d CORES_EXTRACTED 27265
2300.82/2307.13	d CORES_IN_OPTIMIZER 2983
2300.82/2307.13	d CLAUSAL_CORES_IN_OPTIMIZER 2930
2300.82/2307.13	d CARDINALITY_CORES_IN_OPTIMIZER 0
2300.82/2307.13	d PB_CORES_IN_OPTIMIZER 53
2300.82/2307.13	d TIME_EXTRACT_CORES 1956.690000
2300.82/2307.13	d TIME_OPTIMIZE 32.660000
2300.82/2307.13	d TIME_SIS 287.030000
2300.82/2307.13	c solve_time: 2296.200000
2300.82/2307.13	s OPTIMUM FOUND
2300.82/2307.13	o 0
2300.82/2307.13	v -x17 -x1 -x9 -x257 -x401 -x81 -x321 -x385 -x25 -x2 -x18 -x10 -x265 -x145 -x258 -x402 -x89 -x82 -x329 -x201 -x322 -x386 -x33 x3 -x26 -x19 x11 -x273 -x152 -x266 -x146 -x259 -x403 -x97 -x90 -x83 -x337 -x208 -x330 -x202 -x323 -x387 -x41 -x4 -x34 -x27 -x20 x12 -x281 -x159 -x274 -x153 -x267 -x147 -x260 -x404 -x105 -x98 -x91 -x84 -x345 -x215 -x338 -x209 -x331 -x203 -x324 -x388 -x49 x5 -x42 x35 -x28 -x21 -x13 -x289 -x166 -x282 -x160 x275 -x154 x268 -x148 x261 x405 -x113 -x106 x99 -x92 -x85 -x353 -x222 -x346 -x216 x339 -x210 x332 -x204 x325 x389 -x57 x6 -x50 -x43 x36 -x29 -x22 -x14 -x297 -x173 -x290 -x167 -x283 -x161 x276 -x155 x269 -x149 x262 x406 -x121 -x114 x107 -x100 -x93 -x86 -x361 -x229 -x354 -x223 x347 -x217 x340 -x211 x333 -x205 x326 x390 -x65 x7 -x58 x51 -x44 -x37 -x30 -x23 x15 -x305 -x180 -x298 -x174 x291 -x168 x284 -x162 x277 -x156 x270 -x150 x263 x407 -x129 -x122 -x115 -x108 x101 -x94 -x87 -x369 -x236 -x362 -x230 -x355 -x224 -x348 -x218 x341 -x212 x334 -x206 x327 x391 -x73 x8 -x66 x59 x52 -x45 -x38 -x31 -x24 x16 -x313 -x187 -x306 -x181 x299 x175 -x292 -x169 -x285 -x163 -x278 -x157 -x271 -x151 -x264 -x408 -x137 -x130 -x123 -x116 x109 x102 -x95 -x88 -x377 -x243 -x370 -x237 -x363 -x231 -x356 -x225 x349 x219 -x342 -x213 -x335 -x207 -x328 -x392 -x74 x67 x60 -x53 -x46 x39 -x32 -x194 -x314 -x188 x307 x182 x300 -x176 x293 -x170 x286 x164 -x279 -x158 -x272 -x409 -x138 x131 -x124 -x117 x110 x103 -x96 -x250 -x378 -x244 x371 -x238 x364 -x232 x357 x226 x350 x220 -x343 -x214 -x336 -x393 x75 x68 -x61 -x54 -x47 x40 -x195 x315 x189 x308 -x183 x301 -x177 x294 x171 -x287 -x165 x280 x410 x139 -x132 -x125 -x118 x111 x104 -x251 x379 -x245 x372 -x239 x365 x233 -x358 x227 -x351 -x221 x344 x394 x76 -x69 -x62 x55 -x48 x196 -x316 -x190 -x309 -x184 -x302 x178 -x295 -x172 -x288 -x411 -x140 x133 -x126 -x119 x112 -x252 -x380 -x246 x373 x240 -x366 -x234 x359 x228 -x352 -x395 -x77 -x70 x63 x56 -x197 x317 -x191 x310 x185 x303 x179 -x296 -x412 x141 x134 -x127 -x120 -x253 x381 x247 x374 -x241 x367 x235 -x360 -x396 -x78 x71 x64 -x198 -x318 x192 -x311 x186 -x304 -x413 x142 x135 -x128 x254 -x382 -x248 x375 x242 -x368 -x397 x79 x72 x199 -x319 x193 -x312 -x414 x143 x136 x255 -x383 x249 -x376 -x398 x80 x200 x320 x415 x144 x256 x384 x399 x416 x400 

Verifier Data

OK	0

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62602 MiB free)
  memory of node 1: 64507 MiB (62034 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519086-1751531336/watcher-4519086-1751531336 -o /tmp/evaluation-result-4519086-1751531336/solver-4519086-1751531336 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751530082-72190 --watchdog 3760 ./ipbhs_scip HOME/instance-4519086-1751531336.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=74020, runsolver pid=74017

[startup+0.100067 s]*
/proc/loadavg: 4.13 4.09 3.73 5/252 74021
/proc/meminfo: memFree=127627968/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=47496 memory=20352 CPUtime=0.09 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 1862 0 0 0 8 1 0 0 20 0 1 0 68813384 48635904 5088 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 11874 5088 3552 2790 0 5299 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47496 KiB
Current children cumulated memory: 20352 KiB

[startup+0.210713 s]*
/proc/loadavg: 4.13 4.09 3.73 5/252 74021
/proc/meminfo: memFree=127627968/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=47496 memory=20480 CPUtime=0.2 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 1914 0 0 0 18 2 0 0 20 0 1 0 68813384 48635904 5120 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 11874 5120 3552 2790 0 5299 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 47496 KiB
Current children cumulated memory: 20480 KiB

[startup+0.30893 s]*
/proc/loadavg: 4.13 4.09 3.73 5/252 74021
/proc/meminfo: memFree=127627968/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=47496 memory=20736 CPUtime=0.3 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 1953 0 0 0 28 2 0 0 20 0 1 0 68813384 48635904 5184 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 11874 5184 3552 2790 0 5299 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 47496 KiB
Current children cumulated memory: 20736 KiB

[startup+0.700241 s]
/proc/loadavg: 4.13 4.09 3.73 6/252 74021
/proc/meminfo: memFree=127627968/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=47496 memory=23164 CPUtime=0.68 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 2055 0 0 0 66 2 0 0 20 0 1 0 68813384 48635904 5791 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 11874 5791 3552 2790 0 5299 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 47496 KiB
Current children cumulated memory: 23164 KiB

[startup+1.50025 s]
/proc/loadavg: 4.13 4.09 3.73 5/252 74021
/proc/meminfo: memFree=127627968/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=47496 memory=23548 CPUtime=1.47 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 2155 0 0 0 144 3 0 0 20 0 1 0 68813384 48635904 5887 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 11874 5887 3552 2790 0 5299 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 47496 KiB
Current children cumulated memory: 23548 KiB

[startup+3.11271 s]
/proc/loadavg: 4.13 4.09 3.73 5/252 74021
/proc/meminfo: memFree=127653856/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=50080 memory=26104 CPUtime=3.08 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 2781 0 0 0 303 5 0 0 20 0 1 0 68813384 51281920 6526 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 12520 6526 3712 2790 0 5945 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 50080 KiB
Current children cumulated memory: 26104 KiB

[startup+6.30025 s]
/proc/loadavg: 4.20 4.10 3.74 5/252 74021
/proc/meminfo: memFree=127671100/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=55344 memory=31736 CPUtime=6.27 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 5899 0 0 0 618 9 0 0 20 0 1 0 68813384 56672256 7934 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 13836 7934 3712 2790 0 7261 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 55344 KiB
Current children cumulated memory: 31736 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.10 3.74 5/252 74021
/proc/meminfo: memFree=127726960/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=55344 memory=31736 CPUtime=12.65 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 5916 0 0 0 1252 13 0 0 20 0 1 0 68813384 56672256 7934 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 13836 7934 3712 2790 0 7261 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 55344 KiB
Current children cumulated memory: 31736 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.10 3.74 5/252 74021
/proc/meminfo: memFree=127807856/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=61804 memory=38648 CPUtime=25.42 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 7614 0 0 0 2519 23 0 0 20 0 1 0 68813384 63287296 9662 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 15451 9662 3744 2790 0 8876 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 61804 KiB
Current children cumulated memory: 38648 KiB

[startup+51.1129 s]
/proc/loadavg: 4.17 4.10 3.76 5/252 74022
/proc/meminfo: memFree=127646336/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=61804 memory=39928 CPUtime=50.96 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 7931 0 0 0 5060 36 0 0 20 0 1 0 68813384 63287296 9982 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 15451 9982 3744 2790 0 8876 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 61804 KiB
Current children cumulated memory: 39928 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.10 3.78 5/252 74024
/proc/meminfo: memFree=127646640/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=96192 memory=75336 CPUtime=102.02 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 21166 0 0 0 10138 64 0 0 20 0 1 0 68813384 98500608 18834 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 24048 18834 3744 2790 0 17473 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 96192 KiB
Current children cumulated memory: 75336 KiB

[startup+162.3 s]
/proc/loadavg: 4.70 4.27 3.86 5/252 74031
/proc/meminfo: memFree=127621660/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=107812 memory=87820 CPUtime=161.85 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 28029 0 0 0 16092 93 0 0 20 0 1 0 68813384 110399488 21955 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 26953 21955 3744 2790 0 20378 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 107812 KiB
Current children cumulated memory: 87820 KiB

[startup+222.3 s]
/proc/loadavg: 4.41 4.26 3.88 5/250 74033
/proc/meminfo: memFree=127585400/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=128692 memory=102028 CPUtime=221.68 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 32385 0 0 0 22057 111 0 0 20 0 1 0 68813384 131780608 25507 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 32173 25507 3744 2790 0 25598 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 128692 KiB
Current children cumulated memory: 102028 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.21 3.90 5/250 74038
/proc/meminfo: memFree=127607244/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=133992 memory=111340 CPUtime=281.52 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 36886 0 0 0 28029 123 0 0 20 0 1 0 68813384 137207808 27835 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 33498 27835 3744 2790 0 26923 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 133992 KiB
Current children cumulated memory: 111340 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.19 3.91 5/250 74040
/proc/meminfo: memFree=127554796/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=136380 memory=115956 CPUtime=341.35 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 37906 0 0 0 34001 134 0 0 20 0 1 0 68813384 139653120 28989 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 34095 28989 3744 2790 0 27520 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 136380 KiB
Current children cumulated memory: 115956 KiB

[startup+402.3 s]
/proc/loadavg: 4.19 4.20 3.93 5/250 74042
/proc/meminfo: memFree=127550124/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=152472 memory=121672 CPUtime=401.17 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 40033 0 0 0 39973 144 0 0 20 0 1 0 68813384 156131328 30418 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 38118 30418 3744 2790 0 31543 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 152472 KiB
Current children cumulated memory: 121672 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.17 3.94 5/250 74044
/proc/meminfo: memFree=127518852/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=153496 memory=122896 CPUtime=461.01 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 42065 0 0 0 45946 155 0 0 20 0 1 0 68813384 157179904 30724 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 38374 30724 3744 2790 0 31799 0
Current children cumulated CPU time: 461.01 s

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

/proc/loadavg: 4.12 4.12 4.09 5/250 74125
/proc/meminfo: memFree=127126452/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=199476 memory=179100 CPUtime=1956.97 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 85369 0 0 0 195291 406 0 0 20 0 1 0 68813384 204263424 44775 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 49869 44775 3744 2790 0 43294 0
Current children cumulated CPU time: 1956.97 s
Current children cumulated vsize: 199476 KiB
Current children cumulated memory: 179100 KiB

[startup+2022.3 s]
/proc/loadavg: 4.17 4.13 4.09 5/251 74128
/proc/meminfo: memFree=127117412/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=199608 memory=179228 CPUtime=2016.81 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 85407 0 0 0 201269 412 0 0 20 0 1 0 68813384 204398592 44807 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 49902 44807 3744 2790 0 43327 0
Current children cumulated CPU time: 2016.81 s
Current children cumulated vsize: 199608 KiB
Current children cumulated memory: 179228 KiB

[startup+2082.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/251 74132
/proc/meminfo: memFree=127133080/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=200652 memory=180252 CPUtime=2076.65 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 85662 0 0 0 207243 422 0 0 20 0 1 0 68813384 205467648 45063 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50163 45063 3744 2790 0 43588 0
Current children cumulated CPU time: 2076.65 s
Current children cumulated vsize: 200652 KiB
Current children cumulated memory: 180252 KiB

[startup+2142.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/251 74134
/proc/meminfo: memFree=127121884/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=200652 memory=180252 CPUtime=2136.5 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 85669 0 0 0 213216 434 0 0 20 0 1 0 68813384 205467648 45063 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50163 45063 3744 2790 0 43588 0
Current children cumulated CPU time: 2136.5 s
Current children cumulated vsize: 200652 KiB
Current children cumulated memory: 180252 KiB

[startup+2202.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/251 74136
/proc/meminfo: memFree=127115976/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=201868 memory=181276 CPUtime=2196.33 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 85934 0 0 0 219188 445 0 0 20 0 1 0 68813384 206712832 45319 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50467 45319 3744 2790 0 43892 0
Current children cumulated CPU time: 2196.33 s
Current children cumulated vsize: 201868 KiB
Current children cumulated memory: 181276 KiB

[startup+2262.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/251 74138
/proc/meminfo: memFree=127123684/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=202204 memory=181916 CPUtime=2256.14 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 86081 0 0 0 225158 456 0 0 20 0 1 0 68813384 207056896 45479 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50551 45479 3744 2790 0 43976 0
Current children cumulated CPU time: 2256.14 s
Current children cumulated vsize: 202204 KiB
Current children cumulated memory: 181916 KiB

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

# cumulated CPU time of all completed processes:  user=2296.21 s, system=4.64532 s

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

[startup+2278.4 s]
/proc/loadavg: 4.08 4.11 4.09 5/251 74138
/proc/meminfo: memFree=127124188/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=202508 memory=181916 CPUtime=2272.2 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 86090 0 0 0 226761 459 0 0 20 0 1 0 68813384 207368192 45479 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50627 45479 3744 2790 0 44052 0
Current children cumulated CPU time: 2272.2 s
Current children cumulated vsize: 202508 KiB
Current children cumulated memory: 181916 KiB

[startup+2291.2 s]
/proc/loadavg: 4.13 4.12 4.09 5/251 74139
/proc/meminfo: memFree=127116420/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=202508 memory=181916 CPUtime=2284.95 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 86099 0 0 0 228035 460 0 0 20 0 1 0 68813384 207368192 45479 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50627 45479 3744 2790 0 44052 0
Current children cumulated CPU time: 2284.95 s
Current children cumulated vsize: 202508 KiB
Current children cumulated memory: 181916 KiB

[startup+2297.6 s]
/proc/loadavg: 4.12 4.11 4.09 5/251 74139
/proc/meminfo: memFree=127116672/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=202508 memory=181916 CPUtime=2291.33 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 86100 0 0 0 228671 462 0 0 20 0 1 0 68813384 207368192 45479 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50627 45479 3744 2790 0 44052 0
Current children cumulated CPU time: 2291.33 s
Current children cumulated vsize: 202508 KiB
Current children cumulated memory: 181916 KiB

[startup+2304 s]*
/proc/loadavg: 4.11 4.11 4.09 5/251 74140
/proc/meminfo: memFree=127115412/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=203272 memory=182940 CPUtime=2297.73 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 86345 0 0 0 229310 463 0 0 20 0 1 0 68813384 208150528 45735 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50818 45735 3744 2790 0 44243 0
Current children cumulated CPU time: 2297.73 s
Current children cumulated vsize: 203272 KiB
Current children cumulated memory: 182940 KiB

[startup+2305.6 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 74140
/proc/meminfo: memFree=127115436/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=203272 memory=182940 CPUtime=2299.31 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 86345 0 0 0 229468 463 0 0 20 0 1 0 68813384 208150528 45735 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50818 45735 3744 2790 0 44243 0
Current children cumulated CPU time: 2299.31 s
Current children cumulated vsize: 203272 KiB
Current children cumulated memory: 182940 KiB

[startup+2306.4 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 74140
/proc/meminfo: memFree=127115688/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=203272 memory=182940 CPUtime=2300.1 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 86345 0 0 0 229547 463 0 0 20 0 1 0 68813384 208150528 45735 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50818 45735 3744 2790 0 44243 0
Current children cumulated CPU time: 2300.1 s
Current children cumulated vsize: 203272 KiB
Current children cumulated memory: 182940 KiB

[startup+2306.8 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 74140
/proc/meminfo: memFree=127115688/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=203272 memory=182940 CPUtime=2300.5 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 86345 0 0 0 229587 463 0 0 20 0 1 0 68813384 208150528 45735 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50818 45735 3744 2790 0 44243 0
Current children cumulated CPU time: 2300.5 s
Current children cumulated vsize: 203272 KiB
Current children cumulated memory: 182940 KiB

[startup+2307 s]*
/proc/loadavg: 4.10 4.11 4.09 5/251 74140
/proc/meminfo: memFree=127115688/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=203272 memory=182940 CPUtime=2300.72 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 86345 0 0 0 229608 464 0 0 20 0 1 0 68813384 208150528 45735 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50818 45735 3744 2790 0 44243 0
Current children cumulated CPU time: 2300.72 s
Current children cumulated vsize: 203272 KiB
Current children cumulated memory: 182940 KiB

[startup+2307.11 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 74140
/proc/meminfo: memFree=127115688/131382112 swapFree=33010416/33010684
[pid=74020] ppid=74017 vsize=203272 memory=182940 CPUtime=2300.82 cores=1,3
/proc/74020/stat : 74020 (ipbhs_scip) R 74017 74020 72178 0 -1 4194304 86345 0 0 0 229618 464 0 0 20 0 1 0 68813384 208150528 45735 18446744073709551615 94581686898688 94581698325085 140724416802896 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94581700460760 94581700505778 94581733720064 140724416809362 140724416809481 140724416809481 140724416815083 0
/proc/74020/statm: 50818 45735 3744 2790 0 44243 0
Current children cumulated CPU time: 2300.82 s
Current children cumulated vsize: 203272 KiB
Current children cumulated memory: 182940 KiB

Child status: 0

Real time (s): 2307.14
CPU time (s): 2300.86
CPU user time (s): 2296.21
CPU system time (s): 4.64532
CPU usage (%): 99.7275
Max. virtual memory (cumulated for all children) (KiB): 203272
Max. memory (cumulated for all children) (KiB): 182940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2296.21
system time used= 4.64532
maximum resident set size= 182940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86350
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= 105
involuntary context switches= 1473


# summary of solver processes directly reported to runsolver:
#   pid: 74020
#   total CPU time (s): 2300.86
#   total CPU user time (s): 2296.21
#   total CPU system time (s): 4.64532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1312 second user time and 20.5785 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-03 10:28:56
IDJOB=4519086
IDBENCH=177149
IDSOLVER=3335
FILE ID=nodeC012/4519086-1751531336
RUNJOBID= nodeC012-1751530082-72190
SLURM_JOB_ID= 9598671
Free space on /tmp= 431656 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_08.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519086-1751531336/watcher-4519086-1751531336 -o /tmp/evaluation-result-4519086-1751531336/solver-4519086-1751531336 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751530082-72190 --watchdog 3760  ./ipbhs_scip HOME/instance-4519086-1751531336.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 682abe62cfc98d0c90b996ee5c2245ad
RANDOM SEED=194576678

nodeC012 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	: 0xb00001f
cpu MHz		: 3662.408
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 pti 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	: 6983.39
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		: 1197.698
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 pti 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	: 6983.39
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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.149
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 pti 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	: 6983.39
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		: 3662.347
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 pti 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	: 6983.39
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		: 3662.161
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 pti 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	: 6983.39
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.850
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 pti 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	: 6983.39
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		: 1197.561
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 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127627968 kB
MemAvailable:   128010532 kB
Buffers:            2136 kB
Cached:          1183784 kB
SwapCached:           16 kB
Active:          2338960 kB
Inactive:         565612 kB
Active(anon):    1729600 kB
Inactive(anon):     6996 kB
Active(file):     609360 kB
Inactive(file):   558616 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69812 kB
Writeback:             4 kB
AnonPages:       1721708 kB
Mapped:           136056 kB
Shmem:             17944 kB
KReclaimable:     108048 kB
Slab:             193084 kB
SReclaimable:     108048 kB
SUnreclaim:        85036 kB
KernelStack:        4064 kB
PageTables:         6508 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2175840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431588 MiB
End job on nodeC012 at 2025-07-03 11:07:24