Trace number 4498321

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-07SAT29 3587.63 3597.22

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_500_25_2.opb
MD5SUMad9f015f2527cb1437d18525e7f300ba
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark72000.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15670
Sum of products size (including duplicates)31340
Number of different products15670
Sum of products size31340

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-4498321-1751268269.opb>
0.00/0.04	c original problem has 16170 variables (500 bin, 0 int, 15670 impl, 0 cont) and 16670 constraints
0.00/0.04	c problem read in 0.04
0.00/0.09	c presolving:
0.09/0.15	c (round 1, medium)     0 del vars, 16670 del conss, 500 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.16	c (round 2, fast)       15670 del vars, 16670 del conss, 500 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.16	c (round 3, exhaustive) 15670 del vars, 16670 del conss, 500 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.2s) probing: 51/500 (10.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.09/0.17	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.09/0.17	c    (0.2s) no symmetry present (symcode time: 0.00)
0.09/0.17	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
0.09/0.17	c  15670 deleted vars, 16670 deleted constraints, 500 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  0 implications, 0 cliques
0.09/0.17	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 500 constraints
0.09/0.17	c     500 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.09
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 10.0.0
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.09/0.17	c limits/time = 3596.998008
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.09/0.17	c limits/memory = 27900
0.09/0.17	c 
0.09/0.17	c # belongs reading time to solving time?
0.09/0.17	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c timing/reading = TRUE
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.17	o 500
0.09/0.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.09/0.17	c t 0.2s|     1 |     0 |     0 |     - | trivial|   0 | 500 | 500 |   0 |   0 |  0 |   0 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf | unknown
0.09/0.18	o 29
0.09/0.18	c p 0.2s|     1 |     0 |     0 |     - |   locks|   0 | 500 | 500 | 500 |   0 |  0 |   0 |   0 | 0.000000e+00 | 2.900000e+01 |    Inf | unknown
1.58/1.61	c   1.6s|     1 |     0 | 10042 |     - |    72M |   0 | 500 | 500 | 500 |   0 |  0 |   0 |   0 | 1.505434e+01 | 2.900000e+01 |  92.64%| unknown
1.78/1.87	c   1.9s|     1 |     0 | 10424 |     - |    89M |   0 | 500 | 500 | 501 |   1 |  1 |   0 |   0 | 1.506861e+01 | 2.900000e+01 |  92.45%| unknown
1.98/2.02	c   2.0s|     1 |     0 | 10564 |     - |   100M |   0 | 500 | 500 | 502 |   2 |  2 |   0 |   0 | 1.507350e+01 | 2.900000e+01 |  92.39%| unknown
2.18/2.22	c   2.2s|     1 |     0 | 10899 |     - |   111M |   0 | 500 | 500 | 503 |   3 |  3 |   0 |   0 | 1.507903e+01 | 2.900000e+01 |  92.32%| unknown
2.38/2.41	c   2.4s|     1 |     0 | 11125 |     - |   122M |   0 | 500 | 500 | 504 |   4 |  4 |   0 |   0 | 1.508414e+01 | 2.900000e+01 |  92.25%| unknown
2.58/2.61	c   2.6s|     1 |     0 | 11406 |     - |   131M |   0 | 500 | 500 | 505 |   5 |  5 |   0 |   0 | 1.508865e+01 | 2.900000e+01 |  92.20%| unknown
2.78/2.81	c   2.8s|     1 |     0 | 11638 |     - |   144M |   0 | 500 | 500 | 506 |   6 |  6 |   0 |   0 | 1.509351e+01 | 2.900000e+01 |  92.14%| unknown
2.98/3.01	c   3.0s|     1 |     0 | 11898 |     - |   158M |   0 | 500 | 500 | 507 |   7 |  7 |   0 |   0 | 1.509835e+01 | 2.900000e+01 |  92.07%| unknown
3.17/3.22	c   3.2s|     1 |     0 | 12241 |     - |   161M |   0 | 500 | 500 | 508 |   8 |  8 |   0 |   0 | 1.510192e+01 | 2.900000e+01 |  92.03%| unknown
3.38/3.43	c   3.4s|     1 |     0 | 12500 |     - |   179M |   0 | 500 | 500 | 509 |   9 |  9 |   0 |   0 | 1.510485e+01 | 2.900000e+01 |  91.99%| unknown
3.57/3.65	c   3.6s|     1 |     0 | 12827 |     - |   199M |   0 | 500 | 500 | 510 |  10 | 10 |   0 |   0 | 1.510730e+01 | 2.900000e+01 |  91.96%| unknown
3.67/3.75	c   3.7s|     1 |     0 | 12926 |     - |   199M |   0 | 500 | 500 | 511 |  11 | 11 |   0 |   0 | 1.510776e+01 | 2.900000e+01 |  91.95%| unknown
3.77/3.86	c   3.9s|     1 |     0 | 13100 |     - |   199M |   0 | 500 | 500 | 512 |  12 | 12 |   0 |   0 | 1.510858e+01 | 2.900000e+01 |  91.94%| unknown
3.87/3.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.87/3.96	c   4.0s|     1 |     0 | 13180 |     - |   199M |   0 | 500 | 500 | 513 |  13 | 13 |   0 |   0 | 1.510878e+01 | 2.900000e+01 |  91.94%| unknown
3.98/4.06	c   4.1s|     1 |     0 | 13223 |     - |   199M |   0 | 500 | 500 | 514 |  14 | 14 |   0 |   0 | 1.510893e+01 | 2.900000e+01 |  91.94%| unknown
4.08/4.16	c   4.2s|     1 |     0 | 13262 |     - |   199M |   0 | 500 | 500 | 515 |  15 | 15 |   0 |   0 | 1.510915e+01 | 2.900000e+01 |  91.94%| unknown
4.17/4.27	c   4.3s|     1 |     0 | 13289 |     - |   199M |   0 | 500 | 500 | 516 |  16 | 16 |   0 |   0 | 1.510919e+01 | 2.900000e+01 |  91.94%| unknown
4.37/4.41	c   4.4s|     1 |     0 | 13332 |     - |   199M |   0 | 500 | 500 | 516 |  17 | 17 |   0 |   0 | 1.510929e+01 | 2.900000e+01 |  91.93%| unknown
4.47/4.52	c   4.5s|     1 |     0 | 13349 |     - |   199M |   0 | 500 | 500 | 517 |  18 | 18 |   0 |   0 | 1.510931e+01 | 2.900000e+01 |  91.93%| unknown
4.57/4.63	c   4.6s|     1 |     0 | 13357 |     - |   199M |   0 | 500 | 500 | 518 |  19 | 19 |   0 |   0 | 1.510932e+01 | 2.900000e+01 |  91.93%| unknown
4.67/4.75	c   4.7s|     1 |     0 | 13363 |     - |   199M |   0 | 500 | 500 | 519 |  20 | 20 |   0 |   0 | 1.510932e+01 | 2.900000e+01 |  91.93%| unknown
45.66/45.83	c  45.8s|     1 |     2 | 13363 |     - |   199M |   0 | 500 | 500 | 519 |  20 | 20 |   0 |  21 | 1.512862e+01 | 2.900000e+01 |  91.69%| unknown
102.01/102.30	c   102s|   100 |   101 |146146 |1341.2 |   281M |  30 | 500 | 502 | 521 |  61 |  1 |   2 | 226 | 1.537279e+01 | 2.900000e+01 |  88.65%| unknown
163.14/163.60	c   164s|   200 |   201 |481892 |2354.4 |   313M |  32 | 500 | 512 | 521 |  82 |  1 |  12 | 307 | 1.537279e+01 | 2.900000e+01 |  88.65%| unknown
233.86/234.58	c   235s|   300 |   301 |835830 |2750.7 |   313M |  33 | 500 | 518 | 522 | 142 |  6 |  18 | 352 | 1.537279e+01 | 2.900000e+01 |  88.65%| unknown
290.60/291.42	c   291s|   400 |   401 |  1142k|2828.7 |   313M |  34 | 500 | 526 | 522 | 191 |  1 |  26 | 396 | 1.537279e+01 | 2.900000e+01 |  88.65%| unknown
345.22/346.23	c   346s|   500 |   501 |  1451k|2882.7 |   313M |  34 | 500 | 535 | 522 | 277 |  1 |  35 | 430 | 1.537279e+01 | 2.900000e+01 |  88.65%| unknown
388.08/389.20	c   389s|   600 |   601 |  1708k|2830.1 |   313M |  34 | 500 | 547 | 520 | 292 |  1 |  48 | 466 | 1.537279e+01 | 2.900000e+01 |  88.65%| unknown
422.07/423.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
422.07/423.36	c   423s|   700 |   701 |  1929k|2741.0 |   313M |  35 | 500 | 554 | 516 | 298 |  1 |  57 | 479 | 1.537279e+01 | 2.900000e+01 |  88.65%| unknown
457.55/458.92	c   459s|   800 |   801 |  2155k|2681.2 |   313M |  36 | 500 | 560 | 521 | 309 |  1 |  64 | 500 | 1.537279e+01 | 2.900000e+01 |  88.65%| unknown
494.94/496.47	c   496s|   900 |   901 |  2395k|2650.3 |   313M |  37 | 500 | 566 | 520 | 334 |  1 |  70 | 524 | 1.537279e+01 | 2.900000e+01 |  88.65%| unknown
533.64/535.28	c   535s|  1000 |  1001 |  2648k|2637.6 |   313M |  39 | 500 | 579 | 522 | 365 |  1 |  83 | 544 | 1.537279e+01 | 2.900000e+01 |  88.65%| unknown
549.20/550.82	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
549.20/550.82	c (run 1, node 1049) performing user restart
549.20/550.82	c 
549.20/550.82	c (restart) converted 16 cuts from the global cut pool into linear constraints
549.20/550.82	c 
549.50/551.19	c presolving:
549.60/551.22	c presolving (1 rounds: 1 fast, 1 medium, 1 exhaustive):
549.60/551.22	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
549.60/551.22	c  0 implications, 0 cliques
549.60/551.22	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 599 constraints
549.60/551.22	c      16 constraints of type <linear>
549.60/551.22	c     583 constraints of type <logicor>
549.60/551.22	c transformed objective value is always integral (scale: 1)
549.60/551.22	c Presolving Time: 0.26
549.69/551.33	c transformed 66/100 original solutions to the transformed problem space
549.69/551.33	c 
550.79/552.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
550.79/552.47	c   552s|     1 |     0 |  2759k|     - |   288M |   0 | 500 | 599 | 516 |   0 |  0 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
551.29/552.96	c   553s|     1 |     0 |  2759k|     - |   290M |   0 | 500 | 599 | 517 |   1 |  1 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
551.69/553.32	c   553s|     1 |     0 |  2759k|     - |   296M |   0 | 500 | 599 | 518 |   2 |  2 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
551.99/553.66	c   554s|     1 |     0 |  2760k|     - |   300M |   0 | 500 | 599 | 519 |   3 |  3 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
552.29/553.97	c   554s|     1 |     0 |  2760k|     - |   311M |   0 | 500 | 599 | 520 |   4 |  4 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
552.69/554.31	c   554s|     1 |     0 |  2760k|     - |   316M |   0 | 500 | 599 | 521 |   5 |  5 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
552.99/554.64	c   555s|     1 |     0 |  2761k|     - |   321M |   0 | 500 | 599 | 522 |   6 |  6 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
553.28/554.98	c   555s|     1 |     0 |  2761k|     - |   317M |   0 | 500 | 599 | 523 |   7 |  7 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
553.68/555.36	c   555s|     1 |     0 |  2761k|     - |   317M |   0 | 500 | 599 | 524 |   8 |  8 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
553.98/555.68	c   556s|     1 |     0 |  2762k|     - |   315M |   0 | 500 | 599 | 525 |   9 |  9 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
554.38/556.00	c   556s|     1 |     0 |  2762k|     - |   319M |   0 | 500 | 599 | 526 |  10 | 10 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
554.58/556.22	c   556s|     1 |     0 |  2762k|     - |   319M |   0 | 500 | 599 | 527 |  11 | 11 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
554.78/556.45	c   556s|     1 |     0 |  2762k|     - |   319M |   0 | 500 | 599 | 525 |  12 | 12 |  87 | 549 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
556.57/558.20	c   558s|     1 |     2 |  2771k|     - |   319M |   0 | 500 | 600 | 525 |  12 | 12 |  88 | 552 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
632.77/634.63	c   635s|   100 |   101 |  3013k|2601.3 |   329M |  25 | 500 | 608 | 520 |  40 |  1 |  99 | 698 | 1.595384e+01 | 2.900000e+01 |  81.77%| unknown
691.22/693.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
691.22/693.22	c   693s|   200 |   201 |  3307k|2628.1 |   361M |  25 | 500 | 620 | 520 | 115 |  5 | 111 | 733 | 1.598544e+01 | 2.900000e+01 |  81.42%| unknown
739.50/741.62	c   742s|   300 |   301 |  3546k|2610.5 |   361M |  25 | 500 | 630 | 518 | 158 |  1 | 121 | 768 | 1.602469e+01 | 2.900000e+01 |  80.97%| unknown
778.10/780.31	c   780s|   400 |   401 |  3732k|2558.9 |   361M |  30 | 500 | 636 | 520 | 164 |  1 | 127 | 804 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
815.20/817.56	c   818s|   500 |   501 |  3935k|2524.7 |   361M |  32 | 500 | 644 | 520 | 164 |  1 | 135 | 839 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
851.71/854.11	c   854s|   600 |   601 |  4155k|2504.9 |   361M |  33 | 500 | 657 | 520 | 169 |  1 | 148 | 864 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
885.12/887.66	c   888s|   700 |   701 |  4361k|2479.4 |   361M |  37 | 500 | 666 | 515 | 179 |  1 | 157 | 878 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
916.14/918.79	c   919s|   800 |   801 |  4560k|2453.1 |   361M |  37 | 500 | 679 | 521 | 191 |  1 | 170 | 888 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
951.05/953.74	c   954s|   900 |   901 |  4773k|2436.5 |   361M |  39 | 500 | 688 | 519 | 223 |  1 | 180 | 898 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
985.86/988.65	c   989s|  1000 |  1001 |  4978k|2417.4 |   361M |  39 | 500 | 700 | 515 | 274 |  1 | 193 | 903 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1020.97/1023.82	c  1024s|  1100 |  1101 |  5176k|2397.3 |   361M |  39 | 500 | 706 | 521 | 327 |  6 | 204 | 909 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1056.58/1059.56	c  1060s|  1200 |  1201 |  5365k|2374.9 |   361M |  41 | 500 | 717 | 520 | 403 |  1 | 219 | 918 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1090.19/1093.25	c  1093s|  1300 |  1301 |  5573k|2361.9 |   361M |  42 | 500 | 728 | 520 | 456 |  1 | 236 | 925 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1124.90/1128.04	c  1128s|  1400 |  1401 |  5777k|2349.2 |   361M |  42 | 500 | 738 | 520 | 503 |  1 | 249 | 936 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1155.82/1159.06	c  1159s|  1500 |  1501 |  5964k|2330.1 |   361M |  42 | 500 | 742 | 521 | 536 |  1 | 257 | 947 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1189.03/1192.35	c  1192s|  1600 |  1601 |  6168k|2319.1 |   361M |  43 | 500 | 753 | 520 | 563 |  1 | 273 | 960 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1217.16/1220.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1217.16/1220.53	c  1221s|  1700 |  1701 |  6334k|2295.2 |   361M |  43 | 500 | 760 | 520 | 590 |  1 | 284 | 970 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1249.17/1252.62	c  1253s|  1800 |  1801 |  6526k|2282.2 |   362M |  44 | 500 | 769 | 520 | 631 |  1 | 297 | 979 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1275.70/1279.28	c  1279s|  1900 |  1901 |  6706k|2265.6 |   362M |  44 | 500 | 781 | 519 | 637 |  1 | 314 | 987 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1304.33/1308.00	c  1308s|  2000 |  2001 |  6893k|2252.6 |   362M |  44 | 500 | 791 | 521 | 649 |  1 | 328 | 994 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1332.26/1335.94	c  1336s|  2100 |  2101 |  7057k|2233.3 |   362M |  44 | 500 | 799 | 520 | 665 |  1 | 338 |1010 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1363.08/1366.89	c  1367s|  2200 |  2201 |  7253k|2224.9 |   362M |  44 | 500 | 802 | 521 | 683 |  6 | 350 |1021 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1391.00/1394.82	c  1395s|  2300 |  2301 |  7429k|2211.1 |   362M |  44 | 500 | 808 | 520 | 712 |  1 | 365 |1025 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1418.33/1422.25	c  1422s|  2400 |  2401 |  7615k|2200.9 |   362M |  44 | 500 | 808 | 521 | 728 |  1 | 374 |1028 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1440.97/1444.94	c  1445s|  2500 |  2501 |  7764k|2180.8 |   362M |  44 | 500 | 816 | 519 | 728 |  1 | 385 |1036 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1467.70/1471.79	c  1472s|  2600 |  2601 |  7940k|2169.3 |   362M |  44 | 500 | 826 | 521 | 740 |  1 | 399 |1044 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1491.54/1495.69	c  1496s|  2700 |  2701 |  8102k|2154.7 |   362M |  44 | 500 | 828 | 520 | 740 |  1 | 407 |1054 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1516.58/1520.72	c  1521s|  2800 |  2801 |  8268k|2141.7 |   362M |  44 | 500 | 836 | 520 | 753 |  1 | 422 |1059 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1542.41/1546.65	c  1547s|  2900 |  2901 |  8442k|2131.6 |   362M |  45 | 500 | 829 | 520 | 753 |  1 | 431 |1066 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1567.75/1572.00	c  1572s|  3000 |  3001 |  8604k|2118.9 |   362M |  45 | 500 | 838 | 518 | 753 |  1 | 446 |1080 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1595.37/1599.72	c  1600s|  3100 |  3101 |  8790k|2112.7 |   362M |  45 | 500 | 848 | 520 | 753 |  1 | 463 |1090 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1622.70/1627.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1622.70/1627.18	c  1627s|  3200 |  3201 |  8973k|2105.9 |   362M |  45 | 500 | 864 | 521 | 753 |  1 | 482 |1102 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1647.33/1651.89	c  1652s|  3300 |  3301 |  9147k|2097.5 |   362M |  45 | 500 | 873 | 521 | 753 |  1 | 494 |1108 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1670.48/1675.08	c  1675s|  3400 |  3401 |  9306k|2086.2 |   362M |  45 | 500 | 884 | 520 | 753 |  1 | 512 |1112 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1697.20/1701.80	c  1702s|  3500 |  3501 |  9494k|2081.6 |   362M |  46 | 500 | 887 | 521 | 753 |  1 | 523 |1119 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1721.84/1726.50	c  1726s|  3600 |  3601 |  9660k|2072.5 |   363M |  47 | 500 | 897 | 518 | 753 |  1 | 542 |1129 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1745.38/1750.10	c  1750s|  3700 |  3701 |  9827k|2064.1 |   363M |  47 | 500 | 908 | 520 | 753 |  1 | 555 |1134 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1771.71/1776.51	c  1777s|  3800 |  3801 | 10010k|2059.3 |   363M |  47 | 500 | 914 | 521 | 753 |  1 | 570 |1141 | 1.638194e+01 | 2.900000e+01 |  77.02%| unknown
1799.44/1804.31	c  1804s|  3900 |  3901 | 10195k|2055.0 |   363M |  47 | 500 | 920 | 520 | 753 |  1 | 584 |1149 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
1823.27/1828.23	c  1828s|  4000 |  4001 | 10355k|2046.0 |   363M |  48 | 500 | 924 | 520 | 753 |  1 | 599 |1158 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
1848.11/1853.12	c  1853s|  4100 |  4101 | 10530k|2040.3 |   363M |  48 | 500 | 926 | 520 | 753 |  1 | 615 |1163 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
1872.65/1877.70	c  1878s|  4200 |  4201 | 10708k|2035.3 |   363M |  48 | 500 | 928 | 520 | 753 |  1 | 626 |1167 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
1898.68/1903.81	c  1904s|  4300 |  4301 | 10884k|2030.2 |   363M |  49 | 500 | 932 | 521 | 765 |  1 | 640 |1172 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
1922.92/1928.17	c  1928s|  4400 |  4401 | 11048k|2023.0 |   363M |  49 | 500 | 939 | 521 | 765 |  1 | 657 |1181 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
1949.05/1954.30	c  1954s|  4500 |  4501 | 11227k|2018.8 |   363M |  49 | 500 | 941 | 520 | 765 |  1 | 671 |1190 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
1973.88/1979.23	c  1979s|  4600 |  4601 | 11395k|2012.8 |   363M |  49 | 500 | 945 | 520 | 765 |  1 | 684 |1199 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
2001.01/2006.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2001.01/2006.40	c  2006s|  4700 |  4701 | 11576k|2009.3 |   363M |  49 | 500 | 951 | 521 | 770 |  1 | 697 |1210 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
2026.94/2032.46	c  2032s|  4800 |  4801 | 11757k|2005.9 |   363M |  49 | 500 | 963 | 520 | 770 |  1 | 716 |1219 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
2052.87/2058.45	c  2058s|  4900 |  4901 | 11928k|2000.9 |   363M |  49 | 500 | 968 | 520 | 770 |  1 | 735 |1230 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
2080.41/2086.04	c  2086s|  5000 |  5001 | 12116k|1999.0 |   364M |  49 | 500 | 974 | 521 | 780 |  1 | 753 |1236 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
2103.94/2109.68	c  2110s|  5100 |  5101 | 12273k|1992.0 |   364M |  49 | 500 | 981 | 520 | 780 |  1 | 772 |1244 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
2127.68/2133.43	c  2133s|  5200 |  5201 | 12428k|1984.8 |   364M |  51 | 500 | 986 | 518 | 806 |  1 | 782 |1255 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
2150.12/2155.96	c  2156s|  5300 |  5301 | 12588k|1978.7 |   364M |  51 | 500 | 993 | 520 | 806 |  1 | 797 |1263 | 1.669490e+01 | 2.900000e+01 |  73.71%| unknown
2174.35/2180.22	c  2180s|  5400 |  5401 | 12755k|1974.0 |   364M |  52 | 500 | 996 | 521 | 806 |  1 | 804 |1273 | 1.698294e+01 | 2.900000e+01 |  70.76%| unknown
2198.59/2204.56	c  2205s|  5500 |  5501 | 12906k|1966.9 |   364M |  55 | 500 | 998 | 521 | 806 |  1 | 815 |1291 | 1.705025e+01 | 2.900000e+01 |  70.09%| unknown
2221.33/2227.31	c  2227s|  5600 |  5601 | 13068k|1961.7 |   364M |  55 | 500 |1005 | 520 | 806 |  1 | 829 |1300 | 1.708821e+01 | 2.900000e+01 |  69.71%| unknown
2243.27/2249.30	c  2249s|  5700 |  5701 | 13219k|1955.0 |   364M |  56 | 500 |1009 | 519 | 812 |  1 | 842 |1307 | 1.709681e+01 | 2.900000e+01 |  69.62%| unknown
2266.21/2272.30	c  2272s|  5800 |  5801 | 13375k|1949.2 |   364M |  57 | 500 |1017 | 520 | 816 |  1 | 857 |1317 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2286.96/2293.11	c  2293s|  5900 |  5901 | 13528k|1943.1 |   364M |  57 | 500 |1019 | 521 | 816 |  1 | 864 |1321 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2309.50/2315.76	c  2316s|  6000 |  6001 | 13683k|1937.6 |   364M |  57 | 500 |1025 | 520 | 835 |  1 | 878 |1327 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2332.54/2338.84	c  2339s|  6100 |  6101 | 13847k|1933.5 |   364M |  57 | 500 |1026 | 520 | 842 |  1 | 886 |1335 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2354.58/2360.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2354.58/2360.93	c  2361s|  6200 |  6201 | 13999k|1927.8 |   364M |  57 | 500 |1027 | 520 | 854 |  1 | 899 |1341 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2376.42/2382.86	c  2383s|  6300 |  6301 | 14148k|1921.7 |   365M |  57 | 500 |1027 | 520 | 866 |  1 | 911 |1352 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2398.57/2405.08	c  2405s|  6400 |  6401 | 14301k|1916.6 |   365M |  57 | 500 |1025 | 520 | 866 |  1 | 920 |1363 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2419.31/2425.87	c  2426s|  6500 |  6501 | 14448k|1910.5 |   365M |  57 | 500 |1022 | 520 | 872 |  1 | 935 |1366 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2441.85/2448.45	c  2448s|  6600 |  6601 | 14602k|1905.7 |   365M |  57 | 500 |1023 | 519 | 884 |  1 | 950 |1373 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2465.69/2472.36	c  2472s|  6700 |  6701 | 14771k|1903.0 |   365M |  57 | 500 |1022 | 519 | 901 |  1 | 957 |1378 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2484.94/2491.60	c  2492s|  6800 |  6801 | 14908k|1896.2 |   365M |  57 | 500 |1024 | 521 | 901 |  1 | 965 |1382 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2506.29/2513.02	c  2513s|  6900 |  6901 | 15059k|1891.3 |   365M |  57 | 500 |1019 | 521 | 906 |  1 | 978 |1387 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2530.32/2537.17	c  2537s|  7000 |  7001 | 15208k|1886.4 |   365M |  57 | 500 |1021 | 520 | 913 |  1 | 989 |1393 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2553.66/2560.53	c  2561s|  7100 |  7101 | 15368k|1882.8 |   365M |  57 | 500 |1026 | 520 | 925 |  1 |1003 |1400 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2573.60/2580.59	c  2581s|  7200 |  7201 | 15504k|1876.5 |   365M |  57 | 500 |1032 | 520 | 943 |  1 |1018 |1400 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2596.24/2603.28	c  2603s|  7300 |  7301 | 15650k|1871.5 |   365M |  57 | 500 |1040 | 520 | 967 |  1 |1029 |1407 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2619.38/2626.48	c  2626s|  7400 |  7401 | 15807k|1867.9 |   365M |  57 | 500 |1042 | 520 | 979 |  1 |1041 |1413 | 1.710351e+01 | 2.900000e+01 |  69.56%| unknown
2643.12/2650.29	c  2650s|  7500 |  7501 | 15962k|1864.2 |   365M |  57 | 500 |1045 | 518 | 984 |  1 |1051 |1424 | 1.714458e+01 | 2.900000e+01 |  69.15%| unknown
2665.36/2672.51	c  2673s|  7600 |  7601 | 16110k|1859.7 |   365M |  58 | 500 |1042 | 520 | 989 |  1 |1063 |1432 | 1.715676e+01 | 2.900000e+01 |  69.03%| unknown
2688.30/2695.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2688.30/2695.52	c  2696s|  7700 |  7701 | 16262k|1855.9 |   365M |  58 | 500 |1050 | 520 |1008 |  1 |1079 |1442 | 1.717472e+01 | 2.900000e+01 |  68.85%| unknown
2710.44/2717.72	c  2718s|  7800 |  7801 | 16407k|1851.3 |   365M |  58 | 500 |1054 | 521 |1020 |  1 |1089 |1448 | 1.718114e+01 | 2.900000e+01 |  68.79%| unknown
2734.48/2741.87	c  2742s|  7900 |  7901 | 16577k|1849.6 |   365M |  58 | 500 |1060 | 521 |1020 |  1 |1100 |1456 | 1.718551e+01 | 2.900000e+01 |  68.75%| unknown
2755.02/2762.41	c  2762s|  8000 |  8001 | 16713k|1844.2 |   365M |  58 | 500 |1071 | 520 |1025 |  1 |1118 |1464 | 1.718824e+01 | 2.900000e+01 |  68.72%| unknown
2777.46/2784.94	c  2785s|  8100 |  8101 | 16869k|1841.1 |   365M |  58 | 500 |1077 | 520 |1025 |  1 |1132 |1475 | 1.719343e+01 | 2.900000e+01 |  68.67%| unknown
2799.30/2806.83	c  2807s|  8200 |  8201 | 17012k|1836.7 |   365M |  58 | 500 |1083 | 520 |1031 |  1 |1146 |1483 | 1.719499e+01 | 2.900000e+01 |  68.65%| unknown
2822.55/2830.17	c  2830s|  8300 |  8301 | 17173k|1834.2 |   365M |  58 | 500 |1087 | 518 |1031 |  1 |1154 |1493 | 1.720304e+01 | 2.900000e+01 |  68.57%| unknown
2844.58/2852.29	c  2852s|  8400 |  8401 | 17318k|1830.1 |   365M |  58 | 500 |1092 | 515 |1044 |  1 |1165 |1501 | 1.720761e+01 | 2.900000e+01 |  68.53%| unknown
2867.22/2875.00	c  2875s|  8500 |  8501 | 17466k|1826.5 |   365M |  58 | 500 |1093 | 521 |1070 |  1 |1176 |1508 | 1.721343e+01 | 2.900000e+01 |  68.47%| unknown
2891.76/2899.58	c  2900s|  8600 |  8601 | 17627k|1824.2 |   365M |  58 | 500 |1096 | 520 |1095 |  1 |1188 |1516 | 1.721772e+01 | 2.900000e+01 |  68.43%| unknown
2913.10/2920.92	c  2921s|  8700 |  8701 | 17771k|1820.3 |   366M |  59 | 500 |1100 | 520 |1100 |  1 |1201 |1523 | 1.721926e+01 | 2.900000e+01 |  68.42%| unknown
2933.45/2941.30	c  2941s|  8800 |  8801 | 17906k|1815.5 |   366M |  59 | 500 |1104 | 520 |1100 |  1 |1210 |1533 | 1.722414e+01 | 2.900000e+01 |  68.37%| unknown
2953.90/2961.87	c  2962s|  8900 |  8901 | 18040k|1810.7 |   366M |  59 | 500 |1105 | 521 |1100 |  1 |1217 |1543 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
2976.14/2984.12	c  2984s|  9000 |  9001 | 18192k|1807.8 |   366M |  59 | 500 |1109 | 515 |1123 |  1 |1232 |1546 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
3000.67/3008.77	c  3009s|  9100 |  9101 | 18355k|1806.1 |   367M |  59 | 500 |1117 | 522 |1159 |  1 |1245 |1549 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
3024.51/3032.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3024.51/3032.67	c  3033s|  9200 |  9201 | 18507k|1803.3 |   367M |  59 | 500 |1129 | 519 |1201 |  1 |1258 |1551 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
3044.36/3052.50	c  3052s|  9300 |  9301 | 18648k|1799.5 |   367M |  59 | 500 |1136 | 520 |1201 |  1 |1269 |1555 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
3066.10/3074.34	c  3074s|  9400 |  9401 | 18804k|1797.2 |   367M |  59 | 500 |1135 | 519 |1201 |  1 |1279 |1563 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
3088.34/3096.65	c  3097s|  9500 |  9501 | 18950k|1794.0 |   367M |  59 | 500 |1133 | 520 |1230 |  1 |1293 |1567 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
3111.28/3119.60	c  3120s|  9600 |  9601 | 19110k|1792.2 |   367M |  59 | 500 |1145 | 520 |1247 |  1 |1306 |1568 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
3132.42/3140.88	c  3141s|  9700 |  9701 | 19249k|1788.4 |   367M |  59 | 500 |1145 | 521 |1264 |  1 |1315 |1573 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
3152.37/3160.83	c  3161s|  9800 |  9801 | 19393k|1785.2 |   367M |  59 | 500 |1152 | 520 |1264 |  1 |1328 |1577 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
3170.42/3178.91	c  3179s|  9900 |  9901 | 19523k|1780.8 |   367M |  59 | 500 |1157 | 521 |1264 |  1 |1339 |1579 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
3191.16/3199.77	c  3200s| 10000 | 10001 | 19669k|1777.9 |   368M |  59 | 500 |1160 | 521 |1270 |  1 |1349 |1584 | 1.722513e+01 | 2.900000e+01 |  68.36%| unknown
3211.41/3220.08	c  3220s| 10100 | 10101 | 19811k|1774.7 |   368M |  59 | 500 |1162 | 521 |1276 |  1 |1364 |1589 | 1.722880e+01 | 2.900000e+01 |  68.32%| unknown
3234.95/3243.62	c  3244s| 10200 | 10201 | 19967k|1772.8 |   368M |  59 | 500 |1159 | 522 |1298 |  1 |1371 |1595 | 1.723452e+01 | 2.900000e+01 |  68.27%| unknown
3255.19/3263.94	c  3264s| 10300 | 10301 | 20099k|1768.8 |   368M |  59 | 500 |1166 | 520 |1305 |  1 |1384 |1604 | 1.724136e+01 | 2.900000e+01 |  68.20%| unknown
3277.93/3286.74	c  3287s| 10400 | 10401 | 20252k|1766.7 |   368M |  61 | 500 |1167 | 519 |1321 |  1 |1391 |1609 | 1.724295e+01 | 2.900000e+01 |  68.18%| unknown
3295.08/3304.00	c  3304s| 10500 | 10501 | 20373k|1761.9 |   368M |  61 | 500 |1174 | 520 |1321 |  1 |1402 |1614 | 1.724383e+01 | 2.900000e+01 |  68.18%| unknown
3315.93/3324.88	c  3325s| 10600 | 10601 | 20525k|1759.8 |   368M |  61 | 500 |1177 | 520 |1326 |  1 |1412 |1618 | 1.724715e+01 | 2.900000e+01 |  68.14%| unknown
3333.98/3342.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3333.98/3342.91	c  3343s| 10700 | 10701 | 20653k|1755.7 |   368M |  61 | 500 |1184 | 520 |1331 |  1 |1424 |1622 | 1.724768e+01 | 2.900000e+01 |  68.14%| unknown
3354.03/3363.05	c  3363s| 10800 | 10801 | 20783k|1751.9 |   368M |  61 | 500 |1183 | 518 |1355 |  1 |1436 |1626 | 1.725180e+01 | 2.900000e+01 |  68.10%| unknown
3375.97/3385.08	c  3385s| 10900 | 10901 | 20927k|1749.2 |   368M |  61 | 500 |1183 | 521 |1361 |  1 |1442 |1634 | 1.725447e+01 | 2.900000e+01 |  68.07%| unknown
3394.72/3403.80	c  3404s| 11000 | 11001 | 21052k|1745.1 |   368M |  61 | 500 |1186 | 520 |1373 |  1 |1450 |1641 | 1.725629e+01 | 2.900000e+01 |  68.05%| unknown
3415.36/3424.50	c  3424s| 11100 | 11101 | 21189k|1742.0 |   368M |  61 | 500 |1184 | 521 |1397 |  1 |1459 |1645 | 1.726188e+01 | 2.900000e+01 |  68.00%| unknown
3436.91/3446.18	c  3446s| 11200 | 11201 | 21329k|1739.2 |   369M |  61 | 500 |1188 | 521 |1425 |  1 |1466 |1651 | 1.726221e+01 | 2.900000e+01 |  68.00%| unknown
3455.65/3464.96	c  3465s| 11300 | 11301 | 21459k|1735.7 |   369M |  61 | 500 |1189 | 521 |1439 |  1 |1475 |1653 | 1.726820e+01 | 2.900000e+01 |  67.94%| unknown
3475.60/3484.94	c  3485s| 11400 | 11401 | 21596k|1732.7 |   369M |  61 | 500 |1190 | 519 |1444 |  1 |1482 |1662 | 1.727013e+01 | 2.900000e+01 |  67.92%| unknown
3494.05/3503.42	c  3503s| 11500 | 11501 | 21726k|1729.3 |   369M |  61 | 500 |1194 | 521 |1450 |  1 |1492 |1666 | 1.727013e+01 | 2.900000e+01 |  67.92%| unknown
3514.80/3524.22	c  3524s| 11600 | 11601 | 21866k|1726.7 |   369M |  61 | 500 |1188 | 521 |1468 |  1 |1501 |1670 | 1.727014e+01 | 2.900000e+01 |  67.92%| unknown
3534.44/3543.96	c  3544s| 11700 | 11701 | 21998k|1723.5 |   369M |  61 | 500 |1190 | 521 |1481 |  1 |1512 |1675 | 1.727194e+01 | 2.900000e+01 |  67.90%| unknown
3553.89/3563.44	c  3563s| 11800 | 11801 | 22127k|1720.1 |   369M |  61 | 500 |1191 | 520 |1487 |  1 |1522 |1684 | 1.727591e+01 | 2.900000e+01 |  67.86%| unknown
3575.63/3585.26	c  3585s| 11900 | 11901 | 22262k|1717.3 |   369M |  61 | 500 |1191 | 520 |1514 |  1 |1529 |1689 | 1.727668e+01 | 2.900000e+01 |  67.86%| unknown
3587.41/3597.00	c 
3587.41/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.41/3597.00	c Solving Time (sec) : 3597.00
3587.41/3597.00	c Solving Nodes      : 11941 (total of 12990 nodes in 2 runs)
3587.41/3597.00	c Primal Bound       : +2.90000000000000e+01 (860 solutions)
3587.41/3597.00	c Dual Bound         : +1.72783429728750e+01
3587.41/3597.00	c Gap                : 67.84 %
3587.41/3597.01	s SATISFIABLE
3587.41/3597.01	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
3587.41/3597.01	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 
3587.41/3597.01	v -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
3587.41/3597.01	v -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
3587.41/3597.01	v -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
3587.41/3597.01	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
3587.41/3597.01	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
3587.41/3597.01	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 
3587.41/3597.01	v -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
3587.41/3597.01	v -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
3587.41/3597.01	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 
3587.41/3597.01	v -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 
3587.41/3597.01	v -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
3587.41/3597.01	v -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 
3587.41/3597.01	v -x207 -x206 x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 
3587.41/3597.01	v -x186 -x185 -x184 -x183 -x182 x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 
3587.41/3597.01	v -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 x148 -x147 -x146 -x145 
3587.41/3597.01	v -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 
3587.41/3597.01	v -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 
3587.41/3597.01	v -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 
3587.41/3597.01	v -x78 x77 -x76 x75 x74 -x73 x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 x63 x62 -x61 -x60 x59 x58 -x57 -x56 -x55 -x54 x53 -x52 
3587.41/3597.01	v x51 -x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 -x28 -x27 x26 
3587.41/3597.01	v x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
3587.41/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3587.41/3597.01	c Total Time         :    3597.00
3587.41/3597.01	c   solving          :    3597.00
3587.41/3597.01	c   presolving       :       0.26 (included in solving)
3587.41/3597.01	c   reading          :       0.04 (included in solving)
3587.41/3597.01	c   copying          :       0.09 (19 #copies) (minimal 0.00, maximal 0.01, average 0.00)
3587.41/3597.01	c Original Problem   :
3587.41/3597.01	c   Problem name     : HOME/instance-4498321-1751268269.opb
3587.41/3597.01	c   Variables        : 16170 (500 binary, 0 integer, 15670 implicit integer, 0 continuous)
3587.41/3597.01	c   Constraints      : 16670 initial, 16670 maximal
3587.41/3597.01	c   Objective        : minimize, 500 non-zeros (abs.min = 1, abs.max = 1)
3587.41/3597.01	c Presolved Problem  :
3587.41/3597.01	c   Problem name     : t_HOME/instance-4498321-1751268269.opb
3587.41/3597.01	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.41/3597.01	c   Constraints      : 599 initial, 1196 maximal
3587.41/3597.01	c   Objective        : minimize, 500 non-zeros (abs.min = 1, abs.max = 1)
3587.41/3597.01	c   Nonzeros         : 28215 constraint, 0 clique table
3587.41/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.41/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   trivial          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   dualfix          :       0.01       0.00      5      15670          0          0          0          0          0          0          0          0
3587.41/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   vbounds          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   linear           :       0.01       0.00      5          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   logicor          :       0.02       0.00      8          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   pseudoboolean    :       0.02       0.00      1          0          0          0          0          0      16670        500          0          0
3587.41/3597.01	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3587.41/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.41/3597.01	c   benderslp        :          0          0          0          0      12990          0          0       1985          0          0          0          0          0          0          0
3587.41/3597.01	c   integral         :          0          0          0          0      12990          0          0       1985          0          0          0          0          0          0      25980
3587.41/3597.01	c   linear           :         16         16         12     171010          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   logicor          :        583+      1180         32      80990          0          0          0       1981          0        399          0          0          0          0          0
3587.41/3597.01	c   benders          :          0          0          0          0          0          0          0        930          0          0          0          0          0          0          0
3587.41/3597.01	c   fixedvar         :          0          0          0          0          0          0          0        928          0          0          0          0          0          0          0
3587.41/3597.01	c   countsols        :          0          0          0          0          0          0          0        928          0          0          0          0          0          0          0
3587.41/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.41/3597.01	c   benderslp        :       0.01       0.00       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00
3587.41/3597.01	c   integral         :     295.58       0.00       0.00       0.00     295.56       0.00       0.00       0.01       0.00       0.00
3587.41/3597.01	c   linear           :       1.25       0.00       0.98       0.26       0.00       0.00       0.00       0.00       0.00       0.01
3587.41/3597.01	c   logicor          :       0.43       0.00       0.00       0.40       0.00       0.00       0.00       0.02       0.00       0.00
3587.41/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.41/3597.01	c   fixedvar         :       0.85       0.00       0.00       0.00       0.00       0.00       0.00       0.85       0.00       0.00
3587.41/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.41/3597.01	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3587.41/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.41/3597.01	c   dualfix          :          3          0          0          0
3587.41/3597.01	c   genvbounds       :          0          0          0          0
3587.41/3597.01	c   nlobbt           :          0          0          0          0
3587.41/3597.01	c   obbt             :          0          0          0          0
3587.41/3597.01	c   probing          :          0          0          0          0
3587.41/3597.01	c   pseudoobj        :      26015          0          0          0
3587.41/3597.01	c   redcost          :         36          0          0          0
3587.41/3597.01	c   rootredcost      :          2          0          0          0
3587.41/3597.01	c   symmetry         :          0          0          0          0
3587.41/3597.01	c   vbounds          :          0          0          0          0
3587.41/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.41/3597.01	c   dualfix          :       0.01       0.00       0.01       0.00       0.00       0.00
3587.41/3597.01	c   genvbounds       :       0.02       0.00       0.00       0.02       0.00       0.00
3587.41/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.41/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.41/3597.01	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.41/3597.01	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00       0.00
3587.41/3597.01	c   redcost          :       0.03       0.00       0.00       0.03       0.00       0.00
3587.41/3597.01	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
3587.41/3597.01	c   symmetry         :       0.03       0.00       0.00       0.03       0.00       0.00
3587.41/3597.01	c   vbounds          :       0.03       0.00       0.00       0.03       0.00       0.00
3587.41/3597.01	c Symmetry           :
3587.41/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3587.41/3597.01	c   orbital reduction:          0 reductions applied,          0 cutoffs
3587.41/3597.01	c   lexicographic red:          0 reductions applied,          0 cutoffs
3587.41/3597.01	c   shadow tree time :       0.00 s
3587.41/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.41/3597.01	c   propagation      :       0.00        399          0          -          0        0.0          0        0.0          -          -          -
3587.41/3597.01	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.41/3597.01	c   bound exceed. LP :       1.51       2469       1531          -       1531       50.8          0        0.0          0        0.0       8530
3587.41/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.41/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.41/3597.01	c   applied globally :       0.00          -          -          0       1520       50.5          -          -          0          -          -
3587.41/3597.01	c   applied locally  :          -          -          -          0         11       88.5          -          -          0          -          -
3587.41/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.41/3597.01	c   cut pool         :      10.92          -       4495         50          -          -      84152     179850          -          -          -          -          -    (maximal pool size:       4958)
3587.41/3597.01	c   aggregation      :      79.45       0.00       1910         32          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.41/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.41/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.41/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   clique           :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   gomory           :      26.65       0.00       1619         20          0          0      84152     179850          0       1910       1910          0          0
3587.41/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -     121669          0       1523       1523          0          -
3587.41/3597.01	c   > strongcg       :          -          -          -          -          -          -          -      58181          0        387        387          0          -
3587.41/3597.01	c   impliedbounds    :       0.03       0.00       1910         32          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   multilinear      :       0.00       0.00        609         32          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   rapidlearning    :       0.01       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   rlt              :       0.00       0.00        344         20          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c   zerohalf         :      17.70       0.00       1631         32          0          0          0          0          0          0          0          0          0
3587.41/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.41/3597.01	c   hybrid           :       0.90       0.00       1910         32       1910          0     177940         32          0       6099
3587.41/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.41/3597.01	c   problem variables:       0.00          -          0          0
3587.41/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.41/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c   relpscost        :     295.55       0.00      12990          0          0          0          0          0          0      25980
3587.41/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.41/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.41/3597.01	c   LP solutions     :       0.00          -          -          0          0
3587.41/3597.01	c   relax solutions  :       0.00          -          -          0          0
3587.41/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3587.41/3597.01	c   strong branching :       0.22          -          -        142          0
3587.41/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3587.41/3597.01	c   adaptivediving   :      63.26       0.00         60         21          0
3587.41/3597.01	c   alns             :       0.07       0.00          5          0          0
3587.41/3597.01	c   bound            :       0.00       0.00          0          0          0
3587.41/3597.01	c   clique           :       0.00       0.00          0          0          0
3587.41/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3587.41/3597.01	c   completesol      :       0.00       0.00          0          0          0
3587.41/3597.01	c   conflictdiving   :     162.91       0.00        699          0          0
3587.41/3597.01	c   crossover        :       2.16       0.00          5          5          0
3587.41/3597.01	c   dins             :       0.00       0.00          0          0          0
3587.41/3597.01	c   distributiondivin:     106.95       0.00        109          1          0
3587.41/3597.01	c   dps              :       0.00       0.00          0          0          0
3587.41/3597.01	c   dualval          :       0.00       0.00          0          0          0
3587.41/3597.01	c   farkasdiving     :       0.00       0.00          0          0          0
3587.41/3597.01	c   feasjump         :       0.00       0.00          0          0          0
3587.41/3597.01	c   feaspump         :       0.00       0.00          0          0          0
3587.41/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3587.41/3597.01	c   fracdiving       :      85.86       0.00        105          1          0
3587.41/3597.01	c   gins             :       0.01       0.00          0          0          0
3587.41/3597.01	c   guideddiving     :      76.15       0.00        102          0          0
3587.41/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3587.41/3597.01	c   indicator        :       0.01       0.00          0          0          0
3587.41/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3587.41/3597.01	c   indoneopt        :       0.00       0.00          0          0          0
3587.41/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3587.41/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3587.41/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3587.41/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3587.41/3597.01	c   linesearchdiving :      73.21       0.00        195          0          0
3587.41/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3587.41/3597.01	c   locks            :       0.01       0.00          1          1          1
3587.41/3597.01	c   lpface           :       0.01       0.00          0          0          0
3587.41/3597.01	c   mpec             :       0.00       0.00          0          0          0
3587.41/3597.01	c   multistart       :       0.00       0.00          0          0          0
3587.41/3597.01	c   mutation         :       0.00       0.00          0          0          0
3587.41/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3587.41/3597.01	c   objpscostdiving  :      28.67       0.00         28          0          0
3587.41/3597.01	c   octane           :       0.00       0.00          0          0          0
3587.41/3597.01	c   ofins            :       0.00       0.00          0          0          0
3587.41/3597.01	c   oneopt           :       0.01       0.00          1          0          0
3587.41/3597.01	c   padm             :       0.00       0.00          0          0          0
3587.41/3597.01	c   proximity        :       0.00       0.00          0          0          0
3587.41/3597.01	c   pscostdiving     :     133.98       0.00        227         23          0
3587.41/3597.01	c   randrounding     :       0.08       0.00       1049          0          0
3587.41/3597.01	c   rens             :      36.24       0.00          1          1          0
3587.41/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3587.41/3597.01	c   repair           :       0.00       0.00          0          0          0
3587.41/3597.01	c   rins             :      18.40       0.00          8          8          0
3587.41/3597.01	c   rootsoldiving    :      15.05       0.00        148          0          0
3587.41/3597.01	c   rounding         :       0.20       0.00       1705          0          0
3587.41/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3587.41/3597.01	c   shiftandpropagate:       0.00       0.00          0          0          0
3587.41/3597.01	c   shifting         :       0.15       0.00        771          0          0
3587.41/3597.01	c   simplerounding   :       0.35       0.00      14900         57          0
3587.41/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3587.41/3597.01	c   subnlp           :       0.01       0.00          0          0          0
3587.41/3597.01	c   trivial          :       0.00       0.00          4          1          1
3587.41/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3587.41/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3587.41/3597.01	c   trysol           :       0.00       0.00          0          0          0
3587.41/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3587.41/3597.01	c   undercover       :       0.00       0.00          0          0          0
3587.41/3597.01	c   vbounds          :       0.00       0.00          0          0          0
3587.41/3597.01	c   veclendiving     :      82.51       0.00        461          0          0
3587.41/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3587.41/3597.01	c   zirounding       :       3.35       0.00      12989        599          0
3587.41/3597.01	c   other solutions  :          -          -          -          0          -
3587.41/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.41/3597.01	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
3587.41/3597.01	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
3587.41/3597.01	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
3587.41/3597.01	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
3587.41/3597.01	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
3587.41/3597.01	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
3587.41/3597.01	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
3587.41/3597.01	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
3587.41/3597.01	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
3587.41/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.41/3597.01	c   primal LP        :       1.95         89          0       0.00       0.00       1.95         89
3587.41/3597.01	c   dual LP          :    2266.77      14900   14416070     967.52    6359.74       0.00          0
3587.41/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3587.41/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.41/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3587.41/3597.01	c   diving/probing LP:     819.97      10212    7918244     775.39    9656.76
3587.41/3597.01	c   strong branching :     269.48       1694    1456318     859.69    5404.23          -          -       2009
3587.41/3597.01	c     (at root node) :          -         24      23750     989.58          -
3587.41/3597.01	c   conflict analysis:       1.07        853       8530      10.00    7952.45
3587.41/3597.01	c B&B Tree           :
3587.41/3597.01	c   number of runs   :          2
3587.41/3597.01	c   nodes            :      11941 (11941 internal, 0 leaves)
3587.41/3597.01	c   feasible leaves  :          0
3587.41/3597.01	c   infeas. leaves   :          0
3587.41/3597.01	c   objective leaves :          0
3587.41/3597.01	c   nodes (total)    :      12990 (12990 internal, 0 leaves)
3587.41/3597.01	c   nodes left       :      11942
3587.41/3597.01	c   max depth        :         61
3587.41/3597.01	c   max depth (total):         61
3587.41/3597.01	c   backtracks       :       2200 (18.4%)
3587.41/3597.01	c   early backtracks :          0 (0.0%)
3587.41/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3587.41/3597.01	c   delayed cutoffs  :          0
3587.41/3597.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3587.41/3597.01	c   avg switch length:       6.61
3587.41/3597.01	c   switching time   :       2.42
3587.41/3597.01	c Root Node          :
3587.41/3597.01	c   First LP value   : +1.50543410258093e+01
3587.41/3597.01	c   First LP Iters   :      10042 (7011.82 Iter/sec)
3587.41/3597.01	c   First LP Time    :       1.43
3587.41/3597.01	c   Final Dual Bound : +1.59538362974516e+01
3587.41/3597.01	c   Final Root Iters :      27212
3587.41/3597.01	c   Root LP Estimate : +1.84373836179057e+01
3587.41/3597.01	c Solution           :
3587.41/3597.01	c   Solutions found  :        860 (2 improvements)
3587.41/3597.01	c   First Solution   : +5.00000000000000e+02   (in run 1, after 1 nodes, 0.17 seconds, depth 0, found by <trivial>)
3587.41/3597.01	c   Gap First Sol.   :   infinite
3587.41/3597.01	c   Gap Last Sol.    :   infinite
3587.41/3597.01	c   Primal Bound     : +2.90000000000000e+01   (in run 1, after 1 nodes, 0.17 seconds, depth 2, found by <locks>)
3587.41/3597.01	c   Dual Bound       : +1.72783429728750e+01
3587.41/3597.01	c   Gap              :      67.84 %
3587.41/3597.01	c Integrals          :      Total       Avg%
3587.41/3597.01	c   primal-dual      :  154484.22      42.95
3587.41/3597.01	c   primal-ref       :          -          - (not evaluated)
3587.41/3597.01	c   dual-ref         :          -          - (not evaluated)
3587.60/3597.21	c Time complete: 3587.62.

Verifier Data

OK	29

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100063 s]*
/proc/loadavg: 2.07 0.60 0.26 6/265 39117
/proc/meminfo: memFree=129358044/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=105540 memory=78200 CPUtime=0.09 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 16448 0 0 0 7 2 0 0 20 0 1 0 42504560 108072960 19550 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 26385 19550 3616 3530 0 17836 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 105540 KiB
Current children cumulated memory: 78200 KiB

[startup+0.205531 s]*
/proc/loadavg: 2.07 0.60 0.26 5/265 39117
/proc/meminfo: memFree=129349980/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=116608 memory=87416 CPUtime=0.19 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 18538 0 0 0 17 2 0 0 20 0 1 0 42504560 119406592 21854 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 29152 21854 3872 3530 0 20603 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 116608 KiB
Current children cumulated memory: 87416 KiB

[startup+0.304713 s]*
/proc/loadavg: 2.07 0.60 0.26 5/265 39117
/proc/meminfo: memFree=129349980/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=117492 memory=88312 CPUtime=0.29 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 18760 0 0 0 27 2 0 0 20 0 1 0 42504560 120311808 22078 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 29373 22078 3872 3530 0 20824 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 117492 KiB
Current children cumulated memory: 88312 KiB

[startup+0.700122 s]
/proc/loadavg: 2.07 0.60 0.26 5/265 39117
/proc/meminfo: memFree=129349980/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=118984 memory=89592 CPUtime=0.68 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 19083 0 0 0 66 2 0 0 20 0 1 0 42504560 121839616 22398 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 29746 22398 3872 3530 0 21197 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 118984 KiB
Current children cumulated memory: 89592 KiB

[startup+1.50012 s]
/proc/loadavg: 2.07 0.60 0.26 5/265 39117
/proc/meminfo: memFree=129341916/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=120304 memory=90668 CPUtime=1.48 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 19552 0 0 0 146 2 0 0 20 0 1 0 42504560 123191296 22667 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 30076 22667 3872 3530 0 21527 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 120304 KiB
Current children cumulated memory: 90668 KiB

[startup+3.10527 s]
/proc/loadavg: 2.07 0.60 0.26 5/265 39117
/proc/meminfo: memFree=129261264/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=209220 memory=178652 CPUtime=3.08 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 41790 0 0 0 302 6 0 0 20 0 1 0 42504560 214241280 44663 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 52305 44663 3872 3530 0 43756 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 209220 KiB
Current children cumulated memory: 178652 KiB

[startup+6.30011 s]
/proc/loadavg: 2.23 0.66 0.28 5/265 39117
/proc/meminfo: memFree=129212568/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=259464 memory=226908 CPUtime=6.26 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 53785 0 0 0 619 7 0 0 20 0 1 0 42504560 265691136 56727 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 64866 56727 3968 3530 0 56317 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 259464 KiB
Current children cumulated memory: 226908 KiB

[startup+12.7001 s]
/proc/loadavg: 2.37 0.71 0.30 5/265 39117
/proc/meminfo: memFree=129199544/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=260224 memory=227548 CPUtime=12.65 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 53936 0 0 0 1258 7 0 0 20 0 1 0 42504560 266469376 56887 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 65056 56887 3968 3530 0 56507 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 260224 KiB
Current children cumulated memory: 227548 KiB

[startup+25.5001 s]
/proc/loadavg: 2.80 0.89 0.37 5/265 39118
/proc/meminfo: memFree=129175604/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=260224 memory=227548 CPUtime=25.41 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 53936 0 0 0 2534 7 0 0 20 0 1 0 42504560 266469376 56887 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 65056 56887 3968 3530 0 56507 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 260224 KiB
Current children cumulated memory: 227548 KiB

[startup+51.1053 s]
/proc/loadavg: 3.21 1.14 0.47 5/265 39118
/proc/meminfo: memFree=129064128/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=259804 memory=227920 CPUtime=50.95 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 54181 0 0 0 5088 7 0 0 20 0 1 0 42504560 266039296 56980 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 64951 56980 3968 3530 0 56402 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 259804 KiB
Current children cumulated memory: 227920 KiB

[startup+102.3 s]
/proc/loadavg: 3.70 1.60 0.66 5/266 39121
/proc/meminfo: memFree=128838188/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=342144 memory=310608 CPUtime=102.01 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 74883 0 0 0 10190 11 0 0 20 0 1 0 42504560 350355456 77652 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 85536 77652 3968 3530 0 76987 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 342144 KiB
Current children cumulated memory: 310608 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 2.05 0.88 5/266 39125
/proc/meminfo: memFree=128771184/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=364656 memory=333264 CPUtime=161.84 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 80538 0 0 0 16172 12 0 0 20 0 1 0 42504560 373407744 83316 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 91164 83316 3968 3530 0 82615 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 364656 KiB
Current children cumulated memory: 333264 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.42 1.08 5/267 39128
/proc/meminfo: memFree=128716376/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=369660 memory=338216 CPUtime=221.69 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 82225 0 0 0 22156 13 0 0 20 0 1 0 42504560 378531840 84554 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 92415 84554 3968 3530 0 83866 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 369660 KiB
Current children cumulated memory: 338216 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 2.74 1.28 5/267 39130
/proc/meminfo: memFree=128689112/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=369660 memory=338216 CPUtime=281.53 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 82228 0 0 0 28140 13 0 0 20 0 1 0 42504560 378531840 84554 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 92415 84554 3968 3530 0 83866 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 369660 KiB
Current children cumulated memory: 338216 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 2.99 1.45 5/266 39132
/proc/meminfo: memFree=128616092/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=368232 memory=337100 CPUtime=341.33 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 82374 0 0 0 34120 13 0 0 20 0 1 0 42504560 377069568 84275 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 92058 84275 3968 3530 0 83509 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 368232 KiB
Current children cumulated memory: 337100 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.19 1.62 5/265 39134
/proc/meminfo: memFree=128562704/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=368232 memory=337100 CPUtime=401.14 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 82374 0 0 0 40100 14 0 0 20 0 1 0 42504560 377069568 84275 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 92058 84275 3968 3530 0 83509 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 368232 KiB
Current children cumulated memory: 337100 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.36 1.78 5/264 39137
/proc/meminfo: memFree=128542084/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=368232 memory=337100 CPUtime=460.94 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 82378 0 0 0 46080 14 0 0 20 0 1 0 42504560 377069568 84275 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 92058 84275 3968 3530 0 83509 0
Current children cumulated CPU time: 460.94 s

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

/proc/loadavg: 4.18 4.17 4.04 5/266 39379
/proc/meminfo: memFree=128008704/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3153.86 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98406 0 0 0 315369 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3153.86 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.14 4.03 5/265 39381
/proc/meminfo: memFree=127992696/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3213.7 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98408 0 0 0 321353 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3213.7 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.13 4.03 5/265 39383
/proc/meminfo: memFree=127992584/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3273.54 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98409 0 0 0 327337 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3273.54 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.04 5/264 39385
/proc/meminfo: memFree=127992728/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3333.38 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98409 0 0 0 333321 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3333.38 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.04 5/264 39387
/proc/meminfo: memFree=127991852/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3393.22 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98413 0 0 0 339305 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3393.22 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.04 5/264 39389
/proc/meminfo: memFree=127976844/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3453.06 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98413 0 0 0 345289 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3453.06 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.04 5/264 39392
/proc/meminfo: memFree=127973956/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3512.9 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98413 0 0 0 351273 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3512.9 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.04 5/265 39440
/proc/meminfo: memFree=127978604/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3572.74 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98413 0 0 0 357257 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3572.74 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

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

# cumulated CPU time of all completed processes:  user=3587.45 s, system=0.179419 s

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

[startup+3584 s]*
/proc/loadavg: 4.15 4.12 4.04 5/265 39440
/proc/meminfo: memFree=127978612/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3574.44 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98413 0 0 0 357427 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3574.44 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3590.4 s]
/proc/loadavg: 4.13 4.11 4.04 5/265 39440
/proc/meminfo: memFree=127954652/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3580.82 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98413 0 0 0 358065 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3580.82 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3593.6 s]
/proc/loadavg: 4.20 4.13 4.05 5/265 39440
/proc/meminfo: memFree=127938524/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3584.01 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98413 0 0 0 358384 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3584.01 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3595.2 s]
/proc/loadavg: 4.20 4.13 4.05 5/265 39440
/proc/meminfo: memFree=127938776/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3585.61 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98413 0 0 0 358544 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3585.61 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3596 s]*
/proc/loadavg: 4.19 4.13 4.05 5/265 39440
/proc/meminfo: memFree=127938776/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3586.41 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98413 0 0 0 358624 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3586.41 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3596.8 s]
/proc/loadavg: 4.19 4.13 4.05 5/265 39440
/proc/meminfo: memFree=127938776/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=428284 memory=403788 CPUtime=3587.2 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98413 0 0 0 358703 17 0 0 20 0 1 0 42504560 438562816 100947 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 107071 100947 4000 3530 0 98522 0
Current children cumulated CPU time: 3587.2 s
Current children cumulated vsize: 428284 KiB
Current children cumulated memory: 403788 KiB

