Trace number 4459800

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07OPT-14 6.0885 6.11619

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_100_25_3.opb
MD5SUM8b1c309acacd39cefc6d7ae53724d716
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark4.05483
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint25
Maximum length of a constraint45
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3090
Sum of products size (including duplicates)6180
Number of different products1545
Sum of products size3090

Quality of the solution as a function of time


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

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4459800-1721939463.opb>
0.00/0.02	c original problem has 1645 variables (100 bin, 0 int, 1545 impl, 0 cont) and 1745 constraints
0.00/0.02	c problem read in 0.01
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.00/0.04	c presolving:
0.00/0.04	c (round 1, fast)       1545 del vars, 100 del conss, 0 add conss, 1545 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.05	c (round 2, fast)       1545 del vars, 100 del conss, 0 add conss, 1545 chg bounds, 0 chg sides, 0 chg coeffs, 1545 upgd conss, 0 impls, 0 clqs
0.00/0.05	c (round 3, medium)     1545 del vars, 200 del conss, 0 add conss, 1545 chg bounds, 0 chg sides, 0 chg coeffs, 1545 upgd conss, 0 impls, 1544 clqs
0.00/0.08	c    (0.1s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.08	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.08	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.08	c    (0.1s) no symmetry present (symcode time: 0.00)
0.00/0.09	c presolving (4 rounds: 4 fast, 2 medium, 1 exhaustive):
0.00/0.09	c  1545 deleted vars, 200 deleted constraints, 0 added constraints, 1545 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.09	c  0 implications, 1544 cliques
0.00/0.09	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 1545 constraints
0.00/0.09	c    1545 constraints of type <setppc>
0.00/0.09	c transformed objective value is always integral (scale: 1)
0.00/0.09	c Presolving Time: 0.05
0.00/0.09	c - non default parameters ----------------------------------------------------------------------
0.00/0.09	c # SCIP version 10.0.0
0.00/0.09	c 
0.00/0.09	c # maximal time in seconds to run
0.00/0.09	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.09	c limits/time = 3596.993052
0.00/0.09	c 
0.00/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.09	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.09	c limits/memory = 27900
0.00/0.09	c 
0.00/0.09	c # belongs reading time to solving time?
0.00/0.09	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09	c timing/reading = TRUE
0.00/0.09	c 
0.00/0.09	c -----------------------------------------------------------------------------------------------
0.00/0.09	c start solving
0.00/0.09	c transformed 1/1 original solutions to the transformed problem space
0.00/0.09	c 
0.00/0.09	o -9
0.00/0.09	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.09	c p 0.1s|     1 |     0 |     0 |     - |  clique|   0 | 100 |1545 |1545 |   0 |  0 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |1011.11%| unknown
0.00/0.09	o -12
0.00/0.10	c p 0.1s|     1 |     0 |     0 |     - |   locks|   0 | 100 |1545 |1545 |   0 |  0 |   0 |   0 |-1.000000e+02 |-1.200000e+01 | 733.33%| unknown
0.00/0.10	o -13
0.00/0.10	c i 0.1s|     1 |     0 |    40 |     - |  oneopt|   0 | 100 |1545 |1545 |   0 |  0 |   0 |   0 |-1.000000e+02 |-1.300000e+01 | 669.23%| unknown
0.10/0.11	c   0.1s|     1 |     0 |   149 |     - |    11M |   0 | 100 |1545 |1545 |   0 |  0 |   0 |   0 |-5.000000e+01 |-1.300000e+01 | 284.62%| unknown
0.10/0.13	c   0.1s|     1 |     0 |   205 |     - |    12M |   0 | 100 |1545 |1551 |   6 |  1 |   0 |   0 |-4.450000e+01 |-1.300000e+01 | 242.31%| unknown
0.10/0.16	c   0.2s|     1 |     0 |   270 |     - |    12M |   0 | 100 |1545 |1558 |  13 |  2 |   0 |   0 |-4.000000e+01 |-1.300000e+01 | 207.69%| unknown
0.10/0.20	c   0.2s|     1 |     0 |   336 |     - |    12M |   0 | 100 |1545 |1565 |  20 |  3 |   0 |   0 |-3.550000e+01 |-1.300000e+01 | 173.08%| unknown
0.21/0.23	c   0.2s|     1 |     0 |   413 |     - |    12M |   0 | 100 |1545 |1572 |  27 |  4 |   0 |   0 |-3.300000e+01 |-1.300000e+01 | 153.85%| unknown
0.21/0.29	c   0.3s|     1 |     0 |   449 |     - |    12M |   0 | 100 |1545 |1577 |  32 |  5 |   0 |   0 |-3.200000e+01 |-1.300000e+01 | 146.15%| unknown
0.31/0.34	c   0.3s|     1 |     0 |   521 |     - |    12M |   0 | 100 |1545 |1585 |  40 |  6 |   0 |   0 |-3.033333e+01 |-1.300000e+01 | 133.33%| unknown
0.31/0.40	c   0.4s|     1 |     0 |   608 |     - |    13M |   0 | 100 |1545 |1592 |  47 |  7 |   0 |   0 |-2.900000e+01 |-1.300000e+01 | 123.08%| unknown
0.41/0.45	c   0.4s|     1 |     0 |   708 |     - |    13M |   0 | 100 |1545 |1598 |  53 |  8 |   0 |   0 |-2.825000e+01 |-1.300000e+01 | 117.31%| unknown
0.41/0.51	c   0.5s|     1 |     0 |   825 |     - |    13M |   0 | 100 |1545 |1605 |  60 |  9 |   0 |   0 |-2.716667e+01 |-1.300000e+01 | 108.97%| unknown
0.59/0.64	c   0.6s|     1 |     0 |   913 |     - |    14M |   0 | 100 |1545 |1611 |  66 | 10 |   0 |   0 |-2.550000e+01 |-1.300000e+01 |  96.15%| unknown
0.59/0.65	c   0.6s|     1 |     0 |  1005 |     - |    14M |   0 | 100 |1545 |1618 |  73 | 11 |   0 |   0 |-2.461905e+01 |-1.300000e+01 |  89.38%| unknown
0.59/0.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.59/0.66	c   0.7s|     1 |     0 |  1056 |     - |    14M |   0 | 100 |1545 |1623 |  78 | 12 |   0 |   0 |-2.416667e+01 |-1.300000e+01 |  85.90%| unknown
0.59/0.68	c   0.7s|     1 |     0 |  1180 |     - |    14M |   0 | 100 |1545 |1628 |  83 | 13 |   0 |   0 |-2.389744e+01 |-1.300000e+01 |  83.83%| unknown
0.59/0.69	c   0.7s|     1 |     0 |  1273 |     - |    15M |   0 | 100 |1545 |1636 |  91 | 14 |   0 |   0 |-2.352721e+01 |-1.300000e+01 |  80.98%| unknown
0.68/0.70	c   0.7s|     1 |     0 |  1352 |     - |    15M |   0 | 100 |1545 |1643 |  98 | 15 |   0 |   0 |-2.327177e+01 |-1.300000e+01 |  79.01%| unknown
0.68/0.71	c   0.7s|     1 |     0 |  1426 |     - |    15M |   0 | 100 |1545 |1642 | 103 | 16 |   0 |   0 |-2.297313e+01 |-1.300000e+01 |  76.72%| unknown
0.68/0.72	c   0.7s|     1 |     0 |  1505 |     - |    15M |   0 | 100 |1545 |1648 | 109 | 17 |   0 |   0 |-2.254509e+01 |-1.300000e+01 |  73.42%| unknown
0.68/0.73	c   0.7s|     1 |     0 |  1579 |     - |    16M |   0 | 100 |1545 |1654 | 115 | 18 |   0 |   0 |-2.226060e+01 |-1.300000e+01 |  71.24%| unknown
0.68/0.74	c   0.7s|     1 |     0 |  1628 |     - |    16M |   0 | 100 |1545 |1662 | 123 | 19 |   0 |   0 |-2.211793e+01 |-1.300000e+01 |  70.14%| unknown
0.68/0.75	c   0.7s|     1 |     0 |  1668 |     - |    16M |   0 | 100 |1545 |1669 | 130 | 20 |   0 |   0 |-2.196245e+01 |-1.300000e+01 |  68.94%| unknown
0.68/0.76	c   0.8s|     1 |     0 |  1701 |     - |    16M |   0 | 100 |1545 |1676 | 137 | 21 |   0 |   0 |-2.187727e+01 |-1.300000e+01 |  68.29%| unknown
0.68/0.77	c   0.8s|     1 |     0 |  1765 |     - |    16M |   0 | 100 |1545 |1675 | 144 | 22 |   0 |   0 |-2.166639e+01 |-1.300000e+01 |  66.66%| unknown
0.68/0.78	c   0.8s|     1 |     0 |  1804 |     - |    16M |   0 | 100 |1545 |1683 | 152 | 23 |   0 |   0 |-2.145272e+01 |-1.300000e+01 |  65.02%| unknown
0.68/0.79	c   0.8s|     1 |     0 |  1875 |     - |    16M |   0 | 100 |1545 |1691 | 160 | 24 |   0 |   0 |-2.127070e+01 |-1.300000e+01 |  63.62%| unknown
0.78/0.80	c   0.8s|     1 |     0 |  1950 |     - |    16M |   0 | 100 |1545 |1699 | 168 | 25 |   0 |   0 |-2.105271e+01 |-1.300000e+01 |  61.94%| unknown
0.78/0.81	c   0.8s|     1 |     0 |  1992 |     - |    16M |   0 | 100 |1545 |1709 | 178 | 26 |   0 |   0 |-2.092405e+01 |-1.300000e+01 |  60.95%| unknown
0.78/0.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.78/0.82	c   0.8s|     1 |     0 |  2016 |     - |    16M |   0 | 100 |1545 |1716 | 185 | 27 |   0 |   0 |-2.082043e+01 |-1.300000e+01 |  60.16%| unknown
0.78/0.82	c   0.8s|     1 |     0 |  2053 |     - |    16M |   0 | 100 |1545 |1708 | 192 | 28 |   0 |   0 |-2.071529e+01 |-1.300000e+01 |  59.35%| unknown
0.78/0.83	c   0.8s|     1 |     0 |  2094 |     - |    16M |   0 | 100 |1545 |1715 | 199 | 29 |   0 |   0 |-2.065200e+01 |-1.300000e+01 |  58.86%| unknown
0.78/0.84	c   0.8s|     1 |     0 |  2187 |     - |    16M |   0 | 100 |1545 |1724 | 208 | 30 |   0 |   0 |-2.045297e+01 |-1.300000e+01 |  57.33%| unknown
0.78/0.85	c   0.8s|     1 |     0 |  2229 |     - |    16M |   0 | 100 |1545 |1732 | 216 | 31 |   0 |   0 |-2.027646e+01 |-1.300000e+01 |  55.97%| unknown
0.78/0.86	c   0.8s|     1 |     0 |  2283 |     - |    16M |   0 | 100 |1545 |1740 | 224 | 32 |   0 |   0 |-2.019113e+01 |-1.300000e+01 |  55.32%| unknown
0.78/0.86	c   0.9s|     1 |     0 |  2326 |     - |    16M |   0 | 100 |1545 |1747 | 231 | 33 |   0 |   0 |-2.015437e+01 |-1.300000e+01 |  55.03%| unknown
0.78/0.87	c   0.9s|     1 |     0 |  2365 |     - |    16M |   0 | 100 |1545 |1731 | 239 | 34 |   0 |   0 |-2.006853e+01 |-1.300000e+01 |  54.37%| unknown
0.78/0.88	c   0.9s|     1 |     0 |  2416 |     - |    16M |   0 | 100 |1545 |1738 | 246 | 35 |   0 |   0 |-2.000684e+01 |-1.300000e+01 |  53.90%| unknown
0.78/0.88	c   0.9s|     1 |     0 |  2455 |     - |    16M |   0 | 100 |1545 |1745 | 253 | 36 |   0 |   0 |-1.995255e+01 |-1.300000e+01 |  53.48%| unknown
0.78/0.89	c   0.9s|     1 |     0 |  2480 |     - |    16M |   0 | 100 |1545 |1754 | 262 | 37 |   0 |   0 |-1.992728e+01 |-1.300000e+01 |  53.29%| unknown
0.88/0.90	c   0.9s|     1 |     0 |  2505 |     - |    16M |   0 | 100 |1545 |1762 | 270 | 38 |   0 |   0 |-1.989450e+01 |-1.300000e+01 |  53.03%| unknown
0.88/0.90	c   0.9s|     1 |     0 |  2530 |     - |    16M |   0 | 100 |1545 |1769 | 277 | 39 |   0 |   0 |-1.988586e+01 |-1.300000e+01 |  52.97%| unknown
0.88/0.91	c   0.9s|     1 |     0 |  2567 |     - |    16M |   0 | 100 |1545 |1743 | 284 | 40 |   0 |   0 |-1.986161e+01 |-1.300000e+01 |  52.78%| unknown
0.88/0.92	c   0.9s|     1 |     0 |  2593 |     - |    16M |   0 | 100 |1545 |1747 | 288 | 41 |   0 |   0 |-1.984341e+01 |-1.300000e+01 |  52.64%| unknown
0.88/0.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.88/0.92	c   0.9s|     1 |     0 |  2619 |     - |    16M |   0 | 100 |1545 |1756 | 297 | 42 |   0 |   0 |-1.983366e+01 |-1.300000e+01 |  52.57%| unknown
0.88/0.93	c   0.9s|     1 |     0 |  2639 |     - |    16M |   0 | 100 |1545 |1759 | 300 | 43 |   0 |   0 |-1.982925e+01 |-1.300000e+01 |  52.53%| unknown
0.88/0.94	c   0.9s|     1 |     0 |  2653 |     - |    16M |   0 | 100 |1545 |1765 | 306 | 44 |   0 |   0 |-1.982562e+01 |-1.300000e+01 |  52.50%| unknown
0.88/0.94	c   0.9s|     1 |     0 |  2660 |     - |    16M |   0 | 100 |1545 |1768 | 309 | 45 |   0 |   0 |-1.982491e+01 |-1.300000e+01 |  52.50%| unknown
0.88/0.95	c   0.9s|     1 |     0 |  2661 |     - |    16M |   0 | 100 |1545 |1723 | 311 | 46 |   0 |   0 |-1.982489e+01 |-1.300000e+01 |  52.50%| unknown
1.28/1.32	c   1.3s|     1 |     2 |  2661 |     - |    16M |   0 | 100 |1545 |1723 | 311 | 47 |   0 |  25 |-1.959752e+01 |-1.300000e+01 |  50.75%| unknown
2.48/2.55	o -14
2.48/2.55	c * 2.5s|    23 |     4 |  4126 |  68.4 |strongbr|  10 | 100 |1545 |1645 | 322 |  2 |   1 | 379 |-1.958709e+01 |-1.400000e+01 |  39.91%|   9.13%
3.67/3.73	c   3.7s|   100 |    11 |  7986 |  54.2 |    28M |  20 | 100 |1548 |1686 | 470 |  0 |   4 | 641 |-1.857097e+01 |-1.400000e+01 |  32.65%|  44.22%
4.26/4.30	c   4.3s|   200 |    17 | 10758 |  40.9 |    32M |  20 | 100 |1553 |1686 | 563 |  1 |   9 | 667 |-1.824749e+01 |-1.400000e+01 |  30.34%|  54.36%
4.67/4.76	c   4.8s|   300 |    19 | 13597 |  36.7 |    34M |  24 | 100 |1554 |1647 | 660 |  1 |  11 | 706 |-1.718463e+01 |-1.400000e+01 |  22.75%|  63.70%
5.27/5.39	c   5.4s|   400 |    17 | 16084 |  33.7 |    36M |  28 | 100 |1554 |1680 | 786 |  1 |  11 | 711 |-1.715464e+01 |-1.400000e+01 |  22.53%|  64.61%
5.66/5.72	c   5.7s|   500 |    13 | 18645 |  32.1 |    37M |  28 | 100 |1554 |1695 | 915 |  4 |  11 | 716 |-1.683210e+01 |-1.400000e+01 |  20.23%|  65.84%
5.98/6.03	c   6.0s|   600 |     5 | 21143 |  30.9 |    37M |  30 | 100 |1554 |1665 | 992 |  0 |  11 | 722 |-1.600000e+01 |-1.400000e+01 |  14.29%|  81.30%
5.98/6.10	c 
5.98/6.10	c SCIP Status        : problem is solved [optimal solution found]
5.98/6.10	c Solving Time (sec) : 6.09
5.98/6.10	c Solving Nodes      : 651
5.98/6.10	c Primal Bound       : -1.40000000000000e+01 (310 solutions)
5.98/6.10	c Dual Bound         : -1.40000000000000e+01
5.98/6.10	c Gap                : 0.00 %
5.98/6.10	s OPTIMUM FOUND
5.98/6.10	v -x100 -x99 -x98 -x97 x96 -x95 x94 -x93 x92 -x91 x90 x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 
5.98/6.10	v -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 x55 -x54 x53 x52 -x51 -x50 -x49 -x48 
5.98/6.10	v -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 
5.98/6.10	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
5.98/6.10	c SCIP Status        : problem is solved [optimal solution found]
5.98/6.10	c Total Time         :       6.09
5.98/6.10	c   solving          :       6.09
5.98/6.10	c   presolving       :       0.05 (included in solving)
5.98/6.10	c   reading          :       0.01 (included in solving)
5.98/6.10	c   copying          :       0.03 (10 #copies) (minimal 0.00, maximal 0.01, average 0.00)
5.98/6.10	c Original Problem   :
5.98/6.10	c   Problem name     : HOME/instance-4459800-1721939463.opb
5.98/6.10	c   Variables        : 1645 (100 binary, 0 integer, 1545 implicit integer, 0 continuous)
5.98/6.10	c   Constraints      : 1745 initial, 1745 maximal
5.98/6.10	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
5.98/6.10	c Presolved Problem  :
5.98/6.10	c   Problem name     : t_HOME/instance-4459800-1721939463.opb
5.98/6.10	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
5.98/6.10	c   Constraints      : 1545 initial, 1554 maximal
5.98/6.10	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
5.98/6.10	c   Nonzeros         : 3090 constraint, 3090 clique table
5.98/6.10	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
5.98/6.10	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
5.98/6.10	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
5.98/6.10	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
5.98/6.10	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
5.98/6.10	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   trivial          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
5.98/6.10	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   dualfix          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
5.98/6.10	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   probing          :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
5.98/6.10	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
5.98/6.10	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
5.98/6.10	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
5.98/6.10	c   setppc           :       0.01       0.00      5          0          0          0          0          0          0          0          0          0
5.98/6.10	c   and              :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
5.98/6.10	c   linear           :       0.00       0.00      1       1545          0          0       1545          0        100          0          0          0
5.98/6.10	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   pseudoboolean    :       0.00       0.00      1          0          0          0          0          0        100          0          0          0
5.98/6.10	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
5.98/6.10	c   root node        :          -          -      -         48          -          -         48          -          -          -          -          -
5.98/6.10	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
5.98/6.10	c   benderslp        :          0          0          0          0        423          0          0        382          0          0          0          0          0          0          0
5.98/6.10	c   integral         :          0          0          0          0        423          0          0        382          0          1        247          0          0         10        650
5.98/6.10	c   setppc           :       1545+      1546         47       4372          0          0          0        376        206          0       5190          0          0          0          0
5.98/6.10	c   logicor          :          0+         9          0        329          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   benders          :          0          0          0          0          0          0          0        313          0          0          0          0          0          0          0
5.98/6.10	c   fixedvar         :          0          0          0          0          0          0          0        313          0          0          0          0          0          0          0
5.98/6.10	c   countsols        :          0          0          0          0          0          0          0        313          0          0          0          0          0          0          0
5.98/6.10	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
5.98/6.10	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   integral         :       2.33       0.00       0.00       0.00       2.33       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   setppc           :       0.07       0.00       0.00       0.03       0.00       0.00       0.00       0.01       0.00       0.03
5.98/6.10	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   fixedvar         :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.01       0.00       0.00
5.98/6.10	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
5.98/6.10	c   dualfix          :          2          0          0          0
5.98/6.10	c   genvbounds       :          0          0          0          0
5.98/6.10	c   nlobbt           :          0          0          0          0
5.98/6.10	c   obbt             :          0          0          0          0
5.98/6.10	c   probing          :          0          0          0          0
5.98/6.10	c   pseudoobj        :       1641          0          1         14
5.98/6.10	c   redcost          :       1189          0          0        177
5.98/6.10	c   rootredcost      :          2          0          0          0
5.98/6.10	c   symmetry         :          0          0          0          0
5.98/6.10	c   vbounds          :       1426          0          0          0
5.98/6.10	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
5.98/6.10	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   probing          :       0.02       0.00       0.02       0.00       0.00       0.00
5.98/6.10	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
5.98/6.10	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
5.98/6.10	c Symmetry           :
5.98/6.10	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
5.98/6.10	c   orbital reduction:          0 reductions applied,          0 cutoffs
5.98/6.10	c   lexicographic red:          0 reductions applied,          0 cutoffs
5.98/6.10	c   shadow tree time :       0.00 s
5.98/6.10	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
5.98/6.10	c   propagation      :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
5.98/6.10	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
5.98/6.10	c   bound exceed. LP :       0.04        285         11          -         38       18.7          0        0.0          0        0.0        826
5.98/6.10	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
5.98/6.10	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
5.98/6.10	c   applied globally :       0.00          -          -          0         10        4.7          -          -          0          -          -
5.98/6.10	c   applied locally  :          -          -          -          0          1       19.0          -          -          0          -          -
5.98/6.10	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
5.98/6.10	c   cut pool         :       0.05          -        367         92          -          -       3942       9589          -          -          -          -          -    (maximal pool size:       1989)
5.98/6.10	c   aggregation      :       0.10       0.00        180         47          0          0          1          1          0          1          1          0          0
5.98/6.10	c   > cmir           :          -          -          -          -          -          -          -          1          0          1          1          0          -
5.98/6.10	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
5.98/6.10	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
5.98/6.10	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   clique           :       0.05       0.00         47         47          0          0        362       3191          0        776        776          0          0
5.98/6.10	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   gomory           :       2.01       0.00         89         10          0          0       3419       5897          0         95         95          0          0
5.98/6.10	c   > gomorymi       :          -          -          -          -          -          -          -       2464          0         34         34          0          -
5.98/6.10	c   > strongcg       :          -          -          -          -          -          -          -       3433          0         61         61          0          -
5.98/6.10	c   impliedbounds    :       0.00       0.00        180         47          0          0          0          0          0          0          0          0          0
5.98/6.10	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
5.98/6.10	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   multilinear      :       0.00       0.00         90         47          0          0          0          0          0          0          0          0          0
5.98/6.10	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.98/6.10	c   rlt              :       0.00       0.00         33         10          0          0          0          0          0          0          0          0          0
5.98/6.10	c   zerohalf         :       0.08       0.00         99         20          0          0        165        500          5        137        137          0          0
5.98/6.10	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
5.98/6.10	c   hybrid           :       0.00       0.00        237         46       1009          0       8585        311          0       1051
5.98/6.10	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c Pricers            :   ExecTime  SetupTime      Calls       Vars
5.98/6.10	c   problem variables:       0.00          -          0          0
5.98/6.10	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
5.98/6.10	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c   relpscost        :       2.33       0.00        423          0          0          1        247          0         10        650
5.98/6.10	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
5.98/6.10	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
5.98/6.10	c   LP solutions     :       0.00          -          -          0          0
5.98/6.10	c   relax solutions  :       0.00          -          -          0          0
5.98/6.10	c   pseudo solutions :       0.00          -          -          0          0
5.98/6.10	c   strong branching :       0.02          -          -        139          1
5.98/6.10	c   actconsdiving    :       0.00       0.00          0          0          0
5.98/6.10	c   adaptivediving   :       0.00       0.00          0          0          0
5.98/6.10	c   alns             :       0.03       0.00          5          0          0
5.98/6.10	c   bound            :       0.00       0.00          0          0          0
5.98/6.10	c   clique           :       0.01       0.00          1          1          1
5.98/6.10	c   coefdiving       :       0.00       0.00          0          0          0
5.98/6.10	c   completesol      :       0.00       0.00          0          0          0
5.98/6.10	c   conflictdiving   :       0.00       0.00          0          0          0
5.98/6.10	c   crossover        :       0.02       0.00          2          2          0
5.98/6.10	c   dins             :       0.00       0.00          0          0          0
5.98/6.10	c   distributiondivin:       0.00       0.00          0          0          0
5.98/6.10	c   dps              :       0.00       0.00          0          0          0
5.98/6.10	c   dualval          :       0.00       0.00          0          0          0
5.98/6.10	c   farkasdiving     :       0.00       0.00          0          0          0
5.98/6.10	c   feasjump         :       0.00       0.00          0          0          0
5.98/6.10	c   feaspump         :       0.00       0.00          0          0          0
5.98/6.10	c   fixandinfer      :       0.00       0.00          0          0          0
5.98/6.10	c   fracdiving       :       0.00       0.00          0          0          0
5.98/6.10	c   gins             :       0.00       0.00          0          0          0
5.98/6.10	c   guideddiving     :       0.00       0.00          0          0          0
5.98/6.10	c   indcoefdiving    :       0.00       0.00          0          0          0
5.98/6.10	c   indicator        :       0.00       0.00          0          0          0
5.98/6.10	c   indicatordiving  :       0.00       0.00          0          0          0
5.98/6.10	c   indoneopt        :       0.00       0.00          0          0          0
5.98/6.10	c   indrounding      :       0.00       0.00          0          0          0
5.98/6.10	c   indtwoopt        :       0.00       0.00          0          0          0
5.98/6.10	c   intdiving        :       0.00       0.00          0          0          0
5.98/6.10	c   intshifting      :       0.00       0.00          0          0          0
5.98/6.10	c   linesearchdiving :       0.00       0.00          0          0          0
5.98/6.10	c   localbranching   :       0.00       0.00          0          0          0
5.98/6.10	c   locks            :       0.00       0.00          1          1          1
5.98/6.10	c   lpface           :       0.00       0.00          0          0          0
5.98/6.10	c   mpec             :       0.00       0.00          0          0          0
5.98/6.10	c   multistart       :       0.00       0.00          0          0          0
5.98/6.10	c   mutation         :       0.00       0.00          0          0          0
5.98/6.10	c   nlpdiving        :       0.00       0.00          0          0          0
5.98/6.10	c   objpscostdiving  :       0.00       0.00          0          0          0
5.98/6.10	c   octane           :       0.00       0.00          0          0          0
5.98/6.10	c   ofins            :       0.00       0.00          0          0          0
5.98/6.10	c   oneopt           :       0.00       0.00          2          1          1
5.98/6.10	c   padm             :       0.00       0.00          0          0          0
5.98/6.10	c   proximity        :       0.00       0.00          0          0          0
5.98/6.10	c   pscostdiving     :       0.00       0.00          0          0          0
5.98/6.10	c   randrounding     :       0.05       0.00        112         47          0
5.98/6.10	c   rens             :       0.00       0.00          0          0          0
5.98/6.10	c   reoptsols        :       0.00       0.00          0          0          0
5.98/6.10	c   repair           :       0.00       0.00          0          0          0
5.98/6.10	c   rins             :       0.09       0.00          3          3          0
5.98/6.10	c   rootsoldiving    :       0.00       0.00          0          0          0
5.98/6.10	c   rounding         :       0.03       0.00        320          0          0
5.98/6.10	c   scheduler        :       0.00       0.00          0          0          0
5.98/6.10	c   shiftandpropagate:       0.00       0.00          0          0          0
5.98/6.10	c   shifting         :       0.03       0.00        187          0          0
5.98/6.10	c   simplerounding   :       0.00       0.00        660          4          0
5.98/6.10	c   smallcard        :       0.00       0.00          0          0          0
5.98/6.10	c   subnlp           :       0.00       0.00          0          0          0
5.98/6.10	c   trivial          :       0.00       0.00          2          1          1
5.98/6.10	c   trivialnegation  :       0.00       0.00          0          0          0
5.98/6.10	c   trustregion      :       0.00       0.00          0          0          0
5.98/6.10	c   trysol           :       0.00       0.00          0          0          0
5.98/6.10	c   twoopt           :       0.00       0.00          0          0          0
5.98/6.10	c   undercover       :       0.00       0.00          0          0          0
5.98/6.10	c   vbounds          :       0.01       0.00          1          1          0
5.98/6.10	c   veclendiving     :       0.00       0.00          0          0          0
5.98/6.10	c   zeroobj          :       0.00       0.00          0          0          0
5.98/6.10	c   zirounding       :       0.03       0.00        325        110          0
5.98/6.10	c   other solutions  :          -          -          -          0          -
5.98/6.10	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
5.98/6.10	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
5.98/6.10	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
5.98/6.10	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
5.98/6.10	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
5.98/6.10	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
5.98/6.10	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
5.98/6.10	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
5.98/6.10	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
5.98/6.10	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
5.98/6.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
5.98/6.10	c   primal LP        :       0.01         87          0       0.00       0.00       0.01         87
5.98/6.10	c   dual LP          :       0.90       1090      21635      21.99   24022.18       0.02        106
5.98/6.10	c   lex dual LP      :       0.00          0          0       0.00          -
5.98/6.10	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
5.98/6.10	c   resolve instable :       0.00          0          0       0.00          -
5.98/6.10	c   diving/probing LP:       0.05         68        254       3.74    4715.23
5.98/6.10	c   strong branching :       2.05        722      48048      66.55   23482.31          -          -         26
5.98/6.10	c     (at root node) :          -         25       5210     208.40          -
5.98/6.10	c   conflict analysis:       0.03         92        826       8.98   29506.32
5.98/6.10	c B&B Tree           :
5.98/6.10	c   number of runs   :          1
5.98/6.10	c   nodes            :        651 (325 internal, 326 leaves)
5.98/6.10	c   feasible leaves  :          0
5.98/6.10	c   infeas. leaves   :          1
5.98/6.10	c   objective leaves :        325
5.98/6.10	c   nodes (total)    :        651 (325 internal, 326 leaves)
5.98/6.10	c   nodes left       :          0
5.98/6.10	c   max depth        :         32
5.98/6.10	c   max depth (total):         32
5.98/6.10	c   backtracks       :         83 (12.7%)
5.98/6.10	c   early backtracks :          0 (0.0%)
5.98/6.10	c   nodes exc. ref.  :          0 (0.0%)
5.98/6.10	c   delayed cutoffs  :          0
5.98/6.10	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
5.98/6.10	c   avg switch length:       3.38
5.98/6.10	c   switching time   :       0.03
5.98/6.10	c Root Node          :
5.98/6.10	c   First LP value   : -5.00000000000000e+01
5.98/6.10	c   First LP Iters   :        109 (33394.61 Iter/sec)
5.98/6.10	c   First LP Time    :       0.00
5.98/6.10	c   Final Dual Bound : -1.95975175247796e+01
5.98/6.10	c   Final Root Iters :       2621
5.98/6.10	c   Root LP Estimate : -1.30475269888427e+01
5.98/6.10	c Solution           :
5.98/6.10	c   Solutions found  :        310 (5 improvements)
5.98/6.10	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
5.98/6.10	c   Gap First Sol.   :   infinite
5.98/6.10	c   Gap Last Sol.    :      39.91 %
5.98/6.10	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 23 nodes, 2.54 seconds, depth 6, found by <relaxation>)
5.98/6.10	c   Dual Bound       : -1.40000000000000e+01
5.98/6.10	c   Gap              :       0.00 %
5.98/6.10	c Integrals          :      Total       Avg%
5.98/6.10	c   primal-dual      :     184.93      30.37
5.98/6.10	c   primal-ref       :          -          - (not evaluated)
5.98/6.10	c   dual-ref         :          -          - (not evaluated)
6.08/6.11	c Time complete: 6.0801.

Verifier Data

OK	-14

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: 64059 MiB (24578 MiB free)
  memory of node 1: 64510 MiB (59107 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459800-1721939463/watcher-4459800-1721939463 -o /tmp/evaluation-result-4459800-1721939463/solver-4459800-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721939462-296383 --watchdog 3760 pbscip -f HOME/instance-4459800-1721939463.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=296436, runsolver pid=296433

[startup+0.100097 s]*
/proc/loadavg: 0.14 0.13 0.17 5/240 296437
/proc/meminfo: memFree=85676424/131655788 swapFree=131058856/131071996
[pid=296436] ppid=296433 vsize=67068 memory=28448 CPUtime=0.1 cores=0,2
/proc/296436/stat : 296436 (pbscip) R 296433 296436 296373 0 -1 4194304 3676 0 0 0 9 1 0 0 20 0 1 0 29935827 68677632 7112 134679101440 4194304 18693293 140725148223280 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57520128 140725148226563 140725148226662 140725148226662 140725148233678 0
/proc/296436/statm: 16767 7112 3774 3540 0 5024 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 67068 KiB
Current children cumulated memory: 28448 KiB

[startup+0.2137 s]*
/proc/loadavg: 0.14 0.13 0.17 6/246 296447
/proc/meminfo: memFree=85661140/131655788 swapFree=131058856/131071996
[pid=296436] ppid=296433 vsize=68364 memory=29592 CPUtime=0.21 cores=0,2
/proc/296436/stat : 296436 (pbscip) R 296433 296436 296373 0 -1 4194304 3888 0 0 0 20 1 0 0 20 0 1 0 29935827 70004736 7398 134679101440 4194304 18693293 140725148223280 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57520128 140725148226563 140725148226662 140725148226662 140725148233678 0
/proc/296436/statm: 17091 7398 3870 3540 0 5348 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 68364 KiB
Current children cumulated memory: 29592 KiB

[startup+0.314256 s]*
/proc/loadavg: 0.14 0.13 0.17 5/246 296447
/proc/meminfo: memFree=85640388/131655788 swapFree=131058856/131071996
[pid=296436] ppid=296433 vsize=68800 memory=29592 CPUtime=0.31 cores=0,2
/proc/296436/stat : 296436 (pbscip) R 296433 296436 296373 0 -1 4194304 3909 0 0 0 30 1 0 0 20 0 1 0 29935827 70451200 7398 134679101440 4194304 18693293 140725148223280 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57520128 140725148226563 140725148226662 140725148226662 140725148233678 0
/proc/296436/statm: 17200 7398 3870 3540 0 5457 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 68800 KiB
Current children cumulated memory: 29592 KiB

[startup+0.70028 s]
/proc/loadavg: 0.14 0.13 0.17 6/246 296447
/proc/meminfo: memFree=85629552/131655788 swapFree=131058856/131071996
[pid=296436] ppid=296433 vsize=71208 memory=30648 CPUtime=0.68 cores=0,2
/proc/296436/stat : 296436 (pbscip) R 296433 296436 296373 0 -1 4194304 4162 0 0 0 67 1 0 0 20 0 1 0 29935827 72916992 7662 134679101440 4194304 18693293 140725148223280 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57520128 140725148226563 140725148226662 140725148226662 140725148233678 0
/proc/296436/statm: 17802 7662 3870 3540 0 6059 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 71208 KiB
Current children cumulated memory: 30648 KiB

[startup+1.50027 s]
/proc/loadavg: 0.14 0.13 0.17 5/246 296449
/proc/meminfo: memFree=85603140/131655788 swapFree=131058856/131071996
[pid=296436] ppid=296433 vsize=76740 memory=34760 CPUtime=1.48 cores=0,2
/proc/296436/stat : 296436 (pbscip) R 296433 296436 296373 0 -1 4194304 5325 0 0 0 146 2 0 0 20 0 1 0 29935827 78581760 8690 134679101440 4194304 18693293 140725148223280 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57520128 140725148226563 140725148226662 140725148226662 140725148233678 0
/proc/296436/statm: 19185 8690 3902 3540 0 7442 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 76740 KiB
Current children cumulated memory: 34760 KiB

[startup+3.1127 s]
/proc/loadavg: 0.36 0.17 0.19 5/246 296495
/proc/meminfo: memFree=85568960/131655788 swapFree=131058856/131071996
[pid=296436] ppid=296433 vsize=76740 memory=34828 CPUtime=3.09 cores=0,2
/proc/296436/stat : 296436 (pbscip) R 296433 296436 296373 0 -1 4194304 5451 0 0 0 307 2 0 0 20 0 1 0 29935827 78581760 8707 134679101440 4194304 18693293 140725148223280 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57520128 140725148226563 140725148226662 140725148226662 140725148233678 0
/proc/296436/statm: 19185 8707 3918 3540 0 7442 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 76740 KiB
Current children cumulated memory: 34828 KiB

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

# cumulated CPU time of all completed processes:  user=6.05071 s, system=0.037789 s

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

[startup+3.2003 s]
/proc/loadavg: 0.36 0.17 0.19 5/246 296495
/proc/meminfo: memFree=85568960/131655788 swapFree=131058856/131071996
[pid=296436] ppid=296433 vsize=76740 memory=34828 CPUtime=3.17 cores=0,2
/proc/296436/stat : 296436 (pbscip) R 296433 296436 296373 0 -1 4194304 5455 0 0 0 315 2 0 0 20 0 1 0 29935827 78581760 8707 134679101440 4194304 18693293 140725148223280 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57520128 140725148226563 140725148226662 140725148226662 140725148233678 0
/proc/296436/statm: 19185 8707 3918 3540 0 7442 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 76740 KiB
Current children cumulated memory: 34828 KiB

[startup+4.80025 s]
/proc/loadavg: 0.36 0.17 0.19 5/243 296499
/proc/meminfo: memFree=85563644/131655788 swapFree=131058856/131071996
[pid=296436] ppid=296433 vsize=93912 memory=49332 CPUtime=4.77 cores=0,2
/proc/296436/stat : 296436 (pbscip) R 296433 296436 296373 0 -1 4194304 9057 0 0 0 474 3 0 0 20 0 1 0 29935827 96165888 12333 134679101440 4194304 18693293 140725148223280 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57520128 140725148226563 140725148226662 140725148226662 140725148233678 0
/proc/296436/statm: 23478 12333 4013 3540 0 11735 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 93912 KiB
Current children cumulated memory: 49332 KiB

[startup+5.60029 s]
/proc/loadavg: 0.36 0.17 0.19 4/239 296526
/proc/meminfo: memFree=85566444/131655788 swapFree=131058856/131071996
[pid=296436] ppid=296433 vsize=98756 memory=54604 CPUtime=5.57 cores=0,2
/proc/296436/stat : 296436 (pbscip) R 296433 296436 296373 0 -1 4194304 10320 0 0 0 554 3 0 0 20 0 1 0 29935827 101126144 13651 134679101440 4194304 18693293 140725148223280 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57520128 140725148226563 140725148226662 140725148226662 140725148233678 0
/proc/296436/statm: 24689 13651 4013 3540 0 12946 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 98756 KiB
Current children cumulated memory: 54604 KiB

[startup+6.00025 s]*
/proc/loadavg: 0.36 0.17 0.19 4/239 296526
/proc/meminfo: memFree=85551244/131655788 swapFree=131058856/131071996
[pid=296436] ppid=296433 vsize=98756 memory=54604 CPUtime=5.98 cores=0,2
/proc/296436/stat : 296436 (pbscip) R 296433 296436 296373 0 -1 4194304 10329 0 0 0 595 3 0 0 20 0 1 0 29935827 101126144 13651 134679101440 4194304 18693293 140725148223280 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57520128 140725148226563 140725148226662 140725148226662 140725148233678 0
/proc/296436/statm: 24689 13651 4013 3540 0 12946 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 98756 KiB
Current children cumulated memory: 54604 KiB

[startup+6.11252 s]
/proc/loadavg: 0.36 0.17 0.19 4/239 296526
/proc/meminfo: memFree=85551244/131655788 swapFree=131058856/131071996
[pid=296436] ppid=296433 vsize=95456 memory=51628 CPUtime=6.08 cores=0,2
/proc/296436/stat : 296436 (pbscip) R 296433 296436 296373 0 -1 4194304 10413 0 0 0 605 3 0 0 20 0 1 0 29935827 97746944 12907 134679101440 4194304 18693293 140725148223280 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57520128 140725148226563 140725148226662 140725148226662 140725148233678 0
/proc/296436/statm: 23864 12907 4013 3540 0 12121 0
Current children cumulated CPU time: 6.08 s
Current children cumulated vsize: 95456 KiB
Current children cumulated memory: 51628 KiB

Child status: 0

Real time (s): 6.11619
CPU time (s): 6.0885
CPU user time (s): 6.05071
CPU system time (s): 0.037789
CPU usage (%): 99.5473
Max. virtual memory (cumulated for all children) (KiB): 98756
Max. memory (cumulated for all children) (KiB): 54604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.05071
system time used= 0.037789
maximum resident set size= 54868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10419
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= 8
involuntary context switches= 50


# summary of solver processes directly reported to runsolver:
#   pid: 296436
#   total CPU time (s): 6.0885
#   total CPU user time (s): 6.05071
#   total CPU system time (s): 0.037789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059806 second user time and 0.127501 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-25 22:31:03
IDJOB=4459800
IDBENCH=148574
IDSOLVER=3059
FILE ID=nodeC010/4459800-1721939463
RUNJOBID= nodeC010-1721939462-296383
SLURM_JOB_ID= 8247264
Free space on /tmp= 723740 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_25_3.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459800-1721939463/watcher-4459800-1721939463 -o /tmp/evaluation-result-4459800-1721939463/solver-4459800-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721939462-296383 --watchdog 3760  pbscip -f HOME/instance-4459800-1721939463.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 8b1c309acacd39cefc6d7ae53724d716
RANDOM SEED=1503976896

nodeC010.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.191
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.190
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.204
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.201
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.191
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.259
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.191
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.195
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        85711584 kB
MemAvailable:   129765168 kB
Buffers:          328440 kB
Cached:         44049792 kB
SwapCached:          192 kB
Active:          2258076 kB
Inactive:       42465228 kB
Active(anon):       2008 kB
Inactive(anon):   396588 kB
Active(file):    2256068 kB
Inactive(file): 42068640 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:             56348 kB
Writeback:             0 kB
AnonPages:        345108 kB
Mapped:           122904 kB
Shmem:             53520 kB
KReclaimable:     790620 kB
Slab:             911292 kB
SReclaimable:     790620 kB
SUnreclaim:       120672 kB
KernelStack:        3840 kB
PageTables:        10260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     702116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14784 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      412488 kB
DirectMap2M:    54018048 kB
DirectMap1G:    81788928 kB

Free space on /tmp at the end= 723720 MiB
End job on nodeC010 at 2024-07-25 22:31:09