Trace number 4524417

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-07SAT-300 3587.03 3597.03

General information on the benchmark

NamePB25/normalized-PB25/OPT-NLC/sakai/QPLIB-PB-PB25-20250422/
instances/normalized-QPLIB_3877.opb
MD5SUM2da2e651da52fe2a5e7f901cf56b111b
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-300
Best CPU time to get the best result obtained on this benchmark3587.03
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 1608
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 1732
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 1732
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)1224
Sum of products size (including duplicates)2448
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.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4524417-1751272215.opb>
0.00/0.01	c original problem has 1854 variables (630 bin, 0 int, 1224 impl, 0 cont) and 1224 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/1854 (2.8%) - 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, 2448 cliques
0.00/0.02	c presolved problem has 1854 variables (630 bin, 0 int, 1224 impl, 0 cont) and 1224 constraints
0.00/0.02	c    1224 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.997019
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.03	c 
0.00/0.05	o -154
0.00/0.05	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.05	c p 0.0s|     1 |     0 |     0 |     - |  clique|   0 |1854 |1224 |2448 |   0 |  0 |   0 |   0 |-8.660000e+02 |-1.540000e+02 | 462.34%| unknown
0.00/0.06	o -207
0.00/0.06	c p 0.1s|     1 |     0 |     6 |     - | vbounds|   0 |1854 |1224 |2448 |   0 |  0 |   0 |   0 |-8.660000e+02 |-2.070000e+02 | 318.36%| unknown
0.08/0.14	c   0.1s|     1 |     0 |  1526 |     - |    18M |   0 |1854 |1224 |2448 |   0 |  0 |   0 |   0 |-3.800000e+02 |-2.070000e+02 |  83.57%| unknown
0.08/0.18	c   0.2s|     1 |     0 |  1533 |     - |    19M |   0 |1854 |1224 |2880 | 432 |  1 |   0 |   0 |-3.800000e+02 |-2.070000e+02 |  83.57%| unknown
0.08/0.19	c   0.2s|     1 |     0 |  1561 |     - |    19M |   0 |1854 |1224 |3304 | 856 |  2 |   0 |   0 |-3.800000e+02 |-2.070000e+02 |  83.57%| unknown
0.19/0.30	c   0.3s|     1 |     0 |  2011 |     - |    23M |   0 |1854 |1224 |3350 | 902 |  3 |   0 |   0 |-3.590000e+02 |-2.070000e+02 |  73.43%| unknown
0.39/0.44	c   0.4s|     1 |     0 |  2502 |     - |    25M |   0 |1854 |1224 |3395 | 947 |  4 |   0 |   0 |-3.512500e+02 |-2.070000e+02 |  69.69%| unknown
0.58/0.61	c   0.6s|     1 |     0 |  3161 |     - |    29M |   0 |1854 |1224 |3442 | 994 |  5 |   0 |   0 |-3.423750e+02 |-2.070000e+02 |  65.40%| unknown
0.77/0.82	c   0.8s|     1 |     0 |  4070 |     - |    33M |   0 |1854 |1224 |3487 |1039 |  6 |   0 |   0 |-3.389583e+02 |-2.070000e+02 |  63.75%| unknown
0.98/1.05	c   1.0s|     1 |     0 |  5170 |     - |    36M |   0 |1854 |1224 |3529 |1081 |  7 |   0 |   0 |-3.373125e+02 |-2.070000e+02 |  62.95%| unknown
1.18/1.27	c   1.3s|     1 |     0 |  5997 |     - |    38M |   0 |1854 |1224 |3569 |1121 |  8 |   0 |   0 |-3.339722e+02 |-2.070000e+02 |  61.34%| unknown
1.48/1.53	c   1.5s|     1 |     0 |  7038 |     - |    42M |   0 |1854 |1224 |3607 |1159 |  9 |   0 |   0 |-3.314155e+02 |-2.070000e+02 |  60.10%| unknown
1.77/1.85	c   1.8s|     1 |     0 |  7995 |     - |    46M |   0 |1854 |1224 |3638 |1190 | 10 |   0 |   0 |-3.314155e+02 |-2.070000e+02 |  60.10%| unknown
1.77/1.85	c   1.8s|     1 |     0 |  7995 |     - |    46M |   0 |1854 |1224 |3638 |1190 | 10 |   0 |   0 |-3.289905e+02 |-2.070000e+02 |  58.93%| unknown
2.17/2.25	c   2.2s|     1 |     0 | 10375 |     - |    47M |   0 |1854 |1224 |3680 |1232 | 11 |   0 |   0 |-3.289905e+02 |-2.070000e+02 |  58.93%| unknown
2.17/2.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.17/2.26	c   2.3s|     1 |     0 | 10470 |     - |    47M |   0 |1854 |1224 |3680 |1232 | 11 |   0 |   0 |-3.264039e+02 |-2.070000e+02 |  57.68%| unknown
2.57/2.63	c   2.6s|     1 |     0 | 12156 |     - |    51M |   0 |1854 |1224 |3711 |1263 | 12 |   0 |   0 |-3.264039e+02 |-2.070000e+02 |  57.68%| unknown
2.57/2.64	c   2.6s|     1 |     0 | 12159 |     - |    51M |   0 |1854 |1224 |3687 |1263 | 12 |   0 |   0 |-3.246320e+02 |-2.070000e+02 |  56.83%| unknown
2.87/2.90	c   2.9s|     1 |     0 | 13650 |     - |    52M |   0 |1854 |1224 |3716 |1292 | 13 |   0 |   0 |-3.246320e+02 |-2.070000e+02 |  56.83%| unknown
2.87/2.90	c   2.9s|     1 |     0 | 13671 |     - |    52M |   0 |1854 |1224 |3716 |1292 | 13 |   0 |   0 |-3.237156e+02 |-2.070000e+02 |  56.38%| unknown
3.17/3.24	c   3.2s|     1 |     0 | 15493 |     - |    53M |   0 |1854 |1224 |3753 |1329 | 14 |   0 |   0 |-3.237156e+02 |-2.070000e+02 |  56.38%| unknown
3.17/3.26	c   3.3s|     1 |     0 | 15586 |     - |    53M |   0 |1854 |1224 |3708 |1329 | 14 |   0 |   0 |-3.225542e+02 |-2.070000e+02 |  55.82%| unknown
3.47/3.54	c   3.5s|     1 |     0 | 17021 |     - |    53M |   0 |1854 |1224 |3733 |1354 | 15 |   0 |   0 |-3.225542e+02 |-2.070000e+02 |  55.82%| unknown
3.47/3.54	c   3.5s|     1 |     0 | 17024 |     - |    53M |   0 |1854 |1224 |3733 |1354 | 15 |   0 |   0 |-3.217624e+02 |-2.070000e+02 |  55.44%| unknown
3.76/3.82	c   3.8s|     1 |     0 | 18322 |     - |    54M |   0 |1854 |1224 |3749 |1388 | 16 |   0 |   0 |-3.217624e+02 |-2.070000e+02 |  55.44%| unknown
3.76/3.83	c   3.8s|     1 |     0 | 18332 |     - |    54M |   0 |1854 |1224 |3749 |1388 | 16 |   0 |   0 |-3.211173e+02 |-2.070000e+02 |  55.13%| unknown
3.98/4.04	c   4.0s|     1 |     0 | 19146 |     - |    55M |   0 |1854 |1224 |3770 |1409 | 17 |   0 |   0 |-3.211173e+02 |-2.070000e+02 |  55.13%| unknown
3.98/4.05	c   4.0s|     1 |     0 | 19164 |     - |    55M |   0 |1854 |1224 |3770 |1409 | 17 |   0 |   0 |-3.207232e+02 |-2.070000e+02 |  54.94%| unknown
4.27/4.37	c   4.4s|     1 |     0 | 20602 |     - |    56M |   0 |1854 |1224 |3779 |1438 | 18 |   0 |   0 |-3.207232e+02 |-2.070000e+02 |  54.94%| unknown
4.27/4.37	c   4.4s|     1 |     0 | 20604 |     - |    56M |   0 |1854 |1224 |3779 |1438 | 18 |   0 |   0 |-3.200991e+02 |-2.070000e+02 |  54.64%| unknown
4.57/4.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.57/4.69	c   4.7s|     1 |     0 | 22086 |     - |    57M |   0 |1854 |1224 |3796 |1455 | 19 |   0 |   0 |-3.200991e+02 |-2.070000e+02 |  54.64%| unknown
4.67/4.70	c   4.7s|     1 |     0 | 22135 |     - |    57M |   0 |1854 |1224 |3796 |1455 | 19 |   0 |   0 |-3.194309e+02 |-2.070000e+02 |  54.31%| unknown
4.97/5.09	c   5.1s|     1 |     0 | 23985 |     - |    58M |   0 |1854 |1224 |3803 |1475 | 20 |   0 |   0 |-3.194309e+02 |-2.070000e+02 |  54.31%| unknown
5.07/5.10	c   5.1s|     1 |     0 | 23988 |     - |    58M |   0 |1854 |1224 |3803 |1475 | 20 |   0 |   0 |-3.189273e+02 |-2.070000e+02 |  54.07%| unknown
5.27/5.39	c   5.4s|     1 |     0 | 25102 |     - |    58M |   0 |1854 |1224 |3818 |1490 | 21 |   0 |   0 |-3.189273e+02 |-2.070000e+02 |  54.07%| unknown
5.27/5.39	c   5.4s|     1 |     0 | 25102 |     - |    58M |   0 |1854 |1224 |3818 |1490 | 21 |   0 |   0 |-3.185724e+02 |-2.070000e+02 |  53.90%| unknown
5.66/5.79	c   5.8s|     1 |     0 | 26884 |     - |    59M |   0 |1854 |1224 |3834 |1506 | 22 |   0 |   0 |-3.185724e+02 |-2.070000e+02 |  53.90%| unknown
5.76/5.80	c   5.8s|     1 |     0 | 26895 |     - |    59M |   0 |1854 |1224 |3817 |1506 | 22 |   0 |   0 |-3.181123e+02 |-2.070000e+02 |  53.68%| unknown
5.86/5.91	c   5.9s|     1 |     0 | 27179 |     - |    59M |   0 |1854 |1224 |3824 |1513 | 23 |   0 |   0 |-3.181123e+02 |-2.070000e+02 |  53.68%| unknown
5.86/5.91	c   5.9s|     1 |     0 | 27179 |     - |    59M |   0 |1854 |1224 |3824 |1513 | 23 |   0 |   0 |-3.180858e+02 |-2.070000e+02 |  53.66%| unknown
5.86/5.98	c   6.0s|     1 |     0 | 27215 |     - |    59M |   0 |1854 |1224 |3825 |1514 | 24 |   0 |   0 |-3.180855e+02 |-2.070000e+02 |  53.66%| unknown
10.45/10.53	o -261
10.45/10.54	c d10.5s|     1 |     0 | 58415 |     - |farkasdi|   0 |1854 |1224 |3825 |   0 | 25 |   0 |   0 |-3.180855e+02 |-2.610000e+02 |  21.87%| unknown
11.55/11.64	c  11.6s|     1 |     0 | 68055 |     - |    59M |   0 |1854 |1224 |3825 |1514 | 25 |   0 |   0 |-3.180855e+02 |-2.610000e+02 |  21.87%| unknown
16.43/16.50	c  16.5s|     1 |     2 | 68058 |     - |    59M |   0 |1854 |1224 |3825 |1514 | 26 |   0 |  26 |-3.180855e+02 |-2.610000e+02 |  21.87%| unknown
53.83/54.05	o -262
53.83/54.05	c L54.0s|    41 |    42 |108920 |2042.8 |    alns|  40 |1854 |1224 |3901 |1696 |  6 |   0 | 177 |-3.180855e+02 |-2.620000e+02 |  21.41%| unknown
53.83/54.06	o -263
53.83/54.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.83/54.06	c i54.1s|    42 |    41 |108920 |1993.0 |  oneopt|  41 |1854 |1224 |3896 |1696 |  0 |   0 | 177 |-3.180855e+02 |-2.630000e+02 |  20.95%| unknown
54.52/54.70	o -267
54.52/54.70	c d54.7s|    45 |    46 |113884 |1969.9 |pscostdi|  44 |1854 |1224 |3896 |   0 |  1 |   0 | 177 |-3.180855e+02 |-2.670000e+02 |  19.13%| unknown
59.31/59.50	o -284
59.31/59.50	c d59.5s|    62 |    63 |130488 |1693.1 |adaptive|  46 |1854 |1224 |3917 |   0 |  1 |   0 | 177 |-3.180855e+02 |-2.840000e+02 |  12.00%| unknown
59.31/59.57	o -285
59.31/59.57	c i59.6s|    62 |    63 |131198 |1704.7 |  oneopt|  46 |1854 |1224 |3917 |1748 |  1 |   0 | 177 |-3.180855e+02 |-2.850000e+02 |  11.61%| unknown
73.28/73.51	o -288
73.28/73.51	c L73.5s|    87 |    88 |165865 |1612.3 |    alns|  46 |1854 |1224 |3949 |1846 |  6 |   0 | 193 |-3.180855e+02 |-2.880000e+02 |  10.45%| unknown
82.25/82.59	c  82.6s|   100 |   101 |197461 |1719.7 |    86M |  46 |1854 |1224 |3941 |1882 |  2 |   0 | 205 |-3.180855e+02 |-2.880000e+02 |  10.45%| unknown
95.21/95.51	c  95.5s|   200 |   139 |259332 |1166.4 |    87M |  59 |1854 |1224 |3951 |1924 |  1 |   0 | 230 |-3.174471e+02 |-2.880000e+02 |  10.22%| unknown
109.37/109.77	o -292
109.37/109.77	c d 110s|   257 |   124 |319795 |1142.9 |pscostdi|  61 |1854 |1224 |3808 |   0 |  2 |   0 | 264 |-3.166357e+02 |-2.920000e+02 |   8.44%| unknown
118.05/118.46	c   118s|   300 |   133 |359088 |1110.0 |    88M |  61 |1854 |1224 |3953 |1962 |  1 |   0 | 279 |-3.163170e+02 |-2.920000e+02 |   8.33%| unknown
144.77/145.25	c   145s|   400 |   181 |474332 |1120.6 |    94M |  61 |1854 |1224 |3925 |2111 |  1 |   0 | 312 |-3.162035e+02 |-2.920000e+02 |   8.29%| unknown
151.65/152.10	o -294
151.65/152.10	c L 152s|   418 |   166 |489454 |1108.5 |    gins|  61 |1854 |1224 |3949 |2161 |  1 |   0 | 321 |-3.162035e+02 |-2.940000e+02 |   7.55%| unknown
170.40/170.92	c   171s|   500 |   186 |561360 |1070.4 |   102M |  61 |1854 |1224 |3950 |2271 |  1 |   0 | 356 |-3.157540e+02 |-2.940000e+02 |   7.40%| unknown
188.05/188.65	c   189s|   600 |   204 |614289 | 980.1 |   103M |  61 |1854 |1224 |3950 |2506 |  0 |   0 | 388 |-3.155891e+02 |-2.940000e+02 |   7.34%| unknown
195.73/196.39	o -295
195.73/196.39	c L 196s|   618 |   193 |635417 | 985.8 |crossove|  61 |1854 |1224 |3953 |2650 |  0 |   0 | 396 |-3.155021e+02 |-2.950000e+02 |   6.95%| unknown
226.05/226.72	c   227s|   700 |   229 |710463 | 977.5 |   130M |  61 |1854 |1224 |3992 |3017 |  1 |   0 | 441 |-3.153973e+02 |-2.950000e+02 |   6.91%| unknown
263.44/264.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
263.44/264.23	c   264s|   800 |   261 |808006 | 977.2 |   142M |  61 |1854 |1224 |4006 |3598 |  0 |   0 | 496 |-3.152368e+02 |-2.950000e+02 |   6.86%| unknown
296.35/297.27	c   297s|   900 |   279 |907223 | 978.9 |   154M |  61 |1854 |1224 |4012 |4140 |  0 |   0 | 550 |-3.150506e+02 |-2.950000e+02 |   6.80%| unknown
360.17/361.22	c   361s|  1000 |   317 |  1072k|1046.6 |   162M |  61 |1854 |1224 |4027 |5268 |  0 |   0 | 622 |-3.146957e+02 |-2.950000e+02 |   6.68%| unknown
415.62/416.90	c   417s|  1100 |   351 |  1211k|1077.2 |   171M |  61 |1854 |1224 |4029 |6386 |  1 |   0 | 696 |-3.144387e+02 |-2.950000e+02 |   6.59%| unknown
471.86/473.27	c   473s|  1200 |   373 |  1361k|1112.6 |   213M |  61 |1854 |1224 |4031 |7350 |  1 |   0 | 762 |-3.142825e+02 |-2.950000e+02 |   6.54%| unknown
518.63/520.12	c   520s|  1300 |   385 |  1478k|1117.3 |   221M |  61 |1854 |1224 |4042 |8164 |  1 |   0 | 827 |-3.141945e+02 |-2.950000e+02 |   6.51%| unknown
584.85/586.58	c   587s|  1400 |   401 |  1654k|1163.2 |   224M |  61 |1854 |1224 |3977 |9415 |  1 |   0 | 916 |-3.140269e+02 |-2.950000e+02 |   6.45%| unknown
640.89/642.70	c   643s|  1500 |   421 |  1785k|1173.0 |   228M |  61 |1854 |1224 |3982 |  10k|  1 |   0 | 984 |-3.139651e+02 |-2.950000e+02 |   6.43%| unknown
663.83/665.71	o -297
663.83/665.71	c d 666s|  1527 |   406 |  1855k|1198.1 |pscostdi|  61 |1854 |1224 |4039 |   0 |  1 |   0 |1007 |-3.138554e+02 |-2.970000e+02 |   5.68%| unknown
696.44/698.42	o -298
696.44/698.42	c L 698s|  1596 |   413 |  1954k|1208.1 |    alns|  61 |1854 |1224 |3986 |  11k|  0 |   0 |1059 |-3.137606e+02 |-2.980000e+02 |   5.29%| unknown
697.15/699.12	c   699s|  1600 |   415 |  1956k|1206.7 |   230M |  61 |1854 |1224 |3985 |  11k|  2 |   0 |1061 |-3.137606e+02 |-2.980000e+02 |   5.29%| unknown
728.06/730.14	c   730s|  1700 |   435 |  2056k|1194.3 |   230M |  61 |1854 |1224 |4044 |  11k|  2 |   0 |1124 |-3.137418e+02 |-2.980000e+02 |   5.28%| unknown
756.98/759.15	c   759s|  1800 |   451 |  2158k|1184.6 |   281M |  61 |1854 |1224 |4047 |  12k|  0 |   0 |1146 |-3.136956e+02 |-2.980000e+02 |   5.27%| unknown
784.00/786.23	c   786s|  1900 |   465 |  2279k|1186.2 |   281M |  61 |1854 |1224 |4052 |  13k|  0 |   0 |1146 |-3.136620e+02 |-2.980000e+02 |   5.26%| unknown
814.52/816.84	c   817s|  2000 |   535 |  2421k|1197.6 |   282M |  61 |1854 |1224 |4097 |  13k|  1 |   0 |1149 |-3.136002e+02 |-2.980000e+02 |   5.23%| unknown
839.66/842.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
839.66/842.02	c   842s|  2100 |   571 |  2522k|1188.7 |   283M |  67 |1854 |1224 |4103 |  14k|  0 |   0 |1149 |-3.134864e+02 |-2.980000e+02 |   5.20%| unknown
863.70/866.12	c   866s|  2200 |   575 |  2625k|1181.6 |   286M |  67 |1854 |1224 |4107 |  14k|  1 |   0 |1149 |-3.134334e+02 |-2.980000e+02 |   5.18%| unknown
908.58/911.19	c   911s|  2300 |   615 |  2790k|1202.0 |   288M |  67 |1854 |1224 |4114 |  15k|  4 |   0 |1168 |-3.133909e+02 |-2.980000e+02 |   5.16%| unknown
929.02/931.68	c   932s|  2400 |   621 |  2864k|1182.7 |   290M |  67 |1854 |1224 |4106 |  15k|  1 |   0 |1205 |-3.133757e+02 |-2.980000e+02 |   5.16%| unknown
957.14/959.84	c   960s|  2500 |   635 |  2960k|1173.8 |   311M |  67 |1854 |1224 |4109 |  16k|  0 |   0 |1235 |-3.133568e+02 |-2.980000e+02 |   5.15%| unknown
992.35/995.10	c   995s|  2600 |   655 |  3072k|1171.6 |   312M |  67 |1854 |1224 |4107 |  17k|  0 |   0 |1277 |-3.133085e+02 |-2.980000e+02 |   5.14%| unknown
1029.15/1032.03	c  1032s|  2700 |   679 |  3204k|1177.2 |   313M |  67 |1854 |1224 |4116 |  17k|  2 |   0 |1320 |-3.132523e+02 |-2.980000e+02 |   5.12%| unknown
1051.59/1054.50	o -299
1051.59/1054.50	c o1054s|  2777 |   682 |  3307k|1181.6 |objpscos|  67 |1854 |1224 |4053 |  18k|  1 |   0 |1332 |-3.132096e+02 |-2.990000e+02 |   4.75%| unknown
1058.08/1061.03	c  1061s|  2800 |   664 |  3323k|1177.7 |   316M |  67 |1854 |1224 |4113 |  18k|  0 |   0 |1332 |-3.132096e+02 |-2.990000e+02 |   4.75%| unknown
1106.05/1109.10	c  1109s|  2900 |   690 |  3473k|1188.9 |   320M |  67 |1854 |1224 |4109 |  18k|  2 |   0 |1369 |-3.131819e+02 |-2.990000e+02 |   4.74%| unknown
1155.12/1158.39	c  1158s|  3000 |   712 |  3644k|1206.1 |   344M |  67 |1854 |1224 |4103 |  19k|  2 |   0 |1407 |-3.131343e+02 |-2.990000e+02 |   4.73%| unknown
1174.26/1177.53	c  1178s|  3100 |   728 |  3718k|1191.2 |   348M |  67 |1854 |1224 |4109 |  20k|  2 |   0 |1428 |-3.130978e+02 |-2.990000e+02 |   4.71%| unknown
1220.05/1223.48	c  1223s|  3200 |   748 |  3878k|1204.0 |   371M |  67 |1854 |1224 |4118 |  21k|  1 |   0 |1438 |-3.130032e+02 |-2.990000e+02 |   4.68%| unknown
1258.64/1262.16	c  1262s|  3300 |   768 |  4034k|1214.8 |   383M |  67 |1854 |1224 |4106 |  22k|  0 |   0 |1438 |-3.129805e+02 |-2.990000e+02 |   4.68%| unknown
1310.70/1314.36	c  1314s|  3400 |   806 |  4238k|1239.0 |   392M |  67 |1854 |1224 |4107 |  23k|  2 |   0 |1439 |-3.128636e+02 |-2.990000e+02 |   4.64%| unknown
1349.99/1353.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1349.99/1353.74	c  1354s|  3500 |   832 |  4398k|1249.4 |   393M |  67 |1854 |1224 |4118 |  23k|  1 |   0 |1482 |-3.128472e+02 |-2.990000e+02 |   4.63%| unknown
1405.45/1409.34	c  1409s|  3600 |   866 |  4577k|1264.4 |   388M |  67 |1854 |1224 |4119 |  25k|  2 |   0 |1537 |-3.127485e+02 |-2.990000e+02 |   4.60%| unknown
1430.98/1434.90	c  1435s|  3700 |   868 |  4644k|1248.2 |   410M |  67 |1854 |1224 |4128 |  25k|  0 |   0 |1562 |-3.127305e+02 |-2.990000e+02 |   4.59%| unknown
1467.38/1471.46	c  1471s|  3800 |   902 |  4755k|1244.6 |   411M |  67 |1854 |1224 |4140 |  26k|  0 |   0 |1602 |-3.126991e+02 |-2.990000e+02 |   4.58%| unknown
1530.32/1534.51	c  1535s|  3900 |   934 |  4953k|1263.4 |   413M |  67 |1854 |1224 |4127 |  27k|  1 |   0 |1655 |-3.126597e+02 |-2.990000e+02 |   4.57%| unknown
1569.41/1573.76	c  1574s|  4000 |   962 |  5066k|1260.1 |   427M |  67 |1854 |1224 |4150 |  28k|  1 |   0 |1687 |-3.126051e+02 |-2.990000e+02 |   4.55%| unknown
1572.70/1577.04	o -300
1572.70/1577.04	c r1577s|  4028 |   929 |  5078k|1254.3 |simplero|  67 |1854 |1224 |4138 |  28k|  0 |   0 |1697 |-3.126051e+02 |-3.000000e+02 |   4.20%| unknown
1601.01/1605.45	c  1605s|  4100 |   943 |  5173k|1255.5 |   428M |  67 |1854 |1224 |4129 |  29k|  2 |   0 |1726 |-3.125903e+02 |-3.000000e+02 |   4.20%| unknown
1627.72/1632.22	c  1632s|  4200 |   967 |  5265k|1247.5 |   428M |  67 |1854 |1224 |4127 |  29k|  2 |   0 |1755 |-3.125711e+02 |-3.000000e+02 |   4.19%| unknown
1665.72/1670.32	c  1670s|  4300 |   975 |  5417k|1253.7 |   430M |  67 |1854 |1224 |4129 |  30k|  0 |   0 |1786 |-3.125538e+02 |-3.000000e+02 |   4.18%| unknown
1701.01/1705.77	c  1706s|  4400 |   987 |  5554k|1256.4 |   431M |  67 |1854 |1224 |4119 |  30k|  2 |   0 |1807 |-3.125262e+02 |-3.000000e+02 |   4.18%| unknown
1729.72/1734.53	c  1735s|  4500 |  1005 |  5667k|1253.8 |   431M |  67 |1854 |1224 |4120 |  31k|  1 |   0 |1828 |-3.124988e+02 |-3.000000e+02 |   4.17%| unknown
1755.34/1760.26	c  1760s|  4600 |  1011 |  5785k|1252.0 |   453M |  67 |1854 |1224 |4123 |  31k|  1 |   0 |1847 |-3.124765e+02 |-3.000000e+02 |   4.16%| unknown
1800.80/1805.84	c  1806s|  4700 |  1039 |  5947k|1260.0 |   453M |  67 |1854 |1224 |4140 |  32k|  2 |   0 |1863 |-3.124608e+02 |-3.000000e+02 |   4.15%| unknown
1829.61/1834.75	c  1835s|  4800 |  1057 |  6080k|1261.3 |   454M |  67 |1854 |1224 |4136 |  33k|  1 |   0 |1865 |-3.124413e+02 |-3.000000e+02 |   4.15%| unknown
1863.40/1868.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1863.40/1868.69	c  1869s|  4900 |  1079 |  6227k|1265.7 |   467M |  67 |1854 |1224 |4137 |  33k|  2 |   0 |1865 |-3.124118e+02 |-3.000000e+02 |   4.14%| unknown
1888.23/1893.59	c  1894s|  5000 |  1099 |  6334k|1261.8 |   467M |  67 |1854 |1224 |4139 |  34k|  0 |   0 |1866 |-3.123970e+02 |-3.000000e+02 |   4.13%| unknown
1914.15/1919.57	c  1920s|  5100 |  1109 |  6456k|1260.9 |   467M |  67 |1854 |1224 |4140 |  34k|  0 |   0 |1866 |-3.123831e+02 |-3.000000e+02 |   4.13%| unknown
1960.51/1966.01	c  1966s|  5200 |  1147 |  6661k|1276.0 |   467M |  67 |1854 |1224 |4114 |  35k|  1 |   0 |1866 |-3.123263e+02 |-3.000000e+02 |   4.11%| unknown
2016.84/2022.54	c  2023s|  5300 |  1185 |  6856k|1288.7 |   495M |  67 |1854 |1224 |4141 |  37k|  0 |   0 |1904 |-3.122469e+02 |-3.000000e+02 |   4.08%| unknown
2047.35/2053.11	c  2053s|  5400 |  1181 |  6972k|1286.4 |   495M |  67 |1854 |1224 |4151 |  37k|  0 |   0 |1935 |-3.122171e+02 |-3.000000e+02 |   4.07%| unknown
2075.76/2081.69	c  2082s|  5500 |  1203 |  7078k|1282.2 |   495M |  67 |1854 |1224 |4136 |  38k|  1 |   0 |1959 |-3.121989e+02 |-3.000000e+02 |   4.07%| unknown
2111.95/2117.94	c  2118s|  5600 |  1225 |  7201k|1281.3 |   495M |  67 |1854 |1224 |4148 |  38k|  0 |   0 |1994 |-3.121787e+02 |-3.000000e+02 |   4.06%| unknown
2148.44/2154.54	c  2155s|  5700 |  1243 |  7337k|1282.8 |   496M |  67 |1854 |1224 |4147 |  39k|  2 |   0 |2019 |-3.121406e+02 |-3.000000e+02 |   4.05%| unknown
2177.75/2183.94	c  2184s|  5800 |  1261 |  7435k|1277.5 |   496M |  67 |1854 |1224 |4146 |  40k|  1 |   0 |2058 |-3.121338e+02 |-3.000000e+02 |   4.04%| unknown
2219.12/2225.41	c  2225s|  5900 |  1291 |  7577k|1279.9 |   496M |  67 |1854 |1224 |4154 |  41k|  2 |   0 |2085 |-3.120942e+02 |-3.000000e+02 |   4.03%| unknown
2249.82/2256.24	c  2256s|  6000 |  1295 |  7702k|1279.4 |   496M |  67 |1854 |1224 |4154 |  41k|  0 |   0 |2109 |-3.120841e+02 |-3.000000e+02 |   4.03%| unknown
2295.49/2302.03	c  2302s|  6100 |  1313 |  7912k|1292.8 |   497M |  67 |1854 |1224 |4142 |  42k|  0 |   0 |2115 |-3.120429e+02 |-3.000000e+02 |   4.01%| unknown
2313.63/2320.29	c  2320s|  6200 |  1323 |  7985k|1283.8 |   497M |  67 |1854 |1224 |4158 |  42k|  2 |   0 |2158 |-3.120429e+02 |-3.000000e+02 |   4.01%| unknown
2343.44/2350.17	c  2350s|  6300 |  1333 |  8109k|1283.1 |   497M |  67 |1854 |1224 |4154 |  43k|  0 |   0 |2174 |-3.120367e+02 |-3.000000e+02 |   4.01%| unknown
2395.78/2402.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2395.78/2402.65	c  2403s|  6400 |  1371 |  8316k|1295.3 |   497M |  67 |1854 |1224 |4105 |  44k|  1 |   0 |2179 |-3.120152e+02 |-3.000000e+02 |   4.01%| unknown
2428.68/2435.61	c  2436s|  6500 |  1397 |  8448k|1295.8 |   499M |  67 |1854 |1224 |4148 |  45k|  1 |   0 |2181 |-3.119988e+02 |-3.000000e+02 |   4.00%| unknown
2449.72/2456.71	c  2457s|  6600 |  1409 |  8551k|1291.8 |   499M |  67 |1854 |1224 |4128 |  45k|  2 |   0 |2182 |-3.119772e+02 |-3.000000e+02 |   3.99%| unknown
2493.48/2500.62	c  2501s|  6700 |  1445 |  8729k|1299.0 |   500M |  67 |1854 |1224 |4153 |  46k|  1 |   0 |2182 |-3.119495e+02 |-3.000000e+02 |   3.98%| unknown
2526.68/2533.98	c  2534s|  6800 |  1463 |  8867k|1300.2 |   500M |  67 |1854 |1224 |4168 |  47k|  2 |   0 |2182 |-3.119278e+02 |-3.000000e+02 |   3.98%| unknown
2576.23/2583.60	c  2584s|  6900 |  1487 |  9080k|1312.2 |   501M |  67 |1854 |1224 |4161 |  48k|  1 |   0 |2183 |-3.118635e+02 |-3.000000e+02 |   3.95%| unknown
2606.45/2613.92	c  2614s|  7000 |  1493 |  9217k|1313.1 |   501M |  67 |1854 |1224 |4104 |  49k|  1 |   0 |2184 |-3.118446e+02 |-3.000000e+02 |   3.95%| unknown
2637.86/2645.42	c  2645s|  7100 |  1533 |  9345k|1312.6 |   549M |  67 |1854 |1224 |4156 |  49k|  0 |   0 |2186 |-3.118289e+02 |-3.000000e+02 |   3.94%| unknown
2664.50/2672.18	c  2672s|  7200 |  1545 |  9462k|1310.6 |   549M |  67 |1854 |1224 |4130 |  50k|  1 |   0 |2190 |-3.118161e+02 |-3.000000e+02 |   3.94%| unknown
2693.91/2701.65	c  2702s|  7300 |  1571 |  9571k|1307.6 |   550M |  67 |1854 |1224 |4157 |  51k|  2 |   0 |2219 |-3.117846e+02 |-3.000000e+02 |   3.93%| unknown
2731.51/2739.32	c  2739s|  7400 |  1593 |  9716k|1309.5 |   550M |  67 |1854 |1224 |4159 |  51k|  2 |   0 |2240 |-3.117538e+02 |-3.000000e+02 |   3.92%| unknown
2746.77/2754.67	c  2755s|  7500 |  1591 |  9788k|1301.7 |   551M |  67 |1854 |1224 |4131 |  52k|  2 |   0 |2265 |-3.117538e+02 |-3.000000e+02 |   3.92%| unknown
2779.69/2787.62	c  2788s|  7600 |  1605 |  9914k|1301.1 |   551M |  67 |1854 |1224 |4138 |  52k|  0 |   0 |2297 |-3.117440e+02 |-3.000000e+02 |   3.91%| unknown
2814.70/2822.72	c  2823s|  7700 |  1615 | 10049k|1301.8 |   551M |  67 |1854 |1224 |4121 |  53k|  1 |   0 |2310 |-3.117027e+02 |-3.000000e+02 |   3.90%| unknown
2836.74/2844.84	c  2845s|  7800 |  1619 | 10156k|1298.8 |   551M |  67 |1854 |1224 |4140 |  53k|  2 |   0 |2315 |-3.116937e+02 |-3.000000e+02 |   3.90%| unknown
2875.14/2883.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2875.14/2883.33	c  2883s|  7900 |  1629 | 10327k|1304.0 |   553M |  67 |1854 |1224 |4155 |  54k|  3 |   0 |2337 |-3.116850e+02 |-3.000000e+02 |   3.89%| unknown
2896.08/2904.39	c  2904s|  8000 |  1621 | 10434k|1301.1 |   553M |  67 |1854 |1224 |4146 |  55k|  3 |   0 |2338 |-3.116704e+02 |-3.000000e+02 |   3.89%| unknown
2932.68/2941.02	c  2941s|  8100 |  1629 | 10584k|1303.5 |   553M |  67 |1854 |1224 |4147 |  55k|  0 |   0 |2349 |-3.116232e+02 |-3.000000e+02 |   3.87%| unknown
2972.66/2981.16	c  2981s|  8200 |  1651 | 10743k|1307.0 |   553M |  67 |1854 |1224 |4142 |  56k|  0 |   0 |2354 |-3.115716e+02 |-3.000000e+02 |   3.86%| unknown
3008.85/3017.41	c  3017s|  8300 |  1677 | 10874k|1307.1 |   553M |  67 |1854 |1224 |4146 |  57k|  1 |   0 |2382 |-3.115288e+02 |-3.000000e+02 |   3.84%| unknown
3032.58/3041.27	c  3041s|  8400 |  1689 | 10968k|1302.7 |   553M |  67 |1854 |1224 |4145 |  57k|  1 |   0 |2417 |-3.115225e+02 |-3.000000e+02 |   3.84%| unknown
3058.00/3066.76	c  3067s|  8500 |  1701 | 11071k|1299.4 |   554M |  67 |1854 |1224 |4158 |  58k|  0 |   0 |2427 |-3.115155e+02 |-3.000000e+02 |   3.84%| unknown
3076.15/3084.91	c  3085s|  8600 |  1697 | 11154k|1294.1 |   554M |  67 |1854 |1224 |4137 |  58k|  0 |   0 |2454 |-3.115155e+02 |-3.000000e+02 |   3.84%| unknown
3119.42/3128.34	c  3128s|  8700 |  1727 | 11334k|1299.8 |   554M |  67 |1854 |1224 |4150 |  59k|  2 |   0 |2455 |-3.114752e+02 |-3.000000e+02 |   3.83%| unknown
3160.20/3169.20	c  3169s|  8800 |  1755 | 11488k|1302.5 |   554M |  67 |1854 |1224 |4160 |  60k|  2 |   0 |2470 |-3.114420e+02 |-3.000000e+02 |   3.81%| unknown
3210.26/3219.43	c  3219s|  8900 |  1783 | 11684k|1310.0 |   555M |  67 |1854 |1224 |4153 |  61k|  0 |   0 |2497 |-3.114138e+02 |-3.000000e+02 |   3.80%| unknown
3231.61/3240.80	c  3241s|  9000 |  1791 | 11788k|1306.9 |   555M |  67 |1854 |1224 |4138 |  62k|  2 |   0 |2500 |-3.114079e+02 |-3.000000e+02 |   3.80%| unknown
3269.22/3278.53	c  3279s|  9100 |  1811 | 11948k|1310.2 |   555M |  67 |1854 |1224 |4140 |  62k|  0 |   0 |2501 |-3.113809e+02 |-3.000000e+02 |   3.79%| unknown
3301.25/3310.66	c  3311s|  9200 |  1829 | 12076k|1309.9 |   556M |  67 |1854 |1224 |4155 |  63k|  0 |   0 |2505 |-3.113705e+02 |-3.000000e+02 |   3.79%| unknown
3331.48/3340.94	c  3341s|  9300 |  1841 | 12194k|1308.5 |   556M |  67 |1854 |1224 |4140 |  63k|  0 |   0 |2522 |-3.113675e+02 |-3.000000e+02 |   3.79%| unknown
3373.38/3382.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3373.38/3382.92	c  3383s|  9400 |  1869 | 12353k|1311.4 |   575M |  67 |1854 |1224 |4138 |  64k|  1 |   0 |2549 |-3.112958e+02 |-3.000000e+02 |   3.77%| unknown
3402.81/3412.48	c  3412s|  9500 |  1893 | 12463k|1309.2 |   575M |  67 |1854 |1224 |4174 |  65k|  0 |   0 |2575 |-3.112851e+02 |-3.000000e+02 |   3.76%| unknown
3440.72/3450.44	c  3450s|  9600 |  1919 | 12604k|1310.2 |   575M |  67 |1854 |1224 |4143 |  65k|  1 |   0 |2603 |-3.112670e+02 |-3.000000e+02 |   3.76%| unknown
3476.54/3486.31	c  3486s|  9700 |  1941 | 12746k|1311.4 |   575M |  67 |1854 |1224 |4165 |  66k|  0 |   0 |2619 |-3.112607e+02 |-3.000000e+02 |   3.75%| unknown
3505.77/3515.65	c  3516s|  9800 |  1949 | 12903k|1314.0 |   575M |  67 |1854 |1224 |4144 |  66k|  0 |   0 |2620 |-3.112543e+02 |-3.000000e+02 |   3.75%| unknown
3549.77/3559.70	c  3560s|  9900 |  1967 | 13082k|1318.8 |   577M |  67 |1854 |1224 |4151 |  67k|  0 |   0 |2622 |-3.112244e+02 |-3.000000e+02 |   3.74%| unknown
3586.99/3597.00	c 
3586.99/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3586.99/3597.00	c Solving Time (sec) : 3597.00
3586.99/3597.00	c Solving Nodes      : 9979
3586.99/3597.00	c Primal Bound       : -3.00000000000000e+02 (64 solutions)
3586.99/3597.00	c Dual Bound         : -3.11185106803524e+02
3586.99/3597.00	c Gap                : 3.73 %
3586.99/3597.00	s SATISFIABLE
3586.99/3597.00	v -x163 x161 -x159 x164 -x157 -x155 x153 x148 -x137 -x132 x131 x130 -x128 x127 -x122 x120 -x115 -x114 -x113 x106 x149 -x104 -x103 
3586.99/3597.00	v -x102 -x101 x144 x95 -x93 -x92 x91 -x140 -x85 x83 x82 x80 x135 -x142 x75 x73 x141 -x110 x72 x86 -x71 -x76 -x68 x136 x63 -x62 
3586.99/3597.00	v -x146 -x61 x60 x59 x58 x55 x125 -x151 -x50 -x49 -x70 -x48 -x57 -x47 -x44 -x160 -x74 -x39 x116 x36 -x33 x150 -x32 x65 x154 -x26 
3586.99/3597.00	v x107 x121 x22 -x143 -x53 x138 x42 x17 -x97 -x15 -x126 -x14 -x139 -x147 -x7 x27 x118 x87 -x4 x3 -x630 -x2 x629 -x129 x13 x626 
3586.99/3597.00	v -x152 -x623 x40 x109 -x618 -x617 x615 -x133 -x614 -x613 x105 x11 x611 x607 x51 x606 -x99 -x88 -x603 x604 -x602 x600 -x94 x21 
3586.99/3597.00	v x597 x8 x622 -x595 x594 -x81 x593 x158 x592 x90 -x98 -x567 -x578 -x556 -x544 x533 x35 x522 x511 -x6 x500 -x489 x162 -x478 
3586.99/3597.00	v x467 x108 -x84 x445 x46 -x610 x433 x422 x43 -x625 x411 -x400 x124 x119 x389 -x367 -x79 -x77 x117 -x38 -x356 x345 -x96 -x334 -x69 
3586.99/3597.00	v x10 -x596 -x612 x322 x311 -x30 -x29 x66 x9 -x300 x289 x278 x267 x28 -x256 -x245 x234 x20 -x599 x223 x211 -x18 -x378 -x54 
3586.99/3597.00	v -x19 -x200 x189 x178 x621 -x41 -x167 -x156 -x145 x619 x134 x112 -x624 x31 -x100 -x89 -x5 x52 x78 x67 x605 -x56 -x64 x608 -x45 
3586.99/3597.00	v -x34 x589 -x23 x24 x616 x25 -x12 -x1 -x620 x37 x601 x16 -x609 -x598 x123 x555 -x444 -x456 -x333 x627 x628 -x222 -x111 x591 x590 
3586.99/3597.00	v -x588 -x587 -x586 x585 -x584 x583 -x582 -x581 x580 x579 -x577 -x576 x575 -x574 x573 x572 x571 x570 x569 -x568 -x566 x565 
3586.99/3597.00	v x564 -x563 x562 x561 -x560 -x559 x558 x557 -x554 x553 -x552 x551 x550 -x549 x548 -x547 -x546 -x545 -x543 x542 x541 -x540 x539 
3586.99/3597.00	v -x538 x537 x536 -x535 -x534 x532 -x531 -x530 x529 x528 -x527 -x526 x525 -x524 x523 x521 x520 x519 -x518 x517 -x516 x515 -x514 
3586.99/3597.00	v -x513 x512 -x510 x509 x508 -x507 x506 -x505 -x504 x503 x502 x501 -x499 -x498 -x497 x496 x495 x494 -x493 -x492 x491 x490 -x488 
3586.99/3597.00	v -x487 -x486 -x485 -x484 -x483 -x482 x481 -x480 x479 x477 -x476 -x475 x474 -x473 x472 x471 -x470 -x469 -x468 x466 x465 -x464 
3586.99/3597.00	v -x463 x462 x461 x460 -x459 -x458 -x457 -x455 -x454 -x453 x452 -x451 -x450 x449 x448 x447 -x446 -x443 x442 -x441 x440 x439 x438 
3586.99/3597.00	v -x437 x436 x435 -x434 -x432 x431 -x430 -x429 x428 -x427 -x426 x425 -x424 -x423 -x421 x420 x419 -x418 x417 -x416 x415 x414 
3586.99/3597.00	v -x413 -x412 x410 -x409 -x408 x407 -x406 -x405 x404 x403 -x402 -x401 -x399 x398 x397 x396 x395 x394 -x393 x392 x391 -x390 x388 
3586.99/3597.00	v -x387 x386 -x385 x384 x383 x382 x381 x380 x379 x377 -x376 -x375 -x374 x373 x372 -x371 -x370 x369 x368 -x366 x365 x364 x363 
3586.99/3597.00	v -x362 x361 x360 -x359 -x358 x357 x355 -x354 x353 -x352 x351 x350 x349 x348 -x347 x346 -x344 -x343 -x342 x341 x340 x339 x338 -x337 
3586.99/3597.00	v x336 -x335 x332 x331 x330 -x329 x328 x327 x326 x325 -x324 -x323 -x321 -x320 -x319 -x318 x317 -x316 -x315 x314 x313 -x312 
3586.99/3597.00	v -x310 x309 -x308 -x307 -x306 -x305 x304 -x303 x302 -x301 x299 x298 -x297 x296 -x295 x294 -x293 x292 x291 -x290 x288 -x287 x286 
3586.99/3597.00	v -x285 -x284 -x283 x282 -x281 -x280 -x279 x277 -x276 x275 -x274 -x273 x272 x271 x270 x269 x268 -x266 x265 -x264 -x263 -x262 
3586.99/3597.00	v x261 -x260 -x259 -x258 x257 -x255 -x254 x253 x252 -x251 x250 x249 -x248 x247 -x246 x244 -x243 x242 x241 x240 -x239 x238 -x237 
3586.99/3597.00	v x236 x235 x233 -x232 x231 -x230 x229 -x228 -x227 -x226 x225 -x224 x221 -x220 x219 x218 -x217 x216 -x215 -x214 x213 -x212 x210 
3586.99/3597.00	v x209 -x208 x207 x206 -x205 -x204 -x203 x202 x201 x199 -x198 -x197 x196 x195 -x194 -x193 -x192 x191 x190 x188 x187 -x186 x185 
3586.99/3597.00	v x184 x183 x182 x181 x180 x179 x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 x169 -x168 x166 -x165 
3586.99/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3586.99/3597.00	c Total Time         :    3597.00
3586.99/3597.00	c   solving          :    3597.00
3586.99/3597.00	c   presolving       :       0.01 (included in solving)
3586.99/3597.00	c   reading          :       0.00 (included in solving)
3586.99/3597.00	c   copying          :       0.12 (33 #copies) (minimal 0.00, maximal 0.00, average 0.00)
3586.99/3597.00	c Original Problem   :
3586.99/3597.00	c   Problem name     : HOME/instance-4524417-1751272215.opb
3586.99/3597.00	c   Variables        : 1854 (630 binary, 0 integer, 1224 implicit integer, 0 continuous)
3586.99/3597.00	c   Constraints      : 1224 initial, 1224 maximal
3586.99/3597.00	c   Objective        : minimize, 1608 non-zeros (abs.min = 1, abs.max = 2)
3586.99/3597.00	c Presolved Problem  :
3586.99/3597.00	c   Problem name     : t_HOME/instance-4524417-1751272215.opb
3586.99/3597.00	c   Variables        : 1854 (630 binary, 0 integer, 1224 implicit integer, 0 continuous)
3586.99/3597.00	c   Constraints      : 1224 initial, 1224 maximal
3586.99/3597.00	c   Objective        : minimize, 1608 non-zeros (abs.min = 1, abs.max = 2)
3586.99/3597.00	c   Nonzeros         : 3672 constraint, 4896 clique table
3586.99/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.99/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   implics          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   trivial          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   dualfix          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   probing          :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   and              :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.99/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.99/3597.00	c   benderslp        :          0          0          0          0       6071          0          0        691          0          0          0          0          0          0          0
3586.99/3597.00	c   integral         :          0          0          0          0       6071          0          0        691          0          0          0          0          0          0      12142
3586.99/3597.00	c   and              :       1224       1224      10003     103949          0          0          0        689          0          0      30507       2278       1602          0          0
3586.99/3597.00	c   benders          :          0          0          0          0          0          0          0         68          0          0          0          0          0          0          0
3586.99/3597.00	c   fixedvar         :          0          0          0          0          0          0          0         68          0          0          0          0          0          0          0
3586.99/3597.00	c   countsols        :          0          0          0          0          0          0          0         68          0          0          0          0          0          0          0
3586.99/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.99/3597.00	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.99/3597.00	c   integral         :     423.01       0.00       0.00       0.00     423.01       0.00       0.00       0.00       0.00       0.00
3586.99/3597.00	c   and              :       3.22       0.00       1.90       1.14       0.00       0.00       0.00       0.01       0.00       0.17
3586.99/3597.00	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.99/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.99/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.99/3597.00	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3586.99/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.99/3597.00	c   dualfix          :          3          0          0          0
3586.99/3597.00	c   genvbounds       :          0          0          0          0
3586.99/3597.00	c   nlobbt           :          0          0          0          0
3586.99/3597.00	c   obbt             :          0          0          0          0
3586.99/3597.00	c   probing          :          0          0          0          0
3586.99/3597.00	c   pseudoobj        :      29471          0          0          0
3586.99/3597.00	c   redcost          :      21938          0          0     258899
3586.99/3597.00	c   rootredcost      :         13          0          0          0
3586.99/3597.00	c   symmetry         :          0          0          0          0
3586.99/3597.00	c   vbounds          :      39482          0          0          0
3586.99/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.99/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.99/3597.00	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
3586.99/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.99/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.99/3597.00	c   probing          :       0.01       0.00       0.01       0.00       0.00       0.00
3586.99/3597.00	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00       0.00
3586.99/3597.00	c   redcost          :       0.77       0.00       0.00       0.77       0.00       0.00
3586.99/3597.00	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
3586.99/3597.00	c   symmetry         :       0.02       0.00       0.00       0.01       0.00       0.00
3586.99/3597.00	c   vbounds          :       0.03       0.00       0.00       0.02       0.00       0.00
3586.99/3597.00	c Symmetry           :
3586.99/3597.00	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.99/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.99/3597.00	c   lexicographic red:          0 reductions applied,          0 cutoffs
3586.99/3597.00	c   shadow tree time :       0.00 s
3586.99/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [--,--])
3586.99/3597.00	c   propagation      :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.99/3597.00	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.99/3597.00	c   bound exceed. LP :       0.00          5          0          -          0        0.0          0        0.0          0        0.0         50
3586.99/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.99/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.99/3597.00	c   applied globally :       0.00          -          -          0          0        0.0          -          -          0          -          -
3586.99/3597.00	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3586.99/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.99/3597.00	c   cut pool         :       2.03          -       5057         43          -          -      10582     288711          -          -          -          -          -    (maximal pool size:       2829)
3586.99/3597.00	c   aggregation      :      19.99       0.00       2017         24          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.99/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.99/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.99/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   clique           :       0.04       0.00         24         24          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   gomory           :     714.19       0.00       1759         10          0          0       7341      62362          0       6828       6828          0          0
3586.99/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -      13145          0        348        348          0          -
3586.99/3597.00	c   > strongcg       :          -          -          -          -          -          -          -      49217          0       6480       6480          0          -
3586.99/3597.00	c   impliedbounds    :       0.20       0.00       2017         24          0          0        224        608          0        409        409          0          0
3586.99/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   mixing           :       0.00       0.00       2019         26          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   multilinear      :       0.00       0.00        102         26          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   rapidlearning    :       0.01       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.99/3597.00	c   rlt              :      28.41       0.00        405         10          0          0         89        139         27         99         98          1          0
3586.99/3597.00	c   zerohalf         :      75.01       0.00       1769         20          0          0       2974     225602         19      59580      59570         10          0
3586.99/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.99/3597.00	c   hybrid           :       0.83       0.00       3986         24      68518          0     222517       1514          0       3310
3586.99/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.99/3597.00	c   problem variables:       0.56          -      28295      22818
3586.99/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.99/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c   relpscost        :     423.00       0.00       6071          0          0          0          0          0          0      12142
3586.99/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.99/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.99/3597.00	c   LP solutions     :       0.00          -          -          0          0
3586.99/3597.00	c   relax solutions  :       0.00          -          -          0          0
3586.99/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3586.99/3597.00	c   strong branching :       0.00          -          -          0          0
3586.99/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3586.99/3597.00	c   adaptivediving   :      50.25       0.00         44          1          1
3586.99/3597.00	c   alns             :       0.18       0.00          8          5          3
3586.99/3597.00	c   bound            :       0.00       0.00          0          0          0
3586.99/3597.00	c   clique           :       0.02       0.00          1          1          1
3586.99/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3586.99/3597.00	c   completesol      :       0.00       0.00          0          0          0
3586.99/3597.00	c   conflictdiving   :       0.00       0.00          0          0          0
3586.99/3597.00	c   crossover        :       0.48       0.00          2          2          1
3586.99/3597.00	c   dins             :       0.00       0.00          0          0          0
3586.99/3597.00	c   distributiondivin:      63.44       0.00         23          0          0
3586.99/3597.00	c   dps              :       0.00       0.00          0          0          0
3586.99/3597.00	c   dualval          :       0.00       0.00          0          0          0
3586.99/3597.00	c   farkasdiving     :      54.99       0.00         23          1          1
3586.99/3597.00	c   feasjump         :       0.00       0.00          0          0          0
3586.99/3597.00	c   feaspump         :       1.09       0.00          1          0          0
3586.99/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3586.99/3597.00	c   fracdiving       :      16.84       0.00         23          0          0
3586.99/3597.00	c   gins             :       0.33       0.00         21         22          1
3586.99/3597.00	c   guideddiving     :      20.89       0.00         23          0          0
3586.99/3597.00	c   indcoefdiving    :       0.00       0.00          0          0          0
3586.99/3597.00	c   indicator        :       0.01       0.00          0          0          0
3586.99/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3586.99/3597.00	c   indoneopt        :       0.00       0.00          0          0          0
3586.99/3597.00	c   indrounding      :       0.00       0.00          0          0          0
3586.99/3597.00	c   indtwoopt        :       0.00       0.00          0          0          0
3586.99/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3586.99/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3586.99/3597.00	c   linesearchdiving :      24.13       0.00         23          0          0
3586.99/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3586.99/3597.00	c   locks            :       0.01       0.00          1          0          0
3586.99/3597.00	c   lpface           :       0.00       0.00          0          0          0
3586.99/3597.00	c   mpec             :       0.00       0.00          0          0          0
3586.99/3597.00	c   multistart       :       0.00       0.00          0          0          0
3586.99/3597.00	c   mutation         :       0.00       0.00          0          0          0
3586.99/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3586.99/3597.00	c   objpscostdiving  :      84.08       0.00         12         11          1
3586.99/3597.00	c   octane           :       0.00       0.00          0          0          0
3586.99/3597.00	c   ofins            :       0.00       0.00          0          0          0
3586.99/3597.00	c   oneopt           :       0.16       0.00         13          2          2
3586.99/3597.00	c   padm             :       0.00       0.00          0          0          0
3586.99/3597.00	c   proximity        :       0.00       0.00          0          0          0
3586.99/3597.00	c   pscostdiving     :      32.62       0.00         23          3          3
3586.99/3597.00	c   randrounding     :       0.21       0.00        615          0          0
3586.99/3597.00	c   rens             :       0.00       0.00          0          0          0
3586.99/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3586.99/3597.00	c   repair           :       0.00       0.00          0          0          0
3586.99/3597.00	c   rins             :       0.00       0.00          0          0          0
3586.99/3597.00	c   rootsoldiving    :      18.44       0.00         12         12          0
3586.99/3597.00	c   rounding         :       0.12       0.00       1348          0          0
3586.99/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3586.99/3597.00	c   shiftandpropagate:       0.00       0.00          0          0          0
3586.99/3597.00	c   shifting         :       0.65       0.00        797          0          0
3586.99/3597.00	c   simplerounding   :       0.76       0.00      22238          1          1
3586.99/3597.00	c   smallcard        :       0.00       0.00          0          0          0
3586.99/3597.00	c   subnlp           :       0.01       0.00          0          0          0
3586.99/3597.00	c   trivial          :       0.00       0.00          2          2          1
3586.99/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3586.99/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3586.99/3597.00	c   trysol           :       0.00       0.00          0          0          0
3586.99/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3586.99/3597.00	c   undercover       :       0.04       0.00          1          0          0
3586.99/3597.00	c   vbounds          :       0.05       0.00          1          1          1
3586.99/3597.00	c   veclendiving     :       3.40       0.00         23          0          0
3586.99/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3586.99/3597.00	c   zirounding       :       0.63       0.00       1000          0          0
3586.99/3597.00	c   other solutions  :          -          -          -          0          -
3586.99/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.99/3597.00	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
3586.99/3597.00	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
3586.99/3597.00	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
3586.99/3597.00	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
3586.99/3597.00	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
3586.99/3597.00	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
3586.99/3597.00	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
3586.99/3597.00	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
3586.99/3597.00	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
3586.99/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.99/3597.00	c   primal LP        :     169.64      10296     750261     145.09    4422.71      12.64       5125
3586.99/3597.00	c   dual LP          :    1771.34      19810   10237894     733.37    5779.75       6.95       5850
3586.99/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3586.99/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.99/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3586.99/3597.00	c   diving/probing LP:     372.02       2907    2239461     770.37    6019.69
3586.99/3597.00	c   strong branching :     413.23       2625    2348766     894.77    5683.92          -          -       3720
3586.99/3597.00	c     (at root node) :          -         26      26000    1000.00          -
3586.99/3597.00	c   conflict analysis:       0.00          5         50      10.00          -
3586.99/3597.00	c B&B Tree           :
3586.99/3597.00	c   number of runs   :          1
3586.99/3597.00	c   nodes            :       9979 (6071 internal, 3908 leaves)
3586.99/3597.00	c   feasible leaves  :          0
3586.99/3597.00	c   infeas. leaves   :       3907
3586.99/3597.00	c   objective leaves :          0
3586.99/3597.00	c   nodes (total)    :       9979 (6071 internal, 3908 leaves)
3586.99/3597.00	c   nodes left       :       1987
3586.99/3597.00	c   max depth        :         67
3586.99/3597.00	c   max depth (total):         67
3586.99/3597.00	c   backtracks       :       2754 (27.6%)
3586.99/3597.00	c   early backtracks :          0 (0.0%)
3586.99/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3586.99/3597.00	c   delayed cutoffs  :          0
3586.99/3597.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3586.99/3597.00	c   avg switch length:       4.72
3586.99/3597.00	c   switching time   :       2.86
3586.99/3597.00	c Root Node          :
3586.99/3597.00	c   First LP value   : -3.80000000000000e+02
3586.99/3597.00	c   First LP Iters   :       1520 (47905.70 Iter/sec)
3586.99/3597.00	c   First LP Time    :       0.03
3586.99/3597.00	c   Final Dual Bound : -3.18085522616597e+02
3586.99/3597.00	c   Final Root Iters :      27209
3586.99/3597.00	c   Root LP Estimate : -1.90915542082273e+02
3586.99/3597.00	c Solution           :
3586.99/3597.00	c   Solutions found  :         64 (17 improvements)
3586.99/3597.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
3586.99/3597.00	c   Gap First Sol.   :   infinite
3586.99/3597.00	c   Gap Last Sol.    :       4.20 %
3586.99/3597.00	c   Primal Bound     : -3.00000000000000e+02   (in run 1, after 4028 nodes, 1577.04 seconds, depth 50, found by <simplerounding>)
3586.99/3597.00	c   Dual Bound       : -3.11185106803524e+02
3586.99/3597.00	c   Gap              :       3.73 %
3586.99/3597.00	c Integrals          :      Total       Avg%
3586.99/3597.00	c   primal-dual      :   17225.78       4.79
3586.99/3597.00	c   primal-ref       :          -          - (not evaluated)
3586.99/3597.00	c   dual-ref         :          -          - (not evaluated)
3586.99/3597.02	c Time complete: 3587.02.