[startup+3597.2 s]
/proc/loadavg: 4.19 4.13 4.05 5/265 39440
/proc/meminfo: memFree=127938776/131249996 swapFree=33010684/33010684
[pid=39116] ppid=39113 vsize=425152 memory=400660 CPUtime=3587.6 cores=5,7
/proc/39116/stat : 39116 (pbscip) R 39113 39116 38726 0 -1 4194304 98413 0 0 0 358743 17 0 0 20 0 1 0 42504560 435355648 100165 18446744073709551615 4235264 18693293 140733020085440 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 43425792 140733020092809 140733020092908 140733020092908 140733020098510 0
/proc/39116/statm: 106288 100165 4000 3530 0 97739 0
Current children cumulated CPU time: 3587.6 s
Current children cumulated vsize: 425152 KiB
Current children cumulated memory: 400660 KiB

Child status: 0

Real time (s): 3597.22
CPU time (s): 3587.63
CPU user time (s): 3587.45
CPU system time (s): 0.179419
CPU usage (%): 99.7334
Max. virtual memory (cumulated for all children) (KiB): 428284
Max. memory (cumulated for all children) (KiB): 403788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.45
system time used= 0.179419
maximum resident set size= 403788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98434
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= 105
involuntary context switches= 18369


# summary of solver processes directly reported to runsolver:
#   pid: 39116
#   total CPU time (s): 3587.63
#   total CPU user time (s): 3587.45
#   total CPU system time (s): 0.179419

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.37936 second user time and 14.6762 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-30 09:24:29
IDJOB=4498321
IDBENCH=148608
IDSOLVER=3365
FILE ID=nodeC021/4498321-1751268269
RUNJOBID= nodeC021-1751268232-38745
SLURM_JOB_ID= 9594188
Free space on /tmp= 433008 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_2.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498321-1751268269/watcher-4498321-1751268269 -o /tmp/evaluation-result-4498321-1751268269/solver-4498321-1751268269 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751268232-38745 --watchdog 3760  pbscip -f HOME/instance-4498321-1751268269.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= ad9f015f2527cb1437d18525e7f300ba
RANDOM SEED=497536264

nodeC021 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129422004 kB
MemAvailable:   129517068 kB
Buffers:            3280 kB
Cached:           902512 kB
SwapCached:            0 kB
Active:           638432 kB
Inactive:         645156 kB
Active(anon):     395856 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   645156 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             56360 kB
Writeback:            32 kB
AnonPages:        380900 kB
Mapped:           137944 kB
Shmem:             18060 kB
KReclaimable:      92744 kB
Slab:             179240 kB
SReclaimable:      92744 kB
SUnreclaim:        86496 kB
KernelStack:        4256 kB
PageTables:         4144 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     768772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC021 at 2025-06-30 10:24:26