Trace number 4491871

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 65.6612 65.857

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.rf8.ucl.opb
MD5SUMeb70aec86515f8c20b79625561d870b1
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.219263
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6832
Total number of constraints19477
Number of constraints which are clauses18953
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints524
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-4491871-1751144569.opb>
0.00/0.04	c original problem has 6832 variables (6832 bin, 0 int, 0 cont) and 19477 constraints
0.00/0.04	c problem read in 0.038 seconds
0.00/0.04	c problem without objective
0.00/0.07	c presolving:
0.00/0.09	c (round 1, fast)       26 del vars, 7 del conss, 0 add conss, 1 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 0 impls, 12793 clqs
0.00/0.10	c (round 2, fast)       47 del vars, 75 del conss, 0 add conss, 1 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 0 impls, 12812 clqs
0.09/0.12	c    (0.1s) running MILP presolver
0.20/0.26	c    (0.3s) MILP presolver (6 rounds): 518 aggregations, 283 fixings, 0 bound changes
0.20/0.26	c (round 3, medium)     848 del vars, 75 del conss, 0 add conss, 1 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 0 impls, 11217 clqs
0.20/0.27	c (round 4, fast)       848 del vars, 2062 del conss, 0 add conss, 1 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 0 impls, 11282 clqs
0.30/0.32	c (round 5, exhaustive) 848 del vars, 2070 del conss, 0 add conss, 1 chg bounds, 262 chg sides, 524 chg coeffs, 17407 upgd conss, 0 impls, 11282 clqs
0.30/0.38	c (round 6, exhaustive) 848 del vars, 18859 del conss, 5593 add conss, 1 chg bounds, 262 chg sides, 524 chg coeffs, 17407 upgd conss, 0 impls, 11282 clqs
0.30/0.39	c (round 7, exhaustive) 881 del vars, 18869 del conss, 5603 add conss, 1 chg bounds, 262 chg sides, 524 chg coeffs, 17407 upgd conss, 0 impls, 11214 clqs
0.30/0.39	c (round 8, fast)       897 del vars, 18879 del conss, 5603 add conss, 1 chg bounds, 262 chg sides, 533 chg coeffs, 17407 upgd conss, 0 impls, 11205 clqs
0.30/0.40	c (round 9, exhaustive) 905 del vars, 18905 del conss, 5629 add conss, 1 chg bounds, 262 chg sides, 533 chg coeffs, 17407 upgd conss, 0 impls, 11184 clqs
0.30/0.40	c (round 10, fast)       912 del vars, 18919 del conss, 5629 add conss, 1 chg bounds, 262 chg sides, 535 chg coeffs, 17407 upgd conss, 0 impls, 11190 clqs
0.30/0.40	c (round 11, exhaustive) 912 del vars, 18928 del conss, 5632 add conss, 1 chg bounds, 262 chg sides, 535 chg coeffs, 17407 upgd conss, 0 impls, 11190 clqs
0.40/0.41	c (round 12, exhaustive) 939 del vars, 18958 del conss, 5634 add conss, 1 chg bounds, 262 chg sides, 535 chg coeffs, 17407 upgd conss, 0 impls, 11136 clqs
0.40/0.42	c (round 13, exhaustive) 943 del vars, 18964 del conss, 5638 add conss, 1 chg bounds, 262 chg sides, 535 chg coeffs, 17407 upgd conss, 0 impls, 11124 clqs
0.40/0.42	c (round 14, exhaustive) 951 del vars, 18972 del conss, 5638 add conss, 1 chg bounds, 262 chg sides, 539 chg coeffs, 17407 upgd conss, 0 impls, 11112 clqs
0.40/0.45	c (round 15, exhaustive) 1091 del vars, 18974 del conss, 5640 add conss, 1 chg bounds, 262 chg sides, 540 chg coeffs, 17407 upgd conss, 0 impls, 11838 clqs
0.40/0.45	c (round 16, fast)       1163 del vars, 19057 del conss, 5640 add conss, 1 chg bounds, 262 chg sides, 611 chg coeffs, 17428 upgd conss, 0 impls, 11754 clqs
0.40/0.46	c (round 17, exhaustive) 1179 del vars, 19067 del conss, 5648 add conss, 1 chg bounds, 262 chg sides, 611 chg coeffs, 17428 upgd conss, 0 impls, 11741 clqs
0.40/0.46	c (round 18, exhaustive) 1183 del vars, 19090 del conss, 5668 add conss, 1 chg bounds, 262 chg sides, 611 chg coeffs, 17428 upgd conss, 0 impls, 11728 clqs
0.40/0.46	c (round 19, fast)       1186 del vars, 19098 del conss, 5668 add conss, 1 chg bounds, 262 chg sides, 611 chg coeffs, 17428 upgd conss, 0 impls, 11731 clqs
0.49/0.51	c (round 20, exhaustive) 1245 del vars, 19101 del conss, 5668 add conss, 1 chg bounds, 262 chg sides, 611 chg coeffs, 17428 upgd conss, 0 impls, 21358 clqs
0.49/0.51	c (round 21, fast)       1284 del vars, 19143 del conss, 5668 add conss, 1 chg bounds, 262 chg sides, 650 chg coeffs, 17440 upgd conss, 0 impls, 21241 clqs
0.49/0.52	c (round 22, exhaustive) 1298 del vars, 19164 del conss, 5689 add conss, 1 chg bounds, 262 chg sides, 650 chg coeffs, 17440 upgd conss, 0 impls, 21186 clqs
0.49/0.53	c (round 23, exhaustive) 1303 del vars, 19188 del conss, 5711 add conss, 1 chg bounds, 262 chg sides, 650 chg coeffs, 17440 upgd conss, 0 impls, 21174 clqs
0.49/0.54	c (round 24, exhaustive) 1304 del vars, 19196 del conss, 5716 add conss, 1 chg bounds, 262 chg sides, 650 chg coeffs, 17440 upgd conss, 0 impls, 21179 clqs
0.60/0.60	c (round 25, exhaustive) 1336 del vars, 19199 del conss, 5716 add conss, 1 chg bounds, 262 chg sides, 650 chg coeffs, 17440 upgd conss, 0 impls, 30113 clqs
0.60/0.60	c (round 26, fast)       1344 del vars, 19210 del conss, 5716 add conss, 1 chg bounds, 262 chg sides, 659 chg coeffs, 17446 upgd conss, 0 impls, 30055 clqs
0.60/0.62	c (round 27, exhaustive) 1350 del vars, 19217 del conss, 5723 add conss, 1 chg bounds, 262 chg sides, 659 chg coeffs, 17446 upgd conss, 0 impls, 30009 clqs
0.60/0.62	c (round 28, exhaustive) 1350 del vars, 19223 del conss, 5729 add conss, 1 chg bounds, 262 chg sides, 659 chg coeffs, 17446 upgd conss, 0 impls, 30014 clqs
0.60/0.66	c (round 29, exhaustive) 1404 del vars, 19223 del conss, 5729 add conss, 1 chg bounds, 262 chg sides, 659 chg coeffs, 17446 upgd conss, 0 impls, 32599 clqs
0.60/0.66	c (round 30, fast)       1443 del vars, 19275 del conss, 5729 add conss, 1 chg bounds, 262 chg sides, 699 chg coeffs, 17459 upgd conss, 0 impls, 32351 clqs
0.60/0.67	c (round 31, exhaustive) 1451 del vars, 19277 del conss, 5731 add conss, 1 chg bounds, 262 chg sides, 699 chg coeffs, 17459 upgd conss, 0 impls, 32308 clqs
0.60/0.68	c (round 32, exhaustive) 1451 del vars, 19286 del conss, 5739 add conss, 1 chg bounds, 262 chg sides, 699 chg coeffs, 17459 upgd conss, 0 impls, 32309 clqs
0.69/0.75	c (round 33, exhaustive) 1483 del vars, 19287 del conss, 5739 add conss, 1 chg bounds, 262 chg sides, 699 chg coeffs, 17459 upgd conss, 0 impls, 42757 clqs
0.69/0.75	c (round 34, fast)       1516 del vars, 19320 del conss, 5739 add conss, 1 chg bounds, 262 chg sides, 732 chg coeffs, 17465 upgd conss, 0 impls, 42578 clqs
0.69/0.77	c (round 35, exhaustive) 1523 del vars, 19334 del conss, 5753 add conss, 1 chg bounds, 262 chg sides, 732 chg coeffs, 17465 upgd conss, 0 impls, 42543 clqs
0.69/0.78	c (round 36, exhaustive) 1523 del vars, 19341 del conss, 5760 add conss, 1 chg bounds, 262 chg sides, 732 chg coeffs, 17465 upgd conss, 0 impls, 42553 clqs
0.79/0.83	c (round 37, exhaustive) 1575 del vars, 19343 del conss, 5760 add conss, 1 chg bounds, 262 chg sides, 732 chg coeffs, 17465 upgd conss, 0 impls, 48613 clqs
0.79/0.83	c (round 38, fast)       1586 del vars, 19354 del conss, 5760 add conss, 1 chg bounds, 262 chg sides, 743 chg coeffs, 17472 upgd conss, 0 impls, 48539 clqs
0.79/0.85	c (round 39, exhaustive) 1586 del vars, 19362 del conss, 5768 add conss, 1 chg bounds, 262 chg sides, 743 chg coeffs, 17472 upgd conss, 0 impls, 48539 clqs
0.89/0.98	c (round 40, exhaustive) 1612 del vars, 19363 del conss, 5768 add conss, 1 chg bounds, 262 chg sides, 743 chg coeffs, 17472 upgd conss, 0 impls, 48864 clqs
0.89/0.98	c (round 41, fast)       1631 del vars, 19384 del conss, 5768 add conss, 1 chg bounds, 262 chg sides, 762 chg coeffs, 17483 upgd conss, 0 impls, 48551 clqs
0.89/0.99	c (round 42, exhaustive) 1634 del vars, 19387 del conss, 5771 add conss, 1 chg bounds, 262 chg sides, 762 chg coeffs, 17483 upgd conss, 0 impls, 48534 clqs
0.89/1.00	c (round 43, exhaustive) 1641 del vars, 19398 del conss, 5774 add conss, 1 chg bounds, 262 chg sides, 762 chg coeffs, 17483 upgd conss, 0 impls, 48400 clqs
0.99/1.02	c (round 44, exhaustive) 1744 del vars, 19398 del conss, 5774 add conss, 1 chg bounds, 262 chg sides, 762 chg coeffs, 17483 upgd conss, 0 impls, 47636 clqs
0.99/1.02	c (round 45, fast)       1782 del vars, 19439 del conss, 5774 add conss, 1 chg bounds, 262 chg sides, 800 chg coeffs, 17512 upgd conss, 0 impls, 47164 clqs
0.99/1.03	c (round 46, exhaustive) 1783 del vars, 19448 del conss, 5783 add conss, 1 chg bounds, 262 chg sides, 800 chg coeffs, 17512 upgd conss, 0 impls, 47160 clqs
0.99/1.03	c (round 47, exhaustive) 1783 del vars, 19453 del conss, 5783 add conss, 1 chg bounds, 262 chg sides, 800 chg coeffs, 17512 upgd conss, 0 impls, 47161 clqs
0.99/1.07	c (round 48, exhaustive) 1818 del vars, 19455 del conss, 5785 add conss, 1 chg bounds, 262 chg sides, 800 chg coeffs, 17512 upgd conss, 0 impls, 49022 clqs
0.99/1.07	c (round 49, fast)       1838 del vars, 19477 del conss, 5785 add conss, 1 chg bounds, 262 chg sides, 820 chg coeffs, 17520 upgd conss, 0 impls, 48931 clqs
0.99/1.08	c (round 50, exhaustive) 1839 del vars, 19482 del conss, 5790 add conss, 1 chg bounds, 262 chg sides, 820 chg coeffs, 17520 upgd conss, 0 impls, 48926 clqs
0.99/1.09	c (round 51, exhaustive) 1855 del vars, 19500 del conss, 5791 add conss, 1 chg bounds, 262 chg sides, 820 chg coeffs, 17520 upgd conss, 0 impls, 48671 clqs
1.09/1.18	c (round 52, exhaustive) 1881 del vars, 19500 del conss, 5791 add conss, 1 chg bounds, 262 chg sides, 820 chg coeffs, 17520 upgd conss, 0 impls, 48853 clqs
1.09/1.18	c (round 53, fast)       1895 del vars, 19516 del conss, 5791 add conss, 1 chg bounds, 262 chg sides, 834 chg coeffs, 17528 upgd conss, 0 impls, 48556 clqs
1.09/1.19	c (round 54, exhaustive) 1895 del vars, 19520 del conss, 5794 add conss, 1 chg bounds, 262 chg sides, 834 chg coeffs, 17528 upgd conss, 0 impls, 48562 clqs
1.19/1.24	c (round 55, exhaustive) 1922 del vars, 19520 del conss, 5794 add conss, 1 chg bounds, 262 chg sides, 834 chg coeffs, 17528 upgd conss, 0 impls, 48796 clqs
1.19/1.24	c (round 56, fast)       1939 del vars, 19546 del conss, 5794 add conss, 1 chg bounds, 262 chg sides, 852 chg coeffs, 17532 upgd conss, 0 impls, 48461 clqs
1.29/1.38	c (round 57, exhaustive) 1985 del vars, 19547 del conss, 5795 add conss, 1 chg bounds, 262 chg sides, 852 chg coeffs, 17532 upgd conss, 0 impls, 43124 clqs
1.29/1.39	c (round 58, fast)       2037 del vars, 19616 del conss, 5795 add conss, 1 chg bounds, 262 chg sides, 876 chg coeffs, 17536 upgd conss, 0 impls, 42737 clqs
1.29/1.39	c (round 59, exhaustive) 2044 del vars, 19623 del conss, 5802 add conss, 1 chg bounds, 262 chg sides, 876 chg coeffs, 17536 upgd conss, 0 impls, 42524 clqs
1.29/1.39	c (round 60, fast)       2050 del vars, 19627 del conss, 5802 add conss, 1 chg bounds, 262 chg sides, 880 chg coeffs, 17536 upgd conss, 0 impls, 42389 clqs
1.39/1.40	c (round 61, exhaustive) 2051 del vars, 19630 del conss, 5804 add conss, 1 chg bounds, 262 chg sides, 880 chg coeffs, 17536 upgd conss, 0 impls, 42340 clqs
1.39/1.41	c (round 62, exhaustive) 2059 del vars, 19639 del conss, 5805 add conss, 1 chg bounds, 262 chg sides, 880 chg coeffs, 17536 upgd conss, 0 impls, 42224 clqs
1.59/1.69	c (round 63, exhaustive) 2084 del vars, 19640 del conss, 5805 add conss, 1 chg bounds, 262 chg sides, 880 chg coeffs, 17536 upgd conss, 0 impls, 47539 clqs
1.59/1.69	c (round 64, fast)       2093 del vars, 19651 del conss, 5805 add conss, 1 chg bounds, 262 chg sides, 889 chg coeffs, 17544 upgd conss, 0 impls, 47347 clqs
1.69/1.71	c (round 65, exhaustive) 2094 del vars, 19660 del conss, 5813 add conss, 1 chg bounds, 262 chg sides, 889 chg coeffs, 17544 upgd conss, 0 impls, 47350 clqs
2.09/2.18	c (round 66, exhaustive) 2120 del vars, 19661 del conss, 5814 add conss, 1 chg bounds, 262 chg sides, 889 chg coeffs, 17544 upgd conss, 0 impls, 48616 clqs
2.09/2.19	c (round 67, fast)       2125 del vars, 19668 del conss, 5814 add conss, 1 chg bounds, 262 chg sides, 896 chg coeffs, 17549 upgd conss, 0 impls, 48453 clqs
2.18/2.20	c (round 68, exhaustive) 2139 del vars, 19695 del conss, 5826 add conss, 1 chg bounds, 262 chg sides, 896 chg coeffs, 17549 upgd conss, 0 impls, 47985 clqs
2.58/2.67	c    (2.7s) probing: 1000/5911 (16.9%) - 587 fixings, 93 aggregations, 467750 implications, 0 bound changes
2.78/2.85	c (round 69, exhaustive) 2165 del vars, 19696 del conss, 5826 add conss, 1 chg bounds, 262 chg sides, 896 chg coeffs, 17549 upgd conss, 0 impls, 49058 clqs
2.78/2.86	c (round 70, fast)       2167 del vars, 19708 del conss, 5826 add conss, 1 chg bounds, 262 chg sides, 907 chg coeffs, 17562 upgd conss, 0 impls, 49051 clqs
2.78/2.86	c (round 71, exhaustive) 2167 del vars, 19712 del conss, 5830 add conss, 1 chg bounds, 262 chg sides, 907 chg coeffs, 17562 upgd conss, 0 impls, 49064 clqs
3.48/3.51	c (round 72, exhaustive) 2193 del vars, 19712 del conss, 5830 add conss, 1 chg bounds, 262 chg sides, 907 chg coeffs, 17562 upgd conss, 0 impls, 49087 clqs
3.48/3.51	c (round 73, fast)       2205 del vars, 19727 del conss, 5830 add conss, 1 chg bounds, 262 chg sides, 922 chg coeffs, 17571 upgd conss, 0 impls, 48977 clqs
3.48/3.52	c (round 74, exhaustive) 2205 del vars, 19730 del conss, 5833 add conss, 1 chg bounds, 262 chg sides, 922 chg coeffs, 17571 upgd conss, 0 impls, 48986 clqs
3.68/3.71	c (round 75, exhaustive) 2230 del vars, 19730 del conss, 5833 add conss, 1 chg bounds, 262 chg sides, 922 chg coeffs, 17571 upgd conss, 0 impls, 48755 clqs
3.68/3.71	c (round 76, fast)       2236 del vars, 19736 del conss, 5833 add conss, 1 chg bounds, 262 chg sides, 928 chg coeffs, 17574 upgd conss, 0 impls, 48689 clqs
3.68/3.72	c (round 77, exhaustive) 2236 del vars, 19759 del conss, 5856 add conss, 1 chg bounds, 262 chg sides, 928 chg coeffs, 17574 upgd conss, 0 impls, 48691 clqs
3.68/3.72	c (round 78, exhaustive) 2236 del vars, 19766 del conss, 5856 add conss, 1 chg bounds, 262 chg sides, 928 chg coeffs, 17574 upgd conss, 0 impls, 48699 clqs
3.88/3.97	c (round 79, exhaustive) 2262 del vars, 19766 del conss, 5856 add conss, 1 chg bounds, 262 chg sides, 928 chg coeffs, 17574 upgd conss, 0 impls, 48682 clqs
3.88/3.98	c (round 80, exhaustive) 2266 del vars, 19801 del conss, 5889 add conss, 1 chg bounds, 262 chg sides, 929 chg coeffs, 17575 upgd conss, 0 impls, 48639 clqs
3.88/3.98	c (round 81, exhaustive) 2266 del vars, 19807 del conss, 5889 add conss, 1 chg bounds, 262 chg sides, 929 chg coeffs, 17575 upgd conss, 0 impls, 48651 clqs
3.88/3.99	c (round 82, exhaustive) 2272 del vars, 19816 del conss, 5892 add conss, 1 chg bounds, 262 chg sides, 929 chg coeffs, 17575 upgd conss, 0 impls, 48616 clqs
4.18/4.21	c (round 83, exhaustive) 2298 del vars, 19819 del conss, 5892 add conss, 1 chg bounds, 262 chg sides, 929 chg coeffs, 17575 upgd conss, 0 impls, 48528 clqs
4.18/4.21	c (round 84, fast)       2302 del vars, 19824 del conss, 5892 add conss, 1 chg bounds, 262 chg sides, 933 chg coeffs, 17580 upgd conss, 0 impls, 48509 clqs
4.18/4.22	c (round 85, exhaustive) 2304 del vars, 19842 del conss, 5910 add conss, 1 chg bounds, 262 chg sides, 933 chg coeffs, 17580 upgd conss, 0 impls, 48499 clqs
4.18/4.23	c (round 86, exhaustive) 2304 del vars, 19845 del conss, 5912 add conss, 1 chg bounds, 262 chg sides, 933 chg coeffs, 17580 upgd conss, 0 impls, 48501 clqs
4.38/4.49	c    (4.5s) probing: 2000/5911 (33.8%) - 643 fixings, 161 aggregations, 931011 implications, 0 bound changes
4.58/4.64	c (round 87, exhaustive) 2329 del vars, 19845 del conss, 5912 add conss, 1 chg bounds, 262 chg sides, 933 chg coeffs, 17580 upgd conss, 0 impls, 48975 clqs
4.58/4.64	c (round 88, fast)       2341 del vars, 19860 del conss, 5912 add conss, 1 chg bounds, 262 chg sides, 945 chg coeffs, 17587 upgd conss, 0 impls, 48836 clqs
4.58/4.66	c (round 89, exhaustive) 2341 del vars, 19868 del conss, 5920 add conss, 1 chg bounds, 262 chg sides, 945 chg coeffs, 17587 upgd conss, 0 impls, 48842 clqs
4.88/4.95	c (round 90, exhaustive) 2367 del vars, 19869 del conss, 5920 add conss, 1 chg bounds, 262 chg sides, 945 chg coeffs, 17587 upgd conss, 0 impls, 48988 clqs
4.88/4.95	c (round 91, fast)       2374 del vars, 19878 del conss, 5920 add conss, 1 chg bounds, 262 chg sides, 951 chg coeffs, 17596 upgd conss, 0 impls, 48954 clqs
4.88/4.96	c (round 92, exhaustive) 2375 del vars, 19891 del conss, 5933 add conss, 1 chg bounds, 262 chg sides, 951 chg coeffs, 17596 upgd conss, 0 impls, 48948 clqs
5.37/5.45	c (round 93, exhaustive) 2400 del vars, 19892 del conss, 5934 add conss, 1 chg bounds, 262 chg sides, 951 chg coeffs, 17596 upgd conss, 0 impls, 49034 clqs
5.37/5.46	c (round 94, fast)       2404 del vars, 19903 del conss, 5934 add conss, 1 chg bounds, 262 chg sides, 959 chg coeffs, 17602 upgd conss, 0 impls, 49019 clqs
5.37/5.47	c (round 95, exhaustive) 2404 del vars, 19920 del conss, 5951 add conss, 1 chg bounds, 262 chg sides, 959 chg coeffs, 17602 upgd conss, 0 impls, 49024 clqs
5.37/5.47	c (round 96, exhaustive) 2404 del vars, 19926 del conss, 5951 add conss, 1 chg bounds, 262 chg sides, 959 chg coeffs, 17602 upgd conss, 0 impls, 49032 clqs
6.27/6.32	c    (6.3s) probing: 3000/5911 (50.8%) - 678 fixings, 192 aggregations, 1402376 implications, 0 bound changes
8.07/8.17	c (round 97, exhaustive) 2429 del vars, 19926 del conss, 5951 add conss, 1 chg bounds, 262 chg sides, 959 chg coeffs, 17602 upgd conss, 0 impls, 49006 clqs
8.07/8.17	c (round 98, fast)       2445 del vars, 19948 del conss, 5951 add conss, 1 chg bounds, 262 chg sides, 978 chg coeffs, 17624 upgd conss, 0 impls, 48915 clqs
8.07/8.18	c (round 99, exhaustive) 2446 del vars, 19951 del conss, 5953 add conss, 1 chg bounds, 262 chg sides, 978 chg coeffs, 17624 upgd conss, 0 impls, 48930 clqs
8.26/8.30	c    (8.3s) probing: 4000/5911 (67.7%) - 696 fixings, 194 aggregations, 1963349 implications, 0 bound changes
9.26/9.37	c    (9.4s) probing: 4636/5911 (78.4%) - 715 fixings, 198 aggregations, 2249389 implications, 0 bound changes
9.26/9.37	c    (9.4s) probing aborted: 50/50 successive totally useless probings
9.26/9.37	c (round 100, exhaustive) 2470 del vars, 19951 del conss, 5953 add conss, 1 chg bounds, 262 chg sides, 978 chg coeffs, 17624 upgd conss, 0 impls, 49051 clqs
9.26/9.37	c (round 101, fast)       2479 del vars, 19979 del conss, 5953 add conss, 1 chg bounds, 262 chg sides, 991 chg coeffs, 17644 upgd conss, 0 impls, 48758 clqs
9.26/9.39	c    (9.4s) probing: 4641/5911 (78.5%) - 715 fixings, 198 aggregations, 2249389 implications, 0 bound changes
9.26/9.39	c    (9.4s) probing aborted: 50/50 successive totally useless probings
9.26/9.39	c    (9.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
9.36/9.40	c    (9.4s) no symmetry present (symcode time: 0.01)
9.36/9.41	c presolving (102 rounds: 102 fast, 72 medium, 71 exhaustive):
9.36/9.41	c  2480 deleted vars, 19980 deleted constraints, 5954 added constraints, 1 tightened bounds, 0 added holes, 262 changed sides, 991 changed coefficients
9.36/9.41	c  0 implications, 48773 cliques
9.36/9.41	c presolved problem has 4409 variables (4409 bin, 0 int, 0 cont) and 4934 constraints
9.36/9.41	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
9.36/9.41	c     524 constraints of type <knapsack>
9.36/9.41	c     482 constraints of type <setppc>
9.36/9.41	c    3925 constraints of type <and>
9.36/9.41	c       3 constraints of type <logicor>
9.36/9.41	c transformed objective value is always integral (scale: 1)
9.36/9.41	c Presolving Time: 9.34
9.36/9.41	c 
9.36/9.41	c - non default parameters ----------------------------------------------------------------------
9.36/9.41	c 
9.36/9.41	c # SCIP version 10.0.0
9.36/9.41	c 
9.36/9.41	c # maximal time in seconds to run
9.36/9.41	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
9.36/9.41	c limits/time = 3596.998309
9.36/9.41	c 
9.36/9.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.36/9.41	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
9.36/9.41	c limits/memory = 27900
9.36/9.41	c 
9.36/9.41	c # belongs reading time to solving time?
9.36/9.41	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
9.36/9.41	c timing/reading = TRUE
9.36/9.41	c 
9.36/9.41	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
9.36/9.41	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
9.36/9.41	c reading/opbreader/maxintsize = 47
9.36/9.41	c 
9.36/9.41	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
9.36/9.41	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
9.36/9.41	c propagating/genvbounds/timingmask = 0
9.36/9.41	c 
9.36/9.41	c -----------------------------------------------------------------------------------------------
9.36/9.41	c 
9.46/9.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.46/9.59	c   9.6s|     1 |     0 |  1688 |     - |    93M |   0 |4409 |4978 |8858 |   0 |  0 |  43 |   0 | 0.000000e+00 |      --      |    Inf | unknown
10.66/10.72	c  10.7s|     1 |     0 |  6389 |     - |    98M |   0 |4409 |5069 |9227 | 369 |  1 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
11.16/11.21	c  11.2s|     1 |     0 |  8200 |     - |   100M |   0 |4409 |5070 |9579 | 721 |  2 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
11.76/11.81	c  11.8s|     1 |     0 | 10106 |     - |   109M |   0 |4409 |5072 |9914 |1056 |  3 |  48 |   0 | 0.000000e+00 |      --      |    Inf | unknown
12.35/12.48	c  12.5s|     1 |     0 | 11834 |     - |   114M |   0 |4409 |5073 |  10k|1352 |  4 |  49 |   0 | 0.000000e+00 |      --      |    Inf | unknown
12.96/13.09	c  13.1s|     1 |     0 | 13490 |     - |   122M |   0 |4409 |5076 |  10k|1600 |  5 |  52 |   0 | 0.000000e+00 |      --      |    Inf | unknown
13.65/13.72	c  13.7s|     1 |     0 | 14924 |     - |   130M |   0 |4409 |5077 |  10k|1790 |  6 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
14.15/14.29	c  14.3s|     1 |     0 | 16132 |     - |   138M |   0 |4409 |5078 |  10k|1963 |  7 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
14.75/14.85	c  14.9s|     1 |     0 | 17273 |     - |   141M |   0 |4409 |5079 |  10k|2109 |  8 |  55 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.44/15.54	c  15.5s|     1 |     0 | 18303 |     - |   149M |   0 |4409 |5081 |  11k|2249 |  9 |  57 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.95/16.09	c  16.1s|     1 |     0 | 19468 |     - |   153M |   0 |4409 |5084 |  11k|2379 | 10 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
16.35/16.49	c  16.5s|     1 |     0 | 20356 |     - |   155M |   0 |4409 |5087 |  11k|2494 | 11 |  63 |   0 | 0.000000e+00 |      --      |    Inf | unknown
22.23/22.32	c  22.3s|     1 |     2 | 26758 |     - |   155M |   0 |4409 |5105 |  11k|2494 | 11 |  81 |  13 | 0.000000e+00 |      --      |    Inf | unknown
30.01/30.12	c  30.1s|   100 |    20 | 58561 | 385.9 |   160M |  20 |4409 |5243 |  10k|4944 |  1 | 219 |  13 | 0.000000e+00 |      --      |    Inf |  28.21%
34.19/34.32	c  34.3s|   200 |    13 | 69773 | 248.3 |   168M |  20 |4409 |5413 |  10k|6032 |  2 | 392 |  13 | 0.000000e+00 |      --      |    Inf |  31.30%
39.17/39.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.17/39.39	c  39.4s|   300 |    13 | 87780 | 225.5 |   180M |  20 |4409 |5576 |   0 |8102 |  0 | 556 |  13 | 0.000000e+00 |      --      |    Inf |  47.66%
46.25/46.43	c  46.4s|   400 |     9 |116122 | 240.0 |   195M |  20 |4409 |5482 |  10k|  10k|  2 | 768 |  13 | 0.000000e+00 |      --      |    Inf |  61.72%
52.64/52.80	c  52.8s|   500 |     9 |144433 | 248.7 |   221M |  20 |4409 |5721 |  10k|  14k|  2 |1007 |  13 | 0.000000e+00 |      --      |    Inf |  67.29%
61.51/61.72	c  61.7s|   600 |    13 |178250 | 263.6 |   236M |  20 |4409 |4457 |  11k|  18k|  2 |1157 |  13 | 0.000000e+00 |      --      |    Inf |  97.04%
65.40/65.66	c  65.7s|   700 |     3 |197449 | 253.4 |   245M |  20 |4409 |4070 |   0 |  20k|  0 |1289 |  13 | 0.000000e+00 |      --      |    Inf |  99.55%
65.50/65.76	c 
65.50/65.76	c SCIP Status        : problem is solved [infeasible]
65.50/65.76	c Solving Time (sec) : 65.76
65.50/65.76	c Solving Nodes      : 703
65.50/65.76	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
65.50/65.76	c Dual Bound         : +1.00000000000000e+20
65.50/65.76	c Gap                : 0.00 %
65.50/65.76	s UNSATISFIABLE
65.50/65.76	c SCIP Status        : problem is solved [infeasible]
65.50/65.76	c Total Time         :      65.76
65.50/65.76	c   solving          :      65.76
65.50/65.76	c   presolving       :       9.34 (included in solving)
65.50/65.76	c   reading          :       0.04 (included in solving)
65.50/65.76	c   copying          :       0.85 (73 #copies) (minimal 0.01, maximal 0.01, average 0.01)
65.50/65.76	c Original Problem   :
65.50/65.76	c   Problem name     : HOME/instance-4491871-1751144569.opb
65.50/65.76	c   Variables        : 6832 (6832 binary, 0 integer, 0 continuous)
65.50/65.76	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
65.50/65.76	c   Constraints      : 19477 initial, 19477 maximal
65.50/65.76	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
65.50/65.76	c Presolved Problem  :
65.50/65.76	c   Problem name     : t_HOME/instance-4491871-1751144569.opb
65.50/65.76	c   Variables        : 4409 (4409 binary, 0 integer, 0 continuous)
65.50/65.76	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
65.50/65.76	c   Constraints      : 4934 initial, 5769 maximal
65.50/65.76	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
65.50/65.76	c   Nonzeros         : 18364 constraint, 12767 clique table
65.50/65.76	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
65.50/65.76	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   domcol           :       0.00       0.00     25          0          0          0          0          0          0          0          0          0
65.50/65.76	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
65.50/65.76	c   gateextraction   :       0.05       0.00     70          0          0          0          0          0      16801       5597          0          0
65.50/65.76	c   implics          :       0.00       0.00     72          0          0          0          0          0          0          0          0          0
65.50/65.76	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   milp             :       0.16       0.00      1        283        518          0          0          0          0          0          0          0
65.50/65.76	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
65.50/65.76	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   trivial          :       0.01       0.00    102         57          0          0          0          0          0          0          0          0
65.50/65.76	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   dualfix          :       0.01       0.00    102          0          0          0          0          0          0          0          0          0
65.50/65.76	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   probing          :       8.32       0.00     25        715        198          0          0          0          0          0          0          0
65.50/65.76	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   symmetry         :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
65.50/65.76	c   vbounds          :       0.04       0.00      8          0          0          0          0          0          0          0          0          0
65.50/65.76	c   knapsack         :       0.03       0.00    235          0          0          0          0          0          0          0          0          0
65.50/65.76	c   setppc           :       0.05       0.00    235          0         10          0          0          0        200          0          0          0
65.50/65.76	c   and              :       0.50       0.00    160         23        614          0          0          0        908        357          0        466
65.50/65.76	c   linear           :       0.07       0.01      6          1          4          0          1          0       2070          0        262        524
65.50/65.76	c   logicor          :       0.01       0.00    192          0          0          0          0          0          1          0          0          1
65.50/65.76	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
65.50/65.76	c   root node        :          -          -      -       2552          -          -       2552          -          -          -          -          -
65.50/65.76	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
65.50/65.76	c   integral         :          0          0          0          0        462          0          0         46          0          0          0          0          0          0        924
65.50/65.76	c   knapsack         :        524+       536         11      56993          0          0          0         42        263          9        864       2205        134          0          0
65.50/65.76	c   setppc           :        482+       528         11      56985          0          0          0          0       6389         59       4577          2          1          0          0
65.50/65.76	c   and              :       3925       3925        966      56933          0          0          0          0      70165        351     145514      25340      13894          0          0
65.50/65.76	c   linear           :          0+       245         11      12857          0          0          0          3        454         12        509         38          3          0          0
65.50/65.76	c   logicor          :          3+      1058         11       6503          0          0          0          0       2683         44       1887          8          2          0          0
65.50/65.76	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
65.50/65.76	c   integral         :       3.47       0.00       0.00       0.00       3.47       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   knapsack         :       0.25       0.00       0.01       0.24       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   setppc           :       0.23       0.00       0.00       0.23       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   and              :       5.30       0.00       0.54       4.70       0.00       0.00       0.00       0.00       0.03       0.03
65.50/65.76	c   linear           :       0.02       0.01       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   logicor          :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
65.50/65.76	c   dualfix          :          1          0          0          0
65.50/65.76	c   genvbounds       :          0          0          0          0
65.50/65.76	c   nlobbt           :          0          0          0          0
65.50/65.76	c   obbt             :          0          0          0          0
65.50/65.76	c   probing          :          0          0          0          0
65.50/65.76	c   pseudoobj        :          0          0          0          0
65.50/65.76	c   redcost          :          0          0          0          0
65.50/65.76	c   rootredcost      :          0          0          0          0
65.50/65.76	c   symmetry         :          0          0          0          0
65.50/65.76	c   vbounds          :      12904          0          0          0
65.50/65.76	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
65.50/65.76	c   dualfix          :       0.01       0.00       0.01       0.00       0.00       0.00
65.50/65.76	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   probing          :       8.32       0.00       8.32       0.00       0.00       0.00
65.50/65.76	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
65.50/65.76	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
65.50/65.76	c   symmetry         :       0.02       0.00       0.02       0.00       0.00       0.00
65.50/65.76	c   vbounds          :       0.74       0.00       0.04       0.69       0.00       0.00
65.50/65.76	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
65.50/65.76	c   propagation      :       0.05        470        364          -       1968       29.6         38       12.2          -          -          -
65.50/65.76	c   infeasible LP    :       0.06         85         84          -        194       18.9         10       10.6         84        7.1          0
65.50/65.76	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
65.50/65.76	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
65.50/65.76	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
65.50/65.76	c   applied globally :       0.04          -          -          0       1205       16.7          -          -         83          -          -
65.50/65.76	c   applied locally  :          -          -          -          0          3       13.7          -          -          1          -          -
65.50/65.76	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
65.50/65.76	c   cut pool         :       0.33          -        250         21          -          -      12141      28959          -          -          -          -          -    (maximal pool size:       8442)
65.50/65.76	c   aggregation      :       0.22       0.00         93         11          0          0         53        312          0         50         50          0          0
65.50/65.76	c   > cmir           :          -          -          -          -          -          -          -        229          0         45         45          0          -
65.50/65.76	c   > flowcover      :          -          -          -          -          -          -          -         83          0          5          5          0          -
65.50/65.76	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
65.50/65.76	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   clique           :       0.85       0.00         11         11          0          0         89        215          0         30         30          0          0
65.50/65.76	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   gomory           :       6.28       0.00         92         10          0          0       6136      15314        532       1309       1292         17          0
65.50/65.76	c   > gomorymi       :          -          -          -          -          -          -          -       4724        266        302        292         10          -
65.50/65.76	c   > strongcg       :          -          -          -          -          -          -          -      10590        266       1007       1000          7          -
65.50/65.76	c   impliedbounds    :       0.26       0.00         93         11          0          3       5969      10560          0       4033       4033          0          0
65.50/65.76	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
65.50/65.76	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   multilinear      :       0.00       0.00         67         11          0          0          2         26          0          6          6          0          0
65.50/65.76	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
65.50/65.76	c   rapidlearning    :       7.80       0.00         72          1          0      41148          0          0          0          0          0          0        365
65.50/65.76	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
65.50/65.76	c   zerohalf         :       0.68       0.00         93         11          0          0        674       2532        250       1263       1136        127          0
65.50/65.76	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
65.50/65.76	c   hybrid           :       0.10       0.00        841         11      20784          0      34974       2494          0      13354
65.50/65.76	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c Pricers            :   ExecTime  SetupTime      Calls       Vars
65.50/65.76	c   problem variables:       0.00          -          0          0
65.50/65.76	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
65.50/65.76	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c   relpscost        :       3.47       0.00        462          0          0          0          0          0          0        924
65.50/65.76	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
65.50/65.76	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
65.50/65.76	c   LP solutions     :       0.00          -          -          0          0
65.50/65.76	c   relax solutions  :       0.00          -          -          0          0
65.50/65.76	c   pseudo solutions :       0.00          -          -          0          0
65.50/65.76	c   strong branching :       0.00          -          -          0          0
65.50/65.76	c   actconsdiving    :       0.00       0.00          0          0          0
65.50/65.76	c   adaptivediving   :       1.05       0.00          3          0          0
65.50/65.76	c   alns             :       0.00       0.00          4          0          0
65.50/65.76	c   bound            :       0.00       0.00          0          0          0
65.50/65.76	c   clique           :       0.03       0.00          1          0          0
65.50/65.76	c   coefdiving       :       0.00       0.00          0          0          0
65.50/65.76	c   completesol      :       0.00       0.00          0          0          0
65.50/65.76	c   conflictdiving   :       2.46       0.00          2          0          0
65.50/65.76	c   crossover        :       0.00       0.00          0          0          0
65.50/65.76	c   dins             :       0.00       0.00          0          0          0
65.50/65.76	c   distributiondivin:       0.43       0.00          1          0          0
65.50/65.76	c   dks              :       0.00       0.00          0          0          0
65.50/65.76	c   dps              :       0.00       0.00          0          0          0
65.50/65.76	c   dualval          :       0.00       0.00          0          0          0
65.50/65.76	c   farkasdiving     :       0.00       0.00          0          0          0
65.50/65.76	c   feaspump         :       0.33       0.00          1          0          0
65.50/65.76	c   fixandinfer      :       0.00       0.00          0          0          0
65.50/65.76	c   fracdiving       :       0.40       0.00          2          0          0
65.50/65.76	c   gins             :       0.00       0.00          0          0          0
65.50/65.76	c   guideddiving     :       0.00       0.00          0          0          0
65.50/65.76	c   indicator        :       0.00       0.00          0          0          0
65.50/65.76	c   indicatordiving  :       0.00       0.00          0          0          0
65.50/65.76	c   intdiving        :       0.00       0.00          0          0          0
65.50/65.76	c   intshifting      :       0.00       0.00          0          0          0
65.50/65.76	c   linesearchdiving :       0.28       0.00          2          0          0
65.50/65.76	c   localbranching   :       0.00       0.00          0          0          0
65.50/65.76	c   locks            :       0.01       0.00          1          0          0
65.50/65.76	c   lpface           :       0.01       0.00          0          0          0
65.50/65.76	c   mpec             :       0.00       0.00          0          0          0
65.50/65.76	c   multistart       :       0.00       0.00          0          0          0
65.50/65.76	c   mutation         :       0.00       0.00          0          0          0
65.50/65.76	c   nlpdiving        :       0.00       0.00          0          0          0
65.50/65.76	c   objpscostdiving  :       0.53       0.00          1          0          0
65.50/65.76	c   octane           :       0.00       0.00          0          0          0
65.50/65.76	c   ofins            :       0.00       0.00          0          0          0
65.50/65.76	c   oneopt           :       0.00       0.00          0          0          0
65.50/65.76	c   padm             :       0.00       0.00          0          0          0
65.50/65.76	c   proximity        :       0.00       0.00          0          0          0
65.50/65.76	c   pscostdiving     :       0.62       0.00          2          0          0
65.50/65.76	c   randrounding     :       0.08       0.00         51          0          0
65.50/65.76	c   rens             :       0.06       0.00          1          0          0
65.50/65.76	c   reoptsols        :       0.00       0.00          0          0          0
65.50/65.76	c   repair           :       0.00       0.00          0          0          0
65.50/65.76	c   rins             :       0.00       0.00          0          0          0
65.50/65.76	c   rootsoldiving    :       0.36       0.00          1          0          0
65.50/65.76	c   rounding         :       0.14       0.00        486          0          0
65.50/65.76	c   scheduler        :       0.00       0.00          0          0          0
65.50/65.76	c   shiftandpropagate:       0.03       0.00          1          0          0
65.50/65.76	c   shifting         :       0.60       0.00        161          0          0
65.50/65.76	c   simplerounding   :       0.00       0.00          0          0          0
65.50/65.76	c   subnlp           :       0.00       0.00          0          0          0
65.50/65.76	c   trivial          :       0.00       0.00          2          0          0
65.50/65.76	c   trivialnegation  :       0.00       0.00          0          0          0
65.50/65.76	c   trustregion      :       0.00       0.00          0          0          0
65.50/65.76	c   trysol           :       0.00       0.00          0          0          0
65.50/65.76	c   twoopt           :       0.00       0.00          0          0          0
65.50/65.76	c   undercover       :       0.07       0.00          1          0          0
65.50/65.76	c   vbounds          :       0.03       0.00          1          0          0
65.50/65.76	c   veclendiving     :       0.24       0.00          2          0          0
65.50/65.76	c   zeroobj          :       0.00       0.00          0          0          0
65.50/65.76	c   zirounding       :       0.07       0.00        462          0          0
65.50/65.76	c   other solutions  :          -          -          -          0          -
65.50/65.76	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
65.50/65.76	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
65.50/65.76	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
65.50/65.76	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
65.50/65.76	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
65.50/65.76	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
65.50/65.76	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
65.50/65.76	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
65.50/65.76	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
65.50/65.76	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
65.50/65.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
65.50/65.76	c   primal LP        :       0.10         52          0       0.00       0.00       0.10         52
65.50/65.76	c   dual LP          :      23.69       1454     162609     111.91    6862.76       0.00          1
65.50/65.76	c   lex dual LP      :       0.00          0          0       0.00          -
65.50/65.76	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
65.50/65.76	c   resolve instable :       0.00          0          0       0.00          -
65.50/65.76	c   diving/probing LP:       6.48        146      35312     241.86    5447.39
65.50/65.76	c   strong branching :       2.96         13      11997     922.85    4048.23          -          -         23
65.50/65.76	c     (at root node) :          -         13      11997     922.85          -
65.50/65.76	c   conflict analysis:       0.00          0          0       0.00          -
65.50/65.76	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
65.50/65.76	c   benders          :       0.00          0          0          0       0.00          0          0          0
65.50/65.76	c B&B Tree           :
65.50/65.76	c   number of runs   :          1
65.50/65.76	c   nodes            :        703 (462 internal, 241 leaves)
65.50/65.76	c   feasible leaves  :          0
65.50/65.76	c   infeas. leaves   :        241
65.50/65.76	c   objective leaves :          0
65.50/65.76	c   nodes (total)    :        703 (462 internal, 241 leaves)
65.50/65.76	c   nodes left       :          0
65.50/65.76	c   max depth        :         20
65.50/65.76	c   max depth (total):         20
65.50/65.76	c   backtracks       :        240 (34.1%)
65.50/65.76	c   early backtracks :          0 (0.0%)
65.50/65.76	c   nodes exc. ref.  :          0 (0.0%)
65.50/65.76	c   delayed cutoffs  :        222
65.50/65.76	c   repropagations   :        491 (54472 domain reductions, 159 cutoffs)
65.50/65.76	c   avg switch length:       3.37
65.50/65.76	c   switching time   :       0.51
65.50/65.76	c Root Node          :
65.50/65.76	c   First LP value   : +0.00000000000000e+00
65.50/65.76	c   First LP Iters   :       1688 (24341.71 Iter/sec)
65.50/65.76	c   First LP Time    :       0.07
65.50/65.76	c   Final Dual Bound :          -
65.50/65.76	c   Final Root Iters :      20356
65.50/65.76	c   Root LP Estimate : +4.36531316276534e-02
65.50/65.76	c Solution           :
65.50/65.76	c   Solutions found  :          0 (0 improvements)
65.50/65.76	c   Primal Bound     : infeasible
65.50/65.76	c   Dual Bound       :          -
65.50/65.76	c   Gap              :       0.00 %
65.50/65.76	c Integrals          :      Total       Avg%
65.50/65.76	c   primal-dual      :          -          - (problem infeasible)
65.50/65.76	c   primal-ref       :          -          - (problem infeasible)
65.50/65.76	c   dual-ref         :          -          - (problem infeasible)
65.60/65.84	c Time complete (sec):     65.652

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491871-1751144569/watcher-4491871-1751144569 -o /tmp/evaluation-result-4491871-1751144569/solver-4491871-1751144569 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751144566-13225 --watchdog 3760 pbsolver -f HOME/instance-4491871-1751144569.opb -t 3600 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 1.75 3.46 3.87 5/265 13329
/proc/meminfo: memFree=129467784/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=68648 memory=57216 CPUtime=0.09 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 12185 0 0 0 7 2 0 0 20 0 1 0 30135462 70295552 14304 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 17162 14304 2432 2575 0 14069 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 68648 KiB
Current children cumulated memory: 57216 KiB

[startup+0.205714 s]*
/proc/loadavg: 1.75 3.46 3.87 5/265 13329
/proc/meminfo: memFree=129452452/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=79648 memory=69700 CPUtime=0.2 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 16490 0 0 0 17 3 0 0 20 0 1 0 30135462 81559552 17425 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 19912 17425 2528 2575 0 16819 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 79648 KiB
Current children cumulated memory: 69700 KiB

[startup+0.305548 s]*
/proc/loadavg: 1.75 3.46 3.87 5/265 13329
/proc/meminfo: memFree=129452452/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=77520 memory=68028 CPUtime=0.3 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 17106 0 0 0 27 3 0 0 20 0 1 0 30135462 79380480 17007 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 19380 17007 2528 2575 0 16287 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 77520 KiB
Current children cumulated memory: 68028 KiB

[startup+0.70018 s]
/proc/loadavg: 1.75 3.46 3.87 5/265 13329
/proc/meminfo: memFree=129450688/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=91016 memory=80260 CPUtime=0.69 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 20357 0 0 0 65 4 0 0 20 0 1 0 30135462 93200384 20065 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 22754 20065 2624 2575 0 19661 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 91016 KiB
Current children cumulated memory: 80260 KiB

[startup+1.50017 s]
/proc/loadavg: 1.93 3.46 3.87 5/265 13329
/proc/meminfo: memFree=129444640/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=94152 memory=83460 CPUtime=1.49 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 21134 0 0 0 145 4 0 0 20 0 1 0 30135462 96411648 20865 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 23538 20865 2624 2575 0 20445 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 94152 KiB
Current children cumulated memory: 83460 KiB

[startup+3.10543 s]
/proc/loadavg: 1.93 3.46 3.87 5/265 13329
/proc/meminfo: memFree=129444872/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=94152 memory=83460 CPUtime=3.09 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 21156 0 0 0 305 4 0 0 20 0 1 0 30135462 96411648 20865 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 23538 20865 2624 2575 0 20445 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 94152 KiB
Current children cumulated memory: 83460 KiB

[startup+6.30013 s]
/proc/loadavg: 2.10 3.47 3.87 5/265 13329
/proc/meminfo: memFree=129444872/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=94624 memory=83844 CPUtime=6.27 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 21244 0 0 0 623 4 0 0 20 0 1 0 30135462 96894976 20961 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 23656 20961 2624 2575 0 20563 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 94624 KiB
Current children cumulated memory: 83844 KiB

[startup+12.7001 s]
/proc/loadavg: 2.25 3.48 3.87 5/265 13329
/proc/meminfo: memFree=129380388/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=167392 memory=148232 CPUtime=12.65 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 38217 0 0 0 1258 7 0 0 20 0 1 0 30135462 171409408 37058 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 41848 37058 2688 2575 0 38755 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 167392 KiB
Current children cumulated memory: 148232 KiB

[startup+25.5002 s]
/proc/loadavg: 2.52 3.50 3.87 5/265 13329
/proc/meminfo: memFree=129204040/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=219900 memory=196036 CPUtime=25.41 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 51140 0 0 0 2532 9 0 0 20 0 1 0 30135462 225177600 49009 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 54975 49009 2688 2575 0 51882 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 219900 KiB
Current children cumulated memory: 196036 KiB

[startup+51.1053 s]
/proc/loadavg: 3.17 3.57 3.89 5/265 13330
/proc/meminfo: memFree=128716592/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=272900 memory=248912 CPUtime=50.95 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 76930 0 0 0 5080 15 0 0 20 0 1 0 30135462 279449600 62228 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 68225 62228 2688 2575 0 65132 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 272900 KiB
Current children cumulated memory: 248912 KiB

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

# cumulated CPU time of all completed processes:  user=65.4789 s, system=0.182389 s

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

[startup+51.2002 s]
/proc/loadavg: 3.17 3.57 3.89 5/265 13330
/proc/meminfo: memFree=128716592/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=272900 memory=248912 CPUtime=51.04 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 76931 0 0 0 5089 15 0 0 20 0 1 0 30135462 279449600 62228 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 68225 62228 2688 2575 0 65132 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 272900 KiB
Current children cumulated memory: 248912 KiB

[startup+57.6001 s]
/proc/loadavg: 3.24 3.57 3.89 5/265 13330
/proc/meminfo: memFree=128682764/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=290492 memory=266816 CPUtime=57.42 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 88628 0 0 0 5725 17 0 0 20 0 1 0 30135462 297463808 66704 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 72623 66704 2688 2575 0 69530 0
Current children cumulated CPU time: 57.42 s
Current children cumulated vsize: 290492 KiB
Current children cumulated memory: 266816 KiB

[startup+60.8001 s]
/proc/loadavg: 3.24 3.57 3.89 5/265 13331
/proc/meminfo: memFree=128670776/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=299940 memory=275904 CPUtime=60.61 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 90931 0 0 0 6044 17 0 0 20 0 1 0 30135462 307138560 68976 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 74985 68976 2688 2575 0 71892 0
Current children cumulated CPU time: 60.61 s
Current children cumulated vsize: 299940 KiB
Current children cumulated memory: 275904 KiB

[startup+64.0001 s]*
/proc/loadavg: 3.38 3.60 3.89 5/265 13331
/proc/meminfo: memFree=128662952/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=299940 memory=275904 CPUtime=63.81 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 90933 0 0 0 6364 17 0 0 20 0 1 0 30135462 307138560 68976 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 74985 68976 2688 2575 0 71892 0
Current children cumulated CPU time: 63.81 s
Current children cumulated vsize: 299940 KiB
Current children cumulated memory: 275904 KiB

[startup+64.8001 s]
/proc/loadavg: 3.38 3.60 3.89 5/265 13331
/proc/meminfo: memFree=128662952/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=299940 memory=275904 CPUtime=64.6 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 90933 0 0 0 6443 17 0 0 20 0 1 0 30135462 307138560 68976 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 74985 68976 2688 2575 0 71892 0
Current children cumulated CPU time: 64.6 s
Current children cumulated vsize: 299940 KiB
Current children cumulated memory: 275904 KiB

[startup+65.6001 s]
/proc/loadavg: 3.38 3.60 3.89 5/265 13331
/proc/meminfo: memFree=128662952/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=299940 memory=275904 CPUtime=65.4 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 90933 0 0 0 6523 17 0 0 20 0 1 0 30135462 307138560 68976 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 74985 68976 2688 2575 0 71892 0
Current children cumulated CPU time: 65.4 s
Current children cumulated vsize: 299940 KiB
Current children cumulated memory: 275904 KiB

[startup+65.8001 s]
/proc/loadavg: 3.38 3.60 3.89 5/265 13331
/proc/meminfo: memFree=128662952/131249988 swapFree=33010684/33010684
[pid=13328] ppid=13325 vsize=299940 memory=275904 CPUtime=65.6 cores=0,2
/proc/13328/stat : 13328 (pbsolver) R 13325 13328 13215 0 -1 4194304 90933 0 0 0 6543 17 0 0 20 0 1 0 30135462 307138560 68976 18446744073709551615 4198400 14743177 140732429094064 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 33554432 140732429097354 140732429097450 140732429097450 140732429103052 0
/proc/13328/statm: 74985 68976 2688 2575 0 71892 0
Current children cumulated CPU time: 65.6 s
Current children cumulated vsize: 299940 KiB
Current children cumulated memory: 275904 KiB

Child status: 0

Real time (s): 65.857
CPU time (s): 65.6612
CPU user time (s): 65.4789
CPU system time (s): 0.182389
CPU usage (%): 99.7027
Max. virtual memory (cumulated for all children) (KiB): 299940
Max. memory (cumulated for all children) (KiB): 275904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.4789
system time used= 0.182389
maximum resident set size= 275904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90933
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= 148


# summary of solver processes directly reported to runsolver:
#   pid: 13328
#   total CPU time (s): 65.6612
#   total CPU user time (s): 65.4789
#   total CPU system time (s): 0.182389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.132555 second user time and 0.32228 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-28 23:02:49
IDJOB=4491871
IDBENCH=147744
IDSOLVER=3366
FILE ID=nodeC031/4491871-1751144569
RUNJOBID= nodeC031-1751144566-13225
SLURM_JOB_ID= 9587441
Free space on /tmp= 433008 MiB

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

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

MD5SUM BENCH= eb70aec86515f8c20b79625561d870b1
RANDOM SEED=1802907338

nodeC031 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.962
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.78
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.898
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.78
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		: 3612.239
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.78
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		: 3608.970
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.78
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		: 3599.831
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.78
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.894
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.78
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		: 3601.784
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.78
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		: 3700.000
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129467784 kB
MemAvailable:   129089744 kB
Buffers:            3280 kB
Cached:           409828 kB
SwapCached:            0 kB
Active:           914604 kB
Inactive:         203236 kB
Active(anon):     722796 kB
Inactive(anon):        0 kB
Active(file):     191808 kB
Inactive(file):   203236 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             67104 kB
Writeback:             0 kB
AnonPages:        707952 kB
Mapped:           132808 kB
Shmem:             18064 kB
KReclaimable:      84232 kB
Slab:             166364 kB
SReclaimable:      84232 kB
SUnreclaim:        82132 kB
KernelStack:        4336 kB
PageTables:         4372 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1067704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC031 at 2025-06-28 23:03:55