Trace number 4512230

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-07OPT-192 297.006 297.832

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-sporttournament28.opb
MD5SUM390ec8fc201467376172e52d21e0ee7b
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-192
Best CPU time to get the best result obtained on this benchmark116.495
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 972
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 1048
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1048
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)728
Sum of products size (including duplicates)1456
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-4512230-1751271861.opb>
0.00/0.01	c original problem has 1106 variables (378 bin, 0 int, 728 impl, 0 cont) and 728 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.00/0.01	c presolving:
0.00/0.02	c    (0.0s) probing: 51/1106 (4.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.02	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.02	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.02	c presolving (1 rounds: 1 fast, 1 medium, 1 exhaustive):
0.00/0.02	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 1456 cliques
0.00/0.02	c presolved problem has 1106 variables (378 bin, 0 int, 728 impl, 0 cont) and 728 constraints
0.00/0.02	c     728 constraints of type <and>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 10.0.0
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.02	c limits/time = 3596.998006
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.02	c limits/memory = 27900
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c transformed 2/2 original solutions to the transformed problem space
0.00/0.02	c 
0.00/0.03	o -104
0.00/0.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.03	c p 0.0s|     1 |     0 |     0 |     - |  clique|   0 |1106 | 728 |1456 |   0 |  0 |   0 |   0 |-5.240000e+02 |-1.040000e+02 | 403.85%| unknown
0.00/0.04	o -132
0.00/0.04	c p 0.0s|     1 |     0 |     0 |     - | vbounds|   0 |1106 | 728 |1456 |   0 |  0 |   0 |   0 |-5.240000e+02 |-1.320000e+02 | 296.97%| unknown
0.00/0.07	c   0.1s|     1 |     0 |   929 |     - |    12M |   0 |1106 | 728 |1456 |   0 |  0 |   0 |   0 |-2.380000e+02 |-1.320000e+02 |  80.30%| unknown
0.00/0.10	c   0.1s|     1 |     0 |   932 |     - |    13M |   0 |1106 | 728 |1690 | 234 |  1 |   0 |   0 |-2.380000e+02 |-1.320000e+02 |  80.30%| unknown
0.09/0.10	c   0.1s|     1 |     0 |   948 |     - |    13M |   0 |1106 | 728 |1920 | 464 |  2 |   0 |   0 |-2.380000e+02 |-1.320000e+02 |  80.30%| unknown
0.09/0.18	c   0.2s|     1 |     0 |  1291 |     - |    16M |   0 |1106 | 728 |1950 | 494 |  3 |   0 |   0 |-2.240000e+02 |-1.320000e+02 |  69.70%| unknown
0.19/0.26	c   0.3s|     1 |     0 |  1539 |     - |    17M |   0 |1106 | 728 |1988 | 532 |  4 |   0 |   0 |-2.177500e+02 |-1.320000e+02 |  64.96%| unknown
0.29/0.37	c   0.4s|     1 |     0 |  1882 |     - |    20M |   0 |1106 | 728 |2012 | 556 |  5 |   0 |   0 |-2.152500e+02 |-1.320000e+02 |  63.07%| unknown
0.49/0.51	c   0.5s|     1 |     0 |  2467 |     - |    24M |   0 |1106 | 728 |2038 | 582 |  6 |   0 |   0 |-2.120000e+02 |-1.320000e+02 |  60.61%| unknown
0.59/0.65	c   0.6s|     1 |     0 |  2910 |     - |    26M |   0 |1106 | 728 |2070 | 614 |  7 |   0 |   0 |-2.096528e+02 |-1.320000e+02 |  58.83%| unknown
0.78/0.84	c   0.8s|     1 |     0 |  3486 |     - |    28M |   0 |1106 | 728 |2097 | 641 |  8 |   0 |   0 |-2.072083e+02 |-1.320000e+02 |  56.98%| unknown
0.98/1.09	c   1.1s|     1 |     0 |  4401 |     - |    33M |   0 |1106 | 728 |2123 | 667 |  9 |   0 |   0 |-2.059430e+02 |-1.320000e+02 |  56.02%| unknown
1.18/1.29	c   1.3s|     1 |     0 |  5200 |     - |    36M |   0 |1106 | 728 |2143 | 687 | 10 |   0 |   0 |-2.047626e+02 |-1.320000e+02 |  55.12%| unknown
1.38/1.49	c   1.5s|     1 |     0 |  6048 |     - |    41M |   0 |1106 | 728 |2166 | 710 | 11 |   0 |   0 |-2.047626e+02 |-1.320000e+02 |  55.12%| unknown
1.38/1.49	c   1.5s|     1 |     0 |  6048 |     - |    41M |   0 |1106 | 728 |2166 | 710 | 11 |   0 |   0 |-2.032095e+02 |-1.320000e+02 |  53.95%| unknown
1.68/1.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.68/1.71	c   1.7s|     1 |     0 |  7078 |     - |    45M |   0 |1106 | 728 |2186 | 730 | 12 |   0 |   0 |-2.032095e+02 |-1.320000e+02 |  53.95%| unknown
1.68/1.71	c   1.7s|     1 |     0 |  7105 |     - |    45M |   0 |1106 | 728 |2186 | 730 | 12 |   0 |   0 |-2.019190e+02 |-1.320000e+02 |  52.97%| unknown
1.77/1.81	c   1.8s|     1 |     0 |  7804 |     - |    45M |   0 |1106 | 728 |2204 | 748 | 13 |   0 |   0 |-2.019190e+02 |-1.320000e+02 |  52.97%| unknown
1.77/1.81	c   1.8s|     1 |     0 |  7804 |     - |    45M |   0 |1106 | 728 |2204 | 748 | 13 |   0 |   0 |-2.012346e+02 |-1.320000e+02 |  52.45%| unknown
1.87/1.94	c   1.9s|     1 |     0 |  8720 |     - |    46M |   0 |1106 | 728 |2205 | 766 | 14 |   0 |   0 |-2.012346e+02 |-1.320000e+02 |  52.45%| unknown
1.87/1.94	c   1.9s|     1 |     0 |  8721 |     - |    46M |   0 |1106 | 728 |2205 | 766 | 14 |   0 |   0 |-2.005368e+02 |-1.320000e+02 |  51.92%| unknown
1.98/2.04	c   2.0s|     1 |     0 |  9338 |     - |    47M |   0 |1106 | 728 |2221 | 782 | 15 |   0 |   0 |-2.005368e+02 |-1.320000e+02 |  51.92%| unknown
1.98/2.04	c   2.0s|     1 |     0 |  9338 |     - |    47M |   0 |1106 | 728 |2221 | 782 | 15 |   0 |   0 |-2.002236e+02 |-1.320000e+02 |  51.68%| unknown
2.08/2.17	c   2.2s|     1 |     0 | 10022 |     - |    47M |   0 |1106 | 728 |2222 | 799 | 16 |   0 |   0 |-2.002236e+02 |-1.320000e+02 |  51.68%| unknown
2.08/2.17	c   2.2s|     1 |     0 | 10022 |     - |    47M |   0 |1106 | 728 |2222 | 799 | 16 |   0 |   0 |-1.998348e+02 |-1.320000e+02 |  51.39%| unknown
2.27/2.30	c   2.3s|     1 |     0 | 10874 |     - |    47M |   0 |1106 | 728 |2242 | 819 | 17 |   0 |   0 |-1.998348e+02 |-1.320000e+02 |  51.39%| unknown
2.27/2.30	c   2.3s|     1 |     0 | 10875 |     - |    47M |   0 |1106 | 728 |2242 | 819 | 17 |   0 |   0 |-1.993124e+02 |-1.320000e+02 |  50.99%| unknown
2.27/2.39	c   2.4s|     1 |     0 | 11277 |     - |    48M |   0 |1106 | 728 |2253 | 830 | 18 |   0 |   0 |-1.993124e+02 |-1.320000e+02 |  50.99%| unknown
2.37/2.40	c   2.4s|     1 |     0 | 11281 |     - |    48M |   0 |1106 | 728 |2238 | 830 | 18 |   0 |   0 |-1.992225e+02 |-1.320000e+02 |  50.93%| unknown
2.47/2.50	c   2.5s|     1 |     0 | 11796 |     - |    48M |   0 |1106 | 728 |2252 | 844 | 19 |   0 |   0 |-1.992225e+02 |-1.320000e+02 |  50.93%| unknown
2.47/2.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.47/2.50	c   2.5s|     1 |     0 | 11796 |     - |    48M |   0 |1106 | 728 |2252 | 844 | 19 |   0 |   0 |-1.990172e+02 |-1.320000e+02 |  50.77%| unknown
2.57/2.62	c   2.6s|     1 |     0 | 12477 |     - |    48M |   0 |1106 | 728 |2265 | 857 | 20 |   0 |   0 |-1.990172e+02 |-1.320000e+02 |  50.77%| unknown
2.57/2.62	c   2.6s|     1 |     0 | 12486 |     - |    48M |   0 |1106 | 728 |2265 | 857 | 20 |   0 |   0 |-1.988101e+02 |-1.320000e+02 |  50.61%| unknown
2.67/2.74	c   2.7s|     1 |     0 | 13121 |     - |    48M |   0 |1106 | 728 |2257 | 870 | 21 |   0 |   0 |-1.988101e+02 |-1.320000e+02 |  50.61%| unknown
2.67/2.75	c   2.7s|     1 |     0 | 13145 |     - |    48M |   0 |1106 | 728 |2257 | 870 | 21 |   0 |   0 |-1.986426e+02 |-1.320000e+02 |  50.49%| unknown
2.77/2.85	c   2.8s|     1 |     0 | 13676 |     - |    48M |   0 |1106 | 728 |2263 | 876 | 22 |   0 |   0 |-1.986426e+02 |-1.320000e+02 |  50.49%| unknown
2.77/2.85	c   2.8s|     1 |     0 | 13676 |     - |    48M |   0 |1106 | 728 |2263 | 876 | 22 |   0 |   0 |-1.984796e+02 |-1.320000e+02 |  50.36%| unknown
2.87/2.90	c   2.9s|     1 |     0 | 13722 |     - |    48M |   0 |1106 | 728 |2268 | 881 | 23 |   0 |   0 |-1.984782e+02 |-1.320000e+02 |  50.36%| unknown
2.87/2.94	c   2.9s|     1 |     0 | 13767 |     - |    48M |   0 |1106 | 728 |2260 | 884 | 24 |   0 |   0 |-1.984782e+02 |-1.320000e+02 |  50.36%| unknown
2.87/2.94	c   2.9s|     1 |     0 | 13767 |     - |    48M |   0 |1106 | 728 |2260 | 884 | 24 |   0 |   0 |-1.984777e+02 |-1.320000e+02 |  50.36%| unknown
3.97/4.05	o -173
3.97/4.05	c d 4.0s|     1 |     0 | 25347 |     - |farkasdi|   0 |1106 | 728 |2260 |   0 | 25 |   0 |   0 |-1.984777e+02 |-1.730000e+02 |  14.73%| unknown
4.36/4.49	c   4.5s|     1 |     0 | 30750 |     - |    49M |   0 |1106 | 728 |2260 | 884 | 25 |   0 |   0 |-1.984777e+02 |-1.730000e+02 |  14.73%| unknown
4.47/4.53	c   4.5s|     1 |     0 | 30751 |     - |    49M |   0 |1106 | 728 |2261 | 885 | 26 |   0 |   0 |-1.984777e+02 |-1.730000e+02 |  14.73%| unknown
7.26/7.32	c   7.3s|     1 |     2 | 30757 |     - |    49M |   0 |1106 | 728 |2261 | 885 | 27 |   0 |  26 |-1.984777e+02 |-1.730000e+02 |  14.73%| unknown
22.41/22.57	o -179
22.41/22.57	c r22.6s|    46 |    41 | 46686 | 731.5 |simplero|  45 |1106 | 728 |2286 | 977 |  0 |   0 | 169 |-1.984777e+02 |-1.790000e+02 |  10.88%| unknown
24.02/24.12	o -180
24.02/24.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.02/24.12	c r24.1s|    65 |    41 | 50028 | 566.6 |simplero|  45 |1106 | 728 |2293 |1002 |  0 |   0 | 169 |-1.984777e+02 |-1.800000e+02 |  10.27%| unknown
24.31/24.47	o -181
24.31/24.47	c r24.5s|    71 |    38 | 50552 | 525.5 |simplero|  45 |1106 | 728 |2283 |1006 |  0 |   0 | 169 |-1.984777e+02 |-1.810000e+02 |   9.66%| unknown
24.71/24.86	c  24.9s|   100 |    37 | 54934 | 415.8 |    91M |  45 |1106 | 728 |2273 |1006 |  1 |   0 | 169 |-1.984777e+02 |-1.810000e+02 |   9.66%| unknown
25.21/25.35	o -182
25.21/25.35	c L25.3s|   112 |    35 | 56326 | 383.4 |    alns|  45 |1106 | 728 |2273 |1006 |  0 |   0 | 184 |-1.984777e+02 |-1.820000e+02 |   9.05%| unknown
35.28/35.42	c  35.4s|   200 |   101 |106092 | 463.9 |   141M |  45 |1106 | 728 |2301 |1186 |  0 |   0 | 212 |-1.976672e+02 |-1.820000e+02 |   8.61%| unknown
42.46/42.62	c  42.6s|   300 |   115 |160899 | 492.1 |   149M |  45 |1106 | 728 |2295 |1231 |  0 |   0 | 261 |-1.973620e+02 |-1.820000e+02 |   8.44%| unknown
44.96/45.19	o -190
44.96/45.19	c o45.2s|   315 |   126 |179189 | 526.8 |objpscos|  45 |1106 | 728 |2259 |1242 |  1 |   0 | 270 |-1.971755e+02 |-1.900000e+02 |   3.78%| unknown
53.13/53.37	c  53.4s|   400 |    95 |225335 | 530.2 |   166M |  45 |1106 | 728 |2287 |1309 |  1 |   0 | 301 |-1.969755e+02 |-1.900000e+02 |   3.67%| unknown
53.13/53.38	o -191
53.13/53.38	c r53.4s|   401 |    80 |225421 | 529.1 |simplero|  45 |1106 | 728 |2287 |1309 |  0 |   0 | 301 |-1.969755e+02 |-1.910000e+02 |   3.13%| unknown
63.10/63.33	c  63.3s|   500 |    93 |287280 | 548.1 |   184M |  45 |1106 | 728 |2282 |1336 |  0 |   0 | 338 |-1.968144e+02 |-1.910000e+02 |   3.04%|   9.78%
70.18/70.43	c  70.4s|   600 |   109 |340979 | 546.3 |   196M |  45 |1106 | 728 |2284 |1376 |  0 |   0 | 358 |-1.966347e+02 |-1.910000e+02 |   2.95%|  10.69%
82.55/82.81	c  82.8s|   700 |   125 |408727 | 565.0 |   217M |  45 |1106 | 728 |2297 |1455 |  0 |   0 | 392 |-1.964279e+02 |-1.910000e+02 |   2.84%|  12.10%
95.42/95.71	c  95.7s|   800 |   143 |484665 | 589.4 |   230M |  45 |1106 | 728 |2295 |1524 |  1 |   0 | 433 |-1.962381e+02 |-1.910000e+02 |   2.74%|  13.49%
105.79/106.12	c   106s|   900 |   163 |533740 | 578.4 |   329M |  45 |1106 | 728 |2299 |1613 |  1 |   0 | 467 |-1.961689e+02 |-1.910000e+02 |   2.71%|  14.15%
106.58/106.99	o -192
106.58/106.99	c * 107s|   914 |   146 |539320 | 575.6 |strongbr|  45 |1106 | 728 |2299 |1613 |  1 |   0 | 471 |-1.961689e+02 |-1.920000e+02 |   2.17%|  15.04%
128.12/128.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
128.12/128.59	c   129s|  1000 |   154 |620515 | 607.4 |   419M |  45 |1106 | 728 |2283 |1918 |  1 |   0 | 520 |-1.960571e+02 |-1.920000e+02 |   2.11%|  21.38%
146.78/147.23	c   147s|  1100 |   160 |700105 | 624.5 |   424M |  45 |1106 | 728 |2289 |2103 |  0 |   0 | 567 |-1.960110e+02 |-1.920000e+02 |   2.09%|  26.74%
168.91/169.42	c   169s|  1200 |   166 |789519 | 647.0 |   438M |  45 |1106 | 728 |2289 |2367 |  1 |   0 | 619 |-1.957835e+02 |-1.920000e+02 |   1.97%|  33.50%
191.85/192.41	c   192s|  1300 |   152 |882805 | 669.0 |   445M |  45 |1106 | 728 |2297 |2657 |  1 |   0 | 677 |-1.957358e+02 |-1.920000e+02 |   1.95%|  41.41%
205.81/206.44	c   206s|  1400 |   150 |960665 | 676.8 |   446M |  45 |1106 | 728 |2288 |2707 |  0 |   0 | 735 |-1.956640e+02 |-1.920000e+02 |   1.91%|  46.92%
219.57/220.22	c   220s|  1500 |   154 |  1039k| 684.2 |   447M |  45 |1106 | 728 |2301 |2866 |  0 |   0 | 753 |-1.954157e+02 |-1.920000e+02 |   1.78%|  53.27%
231.14/231.82	c   232s|  1600 |   136 |  1119k| 691.4 |   448M |  45 |1106 | 728 |2295 |2926 |  0 |   0 | 768 |-1.951422e+02 |-1.920000e+02 |   1.64%|  59.55%
242.11/242.82	c   243s|  1700 |   118 |  1195k| 695.5 |   448M |  45 |1106 | 728 |2307 |3005 |  0 |   0 | 772 |-1.949947e+02 |-1.920000e+02 |   1.56%|  65.74%
253.18/253.98	c   254s|  1800 |    94 |  1277k| 702.4 |   448M |  45 |1106 | 728 |2292 |3048 |  0 |   0 | 773 |-1.946803e+02 |-1.920000e+02 |   1.40%|  72.22%
264.75/265.58	c   266s|  1900 |    70 |  1346k| 701.8 |   448M |  45 |1106 | 728 |2301 |3061 |  0 |   0 | 805 |-1.945877e+02 |-1.920000e+02 |   1.35%|  78.86%
276.62/277.46	c   277s|  2000 |    42 |  1415k| 701.4 |   448M |  45 |1106 | 728 |2302 |3081 |  0 |   0 | 838 |-1.943614e+02 |-1.920000e+02 |   1.23%|  86.44%
291.28/292.10	c   292s|  2100 |    16 |  1494k| 705.3 |   448M |  45 |1106 | 728 |2299 |3129 |  0 |   0 | 882 |-1.941328e+02 |-1.920000e+02 |   1.11%|  95.39%
295.37/296.22	c 
295.37/296.22	c SCIP Status        : problem is solved [optimal solution found]
295.37/296.22	c Solving Time (sec) : 296.21
295.37/296.22	c Solving Nodes      : 2134
295.37/296.22	c Primal Bound       : -1.92000000000000e+02 (25 solutions)
295.37/296.22	c Dual Bound         : -1.92000000000000e+02
295.37/296.22	c Gap                : 0.00 %
295.37/296.22	s OPTIMUM FOUND
295.37/296.22	v -x309 x316 -x317 -x306 x256 -x378 -x377 x239 -x238 x349 -x228 -x260 x225 x222 -x223 -x312 x220 x359 -x340 x216 -x215 x322 x283 
295.37/296.22	v x213 x211 -x263 x261 -x350 -x235 -x204 x231 -x196 x192 -x194 -x191 -x366 x218 x190 x265 -x362 -x303 x332 x185 x327 x276 x182 
295.37/296.22	v x181 -x180 -x376 -x240 -x241 -x202 x173 -x171 -x199 -x166 -x227 -x165 -x164 x374 x161 -x159 -x375 x187 x278 -x157 -x338 -x331 
295.37/296.22	v -x330 x326 -x271 -x154 x155 -x152 x179 x207 x208 -x176 x360 -x147 x146 x236 -x144 -x168 x329 -x288 x163 x138 -x353 -x296 x313 
295.37/296.22	v -x133 x252 x135 -x373 x158 x285 -x131 -x372 x279 -x277 -x128 -x127 -x254 -x247 x151 x177 x178 -x174 -x121 x364 x175 -x120 x203 
295.37/296.22	v -x290 x117 -x118 -x141 x371 -x114 -x370 x193 -x162 x111 x266 -x112 x109 x257 -x160 -x369 x311 -x106 -x368 -x345 x286 -x284 
295.37/296.22	v -x105 -x124 -x104 x126 x336 -x148 x149 -x248 x205 -x98 x291 x270 x237 x99 -x97 x172 x143 x94 x367 x92 -x91 x226 -x136 x333 
295.37/296.22	v -x189 x89 -x365 -x339 x304 x87 x294 -x214 -x86 x355 x352 x212 -x84 x83 -x123 -x103 -x122 x292 x170 -x145 x78 x342 x269 -x75 -x363 
295.37/296.22	v -x113 x139 x297 -x74 -x72 x328 -x319 x71 -x361 -x156 -x318 -x272 -x186 -x69 -x183 -x68 x357 -x153 x66 x243 x65 x101 -x82 
295.37/296.22	v -x100 x300 x201 -x119 x60 -x334 -x289 -x274 x58 x348 -x275 -x259 -x188 -x110 -x134 -x55 x358 -x129 -x323 x217 -x184 -x53 x356 
295.37/296.22	v -x249 -x67 x52 x302 -x301 -x51 x210 x50 -x64 x344 -x343 -x47 -x354 x80 x246 -x46 -x45 -x308 -x233 x95 -x43 x195 -x76 x41 -x341 
295.37/296.22	v -x282 -x268 -x42 x40 -x346 -x39 x351 -x293 -x251 -x85 x38 -x242 x37 -x335 x62 -x49 -x315 -x96 x79 -x33 x245 x232 -x32 x347 
295.37/296.22	v -x305 x57 -x281 x137 x73 x31 -x30 x36 x337 -x150 -x29 x325 -x321 -x234 x61 -x26 x230 x200 -x25 x28 -x125 x35 -x24 x44 -x22 
295.37/296.22	v x198 x169 -x21 x23 -x102 x48 -x20 x34 x27 -x18 -x324 x167 x142 -x17 x19 x81 -x63 -x16 x320 -x140 x116 x14 -x224 x221 x90 x56 
295.37/296.22	v -x13 -x244 -x15 x12 x314 x115 -x93 x11 -x307 x229 -x77 x10 -x267 x54 x9 -x310 -x255 -x299 -x298 x197 -x59 x7 -x108 x70 -x287 
295.37/296.22	v -x132 x88 -x5 -x295 x264 x8 x6 -x4 -x280 x253 -x107 -x3 x273 x258 x219 x130 -x2 -x262 x250 x209 -x206 -x1 
295.37/296.22	c SCIP Status        : problem is solved [optimal solution found]
295.37/296.22	c Total Time         :     296.21
295.37/296.22	c   solving          :     296.21
295.37/296.22	c   presolving       :       0.01 (included in solving)
295.37/296.22	c   reading          :       0.00 (included in solving)
295.37/296.22	c   copying          :       0.04 (14 #copies) (minimal 0.00, maximal 0.00, average 0.00)
295.37/296.22	c Original Problem   :
295.37/296.22	c   Problem name     : HOME/instance-4512230-1751271861.opb
295.37/296.22	c   Variables        : 1106 (378 binary, 0 integer, 728 implicit integer, 0 continuous)
295.37/296.22	c   Constraints      : 728 initial, 728 maximal
295.37/296.22	c   Objective        : minimize, 972 non-zeros (abs.min = 1, abs.max = 2)
295.37/296.22	c Presolved Problem  :
295.37/296.22	c   Problem name     : t_HOME/instance-4512230-1751271861.opb
295.37/296.22	c   Variables        : 1106 (378 binary, 0 integer, 728 implicit integer, 0 continuous)
295.37/296.22	c   Constraints      : 728 initial, 728 maximal
295.37/296.22	c   Objective        : minimize, 972 non-zeros (abs.min = 1, abs.max = 2)
295.37/296.22	c   Nonzeros         : 2184 constraint, 2912 clique table
295.37/296.22	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
295.37/296.22	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   implics          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   trivial          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   dualfix          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   and              :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
295.37/296.22	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   root node        :          -          -      -         45          -          -         45          -          -          -          -          -
295.37/296.22	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
295.37/296.22	c   benderslp        :          0          0          0          0       1117          0          0         99          0          0          0          0          0          0          0
295.37/296.22	c   integral         :          0          0          0          0       1117          0          0         99          0          1          0          0          0          0       2232
295.37/296.22	c   and              :        728        728       1639      25081          0          0          0         97          0          0       5195        813        729          0          0
295.37/296.22	c   benders          :          0          0          0          0          0          0          0         29          0          0          0          0          0          0          0
295.37/296.22	c   fixedvar         :          0          0          0          0          0          0          0         29          0          0          0          0          0          0          0
295.37/296.22	c   countsols        :          0          0          0          0          0          0          0         29          0          0          0          0          0          0          0
295.37/296.22	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
295.37/296.22	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   integral         :      68.82       0.00       0.00       0.00      68.82       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   and              :       0.36       0.00       0.21       0.12       0.00       0.00       0.00       0.00       0.00       0.03
295.37/296.22	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
295.37/296.22	c   dualfix          :          3          0          0          0
295.37/296.22	c   genvbounds       :          0          0          0          0
295.37/296.22	c   nlobbt           :          0          0          0          0
295.37/296.22	c   obbt             :          0          0          0          0
295.37/296.22	c   probing          :          0          0          0          0
295.37/296.22	c   pseudoobj        :       5581          0          0          0
295.37/296.22	c   redcost          :       3793          0          0      38116
295.37/296.22	c   rootredcost      :          8          0          0          0
295.37/296.22	c   symmetry         :          0          0          0          0
295.37/296.22	c   vbounds          :      12466          0          0          0
295.37/296.22	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
295.37/296.22	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
295.37/296.22	c   redcost          :       0.09       0.00       0.00       0.09       0.00       0.00
295.37/296.22	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c   vbounds          :       0.01       0.00       0.00       0.00       0.00       0.00
295.37/296.22	c Symmetry           :
295.37/296.22	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
295.37/296.22	c   orbital reduction:          0 reductions applied,          0 cutoffs
295.37/296.22	c   lexicographic red:          0 reductions applied,          0 cutoffs
295.37/296.22	c   shadow tree time :       0.00 s
295.37/296.22	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [--,--])
295.37/296.22	c   propagation      :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
295.37/296.22	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
295.37/296.22	c   bound exceed. LP :       0.00          5          0          -          0        0.0          0        0.0          0        0.0         50
295.37/296.22	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
295.37/296.22	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
295.37/296.22	c   applied globally :       0.00          -          -          0          0        0.0          -          -          0          -          -
295.37/296.22	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
295.37/296.22	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
295.37/296.22	c   cut pool         :       3.98          -        667         44          -          -      16804      35010          -          -          -          -          -    (maximal pool size:       4784)
295.37/296.22	c   aggregation      :       4.42       0.00        325         24          0          0          0          0          0          0          0          0          0
295.37/296.22	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
295.37/296.22	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
295.37/296.22	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
295.37/296.22	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   clique           :       0.01       0.00         24         24          0          0          0          0          0          0          0          0          0
295.37/296.22	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   gomory           :      25.03       0.00        289         10          0          0      16067      24390          0        816        816          0          0
295.37/296.22	c   > gomorymi       :          -          -          -          -          -          -          -      11052          0        125        125          0          -
295.37/296.22	c   > strongcg       :          -          -          -          -          -          -          -      13338          0        691        691          0          -
295.37/296.22	c   impliedbounds    :       0.02       0.00        325         24          0          0         38         68          0         47         47          0          0
295.37/296.22	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
295.37/296.22	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   mixing           :       0.00       0.00        327         26          0          0          0          0          0          0          0          0          0
295.37/296.22	c   multilinear      :       0.00       0.00         75         26          0          0          0          0          0          0          0          0          0
295.37/296.22	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
295.37/296.22	c   rlt              :      10.28       0.00        121         10          0          0          7         18          0         13         13          0          0
295.37/296.22	c   zerohalf         :       3.70       0.00        299         20          0          0        692      10534          0       1526       1526          0          0
295.37/296.22	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
295.37/296.22	c   hybrid           :       0.38       0.00        549         25       3131          0      32692        885          0       3307
295.37/296.22	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c Pricers            :   ExecTime  SetupTime      Calls       Vars
295.37/296.22	c   problem variables:       0.09          -       6316       7909
295.37/296.22	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
295.37/296.22	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c   relpscost        :      68.82       0.00       1117          0          0          1          0          0          0       2232
295.37/296.22	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
295.37/296.22	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
295.37/296.22	c   LP solutions     :       0.00          -          -          0          0
295.37/296.22	c   relax solutions  :       0.00          -          -          0          0
295.37/296.22	c   pseudo solutions :       0.00          -          -          0          0
295.37/296.22	c   strong branching :       0.00          -          -          1          1
295.37/296.22	c   actconsdiving    :       0.00       0.00          0          0          0
295.37/296.22	c   adaptivediving   :       1.40       0.00          4          0          0
295.37/296.22	c   alns             :       0.04       0.00          4          3          1
295.37/296.22	c   bound            :       0.00       0.00          0          0          0
295.37/296.22	c   clique           :       0.01       0.00          1          1          1
295.37/296.22	c   coefdiving       :       0.00       0.00          0          0          0
295.37/296.22	c   completesol      :       0.00       0.00          0          0          0
295.37/296.22	c   conflictdiving   :       0.00       0.00          0          0          0
295.37/296.22	c   crossover        :       0.00       0.00          0          0          0
295.37/296.22	c   dins             :       0.00       0.00          0          0          0
295.37/296.22	c   distributiondivin:       1.45       0.00          2          0          0
295.37/296.22	c   dps              :       0.00       0.00          0          0          0
295.37/296.22	c   dualval          :       0.00       0.00          0          0          0
295.37/296.22	c   farkasdiving     :       1.66       0.00          3          1          1
295.37/296.22	c   feasjump         :       0.00       0.00          0          0          0
295.37/296.22	c   feaspump         :       0.43       0.00          1          0          0
295.37/296.22	c   fixandinfer      :       0.00       0.00          0          0          0
295.37/296.22	c   fracdiving       :       0.42       0.00          2          0          0
295.37/296.22	c   gins             :       0.10       0.00          9          9          0
295.37/296.22	c   guideddiving     :       0.47       0.00          2          0          0
295.37/296.22	c   indcoefdiving    :       0.00       0.00          0          0          0
295.37/296.22	c   indicator        :       0.00       0.00          0          0          0
295.37/296.22	c   indicatordiving  :       0.00       0.00          0          0          0
295.37/296.22	c   indoneopt        :       0.00       0.00          0          0          0
295.37/296.22	c   indrounding      :       0.00       0.00          0          0          0
295.37/296.22	c   indtwoopt        :       0.00       0.00          0          0          0
295.37/296.22	c   intdiving        :       0.00       0.00          0          0          0
295.37/296.22	c   intshifting      :       0.00       0.00          0          0          0
295.37/296.22	c   linesearchdiving :       0.33       0.00          2          0          0
295.37/296.22	c   localbranching   :       0.00       0.00          0          0          0
295.37/296.22	c   locks            :       0.00       0.00          1          0          0
295.37/296.22	c   lpface           :       0.00       0.00          0          0          0
295.37/296.22	c   mpec             :       0.00       0.00          0          0          0
295.37/296.22	c   multistart       :       0.00       0.00          0          0          0
295.37/296.22	c   mutation         :       0.00       0.00          0          0          0
295.37/296.22	c   nlpdiving        :       0.00       0.00          0          0          0
295.37/296.22	c   objpscostdiving  :       1.73       0.00          2          1          1
295.37/296.22	c   octane           :       0.00       0.00          0          0          0
295.37/296.22	c   ofins            :       0.00       0.00          0          0          0
295.37/296.22	c   oneopt           :       0.00       0.00          9          0          0
295.37/296.22	c   padm             :       0.00       0.00          0          0          0
295.37/296.22	c   proximity        :       0.00       0.00          0          0          0
295.37/296.22	c   pscostdiving     :       0.81       0.00          3          0          0
295.37/296.22	c   randrounding     :       0.07       0.00         64          0          0
295.37/296.22	c   rens             :       0.00       0.00          0          0          0
295.37/296.22	c   reoptsols        :       0.00       0.00          0          0          0
295.37/296.22	c   repair           :       0.00       0.00          0          0          0
295.37/296.22	c   rins             :       0.00       0.00          0          0          0
295.37/296.22	c   rootsoldiving    :       0.45       0.00          2          2          0
295.37/296.22	c   rounding         :       0.03       0.00        507          0          0
295.37/296.22	c   scheduler        :       0.00       0.00          0          0          0
295.37/296.22	c   shiftandpropagate:       0.00       0.00          0          0          0
295.37/296.22	c   shifting         :       0.12       0.00        242          0          0
295.37/296.22	c   simplerounding   :       0.09       0.00       4122          4          4
295.37/296.22	c   smallcard        :       0.00       0.00          0          0          0
295.37/296.22	c   subnlp           :       0.00       0.00          0          0          0
295.37/296.22	c   trivial          :       0.00       0.00          2          2          1
295.37/296.22	c   trivialnegation  :       0.00       0.00          0          0          0
295.37/296.22	c   trustregion      :       0.00       0.00          0          0          0
295.37/296.22	c   trysol           :       0.00       0.00          0          0          0
295.37/296.22	c   twoopt           :       0.00       0.00          0          0          0
295.37/296.22	c   undercover       :       0.02       0.00          1          0          0
295.37/296.22	c   vbounds          :       0.02       0.00          1          1          1
295.37/296.22	c   veclendiving     :       0.13       0.00          2          0          0
295.37/296.22	c   zeroobj          :       0.00       0.00          0          0          0
295.37/296.22	c   zirounding       :       0.36       0.00       1000          0          0
295.37/296.22	c   other solutions  :          -          -          -          0          -
295.37/296.22	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
295.37/296.22	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
295.37/296.22	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
295.37/296.22	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
295.37/296.22	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
295.37/296.22	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
295.37/296.22	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
295.37/296.22	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
295.37/296.22	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
295.37/296.22	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
295.37/296.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
295.37/296.22	c   primal LP        :      25.19       2963     205079     114.76    8139.69       1.44       1176
295.37/296.22	c   dual LP          :     122.67       3698    1210644     451.23    9869.38       0.60       1015
295.37/296.22	c   lex dual LP      :       0.00          0          0       0.00          -
295.37/296.22	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
295.37/296.22	c   resolve instable :       0.00          0          0       0.00          -
295.37/296.22	c   diving/probing LP:       9.74        534     108314     202.84   11118.28
295.37/296.22	c   strong branching :      67.43        884     663212     750.24    9836.06          -          -        512
295.37/296.22	c     (at root node) :          -         26      24769     952.65          -
295.37/296.22	c   conflict analysis:       0.00          5         50      10.00          -
295.37/296.22	c B&B Tree           :
295.37/296.22	c   number of runs   :          1
295.37/296.22	c   nodes            :       2134 (1116 internal, 1018 leaves)
295.37/296.22	c   feasible leaves  :          0
295.37/296.22	c   infeas. leaves   :       1018
295.37/296.22	c   objective leaves :          0
295.37/296.22	c   nodes (total)    :       2134 (1116 internal, 1018 leaves)
295.37/296.22	c   nodes left       :          0
295.37/296.22	c   max depth        :         45
295.37/296.22	c   max depth (total):         45
295.37/296.22	c   backtracks       :        638 (29.9%)
295.37/296.22	c   early backtracks :          0 (0.0%)
295.37/296.22	c   nodes exc. ref.  :          0 (0.0%)
295.37/296.22	c   delayed cutoffs  :          0
295.37/296.22	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
295.37/296.22	c   avg switch length:       4.70
295.37/296.22	c   switching time   :       0.41
295.37/296.22	c Root Node          :
295.37/296.22	c   First LP value   : -2.38000000000000e+02
295.37/296.22	c   First LP Iters   :        929 (64621.59 Iter/sec)
295.37/296.22	c   First LP Time    :       0.01
295.37/296.22	c   Final Dual Bound : -1.98477653356255e+02
295.37/296.22	c   Final Root Iters :      13768
295.37/296.22	c   Root LP Estimate : -1.05875695863270e+02
295.37/296.22	c Solution           :
295.37/296.22	c   Solutions found  :         25 (11 improvements)
295.37/296.22	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
295.37/296.22	c   Gap First Sol.   :   infinite
295.37/296.22	c   Gap Last Sol.    :       2.17 %
295.37/296.22	c   Primal Bound     : -1.92000000000000e+02   (in run 1, after 914 nodes, 106.98 seconds, depth 17, found by <relaxation>)
295.37/296.22	c   Dual Bound       : -1.92000000000000e+02
295.37/296.22	c   Gap              :       0.00 %
295.37/296.22	c Integrals          :      Total       Avg%
295.37/296.22	c   primal-dual      :    1074.64       3.63
295.37/296.22	c   primal-ref       :          -          - (not evaluated)
295.37/296.22	c   dual-ref         :          -          - (not evaluated)
296.97/297.82	c Time complete: 296.996.

Verifier Data

OK	-192

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512230-1751271861/watcher-4512230-1751271861 -o /tmp/evaluation-result-4512230-1751271861/solver-4512230-1751271861 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751268232-43209 --watchdog 3760 pbscip -f HOME/instance-4512230-1751271861.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=44050, runsolver pid=44046
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 4.14 4.12 4.03 5/266 44055
/proc/meminfo: memFree=128379996/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=67156 memory=38864 CPUtime=0.09 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 7104 0 0 0 8 1 0 0 20 0 1 0 42863644 68767744 9716 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 16789 9716 3936 3530 0 8240 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 67156 KiB
Current children cumulated memory: 38864 KiB

[startup+0.205416 s]*
/proc/loadavg: 4.14 4.12 4.03 5/266 44055
/proc/meminfo: memFree=128379996/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=67156 memory=38864 CPUtime=0.19 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 7122 0 0 0 18 1 0 0 20 0 1 0 42863644 68767744 9716 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 16789 9716 3936 3530 0 8240 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 67156 KiB
Current children cumulated memory: 38864 KiB

[startup+0.305368 s]*
/proc/loadavg: 4.14 4.12 4.03 5/266 44055
/proc/meminfo: memFree=128379996/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=67156 memory=38992 CPUtime=0.29 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 7150 0 0 0 28 1 0 0 20 0 1 0 42863644 68767744 9748 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 16789 9748 3936 3530 0 8240 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 67156 KiB
Current children cumulated memory: 38992 KiB

[startup+0.700166 s]
/proc/loadavg: 4.14 4.12 4.03 5/266 44055
/proc/meminfo: memFree=128379764/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=71224 memory=43600 CPUtime=0.68 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 8285 0 0 0 67 1 0 0 20 0 1 0 42863644 72933376 10900 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 17806 10900 3936 3530 0 9257 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 71224 KiB
Current children cumulated memory: 43600 KiB

[startup+1.50016 s]
/proc/loadavg: 4.14 4.12 4.03 5/266 44055
/proc/meminfo: memFree=128379764/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=85960 memory=57296 CPUtime=1.48 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 11708 0 0 0 147 1 0 0 20 0 1 0 42863644 88023040 14324 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 21490 14324 3936 3530 0 12941 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 85960 KiB
Current children cumulated memory: 57296 KiB

[startup+3.10524 s]
/proc/loadavg: 4.14 4.12 4.03 5/266 44055
/proc/meminfo: memFree=128348292/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=94628 memory=63440 CPUtime=3.07 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 13262 0 0 0 306 1 0 0 20 0 1 0 42863644 96899072 15860 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 23657 15860 3936 3530 0 15108 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 94628 KiB
Current children cumulated memory: 63440 KiB

[startup+6.30015 s]
/proc/loadavg: 4.13 4.11 4.03 5/266 44055
/proc/meminfo: memFree=128332668/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=100744 memory=68560 CPUtime=6.27 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 14530 0 0 0 625 2 0 0 20 0 1 0 42863644 103161856 17140 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 25186 17140 3936 3530 0 16637 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 100744 KiB
Current children cumulated memory: 68560 KiB

[startup+12.7001 s]
/proc/loadavg: 4.12 4.11 4.03 5/266 44055
/proc/meminfo: memFree=128310964/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=100744 memory=68560 CPUtime=12.65 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 14530 0 0 0 1263 2 0 0 20 0 1 0 42863644 103161856 17140 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 25186 17140 3936 3530 0 16637 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 100744 KiB
Current children cumulated memory: 68560 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 4.12 4.04 5/266 44055
/proc/meminfo: memFree=127755040/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=142928 memory=108368 CPUtime=25.4 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 24493 0 0 0 2537 3 0 0 20 0 1 0 42863644 146358272 27092 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 35732 27092 3936 3530 0 27183 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 142928 KiB
Current children cumulated memory: 108368 KiB

[startup+51.1052 s]
/proc/loadavg: 4.17 4.13 4.04 5/266 44056
/proc/meminfo: memFree=127604480/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=212832 memory=176496 CPUtime=50.95 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 41268 0 0 0 5088 7 0 0 20 0 1 0 42863644 217939968 44124 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 53208 44124 3936 3530 0 44659 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 212832 KiB
Current children cumulated memory: 176496 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.04 5/266 44059
/proc/meminfo: memFree=127323200/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=327124 memory=287540 CPUtime=102 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 70889 0 0 0 10187 13 0 0 20 0 1 0 42863644 334974976 71885 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 81781 71885 3936 3530 0 73232 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 327124 KiB
Current children cumulated memory: 287540 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.04 5/266 44061
/proc/meminfo: memFree=127108184/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=476136 memory=433220 CPUtime=161.83 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 116453 0 0 0 16161 22 0 0 20 0 1 0 42863644 487563264 108305 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 119034 108305 3936 3530 0 110485 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 476136 KiB
Current children cumulated memory: 433220 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.12 4.05 5/266 44063
/proc/meminfo: memFree=127032024/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=492436 memory=449492 CPUtime=221.67 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 120805 0 0 0 22144 23 0 0 20 0 1 0 42863644 504254464 112373 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 123109 112373 3936 3530 0 114560 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 492436 KiB
Current children cumulated memory: 449492 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.11 4.05 5/267 44066
/proc/meminfo: memFree=127009672/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=492840 memory=449876 CPUtime=281.5 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 120886 0 0 0 28127 23 0 0 20 0 1 0 42863644 504668160 112469 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 123210 112469 3936 3530 0 114661 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 492840 KiB
Current children cumulated memory: 449876 KiB

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

# cumulated CPU time of all completed processes:  user=296.744 s, system=0.26217 s

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

[startup+288 s]*
/proc/loadavg: 4.09 4.11 4.05 5/267 44066
/proc/meminfo: memFree=127011456/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=492840 memory=449876 CPUtime=287.19 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 120886 0 0 0 28696 23 0 0 20 0 1 0 42863644 504668160 112469 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 123210 112469 3936 3530 0 114661 0
Current children cumulated CPU time: 287.19 s
Current children cumulated vsize: 492840 KiB
Current children cumulated memory: 449876 KiB

[startup+294.4 s]
/proc/loadavg: 4.08 4.11 4.05 5/267 44066
/proc/meminfo: memFree=127010948/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=493156 memory=450132 CPUtime=293.57 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 120964 0 0 0 29334 23 0 0 20 0 1 0 42863644 504991744 112533 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 123289 112533 3936 3530 0 114740 0
Current children cumulated CPU time: 293.57 s
Current children cumulated vsize: 493156 KiB
Current children cumulated memory: 450132 KiB

[startup+296 s]*
/proc/loadavg: 4.15 4.12 4.05 5/267 44066
/proc/meminfo: memFree=126990848/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=493156 memory=450132 CPUtime=295.17 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 120964 0 0 0 29494 23 0 0 20 0 1 0 42863644 504991744 112533 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 123289 112533 3936 3530 0 114740 0
Current children cumulated CPU time: 295.17 s
Current children cumulated vsize: 493156 KiB
Current children cumulated memory: 450132 KiB

[startup+296.8 s]
/proc/loadavg: 4.15 4.12 4.05 5/267 44066
/proc/meminfo: memFree=126990848/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=493156 memory=450132 CPUtime=295.97 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 120964 0 0 0 29574 23 0 0 20 0 1 0 42863644 504991744 112533 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 123289 112533 3936 3530 0 114740 0
Current children cumulated CPU time: 295.97 s
Current children cumulated vsize: 493156 KiB
Current children cumulated memory: 450132 KiB

[startup+297.6 s]
/proc/loadavg: 4.15 4.12 4.05 5/267 44066
/proc/meminfo: memFree=126990848/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=487028 memory=444080 CPUtime=296.76 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 120964 0 0 0 29653 23 0 0 20 0 1 0 42863644 498716672 111020 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 121757 111020 3936 3530 0 113208 0
Current children cumulated CPU time: 296.76 s
Current children cumulated vsize: 487028 KiB
Current children cumulated memory: 444080 KiB

[startup+297.8 s]
/proc/loadavg: 4.15 4.12 4.05 5/267 44066
/proc/meminfo: memFree=126990848/131250000 swapFree=33010684/33010684
[pid=44050] ppid=44046 vsize=452308 memory=409360 CPUtime=296.97 cores=0,2
/proc/44050/stat : 44050 (pbscip) R 44046 44050 43192 0 -1 4194304 120964 0 0 0 29673 24 0 0 20 0 1 0 42863644 463163392 102340 18446744073709551615 4235264 18693293 140724231805248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 27545600 140724231813513 140724231813612 140724231813612 140724231819214 0
/proc/44050/statm: 113077 102340 3936 3530 0 104528 0
Current children cumulated CPU time: 296.97 s
Current children cumulated vsize: 452308 KiB
Current children cumulated memory: 409360 KiB

Child status: 0

Real time (s): 297.832
CPU time (s): 297.006
CPU user time (s): 296.744
CPU system time (s): 0.26217
CPU usage (%): 99.7229
Max. virtual memory (cumulated for all children) (KiB): 493156
Max. memory (cumulated for all children) (KiB): 450132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 296.744
system time used= 0.26217
maximum resident set size= 450132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120971
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= 83
involuntary context switches= 671


# summary of solver processes directly reported to runsolver:
#   pid: 44050
#   total CPU time (s): 297.006
#   total CPU user time (s): 296.744
#   total CPU system time (s): 0.26217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.554242 second user time and 1.22533 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-30 10:24:21
IDJOB=4512230
IDBENCH=160524
IDSOLVER=3365
FILE ID=nodeC016/4512230-1751271861
RUNJOBID= nodeC016-1751268232-43209
SLURM_JOB_ID= 9594183
Free space on /tmp= 433024 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament28.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512230-1751271861/watcher-4512230-1751271861 -o /tmp/evaluation-result-4512230-1751271861/solver-4512230-1751271861 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751268232-43209 --watchdog 3760  pbscip -f HOME/instance-4512230-1751271861.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 390ec8fc201467376172e52d21e0ee7b
RANDOM SEED=694883639

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.806
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.735
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		: 3599.731
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		: 3593.774
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		: 3597.891
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.771
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		: 3599.708
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		: 3589.875
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:        128388440 kB
MemAvailable:   129176636 kB
Buffers:            3280 kB
Cached:          1592104 kB
SwapCached:            0 kB
Active:           858252 kB
Inactive:        1334936 kB
Active(anon):     615888 kB
Inactive(anon):        0 kB
Active(file):     242364 kB
Inactive(file):  1334936 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             78492 kB
Writeback:             0 kB
AnonPages:        600876 kB
Mapped:           125204 kB
Shmem:             18072 kB
KReclaimable:     100268 kB
Slab:             187892 kB
SReclaimable:     100268 kB
SUnreclaim:        87624 kB
KernelStack:        4304 kB
PageTables:         4376 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     934844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 432988 MiB
End job on nodeC016 at 2025-06-30 10:29:19