Trace number 4491475

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 NameAnswerCPU timeWall clock time
SCIP 2025-06-13UNSAT 10.2353 10.2652

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.rf7.ucl.opb
MD5SUM79a7804b43e8049374f004a706247a16
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.109083
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3736
Total number of constraints10457
Number of constraints which are clauses10089
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints368
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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 SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4491475-1751142754.opb>
0.00/0.02	c original problem has 3736 variables (3736 bin, 0 int, 0 cont) and 10457 constraints
0.00/0.02	c problem read in 0.019 seconds
0.00/0.02	c problem without objective
0.00/0.03	c presolving:
0.00/0.05	c (round 1, fast)       23 del vars, 7 del conss, 0 add conss, 1 chg bounds, 184 chg sides, 368 chg coeffs, 0 upgd conss, 0 impls, 6807 clqs
0.00/0.05	c (round 2, fast)       41 del vars, 65 del conss, 0 add conss, 1 chg bounds, 184 chg sides, 368 chg coeffs, 0 upgd conss, 0 impls, 6823 clqs
0.00/0.06	c    (0.1s) running MILP presolver
0.09/0.14	c    (0.1s) MILP presolver (6 rounds): 229 aggregations, 180 fixings, 0 bound changes
0.09/0.15	c (round 3, medium)     450 del vars, 65 del conss, 0 add conss, 1 chg bounds, 184 chg sides, 368 chg coeffs, 0 upgd conss, 0 impls, 5909 clqs
0.09/0.15	c (round 4, fast)       453 del vars, 1139 del conss, 0 add conss, 1 chg bounds, 184 chg sides, 368 chg coeffs, 0 upgd conss, 0 impls, 6050 clqs
0.09/0.16	c (round 5, exhaustive) 453 del vars, 1251 del conss, 0 add conss, 1 chg bounds, 184 chg sides, 368 chg coeffs, 0 upgd conss, 0 impls, 6050 clqs
0.09/0.16	c (round 6, fast)       557 del vars, 1355 del conss, 0 add conss, 1 chg bounds, 184 chg sides, 368 chg coeffs, 0 upgd conss, 0 impls, 5842 clqs
0.09/0.18	c (round 7, exhaustive) 557 del vars, 1355 del conss, 0 add conss, 1 chg bounds, 184 chg sides, 368 chg coeffs, 9102 upgd conss, 0 impls, 5842 clqs
0.09/0.20	c (round 8, exhaustive) 557 del vars, 10021 del conss, 2886 add conss, 1 chg bounds, 184 chg sides, 368 chg coeffs, 9102 upgd conss, 0 impls, 5842 clqs
0.20/0.21	c (round 9, exhaustive) 596 del vars, 10029 del conss, 2894 add conss, 1 chg bounds, 184 chg sides, 368 chg coeffs, 9102 upgd conss, 0 impls, 5759 clqs
0.20/0.21	c (round 10, fast)       618 del vars, 10039 del conss, 2894 add conss, 1 chg bounds, 184 chg sides, 378 chg coeffs, 9102 upgd conss, 0 impls, 5748 clqs
0.20/0.21	c (round 11, exhaustive) 623 del vars, 10068 del conss, 2923 add conss, 1 chg bounds, 184 chg sides, 378 chg coeffs, 9102 upgd conss, 0 impls, 5734 clqs
0.20/0.21	c (round 12, fast)       625 del vars, 10079 del conss, 2923 add conss, 1 chg bounds, 184 chg sides, 378 chg coeffs, 9102 upgd conss, 0 impls, 5741 clqs
0.20/0.21	c (round 13, exhaustive) 625 del vars, 10085 del conss, 2925 add conss, 1 chg bounds, 184 chg sides, 378 chg coeffs, 9102 upgd conss, 0 impls, 5741 clqs
0.20/0.22	c (round 14, exhaustive) 645 del vars, 10108 del conss, 2927 add conss, 1 chg bounds, 184 chg sides, 378 chg coeffs, 9102 upgd conss, 0 impls, 5700 clqs
0.20/0.22	c (round 15, exhaustive) 646 del vars, 10112 del conss, 2929 add conss, 1 chg bounds, 184 chg sides, 378 chg coeffs, 9102 upgd conss, 0 impls, 5697 clqs
0.20/0.23	c (round 16, exhaustive) 649 del vars, 10116 del conss, 2929 add conss, 1 chg bounds, 184 chg sides, 379 chg coeffs, 9102 upgd conss, 0 impls, 5692 clqs
0.20/0.24	c (round 17, exhaustive) 739 del vars, 10117 del conss, 2929 add conss, 1 chg bounds, 184 chg sides, 380 chg coeffs, 9102 upgd conss, 0 impls, 6110 clqs
0.20/0.24	c (round 18, fast)       783 del vars, 10168 del conss, 2929 add conss, 1 chg bounds, 184 chg sides, 423 chg coeffs, 9107 upgd conss, 0 impls, 6060 clqs
0.20/0.24	c (round 19, exhaustive) 785 del vars, 10170 del conss, 2930 add conss, 1 chg bounds, 184 chg sides, 423 chg coeffs, 9107 upgd conss, 0 impls, 6058 clqs
0.20/0.24	c (round 20, fast)       786 del vars, 10172 del conss, 2930 add conss, 1 chg bounds, 184 chg sides, 424 chg coeffs, 9108 upgd conss, 0 impls, 6057 clqs
0.20/0.25	c (round 21, exhaustive) 792 del vars, 10175 del conss, 2933 add conss, 1 chg bounds, 184 chg sides, 424 chg coeffs, 9108 upgd conss, 0 impls, 6045 clqs
0.20/0.25	c (round 22, exhaustive) 792 del vars, 10178 del conss, 2933 add conss, 1 chg bounds, 184 chg sides, 424 chg coeffs, 9108 upgd conss, 0 impls, 6047 clqs
0.20/0.25	c (round 23, exhaustive) 793 del vars, 10186 del conss, 2941 add conss, 1 chg bounds, 184 chg sides, 424 chg coeffs, 9108 upgd conss, 0 impls, 6043 clqs
0.20/0.25	c (round 24, exhaustive) 793 del vars, 10191 del conss, 2942 add conss, 1 chg bounds, 184 chg sides, 424 chg coeffs, 9108 upgd conss, 0 impls, 6045 clqs
0.20/0.27	c (round 25, exhaustive) 836 del vars, 10192 del conss, 2942 add conss, 1 chg bounds, 184 chg sides, 424 chg coeffs, 9108 upgd conss, 0 impls, 11070 clqs
0.20/0.27	c (round 26, fast)       862 del vars, 10219 del conss, 2942 add conss, 1 chg bounds, 184 chg sides, 450 chg coeffs, 9116 upgd conss, 0 impls, 10976 clqs
0.20/0.27	c (round 27, exhaustive) 871 del vars, 10238 del conss, 2961 add conss, 1 chg bounds, 184 chg sides, 450 chg coeffs, 9116 upgd conss, 0 impls, 10935 clqs
0.20/0.27	c (round 28, exhaustive) 871 del vars, 10241 del conss, 2961 add conss, 1 chg bounds, 184 chg sides, 450 chg coeffs, 9116 upgd conss, 0 impls, 10943 clqs
0.20/0.28	c (round 29, exhaustive) 874 del vars, 10255 del conss, 2975 add conss, 1 chg bounds, 184 chg sides, 450 chg coeffs, 9116 upgd conss, 0 impls, 10934 clqs
0.20/0.28	c (round 30, exhaustive) 874 del vars, 10260 del conss, 2978 add conss, 1 chg bounds, 184 chg sides, 450 chg coeffs, 9116 upgd conss, 0 impls, 10938 clqs
0.20/0.30	c (round 31, exhaustive) 920 del vars, 10262 del conss, 2978 add conss, 1 chg bounds, 184 chg sides, 450 chg coeffs, 9116 upgd conss, 0 impls, 13464 clqs
0.20/0.30	c (round 32, fast)       949 del vars, 10303 del conss, 2978 add conss, 1 chg bounds, 184 chg sides, 481 chg coeffs, 9126 upgd conss, 0 impls, 13324 clqs
0.29/0.31	c (round 33, exhaustive) 957 del vars, 10306 del conss, 2981 add conss, 1 chg bounds, 184 chg sides, 481 chg coeffs, 9126 upgd conss, 0 impls, 13304 clqs
0.29/0.31	c (round 34, exhaustive) 958 del vars, 10315 del conss, 2989 add conss, 1 chg bounds, 184 chg sides, 481 chg coeffs, 9126 upgd conss, 0 impls, 13292 clqs
0.29/0.31	c (round 35, exhaustive) 958 del vars, 10318 del conss, 2991 add conss, 1 chg bounds, 184 chg sides, 481 chg coeffs, 9126 upgd conss, 0 impls, 13293 clqs
0.29/0.37	c (round 36, exhaustive) 984 del vars, 10319 del conss, 2991 add conss, 1 chg bounds, 184 chg sides, 481 chg coeffs, 9126 upgd conss, 0 impls, 23072 clqs
0.29/0.37	c (round 37, fast)       997 del vars, 10332 del conss, 2991 add conss, 1 chg bounds, 184 chg sides, 494 chg coeffs, 9134 upgd conss, 0 impls, 22849 clqs
0.29/0.37	c (round 38, medium)     1000 del vars, 10332 del conss, 2991 add conss, 1 chg bounds, 184 chg sides, 494 chg coeffs, 9134 upgd conss, 0 impls, 22818 clqs
0.29/0.37	c (round 39, fast)       1004 del vars, 10334 del conss, 2991 add conss, 1 chg bounds, 184 chg sides, 496 chg coeffs, 9135 upgd conss, 0 impls, 22804 clqs
0.29/0.37	c (round 40, exhaustive) 1010 del vars, 10346 del conss, 3003 add conss, 1 chg bounds, 184 chg sides, 496 chg coeffs, 9135 upgd conss, 0 impls, 22765 clqs
0.29/0.38	c (round 41, exhaustive) 1013 del vars, 10355 del conss, 3009 add conss, 1 chg bounds, 184 chg sides, 496 chg coeffs, 9135 upgd conss, 0 impls, 22710 clqs
0.39/0.42	c (round 42, exhaustive) 1039 del vars, 10357 del conss, 3009 add conss, 1 chg bounds, 184 chg sides, 496 chg coeffs, 9135 upgd conss, 0 impls, 26800 clqs
0.39/0.42	c (round 43, fast)       1055 del vars, 10376 del conss, 3009 add conss, 1 chg bounds, 184 chg sides, 512 chg coeffs, 9141 upgd conss, 0 impls, 26671 clqs
0.39/0.42	c (round 44, exhaustive) 1060 del vars, 10390 del conss, 3022 add conss, 1 chg bounds, 184 chg sides, 512 chg coeffs, 9141 upgd conss, 0 impls, 26589 clqs
0.39/0.43	c (round 45, exhaustive) 1060 del vars, 10397 del conss, 3027 add conss, 1 chg bounds, 184 chg sides, 512 chg coeffs, 9141 upgd conss, 0 impls, 26598 clqs
0.39/0.44	c (round 46, exhaustive) 1120 del vars, 10399 del conss, 3027 add conss, 1 chg bounds, 184 chg sides, 512 chg coeffs, 9141 upgd conss, 0 impls, 26271 clqs
0.39/0.44	c (round 47, fast)       1147 del vars, 10428 del conss, 3027 add conss, 1 chg bounds, 184 chg sides, 539 chg coeffs, 9159 upgd conss, 0 impls, 25984 clqs
0.39/0.44	c (round 48, exhaustive) 1148 del vars, 10435 del conss, 3034 add conss, 1 chg bounds, 184 chg sides, 539 chg coeffs, 9159 upgd conss, 0 impls, 25978 clqs
0.39/0.44	c (round 49, exhaustive) 1148 del vars, 10440 del conss, 3034 add conss, 1 chg bounds, 184 chg sides, 539 chg coeffs, 9159 upgd conss, 0 impls, 25979 clqs
0.39/0.45	c (round 50, exhaustive) 1160 del vars, 10453 del conss, 3035 add conss, 1 chg bounds, 184 chg sides, 539 chg coeffs, 9159 upgd conss, 0 impls, 25828 clqs
0.39/0.47	c (round 51, exhaustive) 1192 del vars, 10454 del conss, 3035 add conss, 1 chg bounds, 184 chg sides, 539 chg coeffs, 9159 upgd conss, 0 impls, 26667 clqs
0.39/0.47	c (round 52, fast)       1204 del vars, 10466 del conss, 3035 add conss, 1 chg bounds, 184 chg sides, 551 chg coeffs, 9169 upgd conss, 0 impls, 26436 clqs
0.39/0.48	c (round 53, exhaustive) 1204 del vars, 10473 del conss, 3042 add conss, 1 chg bounds, 184 chg sides, 551 chg coeffs, 9169 upgd conss, 0 impls, 26439 clqs
0.49/0.59	c (round 54, exhaustive) 1229 del vars, 10473 del conss, 3042 add conss, 1 chg bounds, 184 chg sides, 551 chg coeffs, 9169 upgd conss, 0 impls, 26416 clqs
0.49/0.59	c (round 55, fast)       1238 del vars, 10486 del conss, 3042 add conss, 1 chg bounds, 184 chg sides, 561 chg coeffs, 9174 upgd conss, 0 impls, 26100 clqs
0.49/0.60	c (round 56, exhaustive) 1238 del vars, 10492 del conss, 3048 add conss, 1 chg bounds, 184 chg sides, 561 chg coeffs, 9174 upgd conss, 0 impls, 26103 clqs
0.88/0.90	c (round 57, exhaustive) 1263 del vars, 10492 del conss, 3048 add conss, 1 chg bounds, 184 chg sides, 561 chg coeffs, 9174 upgd conss, 0 impls, 26739 clqs
0.88/0.90	c (round 58, fast)       1263 del vars, 10499 del conss, 3048 add conss, 1 chg bounds, 184 chg sides, 566 chg coeffs, 9180 upgd conss, 0 impls, 26739 clqs
0.88/0.91	c (round 59, exhaustive) 1264 del vars, 10504 del conss, 3053 add conss, 1 chg bounds, 184 chg sides, 566 chg coeffs, 9180 upgd conss, 0 impls, 26730 clqs
0.88/0.91	c (round 60, exhaustive) 1276 del vars, 10517 del conss, 3054 add conss, 1 chg bounds, 184 chg sides, 566 chg coeffs, 9180 upgd conss, 0 impls, 26412 clqs
0.99/1.09	c (round 61, exhaustive) 1301 del vars, 10518 del conss, 3054 add conss, 1 chg bounds, 184 chg sides, 566 chg coeffs, 9180 upgd conss, 0 impls, 26779 clqs
0.99/1.09	c (round 62, fast)       1309 del vars, 10530 del conss, 3054 add conss, 1 chg bounds, 184 chg sides, 578 chg coeffs, 9188 upgd conss, 0 impls, 26722 clqs
0.99/1.10	c (round 63, exhaustive) 1309 del vars, 10540 del conss, 3064 add conss, 1 chg bounds, 184 chg sides, 578 chg coeffs, 9188 upgd conss, 0 impls, 26729 clqs
1.18/1.20	c    (1.2s) probing: 1000/3116 (32.1%) - 324 fixings, 94 aggregations, 266112 implications, 0 bound changes
1.18/1.21	c (round 64, exhaustive) 1334 del vars, 10541 del conss, 3064 add conss, 1 chg bounds, 184 chg sides, 578 chg coeffs, 9188 upgd conss, 0 impls, 26499 clqs
1.18/1.22	c (round 65, fast)       1336 del vars, 10544 del conss, 3064 add conss, 1 chg bounds, 184 chg sides, 581 chg coeffs, 9191 upgd conss, 0 impls, 26421 clqs
1.18/1.22	c (round 66, exhaustive) 1336 del vars, 10570 del conss, 3090 add conss, 1 chg bounds, 184 chg sides, 581 chg coeffs, 9191 upgd conss, 0 impls, 26424 clqs
1.18/1.22	c (round 67, exhaustive) 1336 del vars, 10574 del conss, 3090 add conss, 1 chg bounds, 184 chg sides, 581 chg coeffs, 9191 upgd conss, 0 impls, 26433 clqs
1.28/1.37	c (round 68, exhaustive) 1362 del vars, 10574 del conss, 3090 add conss, 1 chg bounds, 184 chg sides, 581 chg coeffs, 9191 upgd conss, 0 impls, 26604 clqs
1.28/1.38	c (round 69, fast)       1371 del vars, 10582 del conss, 3090 add conss, 1 chg bounds, 184 chg sides, 589 chg coeffs, 9199 upgd conss, 0 impls, 26421 clqs
1.28/1.38	c (round 70, exhaustive) 1372 del vars, 10591 del conss, 3099 add conss, 1 chg bounds, 184 chg sides, 589 chg coeffs, 9199 upgd conss, 0 impls, 26417 clqs
1.28/1.38	c (round 71, exhaustive) 1372 del vars, 10594 del conss, 3100 add conss, 1 chg bounds, 184 chg sides, 589 chg coeffs, 9199 upgd conss, 0 impls, 26418 clqs
1.38/1.46	c (round 72, exhaustive) 1398 del vars, 10594 del conss, 3100 add conss, 1 chg bounds, 184 chg sides, 589 chg coeffs, 9199 upgd conss, 0 impls, 26605 clqs
1.38/1.47	c (round 73, fast)       1413 del vars, 10611 del conss, 3100 add conss, 1 chg bounds, 184 chg sides, 604 chg coeffs, 9205 upgd conss, 0 impls, 26524 clqs
1.38/1.47	c (round 74, exhaustive) 1415 del vars, 10618 del conss, 3107 add conss, 1 chg bounds, 184 chg sides, 604 chg coeffs, 9205 upgd conss, 0 impls, 26506 clqs
1.38/1.47	c (round 75, exhaustive) 1415 del vars, 10620 del conss, 3109 add conss, 1 chg bounds, 184 chg sides, 604 chg coeffs, 9205 upgd conss, 0 impls, 26509 clqs
1.88/1.92	c (round 76, exhaustive) 1440 del vars, 10622 del conss, 3109 add conss, 1 chg bounds, 184 chg sides, 604 chg coeffs, 9205 upgd conss, 0 impls, 26572 clqs
1.88/1.92	c (round 77, fast)       1450 del vars, 10638 del conss, 3109 add conss, 1 chg bounds, 184 chg sides, 616 chg coeffs, 9218 upgd conss, 0 impls, 26336 clqs
1.88/1.93	c (round 78, exhaustive) 1451 del vars, 10649 del conss, 3120 add conss, 1 chg bounds, 184 chg sides, 616 chg coeffs, 9218 upgd conss, 0 impls, 26337 clqs
1.88/1.93	c (round 79, exhaustive) 1451 del vars, 10653 del conss, 3120 add conss, 1 chg bounds, 184 chg sides, 616 chg coeffs, 9218 upgd conss, 0 impls, 26343 clqs
1.88/1.93	c (round 80, exhaustive) 1452 del vars, 10655 del conss, 3121 add conss, 1 chg bounds, 184 chg sides, 616 chg coeffs, 9218 upgd conss, 0 impls, 26337 clqs
1.98/2.09	c    (2.1s) probing: 2000/3116 (64.2%) - 387 fixings, 121 aggregations, 549118 implications, 0 bound changes
2.28/2.37	c (round 81, exhaustive) 1477 del vars, 10656 del conss, 3121 add conss, 1 chg bounds, 184 chg sides, 616 chg coeffs, 9218 upgd conss, 0 impls, 26366 clqs
2.28/2.38	c (round 82, fast)       1492 del vars, 10681 del conss, 3121 add conss, 1 chg bounds, 184 chg sides, 633 chg coeffs, 9237 upgd conss, 0 impls, 26216 clqs
2.28/2.38	c (round 83, exhaustive) 1492 del vars, 10685 del conss, 3125 add conss, 1 chg bounds, 184 chg sides, 633 chg coeffs, 9237 upgd conss, 0 impls, 26234 clqs
2.38/2.43	c    (2.4s) probing: 2418/3116 (77.6%) - 403 fixings, 122 aggregations, 656622 implications, 0 bound changes
2.38/2.43	c    (2.4s) probing aborted: 50/50 successive totally useless probings
2.38/2.43	c (round 84, exhaustive) 1494 del vars, 10685 del conss, 3125 add conss, 1 chg bounds, 184 chg sides, 633 chg coeffs, 9237 upgd conss, 0 impls, 27157 clqs
2.38/2.43	c (round 85, fast)       1496 del vars, 10689 del conss, 3125 add conss, 1 chg bounds, 184 chg sides, 635 chg coeffs, 9239 upgd conss, 0 impls, 27061 clqs
2.38/2.44	c (round 86, exhaustive) 1496 del vars, 10694 del conss, 3130 add conss, 1 chg bounds, 184 chg sides, 635 chg coeffs, 9239 upgd conss, 0 impls, 27063 clqs
2.38/2.44	c    (2.4s) probing: 2423/3116 (77.8%) - 403 fixings, 122 aggregations, 656622 implications, 0 bound changes
2.38/2.44	c    (2.4s) probing aborted: 50/50 successive totally useless probings
2.38/2.44	c    (2.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2.38/2.45	c    (2.5s) no symmetry present (symcode time: 0.00)
2.38/2.45	c presolving (87 rounds: 87 fast, 63 medium, 61 exhaustive):
2.38/2.45	c  1496 deleted vars, 10694 deleted constraints, 3130 added constraints, 1 tightened bounds, 0 added holes, 184 changed sides, 635 changed coefficients
2.38/2.45	c  0 implications, 27068 cliques
2.38/2.45	c presolved problem has 2273 variables (2273 bin, 0 int, 0 cont) and 2608 constraints
2.38/2.45	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
2.38/2.45	c     368 constraints of type <knapsack>
2.38/2.45	c     336 constraints of type <setppc>
2.38/2.45	c    1902 constraints of type <and>
2.38/2.45	c       2 constraints of type <logicor>
2.38/2.45	c transformed objective value is always integral (scale: 1)
2.38/2.45	c Presolving Time: 2.42
2.38/2.45	c 
2.38/2.45	c - non default parameters ----------------------------------------------------------------------
2.38/2.45	c 
2.38/2.45	c # SCIP version 10.0.0
2.38/2.45	c 
2.38/2.45	c # maximal time in seconds to run
2.38/2.45	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
2.38/2.45	c limits/time = 3596.998009
2.38/2.45	c 
2.38/2.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.38/2.45	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
2.38/2.45	c limits/memory = 27900
2.38/2.45	c 
2.38/2.45	c # belongs reading time to solving time?
2.38/2.45	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
2.38/2.45	c timing/reading = TRUE
2.38/2.45	c 
2.38/2.45	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
2.38/2.45	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
2.38/2.45	c reading/opbreader/maxintsize = 47
2.38/2.45	c 
2.38/2.45	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
2.38/2.45	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
2.38/2.45	c propagating/genvbounds/timingmask = 0
2.38/2.45	c 
2.38/2.45	c -----------------------------------------------------------------------------------------------
2.38/2.45	c 
2.49/2.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.49/2.54	c   2.5s|     1 |     0 |  1131 |     - |    52M |   0 |2273 |2663 |4510 |   0 |  0 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.09/3.15	c   3.1s|     1 |     0 |  3583 |     - |    58M |   0 |2273 |2743 |4790 | 280 |  1 |  56 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.18/3.29	c   3.3s|     1 |     0 |  4327 |     - |    60M |   0 |2273 |2746 |5012 | 502 |  2 |  59 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.38/3.48	c   3.5s|     1 |     0 |  5108 |     - |    62M |   0 |2273 |2749 |5174 | 664 |  3 |  62 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.58/3.65	c   3.7s|     1 |     0 |  5702 |     - |    66M |   0 |2273 |2750 |5306 | 796 |  4 |  63 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.78/3.87	c   3.9s|     1 |     0 |  6301 |     - |    68M |   0 |2273 |2751 |5416 | 906 |  5 |  64 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.98/4.09	c   4.1s|     1 |     0 |  6839 |     - |    75M |   0 |2273 |2753 |5517 |1007 |  6 |  66 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.18/4.27	c   4.3s|     1 |     0 |  7240 |     - |    81M |   0 |2273 |2754 |5611 |1101 |  7 |  67 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.37/4.45	c   4.5s|     1 |     0 |  7721 |     - |    83M |   0 |2273 |2755 |5688 |1178 |  8 |  68 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.57/4.66	c   4.7s|     1 |     0 |  8045 |     - |    88M |   0 |2273 |2757 |5762 |1252 |  9 |  70 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.78/4.85	c   4.9s|     1 |     0 |  8400 |     - |    92M |   0 |2273 |2759 |5815 |1305 | 10 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.88/4.96	c   5.0s|     1 |     0 |  8795 |     - |    93M |   0 |2273 |2764 |5861 |1351 | 11 |  77 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.57/6.66	c   6.7s|     1 |     2 | 11841 |     - |    93M |   0 |2273 |2782 |5861 |1351 | 11 |  95 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.16/10.20	c 
10.16/10.20	c SCIP Status        : problem is solved [infeasible]
10.16/10.20	c Solving Time (sec) : 10.20
10.16/10.20	c Solving Nodes      : 84
10.16/10.20	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
10.16/10.20	c Dual Bound         : +1.00000000000000e+20
10.16/10.20	c Gap                : 0.00 %
10.16/10.20	s UNSATISFIABLE
10.16/10.20	c SCIP Status        : problem is solved [infeasible]
10.16/10.20	c Total Time         :      10.20
10.16/10.20	c   solving          :      10.20
10.16/10.20	c   presolving       :       2.42 (included in solving)
10.16/10.20	c   reading          :       0.02 (included in solving)
10.16/10.20	c   copying          :       0.20 (32 #copies) (minimal 0.01, maximal 0.01, average 0.01)
10.16/10.20	c Original Problem   :
10.16/10.20	c   Problem name     : HOME/instance-4491475-1751142754.opb
10.16/10.20	c   Variables        : 3736 (3736 binary, 0 integer, 0 continuous)
10.16/10.20	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
10.16/10.20	c   Constraints      : 10457 initial, 10457 maximal
10.16/10.20	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
10.16/10.20	c Presolved Problem  :
10.16/10.20	c   Problem name     : t_HOME/instance-4491475-1751142754.opb
10.16/10.20	c   Variables        : 2273 (2273 binary, 0 integer, 0 continuous)
10.16/10.20	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
10.16/10.20	c   Constraints      : 2608 initial, 2879 maximal
10.16/10.20	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
10.16/10.20	c   Nonzeros         : 10361 constraint, 54216 clique table
10.16/10.20	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
10.16/10.20	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   domcol           :       0.00       0.00     17          0          0          0          0          0          0          0          0          0
10.16/10.20	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
10.16/10.20	c   gateextraction   :       0.02       0.00     59          0          0          0          0          0       8677       2890          0          0
10.16/10.20	c   implics          :       0.00       0.00     63          0          0          0          0          0          0          0          0          0
10.16/10.20	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   milp             :       0.10       0.00      1        180        229          0          0          0          0          0          0          0
10.16/10.20	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
10.16/10.20	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   trivial          :       0.00       0.00     87         33          0          0          0          0          0          0          0          0
10.16/10.20	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   dualfix          :       0.00       0.00     87          0          0          0          0          0          0          0          0          0
10.16/10.20	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   probing          :       1.97       0.00     17        403        122          0          0          0          0          0          0          0
10.16/10.20	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
10.16/10.20	c   vbounds          :       0.02       0.00      8          2          1          0          0          0          0          0          0          0
10.16/10.20	c   knapsack         :       0.02       0.00    195          0          0          0          0          0          0          0          0          0
10.16/10.20	c   setppc           :       0.02       0.00    195          0          1          0          0          0        105          0          0          0
10.16/10.20	c   and              :       0.19       0.00    129         13        367          0          0          0        557        240          0        266
10.16/10.20	c   linear           :       0.04       0.00      9          1        111          0          1          0       1355          0        184        368
10.16/10.20	c   logicor          :       0.00       0.00    157          0          0          0          0          0          0          0          0          1
10.16/10.20	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
10.16/10.20	c   root node        :          -          -      -       1512          -          -       1512          -          -          -          -          -
10.16/10.20	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
10.16/10.20	c   integral         :          0          0          0          0         51          0          0          7          0          0          0          0          0          0        102
10.16/10.20	c   knapsack         :        368+       371         11      21616          0          0          0          3         97          6         12       2184        102          0          0
10.16/10.20	c   setppc           :        336+       357         11      21667          0          0          0          0        751         26        759          6          0          0          0
10.16/10.20	c   and              :       1902       1902        135      21641          0          0          0          0       3392         86      10903       3912       1639          0          0
10.16/10.20	c   linear           :          0+        91         11       1428          0          0          0          3         16          1         12         23          6          0          0
10.16/10.20	c   logicor          :          2+       177         11       1259          0          0          0          0         46          1         35         13          1          0          0
10.16/10.20	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
10.16/10.20	c   integral         :       1.09       0.00       0.00       0.00       1.09       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   knapsack         :       0.09       0.00       0.01       0.08       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   setppc           :       0.07       0.00       0.00       0.07       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   and              :       1.01       0.00       0.05       0.95       0.00       0.00       0.00       0.00       0.00       0.01
10.16/10.20	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
10.16/10.20	c   dualfix          :          1          0          0          0
10.16/10.20	c   genvbounds       :          0          0          0          0
10.16/10.20	c   nlobbt           :          0          0          0          0
10.16/10.20	c   obbt             :          0          0          0          0
10.16/10.20	c   probing          :          0          0          0          0
10.16/10.20	c   pseudoobj        :          0          0          0          0
10.16/10.20	c   redcost          :          0          0          0          0
10.16/10.20	c   rootredcost      :          0          0          0          0
10.16/10.20	c   symmetry         :          0          0          0          0
10.16/10.20	c   vbounds          :       1747          0          0          0
10.16/10.20	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
10.16/10.20	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   probing          :       1.97       0.00       1.97       0.00       0.00       0.00
10.16/10.20	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
10.16/10.20	c   symmetry         :       0.01       0.00       0.01       0.00       0.00       0.00
10.16/10.20	c   vbounds          :       0.03       0.00       0.02       0.01       0.00       0.00
10.16/10.20	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
10.16/10.20	c   propagation      :       0.00        117         56          -        153       12.4          5        9.4          -          -          -
10.16/10.20	c   infeasible LP    :       0.01         30         30          -         42        9.5          1        5.0         30        5.9          0
10.16/10.20	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
10.16/10.20	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
10.16/10.20	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
10.16/10.20	c   applied globally :       0.00          -          -          0        179        8.3          -          -         29          -          -
10.16/10.20	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
10.16/10.20	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
10.16/10.20	c   cut pool         :       0.02          -         33         21          -          -       5797       9529          -          -          -          -          -    (maximal pool size:       5797)
10.16/10.20	c   aggregation      :       0.10       0.00         17         11          0          0       1047       2830          0        120        120          0          0
10.16/10.20	c   > cmir           :          -          -          -          -          -          -          -       1655          0         67         67          0          -
10.16/10.20	c   > flowcover      :          -          -          -          -          -          -          -       1115          0         48         48          0          -
10.16/10.20	c   > knapsackcover  :          -          -          -          -          -          -          -         60          0          5          5          0          -
10.16/10.20	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   clique           :       0.24       0.00         11         11          0          0         82        167          0         24         24          0          0
10.16/10.20	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   gomory           :       0.77       0.00         16         10          0          0       2308       2595         50         43         41          2          0
10.16/10.20	c   > gomorymi       :          -          -          -          -          -          -          -       1261         25         12         11          1          -
10.16/10.20	c   > strongcg       :          -          -          -          -          -          -          -       1334         25         31         30          1          -
10.16/10.20	c   impliedbounds    :       0.03       0.00         17         11          0          0       2321       3811          0       1105       1105          0          0
10.16/10.20	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
10.16/10.20	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   multilinear      :       0.00       0.00         45         11          0          0          0          0          0          0          0          0          0
10.16/10.20	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
10.16/10.20	c   rapidlearning    :       1.64       0.00         30          1          0      12476          0          0          0          0          0          0        128
10.16/10.20	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
10.16/10.20	c   zerohalf         :       0.10       0.00         17         11          0          0        101        126         12         60         54          6          0
10.16/10.20	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
10.16/10.20	c   hybrid           :       0.03       0.00         94         11       3102          0      12199       1351          0      11002
10.16/10.20	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c Pricers            :   ExecTime  SetupTime      Calls       Vars
10.16/10.20	c   problem variables:       0.00          -          0          0
10.16/10.20	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
10.16/10.20	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c   relpscost        :       1.09       0.00         51          0          0          0          0          0          0        102
10.16/10.20	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
10.16/10.20	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
10.16/10.20	c   LP solutions     :       0.00          -          -          0          0
10.16/10.20	c   relax solutions  :       0.00          -          -          0          0
10.16/10.20	c   pseudo solutions :       0.00          -          -          0          0
10.16/10.20	c   strong branching :       0.00          -          -          0          0
10.16/10.20	c   actconsdiving    :       0.00       0.00          0          0          0
10.16/10.20	c   adaptivediving   :       0.04       0.00          1          0          0
10.16/10.20	c   alns             :       0.02       0.00          1          0          0
10.16/10.20	c   bound            :       0.00       0.00          0          0          0
10.16/10.20	c   clique           :       0.01       0.00          1          0          0
10.16/10.20	c   coefdiving       :       0.00       0.00          0          0          0
10.16/10.20	c   completesol      :       0.00       0.00          0          0          0
10.16/10.20	c   conflictdiving   :       0.57       0.00          1          0          0
10.16/10.20	c   crossover        :       0.00       0.00          0          0          0
10.16/10.20	c   dins             :       0.00       0.00          0          0          0
10.16/10.20	c   distributiondivin:       0.03       0.00          1          0          0
10.16/10.20	c   dks              :       0.00       0.00          0          0          0
10.16/10.20	c   dps              :       0.00       0.00          0          0          0
10.16/10.20	c   dualval          :       0.00       0.00          0          0          0
10.16/10.20	c   farkasdiving     :       0.00       0.00          0          0          0
10.16/10.20	c   feaspump         :       0.15       0.00          1          0          0
10.16/10.20	c   fixandinfer      :       0.00       0.00          0          0          0
10.16/10.20	c   fracdiving       :       0.00       0.00          1          0          0
10.16/10.20	c   gins             :       0.00       0.00          0          0          0
10.16/10.20	c   guideddiving     :       0.00       0.00          0          0          0
10.16/10.20	c   indicator        :       0.00       0.00          0          0          0
10.16/10.20	c   indicatordiving  :       0.00       0.00          0          0          0
10.16/10.20	c   intdiving        :       0.00       0.00          0          0          0
10.16/10.20	c   intshifting      :       0.00       0.00          0          0          0
10.16/10.20	c   linesearchdiving :       0.00       0.00          0          0          0
10.16/10.20	c   localbranching   :       0.00       0.00          0          0          0
10.16/10.20	c   locks            :       0.01       0.00          1          0          0
10.16/10.20	c   lpface           :       0.00       0.00          0          0          0
10.16/10.20	c   mpec             :       0.00       0.00          0          0          0
10.16/10.20	c   multistart       :       0.00       0.00          0          0          0
10.16/10.20	c   mutation         :       0.00       0.00          0          0          0
10.16/10.20	c   nlpdiving        :       0.00       0.00          0          0          0
10.16/10.20	c   objpscostdiving  :       0.21       0.00          1          0          0
10.16/10.20	c   octane           :       0.00       0.00          0          0          0
10.16/10.20	c   ofins            :       0.00       0.00          0          0          0
10.16/10.20	c   oneopt           :       0.00       0.00          0          0          0
10.16/10.20	c   padm             :       0.00       0.00          0          0          0
10.16/10.20	c   proximity        :       0.00       0.00          0          0          0
10.16/10.20	c   pscostdiving     :       0.00       0.00          1          0          0
10.16/10.20	c   randrounding     :       0.03       0.00         12          0          0
10.16/10.20	c   rens             :       0.03       0.00          1          0          0
10.16/10.20	c   reoptsols        :       0.00       0.00          0          0          0
10.16/10.20	c   repair           :       0.00       0.00          0          0          0
10.16/10.20	c   rins             :       0.00       0.00          0          0          0
10.16/10.20	c   rootsoldiving    :       0.00       0.00          0          0          0
10.16/10.20	c   rounding         :       0.02       0.00        136          0          0
10.16/10.20	c   scheduler        :       0.00       0.00          0          0          0
10.16/10.20	c   shiftandpropagate:       0.01       0.00          1          0          0
10.16/10.20	c   shifting         :       0.06       0.00         20          0          0
10.16/10.20	c   simplerounding   :       0.00       0.00          0          0          0
10.16/10.20	c   subnlp           :       0.00       0.00          0          0          0
10.16/10.20	c   trivial          :       0.00       0.00          2          0          0
10.16/10.20	c   trivialnegation  :       0.00       0.00          0          0          0
10.16/10.20	c   trustregion      :       0.00       0.00          0          0          0
10.16/10.20	c   trysol           :       0.00       0.00          0          0          0
10.16/10.20	c   twoopt           :       0.00       0.00          0          0          0
10.16/10.20	c   undercover       :       0.03       0.00          1          0          0
10.16/10.20	c   vbounds          :       0.01       0.00          1          0          0
10.16/10.20	c   veclendiving     :       0.00       0.00          1          0          0
10.16/10.20	c   zeroobj          :       0.00       0.00          0          0          0
10.16/10.20	c   zirounding       :       0.00       0.00         51          0          0
10.16/10.20	c   other solutions  :          -          -          -          0          -
10.16/10.20	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
10.16/10.20	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
10.16/10.20	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
10.16/10.20	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
10.16/10.20	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
10.16/10.20	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
10.16/10.20	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
10.16/10.20	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
10.16/10.20	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
10.16/10.20	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
10.16/10.20	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
10.16/10.20	c   primal LP        :       0.00          4          0       0.00          -       0.00          4
10.16/10.20	c   dual LP          :       2.17        203      22846     113.66   10550.94       0.00          2
10.16/10.20	c   lex dual LP      :       0.00          0          0       0.00          -
10.16/10.20	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
10.16/10.20	c   resolve instable :       0.00          0          0       0.00          -
10.16/10.20	c   diving/probing LP:       0.95         60       6403     106.72    6770.71
10.16/10.20	c   strong branching :       1.01         11       8607     782.45    8502.94          -          -         12
10.16/10.20	c     (at root node) :          -         11       8607     782.45          -
10.16/10.20	c   conflict analysis:       0.00          0          0       0.00          -
10.16/10.20	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
10.16/10.20	c   benders          :       0.00          0          0          0       0.00          0          0          0
10.16/10.20	c B&B Tree           :
10.16/10.20	c   number of runs   :          1
10.16/10.20	c   nodes            :         84 (51 internal, 33 leaves)
10.16/10.20	c   feasible leaves  :          0
10.16/10.20	c   infeas. leaves   :         33
10.16/10.20	c   objective leaves :          0
10.16/10.20	c   nodes (total)    :         84 (51 internal, 33 leaves)
10.16/10.20	c   nodes left       :          0
10.16/10.20	c   max depth        :         15
10.16/10.20	c   max depth (total):         15
10.16/10.20	c   backtracks       :         18 (21.4%)
10.16/10.20	c   early backtracks :          0 (0.0%)
10.16/10.20	c   nodes exc. ref.  :          0 (0.0%)
10.16/10.20	c   delayed cutoffs  :         19
10.16/10.20	c   repropagations   :         19 (715 domain reductions, 3 cutoffs)
10.16/10.20	c   avg switch length:       2.43
10.16/10.20	c   switching time   :       0.04
10.16/10.20	c Root Node          :
10.16/10.20	c   First LP value   : +0.00000000000000e+00
10.16/10.20	c   First LP Iters   :       1131 (26025.73 Iter/sec)
10.16/10.20	c   First LP Time    :       0.04
10.16/10.20	c   Final Dual Bound :          -
10.16/10.20	c   Final Root Iters :       8795
10.16/10.20	c   Root LP Estimate : +2.36414568254521e-02
10.16/10.20	c Solution           :
10.16/10.20	c   Solutions found  :          0 (0 improvements)
10.16/10.20	c   Primal Bound     : infeasible
10.16/10.20	c   Dual Bound       :          -
10.16/10.20	c   Gap              :       0.00 %
10.16/10.20	c Integrals          :      Total       Avg%
10.16/10.20	c   primal-dual      :          -          - (problem infeasible)
10.16/10.20	c   primal-ref       :          -          - (problem infeasible)
10.16/10.20	c   dual-ref         :          -          - (problem infeasible)
10.16/10.26	c Time complete (sec):     10.230

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: 63665 MiB (63015 MiB free)
  memory of node 1: 64507 MiB (64031 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491475-1751142754/watcher-4491475-1751142754 -o /tmp/evaluation-result-4491475-1751142754/solver-4491475-1751142754 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751142754-13719 --watchdog 3760 pbsolver -f HOME/instance-4491475-1751142754.opb -t 3600 -m 31000 

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=13775, runsolver pid=13760
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.11 1.14 1.80 6/263 13776
/proc/meminfo: memFree=129936248/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=54260 memory=44924 CPUtime=0.09 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 9689 0 0 0 8 1 0 0 20 0 1 0 29953238 55562240 11231 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 13565 11231 2528 2575 0 10472 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 54260 KiB
Current children cumulated memory: 44924 KiB

[startup+0.204737 s]*
/proc/loadavg: 1.11 1.14 1.80 6/263 13776
/proc/meminfo: memFree=129839732/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=57692 memory=47780 CPUtime=0.2 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 10908 0 0 0 19 1 0 0 20 0 1 0 29953238 59076608 11945 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 14423 11945 2592 2575 0 11330 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 57692 KiB
Current children cumulated memory: 47780 KiB

[startup+0.30471 s]*
/proc/loadavg: 1.11 1.14 1.80 6/263 13776
/proc/meminfo: memFree=129759092/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=60156 memory=50468 CPUtime=0.29 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 11532 0 0 0 28 1 0 0 20 0 1 0 29953238 61599744 12617 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 15039 12617 2624 2575 0 11946 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 60156 KiB
Current children cumulated memory: 50468 KiB

[startup+0.700157 s]
/proc/loadavg: 1.11 1.14 1.80 6/263 13776
/proc/meminfo: memFree=129551528/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=62420 memory=52644 CPUtime=0.68 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 12072 0 0 0 67 1 0 0 20 0 1 0 29953238 63918080 13161 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 15605 13161 2624 2575 0 12512 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 62420 KiB
Current children cumulated memory: 52644 KiB

[startup+1.50017 s]
/proc/loadavg: 1.11 1.14 1.80 6/263 13776
/proc/meminfo: memFree=129241252/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=62552 memory=52644 CPUtime=1.48 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 12101 0 0 0 147 1 0 0 20 0 1 0 29953238 64053248 13161 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 15638 13161 2624 2575 0 12545 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 62552 KiB
Current children cumulated memory: 52644 KiB

[startup+3.10519 s]
/proc/loadavg: 1.34 1.19 1.81 5/261 13776
/proc/meminfo: memFree=128320868/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=106152 memory=91216 CPUtime=3.09 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 23651 0 0 0 306 3 0 0 20 0 1 0 29953238 108699648 22804 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 26538 22804 2688 2575 0 23445 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 106152 KiB
Current children cumulated memory: 91216 KiB

[startup+6.30016 s]
/proc/loadavg: 1.34 1.19 1.81 5/261 13833
/proc/meminfo: memFree=128071924/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=135508 memory=118300 CPUtime=6.27 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 30748 0 0 0 623 4 0 0 20 0 1 0 29953238 138760192 29575 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 33877 29575 2688 2575 0 30784 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 135508 KiB
Current children cumulated memory: 118300 KiB

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

# cumulated CPU time of all completed processes:  user=10.1735 s, system=0.061804 s

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

[startup+6.40019 s]
/proc/loadavg: 1.34 1.19 1.81 5/261 13833
/proc/meminfo: memFree=128071924/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=135508 memory=118300 CPUtime=6.37 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 30748 0 0 0 633 4 0 0 20 0 1 0 29953238 138760192 29575 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 33877 29575 2688 2575 0 30784 0
Current children cumulated CPU time: 6.37 s
Current children cumulated vsize: 135508 KiB
Current children cumulated memory: 118300 KiB

[startup+8.0001 s]*
/proc/loadavg: 1.56 1.24 1.83 6/263 13866
/proc/meminfo: memFree=127811136/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=138900 memory=122140 CPUtime=7.97 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 31697 0 0 0 792 5 0 0 20 0 1 0 29953238 142233600 30535 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 34725 30535 2688 2575 0 31632 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 138900 KiB
Current children cumulated memory: 122140 KiB

[startup+9.60013 s]
/proc/loadavg: 1.56 1.24 1.83 6/263 13866
/proc/meminfo: memFree=127700508/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=143300 memory=126500 CPUtime=9.56 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 33383 0 0 0 951 5 0 0 20 0 1 0 29953238 146739200 31625 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 35825 31625 2688 2575 0 32732 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 143300 KiB
Current children cumulated memory: 126500 KiB

[startup+10.0001 s]*
/proc/loadavg: 1.56 1.24 1.83 6/264 13868
/proc/meminfo: memFree=127690860/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=143300 memory=126500 CPUtime=9.96 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 33383 0 0 0 991 5 0 0 20 0 1 0 29953238 146739200 31625 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 35825 31625 2688 2575 0 32732 0
Current children cumulated CPU time: 9.96 s
Current children cumulated vsize: 143300 KiB
Current children cumulated memory: 126500 KiB

[startup+10.2001 s]
/proc/loadavg: 1.56 1.24 1.83 6/264 13868
/proc/meminfo: memFree=127690860/131249996 swapFree=33010684/33010684
[pid=13775] ppid=13760 vsize=143300 memory=126500 CPUtime=10.16 cores=1,3
/proc/13775/stat : 13775 (pbsolver) R 13760 13775 11391 0 -1 4194304 33383 0 0 0 1011 5 0 0 20 0 1 0 29953238 146739200 31625 18446744073709551615 4198400 14743177 140727293655936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 51793920 140727293659530 140727293659626 140727293659626 140727293665228 0
/proc/13775/statm: 35825 31625 2688 2575 0 32732 0
Current children cumulated CPU time: 10.16 s
Current children cumulated vsize: 143300 KiB
Current children cumulated memory: 126500 KiB

Child status: 0

Real time (s): 10.2652
CPU time (s): 10.2353
CPU user time (s): 10.1735
CPU system time (s): 0.061804
CPU usage (%): 99.7087
Max. virtual memory (cumulated for all children) (KiB): 143300
Max. memory (cumulated for all children) (KiB): 126500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1735
system time used= 0.061804
maximum resident set size= 126500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33383
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= 3
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 13775
#   total CPU time (s): 10.2353
#   total CPU user time (s): 10.1735
#   total CPU system time (s): 0.061804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026617 second user time and 0.073108 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-28 22:32:34
IDJOB=4491475
IDBENCH=147708
IDSOLVER=3366
FILE ID=nodeC022/4491475-1751142754
RUNJOBID= nodeC022-1751142754-13719
SLURM_JOB_ID= 9587422
Free space on /tmp= 433060 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.rf7.ucl.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491475-1751142754/watcher-4491475-1751142754 -o /tmp/evaluation-result-4491475-1751142754/solver-4491475-1751142754 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751142754-13719 --watchdog 3760  pbsolver -f HOME/instance-4491475-1751142754.opb -t 3600 -m 31000

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

MD5SUM BENCH= 79a7804b43e8049374f004a706247a16
RANDOM SEED=127851314

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.711
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	: 6999.44
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		: 3599.711
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	: 6999.44
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		: 3600.049
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	: 6999.44
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		: 3600.895
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	: 6999.44
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		: 3495.838
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	: 6999.44
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		: 3599.710
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	: 6999.44
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		: 3599.715
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	: 6999.44
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		: 3599.714
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	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130117628 kB
MemAvailable:   129760572 kB
Buffers:            3280 kB
Cached:           451164 kB
SwapCached:            0 kB
Active:           279804 kB
Inactive:         237524 kB
Active(anon):      80944 kB
Inactive(anon):        0 kB
Active(file):     198860 kB
Inactive(file):   237524 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             82936 kB
Writeback:            16 kB
AnonPages:         66024 kB
Mapped:           101836 kB
Shmem:             18060 kB
KReclaimable:      84464 kB
Slab:             167292 kB
SReclaimable:      84464 kB
SUnreclaim:        82828 kB
KernelStack:        3984 kB
PageTables:         2764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     332148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432980 MiB
End job on nodeC022 at 2025-06-28 22:32:45