Trace number 4432690

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-1281 2.42621 2.4589

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=20-sizeP=11-sizeQ=20-900543-max.opb
MD5SUMfaf154fe8184071c5a91832b11755d1b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1281
Best CPU time to get the best result obtained on this benchmark0.038081
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables251
Total number of constraints661
Number of constraints which are clauses660
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint220
Number of terms in the objective function 11
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 2047
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147333568
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4432690-1721073323.opb>
0.00/0.01	c original problem has 251 variables (251 bin, 0 int, 0 impl, 0 cont) and 661 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	c presolving:
0.00/0.02	c (round 1, fast)       59 del vars, 0 del conss, 1 add conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 300 clqs
0.00/0.02	c (round 2, fast)       61 del vars, 142 del conss, 1 add conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 384 clqs
0.00/0.02	c    (0.0s) running MILP presolver
0.00/0.02	c    (0.0s) MILP presolver (3 rounds): 29 aggregations, 0 fixings, 0 bound changes
0.00/0.02	c (round 3, medium)     90 del vars, 142 del conss, 1 add conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 326 clqs
0.00/0.02	c (round 4, fast)       90 del vars, 201 del conss, 2 add conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 326 clqs
0.00/0.03	c (round 5, exhaustive) 90 del vars, 202 del conss, 2 add conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 326 clqs
0.00/0.03	c (round 6, exhaustive) 90 del vars, 202 del conss, 2 add conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 460 upgd conss, 0 impls, 326 clqs
0.00/0.03	c (round 7, exhaustive) 90 del vars, 604 del conss, 136 add conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 460 upgd conss, 0 impls, 326 clqs
0.00/0.06	c    (0.1s) probing cycle finished: starting next cycle
0.00/0.06	c (round 8, exhaustive) 92 del vars, 604 del conss, 136 add conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 460 upgd conss, 0 impls, 1718 clqs
0.00/0.06	c (round 9, fast)       93 del vars, 607 del conss, 137 add conss, 55 chg bounds, 0 chg sides, 1 chg coeffs, 461 upgd conss, 0 impls, 1716 clqs
0.00/0.06	c (round 10, fast)       94 del vars, 607 del conss, 138 add conss, 55 chg bounds, 0 chg sides, 1 chg coeffs, 461 upgd conss, 0 impls, 1713 clqs
0.00/0.06	c (round 11, exhaustive) 94 del vars, 608 del conss, 138 add conss, 55 chg bounds, 0 chg sides, 1 chg coeffs, 461 upgd conss, 0 impls, 1713 clqs
0.00/0.08	c    (0.1s) probing cycle finished: starting next cycle
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.08	c presolving (12 rounds: 12 fast, 7 medium, 6 exhaustive):
0.00/0.08	c  94 deleted vars, 608 deleted constraints, 138 added constraints, 55 tightened bounds, 0 added holes, 0 changed sides, 1 changed coefficients
0.00/0.08	c  0 implications, 1755 cliques
0.00/0.08	c presolved problem has 159 variables (159 bin, 0 int, 0 impl, 0 cont) and 190 constraints
0.00/0.08	c      56 constraints of type <setppc>
0.00/0.08	c     132 constraints of type <and>
0.00/0.08	c       2 constraints of type <linear>
0.00/0.08	c transformed objective value is always integral (scale: 2)
0.00/0.08	c Presolving Time: 0.07
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 10.0.0
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.08	c limits/time = 3596.99312
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.08	c limits/memory = 27900
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.00/0.09	o -1
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 | 159 | 190 | 322 |   0 |  0 |   0 |   0 |-2.047000e+03 |-1.000000e+00 |  Large | unknown
0.00/0.09	c   0.1s|     1 |     0 |     4 |     - |  4624k |   0 | 159 | 194 | 323 |   0 |  0 |  13 |   0 |-2.047000e+03 |-1.000000e+00 |  Large | unknown
0.09/0.19	o -427
0.09/0.19	c * 0.2s|     1 |     0 |     4 |     - |    LP  |   0 | 159 | 195 | 323 |   0 |  0 |  15 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.09/0.20	c   0.2s|     1 |     0 |    19 |     - |  4802k |   0 | 159 | 262 | 267 |   3 |  1 |  15 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.09/0.20	c   0.2s|     1 |     0 |    21 |     - |  5114k |   0 | 159 | 262 | 221 |   3 |  1 |  15 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.09/0.21	c   0.2s|     1 |     0 |    40 |     - |  5164k |   0 | 159 | 219 | 223 |   5 |  2 |  15 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.20/0.23	c   0.2s|     1 |     0 |    60 |     - |  5206k |   0 | 159 | 219 | 227 |   9 |  3 |  15 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.20/0.23	c   0.2s|     1 |     0 |    75 |     - |  5264k |   0 | 159 | 219 | 233 |  15 |  4 |  15 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.20/0.23	c   0.2s|     1 |     0 |    95 |     - |  5437k |   0 | 159 | 219 | 241 |  23 |  5 |  15 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.20/0.24	c   0.2s|     1 |     0 |   100 |     - |  5612k |   0 | 159 | 219 | 246 |  28 |  6 |  15 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.20/0.25	c   0.2s|     1 |     0 |   125 |     - |  5667k |   0 | 159 | 219 | 248 |  30 |  7 |  15 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.20/0.26	c   0.3s|     1 |     0 |   143 |     - |  6167k |   0 | 159 | 219 | 254 |  36 |  8 |  15 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.20/0.27	c   0.3s|     1 |     0 |   155 |     - |  6267k |   0 | 159 | 223 | 258 |  40 |  9 |  19 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.20/0.28	c   0.3s|     1 |     0 |   158 |     - |  6296k |   0 | 159 | 223 | 255 |  42 | 10 |  19 |   0 |-2.047000e+03 |-4.270000e+02 | 379.39%| unknown
0.20/0.29	c   0.3s|     1 |     0 |   288 |     - |  6343k |   0 | 159 | 223 | 258 |  45 | 11 |  19 |   0 |-2.046341e+03 |-4.270000e+02 | 379.24%| unknown
0.20/0.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.20/0.30	c   0.3s|     1 |     0 |   313 |     - |  6354k |   0 | 159 | 224 | 276 |  63 | 12 |  20 |   0 |-2.046179e+03 |-4.270000e+02 | 379.20%| unknown
0.20/0.31	c   0.3s|     1 |     0 |   340 |     - |  6384k |   0 | 159 | 225 | 295 |  82 | 13 |  21 |   0 |-2.045920e+03 |-4.270000e+02 | 379.14%| unknown
0.20/0.31	c   0.3s|     1 |     0 |   352 |     - |  6416k |   0 | 159 | 225 | 312 |  99 | 14 |  21 |   0 |-2.045904e+03 |-4.270000e+02 | 379.13%| unknown
0.30/0.32	c   0.3s|     1 |     0 |   373 |     - |  6457k |   0 | 159 | 225 | 319 | 106 | 15 |  21 |   0 |-2.045607e+03 |-4.270000e+02 | 379.06%| unknown
0.30/0.33	c   0.3s|     1 |     0 |   378 |     - |  6576k |   0 | 159 | 226 | 315 | 109 | 16 |  22 |   0 |-2.045606e+03 |-4.270000e+02 | 379.06%| unknown
0.30/0.34	c   0.3s|     1 |     0 |   393 |     - |  6606k |   0 | 159 | 232 | 320 | 114 | 17 |  28 |   0 |-2.045572e+03 |-4.270000e+02 | 379.06%| unknown
0.30/0.35	c   0.3s|     1 |     0 |   397 |     - |  6641k |   0 | 159 | 232 | 324 | 118 | 18 |  28 |   0 |-2.045083e+03 |-4.270000e+02 | 378.94%| unknown
0.30/0.35	c   0.3s|     1 |     0 |   399 |     - |  6676k |   0 | 159 | 232 | 325 | 119 | 19 |  28 |   0 |-2.045083e+03 |-4.270000e+02 | 378.94%| unknown
0.30/0.36	c   0.4s|     1 |     0 |   400 |     - |  6711k |   0 | 159 | 232 | 326 | 120 | 20 |  28 |   0 |-2.045083e+03 |-4.270000e+02 | 378.94%| unknown
0.30/0.37	c   0.4s|     1 |     0 |   400 |     - |  6716k |   0 | 159 | 180 | 327 | 120 | 21 |  29 |   0 |-2.045083e+03 |-4.270000e+02 | 378.94%| unknown
0.40/0.43	c (run 1, node 1) restarting after 35 global fixings of integer variables
0.40/0.43	c 
0.40/0.43	c (restart) converted 106 cuts from the global cut pool into linear constraints
0.40/0.43	c 
0.40/0.43	c presolving:
0.40/0.43	c (round 1, fast)       35 del vars, 2 del conss, 1 add conss, 0 chg bounds, 12 chg sides, 25 chg coeffs, 0 upgd conss, 0 impls, 429 clqs
0.40/0.44	c (round 2, exhaustive) 35 del vars, 12 del conss, 1 add conss, 0 chg bounds, 18 chg sides, 25 chg coeffs, 0 upgd conss, 0 impls, 429 clqs
0.40/0.44	c (round 3, exhaustive) 35 del vars, 12 del conss, 1 add conss, 0 chg bounds, 18 chg sides, 25 chg coeffs, 133 upgd conss, 0 impls, 429 clqs
0.40/0.44	c (round 4, medium)     35 del vars, 15 del conss, 5 add conss, 0 chg bounds, 22 chg sides, 33 chg coeffs, 133 upgd conss, 0 impls, 429 clqs
0.40/0.44	c (round 5, fast)       35 del vars, 16 del conss, 5 add conss, 0 chg bounds, 22 chg sides, 33 chg coeffs, 133 upgd conss, 0 impls, 429 clqs
0.40/0.44	c (round 6, exhaustive) 35 del vars, 16 del conss, 5 add conss, 0 chg bounds, 22 chg sides, 52 chg coeffs, 133 upgd conss, 0 impls, 429 clqs
0.40/0.44	c (round 7, fast)       35 del vars, 16 del conss, 5 add conss, 0 chg bounds, 24 chg sides, 69 chg coeffs, 133 upgd conss, 0 impls, 429 clqs
0.40/0.44	c (round 8, exhaustive) 35 del vars, 16 del conss, 5 add conss, 0 chg bounds, 24 chg sides, 84 chg coeffs, 133 upgd conss, 0 impls, 429 clqs
0.40/0.44	c (round 9, exhaustive) 35 del vars, 16 del conss, 5 add conss, 0 chg bounds, 24 chg sides, 88 chg coeffs, 133 upgd conss, 0 impls, 429 clqs
0.40/0.44	c (round 10, exhaustive) 35 del vars, 16 del conss, 5 add conss, 0 chg bounds, 24 chg sides, 89 chg coeffs, 133 upgd conss, 0 impls, 429 clqs
0.40/0.44	c (round 11, exhaustive) 35 del vars, 21 del conss, 5 add conss, 0 chg bounds, 24 chg sides, 89 chg coeffs, 133 upgd conss, 0 impls, 429 clqs
0.40/0.45	c (round 12, exhaustive) 35 del vars, 21 del conss, 5 add conss, 0 chg bounds, 24 chg sides, 482 chg coeffs, 133 upgd conss, 0 impls, 429 clqs
0.40/0.45	c presolving (13 rounds: 13 fast, 10 medium, 9 exhaustive):
0.40/0.45	c  35 deleted vars, 21 deleted constraints, 5 added constraints, 0 tightened bounds, 0 added holes, 24 changed sides, 482 changed coefficients
0.40/0.45	c  0 implications, 429 cliques
0.40/0.45	c presolved problem has 124 variables (124 bin, 0 int, 0 impl, 0 cont) and 275 constraints
0.40/0.45	c      10 constraints of type <knapsack>
0.40/0.45	c      92 constraints of type <setppc>
0.40/0.45	c     105 constraints of type <and>
0.40/0.45	c       9 constraints of type <linear>
0.40/0.45	c      59 constraints of type <logicor>
0.40/0.45	c transformed objective value is always integral (scale: 2)
0.40/0.45	c Presolving Time: 0.09
0.40/0.45	c transformed 1/2 original solutions to the transformed problem space
0.40/0.45	c 
0.40/0.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.40/0.46	c   0.4s|     1 |     0 |  1290 |     - |  6839k |   0 | 124 | 275 | 321 |   0 |  0 |  34 |   0 |-2.045083e+03 |-4.270000e+02 | 378.94%| unknown
0.40/0.48	c   0.5s|     1 |     0 |  1314 |     - |  6884k |   0 | 124 | 275 | 322 |   1 |  1 |  34 |   0 |-2.045000e+03 |-4.270000e+02 | 378.92%| unknown
0.50/0.56	c   0.6s|     1 |     0 |  1445 |     - |  6944k |   0 | 124 | 326 | 325 |   4 |  2 |  34 |   0 |-2.044961e+03 |-4.270000e+02 | 378.91%| unknown
0.50/0.60	c   0.6s|     1 |     0 |  1456 |     - |  6988k |   0 | 124 | 328 | 327 |   6 |  3 |  36 |   0 |-2.043000e+03 |-4.270000e+02 | 378.45%| unknown
0.58/0.61	c   0.6s|     1 |     0 |  1472 |     - |  7134k |   0 | 124 | 328 | 328 |   7 |  4 |  36 |   0 |-2.043000e+03 |-4.270000e+02 | 378.45%| unknown
0.58/0.62	c   0.6s|     1 |     0 |  1482 |     - |  7246k |   0 | 124 | 328 | 332 |  11 |  5 |  36 |   0 |-2.043000e+03 |-4.270000e+02 | 378.45%| unknown
0.58/0.64	c   0.6s|     1 |     0 |  1498 |     - |  7493k |   0 | 124 | 328 | 334 |  13 |  6 |  36 |   0 |-2.043000e+03 |-4.270000e+02 | 378.45%| unknown
0.58/0.66	c   0.6s|     1 |     0 |  1511 |     - |  7804k |   0 | 124 | 329 | 337 |  16 |  7 |  37 |   0 |-2.043000e+03 |-4.270000e+02 | 378.45%| unknown
0.58/0.67	c   0.7s|     1 |     0 |  1524 |     - |  8620k |   0 | 124 | 330 | 340 |  19 |  8 |  38 |   0 |-2.043000e+03 |-4.270000e+02 | 378.45%| unknown
0.58/0.69	c   0.7s|     1 |     0 |  1635 |     - |  8844k |   0 | 124 | 330 | 342 |  21 |  9 |  38 |   0 |-2.042992e+03 |-4.270000e+02 | 378.45%| unknown
0.67/0.71	c   0.7s|     1 |     0 |  1661 |     - |  9274k |   0 | 124 | 330 | 350 |  29 | 10 |  38 |   0 |-2.042867e+03 |-4.270000e+02 | 378.42%| unknown
0.67/0.72	c   0.7s|     1 |     0 |  1700 |     - |  9311k |   0 | 124 | 330 | 356 |  35 | 11 |  38 |   0 |-2.042457e+03 |-4.270000e+02 | 378.33%| unknown
0.67/0.73	c   0.7s|     1 |     0 |  1721 |     - |  9350k |   0 | 124 | 330 | 365 |  44 | 12 |  38 |   0 |-2.042327e+03 |-4.270000e+02 | 378.30%| unknown
0.67/0.74	c   0.7s|     1 |     0 |  1747 |     - |  9510k |   0 | 124 | 331 | 333 |  48 | 13 |  39 |   0 |-2.042004e+03 |-4.270000e+02 | 378.22%| unknown
0.67/0.75	c   0.7s|     1 |     0 |  1751 |     - |  9542k |   0 | 124 | 332 | 338 |  53 | 14 |  40 |   0 |-2.041998e+03 |-4.270000e+02 | 378.22%| unknown
0.67/0.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.67/0.76	c   0.7s|     1 |     0 |  1754 |     - |  9581k |   0 | 124 | 333 | 339 |  54 | 15 |  41 |   0 |-2.041811e+03 |-4.270000e+02 | 378.18%| unknown
0.67/0.77	c   0.8s|     1 |     0 |  1759 |     - |  9617k |   0 | 124 | 333 | 344 |  59 | 16 |  41 |   0 |-2.041800e+03 |-4.270000e+02 | 378.17%| unknown
0.67/0.78	c   0.8s|     1 |     0 |  1764 |     - |  9717k |   0 | 124 | 334 | 345 |  60 | 17 |  42 |   0 |-2.041706e+03 |-4.270000e+02 | 378.15%| unknown
0.67/0.79	c   0.8s|     1 |     0 |  1769 |     - |  9857k |   0 | 124 | 334 | 346 |  61 | 18 |  42 |   0 |-2.041500e+03 |-4.270000e+02 | 378.10%| unknown
0.67/0.79	c   0.8s|     1 |     0 |  1787 |     - |  9894k |   0 | 124 | 334 | 336 |  62 | 19 |  42 |   0 |-2.041140e+03 |-4.270000e+02 | 378.02%| unknown
0.77/0.80	c   0.8s|     1 |     0 |  1797 |     - |  9926k |   0 | 124 | 335 | 344 |  70 | 20 |  43 |   0 |-2.041000e+03 |-4.270000e+02 | 377.99%| unknown
0.77/0.81	c   0.8s|     1 |     0 |  1809 |     - |  9926k |   0 | 124 | 335 | 345 |  71 | 21 |  43 |   0 |-2.041000e+03 |-4.270000e+02 | 377.99%| unknown
0.77/0.81	c   0.8s|     1 |     0 |  1813 |     - |  9926k |   0 | 124 | 335 | 347 |  73 | 22 |  43 |   0 |-2.041000e+03 |-4.270000e+02 | 377.99%| unknown
0.77/0.81	c   0.8s|     1 |     0 |  1814 |     - |  9926k |   0 | 124 | 335 | 348 |  74 | 23 |  43 |   0 |-2.041000e+03 |-4.270000e+02 | 377.99%| unknown
0.77/0.82	c   0.8s|     1 |     0 |  1817 |     - |  9930k |   0 | 124 | 335 | 349 |  75 | 24 |  43 |   0 |-2.041000e+03 |-4.270000e+02 | 377.99%| unknown
0.77/0.82	c   0.8s|     1 |     0 |  1819 |     - |  9938k |   0 | 124 | 338 | 332 |  76 | 25 |  46 |   0 |-2.041000e+03 |-4.270000e+02 | 377.99%| unknown
0.77/0.83	c   0.8s|     1 |     0 |  1820 |     - |  9938k |   0 | 124 | 338 | 333 |  77 | 26 |  46 |   0 |-2.041000e+03 |-4.270000e+02 | 377.99%| unknown
0.77/0.83	c   0.8s|     1 |     0 |  1830 |     - |  9941k |   0 | 124 | 339 | 334 |  78 | 27 |  47 |   0 |-2.041000e+03 |-4.270000e+02 | 377.99%| unknown
0.77/0.90	c   0.9s|     1 |     2 |  2543 |     - |  9950k |   0 | 124 | 341 | 334 |  78 | 28 |  49 |  10 |-2.040948e+03 |-4.270000e+02 | 377.97%| unknown
1.56/1.69	c   1.7s|   100 |    37 |  7262 |  61.1 |    13M |  12 | 124 | 412 | 288 | 613 |  1 | 133 | 451 |-2.039000e+03 |-4.270000e+02 | 377.52%|   4.40%
2.16/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.16/2.26	c   2.3s|   200 |    55 | 12038 |  54.5 |    20M |  12 | 124 | 464 | 308 |1014 |  1 | 189 | 640 |-1.935024e+03 |-4.270000e+02 | 353.17%|   7.77%
2.25/2.31	o -1281
2.25/2.31	c d 2.3s|   223 |    23 | 12814 |  52.3 |adaptive|  12 | 124 | 475 | 317 |   0 |  1 | 200 | 666 |-1.852720e+03 |-1.281000e+03 |  44.63%|  31.29%
2.35/2.44	c 
2.35/2.44	c SCIP Status        : problem is solved [optimal solution found]
2.35/2.44	c Solving Time (sec) : 2.44
2.35/2.44	c Solving Nodes      : 277 (total of 278 nodes in 2 runs)
2.35/2.44	c Primal Bound       : -1.28100000000000e+03 (3 solutions)
2.35/2.44	c Dual Bound         : -1.28100000000000e+03
2.35/2.44	c Gap                : 0.00 %
2.35/2.44	s OPTIMUM FOUND
2.35/2.44	v -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 x59 -x58 x57 x56 x55 x54 x53 x52 -x251 -x250 -x249 -x248 -x247 -x246 
2.35/2.44	v -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 
2.35/2.44	v -x224 -x223 -x222 x221 -x220 x219 -x218 x217 x216 x215 x214 x213 x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 
2.35/2.44	v -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 
2.35/2.44	v -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 
2.35/2.44	v -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 
2.35/2.44	v -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 
2.35/2.44	v -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 
2.35/2.44	v -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 
2.35/2.44	v -x72 -x31 -x51 -x30 -x50 -x29 -x49 -x28 -x48 -x27 -x47 -x26 -x46 -x25 -x45 -x24 -x44 -x23 -x43 -x22 -x42 x21 x41 -x20 -x40 
2.35/2.44	v x19 x39 -x18 -x38 x17 x37 x16 x36 x15 x35 x14 x34 x13 x33 x12 x32 x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
2.35/2.44	c SCIP Status        : problem is solved [optimal solution found]
2.35/2.44	c Total Time         :       2.44
2.35/2.44	c   solving          :       2.44
2.35/2.44	c   presolving       :       0.09 (included in solving)
2.35/2.44	c   reading          :       0.00 (included in solving)
2.35/2.44	c   copying          :       0.04 (8 #copies) (minimal 0.00, maximal 0.01, average 0.00)
2.35/2.44	c Original Problem   :
2.35/2.44	c   Problem name     : HOME/instance-4432690-1721073323.opb
2.35/2.44	c   Variables        : 251 (251 binary, 0 integer, 0 implicit integer, 0 continuous)
2.35/2.44	c   Constraints      : 661 initial, 661 maximal
2.35/2.44	c   Objective        : minimize, 11 non-zeros (abs.min = 1, abs.max = 1024)
2.35/2.44	c Presolved Problem  :
2.35/2.44	c   Problem name     : t_HOME/instance-4432690-1721073323.opb
2.35/2.44	c   Variables        : 124 (124 binary, 0 integer, 0 implicit integer, 0 continuous)
2.35/2.44	c   Constraints      : 275 initial, 476 maximal
2.35/2.44	c   Objective        : minimize, 10 non-zeros (abs.min = 1, abs.max = 512)
2.35/2.44	c   Nonzeros         : 1936 constraint, 422 clique table
2.35/2.44	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
2.35/2.44	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   domcol           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
2.35/2.44	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.35/2.44	c   gateextraction   :       0.00       0.00     11          0          0          0          0          0        402        134          0          0
2.35/2.44	c   implics          :       0.00       0.00     17          0          0          0          0          0          0          0          0          0
2.35/2.44	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   milp             :       0.01       0.00      1          0         29          0          0          0          0          0          0          0
2.35/2.44	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.35/2.44	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   trivial          :       0.00       0.00     25         37          0          0          0          0          0          0          0          0
2.35/2.44	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   dualfix          :       0.00       0.00     25          0          0          0          0          0          0          0          0          0
2.35/2.44	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   probing          :       0.05       0.00      2          2          0          0          0          0          0          0          0          0
2.35/2.44	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.35/2.44	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.35/2.44	c   vbounds          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
2.35/2.44	c   knapsack         :       0.00       0.00     25          0          0          0          0          0          1          4          6         64
2.35/2.44	c   setppc           :       0.00       0.00     41          0          0          0          0          0          5          0          0          0
2.35/2.44	c   and              :       0.00       0.00     26          1          0          0          0          0          0          0          0          0
2.35/2.44	c   linear           :       0.01       0.00     35         56          2          0         55          0        213          5         18         25
2.35/2.44	c   logicor          :       0.01       0.00     32          0          0          0          0          0          8          0          0        394
2.35/2.44	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.35/2.44	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
2.35/2.44	c   root node        :          -          -      -         94          -          -         94          -          -          -          -          -
2.35/2.44	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
2.35/2.44	c   benderslp        :          0          0          0          0        307          0          0         41          0          0          0          0          0          0          0
2.35/2.44	c   integral         :          0          0          0          0        307          0          0         41          0          0        630          0          0        135        326
2.35/2.44	c   knapsack         :         10+        11         28       2162          0          0          0          0         30          0          9         38          0          0          0
2.35/2.45	c   setppc           :         92         92         51       5226          0          0          0         33       1620         24        597          3          0          0          0
2.35/2.45	c   and              :        105        105        590       5454          0          0          0         30       4180         88       2847       1603        594          0          0
2.35/2.45	c   linear           :          9+        64         52       5365          0          0          0         10        533        337        449         62          3          0          0
2.35/2.45	c   logicor          :         59+       208         51       2310          0          0          0          0         95         47         67         39          6          0          0
2.35/2.45	c   benders          :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
2.35/2.45	c   fixedvar         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
2.35/2.45	c   countsols        :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
2.35/2.45	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
2.35/2.45	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   integral         :       0.61       0.00       0.00       0.00       0.61       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   knapsack         :       0.01       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   setppc           :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.01
2.35/2.45	c   and              :       0.06       0.00       0.01       0.03       0.00       0.00       0.00       0.00       0.00       0.02
2.35/2.45	c   linear           :       0.05       0.00       0.02       0.01       0.00       0.00       0.00       0.00       0.00       0.01
2.35/2.45	c   logicor          :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
2.35/2.45	c   dualfix          :          4          0          0          0
2.35/2.45	c   genvbounds       :          0          0          0          0
2.35/2.45	c   nlobbt           :          0          0          0          0
2.35/2.45	c   obbt             :          0          0          0          0
2.35/2.45	c   probing          :          0          0          0          0
2.35/2.45	c   pseudoobj        :       1358         25          0         43
2.35/2.45	c   redcost          :        976          0          0          6
2.35/2.45	c   rootredcost      :          2          0          0         16
2.35/2.45	c   symmetry         :          0          0          0          0
2.35/2.45	c   vbounds          :       3375          0          0          0
2.35/2.45	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
2.35/2.45	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   probing          :       0.05       0.00       0.05       0.00       0.00       0.00
2.35/2.45	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
2.35/2.45	c Symmetry           :
2.35/2.45	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
2.35/2.45	c   orbital reduction:          0 reductions applied,          0 cutoffs
2.35/2.45	c   lexicographic red:          0 reductions applied,          0 cutoffs
2.35/2.45	c   shadow tree time :       0.00 s
2.35/2.45	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
2.35/2.45	c   propagation      :       0.01        169        160          -        686       31.5         16       33.4          -          -          -
2.35/2.45	c   infeasible LP    :       0.00         26          3          -          8       16.2          0        0.0          2       12.5          0
2.35/2.45	c   bound exceed. LP :       0.00          5          2          -          1       10.0          0        0.0          2       10.5         40
2.35/2.45	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
2.35/2.45	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
2.35/2.45	c   applied globally :       0.00          -          -          0        211        8.6          -          -          4          -          -
2.35/2.45	c   applied locally  :          -          -          -          0         18       32.8          -          -          0          -          -
2.35/2.45	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
2.35/2.45	c   cut pool         :       0.04          -        375         93          -          -       2855       4807          -          -          -          -          -    (maximal pool size:       1174)
2.35/2.45	c   aggregation      :       0.16       0.00        205         50          0          0        177        318          0         38         38          0          0
2.35/2.45	c   > cmir           :          -          -          -          -          -          -          -        198          0         14         14          0          -
2.35/2.45	c   > flowcover      :          -          -          -          -          -          -          -        104          0         18         18          0          -
2.35/2.45	c   > knapsackcover  :          -          -          -          -          -          -          -         16          0          6          6          0          -
2.35/2.45	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   clique           :       0.01       0.00         50         50          0          0         28         42          0          1          1          0          0
2.35/2.45	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   gomory           :       0.65       0.00        141         20          0          0       2240       3394          0        227        227          0          0
2.35/2.45	c   > gomorymi       :          -          -          -          -          -          -          -       2143          0        139        139          0          -
2.35/2.45	c   > strongcg       :          -          -          -          -          -          -          -       1251          0         88         88          0          -
2.35/2.45	c   impliedbounds    :       0.01       0.00        205         50          0          0        341        831          0        380        380          0          0
2.35/2.45	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
2.35/2.45	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   multilinear      :       0.00       0.00         89         50          0          0          0          0          0          0          0          0          0
2.35/2.45	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.35/2.45	c   rapidlearning    :       0.15       0.00          4          2          0        127          0          0          0          0          0          0        121
2.35/2.45	c   rlt              :       0.01       0.00         54         20          0          0          4          4          0          1          1          0          0
2.35/2.45	c   zerohalf         :       0.02       0.00        161         40          0          0         64        218          0         47         47          0          0
2.35/2.45	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
2.35/2.45	c   hybrid           :       0.01       0.00        351         47       1297          0       5249        198          0       1582
2.35/2.45	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c Pricers            :   ExecTime  SetupTime      Calls       Vars
2.35/2.45	c   problem variables:       0.00          -          0          0
2.35/2.45	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
2.35/2.45	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c   relpscost        :       0.61       0.00        307          0          0          0        630          0        135        326
2.35/2.45	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
2.35/2.45	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
2.35/2.45	c   LP solutions     :       0.00          -          -          0          0
2.35/2.45	c   relax solutions  :       0.00          -          -          0          0
2.35/2.45	c   pseudo solutions :       0.00          -          -          0          0
2.35/2.45	c   strong branching :       0.00          -          -          0          0
2.35/2.45	c   actconsdiving    :       0.00       0.00          0          0          0
2.35/2.45	c   adaptivediving   :       0.00       0.00          2          1          1
2.35/2.45	c   alns             :       0.01       0.00          1          0          0
2.35/2.45	c   bound            :       0.00       0.00          0          0          0
2.35/2.45	c   clique           :       0.00       0.00          1          1          1
2.35/2.45	c   coefdiving       :       0.00       0.00          0          0          0
2.35/2.45	c   completesol      :       0.00       0.00          0          0          0
2.35/2.45	c   conflictdiving   :       0.02       0.00          3          0          0
2.35/2.45	c   crossover        :       0.00       0.00          0          0          0
2.35/2.45	c   dins             :       0.00       0.00          0          0          0
2.35/2.45	c   distributiondivin:       0.00       0.00          0          0          0
2.35/2.45	c   dps              :       0.00       0.00          0          0          0
2.35/2.45	c   dualval          :       0.00       0.00          0          0          0
2.35/2.45	c   farkasdiving     :       0.03       0.00          2          0          0
2.35/2.45	c   feasjump         :       0.00       0.00          0          0          0
2.35/2.45	c   feaspump         :       0.02       0.00          1          0          0
2.35/2.45	c   fixandinfer      :       0.00       0.00          0          0          0
2.35/2.45	c   fracdiving       :       0.00       0.00          1          0          0
2.35/2.45	c   gins             :       0.00       0.00          0          0          0
2.35/2.45	c   guideddiving     :       0.00       0.00          1          0          0
2.35/2.45	c   indcoefdiving    :       0.00       0.00          0          0          0
2.35/2.45	c   indicator        :       0.00       0.00          0          0          0
2.35/2.45	c   indicatordiving  :       0.00       0.00          0          0          0
2.35/2.45	c   indoneopt        :       0.00       0.00          0          0          0
2.35/2.45	c   indrounding      :       0.00       0.00          0          0          0
2.35/2.45	c   indtwoopt        :       0.00       0.00          0          0          0
2.35/2.45	c   intdiving        :       0.00       0.00          0          0          0
2.35/2.45	c   intshifting      :       0.00       0.00          0          0          0
2.35/2.45	c   linesearchdiving :       0.00       0.00          1          0          0
2.35/2.45	c   localbranching   :       0.00       0.00          0          0          0
2.35/2.45	c   locks            :       0.00       0.00          1          0          0
2.35/2.45	c   lpface           :       0.00       0.00          0          0          0
2.35/2.45	c   mpec             :       0.00       0.00          0          0          0
2.35/2.45	c   multistart       :       0.00       0.00          0          0          0
2.35/2.45	c   mutation         :       0.00       0.00          0          0          0
2.35/2.45	c   nlpdiving        :       0.00       0.00          0          0          0
2.35/2.45	c   objpscostdiving  :       0.00       0.00          1          0          0
2.35/2.45	c   octane           :       0.00       0.00          0          0          0
2.35/2.45	c   ofins            :       0.00       0.00          0          0          0
2.35/2.45	c   oneopt           :       0.00       0.00          3          0          0
2.35/2.45	c   padm             :       0.00       0.00          0          0          0
2.35/2.45	c   proximity        :       0.00       0.00          0          0          0
2.35/2.45	c   pscostdiving     :       0.00       0.00          2          0          0
2.35/2.45	c   randrounding     :       0.04       0.00         49          0          0
2.35/2.45	c   rens             :       0.02       0.00          2          0          0
2.35/2.45	c   reoptsols        :       0.00       0.00          0          0          0
2.35/2.45	c   repair           :       0.00       0.00          0          0          0
2.35/2.45	c   rins             :       0.01       0.00          1          0          0
2.35/2.45	c   rootsoldiving    :       0.00       0.00          1          0          0
2.35/2.45	c   rounding         :       0.01       0.00        303          0          0
2.35/2.45	c   scheduler        :       0.00       0.00          0          0          0
2.35/2.45	c   shiftandpropagate:       0.00       0.00          0          0          0
2.35/2.45	c   shifting         :       0.06       0.00        152          0          0
2.35/2.45	c   simplerounding   :       0.00       0.00          0          0          0
2.35/2.45	c   smallcard        :       0.00       0.00          0          0          0
2.35/2.45	c   subnlp           :       0.00       0.00          0          0          0
2.35/2.45	c   trivial          :       0.00       0.00          4          0          0
2.35/2.45	c   trivialnegation  :       0.00       0.00          0          0          0
2.35/2.45	c   trustregion      :       0.00       0.00          0          0          0
2.35/2.45	c   trysol           :       0.00       0.00          0          0          0
2.35/2.45	c   twoopt           :       0.00       0.00          0          0          0
2.35/2.45	c   undercover       :       0.03       0.00          1          0          0
2.35/2.45	c   vbounds          :       0.00       0.00          2          0          0
2.35/2.45	c   veclendiving     :       0.00       0.00          1          0          0
2.35/2.45	c   zeroobj          :       0.00       0.00          0          0          0
2.35/2.45	c   zirounding       :       0.00       0.00        164          0          0
2.35/2.45	c   other solutions  :          -          -          -          0          -
2.35/2.45	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
2.35/2.45	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
2.35/2.45	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
2.35/2.45	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
2.35/2.45	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
2.35/2.45	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
2.35/2.45	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
2.35/2.45	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
2.35/2.45	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
2.35/2.45	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
2.35/2.45	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
2.35/2.45	c   primal LP        :       0.00         33          0       0.00          -       0.00         33
2.35/2.45	c   dual LP          :       0.26        691      12193      18.31   47096.50       0.00         25
2.35/2.45	c   lex dual LP      :       0.00          0          0       0.00          -
2.35/2.45	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
2.35/2.45	c   resolve instable :       0.00          0          0       0.00          -
2.35/2.45	c   diving/probing LP:       0.08        114       2160      18.95   27265.50
2.35/2.45	c   strong branching :       0.46        716      22038      30.78   48232.38          -          -         75
2.35/2.45	c     (at root node) :          -         10        655      65.50          -
2.35/2.45	c   conflict analysis:       0.00          4         40      10.00          -
2.35/2.45	c B&B Tree           :
2.35/2.45	c   number of runs   :          2
2.35/2.45	c   nodes            :        277 (163 internal, 114 leaves)
2.35/2.45	c   feasible leaves  :          0
2.35/2.45	c   infeas. leaves   :        111
2.35/2.45	c   objective leaves :          3
2.35/2.45	c   nodes (total)    :        278 (163 internal, 115 leaves)
2.35/2.45	c   nodes left       :          0
2.35/2.45	c   max depth        :         12
2.35/2.45	c   max depth (total):         12
2.35/2.45	c   backtracks       :         73 (26.4%)
2.35/2.45	c   early backtracks :          0 (0.0%)
2.35/2.45	c   nodes exc. ref.  :          0 (0.0%)
2.35/2.45	c   delayed cutoffs  :         17
2.35/2.45	c   repropagations   :         63 (218 domain reductions, 10 cutoffs)
2.35/2.45	c   avg switch length:       4.10
2.35/2.45	c   switching time   :       0.02
2.35/2.45	c Root Node          :
2.35/2.45	c   First LP value   : -2.04700000000000e+03
2.35/2.45	c   First LP Iters   :          4 (8456.66 Iter/sec)
2.35/2.45	c   First LP Time    :       0.00
2.35/2.45	c   Final Dual Bound : -2.04094841342660e+03
2.35/2.45	c   Final Root Iters :       1147
2.35/2.45	c   Root LP Estimate : -2.01840115256525e+03
2.35/2.45	c Solution           :
2.35/2.45	c   Solutions found  :          3 (3 improvements)
2.35/2.45	c   First Solution   : -1.00000000000000e+00   (in run 1, after 1 nodes, 0.08 seconds, depth 3, found by <clique>)
2.35/2.45	c   Gap First Sol.   :  204600.00 %
2.35/2.45	c   Gap Last Sol.    :      44.63 %
2.35/2.45	c   Primal Bound     : -1.28100000000000e+03   (in run 2, after 223 nodes, 2.30 seconds, depth 14, found by <adaptivediving>)
2.35/2.45	c   Dual Bound       : -1.28100000000000e+03
2.35/2.45	c   Gap              :       0.00 %
2.35/2.45	c Integrals          :      Total       Avg%
2.35/2.45	c   primal-dual      :     189.70      77.86
2.35/2.45	c   primal-ref       :          -          - (not evaluated)
2.35/2.45	c   dual-ref         :          -          - (not evaluated)
2.35/2.45	c Time complete: 2.41951.

Verifier Data

OK	-1281

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: 64096 MiB (62640 MiB free)
  memory of node 1: 64473 MiB (63337 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432690-1721073323/watcher-4432690-1721073323 -o /tmp/evaluation-result-4432690-1721073323/solver-4432690-1721073323 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721073296-810247 --watchdog 3760 pbscip -f HOME/instance-4432690-1721073323.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
solver pid=811607, runsolver pid=811604
Current StackSize limit: 8192 KiB


[startup+0.100768 s]*
/proc/loadavg: 2.51 1.91 2.56 5/244 811608
/proc/meminfo: memFree=128994480/131655788 swapFree=131071996/131071996
[pid=811607] ppid=811604 vsize=60416 memory=22632 CPUtime=0.09 cores=0,2
/proc/811607/stat : 811607 (pbscip) R 811604 811607 810237 0 -1 4194304 1950 0 0 0 9 0 0 0 20 0 1 0 159488170 61865984 5526 134679101440 4194304 18693293 140734046609488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 21375888 21430392 33169408 140734046614532 140734046614631 140734046614631 140734046621646 0
/proc/811607/statm: 15104 5526 3930 3540 0 3361 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 60416 KiB
Current children cumulated memory: 22632 KiB

[startup+0.216769 s]*
/proc/loadavg: 2.51 1.91 2.56 5/244 811608
/proc/meminfo: memFree=128991800/131655788 swapFree=131071996/131071996
[pid=811607] ppid=811604 vsize=63924 memory=24656 CPUtime=0.2 cores=0,2
/proc/811607/stat : 811607 (pbscip) R 811604 811607 810237 0 -1 4194304 2563 0 0 0 19 1 0 0 20 0 1 0 159488170 65458176 6164 134679101440 4194304 18693293 140734046609488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33169408 140734046614532 140734046614631 140734046614631 140734046621646 0
/proc/811607/statm: 15981 6164 3977 3540 0 4238 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 63924 KiB
Current children cumulated memory: 24656 KiB

[startup+0.31301 s]*
/proc/loadavg: 2.51 1.91 2.56 5/244 811608
/proc/meminfo: memFree=128991688/131655788 swapFree=131071996/131071996
[pid=811607] ppid=811604 vsize=63924 memory=24920 CPUtime=0.3 cores=0,2
/proc/811607/stat : 811607 (pbscip) R 811604 811607 810237 0 -1 4194304 2611 0 0 0 29 1 0 0 20 0 1 0 159488170 65458176 6230 134679101440 4194304 18693293 140734046609488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33169408 140734046614532 140734046614631 140734046614631 140734046621646 0
/proc/811607/statm: 15981 6230 3977 3540 0 4238 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 63924 KiB
Current children cumulated memory: 24920 KiB

[startup+0.700296 s]
/proc/loadavg: 2.51 1.91 2.56 5/244 811608
/proc/meminfo: memFree=128989504/131655788 swapFree=131071996/131071996
[pid=811607] ppid=811604 vsize=66432 memory=27188 CPUtime=0.67 cores=0,2
/proc/811607/stat : 811607 (pbscip) R 811604 811607 810237 0 -1 4194304 3290 0 0 0 66 1 0 0 20 0 1 0 159488170 68026368 6797 134679101440 4194304 18693293 140734046609488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33169408 140734046614532 140734046614631 140734046614631 140734046621646 0
/proc/811607/statm: 16608 6797 3993 3540 0 4865 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 66432 KiB
Current children cumulated memory: 27188 KiB

[startup+1.50032 s]
/proc/loadavg: 2.51 1.91 2.56 5/244 811608
/proc/meminfo: memFree=128987144/131655788 swapFree=131071996/131071996
[pid=811607] ppid=811604 vsize=69604 memory=30356 CPUtime=1.46 cores=0,2
/proc/811607/stat : 811607 (pbscip) R 811604 811607 810237 0 -1 4194304 4029 0 0 0 145 1 0 0 20 0 1 0 159488170 71274496 7589 134679101440 4194304 18693293 140734046609488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33169408 140734046614532 140734046614631 140734046614631 140734046621646 0
/proc/811607/statm: 17401 7589 3993 3540 0 5658 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 69604 KiB
Current children cumulated memory: 30356 KiB

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

# cumulated CPU time of all completed processes:  user=2.40443 s, system=0.021774 s

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

[startup+1.60035 s]
/proc/loadavg: 2.51 1.91 2.56 5/244 811608
/proc/meminfo: memFree=128987144/131655788 swapFree=131071996/131071996
[pid=811607] ppid=811604 vsize=69604 memory=30356 CPUtime=1.56 cores=0,2
/proc/811607/stat : 811607 (pbscip) R 811604 811607 810237 0 -1 4194304 4066 0 0 0 155 1 0 0 20 0 1 0 159488170 71274496 7589 134679101440 4194304 18693293 140734046609488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33169408 140734046614532 140734046614631 140734046614631 140734046621646 0
/proc/811607/statm: 17401 7589 3993 3540 0 5658 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 69604 KiB
Current children cumulated memory: 30356 KiB

[startup+2.00026 s]*
/proc/loadavg: 2.51 1.91 2.56 5/244 811608
/proc/meminfo: memFree=128965356/131655788 swapFree=131071996/131071996
[pid=811607] ppid=811604 vsize=74748 memory=35900 CPUtime=1.97 cores=0,2
/proc/811607/stat : 811607 (pbscip) R 811604 811607 810237 0 -1 4194304 5435 0 0 0 196 1 0 0 20 0 1 0 159488170 76541952 8975 134679101440 4194304 18693293 140734046609488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33169408 140734046614532 140734046614631 140734046614631 140734046621646 0
/proc/811607/statm: 18687 8975 3993 3540 0 6944 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 74748 KiB
Current children cumulated memory: 35900 KiB

[startup+2.40024 s]
/proc/loadavg: 2.51 1.91 2.56 5/244 811608
/proc/meminfo: memFree=128965356/131655788 swapFree=131071996/131071996
[pid=811607] ppid=811604 vsize=80096 memory=39644 CPUtime=2.35 cores=0,2
/proc/811607/stat : 811607 (pbscip) R 811604 811607 810237 0 -1 4194304 6433 0 0 0 234 1 0 0 20 0 1 0 159488170 82018304 9911 134679101440 4194304 18693293 140734046609488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33169408 140734046614532 140734046614631 140734046614631 140734046621646 0
/proc/811607/statm: 20024 9911 3993 3540 0 8281 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 80096 KiB
Current children cumulated memory: 39644 KiB

Child status: 0

Real time (s): 2.4589
CPU time (s): 2.42621
CPU user time (s): 2.40443
CPU system time (s): 0.021774
CPU usage (%): 98.6701
Max. virtual memory (cumulated for all children) (KiB): 80096
Max. memory (cumulated for all children) (KiB): 39644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.40443
system time used= 0.021774
maximum resident set size= 39644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6440
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= 7
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 811607
#   total CPU time (s): 2.42621
#   total CPU user time (s): 2.40443
#   total CPU system time (s): 0.021774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037442 second user time and 0.094851 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-15 21:55:36
IDJOB=4432690
IDBENCH=147417
IDSOLVER=3059
FILE ID=nodeC004/4432690-1721073323
RUNJOBID= nodeC004-1721073296-810247
SLURM_JOB_ID= 7505545
Free space on /tmp= 723728 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=20-sizeP=11-sizeQ=20-900543-max.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-4432690-1721073323/watcher-4432690-1721073323 -o /tmp/evaluation-result-4432690-1721073323/solver-4432690-1721073323 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721073296-810247 --watchdog 3760  pbscip -f HOME/instance-4432690-1721073323.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= faf154fe8184071c5a91832b11755d1b
RANDOM SEED=974251937

nodeC004.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.316
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	: 6984.29
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		: 3662.564
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.37
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.310
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	: 6984.29
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.510
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.37
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		: 3661.912
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	: 6984.29
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		: 3661.124
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.37
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.505
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	: 6984.29
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.328
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129001996 kB
MemAvailable:   129592068 kB
Buffers:          382148 kB
Cached:          1047644 kB
SwapCached:            0 kB
Active:           643552 kB
Inactive:        1481636 kB
Active(anon):       3360 kB
Inactive(anon):   729736 kB
Active(file):     640192 kB
Inactive(file):   751900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             57572 kB
Writeback:             0 kB
AnonPages:        695068 kB
Mapped:           138416 kB
Shmem:             37700 kB
KReclaimable:      76360 kB
Slab:             170980 kB
SReclaimable:      76360 kB
SUnreclaim:        94620 kB
KernelStack:        3920 kB
PageTables:        10824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1001204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51296 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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:      189256 kB
DirectMap2M:    14395392 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 723708 MiB
End job on nodeC004 at 2024-07-15 21:55:38