Verifier Data

OK	-300

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62203 MiB free)
  memory of node 1: 64507 MiB (63045 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524417-1751272215/watcher-4524417-1751272215 -o /tmp/evaluation-result-4524417-1751272215/solver-4524417-1751272215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751268232-38745 --watchdog 3760 pbscip -f HOME/instance-4524417-1751272215.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=39591, runsolver pid=39588

[startup+0.100068 s]*
/proc/loadavg: 4.10 4.09 4.05 5/263 39592
/proc/meminfo: memFree=128253112/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=61960 memory=33408 CPUtime=0.08 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 4879 0 0 0 8 0 0 0 20 0 1 0 42899201 63447040 8352 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 15490 8352 3840 3530 0 6941 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 61960 KiB
Current children cumulated memory: 33408 KiB

[startup+0.205512 s]*
/proc/loadavg: 4.10 4.09 4.05 5/263 39592
/proc/meminfo: memFree=128237504/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=76592 memory=47124 CPUtime=0.19 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 9368 0 0 0 18 1 0 0 20 0 1 0 42899201 78430208 11781 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 19148 11781 3936 3530 0 10599 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 76592 KiB
Current children cumulated memory: 47124 KiB

[startup+0.305338 s]*
/proc/loadavg: 4.10 4.09 4.05 5/263 39592
/proc/meminfo: memFree=128235488/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=76592 memory=47252 CPUtime=0.29 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 9399 0 0 0 28 1 0 0 20 0 1 0 42899201 78430208 11813 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 19148 11813 3936 3530 0 10599 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 76592 KiB
Current children cumulated memory: 47252 KiB

[startup+0.700127 s]
/proc/loadavg: 4.10 4.09 4.05 5/263 39592
/proc/meminfo: memFree=128235488/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=76592 memory=48404 CPUtime=0.67 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 9702 0 0 0 66 1 0 0 20 0 1 0 42899201 78430208 12101 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 19148 12101 3936 3530 0 10599 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 76592 KiB
Current children cumulated memory: 48404 KiB

[startup+1.50017 s]
/proc/loadavg: 4.10 4.09 4.05 6/263 39592
/proc/meminfo: memFree=128235496/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=88280 memory=58644 CPUtime=1.48 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 12253 0 0 0 146 2 0 0 20 0 1 0 42899201 90398720 14661 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 22070 14661 3936 3530 0 13521 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 88280 KiB
Current children cumulated memory: 58644 KiB

[startup+3.10522 s]
/proc/loadavg: 4.10 4.09 4.05 5/263 39592
/proc/meminfo: memFree=128219620/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=100132 memory=68884 CPUtime=3.07 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 14828 0 0 0 305 2 0 0 20 0 1 0 42899201 102535168 17221 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 25033 17221 3936 3530 0 16484 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 100132 KiB
Current children cumulated memory: 68884 KiB

[startup+6.30016 s]
/proc/loadavg: 4.09 4.09 4.05 5/263 39593
/proc/meminfo: memFree=128211556/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=106712 memory=73876 CPUtime=6.26 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 16083 0 0 0 623 3 0 0 20 0 1 0 42899201 109273088 18469 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 26678 18469 3936 3530 0 18129 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 106712 KiB
Current children cumulated memory: 73876 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.09 4.05 5/263 39593
/proc/meminfo: memFree=128203764/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=111692 memory=79052 CPUtime=12.64 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 17626 0 0 0 1261 3 0 0 20 0 1 0 42899201 114372608 19763 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 27923 19763 3936 3530 0 19374 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 111692 KiB
Current children cumulated memory: 79052 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.08 4.05 5/263 39593
/proc/meminfo: memFree=128203796/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=111692 memory=79052 CPUtime=25.41 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 17628 0 0 0 2538 3 0 0 20 0 1 0 42899201 114372608 19763 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 27923 19763 3936 3530 0 19374 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 111692 KiB
Current children cumulated memory: 79052 KiB

[startup+51.1055 s]
/proc/loadavg: 4.10 4.09 4.05 6/264 39595
/proc/meminfo: memFree=128203892/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=111692 memory=79052 CPUtime=50.94 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 17629 0 0 0 5091 3 0 0 20 0 1 0 42899201 114372608 19763 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 27923 19763 3936 3530 0 19374 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 111692 KiB
Current children cumulated memory: 79052 KiB

[startup+102.3 s]
/proc/loadavg: 4.52 4.19 4.09 5/263 39597
/proc/meminfo: memFree=128132544/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=143732 memory=105292 CPUtime=101.99 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 24212 0 0 0 10195 4 0 0 20 0 1 0 42899201 147181568 26323 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 35933 26323 3936 3530 0 27384 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 143732 KiB
Current children cumulated memory: 105292 KiB

[startup+162.3 s]
/proc/loadavg: 4.26 4.17 4.09 5/263 39599
/proc/meminfo: memFree=128007424/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=156532 memory=118092 CPUtime=161.82 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 27401 0 0 0 16178 4 0 0 20 0 1 0 42899201 160288768 29523 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 39133 29523 3936 3530 0 30584 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 156532 KiB
Current children cumulated memory: 118092 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.15 4.09 5/264 39602
/proc/meminfo: memFree=127953204/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=177348 memory=136396 CPUtime=221.66 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 32437 0 0 0 22160 6 0 0 20 0 1 0 42899201 181604352 34099 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 44337 34099 3936 3530 0 35788 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 177348 KiB
Current children cumulated memory: 136396 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/264 39604
/proc/meminfo: memFree=127924496/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=200012 memory=150476 CPUtime=281.49 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 35951 0 0 0 28143 6 0 0 20 0 1 0 42899201 204812288 37619 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 50003 37619 3936 3530 0 41454 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 200012 KiB
Current children cumulated memory: 150476 KiB

[startup+342.3 s]
/proc/loadavg: 4.36 4.20 4.11 5/263 39606
/proc/meminfo: memFree=127919096/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=207840 memory=150732 CPUtime=341.32 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 35993 0 0 0 34126 6 0 0 20 0 1 0 42899201 212828160 37683 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 51960 37683 3968 3530 0 43411 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 207840 KiB
Current children cumulated memory: 150732 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 4.18 4.11 5/265 39610
/proc/meminfo: memFree=127916744/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=215172 memory=152780 CPUtime=401.16 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 36518 0 0 0 40110 6 0 0 20 0 1 0 42899201 220336128 38195 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 53793 38195 3968 3530 0 45244 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 215172 KiB
Current children cumulated memory: 152780 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 4.18 4.11 5/266 39619
/proc/meminfo: memFree=127894904/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=258736 memory=191848 CPUtime=461 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 40140 0 0 0 46092 8 0 0 20 0 1 0 42899201 264945664 47962 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 64684 47962 3968 3530 0 56135 0

################
# More data... #
################

/proc/loadavg: 2.10 2.49 2.92 3/252 39877
/proc/meminfo: memFree=128667632/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=601288 memory=572300 CPUtime=3153.32 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 79954 0 0 0 315314 18 0 0 20 0 1 0 42899201 615718912 143075 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 150322 143075 3968 3530 0 141773 0
Current children cumulated CPU time: 3153.32 s
Current children cumulated vsize: 601288 KiB
Current children cumulated memory: 572300 KiB

[startup+3222.3 s]
/proc/loadavg: 2.02 2.40 2.86 2/246 39910
/proc/meminfo: memFree=129169196/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=601288 memory=572300 CPUtime=3213.15 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 79956 0 0 0 321297 18 0 0 20 0 1 0 42899201 615718912 143075 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 150322 143075 3968 3530 0 141773 0
Current children cumulated CPU time: 3213.15 s
Current children cumulated vsize: 601288 KiB
Current children cumulated memory: 572300 KiB

[startup+3282.3 s]
/proc/loadavg: 1.43 2.16 2.74 2/246 39912
/proc/meminfo: memFree=129169028/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=602728 memory=573324 CPUtime=3273.01 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 80224 0 0 0 327283 18 0 0 20 0 1 0 42899201 617193472 143331 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 150682 143331 3968 3530 0 142133 0
Current children cumulated CPU time: 3273.01 s
Current children cumulated vsize: 602728 KiB
Current children cumulated memory: 573324 KiB

[startup+3342.3 s]
/proc/loadavg: 1.20 1.96 2.64 2/246 39914
/proc/meminfo: memFree=129169140/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=602728 memory=573452 CPUtime=3332.88 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 80248 0 0 0 333270 18 0 0 20 0 1 0 42899201 617193472 143363 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 150682 143363 3968 3530 0 142133 0
Current children cumulated CPU time: 3332.88 s
Current children cumulated vsize: 602728 KiB
Current children cumulated memory: 573452 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.79 2.54 2/245 39917
/proc/meminfo: memFree=129152948/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=620776 memory=579692 CPUtime=3392.73 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 80725 0 0 0 339255 18 0 0 20 0 1 0 42899201 635674624 144923 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 155194 144923 3968 3530 0 146645 0
Current children cumulated CPU time: 3392.73 s
Current children cumulated vsize: 620776 KiB
Current children cumulated memory: 579692 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.66 2.44 2/246 39926
/proc/meminfo: memFree=129152492/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=620776 memory=579692 CPUtime=3452.6 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 80726 0 0 0 345242 18 0 0 20 0 1 0 42899201 635674624 144923 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 155194 144923 3968 3530 0 146645 0
Current children cumulated CPU time: 3452.6 s
Current children cumulated vsize: 620776 KiB
Current children cumulated memory: 579692 KiB

[startup+3522.3 s]
/proc/loadavg: 1.14 1.57 2.36 2/246 39928
/proc/meminfo: memFree=129140388/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=622364 memory=581484 CPUtime=3512.46 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 81146 0 0 0 351228 18 0 0 20 0 1 0 42899201 637300736 145371 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 155591 145371 3968 3530 0 147042 0
Current children cumulated CPU time: 3512.46 s
Current children cumulated vsize: 622364 KiB
Current children cumulated memory: 581484 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.48 2.28 2/246 39930
/proc/meminfo: memFree=129140420/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=622364 memory=581996 CPUtime=3572.32 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 81372 0 0 0 357214 18 0 0 20 0 1 0 42899201 637300736 145499 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 155591 145499 3968 3530 0 147042 0
Current children cumulated CPU time: 3572.32 s
Current children cumulated vsize: 622364 KiB
Current children cumulated memory: 581996 KiB

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

# cumulated CPU time of all completed processes:  user=3586.83 s, system=0.192366 s

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

[startup+3584 s]*
/proc/loadavg: 1.11 1.48 2.28 2/246 39930
/proc/meminfo: memFree=129140420/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=622364 memory=581996 CPUtime=3574.02 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 81372 0 0 0 357384 18 0 0 20 0 1 0 42899201 637300736 145499 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 155591 145499 3968 3530 0 147042 0
Current children cumulated CPU time: 3574.02 s
Current children cumulated vsize: 622364 KiB
Current children cumulated memory: 581996 KiB

[startup+3590.4 s]
/proc/loadavg: 1.09 1.46 2.26 2/246 39930
/proc/meminfo: memFree=129136324/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=622364 memory=581996 CPUtime=3580.4 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 81372 0 0 0 358022 18 0 0 20 0 1 0 42899201 637300736 145499 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 155591 145499 3968 3530 0 147042 0
Current children cumulated CPU time: 3580.4 s
Current children cumulated vsize: 622364 KiB
Current children cumulated memory: 581996 KiB

[startup+3593.6 s]
/proc/loadavg: 1.09 1.46 2.26 2/246 39930
/proc/meminfo: memFree=129136324/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=622364 memory=581996 CPUtime=3583.59 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 81372 0 0 0 358341 18 0 0 20 0 1 0 42899201 637300736 145499 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 155591 145499 3968 3530 0 147042 0
Current children cumulated CPU time: 3583.59 s
Current children cumulated vsize: 622364 KiB
Current children cumulated memory: 581996 KiB

[startup+3595.2 s]
/proc/loadavg: 1.08 1.46 2.26 2/246 39930
/proc/meminfo: memFree=129136324/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=622364 memory=581996 CPUtime=3585.19 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 81372 0 0 0 358501 18 0 0 20 0 1 0 42899201 637300736 145499 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 155591 145499 3968 3530 0 147042 0
Current children cumulated CPU time: 3585.19 s
Current children cumulated vsize: 622364 KiB
Current children cumulated memory: 581996 KiB

[startup+3596 s]*
/proc/loadavg: 1.08 1.46 2.26 2/246 39930
/proc/meminfo: memFree=129136324/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=622364 memory=581996 CPUtime=3585.99 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 81372 0 0 0 358581 18 0 0 20 0 1 0 42899201 637300736 145499 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 155591 145499 3968 3530 0 147042 0
Current children cumulated CPU time: 3585.99 s
Current children cumulated vsize: 622364 KiB
Current children cumulated memory: 581996 KiB

[startup+3596.8 s]
/proc/loadavg: 1.08 1.46 2.26 2/246 39930
/proc/meminfo: memFree=129136324/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=622364 memory=581996 CPUtime=3586.79 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 81372 0 0 0 358661 18 0 0 20 0 1 0 42899201 637300736 145499 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 155591 145499 3968 3530 0 147042 0
Current children cumulated CPU time: 3586.79 s
Current children cumulated vsize: 622364 KiB
Current children cumulated memory: 581996 KiB

[startup+3597 s]*
/proc/loadavg: 1.08 1.46 2.26 2/246 39930
/proc/meminfo: memFree=129136324/131249996 swapFree=33010684/33010684
[pid=39591] ppid=39588 vsize=622364 memory=581996 CPUtime=3586.99 cores=5,7
/proc/39591/stat : 39591 (pbscip) R 39588 39591 38726 0 -1 4194304 81372 0 0 0 358681 18 0 0 20 0 1 0 42899201 637300736 145499 18446744073709551615 4235264 18693293 140724910078176 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28950528 140724910086537 140724910086636 140724910086636 140724910092238 0
/proc/39591/statm: 155591 145499 3968 3530 0 147042 0
Current children cumulated CPU time: 3586.99 s
Current children cumulated vsize: 622364 KiB
Current children cumulated memory: 581996 KiB

Child status: 0

Real time (s): 3597.03
CPU time (s): 3587.03
CPU user time (s): 3586.83
CPU system time (s): 0.192366
CPU usage (%): 99.722
Max. virtual memory (cumulated for all children) (KiB): 622364
Max. memory (cumulated for all children) (KiB): 581996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.83
system time used= 0.192366
maximum resident set size= 581996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81388
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= 129
involuntary context switches= 18873


# summary of solver processes directly reported to runsolver:
#   pid: 39591
#   total CPU time (s): 3587.03
#   total CPU user time (s): 3586.83
#   total CPU system time (s): 0.192366

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.89555 second user time and 13.6675 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-30 10:30:15
IDJOB=4524417
IDBENCH=180984
IDSOLVER=3365
FILE ID=nodeC021/4524417-1751272215
RUNJOBID= nodeC021-1751268232-38745
SLURM_JOB_ID= 9594188
Free space on /tmp= 433004 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/OPT-NLC/sakai/QPLIB-PB-PB25-20250422/instances/normalized-QPLIB_3877.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524417-1751272215/watcher-4524417-1751272215 -o /tmp/evaluation-result-4524417-1751272215/solver-4524417-1751272215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751268232-38745 --watchdog 3760  pbscip -f HOME/instance-4524417-1751272215.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 2da2e651da52fe2a5e7f901cf56b111b
RANDOM SEED=1560182285

nodeC021 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.757
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.56
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.811
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.56
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		: 3524.425
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.56
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		: 3586.047
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.56
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.753
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.56
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		: 3598.220
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.56
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		: 3615.929
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.56
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.772
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128255068 kB
MemAvailable:   128354740 kB
Buffers:            3280 kB
Cached:           907048 kB
SwapCached:            0 kB
Active:          1732640 kB
Inactive:         649692 kB
Active(anon):    1490064 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   649692 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18712 kB
Writeback:             0 kB
AnonPages:       1470312 kB
Mapped:           138304 kB
Shmem:             18060 kB
KReclaimable:      92884 kB
Slab:             179308 kB
SReclaimable:      92884 kB
SUnreclaim:        86424 kB
KernelStack:        4240 kB
PageTables:         6044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1841888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC021 at 2025-06-30 11:30:12