Trace number 2693826

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 NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.09 1802.05

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-81-80--soft-33-100-0.wbo
MD5SUM8ea1de4cad02f20126bf15704ca9ee6a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.227965
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6480
Total number of constraints161
Number of soft constraints109
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint81
Top cost 6056
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6055
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693826-1277894779.wbo>
0.00/0.02	c original problem has 6698 variables (6589 bin, 0 int, 0 impl, 109 cont) and 271 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.02	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 109 impls, 25 clqs
0.00/0.04	c (round 2) 0 del vars, 1 del conss, 109 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 109 impls, 25 clqs
0.00/0.05	c (round 3) 0 del vars, 1 del conss, 109 chg bounds, 0 chg sides, 0 chg coeffs, 27 upgd conss, 109 impls, 25 clqs
0.00/0.05	c (round 4) 0 del vars, 1 del conss, 109 chg bounds, 0 chg sides, 0 chg coeffs, 52 upgd conss, 109 impls, 25 clqs
0.09/0.10	c    (0.1s) probing: 101/6589 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.10	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.10	c presolving (5 rounds):
0.09/0.10	c  0 deleted vars, 1 deleted constraints, 109 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.10	c  109 implications, 25 cliques
0.09/0.10	c presolved problem has 6698 variables (6589 bin, 0 int, 0 impl, 109 cont) and 270 constraints
0.09/0.10	c     109 constraints of type <indicator>
0.09/0.10	c      25 constraints of type <setppc>
0.09/0.10	c     109 constraints of type <linear>
0.09/0.10	c      27 constraints of type <logicor>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.07
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 1.2.1.2
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1799.99
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 3420
0.09/0.10	c 
0.09/0.10	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c lp/solvefreq = -1
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.09/0.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.11	c   0.1s|     1 |     2 |     0 |     - |  12M|   0 |   - |6698 | 270 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.59/3.64	c   3.5s| 10000 |  9998 |     0 |   0.0 |  16M|5279 |   - |6698 | 288 |   0 |   0 |   0 |  18 |   0 | 0.000000e+00 |      --      |    Inf 
6.99/7.04	c   6.7s| 20000 | 19982 |     0 |   0.0 |  19M|5279 |   - |6698 | 315 |   0 |   0 |   0 |  93 |   0 | 0.000000e+00 |      --      |    Inf 
10.39/10.47	c  10.0s| 30000 | 29968 |     0 |   0.0 |  22M|5279 |   - |6698 | 314 |   0 |   0 |   0 | 163 |   0 | 0.000000e+00 |      --      |    Inf 
13.99/14.04	c  13.3s| 40000 | 39948 |     0 |   0.0 |  25M|5279 |   - |6698 | 330 |   0 |   0 |   0 | 261 |   0 | 0.000000e+00 |      --      |    Inf 
17.60/17.62	c  16.7s| 50000 | 49930 |     0 |   0.0 |  28M|5279 |   - |6698 | 341 |   0 |   0 |   0 | 351 |   0 | 0.000000e+00 |      --      |    Inf 
22.00/22.02	c  21.0s| 60000 | 59916 |     0 |   0.0 |  30M|5279 |   - |6698 | 301 |   0 |   0 |   0 | 421 |   0 | 0.000000e+00 |      --      |    Inf 
25.79/25.88	c  24.6s| 70000 | 69899 |     0 |   0.0 |  33M|5279 |   - |6698 | 313 |   0 |   0 |   0 | 501 |   0 | 0.000000e+00 |      --      |    Inf 
29.99/30.03	c  28.6s| 80000 | 79891 |     0 |   0.0 |  36M|5279 |   - |6698 | 293 |   0 |   0 |   0 | 541 |   0 | 0.000000e+00 |      --      |    Inf 
34.29/34.33	c  32.8s| 90000 | 89875 |     0 |   0.0 |  39M|5279 |   - |6698 | 320 |   0 |   0 |   0 | 621 |   0 | 0.000000e+00 |      --      |    Inf 
38.29/38.39	c  36.6s|100000 | 99867 |     0 |   0.0 |  42M|5279 |   - |6698 | 320 |   0 |   0 |   0 | 661 |   0 | 0.000000e+00 |      --      |    Inf 
42.80/42.84	c  40.9s|110000 |109855 |     0 |   0.0 |  45M|5279 |   - |6698 | 348 |   0 |   0 |   0 | 721 |   0 | 0.000000e+00 |      --      |    Inf 
46.99/47.09	c  45.0s|120000 |119843 |     0 |   0.0 |  48M|5279 |   - |6698 | 369 |   0 |   0 |   0 | 781 |   0 | 0.000000e+00 |      --      |    Inf 
51.19/51.22	c  48.9s|130000 |129833 |     0 |   0.0 |  51M|5279 |   - |6698 | 360 |   0 |   0 |   0 | 831 |   0 | 0.000000e+00 |      --      |    Inf 
55.39/55.49	c  53.0s|140000 |139817 |     0 |   0.0 |  54M|5279 |   - |6698 | 397 |   0 |   0 |   0 | 911 |   0 | 0.000000e+00 |      --      |    Inf 
59.79/59.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.79/59.80	c  57.1s|150000 |149809 |     0 |   0.0 |  56M|5279 |   - |6698 | 404 |   0 |   0 |   0 | 951 |   0 | 0.000000e+00 |      --      |    Inf 
63.99/64.09	c  61.3s|160000 |159799 |     0 |   0.0 |  59M|5279 |   - |6698 | 427 |   0 |   0 |   0 |1001 |   0 | 0.000000e+00 |      --      |    Inf 
68.29/68.30	c  65.3s|170000 |169789 |     0 |   0.0 |  62M|5279 |   - |6698 | 421 |   0 |   0 |   0 |1051 |   0 | 0.000000e+00 |      --      |    Inf 
72.29/72.38	c  69.2s|180000 |179775 |     0 |   0.0 |  65M|5380 |   - |6698 | 441 |   0 |   0 |   0 |1121 |   0 | 0.000000e+00 |      --      |    Inf 
76.39/76.44	c  73.1s|190000 |189767 |     0 |   0.0 |  67M|5442 |   - |6698 | 427 |   0 |   0 |   0 |1161 |   0 | 0.000000e+00 |      --      |    Inf 
80.59/80.69	c  77.2s|200000 |199752 |     0 |   0.0 |  70M|5442 |   - |6698 | 450 |   0 |   0 |   0 |1233 |   0 | 0.000000e+00 |      --      |    Inf 
84.89/84.98	c  81.3s|210000 |209738 |     0 |   0.0 |  73M|5442 |   - |6698 | 468 |   0 |   0 |   0 |1314 |   0 | 0.000000e+00 |      --      |    Inf 
89.00/89.08	c  85.2s|220000 |219730 |     0 |   0.0 |  75M|5442 |   - |6698 | 468 |   0 |   0 |   0 |1354 |   0 | 0.000000e+00 |      --      |    Inf 
93.40/93.45	c  89.4s|230000 |229718 |     0 |   0.0 |  78M|5442 |   - |6698 | 467 |   0 |   0 |   0 |1414 |   0 | 0.000000e+00 |      --      |    Inf 
97.70/97.72	c  93.5s|240000 |239708 |     0 |   0.0 |  81M|5442 |   - |6698 | 461 |   0 |   0 |   0 |1464 |   0 | 0.000000e+00 |      --      |    Inf 
101.89/101.93	c  97.5s|250000 |249696 |     0 |   0.0 |  83M|5442 |   - |6698 | 458 |   0 |   0 |   0 |1524 |   0 | 0.000000e+00 |      --      |    Inf 
106.20/106.20	c   102s|260000 |259684 |     0 |   0.0 |  86M|5442 |   - |6698 | 463 |   0 |   0 |   0 |1584 |   0 | 0.000000e+00 |      --      |    Inf 
110.39/110.47	c   106s|270000 |269667 |     0 |   0.0 |  89M|5442 |   - |6698 | 472 |   0 |   0 |   0 |1664 |   0 | 0.000000e+00 |      --      |    Inf 
114.90/114.95	c   110s|280000 |279657 |     0 |   0.0 |  92M|5442 |   - |6698 | 463 |   0 |   0 |   0 |1714 |   0 | 0.000000e+00 |      --      |    Inf 
119.19/119.28	c   114s|290000 |289643 |     0 |   0.0 |  94M|5442 |   - |6698 | 475 |   0 |   0 |   0 |1784 |   0 | 0.000000e+00 |      --      |    Inf 
123.59/123.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.59/123.62	c   118s|300000 |299629 |     0 |   0.0 |  97M|5442 |   - |6698 | 486 |   0 |   0 |   0 |1854 |   0 | 0.000000e+00 |      --      |    Inf 
127.80/127.86	c   122s|310000 |309619 |     0 |   0.0 | 100M|5442 |   - |6698 | 499 |   0 |   0 |   0 |1904 |   0 | 0.000000e+00 |      --      |    Inf 
132.09/132.15	c   126s|320000 |319611 |     0 |   0.0 | 103M|5442 |   - |6698 | 497 |   0 |   0 |   0 |1944 |   0 | 0.000000e+00 |      --      |    Inf 
136.49/136.55	c   131s|330000 |329599 |     0 |   0.0 | 105M|5442 |   - |6698 | 513 |   0 |   0 |   0 |2004 |   0 | 0.000000e+00 |      --      |    Inf 
141.09/141.11	c   135s|340000 |339587 |     0 |   0.0 | 108M|5442 |   - |6698 | 506 |   0 |   0 |   0 |2064 |   0 | 0.000000e+00 |      --      |    Inf 
145.30/145.36	c   139s|350000 |349577 |     0 |   0.0 | 111M|5442 |   - |6698 | 518 |   0 |   0 |   0 |2114 |   0 | 0.000000e+00 |      --      |    Inf 
149.89/149.91	c   144s|360000 |359563 |     0 |   0.0 | 113M|5442 |   - |6698 | 550 |   0 |   0 |   0 |2184 |   0 | 0.000000e+00 |      --      |    Inf 
154.09/154.15	c   148s|370000 |369553 |     0 |   0.0 | 116M|5452 |   - |6698 | 553 |   0 |   0 |   0 |2234 |   0 | 0.000000e+00 |      --      |    Inf 
158.40/158.42	c   152s|380000 |379541 |     0 |   0.0 | 119M|5487 |   - |6698 | 568 |   0 |   0 |   0 |2294 |   0 | 0.000000e+00 |      --      |    Inf 
162.50/162.57	c   156s|390000 |389527 |     0 |   0.0 | 122M|5540 |   - |6698 | 574 |   0 |   0 |   0 |2364 |   0 | 0.000000e+00 |      --      |    Inf 
166.99/167.00	c   160s|400000 |399507 |     0 |   0.0 | 124M|5540 |   - |6698 | 601 |   0 |   0 |   0 |2457 |   0 | 0.000000e+00 |      --      |    Inf 
171.29/171.33	c   164s|410000 |409499 |     0 |   0.0 | 127M|5570 |   - |6698 | 573 |   0 |   0 |   0 |2497 |   0 | 0.000000e+00 |      --      |    Inf 
175.79/175.86	c   168s|420000 |419487 |     0 |   0.0 | 130M|5570 |   - |6698 | 582 |   0 |   0 |   0 |2557 |   0 | 0.000000e+00 |      --      |    Inf 
180.09/180.12	c   172s|430000 |429479 |     0 |   0.0 | 132M|5570 |   - |6698 | 570 |   0 |   0 |   0 |2597 |   0 | 0.000000e+00 |      --      |    Inf 
184.29/184.38	c   177s|440000 |439463 |     0 |   0.0 | 135M|5570 |   - |6698 | 603 |   0 |   0 |   0 |2677 |   0 | 0.000000e+00 |      --      |    Inf 
188.59/188.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.59/188.61	c   181s|450000 |449453 |     0 |   0.0 | 138M|5570 |   - |6698 | 612 |   0 |   0 |   0 |2727 |   0 | 0.000000e+00 |      --      |    Inf 
192.89/192.92	c   185s|460000 |459441 |     0 |   0.0 | 140M|5570 |   - |6698 | 620 |   0 |   0 |   0 |2787 |   0 | 0.000000e+00 |      --      |    Inf 
197.19/197.20	c   189s|470000 |469433 |     0 |   0.0 | 143M|5570 |   - |6698 | 617 |   0 |   0 |   0 |2827 |   0 | 0.000000e+00 |      --      |    Inf 
201.49/201.50	c   193s|480000 |479421 |     0 |   0.0 | 146M|5570 |   - |6698 | 646 |   0 |   0 |   0 |2887 |   0 | 0.000000e+00 |      --      |    Inf 
205.80/205.83	c   197s|490000 |489411 |     0 |   0.0 | 148M|5570 |   - |6698 | 632 |   0 |   0 |   0 |2937 |   0 | 0.000000e+00 |      --      |    Inf 
210.00/210.04	c   201s|500000 |499401 |     0 |   0.0 | 151M|5570 |   - |6698 | 626 |   0 |   0 |   0 |2987 |   0 | 0.000000e+00 |      --      |    Inf 
214.20/214.27	c   205s|510000 |509397 |     0 |   0.0 | 154M|5570 |   - |6698 | 613 |   0 |   0 |   0 |3007 |   0 | 0.000000e+00 |      --      |    Inf 
218.80/218.82	c   210s|520000 |519385 |     0 |   0.0 | 156M|5570 |   - |6698 | 631 |   0 |   0 |   0 |3067 |   0 | 0.000000e+00 |      --      |    Inf 
223.30/223.36	c   214s|530000 |529369 |     0 |   0.0 | 159M|5570 |   - |6698 | 657 |   0 |   0 |   0 |3147 |   0 | 0.000000e+00 |      --      |    Inf 
227.70/227.74	c   218s|540000 |539361 |     0 |   0.0 | 162M|5570 |   - |6698 | 631 |   0 |   0 |   0 |3187 |   0 | 0.000000e+00 |      --      |    Inf 
232.00/232.07	c   222s|550000 |549351 |     0 |   0.0 | 164M|5570 |   - |6698 | 643 |   0 |   0 |   0 |3237 |   0 | 0.000000e+00 |      --      |    Inf 
236.40/236.44	c   226s|560000 |559342 |     0 |   0.0 | 167M|5570 |   - |6698 | 652 |   0 |   0 |   0 |3279 |   0 | 0.000000e+00 |      --      |    Inf 
240.69/240.71	c   231s|570000 |569332 |     0 |   0.0 | 170M|5570 |   - |6698 | 651 |   0 |   0 |   0 |3329 |   0 | 0.000000e+00 |      --      |    Inf 
244.99/245.07	c   235s|580000 |579318 |     0 |   0.0 | 172M|5570 |   - |6698 | 674 |   0 |   0 |   0 |3399 |   0 | 0.000000e+00 |      --      |    Inf 
249.19/249.26	c   239s|590000 |589306 |     0 |   0.0 | 175M|5570 |   - |6698 | 667 |   0 |   0 |   0 |3459 |   0 | 0.000000e+00 |      --      |    Inf 
253.60/253.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.60/253.61	c   243s|600000 |599294 |     0 |   0.0 | 178M|5570 |   - |6698 | 679 |   0 |   0 |   0 |3519 |   0 | 0.000000e+00 |      --      |    Inf 
257.80/257.87	c   247s|610000 |609290 |     0 |   0.0 | 180M|5615 |   - |6698 | 656 |   0 |   0 |   0 |3539 |   0 | 0.000000e+00 |      --      |    Inf 
262.10/262.19	c   251s|620000 |619282 |     0 |   0.0 | 183M|5615 |   - |6698 | 672 |   0 |   0 |   0 |3579 |   0 | 0.000000e+00 |      --      |    Inf 
266.59/266.60	c   255s|630000 |629272 |     0 |   0.0 | 186M|5615 |   - |6698 | 687 |   0 |   0 |   0 |3629 |   0 | 0.000000e+00 |      --      |    Inf 
271.10/271.15	c   260s|640000 |639258 |     0 |   0.0 | 188M|5615 |   - |6698 | 702 |   0 |   0 |   0 |3699 |   0 | 0.000000e+00 |      --      |    Inf 
275.49/275.52	c   264s|650000 |649248 |     0 |   0.0 | 191M|5615 |   - |6698 | 695 |   0 |   0 |   0 |3749 |   0 | 0.000000e+00 |      --      |    Inf 
279.99/280.01	c   268s|660000 |659234 |     0 |   0.0 | 194M|5615 |   - |6698 | 721 |   0 |   0 |   0 |3819 |   0 | 0.000000e+00 |      --      |    Inf 
284.29/284.37	c   273s|670000 |669220 |     0 |   0.0 | 196M|5615 |   - |6698 | 742 |   0 |   0 |   0 |3889 |   0 | 0.000000e+00 |      --      |    Inf 
288.80/288.81	c   277s|680000 |679210 |     0 |   0.0 | 199M|5615 |   - |6698 | 737 |   0 |   0 |   0 |3939 |   0 | 0.000000e+00 |      --      |    Inf 
292.89/292.97	c   281s|690000 |689206 |     0 |   0.0 | 202M|5615 |   - |6698 | 727 |   0 |   0 |   0 |3959 |   0 | 0.000000e+00 |      --      |    Inf 
297.50/297.50	c   285s|700000 |699190 |     0 |   0.0 | 204M|5615 |   - |6698 | 764 |   0 |   0 |   0 |4039 |   0 | 0.000000e+00 |      --      |    Inf 
302.20/302.25	c   290s|710000 |709174 |     0 |   0.0 | 207M|5615 |   - |6698 | 776 |   0 |   0 |   0 |4119 |   0 | 0.000000e+00 |      --      |    Inf 
306.70/306.72	c   294s|720000 |719162 |     0 |   0.0 | 210M|5615 |   - |6698 | 771 |   0 |   0 |   0 |4179 |   0 | 0.000000e+00 |      --      |    Inf 
311.00/311.08	c   298s|730000 |729152 |     0 |   0.0 | 212M|5615 |   - |6698 | 784 |   0 |   0 |   0 |4229 |   0 | 0.000000e+00 |      --      |    Inf 
315.09/315.19	c   302s|740000 |739140 |     0 |   0.0 | 215M|5615 |   - |6698 | 778 |   0 |   0 |   0 |4289 |   0 | 0.000000e+00 |      --      |    Inf 
319.30/319.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.30/319.38	c   306s|750000 |749132 |     0 |   0.0 | 218M|5615 |   - |6698 | 782 |   0 |   0 |   0 |4329 |   0 | 0.000000e+00 |      --      |    Inf 
323.70/323.76	c   310s|760000 |759118 |     0 |   0.0 | 220M|5615 |   - |6698 | 807 |   0 |   0 |   0 |4399 |   0 | 0.000000e+00 |      --      |    Inf 
327.90/327.90	c   314s|770000 |769104 |     0 |   0.0 | 223M|5615 |   - |6698 | 812 |   0 |   0 |   0 |4469 |   0 | 0.000000e+00 |      --      |    Inf 
332.11/332.20	c   318s|780000 |779100 |     0 |   0.0 | 226M|5615 |   - |6698 | 788 |   0 |   0 |   0 |4489 |   0 | 0.000000e+00 |      --      |    Inf 
336.60/336.62	c   323s|790000 |789086 |     0 |   0.0 | 228M|5615 |   - |6698 | 805 |   0 |   0 |   0 |4559 |   0 | 0.000000e+00 |      --      |    Inf 
340.90/340.97	c   327s|800000 |799074 |     0 |   0.0 | 231M|5615 |   - |6698 | 806 |   0 |   0 |   0 |4619 |   0 | 0.000000e+00 |      --      |    Inf 
345.10/345.19	c   331s|810000 |809064 |     0 |   0.0 | 234M|5615 |   - |6698 | 815 |   0 |   0 |   0 |4669 |   0 | 0.000000e+00 |      --      |    Inf 
349.40/349.46	c   335s|820000 |819054 |     0 |   0.0 | 236M|5615 |   - |6698 | 816 |   0 |   0 |   0 |4719 |   0 | 0.000000e+00 |      --      |    Inf 
353.80/353.83	c   339s|830000 |829042 |     0 |   0.0 | 239M|5615 |   - |6698 | 828 |   0 |   0 |   0 |4779 |   0 | 0.000000e+00 |      --      |    Inf 
358.09/358.17	c   343s|840000 |839026 |     0 |   0.0 | 242M|5615 |   - |6698 | 832 |   0 |   0 |   0 |4859 |   0 | 0.000000e+00 |      --      |    Inf 
362.39/362.40	c   347s|850000 |849018 |     0 |   0.0 | 244M|5629 |   - |6698 | 813 |   0 |   0 |   0 |4899 |   0 | 0.000000e+00 |      --      |    Inf 
366.50/366.53	c   351s|860000 |859008 |     0 |   0.0 | 247M|5629 |   - |6698 | 827 |   0 |   0 |   0 |4949 |   0 | 0.000000e+00 |      --      |    Inf 
370.71/370.79	c   355s|870000 |868996 |     0 |   0.0 | 250M|5629 |   - |6698 | 826 |   0 |   0 |   0 |5009 |   0 | 0.000000e+00 |      --      |    Inf 
374.90/374.93	c   359s|880000 |878990 |     0 |   0.0 | 252M|5629 |   - |6698 | 819 |   0 |   0 |   0 |5039 |   0 | 0.000000e+00 |      --      |    Inf 
379.41/379.43	c   364s|890000 |888976 |     0 |   0.0 | 255M|5629 |   - |6698 | 841 |   0 |   0 |   0 |5109 |   0 | 0.000000e+00 |      --      |    Inf 
383.60/383.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
383.60/383.67	c   368s|900000 |898962 |     0 |   0.0 | 258M|5629 |   - |6698 | 849 |   0 |   0 |   0 |5179 |   0 | 0.000000e+00 |      --      |    Inf 
388.20/388.21	c   372s|910000 |908948 |     0 |   0.0 | 260M|5629 |   - |6698 | 858 |   0 |   0 |   0 |5249 |   0 | 0.000000e+00 |      --      |    Inf 
392.50/392.57	c   376s|920000 |918938 |     0 |   0.0 | 263M|5629 |   - |6698 | 840 |   0 |   0 |   0 |5299 |   0 | 0.000000e+00 |      --      |    Inf 
396.90/396.99	c   380s|930000 |928918 |     0 |   0.0 | 266M|5629 |   - |6698 | 878 |   0 |   0 |   0 |5399 |   0 | 0.000000e+00 |      --      |    Inf 
401.30/401.35	c   385s|940000 |938908 |     0 |   0.0 | 268M|5629 |   - |6698 | 865 |   0 |   0 |   0 |5449 |   0 | 0.000000e+00 |      --      |    Inf 
405.70/405.75	c   389s|950000 |948896 |     0 |   0.0 | 271M|5629 |   - |6698 | 877 |   0 |   0 |   0 |5509 |   0 | 0.000000e+00 |      --      |    Inf 
409.80/409.83	c   393s|960000 |958884 |     0 |   0.0 | 274M|5629 |   - |6698 | 878 |   0 |   0 |   0 |5569 |   0 | 0.000000e+00 |      --      |    Inf 
414.00/414.03	c   397s|970000 |968870 |     0 |   0.0 | 276M|5629 |   - |6698 | 880 |   0 |   0 |   0 |5635 |   0 | 0.000000e+00 |      --      |    Inf 
418.10/418.13	c   401s|980000 |978858 |     0 |   0.0 | 279M|5629 |   - |6698 | 875 |   0 |   0 |   0 |5695 |   0 | 0.000000e+00 |      --      |    Inf 
422.50/422.50	c   405s|990000 |988846 |     0 |   0.0 | 282M|5629 |   - |6698 | 878 |   0 |   0 |   0 |5755 |   0 | 0.000000e+00 |      --      |    Inf 
426.71/426.75	c   409s|  1000k|998836 |     0 |   0.0 | 284M|5629 |   - |6698 | 859 |   0 |   0 |   0 |5805 |   0 | 0.000000e+00 |      --      |    Inf 
430.90/430.97	c   413s|  1010k|  1008k|     0 |   0.0 | 287M|5629 |   - |6698 | 863 |   0 |   0 |   0 |5845 |   0 | 0.000000e+00 |      --      |    Inf 
435.10/435.18	c   417s|  1020k|  1018k|     0 |   0.0 | 290M|5629 |   - |6698 | 875 |   0 |   0 |   0 |5905 |   0 | 0.000000e+00 |      --      |    Inf 
439.40/439.49	c   421s|  1030k|  1028k|     0 |   0.0 | 292M|5629 |   - |6698 | 849 |   0 |   0 |   0 |5955 |   0 | 0.000000e+00 |      --      |    Inf 
443.80/443.88	c   426s|  1040k|  1038k|     0 |   0.0 | 295M|5629 |   - |6698 | 845 |   0 |   0 |   0 |6025 |   0 | 0.000000e+00 |      --      |    Inf 
448.31/448.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
448.31/448.35	c   430s|  1050k|  1048k|     0 |   0.0 | 298M|5629 |   - |6698 | 856 |   0 |   0 |   0 |6105 |   0 | 0.000000e+00 |      --      |    Inf 
452.60/452.66	c   434s|  1060k|  1058k|     0 |   0.0 | 300M|5629 |   - |6698 | 841 |   0 |   0 |   0 |6155 |   0 | 0.000000e+00 |      --      |    Inf 
456.70/456.78	c   438s|  1070k|  1068k|     0 |   0.0 | 303M|5629 |   - |6698 | 863 |   0 |   0 |   0 |6215 |   0 | 0.000000e+00 |      --      |    Inf 
460.71/460.77	c   442s|  1080k|  1078k|     0 |   0.0 | 306M|5629 |   - |6698 | 860 |   0 |   0 |   0 |6265 |   0 | 0.000000e+00 |      --      |    Inf 
465.00/465.09	c   446s|  1090k|  1088k|     0 |   0.0 | 308M|5629 |   - |6698 | 859 |   0 |   0 |   0 |6315 |   0 | 0.000000e+00 |      --      |    Inf 
469.10/469.17	c   450s|  1100k|  1098k|     0 |   0.0 | 311M|5629 |   - |6698 | 853 |   0 |   0 |   0 |6365 |   0 | 0.000000e+00 |      --      |    Inf 
473.21/473.28	c   454s|  1110k|  1108k|     0 |   0.0 | 314M|5629 |   - |6698 | 842 |   0 |   0 |   0 |6415 |   0 | 0.000000e+00 |      --      |    Inf 
477.41/477.47	c   458s|  1120k|  1118k|     0 |   0.0 | 316M|5629 |   - |6698 | 853 |   0 |   0 |   0 |6475 |   0 | 0.000000e+00 |      --      |    Inf 
481.60/481.66	c   462s|  1130k|  1128k|     0 |   0.0 | 319M|5629 |   - |6698 | 831 |   0 |   0 |   0 |6505 |   0 | 0.000000e+00 |      --      |    Inf 
485.90/485.95	c   466s|  1140k|  1138k|     0 |   0.0 | 322M|5629 |   - |6698 | 836 |   0 |   0 |   0 |6585 |   0 | 0.000000e+00 |      --      |    Inf 
490.21/490.24	c   470s|  1150k|  1148k|     0 |   0.0 | 324M|5629 |   - |6698 | 855 |   0 |   0 |   0 |6665 |   0 | 0.000000e+00 |      --      |    Inf 
494.60/494.65	c   474s|  1160k|  1158k|     0 |   0.0 | 327M|5629 |   - |6698 | 834 |   0 |   0 |   0 |6725 |   0 | 0.000000e+00 |      --      |    Inf 
498.90/498.91	c   478s|  1170k|  1168k|     0 |   0.0 | 330M|5629 |   - |6698 | 841 |   0 |   0 |   0 |6795 |   0 | 0.000000e+00 |      --      |    Inf 
503.10/503.11	c   482s|  1180k|  1178k|     0 |   0.0 | 332M|5629 |   - |6698 | 846 |   0 |   0 |   0 |6865 |   0 | 0.000000e+00 |      --      |    Inf 
507.31/507.35	c   486s|  1190k|  1188k|     0 |   0.0 | 335M|5629 |   - |6698 | 849 |   0 |   0 |   0 |6935 |   0 | 0.000000e+00 |      --      |    Inf 
511.61/511.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
511.61/511.65	c   490s|  1200k|  1198k|     0 |   0.0 | 338M|5629 |   - |6698 | 852 |   0 |   0 |   0 |6995 |   0 | 0.000000e+00 |      --      |    Inf 
515.91/515.94	c   495s|  1210k|  1208k|     0 |   0.0 | 340M|5629 |   - |6698 | 890 |   0 |   0 |   0 |7105 |   0 | 0.000000e+00 |      --      |    Inf 
520.00/520.06	c   499s|  1220k|  1218k|     0 |   0.0 | 343M|5629 |   - |6698 | 888 |   0 |   0 |   0 |7175 |   0 | 0.000000e+00 |      --      |    Inf 
524.30/524.39	c   503s|  1230k|  1228k|     0 |   0.0 | 346M|5629 |   - |6698 | 911 |   0 |   0 |   0 |7255 |   0 | 0.000000e+00 |      --      |    Inf 
528.40/528.49	c   507s|  1240k|  1238k|     0 |   0.0 | 348M|5629 |   - |6698 | 889 |   0 |   0 |   0 |7305 |   0 | 0.000000e+00 |      --      |    Inf 
532.50/532.53	c   510s|  1250k|  1248k|     0 |   0.0 | 351M|5629 |   - |6698 | 882 |   0 |   0 |   0 |7345 |   0 | 0.000000e+00 |      --      |    Inf 
536.71/536.70	c   514s|  1260k|  1258k|     0 |   0.0 | 354M|5629 |   - |6698 | 885 |   0 |   0 |   0 |7395 |   0 | 0.000000e+00 |      --      |    Inf 
541.00/541.03	c   519s|  1270k|  1268k|     0 |   0.0 | 356M|5629 |   - |6698 | 886 |   0 |   0 |   0 |7445 |   0 | 0.000000e+00 |      --      |    Inf 
545.20/545.24	c   523s|  1280k|  1278k|     0 |   0.0 | 359M|5629 |   - |6698 | 880 |   0 |   0 |   0 |7495 |   0 | 0.000000e+00 |      --      |    Inf 
549.30/549.35	c   527s|  1290k|  1288k|     0 |   0.0 | 362M|5629 |   - |6698 | 900 |   0 |   0 |   0 |7565 |   0 | 0.000000e+00 |      --      |    Inf 
553.31/553.31	c   530s|  1300k|  1298k|     0 |   0.0 | 364M|5629 |   - |6698 | 881 |   0 |   0 |   0 |7605 |   0 | 0.000000e+00 |      --      |    Inf 
557.50/557.53	c   534s|  1310k|  1308k|     0 |   0.0 | 367M|5629 |   - |6698 | 902 |   0 |   0 |   0 |7675 |   0 | 0.000000e+00 |      --      |    Inf 
562.11/562.10	c   539s|  1320k|  1318k|     0 |   0.0 | 370M|5629 |   - |6698 | 907 |   0 |   0 |   0 |7765 |   0 | 0.000000e+00 |      --      |    Inf 
566.20/566.22	c   543s|  1330k|  1328k|     0 |   0.0 | 372M|5629 |   - |6698 | 895 |   0 |   0 |   0 |7835 |   0 | 0.000000e+00 |      --      |    Inf 
570.20/570.22	c   547s|  1340k|  1338k|     0 |   0.0 | 375M|5629 |   - |6698 | 896 |   0 |   0 |   0 |7905 |   0 | 0.000000e+00 |      --      |    Inf 
574.11/574.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
574.11/574.17	c   550s|  1350k|  1348k|     0 |   0.0 | 378M|5629 |   - |6698 | 897 |   0 |   0 |   0 |7955 |   0 | 0.000000e+00 |      --      |    Inf 
578.41/578.41	c   554s|  1360k|  1358k|     0 |   0.0 | 380M|5629 |   - |6698 | 921 |   0 |   0 |   0 |8035 |   0 | 0.000000e+00 |      --      |    Inf 
582.31/582.36	c   558s|  1370k|  1368k|     0 |   0.0 | 383M|5629 |   - |6698 | 899 |   0 |   0 |   0 |8095 |   0 | 0.000000e+00 |      --      |    Inf 
586.31/586.37	c   562s|  1380k|  1378k|     0 |   0.0 | 386M|5629 |   - |6698 | 887 |   0 |   0 |   0 |8135 |   0 | 0.000000e+00 |      --      |    Inf 
590.51/590.53	c   566s|  1390k|  1388k|     0 |   0.0 | 389M|5629 |   - |6698 | 917 |   0 |   0 |   0 |8215 |   0 | 0.000000e+00 |      --      |    Inf 
594.71/594.76	c   570s|  1400k|  1398k|     0 |   0.0 | 391M|5629 |   - |6698 | 886 |   0 |   0 |   0 |8285 |   0 | 0.000000e+00 |      --      |    Inf 
599.00/599.08	c   574s|  1410k|  1408k|     0 |   0.0 | 394M|5629 |   - |6698 | 914 |   0 |   0 |   0 |8385 |   0 | 0.000000e+00 |      --      |    Inf 
603.20/603.25	c   578s|  1420k|  1418k|     0 |   0.0 | 397M|5629 |   - |6698 | 903 |   0 |   0 |   0 |8475 |   0 | 0.000000e+00 |      --      |    Inf 
607.21/607.27	c   582s|  1430k|  1428k|     0 |   0.0 | 399M|5629 |   - |6698 | 891 |   0 |   0 |   0 |8535 |   0 | 0.000000e+00 |      --      |    Inf 
611.41/611.43	c   586s|  1440k|  1438k|     0 |   0.0 | 402M|5629 |   - |6698 | 881 |   0 |   0 |   0 |8595 |   0 | 0.000000e+00 |      --      |    Inf 
615.50/615.56	c   590s|  1450k|  1448k|     0 |   0.0 | 405M|5629 |   - |6698 | 890 |   0 |   0 |   0 |8675 |   0 | 0.000000e+00 |      --      |    Inf 
619.61/619.63	c   594s|  1460k|  1458k|     0 |   0.0 | 407M|5629 |   - |6698 | 851 |   0 |   0 |   0 |8725 |   0 | 0.000000e+00 |      --      |    Inf 
623.90/623.90	c   598s|  1470k|  1468k|     0 |   0.0 | 410M|5629 |   - |6698 | 875 |   0 |   0 |   0 |8825 |   0 | 0.000000e+00 |      --      |    Inf 
627.91/627.98	c   602s|  1480k|  1478k|     0 |   0.0 | 413M|5629 |   - |6698 | 877 |   0 |   0 |   0 |8895 |   0 | 0.000000e+00 |      --      |    Inf 
632.20/632.25	c   606s|  1490k|  1488k|     0 |   0.0 | 415M|5629 |   - |6698 | 899 |   0 |   0 |   0 |8985 |   0 | 0.000000e+00 |      --      |    Inf 
636.30/636.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
636.30/636.36	c   610s|  1500k|  1498k|     0 |   0.0 | 418M|5629 |   - |6698 | 879 |   0 |   0 |   0 |9035 |   0 | 0.000000e+00 |      --      |    Inf 
640.41/640.48	c   614s|  1510k|  1508k|     0 |   0.0 | 421M|5629 |   - |6698 | 876 |   0 |   0 |   0 |9085 |   0 | 0.000000e+00 |      --      |    Inf 
644.70/644.71	c   618s|  1520k|  1518k|     0 |   0.0 | 424M|5629 |   - |6698 | 900 |   0 |   0 |   0 |9165 |   0 | 0.000000e+00 |      --      |    Inf 
648.61/648.68	c   622s|  1530k|  1528k|     0 |   0.0 | 426M|5629 |   - |6698 | 868 |   0 |   0 |   0 |9205 |   0 | 0.000000e+00 |      --      |    Inf 
652.61/652.65	c   625s|  1540k|  1538k|     0 |   0.0 | 429M|5629 |   - |6698 | 855 |   0 |   0 |   0 |9245 |   0 | 0.000000e+00 |      --      |    Inf 
656.71/656.75	c   629s|  1550k|  1548k|     0 |   0.0 | 432M|5629 |   - |6698 | 869 |   0 |   0 |   0 |9305 |   0 | 0.000000e+00 |      --      |    Inf 
660.80/660.89	c   633s|  1560k|  1558k|     0 |   0.0 | 434M|5629 |   - |6698 | 878 |   0 |   0 |   0 |9385 |   0 | 0.000000e+00 |      --      |    Inf 
664.90/664.90	c   637s|  1570k|  1568k|     0 |   0.0 | 437M|5629 |   - |6698 | 863 |   0 |   0 |   0 |9445 |   0 | 0.000000e+00 |      --      |    Inf 
669.20/669.20	c   641s|  1580k|  1578k|     0 |   0.0 | 440M|5629 |   - |6698 | 863 |   0 |   0 |   0 |9505 |   0 | 0.000000e+00 |      --      |    Inf 
673.21/673.21	c   645s|  1590k|  1588k|     0 |   0.0 | 442M|5629 |   - |6698 | 846 |   0 |   0 |   0 |9565 |   0 | 0.000000e+00 |      --      |    Inf 
677.40/677.45	c   649s|  1600k|  1598k|     0 |   0.0 | 445M|5629 |   - |6698 | 866 |   0 |   0 |   0 |9645 |   0 | 0.000000e+00 |      --      |    Inf 
681.31/681.34	c   653s|  1610k|  1608k|     0 |   0.0 | 448M|5629 |   - |6698 | 877 |   0 |   0 |   0 |9715 |   0 | 0.000000e+00 |      --      |    Inf 
685.32/685.35	c   657s|  1620k|  1618k|     0 |   0.0 | 450M|5629 |   - |6698 | 911 |   0 |   0 |   0 |9815 |   0 | 0.000000e+00 |      --      |    Inf 
689.41/689.43	c   661s|  1630k|  1628k|     0 |   0.0 | 453M|5629 |   - |6698 | 876 |   0 |   0 |   0 |9885 |   0 | 0.000000e+00 |      --      |    Inf 
693.30/693.37	c   664s|  1640k|  1638k|     0 |   0.0 | 456M|5629 |   - |6698 | 876 |   0 |   0 |   0 |9935 |   0 | 0.000000e+00 |      --      |    Inf 
697.50/697.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
697.50/697.51	c   668s|  1650k|  1647k|     0 |   0.0 | 458M|5629 |   - |6698 | 875 |   0 |   0 |   0 |9995 |   0 | 0.000000e+00 |      --      |    Inf 
701.51/701.58	c   672s|  1660k|  1657k|     0 |   0.0 | 461M|5629 |   - |6698 | 893 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
705.51/705.54	c   676s|  1670k|  1667k|     0 |   0.0 | 464M|5629 |   - |6698 | 903 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
709.61/709.66	c   680s|  1680k|  1677k|     0 |   0.0 | 467M|5629 |   - |6698 | 933 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
713.50/713.55	c   684s|  1690k|  1687k|     0 |   0.0 | 469M|5629 |   - |6698 | 923 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
717.70/717.71	c   688s|  1700k|  1697k|     0 |   0.0 | 472M|5629 |   - |6698 | 917 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
721.80/721.81	c   692s|  1710k|  1707k|     0 |   0.0 | 475M|5629 |   - |6698 | 916 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
725.70/725.78	c   695s|  1720k|  1717k|     0 |   0.0 | 477M|5629 |   - |6698 | 910 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
729.91/729.91	c   699s|  1730k|  1727k|     0 |   0.0 | 480M|5629 |   - |6698 | 916 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
733.91/733.92	c   703s|  1740k|  1737k|     0 |   0.0 | 483M|5629 |   - |6698 | 911 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
738.01/738.02	c   707s|  1750k|  1747k|     0 |   0.0 | 485M|5629 |   - |6698 | 925 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
741.70/741.79	c   711s|  1760k|  1757k|     0 |   0.0 | 488M|5629 |   - |6698 | 944 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
745.72/745.73	c   714s|  1770k|  1767k|     0 |   0.0 | 491M|5629 |   - |6698 | 951 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
749.51/749.58	c   718s|  1780k|  1777k|     0 |   0.0 | 493M|5629 |   - |6698 | 933 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
753.81/753.81	c   722s|  1790k|  1787k|     0 |   0.0 | 496M|5629 |   - |6698 | 977 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
757.81/757.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
757.81/757.83	c   726s|  1800k|  1797k|     0 |   0.0 | 499M|5629 |   - |6698 | 984 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
761.71/761.70	c   730s|  1810k|  1807k|     0 |   0.0 | 501M|5629 |   - |6698 | 970 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
765.70/765.74	c   733s|  1820k|  1817k|     0 |   0.0 | 504M|5629 |   - |6698 | 994 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
769.50/769.58	c   737s|  1830k|  1827k|     0 |   0.0 | 507M|5629 |   - |6698 | 993 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
773.50/773.58	c   741s|  1840k|  1837k|     0 |   0.0 | 510M|5629 |   - |6698 | 961 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
777.61/777.64	c   745s|  1850k|  1847k|     0 |   0.0 | 512M|5629 |   - |6698 | 972 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
781.51/781.56	c   749s|  1860k|  1857k|     0 |   0.0 | 515M|5629 |   - |6698 | 974 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
785.41/785.43	c   752s|  1870k|  1867k|     0 |   0.0 | 518M|5629 |   - |6698 | 963 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
789.21/789.20	c   756s|  1880k|  1877k|     0 |   0.0 | 520M|5629 |   - |6698 | 959 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
793.60/793.68	c   760s|  1890k|  1887k|     0 |   0.0 | 523M|5629 |   - |6698 | 983 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
798.11/798.16	c   764s|  1900k|  1897k|     0 |   0.0 | 526M|5629 |   - |6698 |1010 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
802.10/802.14	c   768s|  1910k|  1907k|     0 |   0.0 | 528M|5629 |   - |6698 | 979 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
806.00/806.01	c   772s|  1920k|  1917k|     0 |   0.0 | 531M|5629 |   - |6698 | 968 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
810.01/810.06	c   776s|  1930k|  1927k|     0 |   0.0 | 534M|5629 |   - |6698 | 971 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
813.71/813.74	c   779s|  1940k|  1937k|     0 |   0.0 | 537M|5629 |   - |6698 | 982 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
817.41/817.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
817.41/817.48	c   783s|  1950k|  1947k|     0 |   0.0 | 539M|5629 |   - |6698 | 979 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
821.10/821.17	c   786s|  1960k|  1957k|     0 |   0.0 | 542M|5629 |   - |6698 | 946 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
825.21/825.24	c   790s|  1970k|  1967k|     0 |   0.0 | 545M|5629 |   - |6698 | 944 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
829.31/829.38	c   794s|  1980k|  1977k|     0 |   0.0 | 547M|5629 |   - |6698 | 940 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
833.31/833.33	c   798s|  1990k|  1987k|     0 |   0.0 | 550M|5629 |   - |6698 | 924 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
837.01/837.09	c   802s|  2000k|  1997k|     0 |   0.0 | 553M|5629 |   - |6698 | 929 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
840.81/840.82	c   805s|  2010k|  2007k|     0 |   0.0 | 555M|5629 |   - |6698 | 941 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
844.51/844.59	c   809s|  2020k|  2017k|     0 |   0.0 | 558M|5629 |   - |6698 | 944 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
848.30/848.34	c   812s|  2030k|  2027k|     0 |   0.0 | 561M|5629 |   - |6698 | 917 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
852.01/852.04	c   816s|  2040k|  2037k|     0 |   0.0 | 564M|5629 |   - |6698 | 917 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
856.50/856.59	c   820s|  2050k|  2047k|     0 |   0.0 | 566M|5629 |   - |6698 | 964 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
860.41/860.45	c   824s|  2060k|  2057k|     0 |   0.0 | 569M|5629 |   - |6698 | 932 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
864.52/864.50	c   828s|  2070k|  2067k|     0 |   0.0 | 572M|5629 |   - |6698 | 941 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
868.21/868.29	c   831s|  2080k|  2077k|     0 |   0.0 | 574M|5629 |   - |6698 | 967 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
872.11/872.11	c   835s|  2090k|  2087k|     0 |   0.0 | 577M|5629 |   - |6698 | 942 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
876.10/876.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
876.10/876.15	c   839s|  2100k|  2097k|     0 |   0.0 | 580M|5629 |   - |6698 | 961 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
879.81/879.88	c   843s|  2110k|  2107k|     0 |   0.0 | 582M|5629 |   - |6698 | 944 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
883.61/883.63	c   846s|  2120k|  2117k|     0 |   0.0 | 585M|5629 |   - |6698 | 985 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
887.62/887.67	c   850s|  2130k|  2127k|     0 |   0.0 | 588M|5629 |   - |6698 | 979 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
891.51/891.57	c   854s|  2140k|  2137k|     0 |   0.0 | 591M|5629 |   - |6698 | 963 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
895.71/895.71	c   858s|  2150k|  2147k|     0 |   0.0 | 593M|5629 |   - |6698 | 971 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
899.81/899.81	c   862s|  2160k|  2157k|     0 |   0.0 | 596M|5629 |   - |6698 | 982 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
903.61/903.60	c   865s|  2170k|  2167k|     0 |   0.0 | 599M|5629 |   - |6698 | 975 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
907.52/907.52	c   869s|  2180k|  2177k|     0 |   0.0 | 601M|5629 |   - |6698 | 951 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
911.21/911.23	c   873s|  2190k|  2187k|     0 |   0.0 | 604M|5629 |   - |6698 | 950 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
915.12/915.15	c   876s|  2200k|  2197k|     0 |   0.0 | 607M|5629 |   - |6698 | 989 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
919.31/919.37	c   881s|  2210k|  2207k|     0 |   0.0 | 610M|5629 |   - |6698 | 950 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
923.41/923.46	c   884s|  2220k|  2217k|     0 |   0.0 | 612M|5629 |   - |6698 | 946 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
927.71/927.72	c   889s|  2230k|  2227k|     0 |   0.0 | 615M|5629 |   - |6698 | 966 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
931.72/931.73	c   892s|  2240k|  2237k|     0 |   0.0 | 618M|5629 |   - |6698 | 944 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
935.51/935.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
935.51/935.57	c   896s|  2250k|  2247k|     0 |   0.0 | 620M|5629 |   - |6698 | 923 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
939.32/939.36	c   900s|  2260k|  2257k|     0 |   0.0 | 623M|5629 |   - |6698 | 916 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
943.41/943.46	c   904s|  2270k|  2267k|     0 |   0.0 | 626M|5629 |   - |6698 | 933 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
947.41/947.48	c   908s|  2280k|  2277k|     0 |   0.0 | 628M|5629 |   - |6698 | 925 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
951.31/951.30	c   911s|  2290k|  2287k|     0 |   0.0 | 631M|5629 |   - |6698 | 916 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
955.01/955.05	c   915s|  2300k|  2297k|     0 |   0.0 | 634M|5629 |   - |6698 | 930 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
958.71/958.75	c   919s|  2310k|  2307k|     0 |   0.0 | 637M|5629 |   - |6698 | 948 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
962.52/962.53	c   922s|  2320k|  2317k|     0 |   0.0 | 639M|5629 |   - |6698 | 933 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
966.31/966.32	c   926s|  2330k|  2327k|     0 |   0.0 | 642M|5629 |   - |6698 | 942 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
970.12/970.11	c   929s|  2340k|  2337k|     0 |   0.0 | 645M|5629 |   - |6698 | 945 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
974.01/974.01	c   933s|  2350k|  2347k|     0 |   0.0 | 647M|5629 |   - |6698 | 959 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
978.01/978.02	c   937s|  2360k|  2357k|     0 |   0.0 | 650M|5629 |   - |6698 | 944 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
981.71/981.70	c   941s|  2370k|  2367k|     0 |   0.0 | 653M|5629 |   - |6698 | 947 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
985.31/985.35	c   944s|  2380k|  2377k|     0 |   0.0 | 656M|5629 |   - |6698 | 934 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
989.41/989.43	c   948s|  2390k|  2386k|     0 |   0.0 | 658M|5629 |   - |6698 | 940 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
993.41/993.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
993.41/993.42	c   952s|  2400k|  2396k|     0 |   0.0 | 661M|5629 |   - |6698 | 923 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
997.21/997.28	c   956s|  2410k|  2406k|     0 |   0.0 | 664M|5629 |   - |6698 | 914 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1000.91/1000.95	c   959s|  2420k|  2416k|     0 |   0.0 | 666M|5629 |   - |6698 | 916 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1004.61/1004.65	c   963s|  2430k|  2426k|     0 |   0.0 | 669M|5629 |   - |6698 | 937 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1008.72/1008.77	c   967s|  2440k|  2436k|     0 |   0.0 | 672M|5629 |   - |6698 | 969 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1012.81/1012.89	c   971s|  2450k|  2446k|     0 |   0.0 | 675M|5629 |   - |6698 | 948 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1016.61/1016.66	c   974s|  2460k|  2456k|     0 |   0.0 | 677M|5629 |   - |6698 | 931 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1020.62/1020.64	c   978s|  2470k|  2466k|     0 |   0.0 | 680M|5629 |   - |6698 | 942 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1024.41/1024.40	c   982s|  2480k|  2476k|     0 |   0.0 | 683M|5629 |   - |6698 | 945 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1028.21/1028.23	c   985s|  2490k|  2486k|     0 |   0.0 | 685M|5629 |   - |6698 | 949 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1031.91/1031.97	c   989s|  2500k|  2496k|     0 |   0.0 | 688M|5629 |   - |6698 | 959 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1035.92/1035.99	c   993s|  2510k|  2506k|     0 |   0.0 | 691M|5629 |   - |6698 | 975 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1039.61/1039.67	c   996s|  2520k|  2516k|     0 |   0.0 | 694M|5629 |   - |6698 | 974 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1043.32/1043.36	c  1000s|  2530k|  2526k|     0 |   0.0 | 696M|5629 |   - |6698 | 969 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1047.22/1047.24	c  1003s|  2540k|  2536k|     0 |   0.0 | 699M|5629 |   - |6698 | 953 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1050.91/1050.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1050.91/1050.97	c  1007s|  2550k|  2546k|     0 |   0.0 | 702M|5629 |   - |6698 | 972 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1054.51/1054.53	c  1010s|  2560k|  2556k|     0 |   0.0 | 704M|5629 |   - |6698 | 960 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1058.31/1058.30	c  1014s|  2570k|  2566k|     0 |   0.0 | 707M|5629 |   - |6698 | 959 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1062.11/1062.17	c  1018s|  2580k|  2576k|     0 |   0.0 | 710M|5629 |   - |6698 | 957 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1066.12/1066.11	c  1021s|  2590k|  2586k|     0 |   0.0 | 713M|5629 |   - |6698 | 951 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1069.82/1069.85	c  1025s|  2600k|  2596k|     0 |   0.0 | 715M|5629 |   - |6698 | 930 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1073.42/1073.49	c  1028s|  2610k|  2606k|     0 |   0.0 | 718M|5629 |   - |6698 | 949 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1077.42/1077.40	c  1032s|  2620k|  2616k|     0 |   0.0 | 721M|5629 |   - |6698 | 956 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1081.12/1081.18	c  1036s|  2630k|  2626k|     0 |   0.0 | 724M|5629 |   - |6698 | 946 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1085.12/1085.13	c  1040s|  2640k|  2636k|     0 |   0.0 | 726M|5629 |   - |6698 | 954 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1088.81/1088.89	c  1043s|  2650k|  2646k|     0 |   0.0 | 729M|5629 |   - |6698 | 927 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1092.62/1092.64	c  1047s|  2660k|  2656k|     0 |   0.0 | 732M|5629 |   - |6698 | 923 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1096.51/1096.53	c  1050s|  2670k|  2666k|     0 |   0.0 | 734M|5629 |   - |6698 | 907 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1100.42/1100.44	c  1054s|  2680k|  2676k|     0 |   0.0 | 737M|5629 |   - |6698 | 886 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1103.81/1103.85	c  1057s|  2690k|  2686k|     0 |   0.0 | 740M|5629 |   - |6698 | 887 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1107.82/1107.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.82/1107.88	c  1061s|  2700k|  2696k|     0 |   0.0 | 743M|5629 |   - |6698 | 880 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1111.51/1111.50	c  1065s|  2710k|  2706k|     0 |   0.0 | 745M|5629 |   - |6698 | 874 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1115.22/1115.27	c  1068s|  2720k|  2716k|     0 |   0.0 | 748M|5629 |   - |6698 | 884 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1118.72/1118.77	c  1072s|  2730k|  2726k|     0 |   0.0 | 751M|5629 |   - |6698 | 884 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1122.51/1122.53	c  1075s|  2740k|  2736k|     0 |   0.0 | 753M|5629 |   - |6698 | 887 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1126.61/1126.64	c  1079s|  2750k|  2746k|     0 |   0.0 | 756M|5629 |   - |6698 | 919 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1130.32/1130.32	c  1083s|  2760k|  2756k|     0 |   0.0 | 759M|5629 |   - |6698 | 908 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1134.12/1134.16	c  1086s|  2770k|  2766k|     0 |   0.0 | 762M|5629 |   - |6698 | 918 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1137.91/1137.91	c  1090s|  2780k|  2776k|     0 |   0.0 | 764M|5629 |   - |6698 | 901 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1141.72/1141.75	c  1094s|  2790k|  2786k|     0 |   0.0 | 767M|5629 |   - |6698 | 916 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1145.41/1145.47	c  1097s|  2800k|  2796k|     0 |   0.0 | 770M|5629 |   - |6698 | 913 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1149.11/1149.12	c  1101s|  2810k|  2806k|     0 |   0.0 | 772M|5629 |   - |6698 | 905 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1152.82/1152.84	c  1104s|  2820k|  2816k|     0 |   0.0 | 775M|5629 |   - |6698 | 908 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1156.52/1156.58	c  1108s|  2830k|  2826k|     0 |   0.0 | 778M|5629 |   - |6698 | 923 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1160.43/1160.42	c  1111s|  2840k|  2836k|     0 |   0.0 | 781M|5629 |   - |6698 | 924 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1164.12/1164.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1164.12/1164.14	c  1115s|  2850k|  2846k|     0 |   0.0 | 783M|5629 |   - |6698 | 912 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1167.81/1167.89	c  1118s|  2860k|  2856k|     0 |   0.0 | 786M|5629 |   - |6698 | 934 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1171.71/1171.74	c  1122s|  2870k|  2866k|     0 |   0.0 | 789M|5629 |   - |6698 | 894 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1175.42/1175.41	c  1126s|  2880k|  2876k|     0 |   0.0 | 792M|5629 |   - |6698 | 913 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1178.91/1178.97	c  1129s|  2890k|  2886k|     0 |   0.0 | 794M|5629 |   - |6698 | 904 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1182.72/1182.72	c  1133s|  2900k|  2896k|     0 |   0.0 | 797M|5629 |   - |6698 | 886 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1186.52/1186.57	c  1136s|  2910k|  2906k|     0 |   0.0 | 800M|5629 |   - |6698 | 911 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1190.02/1190.08	c  1140s|  2920k|  2916k|     0 |   0.0 | 802M|5629 |   - |6698 | 906 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1193.92/1193.92	c  1143s|  2930k|  2926k|     0 |   0.0 | 805M|5629 |   - |6698 | 888 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1197.61/1197.62	c  1147s|  2940k|  2936k|     0 |   0.0 | 808M|5629 |   - |6698 | 881 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1201.02/1201.06	c  1150s|  2950k|  2946k|     0 |   0.0 | 811M|5629 |   - |6698 | 881 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1204.72/1204.76	c  1154s|  2960k|  2956k|     0 |   0.0 | 813M|5629 |   - |6698 | 884 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1208.32/1208.33	c  1157s|  2970k|  2966k|     0 |   0.0 | 816M|5629 |   - |6698 | 889 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1211.72/1211.74	c  1160s|  2980k|  2976k|     0 |   0.0 | 819M|5629 |   - |6698 | 868 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1215.72/1215.73	c  1164s|  2990k|  2986k|     0 |   0.0 | 822M|5629 |   - |6698 | 892 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1219.22/1219.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1219.22/1219.28	c  1167s|  3000k|  2996k|     0 |   0.0 | 824M|5629 |   - |6698 | 865 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1222.92/1222.93	c  1171s|  3010k|  3006k|     0 |   0.0 | 827M|5629 |   - |6698 | 921 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1226.62/1226.62	c  1174s|  3020k|  3016k|     0 |   0.0 | 830M|5629 |   - |6698 | 913 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1230.42/1230.43	c  1178s|  3030k|  3026k|     0 |   0.0 | 833M|5629 |   - |6698 | 889 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1233.72/1233.75	c  1181s|  3040k|  3036k|     0 |   0.0 | 835M|5629 |   - |6698 | 874 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1237.43/1237.48	c  1185s|  3050k|  3046k|     0 |   0.0 | 838M|5629 |   - |6698 | 854 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1241.02/1241.09	c  1188s|  3060k|  3056k|     0 |   0.0 | 841M|5629 |   - |6698 | 874 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1244.62/1244.64	c  1191s|  3070k|  3065k|     0 |   0.0 | 843M|5629 |   - |6698 | 868 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1248.22/1248.21	c  1195s|  3080k|  3075k|     0 |   0.0 | 846M|5629 |   - |6698 | 865 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1251.91/1251.98	c  1198s|  3090k|  3085k|     0 |   0.0 | 849M|5629 |   - |6698 | 848 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1255.42/1255.45	c  1202s|  3100k|  3095k|     0 |   0.0 | 852M|5629 |   - |6698 | 848 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1258.92/1258.91	c  1205s|  3110k|  3105k|     0 |   0.0 | 854M|5629 |   - |6698 | 846 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1262.52/1262.58	c  1209s|  3120k|  3115k|     0 |   0.0 | 857M|5629 |   - |6698 | 853 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1266.12/1266.13	c  1212s|  3130k|  3125k|     0 |   0.0 | 860M|5629 |   - |6698 | 840 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1269.62/1269.60	c  1215s|  3140k|  3135k|     0 |   0.0 | 863M|5629 |   - |6698 | 833 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1273.21/1273.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1273.21/1273.20	c  1219s|  3150k|  3145k|     0 |   0.0 | 865M|5629 |   - |6698 | 847 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1276.52/1276.59	c  1222s|  3160k|  3155k|     0 |   0.0 | 868M|5629 |   - |6698 | 849 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1280.11/1280.19	c  1225s|  3170k|  3165k|     0 |   0.0 | 871M|5629 |   - |6698 | 850 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1283.72/1283.72	c  1229s|  3180k|  3175k|     0 |   0.0 | 874M|5629 |   - |6698 | 862 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1287.12/1287.11	c  1232s|  3190k|  3185k|     0 |   0.0 | 876M|5629 |   - |6698 | 853 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1290.82/1290.88	c  1235s|  3200k|  3195k|     0 |   0.0 | 879M|5629 |   - |6698 | 861 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1294.32/1294.37	c  1239s|  3210k|  3205k|     0 |   0.0 | 882M|5629 |   - |6698 | 854 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1298.22/1298.29	c  1242s|  3220k|  3215k|     0 |   0.0 | 885M|5629 |   - |6698 | 881 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1301.72/1301.79	c  1246s|  3230k|  3225k|     0 |   0.0 | 887M|5629 |   - |6698 | 873 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1305.22/1305.27	c  1249s|  3240k|  3235k|     0 |   0.0 | 890M|5629 |   - |6698 | 911 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1308.93/1308.91	c  1253s|  3250k|  3245k|     0 |   0.0 | 893M|5629 |   - |6698 | 888 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1312.23/1312.30	c  1256s|  3260k|  3255k|     0 |   0.0 | 896M|5629 |   - |6698 | 883 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1315.92/1315.96	c  1259s|  3270k|  3265k|     0 |   0.0 | 898M|5629 |   - |6698 | 881 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1319.41/1319.43	c  1262s|  3280k|  3275k|     0 |   0.0 | 901M|5629 |   - |6698 | 866 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1323.11/1323.10	c  1266s|  3290k|  3285k|     0 |   0.0 | 904M|5629 |   - |6698 | 888 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1326.82/1326.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1326.82/1326.84	c  1270s|  3300k|  3295k|     0 |   0.0 | 907M|5629 |   - |6698 | 899 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1330.11/1330.17	c  1273s|  3310k|  3305k|     0 |   0.0 | 909M|5629 |   - |6698 | 868 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1334.02/1334.00	c  1276s|  3320k|  3315k|     0 |   0.0 | 912M|5629 |   - |6698 | 876 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1337.42/1337.49	c  1280s|  3330k|  3325k|     0 |   0.0 | 915M|5629 |   - |6698 | 860 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1341.02/1341.07	c  1283s|  3340k|  3335k|     0 |   0.0 | 918M|5629 |   - |6698 | 849 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1344.51/1344.57	c  1286s|  3350k|  3345k|     0 |   0.0 | 920M|5629 |   - |6698 | 843 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1348.02/1348.06	c  1290s|  3360k|  3355k|     0 |   0.0 | 923M|5629 |   - |6698 | 837 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1351.42/1351.48	c  1293s|  3370k|  3365k|     0 |   0.0 | 926M|5629 |   - |6698 | 851 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1354.92/1355.00	c  1296s|  3380k|  3375k|     0 |   0.0 | 929M|5629 |   - |6698 | 852 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1358.53/1358.53	c  1300s|  3390k|  3385k|     0 |   0.0 | 931M|5629 |   - |6698 | 848 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1361.92/1361.96	c  1303s|  3400k|  3395k|     0 |   0.0 | 934M|5629 |   - |6698 | 852 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1365.62/1365.62	c  1306s|  3410k|  3405k|     0 |   0.0 | 937M|5629 |   - |6698 | 854 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1368.92/1368.92	c  1309s|  3420k|  3415k|     0 |   0.0 | 940M|5629 |   - |6698 | 824 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1372.73/1372.72	c  1313s|  3430k|  3425k|     0 |   0.0 | 942M|5629 |   - |6698 | 850 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1376.41/1376.41	c  1317s|  3440k|  3435k|     0 |   0.0 | 945M|5629 |   - |6698 | 850 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1380.02/1380.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1380.02/1380.03	c  1320s|  3450k|  3445k|     0 |   0.0 | 948M|5629 |   - |6698 | 854 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1383.52/1383.50	c  1323s|  3460k|  3455k|     0 |   0.0 | 951M|5629 |   - |6698 | 835 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1386.72/1386.79	c  1326s|  3470k|  3465k|     0 |   0.0 | 953M|5629 |   - |6698 | 829 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1390.12/1390.15	c  1330s|  3480k|  3475k|     0 |   0.0 | 956M|5629 |   - |6698 | 829 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1393.73/1393.76	c  1333s|  3490k|  3485k|     0 |   0.0 | 959M|5629 |   - |6698 | 843 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1397.42/1397.41	c  1337s|  3500k|  3495k|     0 |   0.0 | 962M|5629 |   - |6698 | 815 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1401.02/1401.03	c  1340s|  3510k|  3505k|     0 |   0.0 | 964M|5629 |   - |6698 | 847 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1404.72/1404.72	c  1343s|  3520k|  3515k|     0 |   0.0 | 967M|5629 |   - |6698 | 826 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1407.92/1407.99	c  1347s|  3530k|  3525k|     0 |   0.0 | 970M|5629 |   - |6698 | 810 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1411.62/1411.60	c  1350s|  3540k|  3535k|     0 |   0.0 | 973M|5629 |   - |6698 | 809 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1414.92/1414.98	c  1353s|  3550k|  3545k|     0 |   0.0 | 975M|5629 |   - |6698 | 801 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1418.72/1418.73	c  1357s|  3560k|  3555k|     0 |   0.0 | 978M|5629 |   - |6698 | 830 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1422.12/1422.14	c  1360s|  3570k|  3565k|     0 |   0.0 | 981M|5629 |   - |6698 | 812 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1425.63/1425.67	c  1363s|  3580k|  3575k|     0 |   0.0 | 984M|5629 |   - |6698 | 809 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1429.22/1429.23	c  1367s|  3590k|  3585k|     0 |   0.0 | 987M|5629 |   - |6698 | 844 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1432.92/1432.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1432.92/1432.99	c  1370s|  3600k|  3595k|     0 |   0.0 | 989M|5629 |   - |6698 | 812 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1436.22/1436.29	c  1373s|  3610k|  3605k|     0 |   0.0 | 992M|5629 |   - |6698 | 857 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1439.72/1439.72	c  1377s|  3620k|  3615k|     0 |   0.0 | 995M|5629 |   - |6698 | 824 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1442.92/1442.98	c  1380s|  3630k|  3625k|     0 |   0.0 | 998M|5629 |   - |6698 | 843 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1446.42/1446.41	c  1383s|  3640k|  3635k|     0 |   0.0 |1000M|5629 |   - |6698 | 828 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1449.92/1449.98	c  1386s|  3650k|  3645k|     0 |   0.0 |1003M|5629 |   - |6698 | 824 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1453.52/1453.53	c  1390s|  3660k|  3655k|     0 |   0.0 |1006M|5629 |   - |6698 | 827 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1457.12/1457.16	c  1393s|  3670k|  3665k|     0 |   0.0 |1009M|5629 |   - |6698 | 798 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1460.62/1460.67	c  1397s|  3680k|  3675k|     0 |   0.0 |1011M|5629 |   - |6698 | 837 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1464.42/1464.44	c  1400s|  3690k|  3685k|     0 |   0.0 |1014M|5629 |   - |6698 | 813 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1467.93/1467.99	c  1404s|  3700k|  3695k|     0 |   0.0 |1017M|5629 |   - |6698 | 785 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1471.32/1471.30	c  1407s|  3710k|  3705k|     0 |   0.0 |1020M|5629 |   - |6698 | 809 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1474.92/1474.97	c  1410s|  3720k|  3715k|     0 |   0.0 |1022M|5629 |   - |6698 | 802 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1478.22/1478.25	c  1413s|  3730k|  3725k|     0 |   0.0 |1025M|5629 |   - |6698 | 800 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1481.83/1481.81	c  1417s|  3740k|  3735k|     0 |   0.0 |1028M|5629 |   - |6698 | 802 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1485.03/1485.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1485.03/1485.01	c  1420s|  3750k|  3744k|     0 |   0.0 |1031M|5629 |   - |6698 | 797 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1488.63/1488.63	c  1423s|  3760k|  3754k|     0 |   0.0 |1033M|5629 |   - |6698 | 792 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1491.82/1491.80	c  1426s|  3770k|  3764k|     0 |   0.0 |1036M|5629 |   - |6698 | 820 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1495.42/1495.41	c  1430s|  3780k|  3774k|     0 |   0.0 |1039M|5629 |   - |6698 | 803 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1498.72/1498.79	c  1433s|  3790k|  3784k|     0 |   0.0 |1042M|5629 |   - |6698 | 814 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1502.42/1502.49	c  1436s|  3800k|  3794k|     0 |   0.0 |1045M|5629 |   - |6698 | 819 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1505.52/1505.56	c  1439s|  3810k|  3804k|     0 |   0.0 |1047M|5629 |   - |6698 | 789 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1509.02/1509.06	c  1443s|  3820k|  3814k|     0 |   0.0 |1050M|5629 |   - |6698 | 797 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1512.42/1512.50	c  1446s|  3830k|  3824k|     0 |   0.0 |1053M|5629 |   - |6698 | 799 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1515.83/1515.89	c  1449s|  3840k|  3834k|     0 |   0.0 |1056M|5629 |   - |6698 | 799 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1519.32/1519.37	c  1452s|  3850k|  3844k|     0 |   0.0 |1058M|5629 |   - |6698 | 816 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1522.73/1522.71	c  1455s|  3860k|  3854k|     0 |   0.0 |1061M|5629 |   - |6698 | 811 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1525.93/1525.96	c  1459s|  3870k|  3864k|     0 |   0.0 |1064M|5629 |   - |6698 | 826 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1529.13/1529.11	c  1462s|  3880k|  3874k|     0 |   0.0 |1067M|5629 |   - |6698 | 820 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1532.92/1532.91	c  1465s|  3890k|  3884k|     0 |   0.0 |1069M|5629 |   - |6698 | 814 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1535.92/1535.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1535.92/1535.96	c  1468s|  3900k|  3894k|     0 |   0.0 |1072M|5629 |   - |6698 | 799 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1539.63/1539.62	c  1472s|  3910k|  3904k|     0 |   0.0 |1075M|5629 |   - |6698 | 802 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1542.93/1542.94	c  1475s|  3920k|  3914k|     0 |   0.0 |1078M|5629 |   - |6698 | 827 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1546.33/1546.35	c  1478s|  3930k|  3924k|     0 |   0.0 |1080M|5629 |   - |6698 | 798 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1549.72/1549.78	c  1481s|  3940k|  3934k|     0 |   0.0 |1083M|5629 |   - |6698 | 803 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1553.03/1553.05	c  1484s|  3950k|  3944k|     0 |   0.0 |1086M|5629 |   - |6698 | 787 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1556.43/1556.49	c  1487s|  3960k|  3954k|     0 |   0.0 |1089M|5629 |   - |6698 | 790 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1559.42/1559.49	c  1490s|  3970k|  3964k|     0 |   0.0 |1092M|5629 |   - |6698 | 797 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1563.03/1563.09	c  1494s|  3980k|  3974k|     0 |   0.0 |1094M|5629 |   - |6698 | 809 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1566.53/1566.51	c  1497s|  3990k|  3984k|     0 |   0.0 |1097M|5629 |   - |6698 | 799 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1569.82/1569.85	c  1500s|  4000k|  3994k|     0 |   0.0 |1100M|5629 |   - |6698 | 824 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1573.22/1573.27	c  1503s|  4010k|  4004k|     0 |   0.0 |1103M|5629 |   - |6698 | 800 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1576.62/1576.63	c  1507s|  4020k|  4014k|     0 |   0.0 |1105M|5629 |   - |6698 | 794 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1580.13/1580.15	c  1510s|  4030k|  4024k|     0 |   0.0 |1108M|5629 |   - |6698 | 789 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1583.32/1583.37	c  1513s|  4040k|  4034k|     0 |   0.0 |1111M|5629 |   - |6698 | 782 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1586.63/1586.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1586.63/1586.60	c  1516s|  4050k|  4044k|     0 |   0.0 |1114M|5629 |   - |6698 | 766 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1590.23/1590.20	c  1519s|  4060k|  4054k|     0 |   0.0 |1117M|5629 |   - |6698 | 779 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1593.22/1593.27	c  1522s|  4070k|  4064k|     0 |   0.0 |1119M|5629 |   - |6698 | 805 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1596.73/1596.73	c  1526s|  4080k|  4074k|     0 |   0.0 |1122M|5629 |   - |6698 | 770 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1600.03/1600.08	c  1529s|  4090k|  4084k|     0 |   0.0 |1125M|5629 |   - |6698 | 771 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1603.32/1603.35	c  1532s|  4100k|  4094k|     0 |   0.0 |1128M|5629 |   - |6698 | 761 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1606.73/1606.71	c  1535s|  4110k|  4104k|     0 |   0.0 |1130M|5629 |   - |6698 | 779 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1609.93/1609.96	c  1538s|  4120k|  4114k|     0 |   0.0 |1133M|5629 |   - |6698 | 772 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1613.42/1613.42	c  1541s|  4130k|  4124k|     0 |   0.0 |1136M|5629 |   - |6698 | 770 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1617.03/1617.09	c  1545s|  4140k|  4134k|     0 |   0.0 |1139M|5629 |   - |6698 | 783 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1620.13/1620.13	c  1548s|  4150k|  4144k|     0 |   0.0 |1142M|5629 |   - |6698 | 794 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1623.73/1623.71	c  1551s|  4160k|  4154k|     0 |   0.0 |1144M|5629 |   - |6698 | 753 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1627.13/1627.18	c  1554s|  4170k|  4164k|     0 |   0.0 |1147M|5629 |   - |6698 | 769 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1630.32/1630.30	c  1557s|  4180k|  4174k|     0 |   0.0 |1150M|5629 |   - |6698 | 776 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1633.63/1633.60	c  1561s|  4190k|  4184k|     0 |   0.0 |1153M|5629 |   - |6698 | 763 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1636.83/1636.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1636.83/1636.84	c  1564s|  4200k|  4194k|     0 |   0.0 |1155M|5629 |   - |6698 | 765 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1640.03/1640.03	c  1567s|  4210k|  4204k|     0 |   0.0 |1158M|5629 |   - |6698 | 781 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1643.33/1643.37	c  1570s|  4220k|  4214k|     0 |   0.0 |1161M|5629 |   - |6698 | 761 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1646.82/1646.85	c  1573s|  4230k|  4224k|     0 |   0.0 |1164M|5629 |   - |6698 | 769 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1650.13/1650.16	c  1576s|  4240k|  4234k|     0 |   0.0 |1167M|5629 |   - |6698 | 774 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1653.42/1653.45	c  1579s|  4250k|  4244k|     0 |   0.0 |1169M|5629 |   - |6698 | 744 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1656.83/1656.89	c  1583s|  4260k|  4254k|     0 |   0.0 |1172M|5629 |   - |6698 | 756 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1660.23/1660.29	c  1586s|  4270k|  4264k|     0 |   0.0 |1175M|5629 |   - |6698 | 751 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1663.43/1663.48	c  1589s|  4280k|  4274k|     0 |   0.0 |1178M|5629 |   - |6698 | 765 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1666.83/1666.89	c  1592s|  4290k|  4284k|     0 |   0.0 |1181M|5629 |   - |6698 | 747 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1670.13/1670.14	c  1595s|  4300k|  4294k|     0 |   0.0 |1183M|5629 |   - |6698 | 756 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1673.23/1673.22	c  1598s|  4310k|  4304k|     0 |   0.0 |1186M|5629 |   - |6698 | 753 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1676.53/1676.55	c  1601s|  4320k|  4314k|     0 |   0.0 |1189M|5629 |   - |6698 | 735 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1679.93/1679.98	c  1604s|  4330k|  4324k|     0 |   0.0 |1192M|5629 |   - |6698 | 747 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1683.33/1683.38	c  1608s|  4340k|  4334k|     0 |   0.0 |1194M|5629 |   - |6698 | 761 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1686.63/1686.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1686.63/1686.61	c  1611s|  4350k|  4344k|     0 |   0.0 |1197M|5629 |   - |6698 | 750 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1689.93/1689.96	c  1614s|  4360k|  4354k|     0 |   0.0 |1200M|5629 |   - |6698 | 732 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1693.12/1693.18	c  1617s|  4370k|  4363k|     0 |   0.0 |1203M|5629 |   - |6698 | 759 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1696.32/1696.31	c  1620s|  4380k|  4373k|     0 |   0.0 |1206M|5629 |   - |6698 | 751 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1699.72/1699.76	c  1623s|  4390k|  4383k|     0 |   0.0 |1208M|5629 |   - |6698 | 755 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1703.22/1703.27	c  1627s|  4400k|  4393k|     0 |   0.0 |1211M|5629 |   - |6698 | 760 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1706.62/1706.63	c  1630s|  4410k|  4403k|     0 |   0.0 |1214M|5629 |   - |6698 | 765 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1710.02/1710.00	c  1633s|  4420k|  4413k|     0 |   0.0 |1217M|5629 |   - |6698 | 756 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1713.13/1713.16	c  1636s|  4430k|  4423k|     0 |   0.0 |1220M|5629 |   - |6698 | 774 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1716.42/1716.49	c  1639s|  4440k|  4433k|     0 |   0.0 |1222M|5629 |   - |6698 | 786 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1719.53/1719.59	c  1642s|  4450k|  4443k|     0 |   0.0 |1225M|5629 |   - |6698 | 779 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1723.43/1723.40	c  1646s|  4460k|  4453k|     0 |   0.0 |1228M|5629 |   - |6698 | 789 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1726.83/1726.80	c  1649s|  4470k|  4463k|     0 |   0.0 |1231M|5629 |   - |6698 | 771 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1729.92/1729.94	c  1652s|  4480k|  4473k|     0 |   0.0 |1234M|5629 |   - |6698 | 774 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1733.13/1733.11	c  1655s|  4490k|  4483k|     0 |   0.0 |1236M|5629 |   - |6698 | 751 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1736.33/1736.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1736.33/1736.39	c  1658s|  4500k|  4493k|     0 |   0.0 |1239M|5629 |   - |6698 | 781 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1739.53/1739.57	c  1661s|  4510k|  4503k|     0 |   0.0 |1242M|5629 |   - |6698 | 778 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1742.73/1742.71	c  1664s|  4520k|  4513k|     0 |   0.0 |1245M|5629 |   - |6698 | 791 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1746.02/1746.02	c  1667s|  4530k|  4523k|     0 |   0.0 |1248M|5629 |   - |6698 | 812 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1749.32/1749.39	c  1670s|  4540k|  4533k|     0 |   0.0 |1250M|5629 |   - |6698 | 801 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1752.93/1752.96	c  1674s|  4550k|  4543k|     0 |   0.0 |1253M|5629 |   - |6698 | 783 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1756.13/1756.11	c  1677s|  4560k|  4553k|     0 |   0.0 |1256M|5629 |   - |6698 | 778 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1759.33/1759.31	c  1680s|  4570k|  4563k|     0 |   0.0 |1259M|5629 |   - |6698 | 801 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1762.43/1762.42	c  1683s|  4580k|  4573k|     0 |   0.0 |1261M|5629 |   - |6698 | 762 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1765.72/1765.74	c  1686s|  4590k|  4583k|     0 |   0.0 |1264M|5629 |   - |6698 | 776 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1769.13/1769.10	c  1689s|  4600k|  4593k|     0 |   0.0 |1267M|5629 |   - |6698 | 778 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1772.32/1772.38	c  1692s|  4610k|  4603k|     0 |   0.0 |1270M|5629 |   - |6698 | 782 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1775.93/1775.96	c  1695s|  4620k|  4613k|     0 |   0.0 |1273M|5629 |   - |6698 | 770 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1779.13/1779.15	c  1698s|  4630k|  4623k|     0 |   0.0 |1275M|5629 |   - |6698 | 770 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1782.62/1782.66	c  1702s|  4640k|  4633k|     0 |   0.0 |1278M|5629 |   - |6698 | 819 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1785.82/1785.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1785.82/1785.89	c  1705s|  4650k|  4643k|     0 |   0.0 |1281M|5629 |   - |6698 | 802 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1789.12/1789.18	c  1708s|  4660k|  4653k|     0 |   0.0 |1284M|5629 |   - |6698 | 807 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1792.42/1792.46	c  1711s|  4670k|  4663k|     0 |   0.0 |1287M|5629 |   - |6698 | 803 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1795.52/1795.59	c  1714s|  4680k|  4673k|     0 |   0.0 |1289M|5629 |   - |6698 | 800 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1798.92/1798.92	c  1717s|  4690k|  4683k|     0 |   0.0 |1292M|5629 |   - |6698 | 818 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1718.17
1800.03/1800.00	c Solving Nodes      : 4692907
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1718.17
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2693826-1277894779.wbo
1800.03/1800.00	c   Variables        : 6698 (6589 binary, 0 integer, 0 implicit integer, 109 continuous)
1800.03/1800.00	c   Constraints      : 271 initial, 271 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2693826-1277894779.wbo
1800.03/1800.00	c   Variables        : 6698 (6589 binary, 0 integer, 0 implicit integer, 109 continuous)
1800.03/1800.00	c   Constraints      : 270 initial, 1038 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.05          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0        109          0          1          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :        109          0        314          0        109          0        109          0          0          0
1800.03/1800.00	c   setppc           :         25          0    4774634          0    4665528        653     909536          0          0          0
1800.03/1800.00	c   linear           :        109          0    4811663          0    4689611       2439     677723          0          0          0
1800.03/1800.00	c   logicor          :         27+         0     246661          0    4688402        217      28976          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0    4689611          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   setppc           :     110.16       0.00      11.77       0.00      98.39
1800.03/1800.00	c   linear           :     110.57       0.00     110.41       0.00       0.16
1800.03/1800.00	c   logicor          :      99.30       0.00       5.85       0.00      93.45
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       0.00          2          0          0
1800.03/1800.00	c   rootredcost      :       0.00          0          0          0
1800.03/1800.00	c   pseudoobj        :      13.00    4812116          0          0
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :     103.46       3309       3309     121185     1101.4     100105       67.6          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -      32957       74.3          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :    1348.30    4689611          0          0          0          0    9379222
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       0.00          0          0
1800.03/1800.00	c   trivial          :       0.01          2          0
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       0.00          0          0
1800.03/1800.00	c   rounding         :       0.00          0          0
1800.03/1800.00	c   shifting         :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   coefdiving       :       0.00          0          0
1800.03/1800.00	c   pscostdiving     :       0.00          0          0
1800.03/1800.00	c   fracdiving       :       0.00          0          0
1800.03/1800.00	c   veclendiving     :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :       0.00          0          0
1800.03/1800.00	c   rootsoldiving    :       0.00          0          0
1800.03/1800.00	c   linesearchdiving :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   nlp              :       0.00          0          0
1800.03/1800.00	c   trysol           :       0.00          1          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :    4692907
1800.03/1800.00	c   nodes (total)    :    4692907
1800.03/1800.00	c   nodes left       :    4686301
1800.03/1800.00	c   max depth        :       5629
1800.03/1800.00	c   max depth (total):       5629
1800.03/1800.00	c   backtracks       :       1167 (0.0%)
1800.03/1800.00	c   delayed cutoffs  :         15
1800.03/1800.00	c   repropagations   :       1141 (3235 domain reductions, 13 cutoffs)
1800.03/1800.00	c   avg switch length:       2.20
1800.03/1800.00	c   switching time   :      16.68
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693826-1277894779/watcher-2693826-1277894779 -o /tmp/evaluation-result-2693826-1277894779/solver-2693826-1277894779 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693826-1277894779.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 11655
/proc/meminfo: memFree=29582496/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=9168 CPUtime=0
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 1728 0 0 0 0 0 0 0 21 0 1 0 130773552 9388032 1652 4089446400 4194304 7136930 140733736810896 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11655/statm: 2292 1668 275 719 0 1571 0

