Trace number 4517049

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 170.252 170.752

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq8/normalized-22array_ineq8.opb
MD5SUMf8822d5d60ccf9346541d6b16fcfa312
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 benchmark1.96633
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3058
Total number of constraints4115
Number of constraints which are clauses3036
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1057
Minimum length of a constraint1
Maximum length of a constraint88
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
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-4517049-1751236756.opb>
0.00/0.03	c original problem has 3058 variables (3058 bin, 0 int, 0 cont) and 4115 constraints
0.00/0.03	c problem read in 0.025 seconds
0.00/0.03	c problem without objective
0.00/0.05	c presolving:
0.00/0.06	c (round 1, fast)       524 del vars, 1208 del conss, 0 add conss, 318 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1222 clqs
0.00/0.07	c (round 2, fast)       671 del vars, 1884 del conss, 0 add conss, 439 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1582 clqs
0.00/0.07	c    (0.1s) running MILP presolver
0.00/0.09	c    (0.1s) MILP presolver (3 rounds): 493 aggregations, 0 fixings, 0 bound changes
0.00/0.09	c (round 3, medium)     1164 del vars, 4115 del conss, 1245 add conss, 439 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 604 clqs
0.10/0.11	c (round 4, exhaustive) 1164 del vars, 4115 del conss, 1245 add conss, 439 chg bounds, 0 chg sides, 0 chg coeffs, 364 upgd conss, 0 impls, 604 clqs
0.10/0.11	c (round 5, fast)       1164 del vars, 4115 del conss, 1245 add conss, 439 chg bounds, 1 chg sides, 86 chg coeffs, 364 upgd conss, 0 impls, 604 clqs
0.10/0.12	c (round 6, exhaustive) 1164 del vars, 4478 del conss, 1366 add conss, 439 chg bounds, 1 chg sides, 86 chg coeffs, 364 upgd conss, 0 impls, 606 clqs
0.21/0.31	c    (0.3s) probing: 1000/1916 (52.2%) - 0 fixings, 1 aggregations, 786 implications, 0 bound changes
0.41/0.44	c    (0.4s) probing: 1747/1916 (91.2%) - 0 fixings, 1 aggregations, 1168 implications, 0 bound changes
0.41/0.44	c    (0.4s) probing aborted: 1000/1000 successive useless probings
0.41/0.44	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.41/0.45	c    (0.4s) no symmetry present (symcode time: 0.00)
0.41/0.45	c presolving (7 rounds: 7 fast, 4 medium, 3 exhaustive):
0.41/0.45	c  1165 deleted vars, 4478 deleted constraints, 1366 added constraints, 439 tightened bounds, 0 added holes, 1 changed sides, 86 changed coefficients
0.41/0.45	c  0 implications, 1750 cliques
0.41/0.45	c presolved problem has 1915 variables (1915 bin, 0 int, 0 cont) and 1003 constraints
0.41/0.45	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.41/0.45	c       1 constraints of type <knapsack>
0.41/0.45	c     121 constraints of type <and>
0.41/0.45	c     881 constraints of type <linear>
0.41/0.45	c transformed objective value is always integral (scale: 1)
0.41/0.45	c Presolving Time: 0.40
0.41/0.45	c 
0.41/0.45	c - non default parameters ----------------------------------------------------------------------
0.41/0.45	c 
0.41/0.45	c # SCIP version 10.0.0
0.41/0.45	c 
0.41/0.45	c # maximal time in seconds to run
0.41/0.45	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.41/0.45	c limits/time = 3596.995108
0.41/0.45	c 
0.41/0.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.41/0.45	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.41/0.45	c limits/memory = 27900
0.41/0.45	c 
0.41/0.45	c # belongs reading time to solving time?
0.41/0.45	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.41/0.45	c timing/reading = TRUE
0.41/0.45	c 
0.41/0.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
0.41/0.45	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.41/0.45	c reading/opbreader/maxintsize = 47
0.41/0.45	c 
0.41/0.45	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.41/0.45	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.41/0.45	c propagating/genvbounds/timingmask = 0
0.41/0.45	c 
0.41/0.45	c -----------------------------------------------------------------------------------------------
0.41/0.45	c 
0.51/0.52	c (node 1) unresolved numerical troubles in LP 2 -- using pseudo solution instead (loop 1)
0.51/0.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.51/0.52	c   0.5s|     1 |     2 |   302 |     - |    25M |   0 |1915 |1034 |1124 |   0 |  0 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.05	c   1.0s|   100 |    89 |  5878 |  56.3 |    26M |  28 |1915 |1053 |1124 |   1 |  0 |  49 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.16	c   1.2s|   200 |   161 |  6501 |  31.2 |    26M |  28 |1915 |1054 |   0 |   1 |  0 |  51 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.27	c   1.3s|   300 |   241 |  6713 |  21.4 |    26M |  28 |1915 |1055 |1124 |   1 |  0 |  52 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.38/1.43	c   1.4s|   400 |   325 |  8503 |  20.6 |    27M |  28 |1915 |1055 |1124 |   1 |  0 |  52 |   0 | 0.000000e+00 |      --      |    Inf |   0.72%
1.58/1.60	c   1.6s|   500 |   397 | 10656 |  20.7 |    27M |  28 |1915 |1055 |1124 |   1 |  0 |  52 |   0 | 0.000000e+00 |      --      |    Inf |   1.83%
1.68/1.77	c   1.8s|   600 |   473 | 14276 |  23.3 |    27M |  28 |1915 |1055 |1124 |   1 |  0 |  52 |   0 | 0.000000e+00 |      --      |    Inf |   2.19%
2.18/2.21	c   2.2s|   700 |   552 | 24908 |  35.2 |    28M |  28 |1915 |1069 |1124 |   1 |  0 |  66 |   0 | 0.000000e+00 |      --      |    Inf |   2.30%
2.28/2.36	c   2.4s|   800 |   617 | 28884 |  35.8 |    28M |  28 |1915 |1098 |   0 |   1 |  0 |  96 |   0 | 0.000000e+00 |      --      |    Inf |   2.32%
2.77/2.84	c   2.8s|   900 |   687 | 39445 |  43.5 |    29M |  28 |1915 |1110 |1124 |   1 |  0 | 108 |   0 | 0.000000e+00 |      --      |    Inf |   2.33%
3.17/3.28	c   3.3s|  1000 |   750 | 50072 |  49.8 |    29M |  28 |1915 |1144 |1124 |   1 |  0 | 142 |   0 | 0.000000e+00 |      --      |    Inf |   2.33%
3.47/3.51	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
3.47/3.51	c (run 1, node 1055) performing user restart
3.47/3.51	c 
3.47/3.51	c presolving:
3.47/3.51	c (round 1, fast)       0 del vars, 3 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1753 clqs
3.47/3.52	c (round 2, exhaustive) 0 del vars, 17 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 4 chg coeffs, 0 upgd conss, 0 impls, 1753 clqs
3.47/3.52	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
3.47/3.52	c  0 deleted vars, 17 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 9 changed coefficients
3.47/3.52	c  0 implications, 1753 cliques
3.47/3.52	c presolved problem has 1915 variables (1915 bin, 0 int, 0 cont) and 1138 constraints
3.47/3.52	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
3.47/3.52	c       1 constraints of type <knapsack>
3.47/3.52	c       3 constraints of type <setppc>
3.47/3.52	c     121 constraints of type <and>
3.47/3.52	c     881 constraints of type <linear>
3.47/3.52	c     132 constraints of type <logicor>
3.47/3.52	c transformed objective value is always integral (scale: 1)
3.47/3.52	c Presolving Time: 0.41
3.47/3.52	c 
3.47/3.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.47/3.54	c   3.5s|     1 |     0 | 56610 |     - |    30M |   0 |1915 |1138 |1124 |   0 |  0 | 153 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.47/4.52	c (node 1) numerical troubles in LP 1240 -- unresolved
4.47/4.52	c (node 1) unresolved numerical troubles in LP 1240 -- using pseudo solution instead (loop 1)
4.47/4.52	c   4.5s|     1 |     2 | 71480 |     - |    31M |   0 |1915 |1138 |1401 | 277 |  1 | 153 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.36/8.49	c   8.5s|   100 |    30 |136803 | 104.8 |    33M |  35 |1915 |1191 |   0 | 560 |  0 | 217 |   0 | 0.000000e+00 |      --      |    Inf |  50.10%
9.56/9.69	c   9.7s|   200 |    18 |157965 | 113.3 |    34M |  35 |1915 |1292 |1603 | 603 |  1 | 318 |   0 | 0.000000e+00 |      --      |    Inf |  50.13%
12.96/13.01	c  13.0s|   300 |    24 |221325 | 151.8 |    34M |  35 |1915 |1385 |1504 | 741 |  1 | 416 |   0 | 0.000000e+00 |      --      |    Inf |  50.20%
15.14/15.20	c  15.2s|   400 |    26 |258107 | 166.6 |    35M |  35 |1915 |1445 |1603 | 821 |  1 | 481 |   0 | 0.000000e+00 |      --      |    Inf |  50.27%
17.13/17.23	c  17.2s|   500 |    17 |289763 | 176.3 |    36M |  35 |1915 |1530 |1404 | 823 |  1 | 570 |   0 | 0.000000e+00 |      --      |    Inf |  50.34%
20.23/20.35	c  20.3s|   600 |    26 |348788 | 201.3 |    39M |  35 |1915 |1569 |1519 |1189 |  0 | 611 |   0 | 0.000000e+00 |      --      |    Inf |  51.31%
22.42/22.53	c  22.5s|   700 |    35 |387833 | 212.1 |    40M |  35 |1915 |1651 |1404 |1589 |  1 | 707 |   0 | 0.000000e+00 |      --      |    Inf |  51.43%
24.22/24.37	c  24.4s|   800 |    36 |427188 | 221.9 |    41M |  35 |1915 |1753 |1506 |1891 |  1 | 809 |   0 | 0.000000e+00 |      --      |    Inf |  51.58%
25.22/25.38	c  25.4s|   900 |    40 |449305 | 221.8 |    42M |  35 |1915 |1772 |   0 |2040 |  0 | 831 |   0 | 0.000000e+00 |      --      |    Inf |  51.68%
25.61/25.71	c  25.7s|  1000 |    30 |456609 | 214.6 |    42M |  35 |1915 |1792 |   0 |2040 |  0 | 852 |   0 | 0.000000e+00 |      --      |    Inf |  51.72%
27.02/27.17	c  27.2s|  1100 |    31 |486077 | 218.3 |    43M |  35 |1915 |1847 |1404 |2040 |  1 | 913 |   0 | 0.000000e+00 |      --      |    Inf |  51.95%
28.51/28.65	c  28.6s|  1200 |    38 |511188 | 219.8 |    44M |  35 |1915 |1902 |   0 |2457 |  0 | 974 |   0 | 0.000000e+00 |      --      |    Inf |  52.10%
29.31/29.41	c  29.4s|  1300 |    35 |524921 | 216.3 |    44M |  35 |1915 |1933 |1670 |2803 |  1 |1009 |   0 | 0.000000e+00 |      --      |    Inf |  52.12%
32.70/32.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.70/32.88	c  32.9s|  1400 |    44 |594403 | 235.8 |    44M |  35 |1915 |1985 |1404 |3498 |  0 |1067 |   0 | 0.000000e+00 |      --      |    Inf |  52.21%
33.60/33.71	c  33.7s|  1500 |    49 |612053 | 233.4 |    45M |  35 |1915 |2029 |1404 |3699 |  0 |1116 |   0 | 0.000000e+00 |      --      |    Inf |  52.33%
35.29/35.48	c  35.5s|  1600 |    57 |651213 | 239.4 |    45M |  35 |1915 |2042 |   0 |4299 |  0 |1136 |   0 | 0.000000e+00 |      --      |    Inf |  52.37%
36.19/36.38	c (node 1641) numerical troubles in LP 3135 -- unresolved
38.00/38.12	c  38.1s|  1700 |    42 |708459 | 251.5 |    45M |  35 |1915 |2075 |1505 |4772 |  2 |1183 |   0 | 0.000000e+00 |      --      |    Inf |  52.43%
39.38/39.53	c (node 1722) numerical troubles in LP 3276 -- unresolved
41.89/42.05	c  42.0s|  1800 |    40 |785704 | 269.7 |    45M |  35 |1915 |2092 |1667 |5181 |  1 |1222 |   0 | 0.000000e+00 |      --      |    Inf |  52.57%
45.36/45.51	c  45.5s|  1900 |    44 |860259 | 285.9 |    46M |  35 |1915 |2156 |1508 |5667 |  1 |1314 |   0 | 0.000000e+00 |      --      |    Inf |  52.78%
48.16/48.30	c  48.3s|  2000 |    54 |918356 | 295.5 |    47M |  35 |1915 |2217 |1404 |5969 |  1 |1389 |   0 | 0.000000e+00 |      --      |    Inf |  52.91%
50.96/51.11	c  51.1s|  2100 |    59 |983249 | 306.7 |    47M |  35 |1915 |2251 |1505 |6370 |  1 |1449 |   0 | 0.000000e+00 |      --      |    Inf |  53.14%
53.04/53.21	c  53.2s|  2200 |    60 |  1029k| 311.4 |    48M |  35 |1915 |2307 |   0 |6670 |  0 |1517 |   0 | 0.000000e+00 |      --      |    Inf |  53.36%
55.74/56.00	c  56.0s|  2300 |    54 |  1087k| 319.6 |    49M |  35 |1915 |2287 |   0 |7447 |  0 |1575 |   0 | 0.000000e+00 |      --      |    Inf |  53.88%
58.23/58.43	c  58.4s|  2400 |    51 |  1131k| 323.1 |    50M |  35 |1915 |2295 |   0 |7948 |  0 |1689 |   0 | 0.000000e+00 |      --      |    Inf |  54.36%
58.73/58.91	c (node 2407) numerical troubles in LP 4107 -- unresolved
61.62/61.84	c  61.8s|  2500 |    53 |  1219k| 338.6 |    51M |  35 |1915 |2252 |1489 |8444 |  0 |1764 |   0 | 0.000000e+00 |      --      |    Inf |  54.73%
63.83/64.09	c (node 2558) numerical troubles in LP 4300 -- unresolved
64.41/64.61	c  64.6s|  2600 |    55 |  1268k| 342.9 |    51M |  35 |1915 |2277 |1764 |9204 |  2 |1823 |   0 | 0.000000e+00 |      --      |    Inf |  55.13%
67.50/67.72	c  67.7s|  2700 |    51 |  1334k| 351.4 |    52M |  35 |1915 |2201 |1403 |9591 |  1 |1893 |   0 | 0.000000e+00 |      --      |    Inf |  55.58%
74.09/74.34	c (node 2768) numerical troubles in LP 4642 -- unresolved
75.38/75.69	c  75.7s|  2800 |    66 |  1491k| 382.8 |    55M |  35 |1915 |2217 |1598 |  10k|  0 |1979 |   0 | 0.000000e+00 |      --      |    Inf |  56.14%
78.47/78.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.47/78.77	c  78.8s|  2900 |    73 |  1554k| 389.2 |    56M |  35 |1915 |2266 |1503 |  10k|  0 |2074 |   0 | 0.000000e+00 |      --      |    Inf |  56.47%
81.67/81.99	c (node 2972) numerical troubles in LP 4952 -- unresolved
82.16/82.43	c  82.4s|  3000 |    97 |  1629k| 398.1 |    57M |  35 |1915 |2308 |1503 |  12k|  0 |2161 |   0 | 0.000000e+00 |      --      |    Inf |  56.96%
84.56/84.87	c  84.9s|  3100 |   101 |  1678k| 400.3 |    58M |  35 |1915 |2374 |1503 |  12k|  1 |2241 |   0 | 0.000000e+00 |      --      |    Inf |  57.35%
86.05/86.30	c  86.3s|  3200 |   100 |  1702k| 396.6 |    59M |  35 |1915 |2481 |   0 |  13k|  0 |2364 |   0 | 0.000000e+00 |      --      |    Inf |  57.82%
90.75/91.06	c  91.1s|  3300 |    98 |  1811k| 412.5 |    60M |  35 |1915 |2530 |1451 |  13k|  1 |2452 |   0 | 0.000000e+00 |      --      |    Inf |  58.26%
91.54/91.87	c (node 3319) numerical troubles in LP 5407 -- unresolved
93.13/93.41	c  93.4s|  3400 |    97 |  1865k| 415.4 |    61M |  35 |1915 |2531 |   0 |  14k|  0 |2544 |   0 | 0.000000e+00 |      --      |    Inf |  58.67%
93.43/93.70	c (node 3401) numerical troubles in LP 5494 -- unresolved
95.13/95.48	c  95.5s|  3500 |    95 |  1917k| 417.6 |    62M |  35 |1915 |2552 |   0 |  14k|  0 |2638 |   0 | 0.000000e+00 |      --      |    Inf |  59.10%
96.22/96.59	c  96.6s|  3600 |    95 |  1939k| 413.4 |    63M |  35 |1915 |2570 |1557 |  14k|  1 |2694 |   0 | 0.000000e+00 |      --      |    Inf |  59.57%
96.92/97.27	c  97.3s|  3700 |    90 |  1950k| 407.0 |    63M |  35 |1915 |2587 |   0 |  15k|  0 |2740 |   0 | 0.000000e+00 |      --      |    Inf |  60.05%
98.52/98.85	c (node 3771) numerical troubles in LP 5847 -- unresolved
99.21/99.50	c  99.5s|  3800 |    89 |  2000k| 408.9 |    64M |  35 |1915 |2586 |1503 |  15k|  0 |2790 |   0 | 0.000000e+00 |      --      |    Inf |  60.27%
102.72/103.06	c   103s|  3900 |    91 |  2077k| 416.1 |    64M |  35 |1915 |2585 |1498 |  15k|  0 |2839 |   0 | 0.000000e+00 |      --      |    Inf |  60.52%
104.71/105.01	c   105s|  4000 |    83 |  2125k| 417.4 |    64M |  35 |1915 |2608 |1504 |  15k|  1 |2907 |   0 | 0.000000e+00 |      --      |    Inf |  60.79%
107.39/107.73	c   108s|  4100 |    76 |  2184k| 420.7 |    65M |  35 |1915 |2604 |   0 |  16k|  0 |2940 |   0 | 0.000000e+00 |      --      |    Inf |  61.36%
110.88/111.24	c   111s|  4200 |    80 |  2250k| 425.2 |    65M |  35 |1915 |2618 |   0 |  17k|  0 |3004 |   0 | 0.000000e+00 |      --      |    Inf |  61.74%
112.48/112.89	c   113s|  4300 |    77 |  2284k| 423.8 |    66M |  35 |1915 |2614 |1603 |  18k|  0 |3035 |   0 | 0.000000e+00 |      --      |    Inf |  62.21%
115.27/115.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
115.27/115.62	c   116s|  4400 |    71 |  2346k| 427.4 |    66M |  35 |1915 |2652 |   0 |  18k|  0 |3120 |   0 | 0.000000e+00 |      --      |    Inf |  62.69%
116.57/116.94	c   117s|  4500 |    68 |  2379k| 425.6 |    66M |  35 |1915 |2699 |1689 |  18k|  1 |3192 |   0 | 0.000000e+00 |      --      |    Inf |  62.87%
119.77/120.14	c   120s|  4600 |    66 |  2453k| 431.2 |    67M |  35 |1915 |2717 |   0 |  19k|  0 |3252 |   0 | 0.000000e+00 |      --      |    Inf |  63.25%
123.55/123.94	c (node 4691) numerical troubles in LP 6959 -- unresolved -- further messages will be suppressed (use display/verblevel=5 to see all)
123.76/124.11	c   124s|  4700 |    67 |  2533k| 437.6 |    68M |  35 |1915 |2695 |1497 |  20k|  1 |3296 |   0 | 0.000000e+00 |      --      |    Inf |  63.75%
126.14/126.50	c   126s|  4800 |    67 |  2577k| 437.6 |    68M |  35 |1915 |2706 |1603 |  21k|  1 |3326 |   0 | 0.000000e+00 |      --      |    Inf |  64.29%
126.94/127.31	c   127s|  4900 |    58 |  2594k| 433.0 |    68M |  35 |1915 |2737 |   0 |  21k|  0 |3379 |   0 | 0.000000e+00 |      --      |    Inf |  64.70%
127.93/128.38	c   128s|  5000 |    61 |  2617k| 429.8 |    69M |  35 |1915 |2768 |1524 |  22k|  1 |3433 |   0 | 0.000000e+00 |      --      |    Inf |  65.19%
129.53/129.96	c   130s|  5100 |    56 |  2653k| 428.6 |    70M |  35 |1915 |2787 |1539 |  23k|  0 |3515 |   0 | 0.000000e+00 |      --      |    Inf |  65.76%
131.22/131.68	c   132s|  5200 |    49 |  2692k| 428.0 |    71M |  35 |1915 |2767 |1498 |  23k|  1 |3560 |   0 | 0.000000e+00 |      --      |    Inf |  66.32%
133.73/134.12	c   134s|  5300 |    41 |  2745k| 429.6 |    72M |  35 |1915 |2781 |1603 |  24k|  1 |3628 |   0 | 0.000000e+00 |      --      |    Inf |  67.00%
135.32/135.73	c   136s|  5400 |    35 |  2784k| 429.0 |    72M |  35 |1915 |2803 |   0 |  24k|  0 |3681 |   0 | 0.000000e+00 |      --      |    Inf |  67.46%
137.51/138.01	c   138s|  5500 |    36 |  2834k| 430.1 |    72M |  35 |1915 |2830 |   0 |  25k|  0 |3728 |   0 | 0.000000e+00 |      --      |    Inf |  67.90%
139.50/139.91	c   140s|  5600 |    32 |  2885k| 431.3 |    73M |  35 |1915 |2827 |   0 |  25k|  0 |3775 |   0 | 0.000000e+00 |      --      |    Inf |  68.34%
142.20/142.60	c   143s|  5700 |    26 |  2943k| 433.4 |    73M |  35 |1915 |2823 |1504 |  25k|  1 |3819 |   0 | 0.000000e+00 |      --      |    Inf |  68.89%
143.70/144.13	c   144s|  5800 |    25 |  2971k| 431.2 |    74M |  35 |1915 |2836 |   0 |  26k|  0 |3870 |   0 | 0.000000e+00 |      --      |    Inf |  69.35%
147.78/148.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
147.78/148.29	c   148s|  5900 |    23 |  3064k| 438.4 |    74M |  35 |1915 |2831 |1651 |  26k|  1 |3909 |   0 | 0.000000e+00 |      --      |    Inf |  69.75%
151.07/151.50	c   151s|  6000 |    17 |  3130k| 441.6 |    74M |  35 |1915 |2864 |1519 |  27k|  1 |3958 |   0 | 0.000000e+00 |      --      |    Inf |  70.01%
152.76/153.21	c   153s|  6100 |    10 |  3168k| 440.6 |    75M |  35 |1915 |2885 |   0 |  27k|  0 |3999 |   0 | 0.000000e+00 |      --      |    Inf |  70.52%
155.46/155.98	c   156s|  6200 |    16 |  3225k| 442.5 |    76M |  35 |1915 |2901 |1603 |  28k|  2 |4053 |   0 | 0.000000e+00 |      --      |    Inf |  71.02%
158.15/158.60	c   159s|  6300 |    13 |  3273k| 443.0 |    76M |  35 |1915 |2940 |1603 |  29k|  2 |4108 |   0 | 0.000000e+00 |      --      |    Inf |  71.51%
159.56/160.02	c   160s|  6400 |    14 |  3304k| 441.3 |    77M |  35 |1915 |2987 |1503 |  30k|  1 |4177 |   0 | 0.000000e+00 |      --      |    Inf |  72.07%
161.04/161.55	c   162s|  6500 |    13 |  3338k| 439.9 |    77M |  35 |1915 |3013 |   0 |  30k|  0 |4229 |   0 | 0.000000e+00 |      --      |    Inf |  72.54%
162.84/163.37	c   163s|  6600 |    14 |  3382k| 439.8 |    78M |  35 |1915 |3010 |1503 |  31k|  1 |4252 |   0 | 0.000000e+00 |      --      |    Inf |  72.95%
164.73/165.20	c   165s|  6700 |    13 |  3423k| 439.5 |    78M |  35 |1915 |3037 |1657 |  32k|  1 |4292 |   0 | 0.000000e+00 |      --      |    Inf |  73.58%
165.55/166.08	c   166s|  6800 |    12 |  3443k| 436.4 |    78M |  35 |1915 |3064 |   0 |  32k|  0 |4324 |   0 | 0.000000e+00 |      --      |    Inf |  73.86%
167.63/168.12	c   168s|  6900 |    11 |  3490k| 436.8 |    79M |  35 |1915 |3067 |1503 |  33k|  1 |4344 |   0 | 0.000000e+00 |      --      |    Inf |  74.30%
169.51/170.10	c   170s|  7000 |     4 |  3540k| 437.6 |    79M |  35 |1915 |3135 |1403 |  33k|  1 |4431 |   0 | 0.000000e+00 |      --      |    Inf |  74.78%
170.19/170.73	c 
170.19/170.73	c SCIP Status        : problem is solved [infeasible]
170.19/170.73	c Solving Time (sec) : 170.73
170.19/170.73	c Solving Nodes      : 7033 (total of 8088 nodes in 2 runs)
170.19/170.73	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
170.19/170.73	c Dual Bound         : +1.00000000000000e+20
170.19/170.73	c Gap                : 0.00 %
170.19/170.73	s UNSATISFIABLE
170.19/170.73	c SCIP Status        : problem is solved [infeasible]
170.19/170.73	c Total Time         :     170.73
170.19/170.73	c   solving          :     170.73
170.19/170.73	c   presolving       :       0.41 (included in solving)
170.19/170.73	c   reading          :       0.03 (included in solving)
170.19/170.73	c   copying          :       0.49 (100 #copies) (minimal 0.00, maximal 0.01, average 0.00)
170.19/170.73	c Original Problem   :
170.19/170.73	c   Problem name     : HOME/instance-4517049-1751236756.opb
170.19/170.73	c   Variables        : 3058 (3058 binary, 0 integer, 0 continuous)
170.19/170.73	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
170.19/170.73	c   Constraints      : 4115 initial, 4115 maximal
170.19/170.73	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
170.19/170.73	c Presolved Problem  :
170.19/170.73	c   Problem name     : t_HOME/instance-4517049-1751236756.opb
170.19/170.73	c   Variables        : 1915 (1915 binary, 0 integer, 0 continuous)
170.19/170.73	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
170.19/170.73	c   Constraints      : 1138 initial, 3141 maximal
170.19/170.73	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
170.19/170.73	c   Nonzeros         : 7086 constraint, 3496 clique table
170.19/170.73	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
170.19/170.73	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
170.19/170.73	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
170.19/170.73	c   gateextraction   :       0.00       0.00      3          0          0          0          0          0        363        121          0          0
170.19/170.73	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
170.19/170.73	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   milp             :       0.02       0.00      1          0        493          0          0          0       2231       1245          0          0
170.19/170.73	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
170.19/170.73	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   trivial          :       0.00       0.00     10         22          0          0          0          0          0          0          0          0
170.19/170.73	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   dualfix          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
170.19/170.73	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   probing          :       0.32       0.00      1          0          1          0          0          0          0          0          0          0
170.19/170.73	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
170.19/170.73	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
170.19/170.73	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
170.19/170.73	c   knapsack         :       0.00       0.00     13          0          0          0          0          0          0          0          1         86
170.19/170.73	c   setppc           :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
170.19/170.73	c   and              :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
170.19/170.73	c   linear           :       0.05       0.00     14        439        188          0        439          0       1884          0          0          0
170.19/170.73	c   logicor          :       0.00       0.00     10          0          0          0          0          0         17          0          0          9
170.19/170.73	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
170.19/170.73	c   root node        :          -          -      -        315          -          -        315          -          -          -          -          -
170.19/170.73	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
170.19/170.73	c   integral         :          0          0          0          0       2993          0          0        174          0          0          0          0          0          0       5986
170.19/170.73	c   knapsack         :          1+        20          1     183259          0          0       1904        170      11546        302      16920          0          0          0          0
170.19/170.73	c   setppc           :          3+        36          1     177161          0          0          0          0      15316          3       2108          0          0          0          0
170.19/170.73	c   and              :        121        121        961      42532          0          0       1370         92     131268         10      13014         55         46          0          0
170.19/170.73	c   linear           :        881+       936          1     183914          0          0       1904         92    1633067       3484    2055117          0          0          0          0
170.19/170.73	c   logicor          :        132+      2065          1      48882          0          0          0          0      17650         43      16925          1          0          0          0
170.19/170.73	c   fixedvar         :          0          0          0          0          0          0       1904          0          0          0          0          0          0          0          0
170.19/170.73	c   countsols        :          0          0          0          0          0          0       1904          0          0          0          0          0          0          0          0
170.19/170.73	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
170.19/170.73	c   integral         :       0.33       0.00       0.00       0.00       0.33       0.00       0.00       0.00       0.00       0.00
170.19/170.73	c   knapsack         :       0.49       0.00       0.00       0.47       0.00       0.01       0.00       0.00       0.01       0.00
170.19/170.73	c   setppc           :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
170.19/170.73	c   and              :       0.08       0.00       0.00       0.05       0.00       0.00       0.00       0.00       0.02       0.00
170.19/170.73	c   linear           :       4.42       0.00       0.00       3.79       0.00       0.01       0.00       0.00       0.61       0.00
170.19/170.73	c   logicor          :       0.24       0.00       0.00       0.23       0.00       0.00       0.00       0.00       0.01       0.00
170.19/170.73	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
170.19/170.73	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
170.19/170.73	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
170.19/170.73	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
170.19/170.73	c   dualfix          :          2          0          0          0
170.19/170.73	c   genvbounds       :          0          0          0          0
170.19/170.73	c   nlobbt           :          0          0          0          0
170.19/170.73	c   obbt             :          0          0          0          0
170.19/170.73	c   probing          :          0          0          0          0
170.19/170.73	c   pseudoobj        :          0          0          0          0
170.19/170.73	c   redcost          :          0          0          0          0
170.19/170.73	c   rootredcost      :          0          0          0          0
170.19/170.73	c   symmetry         :          0          0          0          0
170.19/170.73	c   vbounds          :     153604          0          0          0
170.19/170.73	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
170.19/170.73	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
170.19/170.73	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
170.19/170.73	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
170.19/170.73	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
170.19/170.73	c   probing          :       0.32       0.00       0.32       0.00       0.00       0.00
170.19/170.73	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
170.19/170.73	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
170.19/170.73	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
170.19/170.73	c   symmetry         :       0.02       0.00       0.00       0.01       0.00       0.00
170.19/170.73	c   vbounds          :       1.45       0.00       0.00       1.45       0.00       0.00
170.19/170.73	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
170.19/170.73	c   propagation      :       1.18       1681       1675          -      18633      177.1         97       16.9          -          -          -
170.19/170.73	c   infeasible LP    :       0.07        307        116          -        837       53.1         37        8.3        116      105.1          0
170.19/170.73	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
170.19/170.73	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
170.19/170.73	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
170.19/170.73	c   applied globally :       0.03          -          -          0       4320       47.9          -          -        115          -          -
170.19/170.73	c   applied locally  :          -          -          -          0          3       55.7          -          -          1          -          -
170.19/170.73	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
170.19/170.73	c   cut pool         :       0.11          -        485          1          -          -       3923     136146          -          -          -          -          -    (maximal pool size:       2555)
170.19/170.73	c   aggregation      :       0.02       0.00         26          1          0          0       1144      45196        186       9246       9128        118          0
170.19/170.73	c   > cmir           :          -          -          -          -          -          -          -       3033          0        127        127          0          -
170.19/170.73	c   > flowcover      :          -          -          -          -          -          -          -      23371          0       5306       5306          0          -
170.19/170.73	c   > knapsackcover  :          -          -          -          -          -          -          -      18792        186       3813       3695        118          -
170.19/170.73	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   clique           :       0.00       0.00          1          1          0          0          6          6          0          6          6          0          0
170.19/170.73	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   gomory           :       0.11       0.00         26          1          0          0       1460      35141         34       3439       3438          1          0
170.19/170.73	c   > gomorymi       :          -          -          -          -          -          -          -       8596         17        282        282          0          -
170.19/170.73	c   > strongcg       :          -          -          -          -          -          -          -      26545         17       3157       3156          1          -
170.19/170.73	c   impliedbounds    :       0.01       0.00         26          1          0          0       1158      38473          0      16815      16815          0          0
170.19/170.73	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
170.19/170.73	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   multilinear      :       0.00       0.00        193          1          0          0          0          0          0          0          0          0          0
170.19/170.73	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
170.19/170.73	c   rapidlearning    :       2.10       0.00        100          1          0      28032          0          0          0          0          0          0         51
170.19/170.73	c   rlt              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
170.19/170.73	c   zerohalf         :       0.05       0.00         24          1          0          0        478      17330        103       4242       4196         46          0
170.19/170.73	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
170.19/170.73	c   hybrid           :       0.18       0.00        417          1      34319          0      96003        277          0        793
170.19/170.73	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c Pricers            :   ExecTime  SetupTime      Calls       Vars
170.19/170.73	c   problem variables:       0.00          -          0          0
170.19/170.73	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
170.19/170.73	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   inference        :       0.25       0.00          0          0       1904          0          0          0          0       3808
170.19/170.73	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c   relpscost        :       0.32       0.00       2993          0          0          0          0          0          0       5986
170.19/170.73	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
170.19/170.73	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
170.19/170.73	c   LP solutions     :       0.00          -          -          0          0
170.19/170.73	c   relax solutions  :       0.00          -          -          0          0
170.19/170.73	c   pseudo solutions :       0.00          -          -          0          0
170.19/170.73	c   strong branching :       0.00          -          -          0          0
170.19/170.73	c   actconsdiving    :       0.00       0.00          0          0          0
170.19/170.73	c   adaptivediving   :       0.31       0.00         14          0          0
170.19/170.73	c   alns             :       0.00       0.00          5          0          0
170.19/170.73	c   bound            :       0.00       0.00          0          0          0
170.19/170.73	c   clique           :       0.01       0.00          1          0          0
170.19/170.73	c   coefdiving       :       0.00       0.00          0          0          0
170.19/170.73	c   completesol      :       0.00       0.00          0          0          0
170.19/170.73	c   conflictdiving   :       1.01       0.00          7          0          0
170.19/170.73	c   crossover        :       0.00       0.00          0          0          0
170.19/170.73	c   dins             :       0.00       0.00          0          0          0
170.19/170.73	c   distributiondivin:       0.13       0.00          7          0          0
170.19/170.73	c   dks              :       0.00       0.00          0          0          0
170.19/170.73	c   dps              :       0.00       0.00          0          0          0
170.19/170.73	c   dualval          :       0.00       0.00          0          0          0
170.19/170.73	c   farkasdiving     :       0.00       0.00          0          0          0
170.19/170.73	c   feaspump         :       0.11       0.00          3          0          0
170.19/170.73	c   fixandinfer      :       0.00       0.00          0          0          0
170.19/170.73	c   fracdiving       :       0.11       0.00          8          0          0
170.19/170.73	c   gins             :       0.00       0.00          0          0          0
170.19/170.73	c   guideddiving     :       0.00       0.00          0          0          0
170.19/170.73	c   indicator        :       0.00       0.00          0          0          0
170.19/170.73	c   indicatordiving  :       0.00       0.00          0          0          0
170.19/170.73	c   intdiving        :       0.00       0.00          0          0          0
170.19/170.73	c   intshifting      :       0.00       0.00          0          0          0
170.19/170.73	c   linesearchdiving :       0.08       0.00          8          0          0
170.19/170.73	c   localbranching   :       0.00       0.00          0          0          0
170.19/170.73	c   locks            :       0.01       0.00          1          0          0
170.19/170.73	c   lpface           :       0.02       0.00          0          0          0
170.19/170.73	c   mpec             :       0.00       0.00          0          0          0
170.19/170.73	c   multistart       :       0.00       0.00          0          0          0
170.19/170.73	c   mutation         :       0.00       0.00          0          0          0
170.19/170.73	c   nlpdiving        :       0.00       0.00          0          0          0
170.19/170.73	c   objpscostdiving  :       0.18       0.00          4          0          0
170.19/170.73	c   octane           :       0.00       0.00          0          0          0
170.19/170.73	c   ofins            :       0.00       0.00          0          0          0
170.19/170.73	c   oneopt           :       0.00       0.00          0          0          0
170.19/170.73	c   padm             :       0.00       0.00          0          0          0
170.19/170.73	c   proximity        :       0.00       0.00          0          0          0
170.19/170.73	c   pscostdiving     :       0.03       0.00          7          0          0
170.19/170.73	c   randrounding     :       0.02       0.00        158          0          0
170.19/170.73	c   rens             :       0.00       0.00          0          0          0
170.19/170.73	c   reoptsols        :       0.00       0.00          0          0          0
170.19/170.73	c   repair           :       0.00       0.00          0          0          0
170.19/170.73	c   rins             :       0.00       0.00          0          0          0
170.19/170.73	c   rootsoldiving    :       0.12       0.00          5          0          0
170.19/170.73	c   rounding         :       0.04       0.00        802          0          0
170.19/170.73	c   scheduler        :       0.00       0.00          0          0          0
170.19/170.73	c   shiftandpropagate:       0.01       0.00          2          0          0
170.19/170.73	c   shifting         :       0.10       0.00        274          0          0
170.19/170.73	c   simplerounding   :       0.00       0.00          0          0          0
170.19/170.73	c   subnlp           :       0.00       0.00          0          0          0
170.19/170.73	c   trivial          :       0.00       0.00          4          0          0
170.19/170.73	c   trivialnegation  :       0.00       0.00          0          0          0
170.19/170.73	c   trustregion      :       0.00       0.00          0          0          0
170.19/170.73	c   trysol           :       0.00       0.00          0          0          0
170.19/170.73	c   twoopt           :       0.00       0.00          0          0          0
170.19/170.73	c   undercover       :       0.00       0.00          1          0          0
170.19/170.73	c   vbounds          :       0.03       0.00          2          0          0
170.19/170.73	c   veclendiving     :       0.11       0.00          7          0          0
170.19/170.73	c   zeroobj          :       0.00       0.00          0          0          0
170.19/170.73	c   zirounding       :       0.03       0.00       1000          0          0
170.19/170.73	c   other solutions  :          -          -          -          0          -
170.19/170.73	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
170.19/170.73	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
170.19/170.73	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
170.19/170.73	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
170.19/170.73	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
170.19/170.73	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
170.19/170.73	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
170.19/170.73	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
170.19/170.73	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
170.19/170.73	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
170.19/170.73	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
170.19/170.73	c   primal LP        :      11.54        356     314933    1351.64   27290.71       0.08        123
170.19/170.73	c   dual LP          :     142.96      12588    3189278     350.12   22309.37       0.50       3479
170.19/170.73	c   lex dual LP      :       0.00          0          0       0.00          -
170.19/170.73	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
170.19/170.73	c   resolve instable :      41.72       1171    1079045     921.47   25866.07
170.19/170.73	c   diving/probing LP:       2.01        155      46961     302.97   23317.07
170.19/170.73	c   strong branching :       0.00          0          0       0.00          -          -          -          0
170.19/170.73	c     (at root node) :          -          0          0       0.00          -
170.19/170.73	c   conflict analysis:       0.00          0          0       0.00          -
170.19/170.73	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
170.19/170.73	c   benders          :       0.00          0          0          0       0.00          0          0          0
170.19/170.73	c B&B Tree           :
170.19/170.73	c   number of runs   :          2
170.19/170.73	c   nodes            :       7033 (3976 internal, 3057 leaves)
170.19/170.73	c   feasible leaves  :          0
170.19/170.73	c   infeas. leaves   :       3057
170.19/170.73	c   objective leaves :          0
170.19/170.73	c   nodes (total)    :       8088 (4897 internal, 3191 leaves)
170.19/170.73	c   nodes left       :          0
170.19/170.73	c   max depth        :         35
170.19/170.73	c   max depth (total):         35
170.19/170.73	c   backtracks       :       2073 (29.5%)
170.19/170.73	c   early backtracks :          0 (0.0%)
170.19/170.73	c   nodes exc. ref.  :          0 (0.0%)
170.19/170.73	c   delayed cutoffs  :        920
170.19/170.73	c   repropagations   :       1829 (442860 domain reductions, 789 cutoffs)
170.19/170.73	c   avg switch length:       3.27
170.19/170.73	c   switching time   :       2.01
170.19/170.73	c Root Node          :
170.19/170.73	c   First LP value   :          -
170.19/170.73	c   First LP Iters   :          0
170.19/170.73	c   First LP Time    :       0.02
170.19/170.73	c   Final Dual Bound : +0.00000000000000e+00
170.19/170.73	c   Final Root Iters :      15851
170.19/170.73	c   Root LP Estimate :                     -
170.19/170.73	c Solution           :
170.19/170.73	c   Solutions found  :          0 (0 improvements)
170.19/170.73	c   Primal Bound     : infeasible
170.19/170.73	c   Dual Bound       :          -
170.19/170.73	c   Gap              :       0.00 %
170.19/170.73	c Integrals          :      Total       Avg%
170.19/170.73	c   primal-dual      :          -          - (problem infeasible)
170.19/170.73	c   primal-ref       :          -          - (problem infeasible)
170.19/170.73	c   dual-ref         :          -          - (problem infeasible)
170.19/170.74	c Time complete (sec):    170.246

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: 63837 MiB (62338 MiB free)
  memory of node 1: 64465 MiB (63767 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517049-1751236756/watcher-4517049-1751236756 -o /tmp/evaluation-result-4517049-1751236756/solver-4517049-1751236756 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751236711-38748 --watchdog 3760 pbsolver -f HOME/instance-4517049-1751236756.opb -t 3600 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.1001 s]*
/proc/loadavg: 2.62 2.24 3.04 5/250 40380
/proc/meminfo: memFree=129131964/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=36492 memory=27376 CPUtime=0.1 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 4640 0 0 0 9 1 0 0 20 0 1 0 39354710 37367808 6844 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 9123 6844 2528 2575 0 6030 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 36492 KiB
Current children cumulated memory: 27376 KiB

[startup+0.213156 s]*
/proc/loadavg: 2.62 2.24 3.04 5/250 40380
/proc/meminfo: memFree=129131964/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=38544 memory=29936 CPUtime=0.21 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 5190 0 0 0 20 1 0 0 20 0 1 0 39354710 39469056 7484 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 9636 7484 2624 2575 0 6543 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 38544 KiB
Current children cumulated memory: 29936 KiB

[startup+0.312569 s]*
/proc/loadavg: 2.62 2.24 3.04 5/250 40380
/proc/meminfo: memFree=129131964/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=38980 memory=30320 CPUtime=0.31 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 5298 0 0 0 30 1 0 0 20 0 1 0 39354710 39915520 7580 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 9745 7580 2624 2575 0 6652 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 38980 KiB
Current children cumulated memory: 30320 KiB

[startup+0.700251 s]
/proc/loadavg: 2.62 2.24 3.04 5/250 40380
/proc/meminfo: memFree=129128184/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=47280 memory=36632 CPUtime=0.68 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 6646 0 0 0 66 2 0 0 20 0 1 0 39354710 48414720 9158 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 11820 9158 2944 2575 0 8727 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 47280 KiB
Current children cumulated memory: 36632 KiB

[startup+1.50029 s]
/proc/loadavg: 2.62 2.24 3.04 5/250 40380
/proc/meminfo: memFree=129124152/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=49320 memory=38680 CPUtime=1.48 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 7128 0 0 0 146 2 0 0 20 0 1 0 39354710 50503680 9670 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 12330 9670 2976 2575 0 9237 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 49320 KiB
Current children cumulated memory: 38680 KiB

[startup+3.1126 s]
/proc/loadavg: 2.73 2.27 3.05 5/250 40381
/proc/meminfo: memFree=129120372/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=51872 memory=41112 CPUtime=3.08 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 7743 0 0 0 306 2 0 0 20 0 1 0 39354710 53116928 10278 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 12968 10278 2976 2575 0 9875 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 51872 KiB
Current children cumulated memory: 41112 KiB

[startup+6.30028 s]
/proc/loadavg: 2.73 2.27 3.05 5/250 40381
/proc/meminfo: memFree=129102488/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=67568 memory=55336 CPUtime=6.27 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 12647 0 0 0 624 3 0 0 20 0 1 0 39354710 69189632 13834 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 16892 13834 2976 2575 0 13799 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 67568 KiB
Current children cumulated memory: 55336 KiB

[startup+12.7003 s]
/proc/loadavg: 3.00 2.34 3.06 5/250 40426
/proc/meminfo: memFree=129430640/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=70028 memory=59340 CPUtime=12.65 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 17023 0 0 0 1261 4 0 0 20 0 1 0 39354710 71708672 14835 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 17507 14835 2976 2575 0 14414 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 70028 KiB
Current children cumulated memory: 59340 KiB

[startup+25.5003 s]
/proc/loadavg: 3.15 2.39 3.07 5/250 40426
/proc/meminfo: memFree=129397188/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=77952 memory=66740 CPUtime=25.42 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 20028 0 0 0 2537 5 0 0 20 0 1 0 39354710 79822848 16685 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 19488 16685 2976 2575 0 16395 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 77952 KiB
Current children cumulated memory: 66740 KiB

[startup+51.1126 s]
/proc/loadavg: 3.44 2.52 3.10 5/250 40426
/proc/meminfo: memFree=129340352/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=82904 memory=72408 CPUtime=50.96 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 23183 0 0 0 5090 6 0 0 20 0 1 0 39354710 84893696 18102 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 20726 18102 2976 2575 0 17633 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 82904 KiB
Current children cumulated memory: 72408 KiB

[startup+102.3 s]
/proc/loadavg: 3.89 2.81 3.16 5/252 40432
/proc/meminfo: memFree=129321412/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=89760 memory=79192 CPUtime=102.01 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 24897 0 0 0 10195 6 0 0 20 0 1 0 39354710 91914240 19798 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 22440 19798 2976 2575 0 19347 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 89760 KiB
Current children cumulated memory: 79192 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 3.06 3.23 5/252 40434
/proc/meminfo: memFree=129291880/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=102708 memory=92376 CPUtime=161.84 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 28191 0 0 0 16177 7 0 0 20 0 1 0 39354710 105172992 23094 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 25677 23094 2976 2575 0 22584 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 102708 KiB
Current children cumulated memory: 92376 KiB

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

# cumulated CPU time of all completed processes:  user=170.143 s, system=0.108706 s

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

[startup+166.4 s]
/proc/loadavg: 4.10 3.06 3.23 5/252 40434
/proc/meminfo: memFree=129293676/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=103916 memory=93400 CPUtime=165.93 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 28451 0 0 0 16585 8 0 0 20 0 1 0 39354710 106409984 23350 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 25979 23350 2976 2575 0 22886 0
Current children cumulated CPU time: 165.93 s
Current children cumulated vsize: 103916 KiB
Current children cumulated memory: 93400 KiB

[startup+168 s]*
/proc/loadavg: 4.09 3.07 3.23 5/250 40474
/proc/meminfo: memFree=129378760/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=103916 memory=93528 CPUtime=167.53 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 28471 0 0 0 16744 9 0 0 20 0 1 0 39354710 106409984 23382 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 25979 23382 2976 2575 0 22886 0
Current children cumulated CPU time: 167.53 s
Current children cumulated vsize: 103916 KiB
Current children cumulated memory: 93528 KiB

[startup+169.6 s]
/proc/loadavg: 4.09 3.07 3.23 5/252 40479
/proc/meminfo: memFree=129354784/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=104224 memory=93784 CPUtime=169.11 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 28540 0 0 0 16902 9 0 0 20 0 1 0 39354710 106725376 23446 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 26056 23446 2976 2575 0 22963 0
Current children cumulated CPU time: 169.11 s
Current children cumulated vsize: 104224 KiB
Current children cumulated memory: 93784 KiB

[startup+170.4 s]
/proc/loadavg: 4.09 3.07 3.23 5/250 40491
/proc/meminfo: memFree=129359664/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=104508 memory=94040 CPUtime=169.89 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 28602 0 0 0 16979 10 0 0 20 0 1 0 39354710 107016192 23510 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 26127 23510 2976 2575 0 23034 0
Current children cumulated CPU time: 169.89 s
Current children cumulated vsize: 104508 KiB
Current children cumulated memory: 94040 KiB

[startup+170.6 s]
/proc/loadavg: 4.09 3.07 3.23 5/250 40491
/proc/meminfo: memFree=129359664/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=104508 memory=94040 CPUtime=170.09 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 28602 0 0 0 16999 10 0 0 20 0 1 0 39354710 107016192 23510 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 26127 23510 2976 2575 0 23034 0
Current children cumulated CPU time: 170.09 s
Current children cumulated vsize: 104508 KiB
Current children cumulated memory: 94040 KiB

[startup+170.7 s]
/proc/loadavg: 4.09 3.07 3.23 5/250 40491
/proc/meminfo: memFree=129359664/131382112 swapFree=33010684/33010684
[pid=40379] ppid=40376 vsize=104508 memory=94040 CPUtime=170.19 cores=5,7
/proc/40379/stat : 40379 (pbsolver) R 40376 40379 35802 0 -1 4194304 28602 0 0 0 17009 10 0 0 20 0 1 0 39354710 107016192 23510 18446744073709551615 4198400 14743177 140730467041136 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34082816 140730467047818 140730467047914 140730467047914 140730467053516 0
/proc/40379/statm: 26127 23510 2976 2575 0 23034 0
Current children cumulated CPU time: 170.19 s
Current children cumulated vsize: 104508 KiB
Current children cumulated memory: 94040 KiB

Child status: 0

Real time (s): 170.752
CPU time (s): 170.252
CPU user time (s): 170.143
CPU system time (s): 0.108706
CPU usage (%): 99.707
Max. virtual memory (cumulated for all children) (KiB): 104508
Max. memory (cumulated for all children) (KiB): 94040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.143
system time used= 0.108706
maximum resident set size= 94040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28602
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= 190


# summary of solver processes directly reported to runsolver:
#   pid: 40379
#   total CPU time (s): 170.252
#   total CPU user time (s): 170.143
#   total CPU system time (s): 0.108706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.886655 second user time and 1.56266 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 00:39:16
IDJOB=4517049
IDBENCH=175962
IDSOLVER=3366
FILE ID=nodeC007/4517049-1751236756
RUNJOBID= nodeC007-1751236711-38748
SLURM_JOB_ID= 9587709
Free space on /tmp= 432972 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq8/normalized-22array_ineq8.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517049-1751236756/watcher-4517049-1751236756 -o /tmp/evaluation-result-4517049-1751236756/solver-4517049-1751236756 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751236711-38748 --watchdog 3760  pbsolver -f HOME/instance-4517049-1751236756.opb -t 3600 -m 31000

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

MD5SUM BENCH= f8822d5d60ccf9346541d6b16fcfa312
RANDOM SEED=1076442076

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.680
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2494.201
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.475
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.491
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.693
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.205
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.471
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129131964 kB
MemAvailable:   129195952 kB
Buffers:            3280 kB
Cached:           872980 kB
SwapCached:            0 kB
Active:          1073504 kB
Inactive:         627640 kB
Active(anon):     842852 kB
Inactive(anon):        0 kB
Active(file):     230652 kB
Inactive(file):   627640 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30244 kB
Writeback:             4 kB
AnonPages:        828036 kB
Mapped:           137948 kB
Shmem:             17960 kB
KReclaimable:      90644 kB
Slab:             172592 kB
SReclaimable:      90644 kB
SUnreclaim:        81948 kB
KernelStack:        4032 kB
PageTables:         4680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1274384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432956 MiB
End job on nodeC007 at 2025-06-30 00:42:07