Trace number 4498360

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-07SAT55 3586.97 3597.3

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_500_10_1.opb
MD5SUM763c698584b52ae611e381227b838c50
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 benchmark51
Best CPU time to get the best result obtained on this benchmark72001.3
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 constraint11
Maximum length of a constraint23
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)6318
Sum of products size (including duplicates)12636
Number of different products6318
Sum of products size12636

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-4498360-1751268990.opb>
0.00/0.05	c original problem has 6818 variables (500 bin, 0 int, 6318 impl, 0 cont) and 7318 constraints
0.00/0.05	c problem read in 0.04
0.00/0.09	c presolving:
0.10/0.14	c (round 1, medium)     0 del vars, 7318 del conss, 500 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.10/0.15	c (round 2, fast)       6318 del vars, 7318 del conss, 500 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.10/0.16	c (round 3, exhaustive) 6318 del vars, 7318 del conss, 500 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 0 impls, 0 clqs
0.10/0.17	c    (0.2s) probing: 51/500 (10.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.10/0.17	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.10/0.17	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.10/0.17	c    (0.2s) no symmetry present (symcode time: 0.00)
0.10/0.17	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
0.10/0.17	c  6318 deleted vars, 7318 deleted constraints, 500 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.10/0.17	c  0 implications, 0 cliques
0.10/0.17	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 500 constraints
0.10/0.17	c     500 constraints of type <logicor>
0.10/0.17	c transformed objective value is always integral (scale: 1)
0.10/0.17	c Presolving Time: 0.09
0.10/0.17	c - non default parameters ----------------------------------------------------------------------
0.10/0.17	c # SCIP version 10.0.0
0.10/0.17	c 
0.10/0.17	c # maximal time in seconds to run
0.10/0.17	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.10/0.17	c limits/time = 3596.997016
0.10/0.17	c 
0.10/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.17	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.10/0.17	c limits/memory = 27900
0.10/0.17	c 
0.10/0.17	c # belongs reading time to solving time?
0.10/0.17	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.10/0.17	c timing/reading = TRUE
0.10/0.17	c 
0.10/0.17	c -----------------------------------------------------------------------------------------------
0.10/0.17	c start solving
0.10/0.17	c 
0.10/0.18	o 500
0.10/0.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.10/0.18	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.10/0.18	o 56
0.10/0.18	c p 0.2s|     1 |     0 |     0 |     - |   locks|   0 | 500 | 500 | 500 |   0 |  0 |   0 |   0 | 0.000000e+00 | 5.600000e+01 |    Inf | unknown
0.10/0.18	o 55
0.10/0.18	c i 0.2s|     1 |     0 |     0 |     - |  oneopt|   0 | 500 | 500 | 500 |   0 |  0 |   0 |   0 | 0.000000e+00 | 5.500000e+01 |    Inf | unknown
1.78/1.81	c   1.8s|     1 |     0 | 10342 |     - |    32M |   0 | 500 | 500 | 500 |   0 |  0 |   0 |   0 | 3.650660e+01 | 5.500000e+01 |  50.66%| unknown
1.99/2.03	c   2.0s|     1 |     0 | 10533 |     - |    49M |   0 | 500 | 500 | 501 |   1 |  1 |   0 |   0 | 3.655043e+01 | 5.500000e+01 |  50.48%| unknown
2.09/2.17	c   2.2s|     1 |     0 | 10725 |     - |    60M |   0 | 500 | 500 | 502 |   2 |  2 |   0 |   0 | 3.657733e+01 | 5.500000e+01 |  50.37%| unknown
2.28/2.33	c   2.3s|     1 |     0 | 10934 |     - |    71M |   0 | 500 | 500 | 503 |   3 |  3 |   0 |   0 | 3.659144e+01 | 5.500000e+01 |  50.31%| unknown
2.38/2.49	c   2.5s|     1 |     0 | 11167 |     - |    82M |   0 | 500 | 500 | 504 |   4 |  4 |   0 |   0 | 3.659807e+01 | 5.500000e+01 |  50.28%| unknown
2.57/2.63	c   2.6s|     1 |     0 | 11264 |     - |    91M |   0 | 500 | 500 | 505 |   5 |  5 |   0 |   0 | 3.660101e+01 | 5.500000e+01 |  50.27%| unknown
2.77/2.81	c   2.8s|     1 |     0 | 11583 |     - |   104M |   0 | 500 | 500 | 506 |   6 |  6 |   0 |   0 | 3.660430e+01 | 5.500000e+01 |  50.26%| unknown
2.88/3.00	c   3.0s|     1 |     0 | 11874 |     - |   118M |   0 | 500 | 500 | 507 |   7 |  7 |   0 |   0 | 3.660741e+01 | 5.500000e+01 |  50.24%| unknown
3.09/3.16	c   3.2s|     1 |     0 | 12044 |     - |   121M |   0 | 500 | 500 | 508 |   8 |  8 |   0 |   0 | 3.660868e+01 | 5.500000e+01 |  50.24%| unknown
3.28/3.34	c   3.3s|     1 |     0 | 12246 |     - |   139M |   0 | 500 | 500 | 509 |   9 |  9 |   0 |   0 | 3.661083e+01 | 5.500000e+01 |  50.23%| unknown
3.47/3.51	c   3.5s|     1 |     0 | 12414 |     - |   141M |   0 | 500 | 500 | 510 |  10 | 10 |   0 |   0 | 3.661254e+01 | 5.500000e+01 |  50.22%| unknown
3.57/3.60	c   3.6s|     1 |     0 | 12470 |     - |   141M |   0 | 500 | 500 | 511 |  11 | 11 |   0 |   0 | 3.661275e+01 | 5.500000e+01 |  50.22%| unknown
3.67/3.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.67/3.70	c   3.7s|     1 |     0 | 12527 |     - |   141M |   0 | 500 | 500 | 512 |  12 | 12 |   0 |   0 | 3.661284e+01 | 5.500000e+01 |  50.22%| unknown
3.77/3.80	c   3.8s|     1 |     0 | 12610 |     - |   141M |   0 | 500 | 500 | 513 |  13 | 13 |   0 |   0 | 3.661307e+01 | 5.500000e+01 |  50.22%| unknown
3.87/3.90	c   3.9s|     1 |     0 | 12667 |     - |   141M |   0 | 500 | 500 | 514 |  14 | 14 |   0 |   0 | 3.661316e+01 | 5.500000e+01 |  50.22%| unknown
12.85/12.98	c  13.0s|     1 |     2 | 12667 |     - |   142M |   0 | 500 | 500 | 514 |  14 | 14 |   0 |  50 | 3.670255e+01 | 5.500000e+01 |  49.85%| unknown
53.33/53.57	c  53.6s|   100 |   101 |131321 |1198.5 |   234M |  16 | 500 | 504 | 518 |  58 |  1 |   7 | 249 | 3.670255e+01 | 5.500000e+01 |  49.85%| unknown
98.01/98.37	c  98.4s|   200 |   201 |504729 |2472.7 |   297M |  17 | 500 | 512 | 513 |  98 |  1 |  23 | 288 | 3.725835e+01 | 5.500000e+01 |  47.62%| unknown
131.41/131.83	c   132s|   300 |   301 |654980 |2148.2 |   298M |  17 | 500 | 517 | 519 | 158 |  6 |  28 | 333 | 3.749847e+01 | 5.500000e+01 |  46.67%| unknown
158.43/158.97	c   159s|   400 |   401 |836057 |2063.6 |   298M |  18 | 500 | 524 | 519 | 201 |  1 |  39 | 372 | 3.772951e+01 | 5.500000e+01 |  45.77%| unknown
189.65/190.20	c   190s|   500 |   501 |  1009k|1997.3 |   298M |  19 | 500 | 533 | 513 | 257 |  1 |  48 | 419 | 3.782750e+01 | 5.500000e+01 |  45.40%| unknown
221.96/222.60	c   223s|   600 |   601 |  1167k|1927.3 |   298M |  19 | 500 | 538 | 513 | 361 |  1 |  53 | 449 | 3.789262e+01 | 5.500000e+01 |  45.15%| unknown
254.67/255.48	c   255s|   700 |   701 |  1361k|1929.5 |   298M |  19 | 500 | 543 | 517 | 441 |  1 |  62 | 471 | 3.806254e+01 | 5.500000e+01 |  44.50%| unknown
285.89/286.71	c   287s|   800 |   801 |  1561k|1938.4 |   298M |  21 | 500 | 548 | 513 | 520 |  1 |  67 | 492 | 3.807842e+01 | 5.500000e+01 |  44.44%| unknown
311.92/312.80	c   313s|   900 |   901 |  1712k|1890.9 |   299M |  21 | 500 | 552 | 518 | 601 |  1 |  71 | 502 | 3.814502e+01 | 5.500000e+01 |  44.19%| unknown
335.55/336.52	c   337s|  1000 |  1001 |  1850k|1839.4 |   299M |  21 | 500 | 555 | 518 | 654 |  1 |  76 | 528 | 3.815116e+01 | 5.500000e+01 |  44.16%| unknown
349.32/350.33	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
349.32/350.33	c (run 1, node 1049) performing user restart
349.32/350.33	c 
349.32/350.33	c (restart) converted 16 cuts from the global cut pool into linear constraints
349.32/350.33	c 
349.52/350.55	c presolving:
349.52/350.57	c presolving (1 rounds: 1 fast, 1 medium, 1 exhaustive):
349.52/350.57	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
349.52/350.57	c  0 implications, 0 cliques
349.52/350.57	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 574 constraints
349.52/350.57	c      16 constraints of type <linear>
349.52/350.57	c     558 constraints of type <logicor>
349.52/350.57	c transformed objective value is always integral (scale: 1)
349.52/350.57	c Presolving Time: 0.17
349.62/350.62	c transformed 93/100 original solutions to the transformed problem space
349.62/350.62	c 
350.61/351.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
350.61/351.62	c   352s|     1 |     0 |  1934k|     - |   263M |   0 | 500 | 574 | 516 |   0 |  0 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
350.91/351.99	c   352s|     1 |     0 |  1934k|     - |   266M |   0 | 500 | 574 | 517 |   1 |  1 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
351.31/352.34	c   352s|     1 |     0 |  1935k|     - |   272M |   0 | 500 | 574 | 518 |   2 |  2 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
351.61/352.68	c   353s|     1 |     0 |  1935k|     - |   276M |   0 | 500 | 574 | 519 |   3 |  3 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
352.02/353.05	c   353s|     1 |     0 |  1935k|     - |   287M |   0 | 500 | 574 | 520 |   4 |  4 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
352.31/353.37	c   353s|     1 |     0 |  1935k|     - |   292M |   0 | 500 | 574 | 521 |   5 |  5 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
352.71/353.70	c   354s|     1 |     0 |  1936k|     - |   297M |   0 | 500 | 574 | 522 |   6 |  6 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
353.02/354.02	c   354s|     1 |     0 |  1936k|     - |   293M |   0 | 500 | 574 | 523 |   7 |  7 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
353.31/354.37	c   354s|     1 |     0 |  1936k|     - |   293M |   0 | 500 | 574 | 524 |   8 |  8 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
353.71/354.73	c   355s|     1 |     0 |  1936k|     - |   294M |   0 | 500 | 574 | 525 |   9 |  9 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
354.02/355.09	c   355s|     1 |     0 |  1937k|     - |   304M |   0 | 500 | 574 | 526 |  10 | 10 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
354.30/355.32	c   355s|     1 |     0 |  1937k|     - |   304M |   0 | 500 | 574 | 527 |  11 | 11 |  80 | 545 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
354.70/355.73	c   356s|     1 |     2 |  1937k|     - |   304M |   0 | 500 | 574 | 527 |  11 | 11 |  80 | 547 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
397.29/398.41	c   398s|   100 |   101 |  2084k|1793.8 |   308M |  16 | 500 | 577 | 519 |  30 |  1 |  83 | 683 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
427.41/428.66	c   429s|   200 |   201 |  2210k|1750.5 |   350M |  16 | 500 | 580 | 519 | 100 |  1 |  87 | 732 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
465.51/466.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
465.51/466.88	c   467s|   300 |   301 |  2395k|1758.2 |   350M |  16 | 500 | 584 | 524 | 162 |  1 |  93 | 762 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
497.64/499.01	c   499s|   400 |   401 |  2559k|1750.1 |   350M |  16 | 500 | 587 | 522 | 240 |  1 |  98 | 792 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
530.55/532.02	c   532s|   500 |   501 |  2746k|1757.5 |   350M |  16 | 500 | 590 | 519 | 322 |  1 | 102 | 811 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
567.74/569.39	c   569s|   600 |   601 |  2933k|1764.4 |   351M |  16 | 500 | 586 | 519 | 432 |  1 | 106 | 835 | 3.817076e+01 | 5.500000e+01 |  44.09%| unknown
594.16/595.83	c   596s|   700 |   701 |  3052k|1731.6 |   351M |  16 | 500 | 576 | 524 | 529 |  1 | 110 | 844 | 3.820661e+01 | 5.500000e+01 |  43.95%| unknown
623.59/625.32	c   625s|   800 |   801 |  3186k|1710.3 |   351M |  16 | 500 | 572 | 524 | 632 |  5 | 116 | 858 | 3.836014e+01 | 5.500000e+01 |  43.38%| unknown
652.32/654.19	c   654s|   900 |   901 |  3341k|1702.1 |   351M |  18 | 500 | 566 | 523 | 723 |  3 | 120 | 863 | 3.839156e+01 | 5.500000e+01 |  43.26%| unknown
681.83/683.71	c   684s|  1000 |  1001 |  3483k|1688.5 |   351M |  18 | 500 | 560 | 523 | 808 |  1 | 123 | 885 | 3.840006e+01 | 5.500000e+01 |  43.23%| unknown
708.96/710.99	c   711s|  1100 |  1101 |  3610k|1669.0 |   351M |  18 | 500 | 559 | 528 | 888 |  1 | 126 | 912 | 3.846668e+01 | 5.500000e+01 |  42.98%| unknown
741.98/744.03	c   744s|  1200 |  1201 |  3766k|1664.0 |   352M |  18 | 500 | 561 | 519 | 995 |  1 | 135 | 933 | 3.854655e+01 | 5.500000e+01 |  42.68%| unknown
766.80/768.99	c   769s|  1300 |  1301 |  3873k|1639.0 |   352M |  19 | 500 | 563 | 524 |1079 |  1 | 141 | 950 | 3.856006e+01 | 5.500000e+01 |  42.63%| unknown
801.01/803.28	c   803s|  1400 |  1401 |  4057k|1647.0 |   352M |  19 | 500 | 565 | 525 |1196 |  6 | 148 | 956 | 3.861442e+01 | 5.500000e+01 |  42.43%| unknown
822.76/825.09	c   825s|  1500 |  1501 |  4166k|1625.1 |   352M |  21 | 500 | 565 | 523 |1270 |  1 | 151 | 965 | 3.862053e+01 | 5.500000e+01 |  42.41%| unknown
845.89/848.20	c   848s|  1600 |  1601 |  4302k|1615.3 |   353M |  21 | 500 | 565 | 529 |1339 |  1 | 155 | 969 | 3.863264e+01 | 5.500000e+01 |  42.37%| unknown
866.53/868.94	c   869s|  1700 |  1701 |  4429k|1602.6 |   353M |  21 | 500 | 566 | 525 |1391 |  1 | 160 | 975 | 3.864395e+01 | 5.500000e+01 |  42.32%| unknown
888.87/891.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
888.87/891.39	c   891s|  1800 |  1801 |  4541k|1585.8 |   353M |  21 | 500 | 565 | 524 |1476 |  1 | 162 | 977 | 3.865693e+01 | 5.500000e+01 |  42.28%| unknown
910.63/913.18	c   913s|  1900 |  1901 |  4668k|1575.0 |   354M |  21 | 500 | 569 | 523 |1518 |  1 | 170 | 998 | 3.868597e+01 | 5.500000e+01 |  42.17%| unknown
930.86/933.44	c   933s|  2000 |  2001 |  4769k|1556.6 |   354M |  21 | 500 | 570 | 522 |1569 |  1 | 174 |1021 | 3.870204e+01 | 5.500000e+01 |  42.11%| unknown
952.01/954.69	c   955s|  2100 |  2101 |  4890k|1545.5 |   354M |  22 | 500 | 574 | 525 |1614 |  1 | 183 |1040 | 3.871799e+01 | 5.500000e+01 |  42.05%| unknown
971.37/974.09	c   974s|  2200 |  2201 |  4990k|1528.7 |   354M |  22 | 500 | 576 | 523 |1665 |  1 | 187 |1055 | 3.873258e+01 | 5.500000e+01 |  42.00%| unknown
992.10/994.86	c   995s|  2300 |  2301 |  5107k|1517.8 |   354M |  22 | 500 | 579 | 523 |1723 |  1 | 192 |1073 | 3.873733e+01 | 5.500000e+01 |  41.98%| unknown
1010.65/1013.45	c  1013s|  2400 |  2401 |  5219k|1506.4 |   358M |  22 | 500 | 581 | 522 |1761 |  1 | 196 |1083 | 3.874045e+01 | 5.500000e+01 |  41.97%| unknown
1028.60/1031.47	c  1031s|  2500 |  2501 |  5327k|1494.4 |   360M |  22 | 500 | 584 | 523 |1808 |  1 | 203 |1090 | 3.875959e+01 | 5.500000e+01 |  41.90%| unknown
1043.45/1046.31	c  1046s|  2600 |  2601 |  5416k|1477.8 |   360M |  22 | 500 | 586 | 519 |1843 |  1 | 205 |1099 | 3.877225e+01 | 5.500000e+01 |  41.85%| unknown
1063.68/1066.68	c  1067s|  2700 |  2701 |  5550k|1474.2 |   360M |  22 | 500 | 591 | 522 |1894 |  1 | 212 |1103 | 3.877257e+01 | 5.500000e+01 |  41.85%| unknown
1082.62/1085.67	c  1086s|  2800 |  2801 |  5658k|1463.8 |   360M |  22 | 500 | 594 | 524 |1947 |  5 | 216 |1108 | 3.877944e+01 | 5.500000e+01 |  41.83%| unknown
1103.35/1106.48	c  1106s|  2900 |  2901 |  5771k|1455.4 |   360M |  25 | 500 | 594 | 523 |1959 |  1 | 219 |1115 | 3.878551e+01 | 5.500000e+01 |  41.81%| unknown
1118.91/1122.06	c  1122s|  3000 |  3001 |  5888k|1448.4 |   360M |  25 | 500 | 599 | 524 |1979 |  1 | 226 |1117 | 3.879956e+01 | 5.500000e+01 |  41.75%| unknown
1133.25/1136.46	c  1136s|  3100 |  3101 |  5983k|1436.4 |   360M |  25 | 500 | 600 | 525 |2005 |  1 | 230 |1121 | 3.880009e+01 | 5.500000e+01 |  41.75%| unknown
1148.60/1151.80	c  1152s|  3200 |  3201 |  6082k|1425.8 |   360M |  25 | 500 | 600 | 522 |2034 |  1 | 232 |1127 | 3.880068e+01 | 5.500000e+01 |  41.75%| unknown
1165.64/1168.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1165.64/1168.98	c  1169s|  3300 |  3301 |  6191k|1418.2 |   360M |  25 | 500 | 601 | 525 |2056 |  1 | 238 |1144 | 3.880855e+01 | 5.500000e+01 |  41.72%| unknown
1180.70/1184.01	c  1184s|  3400 |  3401 |  6274k|1404.9 |   360M |  25 | 500 | 603 | 523 |2082 |  1 | 241 |1163 | 3.881927e+01 | 5.500000e+01 |  41.68%| unknown
1193.76/1197.18	c  1197s|  3500 |  3501 |  6357k|1392.2 |   360M |  25 | 500 | 605 | 523 |2107 |  1 | 244 |1172 | 3.882814e+01 | 5.500000e+01 |  41.65%| unknown
1209.09/1212.51	c  1213s|  3600 |  3601 |  6469k|1386.3 |   362M |  25 | 500 | 607 | 522 |2120 |  1 | 249 |1185 | 3.884143e+01 | 5.500000e+01 |  41.60%| unknown
1223.34/1226.85	c  1227s|  3700 |  3701 |  6547k|1373.7 |   362M |  25 | 500 | 608 | 525 |2158 |  1 | 253 |1192 | 3.885658e+01 | 5.500000e+01 |  41.55%| unknown
1234.81/1238.33	c  1238s|  3800 |  3801 |  6636k|1363.6 |   362M |  25 | 500 | 609 | 525 |2158 |  1 | 257 |1204 | 3.885913e+01 | 5.500000e+01 |  41.54%| unknown
1250.85/1254.44	c  1254s|  3900 |  3901 |  6742k|1357.6 |   362M |  25 | 500 | 610 | 524 |2182 |  1 | 260 |1215 | 3.885963e+01 | 5.500000e+01 |  41.54%| unknown
1264.42/1268.10	c  1268s|  4000 |  4001 |  6822k|1346.4 |   363M |  25 | 500 | 612 | 519 |2219 |  1 | 263 |1218 | 3.885963e+01 | 5.500000e+01 |  41.54%| unknown
1277.86/1281.51	c  1282s|  4100 |  4101 |  6918k|1338.9 |   363M |  25 | 500 | 612 | 525 |2240 |  1 | 267 |1221 | 3.886325e+01 | 5.500000e+01 |  41.52%| unknown
1292.11/1295.88	c  1296s|  4200 |  4201 |  7010k|1331.1 |   363M |  25 | 500 | 614 | 525 |2270 |  1 | 271 |1226 | 3.886403e+01 | 5.500000e+01 |  41.52%| unknown
1304.87/1308.60	c  1309s|  4300 |  4301 |  7111k|1325.0 |   363M |  25 | 500 | 613 | 523 |2274 |  1 | 274 |1230 | 3.886784e+01 | 5.500000e+01 |  41.51%| unknown
1315.25/1319.04	c  1319s|  4400 |  4401 |  7190k|1315.2 |   363M |  25 | 500 | 615 | 524 |2278 |  1 | 277 |1235 | 3.886791e+01 | 5.500000e+01 |  41.50%| unknown
1327.21/1331.07	c  1331s|  4500 |  4501 |  7287k|1309.0 |   363M |  25 | 500 | 618 | 523 |2280 |  1 | 282 |1243 | 3.887052e+01 | 5.500000e+01 |  41.50%| unknown
1342.26/1346.12	c  1346s|  4600 |  4601 |  7398k|1305.4 |   363M |  25 | 500 | 617 | 525 |2290 |  1 | 283 |1248 | 3.887637e+01 | 5.500000e+01 |  41.47%| unknown
1356.60/1360.51	c  1361s|  4700 |  4701 |  7470k|1295.2 |   363M |  26 | 500 | 616 | 524 |2291 |  1 | 285 |1250 | 3.887793e+01 | 5.500000e+01 |  41.47%| unknown
1369.26/1373.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1369.26/1373.24	c  1373s|  4800 |  4801 |  7565k|1289.4 |   363M |  26 | 500 | 618 | 525 |2311 |  1 | 288 |1252 | 3.888278e+01 | 5.500000e+01 |  41.45%| unknown
1383.51/1387.58	c  1388s|  4900 |  4901 |  7652k|1282.3 |   363M |  26 | 500 | 620 | 524 |2345 |  1 | 292 |1257 | 3.888417e+01 | 5.500000e+01 |  41.45%| unknown
1393.47/1397.59	c  1398s|  5000 |  5001 |  7728k|1273.7 |   363M |  26 | 500 | 617 | 523 |2350 |  1 | 293 |1263 | 3.888951e+01 | 5.500000e+01 |  41.43%| unknown
1406.63/1410.77	c  1411s|  5100 |  5101 |  7823k|1268.4 |   364M |  26 | 500 | 621 | 526 |2370 |  1 | 300 |1268 | 3.888951e+01 | 5.500000e+01 |  41.43%| unknown
1416.80/1420.91	c  1421s|  5200 |  5201 |  7908k|1261.7 |   364M |  26 | 500 | 620 | 525 |2370 |  1 | 302 |1272 | 3.889010e+01 | 5.500000e+01 |  41.42%| unknown
1430.75/1434.90	c  1435s|  5300 |  5301 |  8014k|1258.5 |   364M |  26 | 500 | 622 | 524 |2395 |  1 | 306 |1273 | 3.889657e+01 | 5.500000e+01 |  41.40%| unknown
1444.11/1448.36	c  1448s|  5400 |  5401 |  8110k|1253.9 |   364M |  26 | 500 | 623 | 524 |2419 |  1 | 310 |1273 | 3.890788e+01 | 5.500000e+01 |  41.36%| unknown
1456.66/1460.96	c  1461s|  5500 |  5501 |  8194k|1247.5 |   364M |  26 | 500 | 622 | 525 |2441 |  1 | 313 |1276 | 3.891880e+01 | 5.500000e+01 |  41.32%| unknown
1470.02/1474.34	c  1474s|  5600 |  5601 |  8287k|1242.8 |   364M |  26 | 500 | 627 | 523 |2467 |  1 | 319 |1281 | 3.892575e+01 | 5.500000e+01 |  41.29%| unknown
1487.16/1491.59	c  1492s|  5700 |  5701 |  8381k|1238.3 |   364M |  26 | 500 | 630 | 522 |2474 |  3 | 325 |1294 | 3.893185e+01 | 5.500000e+01 |  41.27%| unknown
1503.62/1508.02	c  1508s|  5800 |  5801 |  8471k|1233.3 |   422M |  26 | 500 | 627 | 523 |2521 |  1 | 328 |1307 | 3.893515e+01 | 5.500000e+01 |  41.26%| unknown
1518.16/1522.62	c  1523s|  5900 |  5901 |  8563k|1228.8 |   422M |  26 | 500 | 630 | 522 |2538 |  1 | 332 |1325 | 3.893710e+01 | 5.500000e+01 |  41.25%| unknown
1529.22/1533.76	c  1534s|  6000 |  6001 |  8637k|1221.9 |   422M |  26 | 500 | 629 | 525 |2555 |  1 | 334 |1331 | 3.893710e+01 | 5.500000e+01 |  41.25%| unknown
1540.98/1545.53	c  1546s|  6100 |  6101 |  8727k|1217.5 |   422M |  26 | 500 | 631 | 522 |2560 |  1 | 339 |1336 | 3.893791e+01 | 5.500000e+01 |  41.25%| unknown
1550.95/1555.51	c  1555s|  6200 |  6201 |  8805k|1211.4 |   422M |  26 | 500 | 633 | 524 |2562 |  1 | 345 |1341 | 3.894089e+01 | 5.500000e+01 |  41.24%| unknown
1563.01/1567.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1563.01/1567.64	c  1568s|  6300 |  6301 |  8898k|1207.6 |   422M |  26 | 500 | 625 | 522 |2562 |  1 | 347 |1346 | 3.894126e+01 | 5.500000e+01 |  41.24%| unknown
1575.77/1580.42	c  1580s|  6400 |  6401 |  8991k|1203.9 |   422M |  26 | 500 | 628 | 524 |2568 |  1 | 351 |1355 | 3.894302e+01 | 5.500000e+01 |  41.23%| unknown
1586.35/1591.03	c  1591s|  6500 |  6501 |  9073k|1198.8 |   422M |  26 | 500 | 631 | 523 |2580 |  1 | 356 |1360 | 3.894398e+01 | 5.500000e+01 |  41.23%| unknown
1595.80/1600.56	c  1601s|  6600 |  6601 |  9142k|1192.1 |   422M |  26 | 500 | 632 | 523 |2585 |  1 | 357 |1368 | 3.894721e+01 | 5.500000e+01 |  41.22%| unknown
1606.67/1611.49	c  1611s|  6700 |  6701 |  9230k|1188.1 |   422M |  26 | 500 | 637 | 523 |2587 |  1 | 363 |1373 | 3.894851e+01 | 5.500000e+01 |  41.21%| unknown
1617.24/1622.07	c  1622s|  6800 |  6801 |  9312k|1183.3 |   422M |  26 | 500 | 642 | 525 |2591 |  1 | 370 |1377 | 3.895175e+01 | 5.500000e+01 |  41.20%| unknown
1627.80/1632.66	c  1633s|  6900 |  6901 |  9390k|1178.3 |   422M |  26 | 500 | 641 | 523 |2602 |  1 | 371 |1378 | 3.895175e+01 | 5.500000e+01 |  41.20%| unknown
1641.55/1646.45	c  1646s|  7000 |  7001 |  9486k|1175.5 |   422M |  26 | 500 | 641 | 523 |2618 |  1 | 374 |1386 | 3.895506e+01 | 5.500000e+01 |  41.19%| unknown
1651.42/1656.37	c  1656s|  7100 |  7101 |  9562k|1170.4 |   422M |  26 | 500 | 638 | 525 |2623 |  1 | 379 |1389 | 3.895796e+01 | 5.500000e+01 |  41.18%| unknown
1661.98/1666.93	c  1667s|  7200 |  7201 |  9638k|1165.4 |   422M |  26 | 500 | 639 | 523 |2628 |  1 | 382 |1396 | 3.896149e+01 | 5.500000e+01 |  41.17%| unknown
1676.53/1681.58	c  1682s|  7300 |  7301 |  9744k|1164.2 |   422M |  26 | 500 | 641 | 523 |2651 |  1 | 386 |1401 | 3.896446e+01 | 5.500000e+01 |  41.15%| unknown
1688.79/1693.84	c  1694s|  7400 |  7401 |  9836k|1161.4 |   423M |  26 | 500 | 641 | 525 |2663 |  1 | 390 |1405 | 3.896823e+01 | 5.500000e+01 |  41.14%| unknown
1697.76/1702.85	c  1703s|  7500 |  7501 |  9899k|1155.1 |   423M |  26 | 500 | 638 | 522 |2670 |  1 | 392 |1411 | 3.897514e+01 | 5.500000e+01 |  41.12%| unknown
1714.11/1719.24	c  1719s|  7600 |  7601 | 10030k|1156.9 |   423M |  26 | 500 | 641 | 524 |2685 |  1 | 399 |1412 | 3.898059e+01 | 5.500000e+01 |  41.10%| unknown
1726.17/1731.39	c  1731s|  7700 |  7701 | 10109k|1152.7 |   423M |  26 | 500 | 642 | 523 |2694 |  1 | 401 |1424 | 3.898625e+01 | 5.500000e+01 |  41.08%| unknown
1737.23/1742.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1737.23/1742.46	c  1742s|  7800 |  7801 | 10185k|1148.3 |   423M |  26 | 500 | 647 | 523 |2694 |  1 | 406 |1440 | 3.898625e+01 | 5.500000e+01 |  41.08%| unknown
1750.29/1755.52	c  1756s|  7900 |  7901 | 10281k|1146.2 |   423M |  26 | 500 | 649 | 523 |2696 |  1 | 410 |1452 | 3.899113e+01 | 5.500000e+01 |  41.06%| unknown
1761.95/1767.26	c  1767s|  8000 |  8001 | 10363k|1142.6 |   423M |  26 | 500 | 648 | 524 |2705 |  1 | 410 |1456 | 3.899833e+01 | 5.500000e+01 |  41.03%| unknown
1772.72/1778.03	c  1778s|  8100 |  8101 | 10443k|1138.8 |   423M |  28 | 500 | 643 | 525 |2705 |  1 | 414 |1466 | 3.899853e+01 | 5.500000e+01 |  41.03%| unknown
1783.79/1789.16	c  1789s|  8200 |  8201 | 10529k|1135.8 |   423M |  28 | 500 | 644 | 523 |2705 |  1 | 417 |1476 | 3.899878e+01 | 5.500000e+01 |  41.03%| unknown
1796.53/1801.92	c  1802s|  8300 |  8301 | 10621k|1133.5 |   423M |  28 | 500 | 645 | 523 |2721 |  1 | 420 |1482 | 3.900086e+01 | 5.500000e+01 |  41.02%| unknown
1807.50/1812.97	c  1813s|  8400 |  8401 | 10710k|1130.9 |   423M |  28 | 500 | 645 | 524 |2721 |  1 | 423 |1483 | 3.900898e+01 | 5.500000e+01 |  40.99%| unknown
1817.46/1822.94	c  1823s|  8500 |  8501 | 10795k|1128.0 |   423M |  28 | 500 | 647 | 523 |2721 |  1 | 428 |1484 | 3.901069e+01 | 5.500000e+01 |  40.99%| unknown
1832.41/1837.96	c  1838s|  8600 |  8601 | 10906k|1127.8 |   423M |  28 | 500 | 650 | 523 |2741 |  1 | 432 |1489 | 3.901734e+01 | 5.500000e+01 |  40.96%| unknown
1840.79/1846.40	c  1846s|  8700 |  8701 | 10971k|1122.9 |   423M |  28 | 500 | 653 | 523 |2743 |  1 | 436 |1491 | 3.901802e+01 | 5.500000e+01 |  40.96%| unknown
1852.35/1857.97	c  1858s|  8800 |  8801 | 11057k|1120.2 |   423M |  28 | 500 | 652 | 525 |2743 |  1 | 443 |1498 | 3.901802e+01 | 5.500000e+01 |  40.96%| unknown
1861.22/1866.82	c  1867s|  8900 |  8901 | 11117k|1115.0 |   423M |  28 | 500 | 650 | 523 |2757 |  1 | 443 |1498 | 3.902072e+01 | 5.500000e+01 |  40.95%| unknown
1871.18/1876.86	c  1877s|  9000 |  9001 | 11202k|1112.3 |   424M |  28 | 500 | 649 | 524 |2762 |  1 | 448 |1501 | 3.902072e+01 | 5.500000e+01 |  40.95%| unknown
1884.35/1890.09	c  1890s|  9100 |  9101 | 11308k|1111.9 |   424M |  28 | 500 | 651 | 524 |2764 |  1 | 453 |1503 | 3.902380e+01 | 5.500000e+01 |  40.94%| unknown
1894.42/1900.13	c  1900s|  9200 |  9201 | 11390k|1109.0 |   424M |  28 | 500 | 652 | 523 |2769 |  1 | 455 |1507 | 3.902674e+01 | 5.500000e+01 |  40.93%| unknown
1908.37/1914.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1908.37/1914.17	c  1914s|  9300 |  9301 | 11496k|1108.5 |   424M |  28 | 500 | 652 | 523 |2786 |  1 | 457 |1507 | 3.902906e+01 | 5.500000e+01 |  40.92%| unknown
1917.34/1923.18	c  1923s|  9400 |  9401 | 11572k|1105.2 |   424M |  28 | 500 | 655 | 524 |2787 |  1 | 460 |1509 | 3.903126e+01 | 5.500000e+01 |  40.91%| unknown
1927.60/1933.47	c  1933s|  9500 |  9501 | 11657k|1102.8 |   424M |  28 | 500 | 656 | 523 |2790 |  1 | 465 |1511 | 3.903509e+01 | 5.500000e+01 |  40.90%| unknown
1936.58/1942.42	c  1942s|  9600 |  9601 | 11722k|1098.5 |   424M |  28 | 500 | 656 | 522 |2791 |  1 | 468 |1516 | 3.903746e+01 | 5.500000e+01 |  40.89%| unknown
1946.95/1952.81	c  1953s|  9700 |  9701 | 11802k|1095.8 |   424M |  28 | 500 | 656 | 523 |2793 |  1 | 471 |1524 | 3.904082e+01 | 5.500000e+01 |  40.88%| unknown
1958.42/1964.38	c  1964s|  9800 |  9801 | 11894k|1094.1 |   424M |  28 | 500 | 662 | 525 |2799 |  1 | 481 |1527 | 3.904338e+01 | 5.500000e+01 |  40.87%| unknown
1970.29/1976.28	c  1976s|  9900 |  9901 | 11971k|1091.2 |   424M |  28 | 500 | 663 | 525 |2820 |  1 | 484 |1532 | 3.904384e+01 | 5.500000e+01 |  40.87%| unknown
1983.45/1989.43	c  1989s| 10000 | 10001 | 12070k|1090.2 |   426M |  28 | 500 | 664 | 523 |2830 |  1 | 488 |1540 | 3.904449e+01 | 5.500000e+01 |  40.86%| unknown
1994.03/2000.03	c  2000s| 10100 | 10101 | 12135k|1086.3 |   426M |  28 | 500 | 665 | 525 |2848 |  1 | 492 |1553 | 3.904449e+01 | 5.500000e+01 |  40.86%| unknown
2000.90/2006.96	c  2007s| 10200 | 10201 | 12188k|1081.4 |   426M |  28 | 500 | 665 | 523 |2849 |  1 | 493 |1560 | 3.904543e+01 | 5.500000e+01 |  40.86%| unknown
2009.88/2015.94	c  2016s| 10300 | 10301 | 12263k|1078.4 |   426M |  28 | 500 | 668 | 523 |2852 |  1 | 500 |1563 | 3.904748e+01 | 5.500000e+01 |  40.85%| unknown
2022.35/2028.40	c  2028s| 10400 | 10401 | 12369k|1078.3 |   427M |  28 | 500 | 669 | 524 |2854 |  1 | 504 |1565 | 3.905169e+01 | 5.500000e+01 |  40.84%| unknown
2032.03/2038.15	c  2038s| 10500 | 10501 | 12440k|1075.1 |   427M |  28 | 500 | 669 | 523 |2866 |  1 | 508 |1568 | 3.905642e+01 | 5.500000e+01 |  40.82%| unknown
2039.80/2045.94	c  2046s| 10600 | 10601 | 12495k|1070.6 |   427M |  28 | 500 | 666 | 525 |2866 |  1 | 509 |1578 | 3.905653e+01 | 5.500000e+01 |  40.82%| unknown
2049.57/2055.79	c  2056s| 10700 | 10701 | 12576k|1068.3 |   427M |  28 | 500 | 669 | 523 |2869 |  1 | 516 |1582 | 3.905802e+01 | 5.500000e+01 |  40.82%| unknown
2062.14/2068.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2062.14/2068.37	c  2068s| 10800 | 10801 | 12674k|1067.6 |   427M |  28 | 500 | 663 | 525 |2877 |  1 | 519 |1586 | 3.905980e+01 | 5.500000e+01 |  40.81%| unknown
2071.93/2078.16	c  2078s| 10900 | 10901 | 12751k|1065.1 |   427M |  28 | 500 | 664 | 522 |2880 |  1 | 524 |1588 | 3.906472e+01 | 5.500000e+01 |  40.79%| unknown
2084.28/2090.59	c  2091s| 11000 | 11001 | 12831k|1062.9 |   427M |  28 | 500 | 668 | 523 |2907 |  1 | 529 |1592 | 3.906614e+01 | 5.500000e+01 |  40.79%| unknown
2094.66/2100.91	c  2101s| 11100 | 11101 | 12904k|1060.2 |   427M |  28 | 500 | 668 | 522 |2924 |  1 | 532 |1592 | 3.906634e+01 | 5.500000e+01 |  40.79%| unknown
2105.74/2112.02	c  2112s| 11200 | 11201 | 12998k|1059.2 |   427M |  28 | 500 | 668 | 522 |2924 |  1 | 537 |1593 | 3.907180e+01 | 5.500000e+01 |  40.77%| unknown
2115.90/2122.21	c  2122s| 11300 | 11301 | 13077k|1057.0 |   427M |  28 | 500 | 667 | 524 |2930 |  1 | 542 |1595 | 3.907530e+01 | 5.500000e+01 |  40.75%| unknown
2125.08/2131.42	c  2131s| 11400 | 11401 | 13153k|1054.7 |   427M |  28 | 500 | 666 | 522 |2934 |  1 | 545 |1598 | 3.907709e+01 | 5.500000e+01 |  40.75%| unknown
2134.45/2140.81	c  2141s| 11500 | 11501 | 13229k|1052.3 |   427M |  28 | 500 | 661 | 523 |2939 |  2 | 547 |1601 | 3.907819e+01 | 5.500000e+01 |  40.74%| unknown
2143.83/2150.22	c  2150s| 11600 | 11601 | 13311k|1050.4 |   427M |  28 | 500 | 657 | 525 |2944 |  1 | 550 |1602 | 3.907975e+01 | 5.500000e+01 |  40.74%| unknown
2152.80/2159.22	c  2159s| 11700 | 11701 | 13387k|1048.2 |   427M |  28 | 500 | 659 | 524 |2944 |  1 | 554 |1606 | 3.908086e+01 | 5.500000e+01 |  40.73%| unknown
2164.17/2170.64	c  2171s| 11800 | 11801 | 13484k|1047.5 |   427M |  28 | 500 | 661 | 525 |2945 |  1 | 559 |1610 | 3.908388e+01 | 5.500000e+01 |  40.72%| unknown
2174.44/2181.00	c  2181s| 11900 | 11901 | 13558k|1045.2 |   427M |  28 | 500 | 660 | 524 |2949 |  1 | 562 |1620 | 3.908629e+01 | 5.500000e+01 |  40.71%| unknown
2185.63/2192.14	c  2192s| 12000 | 12001 | 13646k|1043.9 |   427M |  28 | 500 | 656 | 522 |2952 |  1 | 565 |1628 | 3.909184e+01 | 5.500000e+01 |  40.69%| unknown
2197.38/2203.95	c  2204s| 12100 | 12101 | 13728k|1042.2 |   427M |  28 | 500 | 658 | 525 |2961 |  1 | 572 |1634 | 3.909493e+01 | 5.500000e+01 |  40.68%| unknown
2205.96/2212.57	c  2213s| 12200 | 12201 | 13795k|1039.4 |   427M |  28 | 500 | 654 | 523 |2963 |  1 | 574 |1638 | 3.909511e+01 | 5.500000e+01 |  40.68%| unknown
2218.63/2225.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2218.63/2225.22	c  2225s| 12300 | 12301 | 13889k|1038.7 |   427M |  28 | 500 | 657 | 523 |2966 |  1 | 577 |1648 | 3.909613e+01 | 5.500000e+01 |  40.68%| unknown
2231.20/2237.88	c  2238s| 12400 | 12401 | 13989k|1038.4 |   427M |  28 | 500 | 655 | 524 |2968 |  1 | 577 |1658 | 3.909789e+01 | 5.500000e+01 |  40.67%| unknown
2241.57/2248.25	c  2248s| 12500 | 12501 | 14070k|1036.7 |   427M |  28 | 500 | 654 | 524 |2968 |  1 | 583 |1663 | 3.909931e+01 | 5.500000e+01 |  40.67%| unknown
2251.35/2258.08	c  2258s| 12600 | 12601 | 14139k|1034.1 |   427M |  28 | 500 | 656 | 523 |2974 |  1 | 587 |1669 | 3.910348e+01 | 5.500000e+01 |  40.65%| unknown
2263.32/2270.10	c  2270s| 12700 | 12701 | 14236k|1033.7 |   427M |  28 | 500 | 656 | 524 |2975 |  1 | 590 |1673 | 3.910762e+01 | 5.500000e+01 |  40.64%| unknown
2272.98/2279.73	c  2280s| 12800 | 12801 | 14323k|1032.5 |   427M |  28 | 500 | 657 | 523 |2975 |  1 | 595 |1673 | 3.911036e+01 | 5.500000e+01 |  40.63%| unknown
2282.06/2288.85	c  2289s| 12900 | 12901 | 14396k|1030.3 |   427M |  28 | 500 | 659 | 524 |2980 |  1 | 599 |1673 | 3.911166e+01 | 5.500000e+01 |  40.62%| unknown
2290.94/2297.72	c  2298s| 13000 | 13001 | 14470k|1028.2 |   427M |  28 | 500 | 657 | 522 |2980 |  1 | 600 |1676 | 3.911554e+01 | 5.500000e+01 |  40.61%| unknown
2301.91/2308.74	c  2309s| 13100 | 13101 | 14567k|1027.9 |   427M |  28 | 500 | 661 | 524 |2981 |  1 | 606 |1678 | 3.911704e+01 | 5.500000e+01 |  40.60%| unknown
2311.58/2318.49	c  2318s| 13200 | 13201 | 14639k|1025.7 |   427M |  28 | 500 | 663 | 523 |2987 |  1 | 609 |1679 | 3.912089e+01 | 5.500000e+01 |  40.59%| unknown
2320.46/2327.38	c  2327s| 13300 | 13301 | 14704k|1023.1 |   427M |  28 | 500 | 662 | 523 |2990 |  1 | 611 |1681 | 3.912368e+01 | 5.500000e+01 |  40.58%| unknown
2334.32/2341.28	c  2341s| 13400 | 13401 | 14826k|1024.4 |   427M |  28 | 500 | 659 | 523 |2992 |  1 | 617 |1687 | 3.912368e+01 | 5.500000e+01 |  40.58%| unknown
2344.30/2351.21	c  2351s| 13500 | 13501 | 14908k|1023.1 |   427M |  28 | 500 | 658 | 524 |2993 |  1 | 620 |1691 | 3.912681e+01 | 5.500000e+01 |  40.57%| unknown
2352.67/2359.65	c  2360s| 13600 | 13601 | 14972k|1020.4 |   427M |  28 | 500 | 659 | 524 |2998 |  1 | 623 |1694 | 3.913010e+01 | 5.500000e+01 |  40.56%| unknown
2363.45/2370.45	c  2370s| 13700 | 13701 | 15063k|1019.7 |   427M |  28 | 500 | 661 | 524 |2998 |  1 | 631 |1697 | 3.913059e+01 | 5.500000e+01 |  40.56%| unknown
2374.03/2381.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2374.03/2381.02	c  2381s| 13800 | 13801 | 15153k|1018.9 |   427M |  28 | 500 | 659 | 525 |3000 |  1 | 634 |1700 | 3.913223e+01 | 5.500000e+01 |  40.55%| unknown
2383.29/2390.30	c  2390s| 13900 | 13901 | 15231k|1017.3 |   427M |  28 | 500 | 650 | 523 |3002 |  1 | 637 |1703 | 3.913306e+01 | 5.500000e+01 |  40.55%| unknown
2392.08/2399.17	c  2399s| 14000 | 14001 | 15298k|1015.0 |   427M |  28 | 500 | 652 | 524 |3007 |  1 | 639 |1704 | 3.913692e+01 | 5.500000e+01 |  40.53%| unknown
2400.65/2407.74	c  2408s| 14100 | 14101 | 15367k|1012.8 |   427M |  28 | 500 | 652 | 522 |3008 |  1 | 640 |1706 | 3.913711e+01 | 5.500000e+01 |  40.53%| unknown
2413.92/2421.07	c  2421s| 14200 | 14201 | 15480k|1013.6 |   427M |  28 | 500 | 655 | 525 |3016 |  1 | 650 |1711 | 3.913950e+01 | 5.500000e+01 |  40.52%| unknown
2421.69/2428.84	c  2429s| 14300 | 14301 | 15537k|1010.7 |   427M |  28 | 500 | 656 | 524 |3019 |  1 | 652 |1719 | 3.913950e+01 | 5.500000e+01 |  40.52%| unknown
2435.16/2442.30	c  2442s| 14400 | 14401 | 15629k|1010.1 |   428M |  28 | 500 | 657 | 524 |3044 |  1 | 655 |1723 | 3.914088e+01 | 5.500000e+01 |  40.52%| unknown
2451.82/2459.05	c  2459s| 14500 | 14501 | 15736k|1010.5 |   429M |  28 | 500 | 658 | 524 |3091 |  1 | 661 |1724 | 3.914909e+01 | 5.500000e+01 |  40.49%| unknown
2465.28/2472.51	c  2473s| 14600 | 14601 | 15819k|1009.3 |   442M |  28 | 500 | 660 | 524 |3130 |  1 | 666 |1726 | 3.915627e+01 | 5.500000e+01 |  40.46%| unknown
2473.26/2480.53	c  2481s| 14700 | 14701 | 15885k|1007.1 |   442M |  28 | 500 | 662 | 523 |3132 |  1 | 671 |1731 | 3.915675e+01 | 5.500000e+01 |  40.46%| unknown
2483.63/2490.99	c  2491s| 14800 | 14801 | 15961k|1005.6 |   442M |  28 | 500 | 666 | 524 |3142 |  1 | 675 |1733 | 3.916284e+01 | 5.500000e+01 |  40.44%| unknown
2493.60/2500.91	c  2501s| 14900 | 14901 | 16042k|1004.3 |   442M |  28 | 500 | 666 | 523 |3143 |  1 | 677 |1736 | 3.916299e+01 | 5.500000e+01 |  40.44%| unknown
2505.97/2513.36	c  2513s| 15000 | 15001 | 16136k|1003.9 |   442M |  28 | 500 | 667 | 524 |3149 |  1 | 682 |1744 | 3.916558e+01 | 5.500000e+01 |  40.43%| unknown
2513.05/2520.41	c  2520s| 15100 | 15101 | 16189k|1001.0 |   442M |  28 | 500 | 667 | 525 |3152 |  1 | 683 |1748 | 3.916632e+01 | 5.500000e+01 |  40.43%| unknown
2525.42/2532.87	c  2533s| 15200 | 15201 | 16292k|1001.2 |   442M |  28 | 500 | 669 | 525 |3158 |  2 | 689 |1751 | 3.916881e+01 | 5.500000e+01 |  40.42%| unknown
2533.90/2541.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2533.90/2541.38	c  2541s| 15300 | 15301 | 16361k| 999.3 |   442M |  28 | 500 | 671 | 523 |3159 |  1 | 693 |1755 | 3.917203e+01 | 5.500000e+01 |  40.41%| unknown
2543.87/2551.33	c  2551s| 15400 | 15401 | 16438k| 997.9 |   442M |  28 | 500 | 671 | 525 |3160 |  1 | 698 |1761 | 3.917569e+01 | 5.500000e+01 |  40.39%| unknown
2553.25/2560.76	c  2561s| 15500 | 15501 | 16517k| 996.6 |   442M |  28 | 500 | 673 | 523 |3163 |  1 | 702 |1763 | 3.917575e+01 | 5.500000e+01 |  40.39%| unknown
2563.92/2571.40	c  2571s| 15600 | 15601 | 16608k| 996.1 |   442M |  28 | 500 | 672 | 524 |3163 |  1 | 704 |1765 | 3.917695e+01 | 5.500000e+01 |  40.39%| unknown
2577.78/2585.31	c  2585s| 15700 | 15701 | 16720k| 996.8 |   442M |  28 | 500 | 675 | 524 |3175 |  1 | 711 |1766 | 3.917830e+01 | 5.500000e+01 |  40.38%| unknown
2585.76/2593.34	c  2593s| 15800 | 15801 | 16777k| 994.3 |   442M |  28 | 500 | 674 | 524 |3182 |  1 | 712 |1767 | 3.917908e+01 | 5.500000e+01 |  40.38%| unknown
2596.93/2604.55	c  2605s| 15900 | 15901 | 16872k| 994.1 |   442M |  28 | 500 | 678 | 523 |3183 |  1 | 717 |1767 | 3.918297e+01 | 5.500000e+01 |  40.37%| unknown
2608.41/2616.05	c  2616s| 16000 | 16001 | 16960k| 993.4 |   442M |  28 | 500 | 681 | 524 |3185 |  1 | 722 |1775 | 3.918768e+01 | 5.500000e+01 |  40.35%| unknown
2617.78/2625.46	c  2625s| 16100 | 16101 | 17034k| 991.9 |   442M |  28 | 500 | 681 | 523 |3187 |  1 | 725 |1782 | 3.918965e+01 | 5.500000e+01 |  40.34%| unknown
2634.53/2642.20	c  2642s| 16200 | 16201 | 17135k| 992.0 |   443M |  28 | 500 | 685 | 522 |3244 |  1 | 729 |1786 | 3.919244e+01 | 5.500000e+01 |  40.33%| unknown
2645.32/2653.03	c  2653s| 16300 | 16301 | 17222k| 991.3 |   443M |  28 | 500 | 690 | 526 |3251 |  1 | 734 |1788 | 3.919345e+01 | 5.500000e+01 |  40.33%| unknown
2653.08/2660.80	c  2661s| 16400 | 16401 | 17284k| 989.2 |   443M |  28 | 500 | 693 | 524 |3251 |  1 | 738 |1791 | 3.919427e+01 | 5.500000e+01 |  40.33%| unknown
2661.96/2669.76	c  2670s| 16500 | 16501 | 17364k| 988.1 |   443M |  28 | 500 | 693 | 524 |3251 |  1 | 745 |1792 | 3.919602e+01 | 5.500000e+01 |  40.32%| unknown
2677.02/2684.88	c  2685s| 16600 | 16601 | 17460k| 987.9 |   443M |  28 | 500 | 696 | 523 |3284 |  1 | 748 |1798 | 3.919697e+01 | 5.500000e+01 |  40.32%| unknown
2687.69/2695.54	c  2696s| 16700 | 16701 | 17542k| 987.0 |   443M |  28 | 500 | 696 | 525 |3298 |  1 | 752 |1801 | 3.919713e+01 | 5.500000e+01 |  40.32%| unknown
2696.57/2704.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2696.57/2704.47	c  2704s| 16800 | 16801 | 17610k| 985.3 |   443M |  28 | 500 | 696 | 526 |3301 |  1 | 758 |1806 | 3.919733e+01 | 5.500000e+01 |  40.32%| unknown
2705.35/2713.25	c  2713s| 16900 | 16901 | 17680k| 983.7 |   443M |  28 | 500 | 700 | 523 |3303 |  1 | 762 |1813 | 3.919733e+01 | 5.500000e+01 |  40.32%| unknown
2717.52/2725.49	c  2725s| 17000 | 17001 | 17784k| 984.0 |   443M |  28 | 500 | 701 | 523 |3304 |  1 | 769 |1815 | 3.920084e+01 | 5.500000e+01 |  40.30%| unknown
2726.59/2734.50	c  2734s| 17100 | 17101 | 17858k| 982.7 |   443M |  28 | 500 | 702 | 524 |3305 |  1 | 771 |1816 | 3.920211e+01 | 5.500000e+01 |  40.30%| unknown
2735.97/2743.94	c  2744s| 17200 | 17201 | 17933k| 981.3 |   443M |  28 | 500 | 705 | 522 |3305 |  1 | 774 |1823 | 3.920349e+01 | 5.500000e+01 |  40.29%| unknown
2748.33/2756.37	c  2756s| 17300 | 17301 | 18035k| 981.6 |   443M |  28 | 500 | 709 | 525 |3311 |  1 | 782 |1824 | 3.920670e+01 | 5.500000e+01 |  40.28%| unknown
2760.70/2768.78	c  2769s| 17400 | 17401 | 18139k| 981.9 |   443M |  28 | 500 | 708 | 525 |3311 |  1 | 787 |1827 | 3.920901e+01 | 5.500000e+01 |  40.27%| unknown
2768.18/2776.26	c  2776s| 17500 | 17501 | 18198k| 979.8 |   443M |  28 | 500 | 709 | 524 |3312 |  1 | 789 |1829 | 3.921107e+01 | 5.500000e+01 |  40.27%| unknown
2778.45/2786.58	c  2787s| 17600 | 17601 | 18285k| 979.2 |   443M |  28 | 500 | 711 | 524 |3316 |  1 | 794 |1833 | 3.921583e+01 | 5.500000e+01 |  40.25%| unknown
2790.22/2798.34	c  2798s| 17700 | 17701 | 18368k| 978.4 |   443M |  28 | 500 | 711 | 524 |3319 |  1 | 799 |1841 | 3.921623e+01 | 5.500000e+01 |  40.25%| unknown
2798.10/2806.23	c  2806s| 17800 | 17801 | 18431k| 976.6 |   443M |  28 | 500 | 710 | 524 |3321 |  1 | 802 |1845 | 3.921666e+01 | 5.500000e+01 |  40.25%| unknown
2807.28/2815.40	c  2815s| 17900 | 17901 | 18507k| 975.4 |   443M |  28 | 500 | 710 | 524 |3321 |  1 | 803 |1852 | 3.921772e+01 | 5.500000e+01 |  40.24%| unknown
2817.75/2825.99	c  2826s| 18000 | 18001 | 18596k| 975.0 |   443M |  28 | 500 | 712 | 524 |3321 |  1 | 809 |1852 | 3.922011e+01 | 5.500000e+01 |  40.23%| unknown
2826.32/2834.59	c  2835s| 18100 | 18101 | 18667k| 973.6 |   444M |  28 | 500 | 716 | 524 |3321 |  1 | 815 |1853 | 3.922110e+01 | 5.500000e+01 |  40.23%| unknown
2835.50/2843.75	c  2844s| 18200 | 18201 | 18742k| 972.4 |   444M |  28 | 500 | 715 | 524 |3322 |  1 | 817 |1856 | 3.922160e+01 | 5.500000e+01 |  40.23%| unknown
2847.88/2856.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2847.88/2856.15	c  2856s| 18300 | 18301 | 18841k| 972.5 |   444M |  28 | 500 | 717 | 523 |3329 |  1 | 825 |1861 | 3.922311e+01 | 5.500000e+01 |  40.22%| unknown
2855.85/2864.16	c  2864s| 18400 | 18401 | 18909k| 971.0 |   444M |  28 | 500 | 719 | 522 |3330 |  1 | 830 |1862 | 3.922311e+01 | 5.500000e+01 |  40.22%| unknown
2864.50/2872.80	c  2873s| 18500 | 18501 | 18980k| 969.7 |   444M |  28 | 500 | 721 | 522 |3330 |  1 | 834 |1864 | 3.922384e+01 | 5.500000e+01 |  40.22%| unknown
2875.17/2883.54	c  2884s| 18600 | 18601 | 19075k| 969.6 |   445M |  28 | 500 | 719 | 525 |3330 |  1 | 838 |1867 | 3.922424e+01 | 5.500000e+01 |  40.22%| unknown
2886.74/2895.17	c  2895s| 18700 | 18701 | 19165k| 969.2 |   445M |  28 | 500 | 722 | 525 |3351 |  1 | 841 |1867 | 3.922708e+01 | 5.500000e+01 |  40.21%| unknown
2895.50/2903.99	c  2904s| 18800 | 18801 | 19236k| 967.9 |   445M |  28 | 500 | 725 | 525 |3351 |  1 | 845 |1870 | 3.922820e+01 | 5.500000e+01 |  40.21%| unknown
2909.16/2917.61	c  2918s| 18900 | 18901 | 19336k| 968.1 |   445M |  28 | 500 | 728 | 524 |3379 |  1 | 851 |1870 | 3.923129e+01 | 5.500000e+01 |  40.19%| unknown
2916.64/2925.17	c  2925s| 19000 | 19001 | 19398k| 966.4 |   445M |  28 | 500 | 728 | 522 |3383 |  1 | 854 |1872 | 3.923320e+01 | 5.500000e+01 |  40.19%| unknown
2928.60/2937.11	c  2937s| 19100 | 19101 | 19491k| 966.2 |   445M |  28 | 500 | 723 | 524 |3393 |  1 | 861 |1872 | 3.923405e+01 | 5.500000e+01 |  40.18%| unknown
2936.17/2944.70	c  2945s| 19200 | 19201 | 19548k| 964.2 |   445M |  28 | 500 | 725 | 524 |3394 |  1 | 863 |1877 | 3.923495e+01 | 5.500000e+01 |  40.18%| unknown
2944.45/2953.09	c  2953s| 19300 | 19301 | 19611k| 962.5 |   445M |  28 | 500 | 726 | 524 |3401 |  1 | 867 |1879 | 3.923581e+01 | 5.500000e+01 |  40.18%| unknown
2955.41/2964.04	c  2964s| 19400 | 19401 | 19709k| 962.6 |   445M |  28 | 500 | 726 | 522 |3401 |  1 | 873 |1881 | 3.923667e+01 | 5.500000e+01 |  40.17%| unknown
2965.57/2974.24	c  2974s| 19500 | 19501 | 19789k| 961.9 |   445M |  28 | 500 | 729 | 523 |3407 |  1 | 879 |1882 | 3.923759e+01 | 5.500000e+01 |  40.17%| unknown
2974.64/2983.37	c  2983s| 19600 | 19601 | 19870k| 961.1 |   445M |  28 | 500 | 728 | 522 |3409 |  1 | 886 |1884 | 3.923815e+01 | 5.500000e+01 |  40.17%| unknown
2983.11/2991.88	c  2992s| 19700 | 19701 | 19932k| 959.5 |   445M |  28 | 500 | 730 | 524 |3413 |  1 | 889 |1889 | 3.923976e+01 | 5.500000e+01 |  40.16%| unknown
2996.86/3005.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2996.86/3005.66	c  3006s| 19800 | 19801 | 20042k| 960.1 |   445M |  28 | 500 | 729 | 523 |3420 |  1 | 893 |1894 | 3.924141e+01 | 5.500000e+01 |  40.16%| unknown
3006.03/3014.87	c  3015s| 19900 | 19901 | 20118k| 959.2 |   445M |  28 | 500 | 730 | 525 |3423 |  1 | 897 |1895 | 3.924378e+01 | 5.500000e+01 |  40.15%| unknown
3013.01/3021.83	c  3022s| 20000 | 20001 | 20172k| 957.2 |   445M |  28 | 500 | 729 | 525 |3424 |  1 | 899 |1897 | 3.924743e+01 | 5.500000e+01 |  40.14%| unknown
3022.29/3031.16	c  3031s| 20100 | 20101 | 20246k| 956.2 |   445M |  28 | 500 | 730 | 522 |3425 |  1 | 903 |1899 | 3.924968e+01 | 5.500000e+01 |  40.13%| unknown
3033.04/3041.90	c  3042s| 20200 | 20201 | 20345k| 956.3 |   445M |  28 | 500 | 728 | 523 |3428 |  1 | 907 |1903 | 3.924968e+01 | 5.500000e+01 |  40.13%| unknown
3041.32/3050.25	c  3050s| 20300 | 20301 | 20407k| 954.7 |   445M |  28 | 500 | 727 | 523 |3438 |  1 | 909 |1903 | 3.925135e+01 | 5.500000e+01 |  40.12%| unknown
3049.69/3058.63	c  3059s| 20400 | 20401 | 20479k| 953.6 |   445M |  28 | 500 | 724 | 524 |3438 |  1 | 911 |1906 | 3.925271e+01 | 5.500000e+01 |  40.12%| unknown
3059.56/3068.52	c  3069s| 20500 | 20501 | 20549k| 952.5 |   445M |  28 | 500 | 726 | 525 |3452 |  1 | 915 |1908 | 3.925513e+01 | 5.500000e+01 |  40.11%| unknown
3072.32/3081.34	c  3081s| 20600 | 20601 | 20654k| 952.9 |   445M |  28 | 500 | 732 | 523 |3468 |  1 | 922 |1909 | 3.925549e+01 | 5.500000e+01 |  40.11%| unknown
3080.29/3089.38	c  3089s| 20700 | 20701 | 20725k| 951.8 |   445M |  28 | 500 | 732 | 523 |3468 |  1 | 925 |1909 | 3.925690e+01 | 5.500000e+01 |  40.10%| unknown
3089.97/3099.06	c  3099s| 20800 | 20801 | 20802k| 951.0 |   446M |  28 | 500 | 736 | 525 |3474 |  1 | 929 |1911 | 3.925915e+01 | 5.500000e+01 |  40.09%| unknown
3102.42/3111.55	c  3112s| 20900 | 20901 | 20910k| 951.6 |   446M |  28 | 500 | 737 | 523 |3475 |  1 | 935 |1914 | 3.926510e+01 | 5.500000e+01 |  40.07%| unknown
3112.90/3122.11	c  3122s| 21000 | 21001 | 20987k| 950.7 |   446M |  28 | 500 | 732 | 523 |3476 |  1 | 939 |1924 | 3.926510e+01 | 5.500000e+01 |  40.07%| unknown
3121.06/3130.29	c  3130s| 21100 | 21101 | 21052k| 949.4 |   446M |  28 | 500 | 733 | 525 |3481 |  1 | 943 |1929 | 3.926586e+01 | 5.500000e+01 |  40.07%| unknown
3130.44/3139.62	c  3140s| 21200 | 21201 | 21130k| 948.6 |   446M |  28 | 500 | 737 | 523 |3481 |  1 | 951 |1935 | 3.926621e+01 | 5.500000e+01 |  40.07%| unknown
3140.51/3149.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3140.51/3149.76	c  3150s| 21300 | 21301 | 21216k| 948.2 |   446M |  28 | 500 | 734 | 523 |3484 |  1 | 953 |1938 | 3.926655e+01 | 5.500000e+01 |  40.07%| unknown
3148.39/3157.63	c  3158s| 21400 | 21401 | 21280k| 946.8 |   446M |  28 | 500 | 736 | 524 |3484 |  1 | 957 |1942 | 3.926668e+01 | 5.500000e+01 |  40.07%| unknown
3156.67/3165.91	c  3166s| 21500 | 21501 | 21349k| 945.7 |   446M |  28 | 500 | 737 | 523 |3484 |  1 | 961 |1942 | 3.926864e+01 | 5.500000e+01 |  40.06%| unknown
3168.04/3177.34	c  3177s| 21600 | 21601 | 21446k| 945.8 |   446M |  28 | 500 | 740 | 523 |3485 |  1 | 970 |1942 | 3.927308e+01 | 5.500000e+01 |  40.05%| unknown
3179.72/3189.05	c  3189s| 21700 | 21701 | 21535k| 945.6 |   446M |  28 | 500 | 741 | 525 |3493 |  1 | 974 |1951 | 3.927353e+01 | 5.500000e+01 |  40.04%| unknown
3188.80/3198.15	c  3198s| 21800 | 21801 | 21606k| 944.5 |   446M |  28 | 500 | 740 | 525 |3494 |  1 | 977 |1957 | 3.927406e+01 | 5.500000e+01 |  40.04%| unknown
3200.45/3209.87	c  3210s| 21900 | 21901 | 21696k| 944.4 |   447M |  28 | 500 | 742 | 523 |3504 |  1 | 980 |1961 | 3.927545e+01 | 5.500000e+01 |  40.04%| unknown
3207.34/3216.73	c  3217s| 22000 | 22001 | 21749k| 942.6 |   447M |  28 | 500 | 741 | 524 |3504 |  1 | 982 |1964 | 3.927545e+01 | 5.500000e+01 |  40.04%| unknown
3219.40/3228.86	c  3229s| 22100 | 22101 | 21851k| 942.9 |   447M |  28 | 500 | 742 | 525 |3510 |  1 | 983 |1966 | 3.927742e+01 | 5.500000e+01 |  40.03%| unknown
3228.69/3238.19	c  3238s| 22200 | 22201 | 21930k| 942.2 |   447M |  28 | 500 | 743 | 524 |3511 |  1 | 988 |1971 | 3.927800e+01 | 5.500000e+01 |  40.03%| unknown
3238.45/3247.94	c  3248s| 22300 | 22301 | 22006k| 941.5 |   447M |  28 | 500 | 745 | 525 |3513 |  1 | 992 |1971 | 3.928046e+01 | 5.500000e+01 |  40.02%| unknown
3247.23/3256.72	c  3257s| 22400 | 22401 | 22080k| 940.6 |   447M |  28 | 500 | 740 | 525 |3515 |  1 | 996 |1973 | 3.928046e+01 | 5.500000e+01 |  40.02%| unknown
3257.62/3267.14	c  3267s| 22500 | 22501 | 22170k| 940.4 |   447M |  28 | 500 | 744 | 524 |3516 |  1 |1001 |1975 | 3.928091e+01 | 5.500000e+01 |  40.02%| unknown
3266.98/3276.55	c  3277s| 22600 | 22601 | 22248k| 939.7 |   448M |  28 | 500 | 745 | 522 |3516 |  1 |1005 |1975 | 3.928122e+01 | 5.500000e+01 |  40.02%| unknown
3276.26/3285.85	c  3286s| 22700 | 22701 | 22324k| 939.0 |   448M |  28 | 500 | 738 | 523 |3516 |  1 |1010 |1979 | 3.928153e+01 | 5.500000e+01 |  40.01%| unknown
3285.13/3294.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3285.13/3294.76	c  3295s| 22800 | 22801 | 22397k| 938.1 |   448M |  28 | 500 | 741 | 523 |3518 |  2 |1015 |1982 | 3.928196e+01 | 5.500000e+01 |  40.01%| unknown
3295.21/3304.83	c  3305s| 22900 | 22901 | 22482k| 937.7 |   448M |  28 | 500 | 739 | 522 |3521 |  1 |1016 |1990 | 3.928254e+01 | 5.500000e+01 |  40.01%| unknown
3302.89/3312.58	c  3313s| 23000 | 23001 | 22546k| 936.5 |   448M |  28 | 500 | 742 | 524 |3523 |  1 |1019 |1992 | 3.928254e+01 | 5.500000e+01 |  40.01%| unknown
3314.47/3324.13	c  3324s| 23100 | 23101 | 22639k| 936.5 |   448M |  28 | 500 | 744 | 522 |3526 |  1 |1023 |1994 | 3.928322e+01 | 5.500000e+01 |  40.01%| unknown
3328.22/3337.95	c  3338s| 23200 | 23201 | 22731k| 936.4 |   448M |  28 | 500 | 745 | 525 |3557 |  1 |1028 |1997 | 3.928556e+01 | 5.500000e+01 |  40.00%| unknown
3338.70/3348.49	c  3348s| 23300 | 23301 | 22817k| 936.1 |   448M |  28 | 500 | 745 | 525 |3568 |  1 |1034 |1998 | 3.928636e+01 | 5.500000e+01 |  40.00%| unknown
3348.67/3358.41	c  3358s| 23400 | 23401 | 22887k| 935.1 |   448M |  28 | 500 | 746 | 525 |3571 |  1 |1039 |2000 | 3.928822e+01 | 5.500000e+01 |  39.99%| unknown
3359.25/3369.10	c  3369s| 23500 | 23501 | 22968k| 934.6 |   448M |  28 | 500 | 751 | 523 |3580 |  1 |1046 |2001 | 3.928899e+01 | 5.500000e+01 |  39.99%| unknown
3371.11/3380.92	c  3381s| 23600 | 23601 | 23066k| 934.8 |   448M |  28 | 500 | 751 | 525 |3592 |  1 |1052 |2002 | 3.928911e+01 | 5.500000e+01 |  39.99%| unknown
3384.47/3394.31	c  3394s| 23700 | 23701 | 23152k| 934.5 |   448M |  28 | 500 | 753 | 524 |3623 |  1 |1057 |2003 | 3.929435e+01 | 5.500000e+01 |  39.97%| unknown
3392.06/3401.92	c  3402s| 23800 | 23801 | 23215k| 933.3 |   448M |  28 | 500 | 750 | 523 |3623 |  1 |1059 |2005 | 3.929687e+01 | 5.500000e+01 |  39.96%| unknown
3402.83/3412.70	c  3413s| 23900 | 23901 | 23309k| 933.3 |   448M |  28 | 500 | 749 | 525 |3624 |  1 |1065 |2005 | 3.929910e+01 | 5.500000e+01 |  39.95%| unknown
3413.70/3423.66	c  3424s| 24000 | 24001 | 23395k| 933.0 |   448M |  28 | 500 | 751 | 524 |3632 |  1 |1070 |2011 | 3.929960e+01 | 5.500000e+01 |  39.95%| unknown
3421.09/3431.06	c  3431s| 24100 | 24101 | 23454k| 931.6 |   448M |  28 | 500 | 750 | 524 |3633 |  1 |1071 |2012 | 3.930175e+01 | 5.500000e+01 |  39.94%| unknown
3430.56/3440.51	c  3441s| 24200 | 24201 | 23529k| 930.9 |   448M |  28 | 500 | 752 | 525 |3641 |  1 |1077 |2015 | 3.930394e+01 | 5.500000e+01 |  39.94%| unknown
3443.14/3453.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3443.14/3453.13	c  3453s| 24300 | 24301 | 23628k| 931.2 |   448M |  28 | 500 | 754 | 525 |3652 |  1 |1081 |2017 | 3.930491e+01 | 5.500000e+01 |  39.93%| unknown
3453.60/3463.63	c  3464s| 24400 | 24401 | 23711k| 930.8 |   448M |  28 | 500 | 758 | 525 |3652 |  1 |1085 |2023 | 3.930622e+01 | 5.500000e+01 |  39.93%| unknown
3461.58/3471.64	c  3472s| 24500 | 24501 | 23777k| 929.7 |   448M |  28 | 500 | 761 | 525 |3652 |  1 |1089 |2025 | 3.930680e+01 | 5.500000e+01 |  39.92%| unknown
3471.55/3481.62	c  3482s| 24600 | 24601 | 23863k| 929.4 |   448M |  28 | 500 | 760 | 523 |3655 |  1 |1093 |2026 | 3.930902e+01 | 5.500000e+01 |  39.92%| unknown
3481.23/3491.31	c  3491s| 24700 | 24701 | 23935k| 928.6 |   448M |  28 | 500 | 761 | 523 |3656 |  1 |1098 |2032 | 3.931057e+01 | 5.500000e+01 |  39.91%| unknown
3492.10/3502.23	c  3502s| 24800 | 24801 | 24025k| 928.5 |   448M |  28 | 500 | 764 | 525 |3663 |  1 |1101 |2034 | 3.931115e+01 | 5.500000e+01 |  39.91%| unknown
3501.38/3511.50	c  3511s| 24900 | 24901 | 24096k| 927.7 |   448M |  28 | 500 | 767 | 523 |3667 |  1 |1108 |2036 | 3.931260e+01 | 5.500000e+01 |  39.90%| unknown
3509.36/3519.52	c  3520s| 25000 | 25001 | 24165k| 926.7 |   448M |  28 | 500 | 768 | 525 |3667 |  1 |1109 |2036 | 3.931379e+01 | 5.500000e+01 |  39.90%| unknown
3518.94/3529.12	c  3529s| 25100 | 25101 | 24245k| 926.3 |   448M |  28 | 500 | 770 | 524 |3668 |  1 |1117 |2038 | 3.931503e+01 | 5.500000e+01 |  39.90%| unknown
3526.61/3536.85	c  3537s| 25200 | 25201 | 24307k| 925.1 |   448M |  28 | 500 | 774 | 523 |3669 |  1 |1121 |2039 | 3.931574e+01 | 5.500000e+01 |  39.89%| unknown
3535.59/3545.82	c  3546s| 25300 | 25301 | 24380k| 924.4 |   448M |  28 | 500 | 774 | 522 |3670 |  1 |1122 |2040 | 3.931692e+01 | 5.500000e+01 |  39.89%| unknown
3545.96/3556.24	c  3556s| 25400 | 25401 | 24468k| 924.2 |   448M |  28 | 500 | 774 | 523 |3670 |  1 |1127 |2046 | 3.931692e+01 | 5.500000e+01 |  39.89%| unknown
3557.43/3567.74	c  3568s| 25500 | 25501 | 24554k| 924.0 |   449M |  28 | 500 | 777 | 523 |3692 |  1 |1132 |2048 | 3.931788e+01 | 5.500000e+01 |  39.89%| unknown
3567.61/3577.93	c  3578s| 25600 | 25601 | 24622k| 923.0 |   449M |  28 | 500 | 780 | 523 |3711 |  1 |1136 |2051 | 3.931951e+01 | 5.500000e+01 |  39.88%| unknown
3577.69/3588.10	c  3588s| 25700 | 25701 | 24702k| 922.6 |   449M |  28 | 500 | 780 | 523 |3722 |  1 |1138 |2052 | 3.932095e+01 | 5.500000e+01 |  39.87%| unknown
3586.56/3597.00	c 
3586.56/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3586.56/3597.00	c Solving Time (sec) : 3597.00
3586.56/3597.00	c Solving Nodes      : 25787 (total of 26836 nodes in 2 runs)
3586.56/3597.00	c Primal Bound       : +5.50000000000000e+01 (700 solutions)
3586.56/3597.00	c Dual Bound         : +3.93226318305615e+01
3586.56/3597.00	c Gap                : 39.87 %
3586.67/3597.01	s SATISFIABLE
3586.67/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 
3586.67/3597.01	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
3586.67/3597.01	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
3586.67/3597.01	v -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 x423 -x422 -x421 -x420 x419 -x418 -x417 -x416 
3586.67/3597.01	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
3586.67/3597.01	v -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
3586.67/3597.01	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
3586.67/3597.01	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 
3586.67/3597.01	v -x332 -x331 x330 -x329 -x328 -x327 -x326 -x325 x324 -x323 -x322 -x321 -x320 x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 
3586.67/3597.01	v -x311 x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 x299 x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 
3586.67/3597.01	v -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
3586.67/3597.01	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 
3586.67/3597.01	v -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 x228 -x227 
3586.67/3597.01	v -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 -x207 -x206 
3586.67/3597.01	v -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 x188 -x187 -x186 -x185 
3586.67/3597.01	v -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 
3586.67/3597.01	v -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 
3586.67/3597.01	v x142 -x141 x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 x124 -x123 -x122 x121 
3586.67/3597.01	v -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 x110 -x109 x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 
3586.67/3597.01	v -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 
3586.67/3597.01	v x73 x72 -x71 x70 -x69 x68 -x67 -x66 -x65 -x64 x63 -x62 x61 -x60 x59 -x58 -x57 x56 x55 x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 
3586.67/3597.01	v x46 -x45 -x44 -x43 x42 -x41 -x40 x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 x28 -x27 x26 -x25 x24 -x23 -x22 -x21 
3586.67/3597.01	v -x20 x19 -x18 -x17 x16 -x15 x14 x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 x5 -x4 -x3 -x2 x1 
3586.67/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.67/3597.01	c Total Time         :    3597.00
3586.67/3597.01	c   solving          :    3597.00
3586.67/3597.01	c   presolving       :       0.17 (included in solving)
3586.67/3597.01	c   reading          :       0.04 (included in solving)
3586.67/3597.01	c   copying          :       0.08 (19 #copies) (minimal 0.00, maximal 0.01, average 0.00)
3586.67/3597.01	c Original Problem   :
3586.67/3597.01	c   Problem name     : HOME/instance-4498360-1751268990.opb
3586.67/3597.01	c   Variables        : 6818 (500 binary, 0 integer, 6318 implicit integer, 0 continuous)
3586.67/3597.01	c   Constraints      : 7318 initial, 7318 maximal
3586.67/3597.01	c   Objective        : minimize, 500 non-zeros (abs.min = 1, abs.max = 1)
3586.67/3597.01	c Presolved Problem  :
3586.67/3597.01	c   Problem name     : t_HOME/instance-4498360-1751268990.opb
3586.67/3597.01	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.67/3597.01	c   Constraints      : 574 initial, 782 maximal
3586.67/3597.01	c   Objective        : minimize, 500 non-zeros (abs.min = 1, abs.max = 1)
3586.67/3597.01	c   Nonzeros         : 18312 constraint, 0 clique table
3586.67/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.67/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   trivial          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   dualfix          :       0.01       0.00      5       6318          0          0          0          0          0          0          0          0
3586.67/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   vbounds          :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   linear           :       0.02       0.00      5          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   logicor          :       0.02       0.00      8          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   pseudoboolean    :       0.02       0.00      1          0          0          0          0          0       7318        500          0          0
3586.67/3597.01	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.67/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.67/3597.01	c   benderslp        :          0          0          0          0      26835          0          0       2271          0          0          0          0          0          0          0
3586.67/3597.01	c   integral         :          0          0          0          0      26835          0          0       2271          0          0          0          0          0          0      53670
3586.67/3597.01	c   linear           :         16         16         11     264849          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   logicor          :        558+       766         25     135759          0          0          0       2267        837        265          0          0          0          0          0
3586.67/3597.01	c   benders          :          0          0          0          0          0          0          0        797          0          0          0          0          0          0          0
3586.67/3597.01	c   fixedvar         :          0          0          0          0          0          0          0        795          0          0          0          0          0          0          0
3586.67/3597.01	c   countsols        :          0          0          0          0          0          0          0        795          0          0          0          0          0          0          0
3586.67/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.67/3597.01	c   benderslp        :       0.01       0.00       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00
3586.67/3597.01	c   integral         :     266.33       0.00       0.00       0.00     266.33       0.00       0.00       0.01       0.00       0.00
3586.67/3597.01	c   linear           :       1.57       0.00       1.18       0.38       0.00       0.00       0.00       0.00       0.00       0.01
3586.67/3597.01	c   logicor          :       0.44       0.00       0.00       0.42       0.00       0.00       0.00       0.01       0.00       0.00
3586.67/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.67/3597.01	c   fixedvar         :       0.26       0.00       0.00       0.00       0.00       0.00       0.00       0.26       0.00       0.00
3586.67/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.67/3597.01	c   components       :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
3586.67/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.67/3597.01	c   dualfix          :          3          0          0          0
3586.67/3597.01	c   genvbounds       :          0          0          0          0
3586.67/3597.01	c   nlobbt           :          0          0          0          0
3586.67/3597.01	c   obbt             :          0          0          0          0
3586.67/3597.01	c   probing          :          0          0          0          0
3586.67/3597.01	c   pseudoobj        :      53699          0          0          0
3586.67/3597.01	c   redcost          :         29          0          0          0
3586.67/3597.01	c   rootredcost      :          2          0          0          0
3586.67/3597.01	c   symmetry         :          0          0          0          0
3586.67/3597.01	c   vbounds          :          0          0          0          0
3586.67/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.67/3597.01	c   dualfix          :       0.01       0.00       0.01       0.00       0.00       0.00
3586.67/3597.01	c   genvbounds       :       0.03       0.00       0.00       0.03       0.00       0.00
3586.67/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.67/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.67/3597.01	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.67/3597.01	c   pseudoobj        :       0.06       0.00       0.00       0.06       0.00       0.00
3586.67/3597.01	c   redcost          :       0.04       0.00       0.00       0.04       0.00       0.00
3586.67/3597.01	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00       0.00
3586.67/3597.01	c   symmetry         :       0.04       0.00       0.00       0.04       0.00       0.00
3586.67/3597.01	c   vbounds          :       0.04       0.00       0.01       0.03       0.00       0.00
3586.67/3597.01	c Symmetry           :
3586.67/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.67/3597.01	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.67/3597.01	c   lexicographic red:          0 reductions applied,          0 cutoffs
3586.67/3597.01	c   shadow tree time :       0.00 s
3586.67/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.67/3597.01	c   propagation      :       0.00        264         11          -         52      146.4          0        0.0          -          -          -
3586.67/3597.01	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.67/3597.01	c   bound exceed. LP :       0.83       2060       1132          -       1438       83.9          0        0.0          0        0.0       5520
3586.67/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.67/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.67/3597.01	c   applied globally :       0.00          -          -          0        942       61.5          -          -          0          -          -
3586.67/3597.01	c   applied locally  :          -          -          -          0        201      103.3          -          -          0          -          -
3586.67/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.67/3597.01	c   cut pool         :      26.79          -       9517         43          -          -     197259     324191          -          -          -          -          -    (maximal pool size:       5411)
3586.67/3597.01	c   aggregation      :     261.47       0.00       4204         25          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.67/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.67/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.67/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   clique           :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   gomory           :      53.32       0.00       3874         20          0          0     197181     322614          0       4199       4199          0          0
3586.67/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -     219529          0       3549       3549          0          -
3586.67/3597.01	c   > strongcg       :          -          -          -          -          -          -          -     103085          0        650        650          0          -
3586.67/3597.01	c   impliedbounds    :       0.06       0.00       4204         25          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   multilinear      :       0.00       0.00       3287         25          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   rapidlearning    :       0.02       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   rlt              :       0.01       0.00        868         20          0          0          0          0          0          0          0          0          0
3586.67/3597.01	c   zerohalf         :      35.89       0.00       3879         25          0          0         78       1577          0        213        213          0          0
3586.67/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.67/3597.01	c   hybrid           :       2.00       0.00       4412         25       4412          0     319779         25          0       5321
3586.67/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.67/3597.01	c   problem variables:       0.00          -          0          0
3586.67/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.67/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c   relpscost        :     266.31       0.00      26835          0          0          0          0          0          0      53670
3586.67/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.67/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.67/3597.01	c   LP solutions     :       0.00          -          -          0          0
3586.67/3597.01	c   relax solutions  :       0.00          -          -          0          0
3586.67/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3586.67/3597.01	c   strong branching :       0.16          -          -        180          0
3586.67/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3586.67/3597.01	c   adaptivediving   :      11.48       0.00         12          0          0
3586.67/3597.01	c   alns             :       1.17       0.00          7          0          0
3586.67/3597.01	c   bound            :       0.00       0.00          0          0          0
3586.67/3597.01	c   clique           :       0.00       0.00          0          0          0
3586.67/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3586.67/3597.01	c   completesol      :       0.00       0.00          0          0          0
3586.67/3597.01	c   conflictdiving   :     195.64       0.00        467          1          0
3586.67/3597.01	c   crossover        :       0.49       0.00          2          2          0
3586.67/3597.01	c   dins             :       0.00       0.00          0          0          0
3586.67/3597.01	c   distributiondivin:     118.04       0.00        100          2          0
3586.67/3597.01	c   dps              :       0.00       0.00          0          0          0
3586.67/3597.01	c   dualval          :       0.00       0.00          0          0          0
3586.67/3597.01	c   farkasdiving     :       0.00       0.00          0          0          0
3586.67/3597.01	c   feasjump         :       0.00       0.00          0          0          0
3586.67/3597.01	c   feaspump         :       0.00       0.00          0          0          0
3586.67/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3586.67/3597.01	c   fracdiving       :      81.60       0.00         90          1          0
3586.67/3597.01	c   gins             :       0.01       0.00          0          0          0
3586.67/3597.01	c   guideddiving     :      70.87       0.00         84          0          0
3586.67/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3586.67/3597.01	c   indicator        :       0.01       0.00          0          0          0
3586.67/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3586.67/3597.01	c   indoneopt        :       0.01       0.00          0          0          0
3586.67/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3586.67/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3586.67/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3586.67/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3586.67/3597.01	c   linesearchdiving :      65.15       0.00        109          0          0
3586.67/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3586.67/3597.01	c   locks            :       0.01       0.00          1          1          1
3586.67/3597.01	c   lpface           :       0.01       0.00          0          0          0
3586.67/3597.01	c   mpec             :       0.00       0.00          0          0          0
3586.67/3597.01	c   multistart       :       0.00       0.00          0          0          0
3586.67/3597.01	c   mutation         :       0.00       0.00          0          0          0
3586.67/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3586.67/3597.01	c   objpscostdiving  :      32.93       0.00         26         15          0
3586.67/3597.01	c   octane           :       0.00       0.00          0          0          0
3586.67/3597.01	c   ofins            :       0.00       0.00          0          0          0
3586.67/3597.01	c   oneopt           :       0.01       0.00          1          1          1
3586.67/3597.01	c   padm             :       0.00       0.00          0          0          0
3586.67/3597.01	c   proximity        :       0.00       0.00          0          0          0
3586.67/3597.01	c   pscostdiving     :     274.36       0.00        509        193          0
3586.67/3597.01	c   randrounding     :       0.10       0.00       1468          0          0
3586.67/3597.01	c   rens             :       0.00       0.00          0          0          0
3586.67/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3586.67/3597.01	c   repair           :       0.00       0.00          0          0          0
3586.67/3597.01	c   rins             :      32.14       0.00         10         10          0
3586.67/3597.01	c   rootsoldiving    :      10.97       0.00         98          0          0
3586.67/3597.01	c   rounding         :       0.62       0.00       2417          0          0
3586.67/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3586.67/3597.01	c   shiftandpropagate:       0.00       0.00          0          0          0
3586.67/3597.01	c   shifting         :       0.40       0.00       1127          0          0
3586.67/3597.01	c   simplerounding   :       0.61       0.00      31247         69          0
3586.67/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3586.67/3597.01	c   subnlp           :       0.01       0.00          0          0          0
3586.67/3597.01	c   trivial          :       0.00       0.00          4          1          1
3586.67/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3586.67/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3586.67/3597.01	c   trysol           :       0.01       0.00          0          0          0
3586.67/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3586.67/3597.01	c   undercover       :       0.00       0.00          0          0          0
3586.67/3597.01	c   vbounds          :       0.00       0.00          0          0          0
3586.67/3597.01	c   veclendiving     :      68.52       0.00        192          0          0
3586.67/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3586.67/3597.01	c   zirounding       :       2.26       0.00      11201        224          0
3586.67/3597.01	c   other solutions  :          -          -          -          0          -
3586.67/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
3586.67/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
3586.67/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
3586.67/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
3586.67/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
3586.67/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
3586.67/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
3586.67/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
3586.67/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
3586.67/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
3586.67/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.67/3597.01	c   primal LP        :       6.74        553          0       0.00       0.00       6.74        553
3586.67/3597.01	c   dual LP          :    1965.36      31248   14387316     460.42    7320.46       0.00          0
3586.67/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3586.67/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.67/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3586.67/3597.01	c   diving/probing LP:     910.06      10978   10388735     946.32   11415.39
3586.67/3597.01	c   strong branching :     246.04       2053    1708112     832.01    6942.42          -          -       2336
3586.67/3597.01	c     (at root node) :          -         52      48693     936.40          -
3586.67/3597.01	c   conflict analysis:       0.49        552       5520      10.00   11216.64
3586.67/3597.01	c B&B Tree           :
3586.67/3597.01	c   number of runs   :          2
3586.67/3597.01	c   nodes            :      25787 (25786 internal, 1 leaves)
3586.67/3597.01	c   feasible leaves  :          0
3586.67/3597.01	c   infeas. leaves   :          0
3586.67/3597.01	c   objective leaves :          0
3586.67/3597.01	c   nodes (total)    :      26836 (26835 internal, 1 leaves)
3586.67/3597.01	c   nodes left       :      25787
3586.67/3597.01	c   max depth        :         28
3586.67/3597.01	c   max depth (total):         28
3586.67/3597.01	c   backtracks       :       6732 (26.1%)
3586.67/3597.01	c   early backtracks :          0 (0.0%)
3586.67/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3586.67/3597.01	c   delayed cutoffs  :          0
3586.67/3597.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3586.67/3597.01	c   avg switch length:       5.86
3586.67/3597.01	c   switching time   :       7.73
3586.67/3597.01	c Root Node          :
3586.67/3597.01	c   First LP value   : +3.65065974226933e+01
3586.67/3597.01	c   First LP Iters   :      10342 (6350.86 Iter/sec)
3586.67/3597.01	c   First LP Time    :       1.63
3586.67/3597.01	c   Final Dual Bound : +3.81707578745700e+01
3586.67/3597.01	c   Final Root Iters :      25494
3586.67/3597.01	c   Root LP Estimate : +4.75400223593726e+01
3586.67/3597.01	c Solution           :
3586.67/3597.01	c   Solutions found  :        700 (3 improvements)
3586.67/3597.01	c   First Solution   : +5.00000000000000e+02   (in run 1, after 1 nodes, 0.17 seconds, depth 0, found by <trivial>)
3586.67/3597.01	c   Gap First Sol.   :   infinite
3586.67/3597.01	c   Gap Last Sol.    :   infinite
3586.67/3597.01	c   Primal Bound     : +5.50000000000000e+01   (in run 1, after 1 nodes, 0.18 seconds, depth 0, found by <oneopt>)
3586.67/3597.01	c   Dual Bound       : +3.93226318305615e+01
3586.67/3597.01	c   Gap              :      39.87 %
3586.67/3597.01	c Integrals          :      Total       Avg%
3586.67/3597.01	c   primal-dual      :  105925.43      29.45
3586.67/3597.01	c   primal-ref       :          -          - (not evaluated)
3586.67/3597.01	c   dual-ref         :          -          - (not evaluated)
3586.86/3597.29	c Time complete: 3586.97.

Verifier Data

OK	55

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=44865, runsolver pid=44862

[startup+0.100072 s]*
/proc/loadavg: 4.09 3.81 2.37 5/252 44866
/proc/meminfo: memFree=128570080/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=71648 memory=44544 CPUtime=0.1 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 7917 0 0 0 8 2 0 0 20 0 1 0 42578117 73367552 11136 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 17912 11136 3584 3530 0 9363 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 71648 KiB
Current children cumulated memory: 44544 KiB

[startup+0.213013 s]*
/proc/loadavg: 4.09 3.81 2.37 5/252 44866
/proc/meminfo: memFree=128570080/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=75800 memory=48640 CPUtime=0.21 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 8714 0 0 0 19 2 0 0 20 0 1 0 42578117 77619200 12160 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 18950 12160 3808 3530 0 10401 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 75800 KiB
Current children cumulated memory: 48640 KiB

[startup+0.31287 s]*
/proc/loadavg: 4.09 3.81 2.37 5/252 44866
/proc/meminfo: memFree=128570080/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=75960 memory=48768 CPUtime=0.31 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 8749 0 0 0 29 2 0 0 20 0 1 0 42578117 77783040 12192 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 18990 12192 3808 3530 0 10441 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 75960 KiB
Current children cumulated memory: 48768 KiB

[startup+0.700241 s]
/proc/loadavg: 4.09 3.81 2.37 5/252 44866
/proc/meminfo: memFree=128570080/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=76264 memory=49024 CPUtime=0.68 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 8819 0 0 0 66 2 0 0 20 0 1 0 42578117 78094336 12256 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 19066 12256 3808 3530 0 10517 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 76264 KiB
Current children cumulated memory: 49024 KiB

[startup+1.50024 s]
/proc/loadavg: 4.09 3.81 2.37 5/252 44866
/proc/meminfo: memFree=128562016/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=76972 memory=49816 CPUtime=1.48 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 9087 0 0 0 146 2 0 0 20 0 1 0 42578117 78819328 12454 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 19243 12454 3808 3530 0 10694 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 76972 KiB
Current children cumulated memory: 49816 KiB

[startup+3.11274 s]
/proc/loadavg: 4.09 3.81 2.37 5/252 44866
/proc/meminfo: memFree=128478352/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=167704 memory=139116 CPUtime=3.09 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 32090 0 0 0 304 5 0 0 20 0 1 0 42578117 171728896 34779 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 41926 34779 3840 3530 0 33377 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 167704 KiB
Current children cumulated memory: 139116 KiB

[startup+6.30032 s]
/proc/loadavg: 4.08 3.81 2.38 5/252 44866
/proc/meminfo: memFree=128454412/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=189464 memory=159852 CPUtime=6.27 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 37258 0 0 0 621 6 0 0 20 0 1 0 42578117 194011136 39963 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 47366 39963 3840 3530 0 38817 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 189464 KiB
Current children cumulated memory: 159852 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 3.82 2.39 5/250 44866
/proc/meminfo: memFree=128454964/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=189464 memory=159852 CPUtime=12.65 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 37262 0 0 0 1259 6 0 0 20 0 1 0 42578117 194011136 39963 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 47366 39963 3840 3530 0 38817 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 189464 KiB
Current children cumulated memory: 159852 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 3.83 2.41 5/250 44867
/proc/meminfo: memFree=128460380/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=189464 memory=161772 CPUtime=25.41 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 37520 0 0 0 2535 6 0 0 20 0 1 0 42578117 194011136 40443 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 47366 40443 3840 3530 0 38817 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 189464 KiB
Current children cumulated memory: 161772 KiB

[startup+51.1125 s]
/proc/loadavg: 4.12 3.86 2.46 5/250 44867
/proc/meminfo: memFree=128314700/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=289572 memory=261612 CPUtime=50.94 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 62334 0 0 0 5085 9 0 0 20 0 1 0 42578117 296521728 65403 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 72393 65403 3840 3530 0 63844 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 289572 KiB
Current children cumulated memory: 261612 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 3.90 2.55 5/250 44869
/proc/meminfo: memFree=128237876/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=353596 memory=324716 CPUtime=101.99 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 77713 0 0 0 10186 13 0 0 20 0 1 0 42578117 362082304 81179 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 88399 81179 3936 3530 0 79850 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 353596 KiB
Current children cumulated memory: 324716 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 3.95 2.65 5/250 44871
/proc/meminfo: memFree=128228648/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=353596 memory=325740 CPUtime=161.82 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 77816 0 0 0 16169 13 0 0 20 0 1 0 42578117 362082304 81435 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 88399 81435 3936 3530 0 79850 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 353596 KiB
Current children cumulated memory: 325740 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.97 2.75 5/250 44873
/proc/meminfo: memFree=128197896/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=353596 memory=328684 CPUtime=221.66 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 77921 0 0 0 22153 13 0 0 20 0 1 0 42578117 362082304 82171 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 88399 82171 3936 3530 0 79850 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 353596 KiB
Current children cumulated memory: 328684 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.00 2.83 5/250 44875
/proc/meminfo: memFree=128172080/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=353596 memory=328684 CPUtime=281.5 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 77972 0 0 0 28137 13 0 0 20 0 1 0 42578117 362082304 82171 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 88399 82171 3936 3530 0 79850 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 353596 KiB
Current children cumulated memory: 328684 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.01 2.91 5/250 44877
/proc/meminfo: memFree=128137632/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=353596 memory=328684 CPUtime=341.34 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 78110 0 0 0 34121 13 0 0 20 0 1 0 42578117 362082304 82171 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 88399 82171 3936 3530 0 79850 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 353596 KiB
Current children cumulated memory: 328684 KiB

[startup+402.3 s]
/proc/loadavg: 4.19 4.05 3.00 5/250 44879
/proc/meminfo: memFree=128069484/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=399280 memory=372844 CPUtime=401.17 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 89168 0 0 0 40103 14 0 0 20 0 1 0 42578117 408862720 93211 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 99820 93211 3936 3530 0 91271 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 399280 KiB
Current children cumulated memory: 372844 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.04 3.07 5/250 44881
/proc/meminfo: memFree=127977208/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=411408 memory=384492 CPUtime=461.02 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 92194 0 0 0 46087 15 0 0 20 0 1 0 42578117 421281792 96123 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 102852 96123 3936 3530 0 94303 0
Current children cumulated CPU time: 461.02 s

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

/proc/loadavg: 4.14 4.14 4.07 5/252 45293
/proc/meminfo: memFree=128347332/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=494180 memory=469484 CPUtime=3153.08 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 113442 0 0 0 315290 18 0 0 20 0 1 0 42578117 506040320 117371 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 123545 117371 3936 3530 0 114996 0
Current children cumulated CPU time: 3153.08 s
Current children cumulated vsize: 494180 KiB
Current children cumulated memory: 469484 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.13 4.07 5/251 45295
/proc/meminfo: memFree=128248076/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=494180 memory=469484 CPUtime=3212.92 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 113510 0 0 0 321274 18 0 0 20 0 1 0 42578117 506040320 117371 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 123545 117371 3936 3530 0 114996 0
Current children cumulated CPU time: 3212.92 s
Current children cumulated vsize: 494180 KiB
Current children cumulated memory: 469484 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.12 4.07 5/251 45298
/proc/meminfo: memFree=128132328/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=494780 memory=469612 CPUtime=3272.77 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 113544 0 0 0 327259 18 0 0 20 0 1 0 42578117 506654720 117403 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 123695 117403 3936 3530 0 115146 0
Current children cumulated CPU time: 3272.77 s
Current children cumulated vsize: 494780 KiB
Current children cumulated memory: 469612 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.07 5/249 45300
/proc/meminfo: memFree=128108840/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=494780 memory=470124 CPUtime=3332.61 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 113674 0 0 0 333243 18 0 0 20 0 1 0 42578117 506654720 117531 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 123695 117531 3936 3530 0 115146 0
Current children cumulated CPU time: 3332.61 s
Current children cumulated vsize: 494780 KiB
Current children cumulated memory: 470124 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.10 4.07 5/249 45301
/proc/meminfo: memFree=127714780/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=499488 memory=474732 CPUtime=3392.45 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 114836 0 0 0 339227 18 0 0 20 0 1 0 42578117 511475712 118683 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 124872 118683 3936 3530 0 116323 0
Current children cumulated CPU time: 3392.45 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 474732 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.13 4.08 5/249 45303
/proc/meminfo: memFree=127702184/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=499488 memory=474732 CPUtime=3452.3 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 114846 0 0 0 345212 18 0 0 20 0 1 0 42578117 511475712 118683 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 124872 118683 3936 3530 0 116323 0
Current children cumulated CPU time: 3452.3 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 474732 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.10 4.07 5/249 45305
/proc/meminfo: memFree=127688916/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=499488 memory=474732 CPUtime=3512.15 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 114846 0 0 0 351197 18 0 0 20 0 1 0 42578117 511475712 118683 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 124872 118683 3936 3530 0 116323 0
Current children cumulated CPU time: 3512.15 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 474732 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.11 4.08 5/249 45307
/proc/meminfo: memFree=127616956/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=499488 memory=474732 CPUtime=3572 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 114848 0 0 0 357182 18 0 0 20 0 1 0 42578117 511475712 118683 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 124872 118683 3936 3530 0 116323 0
Current children cumulated CPU time: 3572 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 474732 KiB

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

# cumulated CPU time of all completed processes:  user=3586.78 s, system=0.191341 s

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

[startup+3584 s]*
/proc/loadavg: 4.14 4.11 4.08 5/249 45307
/proc/meminfo: memFree=127617104/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=499488 memory=474732 CPUtime=3573.71 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 114848 0 0 0 357353 18 0 0 20 0 1 0 42578117 511475712 118683 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 124872 118683 3936 3530 0 116323 0
Current children cumulated CPU time: 3573.71 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 474732 KiB

[startup+3590.4 s]
/proc/loadavg: 4.12 4.11 4.08 5/249 45308
/proc/meminfo: memFree=127617608/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=499488 memory=474732 CPUtime=3580.08 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 114850 0 0 0 357990 18 0 0 20 0 1 0 42578117 511475712 118683 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 124872 118683 3936 3530 0 116323 0
Current children cumulated CPU time: 3580.08 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 474732 KiB

[startup+3593.6 s]
/proc/loadavg: 4.12 4.11 4.08 5/249 45308
/proc/meminfo: memFree=127617608/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=499488 memory=474732 CPUtime=3583.27 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 114850 0 0 0 358309 18 0 0 20 0 1 0 42578117 511475712 118683 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 124872 118683 3936 3530 0 116323 0
Current children cumulated CPU time: 3583.27 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 474732 KiB

[startup+3595.2 s]
/proc/loadavg: 4.11 4.11 4.08 5/249 45308
/proc/meminfo: memFree=127615984/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=499488 memory=474732 CPUtime=3584.86 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 114850 0 0 0 358468 18 0 0 20 0 1 0 42578117 511475712 118683 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 124872 118683 3936 3530 0 116323 0
Current children cumulated CPU time: 3584.86 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 474732 KiB

[startup+3596 s]*
/proc/loadavg: 4.11 4.11 4.08 5/249 45308
/proc/meminfo: memFree=127615984/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=499488 memory=474732 CPUtime=3585.67 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 114850 0 0 0 358549 18 0 0 20 0 1 0 42578117 511475712 118683 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 124872 118683 3936 3530 0 116323 0
Current children cumulated CPU time: 3585.67 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 474732 KiB

[startup+3596.8 s]
/proc/loadavg: 4.11 4.11 4.08 5/249 45308
/proc/meminfo: memFree=127615984/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=499488 memory=474732 CPUtime=3586.46 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 114850 0 0 0 358628 18 0 0 20 0 1 0 42578117 511475712 118683 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 124872 118683 3936 3530 0 116323 0
Current children cumulated CPU time: 3586.46 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 474732 KiB

[startup+3597.2 s]
/proc/loadavg: 4.11 4.11 4.08 5/249 45308
/proc/meminfo: memFree=127614976/131382112 swapFree=33010684/33010684
[pid=44865] ppid=44862 vsize=499488 memory=474732 CPUtime=3586.86 cores=0,2
/proc/44865/stat : 44865 (pbscip) R 44862 44865 44395 0 -1 4194304 114850 0 0 0 358668 18 0 0 20 0 1 0 42578117 511475712 118683 18446744073709551615 4235264 18693293 140727849043936 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 59125760 140727849052553 140727849052652 140727849052652 140727849058254 0
/proc/44865/statm: 124872 118683 3936 3530 0 116323 0
Current children cumulated CPU time: 3586.86 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 474732 KiB

Child status: 0

Real time (s): 3597.3
CPU time (s): 3586.97
CPU user time (s): 3586.78
CPU system time (s): 0.191341
CPU usage (%): 99.7129
Max. virtual memory (cumulated for all children) (KiB): 499488
Max. memory (cumulated for all children) (KiB): 474732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.78
system time used= 0.191341
maximum resident set size= 474732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114871
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= 114
involuntary context switches= 7910


# summary of solver processes directly reported to runsolver:
#   pid: 44865
#   total CPU time (s): 3586.97
#   total CPU user time (s): 3586.78
#   total CPU system time (s): 0.191341

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2011 second user time and 31.9856 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 09:36:30
IDJOB=4498360
IDBENCH=148639
IDSOLVER=3365
FILE ID=nodeC007/4498360-1751268990
RUNJOBID= nodeC007-1751268232-44412
SLURM_JOB_ID= 9594174
Free space on /tmp= 432960 MiB

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

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

MD5SUM BENCH= 763c698584b52ae611e381227b838c50
RANDOM SEED=122838514

nodeC007 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	: 0xb00001f
cpu MHz		: 3491.880
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128593448 kB
MemAvailable:   128707612 kB
Buffers:            3280 kB
Cached:           922076 kB
SwapCached:            0 kB
Active:          1547988 kB
Inactive:         675696 kB
Active(anon):    1316288 kB
Inactive(anon):        0 kB
Active(file):     231700 kB
Inactive(file):   675696 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18788 kB
Writeback:             0 kB
AnonPages:       1301400 kB
Mapped:           137480 kB
Shmem:             17960 kB
KReclaimable:      92788 kB
Slab:             175932 kB
SReclaimable:      92788 kB
SUnreclaim:        83144 kB
KernelStack:        4064 kB
PageTables:         6132 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1895112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    753664 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC007 at 2025-06-30 10:36:27