Trace number 4517546

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07OPT16 202.308 202.906

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=18-t=2.opb
MD5SUM5da417552da80e99ebaacbb86c541f7c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1.94433
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables531
Total number of constraints47178
Number of constraints which are clauses47160
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint19
Number of terms in the objective function 18
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 18
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4517546-1751531434.opb>
0.00/0.08	c original problem has 531 variables (531 bin, 0 int, 0 impl, 0 cont) and 47178 constraints
0.00/0.08	c problem read in 0.08
0.09/0.15	c presolving:
0.09/0.19	c (round 1, fast)       18 del vars, 18 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 18 clqs
0.20/0.26	c    (0.2s) running MILP presolver
0.20/0.30	c    (0.3s) MILP presolver found nothing
0.29/0.38	c (round 2, exhaustive) 18 del vars, 18 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 47160 upgd conss, 0 impls, 18 clqs
0.49/0.51	c    (0.5s) probing: 51/513 (9.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.51	c    (0.5s) probing aborted: 50/50 successive totally useless probings
0.68/0.78	c    (0.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.98/1.06	c    (1.1s) symmetry computation finished: 34 generators found (max: 1500, log10 of symmetry group size: 30.0) (symcode time: 0.24)
0.98/1.06	c dynamic symmetry handling statistics:
0.98/1.06	c    orbitopal reduction:       no components
0.98/1.06	c    orbital reduction:          1 components of sizes 34
0.98/1.06	c    lexicographic reduction:   34 permutations with support sizes 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38, 70, 38
0.98/1.06	c handled 1 out of 1 symmetry components
0.98/1.09	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
0.98/1.09	c  18 deleted vars, 18 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.98/1.09	c  0 implications, 18 cliques
0.98/1.09	c presolved problem has 513 variables (513 bin, 0 int, 0 impl, 0 cont) and 47160 constraints
0.98/1.09	c      18 constraints of type <setppc>
0.98/1.09	c   47142 constraints of type <logicor>
0.98/1.09	c transformed objective value is always integral (scale: 1)
0.98/1.09	c Presolving Time: 0.95
0.98/1.09	c - non default parameters ----------------------------------------------------------------------
0.98/1.09	c # SCIP version 10.0.0
0.98/1.09	c 
0.98/1.09	c # maximal time in seconds to run
0.98/1.09	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.98/1.09	c limits/time = 3596.997018
0.98/1.09	c 
0.98/1.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.98/1.09	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.98/1.09	c limits/memory = 27900
0.98/1.09	c 
0.98/1.09	c # belongs reading time to solving time?
0.98/1.09	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.98/1.09	c timing/reading = TRUE
0.98/1.09	c 
0.98/1.09	c -----------------------------------------------------------------------------------------------
0.98/1.09	c start solving
0.98/1.10	c 
1.08/1.17	o 17
1.08/1.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.08/1.17	c p 1.2s|     1 |     0 |     0 |     - |  clique|   0 | 513 |  47k|  47k|   0 |  0 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf | unknown
1.18/1.21	o 16
1.18/1.21	c p 1.2s|     1 |     0 |     2 |     - | vbounds|   0 | 513 |  47k|  47k|   0 |  0 |  12 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
1.58/1.68	c   1.7s|     1 |     0 |  1185 |     - |   241M |   0 | 513 |  47k|  47k|   0 |  0 |  12 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
2.48/2.51	c   2.5s|     1 |     0 |  1243 |     - |   248M |   0 | 513 |  47k|  47k|   8 |  1 |  14 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
3.08/3.12	c   3.1s|     1 |     0 |  1296 |     - |   256M |   0 | 513 |  47k|  47k|  15 |  2 |  16 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
3.47/3.53	c   3.5s|     1 |     0 |  1314 |     - |   265M |   0 | 513 |  47k|  47k|  18 |  3 |  17 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
4.27/4.33	c   4.3s|     1 |     0 |  1333 |     - |   273M |   0 | 513 |  47k|  47k|  22 |  4 |  19 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
4.77/4.86	c   4.9s|     1 |     0 |  1384 |     - |   284M |   0 | 513 |  47k|  47k|  26 |  5 |  20 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
5.87/5.90	c   5.9s|     1 |     0 |  1412 |     - |   294M |   0 | 513 |  47k|  47k|  29 |  6 |  22 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
6.26/6.32	c   6.3s|     1 |     0 |  1439 |     - |   305M |   0 | 513 |  47k|  47k|  31 |  7 |  24 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
6.46/6.51	c   6.5s|     1 |     0 |  1459 |     - |   311M |   0 | 513 |  47k|  47k|  34 |  8 |  26 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
6.76/6.83	c   6.8s|     1 |     0 |  1523 |     - |   322M |   0 | 513 |  47k|  47k|  36 |  9 |  28 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
7.17/7.25	c   7.2s|     1 |     0 |  1576 |     - |   333M |   0 | 513 |  47k|  47k|  41 | 10 |  30 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
7.17/7.30	c   7.3s|     1 |     0 |  1605 |     - |   338M |   0 | 513 |  47k|  47k|  43 | 11 |  32 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
9.36/9.42	c   9.4s|     1 |     2 |  3587 |     - |   338M |   0 | 513 |  47k|  47k|  43 | 11 |  38 |  22 | 0.000000e+00 | 1.600000e+01 |    Inf | unknown
32.89/33.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.89/33.10	c  33.1s|   100 |    30 | 13683 | 122.0 |   368M |  20 | 513 |  47k|  47k|  78 |  0 | 223 | 672 | 0.000000e+00 | 1.600000e+01 |    Inf |  53.56%
66.39/66.67	c  66.7s|   200 |    37 | 18212 |  83.5 |   388M |  20 | 513 |  47k|   0 | 185 |  0 | 373 |1351 | 0.000000e+00 | 1.600000e+01 |    Inf |  55.54%
71.27/71.54	c r71.5s|   210 |    37 | 18842 |  82.5 |shifting|  20 | 513 |  47k|  47k| 201 |  2 | 390 |1426 | 0.000000e+00 | 1.600000e+01 |    Inf |  55.93%
93.61/93.95	c  93.9s|   300 |    55 | 22280 |  69.2 |   418M |  20 | 513 |  47k|  47k| 302 |  1 | 520 |1749 | 1.000000e+00 | 1.600000e+01 |1500.00%|  61.24%
106.27/106.62	c   107s|   400 |    72 | 23736 |  55.5 |   418M |  20 | 513 |  47k|  47k| 354 |  1 | 604 |1859 | 1.000000e+00 | 1.600000e+01 |1500.00%|  61.65%
113.65/114.02	c   114s|   500 |    80 | 25896 |  48.7 |   418M |  23 | 513 |  47k|  47k| 371 |  1 | 690 |2006 | 4.000000e+00 | 1.600000e+01 | 300.00%|  68.21%
126.01/126.41	c   126s|   600 |    96 | 27886 |  43.9 |   418M |  23 | 513 |  47k|   0 | 412 |  0 | 755 |2153 | 5.000000e+00 | 1.600000e+01 | 220.00%|  71.32%
131.60/132.01	c   132s|   700 |   106 | 29193 |  39.5 |   418M |  23 | 513 |  47k|  47k| 431 |  1 | 808 |2241 | 5.000000e+00 | 1.600000e+01 | 220.00%|  72.17%
135.88/136.36	c   136s|   800 |   112 | 30498 |  36.2 |   419M |  23 | 513 |  47k|  47k| 448 |  1 | 878 |2314 | 5.000000e+00 | 1.600000e+01 | 220.00%|  73.17%
153.04/153.58	c   154s|   900 |   128 | 32780 |  34.7 |   423M |  23 | 513 |  47k|  47k| 523 |  1 | 992 |2476 | 6.000000e+00 | 1.600000e+01 | 166.67%|  76.23%
161.52/162.02	c   162s|  1000 |   145 | 34084 |  32.5 |   425M |  23 | 513 |  47k|  47k| 551 |  1 |1067 |2521 | 6.000000e+00 | 1.600000e+01 | 166.67%|  76.47%
168.29/168.84	c   169s|  1100 |   160 | 35277 |  30.6 |   425M |  24 | 513 |  47k|  47k| 585 |  1 |1125 |2573 | 8.000000e+00 | 1.600000e+01 | 100.00%|  80.50%
173.49/174.07	c   174s|  1200 |   187 | 36289 |  28.9 |   425M |  24 | 513 |  47k|  47k| 606 |  1 |1169 |2594 | 1.000000e+01 | 1.600000e+01 |  60.00%|  84.51%
176.37/176.92	c   177s|  1300 |   192 | 37136 |  27.4 |   425M |  24 | 513 |  47k|  47k| 612 |  1 |1226 |2624 | 1.000000e+01 | 1.600000e+01 |  60.00%|  84.54%
178.96/179.51	c   180s|  1400 |   194 | 37934 |  26.0 |   425M |  24 | 513 |  47k|  47k| 621 |  1 |1269 |2649 | 1.000000e+01 | 1.600000e+01 |  60.00%|  84.58%
181.66/182.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
181.66/182.24	c   182s|  1500 |   215 | 38987 |  24.9 |   476M |  24 | 513 |  47k|  47k| 627 |  1 |1340 |2673 | 1.100000e+01 | 1.600000e+01 |  45.45%|  86.82%
184.75/185.32	c   185s|  1600 |   236 | 39607 |  23.8 |   477M |  24 | 513 |  47k|  47k| 633 |  1 |1401 |2679 | 1.100000e+01 | 1.600000e+01 |  45.45%|  86.88%
189.04/189.66	c   190s|  1700 |   268 | 40442 |  22.9 |   478M |  24 | 513 |  47k|   0 | 644 |  0 |1514 |2682 | 1.200000e+01 | 1.600000e+01 |  33.33%|  88.94%
190.24/190.80	c   191s|  1800 |   290 | 41125 |  22.0 |   479M |  24 | 513 |  47k|  47k| 644 |  1 |1581 |2688 | 1.200000e+01 | 1.600000e+01 |  33.33%|  89.06%
191.33/191.90	c   192s|  1900 |   296 | 41738 |  21.1 |   479M |  24 | 513 |  47k|   0 | 644 |  0 |1660 |2693 | 1.200000e+01 | 1.600000e+01 |  33.33%|  89.53%
192.23/192.81	c   193s|  2000 |   283 | 42102 |  20.3 |   479M |  25 | 513 |  47k|  47k| 644 |  0 |1734 |2694 | 1.200000e+01 | 1.600000e+01 |  33.33%|  89.62%
193.32/193.93	c   194s|  2100 |   269 | 42709 |  19.6 |   479M |  25 | 513 |  47k|   0 | 644 |  0 |1827 |2697 | 1.200000e+01 | 1.600000e+01 |  33.33%|  90.19%
195.31/196.00	c   196s|  2200 |   276 | 43264 |  18.9 |   479M |  26 | 513 |  47k|   0 | 647 |  0 |1893 |2704 | 1.300000e+01 | 1.600000e+01 |  23.08%|  92.18%
196.31/197.00	c   197s|  2300 |   282 | 43683 |  18.3 |   479M |  26 | 513 |  48k|  47k| 647 |  1 |1989 |2706 | 1.300000e+01 | 1.600000e+01 |  23.08%|  92.48%
197.11/197.74	c   198s|  2400 |   233 | 43944 |  17.6 |   479M |  26 | 513 |  48k|   0 | 647 |  0 |2115 |2708 | 1.300000e+01 | 1.600000e+01 |  23.08%|  92.54%
197.80/198.45	c   198s|  2500 |   183 | 44308 |  17.1 |   479M |  26 | 513 |  48k|   0 | 647 |  0 |2200 |2711 | 1.300000e+01 | 1.600000e+01 |  23.08%|  92.77%
199.20/199.81	c   200s|  2600 |   188 | 44946 |  16.7 |   479M |  27 | 513 |  48k|  47k| 647 |  0 |2280 |2718 | 1.300000e+01 | 1.600000e+01 |  23.08%|  92.77%
199.90/200.58	c   201s|  2700 |   162 | 45291 |  16.2 |   480M |  27 | 513 |  48k|  47k| 647 |  1 |2350 |2719 | 1.300000e+01 | 1.600000e+01 |  23.08%|  93.15%
200.59/201.26	c   201s|  2800 |   137 | 45613 |  15.7 |   480M |  27 | 513 |  48k|   0 | 647 |  0 |2436 |2720 | 1.400000e+01 | 1.600000e+01 |  14.29%|  95.22%
201.29/201.97	c   202s|  2900 |    99 | 45909 |  15.3 |   480M |  27 | 513 |  48k|   0 | 647 |  0 |2510 |2727 | 1.400000e+01 | 1.600000e+01 |  14.29%|  95.47%
201.99/202.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
201.99/202.65	c   203s|  3000 |    45 | 46151 |  14.9 |   480M |  27 | 513 |  48k|  47k| 647 |  1 |2597 |2729 | 1.400000e+01 | 1.600000e+01 |  14.29%|  95.72%
202.19/202.81	c 
202.19/202.81	c SCIP Status        : problem is solved [optimal solution found]
202.19/202.81	c Solving Time (sec) : 202.80
202.19/202.81	c Solving Nodes      : 3045
202.19/202.81	c Primal Bound       : +1.60000000000000e+01 (118 solutions)
202.19/202.81	c Dual Bound         : +1.60000000000000e+01
202.19/202.81	c Gap                : 0.00 %
202.19/202.82	s OPTIMUM FOUND
202.19/202.82	v -x531 x530 -x529 x528 -x527 x526 x525 -x524 x523 -x522 -x521 x520 -x519 x518 x517 -x516 x515 -x514 x513 -x512 x511 -x510 x509 -x508 
202.19/202.82	v x507 -x506 -x505 x504 -x503 x502 x501 -x500 x499 -x498 x497 -x496 -x153 -x152 -x151 x150 x149 -x148 x147 -x146 -x145 -x144 
202.19/202.82	v -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 
202.19/202.82	v -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 
202.19/202.82	v -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 
202.19/202.82	v -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 
202.19/202.82	v -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 
202.19/202.82	v -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
202.19/202.82	v -x495 -x477 -x459 -x441 -x423 -x405 -x387 -x369 -x351 -x333 -x315 -x297 -x279 -x261 -x243 -x225 -x207 -x189 -x494 -x476 -x458 
202.19/202.82	v -x440 -x422 -x404 -x386 -x368 -x350 -x332 -x314 -x296 -x278 -x260 -x242 -x224 -x206 -x188 -x493 -x475 -x457 -x439 -x421 -x403 
202.19/202.82	v -x385 -x367 -x349 -x331 -x313 -x295 -x277 -x259 -x241 -x223 -x205 -x187 -x492 -x474 -x456 x438 -x420 -x402 -x384 -x366 -x348 
202.19/202.82	v -x330 -x312 -x294 -x276 -x258 -x240 -x222 -x204 -x186 x491 -x473 -x455 -x437 -x419 -x401 -x383 -x365 -x347 -x329 -x311 -x293 
202.19/202.82	v -x275 -x257 -x239 -x221 -x203 -x185 -x490 -x472 -x454 -x436 -x418 -x400 -x382 -x364 -x346 -x328 -x310 -x292 -x274 -x256 
202.19/202.82	v -x238 -x220 -x202 -x184 -x489 -x471 -x453 -x435 -x417 -x399 -x381 -x363 -x345 -x327 -x309 -x291 -x273 -x255 -x237 -x219 -x201 
202.19/202.82	v -x183 -x488 -x470 -x452 -x434 -x416 -x398 -x380 -x362 -x344 -x326 -x308 -x290 -x272 -x254 -x236 -x218 -x200 -x182 -x487 -x469 
202.19/202.82	v -x451 -x433 -x415 -x397 -x379 -x361 -x343 -x325 -x307 -x289 -x271 -x253 -x235 -x217 -x199 -x181 -x486 -x468 -x450 -x432 -x414 
202.19/202.82	v -x396 -x378 -x360 -x342 -x324 -x306 -x288 -x270 -x252 -x234 -x216 -x198 -x180 -x485 -x467 -x449 -x431 -x413 -x395 -x377 -x359 
202.19/202.82	v -x341 -x323 -x305 -x287 -x269 -x251 -x233 -x215 -x197 -x179 -x484 -x466 -x448 -x430 -x412 -x394 -x376 -x358 -x340 -x322 -x304 
202.19/202.82	v -x286 -x268 -x250 -x232 -x214 -x196 -x178 -x483 -x465 -x447 -x429 -x411 -x393 -x375 -x357 -x339 -x321 -x303 -x285 -x267 
202.19/202.82	v -x249 -x231 -x213 -x195 -x177 -x482 -x464 -x446 -x428 -x410 -x392 -x374 -x356 -x338 -x320 -x302 -x284 -x266 -x248 -x230 -x212 
202.19/202.82	v -x194 -x176 -x481 -x463 -x445 -x427 -x409 -x391 -x373 -x355 -x337 -x319 -x301 -x283 -x265 -x247 -x229 -x211 -x193 -x175 -x480 
202.19/202.82	v -x462 -x444 -x426 -x408 -x390 -x372 -x354 -x336 -x318 -x300 -x282 -x264 -x246 -x228 -x210 -x192 -x174 -x479 -x461 -x443 -x425 
202.19/202.82	v -x407 -x389 -x371 -x353 -x335 -x317 -x299 -x281 -x263 -x245 -x227 -x209 -x191 -x173 -x478 -x460 -x442 -x424 -x406 -x388 -x370 
202.19/202.82	v -x352 -x334 -x316 -x298 -x280 -x262 -x244 -x226 -x208 -x190 -x172 x171 x170 x169 -x168 -x167 x166 x165 x164 x163 x162 x161 
202.19/202.82	v x160 x159 x158 x157 x156 x155 x154 
202.19/202.82	c SCIP Status        : problem is solved [optimal solution found]
202.19/202.82	c Total Time         :     202.80
202.19/202.82	c   solving          :     202.80
202.19/202.82	c   presolving       :       0.95 (included in solving)
202.19/202.82	c   reading          :       0.08 (included in solving)
202.19/202.82	c   copying          :       0.65 (12 #copies) (minimal 0.05, maximal 0.06, average 0.05)
202.19/202.82	c Original Problem   :
202.19/202.82	c   Problem name     : HOME/instance-4517546-1751531434.opb
202.19/202.82	c   Variables        : 531 (531 binary, 0 integer, 0 implicit integer, 0 continuous)
202.19/202.82	c   Constraints      : 47178 initial, 47178 maximal
202.19/202.82	c   Objective        : minimize, 18 non-zeros (abs.min = 1, abs.max = 1)
202.19/202.82	c Presolved Problem  :
202.19/202.82	c   Problem name     : t_HOME/instance-4517546-1751531434.opb
202.19/202.82	c   Variables        : 513 (513 binary, 0 integer, 0 implicit integer, 0 continuous)
202.19/202.82	c   Constraints      : 47160 initial, 48170 maximal
202.19/202.82	c   Objective        : minimize, 18 non-zeros (abs.min = 1, abs.max = 1)
202.19/202.82	c   Nonzeros         : 142038 constraint, 324 clique table
202.19/202.82	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
202.19/202.82	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   domcol           :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
202.19/202.82	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   dualsparsify     :       0.27       0.00      1          0          0          0          0          0          0          0          0          0
202.19/202.82	c   gateextraction   :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
202.19/202.82	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
202.19/202.82	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   milp             :       0.10       0.00      1          0          0          0          0          0          0          0          0          0
202.19/202.82	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   sparsify         :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
202.19/202.82	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   trivial          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
202.19/202.82	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   dualfix          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
202.19/202.82	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   probing          :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
202.19/202.82	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   symmetry         :       0.28       0.00      1          0          0          0          0          0          0          0          0          0
202.19/202.82	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
202.19/202.82	c   knapsack         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
202.19/202.82	c   linear           :       0.11       0.01      3          0         18          0          0          0         18          0          0          0
202.19/202.82	c   logicor          :       0.06       0.02      3          0          0          0          0          0          0          0          0          0
202.19/202.82	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   components       :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
202.19/202.82	c   root node        :          -          -      -         73          -          -         73          -          -          -          -          -
202.19/202.82	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
202.19/202.82	c   benderslp        :          0          0          0          0       2052          0          0        207          0          0          0          0          0          0          0
202.19/202.82	c   integral         :          0          0          0          0       2052          0          0        207          0          0       2140          0          0        580       3302
202.19/202.82	c   knapsack         :          0+         6          0      21522          0          0          0          0         66        225         40          0          0          0          0
202.19/202.82	c   setppc           :         18         18         11      23578          0          0          0        201      27878         36       7282          0          0          0          0
202.19/202.82	c   logicor          :      47142+     48147         11      19856          0          0          0        169      85452       1266      41371          1          0          0          0
202.19/202.82	c   benders          :          0          0          0          0          0          0          0        125          0          0          0          0          0          0          0
202.19/202.82	c   fixedvar         :          0          0          0          0          0          0          0        125          0          0          0          0          0          0          0
202.19/202.82	c   countsols        :          0          0          0          0          0          0          0        125          0          0          0          0          0          0          0
202.19/202.82	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
202.19/202.82	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
202.19/202.82	c   integral         :      45.84       0.00       0.00       0.00      45.84       0.00       0.00       0.00       0.00       0.00
202.19/202.82	c   knapsack         :       0.06       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00       0.03
202.19/202.82	c   setppc           :       0.08       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00       0.05
202.19/202.82	c   logicor          :       3.71       0.02       0.06       2.01       0.00       0.00       0.00       0.17       0.07       1.39
202.19/202.82	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
202.19/202.82	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
202.19/202.82	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
202.19/202.82	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
202.19/202.82	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
202.19/202.82	c   dualfix          :          2          0          0          0
202.19/202.82	c   genvbounds       :          0          0          0          0
202.19/202.82	c   nlobbt           :          0          0          0          0
202.19/202.82	c   obbt             :          0          0          0          0
202.19/202.82	c   probing          :          0          0          0          0
202.19/202.82	c   pseudoobj        :      13826        247        696        355
202.19/202.82	c   redcost          :       4102          0          0       1178
202.19/202.82	c   rootredcost      :          1          0          0          0
202.19/202.82	c   symmetry         :      21415          0        122      29497
202.19/202.82	c   vbounds          :       5568          0          0          0
202.19/202.82	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
202.19/202.82	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
202.19/202.82	c   genvbounds       :       0.01       0.00       0.00       0.00       0.00       0.00
202.19/202.82	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
202.19/202.82	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
202.19/202.82	c   probing          :       0.01       0.00       0.01       0.00       0.00       0.00
202.19/202.82	c   pseudoobj        :       0.14       0.00       0.00       0.14       0.00       0.00
202.19/202.82	c   redcost          :       0.04       0.00       0.00       0.04       0.00       0.00
202.19/202.82	c   rootredcost      :       0.01       0.00       0.00       0.00       0.00       0.00
202.19/202.82	c   symmetry         :       1.36       0.00       0.28       0.91       0.00       0.17
202.19/202.82	c   vbounds          :       0.02       0.00       0.00       0.01       0.00       0.00
202.19/202.82	c Symmetry           :
202.19/202.82	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
202.19/202.82	c   orbital reduction:      29282 reductions applied,         84 cutoffs
202.19/202.82	c   lexicographic red:        385 reductions applied,         38 cutoffs
202.19/202.82	c   shadow tree time :       0.01 s
202.19/202.82	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
202.19/202.82	c   propagation      :       0.22       2176       2113          -       8071      155.5         45      133.2          -          -          -
202.19/202.82	c   infeasible LP    :       0.01         32         28          -        105       85.0          0        0.0         10        9.3          0
202.19/202.82	c   bound exceed. LP :       0.03         87         17          -        109      193.1          0        0.0          4       56.8          3
202.19/202.82	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
202.19/202.82	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
202.19/202.82	c   applied globally :       0.01          -          -          0       1651       19.6          -          -         14          -          -
202.19/202.82	c   applied locally  :          -          -          -          0        998      174.9          -          -          0          -          -
202.19/202.82	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
202.19/202.82	c   cut pool         :       0.29          -        474         21          -          -       7662      10012          -          -          -          -          -    (maximal pool size:       4400)
202.19/202.82	c   aggregation      :       0.51       0.00        199         11          0          0          1          1          0          0          0          0          0
202.19/202.82	c   > cmir           :          -          -          -          -          -          -          -          1          0          0          0          0          -
202.19/202.82	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
202.19/202.82	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
202.19/202.82	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   clique           :       0.00       0.00         11         11          0          0          0          0          0          0          0          0          0
202.19/202.82	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   gomory           :     113.71       0.00        197         10          0          0       7292       9352         42        350        349          1          0
202.19/202.82	c   > gomorymi       :          -          -          -          -          -          -          -       3567         21        128        128          0          -
202.19/202.82	c   > strongcg       :          -          -          -          -          -          -          -       5785         21        222        221          1          -
202.19/202.82	c   impliedbounds    :       0.00       0.00        199         11          0          0          0          0          0          0          0          0          0
202.19/202.82	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   mcf              :       0.01       0.00          1          1          0          0          0          0          0          0          0          0          0
202.19/202.82	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   multilinear      :       0.00       0.00        232         11          0          0          0          0          0          0          0          0          0
202.19/202.82	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   rapidlearning    :       0.08       0.00          0          0          0          0          0          0          0          0          0          0          0
202.19/202.82	c   rlt              :       0.00       0.00         80         10          0          0          0          0          0          0          0          0          0
202.19/202.82	c   zerohalf         :       0.43       0.00        198         11          0          0        415        659          4        297        296          1          0
202.19/202.82	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
202.19/202.82	c   hybrid           :       0.01       0.00        200         11        647          0       9412         43          0       2608
202.19/202.82	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c Pricers            :   ExecTime  SetupTime      Calls       Vars
202.19/202.82	c   problem variables:       0.00          -          0          0
202.19/202.82	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
202.19/202.82	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c   relpscost        :      45.83       0.00       2052          0          0          0       2140          0        591       3302
202.19/202.82	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
202.19/202.82	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
202.19/202.82	c   LP solutions     :       0.00          -          -          0          0
202.19/202.82	c   relax solutions  :       0.00          -          -          0          0
202.19/202.82	c   pseudo solutions :       0.00          -          -          0          0
202.19/202.82	c   strong branching :       0.04          -          -          0          0
202.19/202.82	c   actconsdiving    :       0.00       0.00          0          0          0
202.19/202.82	c   adaptivediving   :       0.53       0.00         31          0          0
202.19/202.82	c   alns             :       0.65       0.00          4          0          0
202.19/202.82	c   bound            :       0.00       0.00          0          0          0
202.19/202.82	c   clique           :       0.07       0.00          1          1          1
202.19/202.82	c   coefdiving       :       0.00       0.00          0          0          0
202.19/202.82	c   completesol      :       0.00       0.00          0          0          0
202.19/202.82	c   conflictdiving   :       0.36       0.00         18          0          0
202.19/202.82	c   crossover        :       0.14       0.00          1          1          0
202.19/202.82	c   dins             :       0.00       0.00          0          0          0
202.19/202.82	c   distributiondivin:       0.52       0.00         13          0          0
202.19/202.82	c   dps              :       0.00       0.00          0          0          0
202.19/202.82	c   dualval          :       0.00       0.00          0          0          0
202.19/202.82	c   farkasdiving     :       0.00       0.00          0          0          0
202.19/202.82	c   feasjump         :       0.00       0.00          0          0          0
202.19/202.82	c   feaspump         :       0.60       0.00          1          0          0
202.19/202.82	c   fixandinfer      :       0.00       0.00          0          0          0
202.19/202.82	c   fracdiving       :       0.02       0.00         20          0          0
202.19/202.82	c   gins             :       0.01       0.00          0          0          0
202.19/202.82	c   guideddiving     :       0.02       0.00         20          0          0
202.19/202.82	c   indcoefdiving    :       0.00       0.00          0          0          0
202.19/202.82	c   indicator        :       0.00       0.00          0          0          0
202.19/202.82	c   indicatordiving  :       0.00       0.00          0          0          0
202.19/202.82	c   indoneopt        :       0.00       0.00          0          0          0
202.19/202.82	c   indrounding      :       0.00       0.00          0          0          0
202.19/202.82	c   indtwoopt        :       0.00       0.00          0          0          0
202.19/202.82	c   intdiving        :       0.00       0.00          0          0          0
202.19/202.82	c   intshifting      :       0.00       0.00          0          0          0
202.19/202.82	c   linesearchdiving :       0.04       0.00         21          0          0
202.19/202.82	c   localbranching   :       0.00       0.00          0          0          0
202.19/202.82	c   locks            :       0.01       0.00          1          0          0
202.19/202.82	c   lpface           :       0.00       0.00          0          0          0
202.19/202.82	c   mpec             :       0.00       0.00          0          0          0
202.19/202.82	c   multistart       :       0.00       0.00          0          0          0
202.19/202.82	c   mutation         :       0.00       0.00          0          0          0
202.19/202.82	c   nlpdiving        :       0.00       0.00          0          0          0
202.19/202.82	c   objpscostdiving  :       0.88       0.00          6          4          0
202.19/202.82	c   octane           :       0.00       0.00          0          0          0
202.19/202.82	c   ofins            :       0.00       0.00          0          0          0
202.19/202.82	c   oneopt           :       0.01       0.00          2          0          0
202.19/202.82	c   padm             :       0.00       0.00          0          0          0
202.19/202.82	c   proximity        :       0.00       0.00          0          0          0
202.19/202.82	c   pscostdiving     :       0.05       0.00         17          0          0
202.19/202.82	c   randrounding     :       0.05       0.00         90          2          0
202.19/202.82	c   rens             :       0.15       0.00          1          0          0
202.19/202.82	c   reoptsols        :       0.00       0.00          0          0          0
202.19/202.82	c   repair           :       0.00       0.00          0          0          0
202.19/202.82	c   rins             :       0.87       0.00          6          3          0
202.19/202.82	c   rootsoldiving    :       1.03       0.00          6          3          0
202.19/202.82	c   rounding         :       0.77       0.00        619          0          0
202.19/202.82	c   scheduler        :       0.00       0.00          0          0          0
202.19/202.82	c   shiftandpropagate:       0.00       0.00          0          0          0
202.19/202.82	c   shifting         :       1.14       0.00        378         51          0
202.19/202.82	c   simplerounding   :       0.01       0.00       2259          0          0
202.19/202.82	c   smallcard        :       0.00       0.00          0          0          0
202.19/202.82	c   subnlp           :       0.00       0.00          0          0          0
202.19/202.82	c   trivial          :       0.00       0.00          2          0          0
202.19/202.82	c   trivialnegation  :       0.00       0.00          0          0          0
202.19/202.82	c   trustregion      :       0.00       0.00          0          0          0
202.19/202.82	c   trysol           :       0.00       0.00          0          0          0
202.19/202.82	c   twoopt           :       0.00       0.00          0          0          0
202.19/202.82	c   undercover       :       0.00       0.00          0          0          0
202.19/202.82	c   vbounds          :       0.04       0.00          1          1          1
202.19/202.82	c   veclendiving     :       0.18       0.00         22          0          0
202.19/202.82	c   zeroobj          :       0.00       0.00          0          0          0
202.19/202.82	c   zirounding       :       2.24       0.00       1638         52          0
202.19/202.82	c   other solutions  :          -          -          -          0          -
202.19/202.82	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
202.19/202.82	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
202.19/202.82	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
202.19/202.82	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
202.19/202.82	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
202.19/202.82	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
202.19/202.82	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
202.19/202.82	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
202.19/202.82	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
202.19/202.82	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
202.19/202.82	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
202.19/202.82	c   primal LP        :       0.32         97          0       0.00       0.00       0.32         97
202.19/202.82	c   dual LP          :      15.28       2776      33615      13.90    2199.23       1.37        358
202.19/202.82	c   lex dual LP      :       0.00          0          0       0.00          -
202.19/202.82	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
202.19/202.82	c   resolve instable :       0.00          0          0       0.00          -
202.19/202.82	c   diving/probing LP:       7.19        676      12580      18.61    1749.20
202.19/202.82	c   strong branching :      23.59       2729      55223      20.24    2341.43          -          -        364
202.19/202.82	c     (at root node) :          -         22       1864      84.73          -
202.19/202.82	c   conflict analysis:       0.00          1          3       3.00          -
202.19/202.82	c B&B Tree           :
202.19/202.82	c   number of runs   :          1
202.19/202.82	c   nodes            :       3045 (1651 internal, 1394 leaves)
202.19/202.82	c   feasible leaves  :          0
202.19/202.82	c   infeas. leaves   :       1230
202.19/202.82	c   objective leaves :        164
202.19/202.82	c   nodes (total)    :       3045 (1651 internal, 1394 leaves)
202.19/202.82	c   nodes left       :          0
202.19/202.82	c   max depth        :         28
202.19/202.82	c   max depth (total):         28
202.19/202.82	c   backtracks       :        891 (29.3%)
202.19/202.82	c   early backtracks :          0 (0.0%)
202.19/202.82	c   nodes exc. ref.  :          0 (0.0%)
202.19/202.82	c   delayed cutoffs  :        258
202.19/202.82	c   repropagations   :       1160 (4730 domain reductions, 204 cutoffs)
202.19/202.82	c   avg switch length:       6.90
202.19/202.82	c   switching time   :       2.64
202.19/202.82	c Root Node          :
202.19/202.82	c   First LP value   : +0.00000000000000e+00
202.19/202.82	c   First LP Iters   :       1183 (2561.20 Iter/sec)
202.19/202.82	c   First LP Time    :       0.46
202.19/202.82	c   Final Dual Bound : +0.00000000000000e+00
202.19/202.82	c   Final Root Iters :       1603
202.19/202.82	c   Root LP Estimate : +2.14226223036735e+01
202.19/202.82	c Solution           :
202.19/202.82	c   Solutions found  :        118 (2 improvements)
202.19/202.82	c   First Solution   : +1.70000000000000e+01   (in run 1, after 1 nodes, 1.16 seconds, depth 20, found by <clique>)
202.19/202.82	c   Gap First Sol.   :   infinite
202.19/202.82	c   Gap Last Sol.    :   infinite
202.19/202.82	c   Primal Bound     : +1.60000000000000e+01   (in run 1, after 210 nodes, 71.53 seconds, depth 10, found by <shifting>)
202.19/202.82	c   Dual Bound       : +1.60000000000000e+01
202.19/202.82	c   Gap              :       0.00 %
202.19/202.82	c Integrals          :      Total       Avg%
202.19/202.82	c   primal-dual      :   15873.40      78.27
202.19/202.82	c   primal-ref       :          -          - (not evaluated)
202.19/202.82	c   dual-ref         :          -          - (not evaluated)
202.19/202.89	c Time complete: 202.294.

Verifier Data

OK	16

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517546-1751531434/watcher-4517546-1751531434 -o /tmp/evaluation-result-4517546-1751531434/solver-4517546-1751531434 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751529182-88316 --watchdog 3760 pbscip -f HOME/instance-4517546-1751531434.opb -t 3600 -j 2 -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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=89081, runsolver pid=89078

[startup+0.100065 s]*
/proc/loadavg: 4.41 4.20 3.97 5/266 89082
/proc/meminfo: memFree=126377528/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=78728 memory=52612 CPUtime=0.09 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 10094 0 0 0 7 2 0 0 20 0 1 0 68820950 80617472 13121 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 19682 13121 3552 3530 0 11133 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 78728 KiB
Current children cumulated memory: 52612 KiB

[startup+0.205702 s]*
/proc/loadavg: 4.41 4.20 3.97 5/266 89082
/proc/meminfo: memFree=126337460/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=118572 memory=84996 CPUtime=0.2 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 18215 0 0 0 17 3 0 0 20 0 1 0 68820950 121417728 21249 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 29643 21249 3584 3530 0 21094 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 118572 KiB
Current children cumulated memory: 84996 KiB

[startup+0.305755 s]*
/proc/loadavg: 4.41 4.20 3.97 5/266 89082
/proc/meminfo: memFree=126301108/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=120220 memory=93120 CPUtime=0.29 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 26612 0 0 0 25 4 0 0 20 0 1 0 68820950 123105280 23280 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 30055 23280 3712 3530 0 21506 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 120220 KiB
Current children cumulated memory: 93120 KiB

[startup+0.700179 s]
/proc/loadavg: 4.41 4.20 3.97 5/266 89082
/proc/meminfo: memFree=126301108/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=205852 memory=170852 CPUtime=0.68 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 39337 0 0 0 61 7 0 0 20 0 1 0 68820950 210792448 42713 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 51463 42713 3744 3530 0 42914 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 205852 KiB
Current children cumulated memory: 170852 KiB

[startup+1.50012 s]
/proc/loadavg: 4.41 4.20 3.97 5/266 89082
/proc/meminfo: memFree=126199288/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=303680 memory=263936 CPUtime=1.48 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 60382 0 0 0 137 11 0 0 20 0 1 0 68820950 310968320 65984 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 75920 65984 3936 3530 0 67371 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 303680 KiB
Current children cumulated memory: 263936 KiB

[startup+3.10533 s]
/proc/loadavg: 4.41 4.20 3.97 5/266 89082
/proc/meminfo: memFree=126139248/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=325608 memory=278292 CPUtime=3.08 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 63468 0 0 0 297 11 0 0 20 0 1 0 68820950 333422592 69573 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 81402 69573 3936 3530 0 72853 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 325608 KiB
Current children cumulated memory: 278292 KiB

[startup+6.30016 s]
/proc/loadavg: 4.37 4.19 3.97 5/266 89082
/proc/meminfo: memFree=126115056/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=372364 memory=302072 CPUtime=6.26 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 68874 0 0 0 614 12 0 0 20 0 1 0 68820950 381300736 75518 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 93091 75518 3936 3530 0 84542 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 372364 KiB
Current children cumulated memory: 302072 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.19 3.97 5/266 89083
/proc/meminfo: memFree=126030132/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=462308 memory=377124 CPUtime=12.65 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 86651 0 0 0 1250 15 0 0 20 0 1 0 68820950 473403392 94281 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 115577 94281 3968 3530 0 107028 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 462308 KiB
Current children cumulated memory: 377124 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.18 3.97 5/266 89083
/proc/meminfo: memFree=126022052/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=462308 memory=377508 CPUtime=25.41 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 86749 0 0 0 2526 15 0 0 20 0 1 0 68820950 473403392 94377 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 115577 94377 3968 3530 0 107028 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 462308 KiB
Current children cumulated memory: 377508 KiB

[startup+51.1059 s]
/proc/loadavg: 4.25 4.18 3.98 5/266 89084
/proc/meminfo: memFree=125989928/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=485936 memory=392996 CPUtime=50.94 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 90635 0 0 0 5078 16 0 0 20 0 1 0 68820950 497598464 98249 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 121484 98249 3968 3530 0 112935 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 485936 KiB
Current children cumulated memory: 392996 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.17 3.99 5/265 89087
/proc/meminfo: memFree=125941968/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=517288 memory=417700 CPUtime=101.98 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 96798 0 0 0 10182 16 0 0 20 0 1 0 68820950 529702912 104425 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 129322 104425 3968 3530 0 120773 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 517288 KiB
Current children cumulated memory: 417700 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.15 4.00 5/265 89090
/proc/meminfo: memFree=125889048/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=521712 memory=417700 CPUtime=161.81 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 96811 0 0 0 16165 16 0 0 20 0 1 0 68820950 534233088 104425 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 130428 104425 3968 3530 0 121879 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 521712 KiB
Current children cumulated memory: 417700 KiB

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

# cumulated CPU time of all completed processes:  user=202.083 s, system=0.22436 s

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

[startup+179.2 s]
/proc/loadavg: 4.15 4.16 4.00 5/265 89091
/proc/meminfo: memFree=125876760/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=521712 memory=417700 CPUtime=178.66 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 96811 0 0 0 17850 16 0 0 20 0 1 0 68820950 534233088 104425 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 130428 104425 3968 3530 0 121879 0
Current children cumulated CPU time: 178.66 s
Current children cumulated vsize: 521712 KiB
Current children cumulated memory: 417700 KiB

[startup+192 s]*
/proc/loadavg: 4.13 4.15 4.00 5/265 89092
/proc/meminfo: memFree=125823736/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=573104 memory=467208 CPUtime=191.44 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 98474 0 0 0 19126 18 0 0 20 0 1 0 68820950 586858496 116802 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 143276 116802 3968 3530 0 134727 0
Current children cumulated CPU time: 191.44 s
Current children cumulated vsize: 573104 KiB
Current children cumulated memory: 467208 KiB

[startup+198.4 s]
/proc/loadavg: 4.12 4.15 4.00 5/265 89092
/proc/meminfo: memFree=125799544/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=597704 memory=489904 CPUtime=197.8 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 115500 0 0 0 19760 20 0 0 20 0 1 0 68820950 612048896 122476 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 149426 122476 3968 3530 0 140877 0
Current children cumulated CPU time: 197.8 s
Current children cumulated vsize: 597704 KiB
Current children cumulated memory: 489904 KiB

[startup+200 s]*
/proc/loadavg: 4.11 4.14 4.00 5/265 89092
/proc/meminfo: memFree=125789588/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=598864 memory=492976 CPUtime=199.41 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 116271 0 0 0 19921 20 0 0 20 0 1 0 68820950 613236736 123244 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 149716 123244 3968 3530 0 141167 0
Current children cumulated CPU time: 199.41 s
Current children cumulated vsize: 598864 KiB
Current children cumulated memory: 492976 KiB

[startup+201.6 s]
/proc/loadavg: 4.11 4.14 4.00 5/265 89092
/proc/meminfo: memFree=125789588/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=598864 memory=492976 CPUtime=200.99 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 116271 0 0 0 20079 20 0 0 20 0 1 0 68820950 613236736 123244 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 149716 123244 3968 3530 0 141167 0
Current children cumulated CPU time: 200.99 s
Current children cumulated vsize: 598864 KiB
Current children cumulated memory: 492976 KiB

[startup+202.4 s]
/proc/loadavg: 4.11 4.14 4.00 5/265 89092
/proc/meminfo: memFree=125789588/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=598864 memory=492976 CPUtime=201.79 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 116272 0 0 0 20159 20 0 0 20 0 1 0 68820950 613236736 123244 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 149716 123244 3968 3530 0 141167 0
Current children cumulated CPU time: 201.79 s
Current children cumulated vsize: 598864 KiB
Current children cumulated memory: 492976 KiB

[startup+202.8 s]
/proc/loadavg: 4.11 4.14 4.00 5/265 89092
/proc/meminfo: memFree=125789588/131250000 swapFree=33010160/33010684
[pid=89081] ppid=89078 vsize=598864 memory=492976 CPUtime=202.19 cores=5,7
/proc/89081/stat : 89081 (pbscip) R 89078 89081 88303 0 -1 4194304 116272 0 0 0 20199 20 0 0 20 0 1 0 68820950 613236736 123244 18446744073709551615 4235264 18693293 140722832629440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58761216 140722832636297 140722832636396 140722832636396 140722832641998 0
/proc/89081/statm: 149716 123244 3968 3530 0 141167 0
Current children cumulated CPU time: 202.19 s
Current children cumulated vsize: 598864 KiB
Current children cumulated memory: 492976 KiB

[startup+202.9 s]*
/proc/loadavg: 4.11 4.14 4.00 5/265 89092
/proc/meminfo: memFree=126077124/131250000 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 202.906
CPU time (s): 202.308
CPU user time (s): 202.083
CPU system time (s): 0.22436
CPU usage (%): 99.7051
Max. virtual memory (cumulated for all children) (KiB): 598864
Max. memory (cumulated for all children) (KiB): 492976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.083
system time used= 0.22436
maximum resident set size= 492976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116295
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= 80
involuntary context switches= 214


# summary of solver processes directly reported to runsolver:
#   pid: 89081
#   total CPU time (s): 202.308
#   total CPU user time (s): 202.083
#   total CPU system time (s): 0.22436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.395213 second user time and 0.917453 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-03 10:30:34
IDJOB=4517546
IDBENCH=176113
IDSOLVER=3365
FILE ID=nodeC016/4517546-1751531434
RUNJOBID= nodeC016-1751529182-88316
SLURM_JOB_ID= 9598668
Free space on /tmp= 432828 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=18-t=2.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517546-1751531434/watcher-4517546-1751531434 -o /tmp/evaluation-result-4517546-1751531434/solver-4517546-1751531434 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751529182-88316 --watchdog 3760  pbscip -f HOME/instance-4517546-1751531434.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 5da417552da80e99ebaacbb86c541f7c
RANDOM SEED=280058233

nodeC016 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.742
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.48
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.731
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.48
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		: 3592.661
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.48
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		: 3552.728
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.48
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.710
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.48
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.308
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.745
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126405172 kB
MemAvailable:   126557776 kB
Buffers:            2144 kB
Cached:           921164 kB
SwapCached:           28 kB
Active:          3850584 kB
Inactive:         301380 kB
Active(anon):    3241416 kB
Inactive(anon):     5288 kB
Active(file):     609168 kB
Inactive(file):   296092 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19984 kB
Writeback:             0 kB
AnonPages:       3231792 kB
Mapped:           140176 kB
Shmem:             18044 kB
KReclaimable:     173164 kB
Slab:             265372 kB
SReclaimable:     173164 kB
SUnreclaim:        92208 kB
KernelStack:        4256 kB
PageTables:         9540 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3685324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1904640 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432808 MiB
End job on nodeC016 at 2025-07-03 10:33:57