[startup+0.0784161 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 11655
/proc/meminfo: memFree=29582496/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=25520 CPUtime=0.07
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 7352 0 0 0 6 1 0 0 21 0 1 0 130773552 26132480 5636 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11655/statm: 6380 5636 370 719 0 5659 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25520

[startup+0.100398 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 11655
/proc/meminfo: memFree=29582496/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=25520 CPUtime=0.09
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 7352 0 0 0 8 1 0 0 21 0 1 0 130773552 26132480 5636 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11655/statm: 6380 5636 370 719 0 5659 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25520

[startup+0.300375 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 11655
/proc/meminfo: memFree=29582496/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=26952 CPUtime=0.29
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 7656 0 0 0 28 1 0 0 18 0 1 0 130773552 27598848 5940 4089446400 4194304 7136930 140733736810896 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11655/statm: 6738 5940 390 719 0 6017 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26952

[startup+0.700297 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 11655
/proc/meminfo: memFree=29582496/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=27468 CPUtime=0.69
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 7816 0 0 0 66 3 0 0 18 0 1 0 130773552 28127232 6100 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11655/statm: 6867 6100 390 719 0 6146 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27468

[startup+1.50114 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11656
/proc/meminfo: memFree=29557068/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=28988 CPUtime=1.49
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 8191 0 0 0 143 6 0 0 19 0 1 0 130773552 29683712 6475 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11655/statm: 7247 6475 390 719 0 6526 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28988

[startup+3.10085 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 11656
/proc/meminfo: memFree=29552556/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=30308 CPUtime=3.09
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 8534 0 0 0 296 13 0 0 25 0 1 0 130773552 31035392 6818 4089446400 4194304 7136930 140733736810896 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11655/statm: 7577 6818 394 719 0 6856 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30308

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11657
/proc/meminfo: memFree=29542884/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=33840 CPUtime=6.29
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 9456 0 0 0 599 30 0 0 25 0 1 0 130773552 34652160 7740 4089446400 4194304 7136930 140733736810896 18446744073709551615 4407853 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11655/statm: 8460 7741 394 719 0 7739 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33840

[startup+12.7011 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 11657
/proc/meminfo: memFree=29520208/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=41128 CPUtime=12.69
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 11316 0 0 0 1208 61 0 0 25 0 1 0 130773552 42115072 9600 4089446400 4194304 7136930 140733736810896 18446744073709551615 4642989 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 10282 9600 394 719 0 9561 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41128

[startup+25.5007 s]
/proc/loadavg: 2.13 2.03 2.01 3/183 11657
/proc/meminfo: memFree=29483388/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=54464 CPUtime=25.49
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 14288 0 0 0 2429 120 0 0 25 0 1 0 130773552 55771136 12572 4089446400 4194304 7136930 140733736810896 18446744073709551615 5892296 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 13616 12572 394 719 0 12895 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54464

[startup+51.1009 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 11657
/proc/meminfo: memFree=29404180/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=75276 CPUtime=51.09
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 19696 0 0 0 4882 227 0 0 25 0 1 0 130773552 77082624 17980 4089446400 4194304 7136930 140733736810896 18446744073709551615 4436367 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 18819 17980 394 719 0 18098 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75276

[startup+102.306 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 11659
/proc/meminfo: memFree=29256848/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=116664 CPUtime=102.3
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 29477 0 0 0 9785 445 0 0 25 0 1 0 130773552 119463936 27761 4089446400 4194304 7136930 140733736810896 18446744073709551615 4407888 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 29166 27761 394 719 0 28445 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 116664

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11661
/proc/meminfo: memFree=29107144/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=163036 CPUtime=162.29
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 41505 0 0 0 15538 691 0 0 25 0 1 0 130773552 166948864 39789 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 40759 39789 394 719 0 40038 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 163036

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 11662
/proc/meminfo: memFree=28933372/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=214172 CPUtime=222.29
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 52688 0 0 0 21292 937 0 0 25 0 1 0 130773552 219312128 50972 4089446400 4194304 7136930 140733736810896 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 53543 50972 394 719 0 52822 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 214172

[startup+282.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 11664
/proc/meminfo: memFree=28775848/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=254804 CPUtime=282.29
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 63240 0 0 0 27055 1174 0 0 25 0 1 0 130773552 260919296 61524 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 63701 61524 394 719 0 62980 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 254804

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11665
/proc/meminfo: memFree=28633440/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=299268 CPUtime=342.3
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 74668 0 0 0 32810 1420 0 0 25 0 1 0 130773552 306450432 72952 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 74817 72952 394 719 0 74096 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 299268

[startup+402.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 11667
/proc/meminfo: memFree=28493264/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=338996 CPUtime=402.3
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 85020 0 0 0 38557 1673 0 0 25 0 1 0 130773552 347131904 83304 4089446400 4194304 7136930 140733736810896 18446744073709551615 5909072 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 84749 83304 394 719 0 84028 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 338996

[startup+462.301 s]
/proc/loadavg: 2.02 2.02 2.00 4/183 11669
/proc/meminfo: memFree=28354960/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=394900 CPUtime=462.3
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 95339 0 0 0 44316 1914 0 0 25 0 1 0 130773552 404377600 93623 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 98725 93623 394 719 0 98004 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 394900

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11670
/proc/meminfo: memFree=28198052/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=436544 CPUtime=522.3
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 106134 0 0 0 50070 2160 0 0 25 0 1 0 130773552 447021056 104418 4089446400 4194304 7136930 140733736810896 18446744073709551615 5892267 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 109136 104418 394 719 0 108415 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 436544

[startup+582.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 11672
/proc/meminfo: memFree=28031836/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=478548 CPUtime=582.31
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 117113 0 0 0 55808 2423 0 0 25 0 1 0 130773552 490033152 115397 4089446400 4194304 7136930 140733736810896 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 119637 115397 394 719 0 118916 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 478548

[startup+642.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 11673
/proc/meminfo: memFree=27870960/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=519180 CPUtime=642.31
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 127728 0 0 0 61554 2677 0 0 25 0 1 0 130773552 531640320 126012 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 129795 126012 394 719 0 129074 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 519180

[startup+702.3 s]

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

/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 194319 0 0 0 96040 4191 0 0 25 0 1 0 130773552 825147392 192603 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 201452 192603 394 719 0 200731 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 805808

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11722
/proc/meminfo: memFree=30637428/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=852672 CPUtime=1062.32
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 206567 0 0 0 101781 4451 0 0 25 0 1 0 130773552 873136128 204851 4089446400 4194304 7136930 140733736810896 18446744073709551615 4436340 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 213168 204851 394 719 0 212447 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 852672

[startup+1122.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/183 11879
/proc/meminfo: memFree=30589864/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=898244 CPUtime=1122.31
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 218445 0 0 0 107499 4732 0 0 25 0 1 0 130773552 919801856 216729 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 224561 216729 394 719 0 223840 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 898244

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 11881
/proc/meminfo: memFree=30543584/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=943268 CPUtime=1182.32
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 230266 0 0 0 113222 5010 0 0 25 0 1 0 130773552 965906432 228550 4089446400 4194304 7136930 140733736810896 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 235817 228550 394 719 0 235096 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 943268

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11909
/proc/meminfo: memFree=30467100/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=992256 CPUtime=1242.32
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 243074 0 0 0 118926 5306 0 0 25 0 1 0 130773552 1016070144 241358 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 248064 241358 394 719 0 247343 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 992256

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11911
/proc/meminfo: memFree=30260192/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1038648 CPUtime=1302.32
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 255292 0 0 0 124626 5606 0 0 25 0 1 0 130773552 1063575552 253576 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 259662 253576 394 719 0 258941 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1038648

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11913
/proc/meminfo: memFree=30064948/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1083872 CPUtime=1362.32
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 267241 0 0 0 130320 5912 0 0 25 0 1 0 130773552 1109884928 265525 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 270968 265525 394 719 0 270247 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1083872

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11914
/proc/meminfo: memFree=29871448/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1132904 CPUtime=1422.33
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 280174 0 0 0 136019 6214 0 0 25 0 1 0 130773552 1160093696 278458 4089446400 4194304 7136930 140733736810896 18446744073709551615 4407919 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 283226 278458 394 719 0 282505 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1132904

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 11916
/proc/meminfo: memFree=29690852/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1180120 CPUtime=1482.32
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 292597 0 0 0 141718 6514 0 0 25 0 1 0 130773552 1208442880 290881 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 295030 290881 394 719 0 294309 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1180120

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 11917
/proc/meminfo: memFree=29518052/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1229540 CPUtime=1542.33
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 305573 0 0 0 147406 6827 0 0 25 0 1 0 130773552 1259048960 303857 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 307385 303857 394 719 0 306664 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1229540

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11919
/proc/meminfo: memFree=29341052/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1278404 CPUtime=1602.32
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 318419 0 0 0 153090 7142 0 0 25 0 1 0 130773552 1309085696 316703 4089446400 4194304 7136930 140733736810896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 319601 316703 394 719 0 318880 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 1278404

[startup+1662.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 11921
/proc/meminfo: memFree=29168016/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1394056 CPUtime=1662.33
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 331573 0 0 0 158777 7456 0 0 25 0 1 0 130773552 1427513344 329857 4089446400 4194304 7136930 140733736810896 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 348514 329857 394 719 0 347793 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1394056

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 11922
/proc/meminfo: memFree=29049784/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1445220 CPUtime=1722.33
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 344985 0 0 0 164462 7771 0 0 25 0 1 0 130773552 1479905280 343269 4089446400 4194304 7136930 140733736810896 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 361305 343269 394 719 0 360584 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1445220

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 11924
/proc/meminfo: memFree=28921020/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1494996 CPUtime=1782.33
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 358093 0 0 0 170144 8089 0 0 25 0 1 0 130773552 1530875904 356377 4089446400 4194304 7136930 140733736810896 18446744073709551615 4643257 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 373749 356377 394 719 0 373028 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1494996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 11924
/proc/meminfo: memFree=28880828/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1510776 CPUtime=1800.03
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 362173 0 0 0 171818 8185 0 0 25 0 1 0 130773552 1547034624 360457 4089446400 4194304 7136930 140733736810896 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11655/statm: 377694 360457 394 719 0 376973 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1510776

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11655

Solver just ended. Dumping a history of the last processes samples

[startup+1801.4 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 11925
/proc/meminfo: memFree=28879456/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1511028 CPUtime=1801.42
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 362256 0 0 0 171957 8185 0 0 25 0 1 0 130773552 1547292672 360540 4089446400 4194304 7136930 140733736810896 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11655/statm: 377757 360540 399 719 0 377036 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 1511028

[startup+1801.81 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 11925
/proc/meminfo: memFree=28877964/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1511028 CPUtime=1801.83
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 362256 0 0 0 171998 8185 0 0 25 0 1 0 130773552 1547292672 360540 4089446400 4194304 7136930 140733736810896 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11655/statm: 377757 360540 399 719 0 377036 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 1511028

[startup+1802 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 11925
/proc/meminfo: memFree=28877964/32951124 swapFree=67111528/67111528
[pid=11655] ppid=11653 vsize=1511028 CPUtime=1802.02
/proc/11655/stat : 11655 (pbscip.linux.x8) R 11653 11655 10108 0 -1 4202496 362256 0 0 0 172017 8185 0 0 25 0 1 0 130773552 1547292672 360540 4089446400 4194304 7136930 140733736810896 18446744073709551615 6165654 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11655/statm: 377757 360540 399 719 0 377036 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 1511028

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.05
CPU time (s): 1802.09
CPU user time (s): 1720.18
CPU system time (s): 81.9045
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1511028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1720.18
system time used= 81.9045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 362256
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= 3
involuntary context switches= 2048

runsolver used 3.2825 second user time and 6.07408 second system time

The end

Launcher Data

Begin job on node135 at 2010-06-30 12:46:19
IDJOB=2693826
IDBENCH=78741
IDSOLVER=1206
FILE ID=node135/2693826-1277894779
PBS_JOBID= 11197083
Free space on /tmp= 74136 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-81-80--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693826-1277894779/watcher-2693826-1277894779 -o /tmp/evaluation-result-2693826-1277894779/solver-2693826-1277894779 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693826-1277894779.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8ea1de4cad02f20126bf15704ca9ee6a
RANDOM SEED=1741595227

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.857
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.857
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.857
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.857
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.857
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.857
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.857
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.857
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29583272 kB
Buffers:        176944 kB
Cached:        1103272 kB
SwapCached:          0 kB
Active:        2409384 kB
Inactive:       810780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29583272 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3500 kB
Writeback:           0 kB
AnonPages:     1940344 kB
Mapped:          14936 kB
Slab:            80600 kB
PageTables:       8624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2080372 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74132 MiB
End job on node135 at 2010-06-30 13:16:21