Trace number 2664164

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)1048 1802.23 1802.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-10teams.opb
MD5SUM6db31fd4066996ff4f309d723fc2c237
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark904
Best CPU time to get the best result obtained on this benchmark54.7217
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 904
Optimality of the best value was proved YES
Number of variables1800
Total number of constraints215
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)215
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint72
Number of terms in the objective function 1800
Biggest coefficient in the objective function 86
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 41700
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 86
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 41700
Number of bits of the biggest sum of numbers16
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-2664164-1276358669.opb>
0.00/0.03	c original problem has 1800 variables (1800 bin, 0 int, 0 impl, 0 cont) and 215 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	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.03/0.05	c presolving:
0.03/0.06	c (round 1) 200 del vars, 5 del conss, 200 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 170 clqs
0.03/0.08	c (round 2) 200 del vars, 5 del conss, 200 chg bounds, 0 chg sides, 0 chg coeffs, 210 upgd conss, 0 impls, 170 clqs
0.19/0.20	c    (0.1s) probing: 101/1600 (6.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  200 deleted vars, 5 deleted constraints, 200 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  0 implications, 170 cliques
0.19/0.20	c presolved problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 210 constraints
0.19/0.20	c      40 constraints of type <knapsack>
0.19/0.20	c     170 constraints of type <setppc>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.14
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.2
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1799.97
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 1620
0.19/0.20	c 
0.19/0.20	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20	c lp/solvefreq = -1
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.21	c 
0.19/0.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.21	c   0.2s|     1 |     2 |     0 |     - |5675k|   0 |   - |1600 | 210 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.79/6.82	c   6.6s| 10000 |  9831 |     0 |   0.0 |9409k|1313 |   - |1600 | 514 |   0 |   0 |   0 | 310 |   0 | 7.000000e+00 |      --      |    Inf 
13.10/13.12	c  12.7s| 20000 | 19623 |     0 |   0.0 |  13M|1313 |   - |1600 | 851 |   0 |   0 |   0 | 671 |   0 | 8.000000e+00 |      --      |    Inf 
19.49/19.51	c  18.9s| 30000 | 29396 |     0 |   0.0 |  17M|1313 |   - |1600 |1251 |   0 |   0 |   0 |1176 |   0 | 9.000000e+00 |      --      |    Inf 
25.79/25.89	c  25.1s| 40000 | 39087 |     0 |   0.0 |  21M|1313 |   - |1600 |1623 |   0 |   0 |   0 |1778 |   0 | 1.000000e+01 |      --      |    Inf 
32.19/32.21	c  31.2s| 50000 | 48814 |     0 |   0.0 |  26M|1313 |   - |1600 |1981 |   0 |   0 |   0 |2436 |   0 | 1.000000e+01 |      --      |    Inf 
38.78/38.88	c  37.7s| 60000 | 58515 |     0 |   0.0 |  30M|1313 |   - |1600 |2181 |   0 |   0 |   0 |3062 |   0 | 1.100000e+01 |      --      |    Inf 
45.18/45.28	c  44.0s| 70000 | 68237 |     0 |   0.0 |  35M|1313 |   - |1600 |2410 |   0 |   0 |   0 |3746 |   0 | 1.100000e+01 |      --      |    Inf 
51.68/51.78	c  50.3s| 80000 | 77868 |     0 |   0.0 |  39M|1313 |   - |1600 |2485 |   0 |   0 |   0 |4469 |   0 | 1.200000e+01 |      --      |    Inf 
58.29/58.33	c  56.7s| 90000 | 87608 |     0 |   0.0 |  43M|1313 |   - |1600 |2427 |   0 |   0 |   0 |5101 |   0 | 1.200000e+01 |      --      |    Inf 
64.58/64.64	c  62.8s|100000 | 97203 |     0 |   0.0 |  48M|1313 |   - |1600 |2522 |   0 |   0 |   0 |6002 |   0 | 1.200000e+01 |      --      |    Inf 
71.38/71.47	c  69.5s|110000 |106931 |     0 |   0.0 |  52M|1313 |   - |1600 |2416 |   0 |   0 |   0 |6588 |   0 | 1.300000e+01 |      --      |    Inf 
77.98/78.00	c  75.8s|120000 |116676 |     0 |   0.0 |  56M|1313 |   - |1600 |2393 |   0 |   0 |   0 |7222 |   0 | 1.300000e+01 |      --      |    Inf 
84.37/84.47	c  82.1s|130000 |126315 |     0 |   0.0 |  60M|1313 |   - |1600 |2388 |   0 |   0 |   0 |8047 |   0 | 1.300000e+01 |      --      |    Inf 
90.97/91.01	c  88.4s|140000 |135919 |     0 |   0.0 |  64M|1313 |   - |1600 |2389 |   0 |   0 |   0 |8880 |   0 | 1.400000e+01 |      --      |    Inf 
97.47/97.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.47/97.51	c  94.7s|150000 |145619 |     0 |   0.0 |  69M|1313 |   - |1600 |2348 |   0 |   0 |   0 |9603 |   0 | 1.400000e+01 |      --      |    Inf 
103.96/104.00	c   101s|160000 |155296 |     0 |   0.0 |  73M|1313 |   - |1600 |2231 |   0 |   0 |   0 |  10k|   0 | 1.400000e+01 |      --      |    Inf 
110.06/110.16	c   107s|170000 |164929 |     0 |   0.0 |  77M|1313 |   - |1600 |2332 |   0 |   0 |   0 |  11k|   0 | 1.400000e+01 |      --      |    Inf 
116.57/116.66	c   113s|180000 |174539 |     0 |   0.0 |  81M|1313 |   - |1600 |2143 |   0 |   0 |   0 |  11k|   0 | 1.500000e+01 |      --      |    Inf 
123.07/123.13	c   120s|190000 |184314 |     0 |   0.0 |  85M|1313 |   - |1600 |1893 |   0 |   0 |   0 |  12k|   0 | 1.500000e+01 |      --      |    Inf 
129.47/129.53	c   126s|200000 |194038 |     0 |   0.0 |  89M|1313 |   - |1600 |1851 |   0 |   0 |   0 |  13k|   0 | 1.500000e+01 |      --      |    Inf 
135.86/135.93	c   132s|210000 |203728 |     0 |   0.0 |  93M|1313 |   - |1600 |1824 |   0 |   0 |   0 |  13k|   0 | 1.500000e+01 |      --      |    Inf 
142.06/142.18	c   138s|220000 |213356 |     0 |   0.0 |  98M|1313 |   - |1600 |1927 |   0 |   0 |   0 |  14k|   0 | 1.500000e+01 |      --      |    Inf 
148.16/148.28	c   144s|230000 |223000 |     0 |   0.0 | 102M|1313 |   - |1600 |1951 |   0 |   0 |   0 |  15k|   0 | 1.500000e+01 |      --      |    Inf 
154.56/154.67	c   150s|240000 |232572 |     0 |   0.0 | 106M|1313 |   - |1600 |1876 |   0 |   0 |   0 |  16k|   0 | 1.600000e+01 |      --      |    Inf 
161.05/161.16	c   157s|250000 |242355 |     0 |   0.0 | 109M|1313 |   - |1600 |1617 |   0 |   0 |   0 |  16k|   0 | 1.600000e+01 |      --      |    Inf 
167.45/167.51	c   163s|260000 |252073 |     0 |   0.0 | 114M|1313 |   - |1600 |1694 |   0 |   0 |   0 |  17k|   0 | 1.600000e+01 |      --      |    Inf 
173.85/173.95	c   169s|270000 |261750 |     0 |   0.0 | 118M|1313 |   - |1600 |1776 |   0 |   0 |   0 |  18k|   0 | 1.600000e+01 |      --      |    Inf 
180.26/180.34	c   175s|280000 |271402 |     0 |   0.0 | 122M|1313 |   - |1600 |1708 |   0 |   0 |   0 |  19k|   0 | 1.600000e+01 |      --      |    Inf 
186.65/186.75	c   182s|290000 |281086 |     0 |   0.0 | 127M|1313 |   - |1600 |1732 |   0 |   0 |   0 |  19k|   0 | 1.600000e+01 |      --      |    Inf 
192.94/193.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
192.94/193.00	c   188s|300000 |290758 |     0 |   0.0 | 131M|1313 |   - |1600 |1741 |   0 |   0 |   0 |  20k|   0 | 1.600000e+01 |      --      |    Inf 
199.15/199.24	c   194s|310000 |300414 |     0 |   0.0 | 135M|1313 |   - |1600 |1722 |   0 |   0 |   0 |  21k|   0 | 1.600000e+01 |      --      |    Inf 
205.24/205.39	c   200s|320000 |310029 |     0 |   0.0 | 140M|1313 |   - |1600 |1825 |   0 |   0 |   0 |  22k|   0 | 1.600000e+01 |      --      |    Inf 
211.44/211.52	c   206s|330000 |319514 |     0 |   0.0 | 144M|1313 |   - |1600 |1925 |   0 |   0 |   0 |  23k|   0 | 1.700000e+01 |      --      |    Inf 
218.14/218.24	c   212s|340000 |329294 |     0 |   0.0 | 148M|1313 |   - |1600 |1465 |   0 |   0 |   0 |  24k|   0 | 1.700000e+01 |      --      |    Inf 
224.64/224.72	c   218s|350000 |339055 |     0 |   0.0 | 152M|1313 |   - |1600 |1437 |   0 |   0 |   0 |  24k|   0 | 1.700000e+01 |      --      |    Inf 
230.95/231.07	c   225s|360000 |348744 |     0 |   0.0 | 156M|1313 |   - |1600 |1570 |   0 |   0 |   0 |  25k|   0 | 1.700000e+01 |      --      |    Inf 
237.13/237.28	c   231s|370000 |358457 |     0 |   0.0 | 161M|1313 |   - |1600 |1672 |   0 |   0 |   0 |  26k|   0 | 1.700000e+01 |      --      |    Inf 
243.53/243.60	c   237s|380000 |368144 |     0 |   0.0 | 165M|1313 |   - |1600 |1692 |   0 |   0 |   0 |  26k|   0 | 1.700000e+01 |      --      |    Inf 
249.93/250.06	c   243s|390000 |377769 |     0 |   0.0 | 169M|1313 |   - |1600 |1656 |   0 |   0 |   0 |  27k|   0 | 1.700000e+01 |      --      |    Inf 
256.24/256.33	c   249s|400000 |387413 |     0 |   0.0 | 174M|1313 |   - |1600 |1758 |   0 |   0 |   0 |  28k|   0 | 1.700000e+01 |      --      |    Inf 
262.43/262.59	c   255s|410000 |397046 |     0 |   0.0 | 178M|1313 |   - |1600 |1788 |   0 |   0 |   0 |  29k|   0 | 1.700000e+01 |      --      |    Inf 
268.63/268.75	c   261s|420000 |406678 |     0 |   0.0 | 183M|1313 |   - |1600 |1873 |   0 |   0 |   0 |  30k|   0 | 1.700000e+01 |      --      |    Inf 
274.73/274.88	c   267s|430000 |416296 |     0 |   0.0 | 187M|1313 |   - |1600 |1927 |   0 |   0 |   0 |  31k|   0 | 1.700000e+01 |      --      |    Inf 
280.92/281.09	c   273s|440000 |425882 |     0 |   0.0 | 191M|1313 |   - |1600 |1913 |   0 |   0 |   0 |  32k|   0 | 1.800000e+01 |      --      |    Inf 
287.52/287.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.52/287.63	c   280s|450000 |435649 |     0 |   0.0 | 195M|1313 |   - |1600 |1697 |   0 |   0 |   0 |  32k|   0 | 1.800000e+01 |      --      |    Inf 
293.92/294.06	c   286s|460000 |445411 |     0 |   0.0 | 199M|1313 |   - |1600 |1625 |   0 |   0 |   0 |  33k|   0 | 1.800000e+01 |      --      |    Inf 
300.23/300.38	c   292s|470000 |455126 |     0 |   0.0 | 203M|1313 |   - |1600 |1744 |   0 |   0 |   0 |  33k|   0 | 1.800000e+01 |      --      |    Inf 
306.62/306.74	c   298s|480000 |464814 |     0 |   0.0 | 207M|1313 |   - |1600 |1729 |   0 |   0 |   0 |  34k|   0 | 1.800000e+01 |      --      |    Inf 
313.01/313.13	c   304s|490000 |474505 |     0 |   0.0 | 211M|1313 |   - |1600 |1736 |   0 |   0 |   0 |  35k|   0 | 1.800000e+01 |      --      |    Inf 
319.42/319.58	c   311s|500000 |484147 |     0 |   0.0 | 216M|1313 |   - |1600 |1846 |   0 |   0 |   0 |  36k|   0 | 1.800000e+01 |      --      |    Inf 
325.72/325.86	c   317s|510000 |493769 |     0 |   0.0 | 220M|1313 |   - |1600 |1881 |   0 |   0 |   0 |  37k|   0 | 1.800000e+01 |      --      |    Inf 
332.02/332.15	c   323s|520000 |503435 |     0 |   0.0 | 224M|1313 |   - |1600 |1951 |   0 |   0 |   0 |  37k|   0 | 1.800000e+01 |      --      |    Inf 
338.32/338.40	c   329s|530000 |513050 |     0 |   0.0 | 229M|1313 |   - |1600 |2034 |   0 |   0 |   0 |  38k|   0 | 1.800000e+01 |      --      |    Inf 
344.52/344.63	c   335s|540000 |522666 |     0 |   0.0 | 233M|1313 |   - |1600 |2135 |   0 |   0 |   0 |  39k|   0 | 1.800000e+01 |      --      |    Inf 
350.61/350.77	c   341s|550000 |532308 |     0 |   0.0 | 238M|1313 |   - |1600 |2149 |   0 |   0 |   0 |  40k|   0 | 1.800000e+01 |      --      |    Inf 
356.71/356.86	c   347s|560000 |541933 |     0 |   0.0 | 242M|1313 |   - |1600 |2221 |   0 |   0 |   0 |  41k|   0 | 1.800000e+01 |      --      |    Inf 
362.91/363.04	c   353s|570000 |551307 |     0 |   0.0 | 247M|1313 |   - |1600 |2491 |   0 |   0 |   0 |  42k|   0 | 1.900000e+01 |      --      |    Inf 
369.61/369.78	c   360s|580000 |561168 |     0 |   0.0 | 250M|1313 |   - |1600 |1714 |   0 |   0 |   0 |  43k|   0 | 1.900000e+01 |      --      |    Inf 
376.11/376.25	c   366s|590000 |570925 |     0 |   0.0 | 254M|1313 |   - |1600 |1574 |   0 |   0 |   0 |  43k|   0 | 1.900000e+01 |      --      |    Inf 
382.50/382.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
382.50/382.68	c   372s|600000 |580685 |     0 |   0.0 | 258M|1313 |   - |1600 |1505 |   0 |   0 |   0 |  44k|   0 | 1.900000e+01 |      --      |    Inf 
388.90/389.05	c   378s|610000 |590386 |     0 |   0.0 | 262M|1313 |   - |1600 |1754 |   0 |   0 |   0 |  45k|   0 | 1.900000e+01 |      --      |    Inf 
395.30/395.46	o 1048
395.30/395.46	c * 385s|619804 |599880 |     0 |   0.0 | 266M|1313 |   - |1600 |1801 |   0 |   0 |   0 |  45k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
395.50/395.60	c   385s|620000 |600069 |     0 |   0.0 | 267M|1313 |   - |1600 |1787 |   0 |   0 |   0 |  45k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
401.90/402.01	c   391s|630000 |609822 |     0 |   0.0 | 271M|1313 |   - |1600 |1686 |   0 |   0 |   0 |  46k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
408.29/408.44	c   397s|640000 |619543 |     0 |   0.0 | 276M|1313 |   - |1600 |1749 |   0 |   0 |   0 |  47k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
414.60/414.76	c   403s|650000 |629230 |     0 |   0.0 | 280M|1313 |   - |1600 |1800 |   0 |   0 |   0 |  47k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
420.99/421.13	c   410s|660000 |638895 |     0 |   0.0 | 285M|1313 |   - |1600 |1851 |   0 |   0 |   0 |  48k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
427.29/427.40	c   416s|670000 |648546 |     0 |   0.0 | 290M|1313 |   - |1600 |1914 |   0 |   0 |   0 |  49k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
433.59/433.70	c   422s|680000 |658220 |     0 |   0.0 | 295M|1313 |   - |1600 |1982 |   0 |   0 |   0 |  50k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
439.69/439.89	c   428s|690000 |667895 |     0 |   0.0 | 300M|1313 |   - |1600 |1986 |   0 |   0 |   0 |  50k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
445.99/446.15	c   434s|700000 |677526 |     0 |   0.0 | 305M|1313 |   - |1600 |2077 |   0 |   0 |   0 |  51k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
452.18/452.35	c   440s|710000 |687109 |     0 |   0.0 | 309M|1313 |   - |1600 |2142 |   0 |   0 |   0 |  52k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
458.28/458.40	c   446s|720000 |696749 |     0 |   0.0 | 314M|1313 |   - |1600 |2213 |   0 |   0 |   0 |  53k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
464.28/464.47	c   452s|730000 |706307 |     0 |   0.0 | 318M|1313 |   - |1600 |2353 |   0 |   0 |   0 |  54k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
470.38/470.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
470.38/470.52	c   458s|740000 |715677 |     0 |   0.0 | 323M|1313 |   - |1600 |2653 |   0 |   0 |   0 |  55k|   0 | 1.900000e+01 | 1.048000e+03 |5415.79%
476.98/477.17	c   464s|750000 |725471 |     0 |   0.0 | 326M|1313 |   - |1600 |1873 |   0 |   0 |   0 |  56k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
483.38/483.57	c   470s|760000 |735245 |     0 |   0.0 | 330M|1313 |   - |1600 |1651 |   0 |   0 |   0 |  56k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
489.78/489.96	c   476s|770000 |744993 |     0 |   0.0 | 335M|1313 |   - |1600 |1593 |   0 |   0 |   0 |  57k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
496.27/496.47	c   483s|780000 |754693 |     0 |   0.0 | 340M|1313 |   - |1600 |1714 |   0 |   0 |   0 |  58k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
502.77/502.91	c   489s|790000 |764367 |     0 |   0.0 | 344M|1313 |   - |1600 |1778 |   0 |   0 |   0 |  59k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
509.18/509.34	c   495s|800000 |774019 |     0 |   0.0 | 349M|1313 |   - |1600 |1844 |   0 |   0 |   0 |  59k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
515.57/515.73	c   501s|810000 |783736 |     0 |   0.0 | 354M|1313 |   - |1600 |1806 |   0 |   0 |   0 |  60k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
521.97/522.16	c   508s|820000 |793405 |     0 |   0.0 | 359M|1313 |   - |1600 |1866 |   0 |   0 |   0 |  61k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
528.27/528.47	c   514s|830000 |803068 |     0 |   0.0 | 364M|1313 |   - |1600 |1930 |   0 |   0 |   0 |  62k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
534.67/534.81	c   520s|840000 |812707 |     0 |   0.0 | 368M|1313 |   - |1600 |1927 |   0 |   0 |   0 |  62k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
540.87/541.02	c   526s|850000 |822343 |     0 |   0.0 | 373M|1313 |   - |1600 |2007 |   0 |   0 |   0 |  63k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
547.16/547.30	c   532s|860000 |831972 |     0 |   0.0 | 378M|1313 |   - |1600 |2145 |   0 |   0 |   0 |  64k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
553.27/553.45	c   538s|870000 |841598 |     0 |   0.0 | 383M|1313 |   - |1600 |2154 |   0 |   0 |   0 |  65k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
559.46/559.62	c   544s|880000 |851232 |     0 |   0.0 | 387M|1313 |   - |1600 |2214 |   0 |   0 |   0 |  66k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
565.56/565.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
565.56/565.77	c   550s|890000 |860881 |     0 |   0.0 | 392M|1313 |   - |1600 |2245 |   0 |   0 |   0 |  67k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
571.66/571.86	c   556s|900000 |870491 |     0 |   0.0 | 397M|1313 |   - |1600 |2369 |   0 |   0 |   0 |  67k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
577.76/577.94	c   562s|910000 |880117 |     0 |   0.0 | 401M|1313 |   - |1600 |2396 |   0 |   0 |   0 |  68k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
583.76/583.91	c   568s|920000 |889738 |     0 |   0.0 | 406M|1313 |   - |1600 |2447 |   0 |   0 |   0 |  69k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
589.65/589.81	c   573s|930000 |899290 |     0 |   0.0 | 410M|1313 |   - |1600 |2708 |   0 |   0 |   0 |  70k|   0 | 2.000000e+01 | 1.048000e+03 |5140.00%
596.25/596.45	c   580s|940000 |908775 |     0 |   0.0 | 414M|1313 |   - |1600 |2379 |   0 |   0 |   0 |  71k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
602.75/602.94	c   586s|950000 |918559 |     0 |   0.0 | 418M|1313 |   - |1600 |1939 |   0 |   0 |   0 |  72k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
609.35/609.55	c   593s|960000 |928275 |     0 |   0.0 | 423M|1313 |   - |1600 |1943 |   0 |   0 |   0 |  73k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
615.76/615.95	c   599s|970000 |938030 |     0 |   0.0 | 427M|1313 |   - |1600 |1827 |   0 |   0 |   0 |  73k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
621.95/622.19	c   605s|980000 |947766 |     0 |   0.0 | 432M|1313 |   - |1600 |1876 |   0 |   0 |   0 |  74k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
628.35/628.51	c   611s|990000 |957487 |     0 |   0.0 | 437M|1313 |   - |1600 |1901 |   0 |   0 |   0 |  75k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
634.55/634.75	c   617s|  1000k|967187 |     0 |   0.0 | 442M|1313 |   - |1600 |1970 |   0 |   0 |   0 |  75k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
640.94/641.12	c   623s|  1010k|976896 |     0 |   0.0 | 447M|1313 |   - |1600 |1988 |   0 |   0 |   0 |  76k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
647.34/647.57	c   630s|  1020k|986529 |     0 |   0.0 | 452M|1313 |   - |1600 |2070 |   0 |   0 |   0 |  77k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
653.74/653.94	c   636s|  1030k|996154 |     0 |   0.0 | 457M|1313 |   - |1600 |2182 |   0 |   0 |   0 |  78k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
660.04/660.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
660.04/660.24	c   642s|  1040k|  1005k|     0 |   0.0 | 461M|1313 |   - |1600 |2130 |   0 |   0 |   0 |  78k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
666.35/666.57	c   648s|  1050k|  1015k|     0 |   0.0 | 466M|1313 |   - |1600 |2137 |   0 |   0 |   0 |  79k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
672.63/672.82	c   654s|  1060k|  1025k|     0 |   0.0 | 471M|1313 |   - |1600 |2228 |   0 |   0 |   0 |  80k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
678.84/679.06	c   660s|  1070k|  1034k|     0 |   0.0 | 476M|1313 |   - |1600 |2116 |   0 |   0 |   0 |  81k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
685.24/685.41	c   666s|  1080k|  1044k|     0 |   0.0 | 480M|1313 |   - |1600 |2343 |   0 |   0 |   0 |  82k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
691.43/691.65	c   672s|  1090k|  1054k|     0 |   0.0 | 485M|1313 |   - |1600 |2323 |   0 |   0 |   0 |  82k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
697.63/697.85	c   678s|  1100k|  1063k|     0 |   0.0 | 490M|1313 |   - |1600 |2494 |   0 |   0 |   0 |  83k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
703.73/703.99	c   684s|  1110k|  1073k|     0 |   0.0 | 495M|1313 |   - |1600 |2463 |   0 |   0 |   0 |  84k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
710.02/710.24	c   690s|  1120k|  1082k|     0 |   0.0 | 499M|1313 |   - |1600 |2624 |   0 |   0 |   0 |  85k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
716.23/716.41	c   696s|  1130k|  1092k|     0 |   0.0 | 504M|1313 |   - |1600 |2554 |   0 |   0 |   0 |  86k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
722.23/722.48	c   702s|  1140k|  1102k|     0 |   0.0 | 509M|1313 |   - |1600 |2643 |   0 |   0 |   0 |  87k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
728.22/728.43	c   708s|  1150k|  1111k|     0 |   0.0 | 513M|1313 |   - |1600 |2644 |   0 |   0 |   0 |  88k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
734.12/734.38	c   714s|  1160k|  1121k|     0 |   0.0 | 518M|1313 |   - |1600 |2889 |   0 |   0 |   0 |  89k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
740.22/740.45	c   720s|  1170k|  1130k|     0 |   0.0 | 523M|1313 |   - |1600 |3140 |   0 |   0 |   0 |  90k|   0 | 2.100000e+01 | 1.048000e+03 |4890.48%
747.12/747.31	c   727s|  1180k|  1140k|     0 |   0.0 | 527M|1313 |   - |1600 |2626 |   0 |   0 |   0 |  91k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
753.82/754.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
753.82/754.00	c   733s|  1190k|  1150k|     0 |   0.0 | 530M|1313 |   - |1600 |2104 |   0 |   0 |   0 |  92k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
760.32/760.52	c   739s|  1200k|  1159k|     0 |   0.0 | 535M|1313 |   - |1600 |2030 |   0 |   0 |   0 |  92k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
766.71/766.97	c   746s|  1210k|  1169k|     0 |   0.0 | 540M|1313 |   - |1600 |2054 |   0 |   0 |   0 |  93k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
773.21/773.46	c   752s|  1220k|  1179k|     0 |   0.0 | 545M|1313 |   - |1600 |2158 |   0 |   0 |   0 |  94k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
779.51/779.73	c   758s|  1230k|  1188k|     0 |   0.0 | 550M|1313 |   - |1600 |2152 |   0 |   0 |   0 |  95k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
785.91/786.13	c   764s|  1240k|  1198k|     0 |   0.0 | 554M|1313 |   - |1600 |2103 |   0 |   0 |   0 |  95k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
792.41/792.65	c   771s|  1250k|  1208k|     0 |   0.0 | 559M|1313 |   - |1600 |2177 |   0 |   0 |   0 |  96k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
798.81/799.09	c   777s|  1260k|  1218k|     0 |   0.0 | 564M|1313 |   - |1600 |2150 |   0 |   0 |   0 |  97k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
805.30/805.58	c   783s|  1270k|  1227k|     0 |   0.0 | 569M|1313 |   - |1600 |2136 |   0 |   0 |   0 |  97k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
811.70/811.99	c   789s|  1280k|  1237k|     0 |   0.0 | 574M|1313 |   - |1600 |2206 |   0 |   0 |   0 |  98k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
818.11/818.35	c   796s|  1290k|  1247k|     0 |   0.0 | 578M|1313 |   - |1600 |2179 |   0 |   0 |   0 |  99k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
824.60/824.80	c   802s|  1300k|  1256k|     0 |   0.0 | 583M|1313 |   - |1600 |2272 |   0 |   0 |   0 | 100k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
830.90/831.13	c   808s|  1310k|  1266k|     0 |   0.0 | 588M|1313 |   - |1600 |2284 |   0 |   0 |   0 | 100k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
837.20/837.43	c   814s|  1320k|  1276k|     0 |   0.0 | 593M|1313 |   - |1600 |2355 |   0 |   0 |   0 | 101k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
843.51/843.71	c   820s|  1330k|  1285k|     0 |   0.0 | 597M|1313 |   - |1600 |2354 |   0 |   0 |   0 | 102k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
849.79/850.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
849.79/850.06	c   826s|  1340k|  1295k|     0 |   0.0 | 602M|1313 |   - |1600 |2365 |   0 |   0 |   0 | 103k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
856.29/856.53	c   833s|  1350k|  1305k|     0 |   0.0 | 607M|1313 |   - |1600 |2458 |   0 |   0 |   0 | 104k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
862.50/862.76	c   839s|  1360k|  1314k|     0 |   0.0 | 611M|1313 |   - |1600 |2399 |   0 |   0 |   0 | 104k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
868.79/869.07	c   845s|  1370k|  1324k|     0 |   0.0 | 616M|1313 |   - |1600 |2468 |   0 |   0 |   0 | 105k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
875.19/875.41	c   851s|  1380k|  1333k|     0 |   0.0 | 621M|1313 |   - |1600 |2591 |   0 |   0 |   0 | 106k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
881.49/881.74	c   857s|  1390k|  1343k|     0 |   0.0 | 626M|1313 |   - |1600 |2566 |   0 |   0 |   0 | 107k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
887.69/887.99	c   863s|  1400k|  1353k|     0 |   0.0 | 631M|1313 |   - |1600 |2658 |   0 |   0 |   0 | 108k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
893.89/894.13	c   869s|  1410k|  1362k|     0 |   0.0 | 636M|1313 |   - |1600 |2649 |   0 |   0 |   0 | 109k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
899.99/900.26	c   875s|  1420k|  1372k|     0 |   0.0 | 640M|1313 |   - |1600 |2705 |   0 |   0 |   0 | 110k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
906.19/906.45	c   881s|  1430k|  1382k|     0 |   0.0 | 645M|1313 |   - |1600 |2789 |   0 |   0 |   0 | 111k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
912.28/912.59	c   887s|  1440k|  1391k|     0 |   0.0 | 650M|1313 |   - |1600 |2862 |   0 |   0 |   0 | 112k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
918.48/918.74	c   893s|  1450k|  1401k|     0 |   0.0 | 654M|1313 |   - |1600 |2811 |   0 |   0 |   0 | 112k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
924.57/924.85	c   899s|  1460k|  1410k|     0 |   0.0 | 659M|1313 |   - |1600 |2867 |   0 |   0 |   0 | 113k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
930.57/930.80	c   905s|  1470k|  1420k|     0 |   0.0 | 663M|1313 |   - |1600 |3041 |   0 |   0 |   0 | 114k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
936.57/936.82	c   911s|  1480k|  1429k|     0 |   0.0 | 668M|1313 |   - |1600 |3300 |   0 |   0 |   0 | 116k|   0 | 2.200000e+01 | 1.048000e+03 |4663.64%
943.28/943.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
943.28/943.56	c   917s|  1490k|  1439k|     0 |   0.0 | 672M|1313 |   - |1600 |2828 |   0 |   0 |   0 | 117k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
949.87/950.16	c   924s|  1500k|  1449k|     0 |   0.0 | 675M|1313 |   - |1600 |2050 |   0 |   0 |   0 | 117k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
956.27/956.58	c   930s|  1510k|  1458k|     0 |   0.0 | 680M|1313 |   - |1600 |1900 |   0 |   0 |   0 | 118k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
962.67/962.90	c   936s|  1520k|  1468k|     0 |   0.0 | 685M|1313 |   - |1600 |1991 |   0 |   0 |   0 | 118k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
969.07/969.33	c   942s|  1530k|  1478k|     0 |   0.0 | 689M|1313 |   - |1600 |1972 |   0 |   0 |   0 | 119k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
975.47/975.73	c   948s|  1540k|  1488k|     0 |   0.0 | 694M|1313 |   - |1600 |1919 |   0 |   0 |   0 | 120k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
981.86/982.19	c   955s|  1550k|  1497k|     0 |   0.0 | 699M|1313 |   - |1600 |1979 |   0 |   0 |   0 | 120k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
988.36/988.60	c   961s|  1560k|  1507k|     0 |   0.0 | 704M|1313 |   - |1600 |2082 |   0 |   0 |   0 | 121k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
994.86/995.13	c   967s|  1570k|  1517k|     0 |   0.0 | 709M|1313 |   - |1600 |2205 |   0 |   0 |   0 | 122k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1001.16/1001.45	c   974s|  1580k|  1527k|     0 |   0.0 | 714M|1313 |   - |1600 |2297 |   0 |   0 |   0 | 123k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1007.56/1007.80	c   980s|  1590k|  1536k|     0 |   0.0 | 718M|1313 |   - |1600 |2357 |   0 |   0 |   0 | 123k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1013.97/1014.26	c   986s|  1600k|  1546k|     0 |   0.0 | 723M|1313 |   - |1600 |2285 |   0 |   0 |   0 | 124k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1020.35/1020.68	c   992s|  1610k|  1556k|     0 |   0.0 | 728M|1313 |   - |1600 |2267 |   0 |   0 |   0 | 125k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1026.76/1027.07	c   998s|  1620k|  1565k|     0 |   0.0 | 733M|1313 |   - |1600 |2378 |   0 |   0 |   0 | 126k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1033.15/1033.42	c  1005s|  1630k|  1575k|     0 |   0.0 | 737M|1313 |   - |1600 |2469 |   0 |   0 |   0 | 127k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1039.45/1039.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1039.45/1039.75	c  1011s|  1640k|  1585k|     0 |   0.0 | 742M|1313 |   - |1600 |2488 |   0 |   0 |   0 | 127k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1045.86/1046.12	c  1017s|  1650k|  1594k|     0 |   0.0 | 747M|1313 |   - |1600 |2463 |   0 |   0 |   0 | 128k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1052.05/1052.39	c  1023s|  1660k|  1604k|     0 |   0.0 | 752M|1313 |   - |1600 |2466 |   0 |   0 |   0 | 129k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1058.34/1058.63	c  1029s|  1670k|  1614k|     0 |   0.0 | 757M|1313 |   - |1600 |2558 |   0 |   0 |   0 | 130k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1064.64/1064.90	c  1035s|  1680k|  1623k|     0 |   0.0 | 761M|1313 |   - |1600 |2572 |   0 |   0 |   0 | 130k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1071.05/1071.37	c  1042s|  1690k|  1633k|     0 |   0.0 | 766M|1313 |   - |1600 |2519 |   0 |   0 |   0 | 131k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1077.44/1077.78	c  1048s|  1700k|  1642k|     0 |   0.0 | 771M|1313 |   - |1600 |2458 |   0 |   0 |   0 | 132k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1083.94/1084.21	c  1054s|  1710k|  1652k|     0 |   0.0 | 776M|1313 |   - |1600 |2451 |   0 |   0 |   0 | 133k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1090.24/1090.58	c  1060s|  1720k|  1662k|     0 |   0.0 | 780M|1313 |   - |1600 |2492 |   0 |   0 |   0 | 134k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1096.54/1096.90	c  1066s|  1730k|  1671k|     0 |   0.0 | 785M|1313 |   - |1600 |2586 |   0 |   0 |   0 | 135k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1102.95/1103.23	c  1073s|  1740k|  1681k|     0 |   0.0 | 790M|1313 |   - |1600 |2704 |   0 |   0 |   0 | 136k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1109.23/1109.50	c  1079s|  1750k|  1690k|     0 |   0.0 | 795M|1313 |   - |1600 |2741 |   0 |   0 |   0 | 137k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1115.44/1115.70	c  1085s|  1760k|  1700k|     0 |   0.0 | 800M|1313 |   - |1600 |2807 |   0 |   0 |   0 | 138k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1121.74/1122.06	c  1091s|  1770k|  1710k|     0 |   0.0 | 805M|1313 |   - |1600 |2863 |   0 |   0 |   0 | 139k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1128.03/1128.37	c  1097s|  1780k|  1719k|     0 |   0.0 | 810M|1313 |   - |1600 |2862 |   0 |   0 |   0 | 140k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1134.23/1134.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1134.23/1134.56	c  1103s|  1790k|  1729k|     0 |   0.0 | 814M|1313 |   - |1600 |2770 |   0 |   0 |   0 | 140k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1140.33/1140.66	c  1109s|  1800k|  1738k|     0 |   0.0 | 819M|1313 |   - |1600 |2882 |   0 |   0 |   0 | 141k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1146.52/1146.81	c  1115s|  1810k|  1748k|     0 |   0.0 | 823M|1313 |   - |1600 |2861 |   0 |   0 |   0 | 142k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1152.62/1152.96	c  1121s|  1820k|  1758k|     0 |   0.0 | 828M|1313 |   - |1600 |3007 |   0 |   0 |   0 | 143k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1158.73/1159.02	c  1127s|  1830k|  1767k|     0 |   0.0 | 833M|1313 |   - |1600 |2989 |   0 |   0 |   0 | 144k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1164.72/1165.05	c  1133s|  1840k|  1777k|     0 |   0.0 | 837M|1313 |   - |1600 |3075 |   0 |   0 |   0 | 145k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1170.82/1171.19	c  1139s|  1850k|  1787k|     0 |   0.0 | 842M|1313 |   - |1600 |3037 |   0 |   0 |   0 | 145k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1176.92/1177.29	c  1144s|  1860k|  1796k|     0 |   0.0 | 846M|1313 |   - |1600 |3038 |   0 |   0 |   0 | 146k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1183.01/1183.35	c  1150s|  1870k|  1806k|     0 |   0.0 | 851M|1313 |   - |1600 |3153 |   0 |   0 |   0 | 147k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1189.12/1189.44	c  1156s|  1880k|  1816k|     0 |   0.0 | 855M|1313 |   - |1600 |3263 |   0 |   0 |   0 | 148k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1195.21/1195.57	c  1162s|  1890k|  1825k|     0 |   0.0 | 860M|1313 |   - |1600 |3337 |   0 |   0 |   0 | 149k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1201.21/1201.54	c  1168s|  1900k|  1835k|     0 |   0.0 | 865M|1313 |   - |1600 |3514 |   0 |   0 |   0 | 150k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1207.22/1207.56	c  1174s|  1910k|  1844k|     0 |   0.0 | 870M|1313 |   - |1600 |3769 |   0 |   0 |   0 | 152k|   0 | 2.300000e+01 | 1.048000e+03 |4456.52%
1213.91/1214.24	c  1180s|  1920k|  1853k|     0 |   0.0 | 874M|1313 |   - |1600 |3500 |   0 |   0 |   0 | 153k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1220.51/1220.90	c  1187s|  1930k|  1863k|     0 |   0.0 | 877M|1313 |   - |1600 |2551 |   0 |   0 |   0 | 154k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1227.21/1227.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1227.21/1227.52	c  1193s|  1940k|  1873k|     0 |   0.0 | 881M|1313 |   - |1600 |2241 |   0 |   0 |   0 | 154k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1233.71/1234.05	c  1200s|  1950k|  1883k|     0 |   0.0 | 886M|1313 |   - |1600 |2116 |   0 |   0 |   0 | 155k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1240.20/1240.53	c  1206s|  1960k|  1892k|     0 |   0.0 | 891M|1313 |   - |1600 |2145 |   0 |   0 |   0 | 156k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1246.61/1246.96	c  1212s|  1970k|  1902k|     0 |   0.0 | 895M|1313 |   - |1600 |2081 |   0 |   0 |   0 | 156k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1253.00/1253.33	c  1218s|  1980k|  1912k|     0 |   0.0 | 900M|1313 |   - |1600 |2142 |   0 |   0 |   0 | 157k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1259.40/1259.78	c  1225s|  1990k|  1922k|     0 |   0.0 | 905M|1313 |   - |1600 |2145 |   0 |   0 |   0 | 158k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1265.90/1266.23	c  1231s|  2000k|  1931k|     0 |   0.0 | 910M|1313 |   - |1600 |2217 |   0 |   0 |   0 | 158k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1272.30/1272.68	c  1237s|  2010k|  1941k|     0 |   0.0 | 914M|1313 |   - |1600 |2123 |   0 |   0 |   0 | 159k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1278.79/1279.12	c  1244s|  2020k|  1951k|     0 |   0.0 | 919M|1313 |   - |1600 |2224 |   0 |   0 |   0 | 160k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1285.10/1285.46	c  1250s|  2030k|  1960k|     0 |   0.0 | 924M|1313 |   - |1600 |2347 |   0 |   0 |   0 | 161k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1291.50/1291.83	c  1256s|  2040k|  1970k|     0 |   0.0 | 929M|1313 |   - |1600 |2399 |   0 |   0 |   0 | 161k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1297.79/1298.16	c  1262s|  2050k|  1980k|     0 |   0.0 | 934M|1313 |   - |1600 |2412 |   0 |   0 |   0 | 162k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1304.19/1304.58	c  1268s|  2060k|  1989k|     0 |   0.0 | 939M|1313 |   - |1600 |2562 |   0 |   0 |   0 | 163k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1310.58/1310.94	c  1274s|  2070k|  1999k|     0 |   0.0 | 943M|1313 |   - |1600 |2602 |   0 |   0 |   0 | 164k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1317.09/1317.47	c  1281s|  2080k|  2009k|     0 |   0.0 | 948M|1313 |   - |1600 |2597 |   0 |   0 |   0 | 165k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1323.39/1323.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1323.39/1323.76	c  1287s|  2090k|  2018k|     0 |   0.0 | 953M|1313 |   - |1600 |2647 |   0 |   0 |   0 | 166k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1329.78/1330.18	c  1293s|  2100k|  2028k|     0 |   0.0 | 958M|1313 |   - |1600 |2638 |   0 |   0 |   0 | 166k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1336.19/1336.51	c  1299s|  2110k|  2038k|     0 |   0.0 | 963M|1313 |   - |1600 |2765 |   0 |   0 |   0 | 167k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1342.48/1342.84	c  1306s|  2120k|  2047k|     0 |   0.0 | 968M|1313 |   - |1600 |2761 |   0 |   0 |   0 | 168k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1348.78/1349.17	c  1312s|  2130k|  2057k|     0 |   0.0 | 973M|1313 |   - |1600 |2865 |   0 |   0 |   0 | 169k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1355.17/1355.54	c  1318s|  2140k|  2067k|     0 |   0.0 | 977M|1313 |   - |1600 |2885 |   0 |   0 |   0 | 170k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1361.67/1362.00	c  1324s|  2150k|  2076k|     0 |   0.0 | 982M|1313 |   - |1600 |2937 |   0 |   0 |   0 | 171k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1368.08/1368.41	c  1330s|  2160k|  2086k|     0 |   0.0 | 987M|1313 |   - |1600 |3012 |   0 |   0 |   0 | 171k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1374.58/1374.90	c  1337s|  2170k|  2096k|     0 |   0.0 | 992M|1313 |   - |1600 |3039 |   0 |   0 |   0 | 172k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1380.87/1381.24	c  1343s|  2180k|  2105k|     0 |   0.0 | 997M|1313 |   - |1600 |2973 |   0 |   0 |   0 | 173k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1387.17/1387.58	c  1349s|  2190k|  2115k|     0 |   0.0 |1002M|1313 |   - |1600 |2965 |   0 |   0 |   0 | 174k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1393.57/1393.90	c  1355s|  2200k|  2125k|     0 |   0.0 |1006M|1313 |   - |1600 |2857 |   0 |   0 |   0 | 175k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1399.98/1400.31	c  1361s|  2210k|  2134k|     0 |   0.0 |1011M|1313 |   - |1600 |2825 |   0 |   0 |   0 | 176k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1406.17/1406.58	c  1367s|  2220k|  2144k|     0 |   0.0 |1016M|1313 |   - |1600 |2767 |   0 |   0 |   0 | 177k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1412.57/1412.91	c  1374s|  2230k|  2153k|     0 |   0.0 |1021M|1313 |   - |1600 |2752 |   0 |   0 |   0 | 177k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1418.77/1419.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1418.77/1419.18	c  1380s|  2240k|  2163k|     0 |   0.0 |1025M|1313 |   - |1600 |2775 |   0 |   0 |   0 | 178k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1425.17/1425.55	c  1386s|  2250k|  2173k|     0 |   0.0 |1030M|1313 |   - |1600 |2754 |   0 |   0 |   0 | 179k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1431.46/1431.84	c  1392s|  2260k|  2182k|     0 |   0.0 |1035M|1313 |   - |1600 |2760 |   0 |   0 |   0 | 180k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1437.76/1438.12	c  1398s|  2270k|  2192k|     0 |   0.0 |1040M|1313 |   - |1600 |2793 |   0 |   0 |   0 | 181k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1443.97/1444.32	c  1404s|  2280k|  2202k|     0 |   0.0 |1045M|1313 |   - |1600 |2937 |   0 |   0 |   0 | 182k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1450.16/1450.51	c  1410s|  2290k|  2211k|     0 |   0.0 |1049M|1313 |   - |1600 |3017 |   0 |   0 |   0 | 183k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1456.25/1456.65	c  1416s|  2300k|  2221k|     0 |   0.0 |1054M|1313 |   - |1600 |3085 |   0 |   0 |   0 | 184k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1462.56/1462.97	c  1422s|  2310k|  2230k|     0 |   0.0 |1059M|1313 |   - |1600 |3054 |   0 |   0 |   0 | 185k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1468.75/1469.18	c  1428s|  2320k|  2240k|     0 |   0.0 |1064M|1313 |   - |1600 |3064 |   0 |   0 |   0 | 186k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1474.95/1475.31	c  1434s|  2330k|  2250k|     0 |   0.0 |1068M|1313 |   - |1600 |3095 |   0 |   0 |   0 | 186k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1481.15/1481.57	c  1440s|  2340k|  2259k|     0 |   0.0 |1073M|1313 |   - |1600 |3076 |   0 |   0 |   0 | 187k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1487.25/1487.64	c  1446s|  2350k|  2269k|     0 |   0.0 |1078M|1313 |   - |1600 |3257 |   0 |   0 |   0 | 188k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1493.46/1493.85	c  1452s|  2360k|  2278k|     0 |   0.0 |1082M|1313 |   - |1600 |3175 |   0 |   0 |   0 | 189k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1499.54/1499.94	c  1458s|  2370k|  2288k|     0 |   0.0 |1087M|1313 |   - |1600 |3107 |   0 |   0 |   0 | 190k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1505.74/1506.10	c  1464s|  2380k|  2298k|     0 |   0.0 |1091M|1313 |   - |1600 |3120 |   0 |   0 |   0 | 191k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1511.74/1512.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1511.74/1512.18	c  1470s|  2390k|  2307k|     0 |   0.0 |1096M|1313 |   - |1600 |3153 |   0 |   0 |   0 | 192k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1517.83/1518.21	c  1476s|  2400k|  2317k|     0 |   0.0 |1100M|1313 |   - |1600 |3120 |   0 |   0 |   0 | 193k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1523.94/1524.32	c  1482s|  2410k|  2326k|     0 |   0.0 |1105M|1313 |   - |1600 |3241 |   0 |   0 |   0 | 194k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1530.14/1530.50	c  1488s|  2420k|  2336k|     0 |   0.0 |1109M|1313 |   - |1600 |3275 |   0 |   0 |   0 | 195k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1536.14/1536.59	c  1494s|  2430k|  2346k|     0 |   0.0 |1114M|1313 |   - |1600 |3430 |   0 |   0 |   0 | 196k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1542.24/1542.66	c  1500s|  2440k|  2355k|     0 |   0.0 |1119M|1313 |   - |1600 |3499 |   0 |   0 |   0 | 197k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1548.23/1548.66	c  1505s|  2450k|  2365k|     0 |   0.0 |1123M|1313 |   - |1600 |3594 |   0 |   0 |   0 | 198k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1554.33/1554.76	c  1511s|  2460k|  2374k|     0 |   0.0 |1128M|1313 |   - |1600 |3774 |   0 |   0 |   0 | 199k|   0 | 2.400000e+01 | 1.048000e+03 |4266.67%
1560.93/1561.39	c  1518s|  2470k|  2383k|     0 |   0.0 |1133M|1313 |   - |1600 |4003 |   0 |   0 |   0 | 201k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1567.73/1568.12	c  1524s|  2480k|  2393k|     0 |   0.0 |1136M|1313 |   - |1600 |2824 |   0 |   0 |   0 | 202k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1574.33/1574.70	c  1531s|  2490k|  2403k|     0 |   0.0 |1140M|1313 |   - |1600 |2357 |   0 |   0 |   0 | 202k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1580.72/1581.14	c  1537s|  2500k|  2412k|     0 |   0.0 |1145M|1313 |   - |1600 |2319 |   0 |   0 |   0 | 203k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1587.22/1587.63	c  1543s|  2510k|  2422k|     0 |   0.0 |1149M|1313 |   - |1600 |2282 |   0 |   0 |   0 | 204k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1593.62/1594.04	c  1550s|  2520k|  2432k|     0 |   0.0 |1154M|1313 |   - |1600 |2178 |   0 |   0 |   0 | 204k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1600.13/1600.55	c  1556s|  2530k|  2442k|     0 |   0.0 |1159M|1313 |   - |1600 |2243 |   0 |   0 |   0 | 205k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1606.52/1606.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1606.52/1606.99	c  1562s|  2540k|  2451k|     0 |   0.0 |1163M|1313 |   - |1600 |2309 |   0 |   0 |   0 | 206k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1612.91/1613.36	c  1568s|  2550k|  2461k|     0 |   0.0 |1168M|1313 |   - |1600 |2341 |   0 |   0 |   0 | 206k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1619.32/1619.75	c  1575s|  2560k|  2471k|     0 |   0.0 |1173M|1313 |   - |1600 |2420 |   0 |   0 |   0 | 207k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1625.72/1626.18	c  1581s|  2570k|  2481k|     0 |   0.0 |1178M|1313 |   - |1600 |2449 |   0 |   0 |   0 | 208k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1632.11/1632.56	c  1587s|  2580k|  2490k|     0 |   0.0 |1183M|1313 |   - |1600 |2435 |   0 |   0 |   0 | 208k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1638.52/1638.97	c  1593s|  2590k|  2500k|     0 |   0.0 |1188M|1313 |   - |1600 |2456 |   0 |   0 |   0 | 209k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1645.01/1645.44	c  1600s|  2600k|  2510k|     0 |   0.0 |1192M|1313 |   - |1600 |2673 |   0 |   0 |   0 | 210k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1651.51/1651.90	c  1606s|  2610k|  2519k|     0 |   0.0 |1197M|1313 |   - |1600 |2677 |   0 |   0 |   0 | 211k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1657.81/1658.20	c  1612s|  2620k|  2529k|     0 |   0.0 |1202M|1313 |   - |1600 |2639 |   0 |   0 |   0 | 211k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1664.11/1664.59	c  1618s|  2630k|  2539k|     0 |   0.0 |1207M|1313 |   - |1600 |2742 |   0 |   0 |   0 | 212k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1670.60/1671.06	c  1625s|  2640k|  2549k|     0 |   0.0 |1211M|1313 |   - |1600 |2779 |   0 |   0 |   0 | 213k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1677.01/1677.48	c  1631s|  2650k|  2558k|     0 |   0.0 |1216M|1313 |   - |1600 |2860 |   0 |   0 |   0 | 214k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1683.30/1683.74	c  1637s|  2660k|  2568k|     0 |   0.0 |1221M|1313 |   - |1600 |2835 |   0 |   0 |   0 | 214k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1689.70/1690.16	c  1643s|  2670k|  2578k|     0 |   0.0 |1226M|1313 |   - |1600 |2844 |   0 |   0 |   0 | 215k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1696.00/1696.45	c  1649s|  2680k|  2587k|     0 |   0.0 |1231M|1313 |   - |1600 |3012 |   0 |   0 |   0 | 216k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1702.41/1702.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1702.41/1702.86	c  1656s|  2690k|  2597k|     0 |   0.0 |1235M|1313 |   - |1600 |2975 |   0 |   0 |   0 | 217k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1709.01/1709.41	c  1662s|  2700k|  2607k|     0 |   0.0 |1240M|1313 |   - |1600 |2986 |   0 |   0 |   0 | 218k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1715.29/1715.74	c  1668s|  2710k|  2616k|     0 |   0.0 |1245M|1313 |   - |1600 |2935 |   0 |   0 |   0 | 218k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1721.70/1722.19	c  1674s|  2720k|  2626k|     0 |   0.0 |1249M|1313 |   - |1600 |2980 |   0 |   0 |   0 | 219k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1727.89/1728.39	c  1680s|  2730k|  2636k|     0 |   0.0 |1254M|1313 |   - |1600 |2943 |   0 |   0 |   0 | 220k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1734.30/1734.73	c  1687s|  2740k|  2645k|     0 |   0.0 |1259M|1313 |   - |1600 |2986 |   0 |   0 |   0 | 221k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1740.59/1741.02	c  1693s|  2750k|  2655k|     0 |   0.0 |1264M|1313 |   - |1600 |3025 |   0 |   0 |   0 | 222k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1746.79/1747.26	c  1699s|  2760k|  2665k|     0 |   0.0 |1269M|1313 |   - |1600 |2986 |   0 |   0 |   0 | 222k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1753.19/1753.67	c  1705s|  2770k|  2674k|     0 |   0.0 |1274M|1313 |   - |1600 |3100 |   0 |   0 |   0 | 223k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1759.60/1760.07	c  1711s|  2780k|  2684k|     0 |   0.0 |1278M|1313 |   - |1600 |3048 |   0 |   0 |   0 | 224k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1765.88/1766.39	c  1717s|  2790k|  2694k|     0 |   0.0 |1283M|1313 |   - |1600 |3033 |   0 |   0 |   0 | 225k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1772.38/1772.82	c  1724s|  2800k|  2703k|     0 |   0.0 |1288M|1313 |   - |1600 |3105 |   0 |   0 |   0 | 226k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1778.68/1779.18	c  1730s|  2810k|  2713k|     0 |   0.0 |1293M|1313 |   - |1600 |3080 |   0 |   0 |   0 | 227k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1785.18/1785.68	c  1736s|  2820k|  2722k|     0 |   0.0 |1298M|1313 |   - |1600 |3183 |   0 |   0 |   0 | 228k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1791.48/1791.98	c  1742s|  2830k|  2732k|     0 |   0.0 |1302M|1313 |   - |1600 |3188 |   0 |   0 |   0 | 229k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1797.88/1798.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1797.88/1798.31	c  1748s|  2840k|  2742k|     0 |   0.0 |1307M|1313 |   - |1600 |3186 |   0 |   0 |   0 | 229k|   0 | 2.500000e+01 | 1.048000e+03 |4092.00%
1800.08/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.51	c 
1800.08/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.51	c Solving Time (sec) : 1750.48
1800.08/1800.51	c Solving Nodes      : 2843449
1800.08/1800.51	c Primal Bound       : +1.04800000000000e+03 (1 solutions)
1800.08/1800.51	c Dual Bound         : +2.50000000000000e+01
1800.08/1800.51	c Gap                : 4092.00 %
1800.08/1800.51	s SATISFIABLE
1800.08/1800.51	v -x1026 -x1025 -x1024 -x1023 -x1022 -x1021 -x1020 -x1019 -x1018 -x1017 -x1016 -x1015 -x1014 -x1013 -x1012 -x1011 -x1010 -x1009 -x1008 
1800.08/1800.51	v -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 
1800.08/1800.51	v -x988 -x987 -x986 x985 -x984 -x983 -x982 -x981 -x980 -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 x969 -x968 
1800.08/1800.51	v -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 
1800.08/1800.51	v -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 
1800.08/1800.51	v -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 
1800.08/1800.51	v -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 
1800.08/1800.51	v -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 
1800.08/1800.51	v x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 x843 -x842 
1800.08/1800.51	v -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 
1800.08/1800.51	v -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 
1800.08/1800.51	v -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 
1800.08/1800.51	v -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 
1800.08/1800.51	v -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 
1800.08/1800.51	v -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 
1800.08/1800.51	v -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 
1800.08/1800.51	v -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 
1800.08/1800.51	v x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 x660 -x659 -x658 -x657 -x656 -x655 -x654 
1800.08/1800.51	v -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 
1800.08/1800.51	v -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 
1800.08/1800.51	v -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 
1800.08/1800.51	v -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 
1800.08/1800.51	v -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 
1800.08/1800.51	v -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 
1800.08/1800.51	v -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 
1800.08/1800.51	v -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 
1800.08/1800.51	v -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 
1800.08/1800.51	v -x465 -x464 -x463 -x462 -x461 x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 
1800.08/1800.51	v -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 
1800.08/1800.51	v -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 
1800.08/1800.51	v -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 
1800.08/1800.51	v x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 
1800.08/1800.51	v -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 
1800.08/1800.51	v -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 
1800.08/1800.51	v -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 
1800.08/1800.51	v -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 
1800.08/1800.51	v -x277 -x276 -x275 -x274 -x273 -x272 -x271 x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 
1800.08/1800.51	v -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 
1800.08/1800.51	v -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 
1800.08/1800.51	v -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 
1800.08/1800.51	v -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 
1800.08/1800.51	v -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 
1800.08/1800.51	v -x152 -x151 -x150 -x149 x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 
1800.08/1800.51	v -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 
1800.08/1800.51	v -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 
1800.08/1800.51	v -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 
1800.08/1800.51	v -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 
1800.08/1800.51	v -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 
1800.08/1800.51	v -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 -x1800 -x1799 -x1798 -x1797 -x1796 -x1795 -x1794 -x1793 -x1792 -x1791 -x1790 
1800.08/1800.51	v -x1789 -x1788 -x1787 -x1786 -x1785 -x1784 -x1783 x1782 -x1781 -x1780 -x1779 -x1778 -x1777 -x1776 -x1775 -x1774 -x1773 -x1772 
1800.08/1800.51	v -x1771 -x1770 -x1769 -x1768 -x1767 -x1766 -x1765 -x1764 -x1763 -x1762 -x1761 -x1760 -x1759 -x1758 -x1757 -x1756 -x1755 -x1754 
1800.08/1800.51	v -x1753 -x1752 -x1751 -x1750 -x1749 -x1748 -x1747 -x1746 -x1745 -x1744 -x1743 -x1742 -x1741 -x1740 -x1739 -x1738 -x1737 -x1736 
1800.08/1800.51	v -x1735 -x1734 -x1733 -x1732 -x1731 -x1730 -x1729 -x1728 -x1727 -x1726 -x1725 -x1724 -x1723 -x1722 -x1721 -x1720 x1719 -x1718 
1800.08/1800.51	v -x1717 -x1716 -x1715 -x1714 -x1713 -x1712 -x1711 -x1710 -x1709 -x1708 -x1707 -x1706 -x1705 -x1704 -x1703 -x1702 -x1701 -x1700 
1800.08/1800.51	v -x1699 -x1698 -x1697 -x1696 -x1695 -x1694 -x1693 -x1692 -x1691 -x1690 -x1689 -x1688 -x1687 -x1686 -x1685 -x1684 -x1683 -x1682 
1800.08/1800.51	v -x1681 -x1680 x1679 -x1678 -x1677 -x1676 -x1675 -x1674 -x1673 -x1672 -x1671 -x1670 -x1669 -x1668 -x1667 -x1666 -x1665 -x1664 
1800.08/1800.51	v -x1663 -x1662 -x1661 -x1660 -x1659 -x1658 -x1657 -x1656 -x1655 -x1654 -x1653 -x1652 -x1651 -x1650 -x1649 -x1648 -x1647 
1800.08/1800.51	v -x1646 -x1645 -x1644 x1643 -x1642 -x1641 -x1640 -x1639 -x1638 -x1637 -x1636 -x1635 -x1634 -x1633 -x1632 -x1631 -x1630 -x1629 
1800.08/1800.51	v -x1628 -x1627 -x1626 -x1625 -x1624 -x1623 -x1622 -x1621 -x1620 -x1619 -x1618 -x1617 -x1616 -x1615 -x1614 -x1613 -x1612 -x1611 
1800.08/1800.51	v -x1610 -x1609 -x1608 -x1607 -x1606 -x1605 -x1604 -x1603 -x1602 -x1601 -x1600 -x1599 -x1598 -x1597 -x1596 -x1595 -x1594 -x1593 
1800.08/1800.51	v -x1592 -x1591 -x1590 -x1589 -x1588 -x1587 -x1586 -x1585 -x1584 -x1583 -x1582 -x1581 -x1580 -x1579 -x1578 -x1577 -x1576 -x1575 
1800.08/1800.51	v -x1574 -x1573 -x1572 -x1571 -x1570 -x1569 x1568 -x1567 -x1566 -x1565 -x1564 -x1563 -x1562 -x1561 -x1560 -x1559 -x1558 -x1557 
1800.08/1800.51	v -x1556 -x1555 -x1554 -x1553 -x1552 -x1551 -x1550 -x1549 -x1548 -x1547 -x1546 -x1545 -x1544 -x1543 x1542 -x1541 -x1540 -x1539 
1800.08/1800.51	v -x1538 -x1537 -x1536 -x1535 -x1534 -x1533 -x1532 -x1531 -x1530 -x1529 -x1528 -x1527 -x1526 -x1525 -x1524 -x1523 -x1522 -x1521 
1800.08/1800.51	v -x1520 -x1519 -x1518 x1517 -x1516 -x1515 -x1514 -x1513 -x1512 -x1511 -x1510 -x1509 -x1508 -x1507 -x1506 -x1505 -x1504 -x1503 
1800.08/1800.51	v -x1502 -x1501 -x1500 -x1499 -x1498 -x1497 -x1496 -x1495 -x1494 -x1493 -x1492 -x1491 -x1490 -x1489 -x1488 -x1487 -x1486 -x1485 
1800.08/1800.51	v -x1484 -x1483 -x1482 -x1481 -x1480 -x1479 -x1478 -x1477 -x1476 -x1475 -x1474 -x1473 -x1472 -x1471 -x1470 -x1469 -x1468 -x1467 
1800.08/1800.51	v -x1466 -x1465 -x1464 -x1463 -x1462 -x1461 -x1460 -x1459 -x1458 -x1457 -x1456 -x1455 -x1454 -x1453 -x1452 -x1451 -x1450 
1800.08/1800.51	v -x1449 -x1448 -x1447 -x1446 -x1445 -x1444 -x1443 -x1442 -x1441 -x1440 -x1439 -x1438 -x1437 -x1436 -x1435 x1434 -x1433 -x1432 
1800.08/1800.51	v -x1431 -x1430 -x1429 -x1428 -x1427 x1426 -x1425 -x1424 -x1423 -x1422 -x1421 -x1420 -x1419 -x1418 -x1417 -x1416 -x1415 -x1414 
1800.08/1800.51	v -x1413 -x1412 -x1411 -x1410 -x1409 -x1408 -x1407 -x1406 -x1405 -x1404 -x1403 -x1402 -x1401 -x1400 -x1399 -x1398 -x1397 -x1396 
1800.08/1800.51	v -x1395 -x1394 -x1393 -x1392 -x1391 -x1390 -x1389 -x1388 -x1387 -x1386 -x1385 -x1384 -x1383 -x1382 -x1381 -x1380 -x1379 -x1378 
1800.08/1800.51	v -x1377 -x1376 -x1375 -x1374 -x1373 -x1372 -x1371 -x1370 -x1369 x1368 -x1367 -x1366 -x1365 -x1364 -x1363 -x1362 -x1361 -x1360 
1800.08/1800.51	v -x1359 -x1358 -x1357 -x1356 -x1355 -x1354 -x1353 -x1352 -x1351 -x1350 -x1349 -x1348 -x1347 -x1346 -x1345 -x1344 -x1343 -x1342 
1800.08/1800.51	v -x1341 -x1340 -x1339 -x1338 -x1337 -x1336 -x1335 -x1334 -x1333 -x1332 -x1331 -x1330 -x1329 -x1328 -x1327 -x1326 x1325 -x1324 
1800.08/1800.51	v -x1323 -x1322 -x1321 -x1320 -x1319 -x1318 -x1317 -x1316 -x1315 -x1314 -x1313 -x1312 -x1311 -x1310 -x1309 -x1308 -x1307 -x1306 
1800.08/1800.51	v -x1305 -x1304 -x1303 -x1302 -x1301 -x1300 -x1299 -x1298 -x1297 -x1296 -x1295 -x1294 -x1293 -x1292 -x1291 -x1290 -x1289 -x1288 
1800.08/1800.51	v -x1287 -x1286 -x1285 -x1284 -x1283 -x1282 -x1281 -x1280 -x1279 -x1278 -x1277 -x1276 -x1275 -x1274 -x1273 -x1272 x1271 -x1270 
1800.08/1800.51	v -x1269 -x1268 -x1267 -x1266 -x1265 -x1264 -x1263 -x1262 -x1261 -x1260 -x1259 -x1258 -x1257 -x1256 -x1255 -x1254 -x1253 -x1252 
1800.08/1800.51	v -x1251 -x1250 -x1249 -x1248 -x1247 -x1246 -x1245 -x1244 -x1243 -x1242 -x1241 -x1240 -x1239 -x1238 -x1237 -x1236 -x1235 
1800.08/1800.51	v -x1234 -x1233 -x1232 -x1231 -x1230 -x1229 -x1228 -x1227 -x1226 -x1225 -x1224 -x1223 -x1222 -x1221 -x1220 x1219 -x1218 -x1217 
1800.08/1800.51	v -x1216 -x1215 -x1214 -x1213 -x1212 -x1211 -x1210 -x1209 -x1208 -x1207 -x1206 x1205 -x1204 -x1203 -x1202 -x1201 -x1200 -x1199 
1800.08/1800.51	v -x1198 -x1197 -x1196 -x1195 -x1194 -x1193 -x1192 -x1191 -x1190 -x1189 -x1188 -x1187 -x1186 -x1185 -x1184 -x1183 -x1182 -x1181 
1800.08/1800.51	v -x1180 -x1179 -x1178 -x1177 -x1176 -x1175 -x1174 -x1173 -x1172 -x1171 -x1170 -x1169 -x1168 -x1167 -x1166 -x1165 -x1164 -x1163 
1800.08/1800.51	v -x1162 -x1161 -x1160 -x1159 -x1158 -x1157 -x1156 -x1155 -x1154 -x1153 -x1152 x1151 -x1150 -x1149 -x1148 -x1147 -x1146 -x1145 
1800.08/1800.51	v -x1144 -x1143 -x1142 -x1141 -x1140 -x1139 -x1138 -x1137 -x1136 -x1135 -x1134 -x1133 -x1132 -x1131 -x1130 -x1129 -x1128 -x1127 
1800.08/1800.51	v -x1126 -x1125 -x1124 -x1123 -x1122 -x1121 -x1120 -x1119 -x1118 -x1117 -x1116 -x1115 -x1114 -x1113 -x1112 -x1111 -x1110 -x1109 
1800.08/1800.51	v -x1108 -x1107 -x1106 -x1105 -x1104 -x1103 -x1102 -x1101 -x1100 -x1099 -x1098 -x1097 -x1096 -x1095 -x1094 -x1093 -x1092 -x1091 
1800.08/1800.51	v -x1090 -x1089 -x1088 -x1087 -x1086 -x1085 -x1084 -x1083 -x1082 -x1081 -x1080 -x1079 x1078 -x1077 -x1076 -x1075 -x1074 -x1073 
1800.08/1800.51	v -x1072 -x1071 -x1070 -x1069 -x1068 -x1067 -x1066 -x1065 -x1064 -x1063 -x1062 -x1061 -x1060 -x1059 -x1058 -x1057 -x1056 -x1055 
1800.08/1800.51	v -x1054 -x1053 -x1052 -x1051 -x1050 -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 -x1042 -x1041 -x1040 -x1039 -x1038 
1800.08/1800.51	v -x1037 -x1036 -x1035 -x1034 -x1033 -x1032 x1031 -x1030 -x1029 -x1028 -x1027 
1800.08/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.51	c Solving Time       :    1750.48
1800.08/1800.51	c Original Problem   :
1800.08/1800.51	c   Problem name     : HOME/instance-2664164-1276358669.opb
1800.08/1800.51	c   Variables        : 1800 (1800 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.51	c   Constraints      : 215 initial, 215 maximal
1800.08/1800.51	c Presolved Problem  :
1800.08/1800.51	c   Problem name     : t_HOME/instance-2664164-1276358669.opb
1800.08/1800.51	c   Variables        : 1600 (1600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.51	c   Constraints      : 210 initial, 4076 maximal
1800.08/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.51	c   probing          :       0.06          0          0          0          0          0          0          0          0
1800.08/1800.51	c   knapsack         :       0.06          0          0          0          0          0          0          0          0
1800.08/1800.51	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.51	c   linear           :       0.02        200          0          0        200          0          5          0          0
1800.08/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.51	c   knapsack         :         40          0    3527277          0    2803593        658    2675519          0          0          0
1800.08/1800.51	c   setppc           :        170          0    3526619          0    2803592      55468   11424324          0          0          0
1800.08/1800.51	c   logicor          :          0+         0     576486          0          0       1241      53380          0          0          0
1800.08/1800.51	c   countsols        :          0          0          0          0    2803589          0          0          0          0          0
1800.08/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.51	c   knapsack         :     299.07       0.00      43.81       0.00     255.26
1800.08/1800.51	c   setppc           :     523.68       0.00      74.03       0.00     449.65
1800.08/1800.51	c   logicor          :      25.31       0.00      25.31       0.00       0.00
1800.08/1800.51	c   countsols        :       1.24       0.00       0.00       0.00       1.24
1800.08/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.51	c   vbounds          :       1.80          2          0          0
1800.08/1800.51	c   rootredcost      :       2.18          0          0          0
1800.08/1800.51	c   pseudoobj        :     238.81    3527077          0          0
1800.08/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.51	c   propagation      :      29.23      57367      57363     343510      127.1      13011       66.8          -
1800.08/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.51	c   applied globally :          -          -          -     229177       75.4          -          -          -
1800.08/1800.51	c   applied locally  :          -          -          -       1063      213.3          -          -          -
1800.08/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.51	c Pricers            :       Time      Calls       Vars
1800.08/1800.51	c   problem variables:       0.00          0          0
1800.08/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   inference        :     484.75    2803588          0          0          0          0    5607176
1800.08/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.51	c   LP solutions     :       0.00          -          0
1800.08/1800.51	c   pseudo solutions :       0.03          -          1
1800.08/1800.51	c   oneopt           :       1.97          0          0
1800.08/1800.51	c   trivial          :       0.01          2          0
1800.08/1800.51	c   simplerounding   :       0.00          0          0
1800.08/1800.51	c   zirounding       :       0.00          0          0
1800.08/1800.51	c   rounding         :       0.00          0          0
1800.08/1800.51	c   shifting         :       0.00          0          0
1800.08/1800.51	c   intshifting      :       0.00          0          0
1800.08/1800.51	c   twoopt           :       0.00          0          0
1800.08/1800.51	c   fixandinfer      :       0.00          0          0
1800.08/1800.51	c   feaspump         :       0.00          0          0
1800.08/1800.51	c   coefdiving       :       0.00          0          0
1800.08/1800.51	c   pscostdiving     :       0.00          0          0
1800.08/1800.51	c   fracdiving       :       0.00          0          0
1800.08/1800.51	c   veclendiving     :       0.00          0          0
1800.08/1800.51	c   intdiving        :       0.00          0          0
1800.08/1800.51	c   actconsdiving    :       0.00          0          0
1800.08/1800.51	c   objpscostdiving  :       0.00          0          0
1800.08/1800.51	c   rootsoldiving    :       0.00          0          0
1800.08/1800.51	c   linesearchdiving :       0.00          0          0
1800.08/1800.51	c   guideddiving     :       0.00          0          0
1800.08/1800.51	c   octane           :       0.00          0          0
1800.08/1800.51	c   rens             :       0.00          0          0
1800.08/1800.51	c   rins             :       0.00          0          0
1800.08/1800.51	c   localbranching   :       0.00          0          0
1800.08/1800.51	c   mutation         :       0.00          0          0
1800.08/1800.51	c   crossover        :       0.00          0          0
1800.08/1800.51	c   dins             :       0.00          0          0
1800.08/1800.51	c   undercover       :       0.00          0          0
1800.08/1800.51	c   nlp              :       1.51          0          0
1800.08/1800.51	c   trysol           :       1.38          0          0
1800.08/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.51	c B&B Tree           :
1800.08/1800.51	c   number of runs   :          1
1800.08/1800.51	c   nodes            :    2843449
1800.08/1800.51	c   nodes (total)    :    2843449
1800.08/1800.51	c   nodes left       :    2745441
1800.08/1800.51	c   max depth        :       1313
1800.08/1800.51	c   max depth (total):       1313
1800.08/1800.51	c   backtracks       :      24435 (0.9%)
1800.08/1800.51	c   delayed cutoffs  :      18287
1800.08/1800.51	c   repropagations   :     231036 (2621326 domain reductions, 17507 cutoffs)
1800.08/1800.51	c   avg switch length:       4.69
1800.08/1800.51	c   switching time   :      89.30
1800.08/1800.51	c Solution           :
1800.08/1800.51	c   Solutions found  :          1 (1 improvements)
1800.08/1800.51	c   First Solution   : +1.04800000000000e+03   (in run 1, after 619804 nodes, 384.50 seconds, depth 353, found by <relaxation>)
1800.08/1800.51	c   Primal Bound     : +1.04800000000000e+03   (in run 1, after 619804 nodes, 384.50 seconds, depth 353, found by <relaxation>)
1800.08/1800.51	c   Dual Bound       : +2.50000000000000e+01
1800.08/1800.51	c   Gap              :    4092.00 %
1800.08/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.51	c   Root Iterations  :          0

Verifier Data

OK	1048

Watcher Data

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

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

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 11810
/proc/meminfo: memFree=1805556/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=6584 CPUtime=0
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 941 0 0 0 0 0 0 0 24 0 1 0 9522264 6742016 862 1992294400 4194304 7136930 140736119904592 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11810/statm: 1646 870 254 719 0 925 0

[startup+0.047044 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 11810
/proc/meminfo: memFree=1805556/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=12608 CPUtime=0.03
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 3017 0 0 0 3 0 0 0 24 0 1 0 9522264 12910592 2584 1992294400 4194304 7136930 140736119904592 18446744073709551615 6166620 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 3152 2585 283 719 0 2431 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12608

[startup+0.101048 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 11810
/proc/meminfo: memFree=1805556/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=17564 CPUtime=0.09
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 4854 0 0 0 8 1 0 0 24 0 1 0 9522264 17985536 3650 1992294400 4194304 7136930 140736119904592 18446744073709551615 4856566 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 4391 3650 359 719 0 3670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17564

[startup+0.301065 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 11810
/proc/meminfo: memFree=1805556/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=19244 CPUtime=0.29
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 6067 0 0 0 27 2 0 0 25 0 1 0 9522264 19705856 4092 1992294400 4194304 7136930 140736119904592 18446744073709551615 4697665 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 4811 4092 390 719 0 4090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19244

[startup+0.701096 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 11810
/proc/meminfo: memFree=1805556/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=19244 CPUtime=0.69
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 6092 0 0 0 67 2 0 0 25 0 1 0 9522264 19705856 4117 1992294400 4194304 7136930 140736119904592 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 4811 4117 390 719 0 4090 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19244

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 11811
/proc/meminfo: memFree=1790544/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=20040 CPUtime=1.49
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 6294 0 0 0 145 4 0 0 25 0 1 0 9522264 20520960 4319 1992294400 4194304 7136930 140736119904592 18446744073709551615 6346726 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 5010 4319 396 719 0 4289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20040

[startup+3.10129 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 11811
/proc/meminfo: memFree=1789180/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=20956 CPUtime=3.09
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 6529 0 0 0 299 10 0 0 25 0 1 0 9522264 21458944 4554 1992294400 4194304 7136930 140736119904592 18446744073709551615 4697665 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 5239 4554 396 719 0 4518 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20956

[startup+6.30054 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 11811
/proc/meminfo: memFree=1786328/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=23448 CPUtime=6.29
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 7170 0 0 0 611 18 0 0 25 0 1 0 9522264 24010752 5195 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 5862 5195 396 719 0 5141 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23448

[startup+12.701 s]
/proc/loadavg: 1.08 1.02 1.10 2/107 11811
/proc/meminfo: memFree=1780996/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=28556 CPUtime=12.69
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 8469 0 0 0 1231 38 0 0 25 0 1 0 9522264 29241344 6494 1992294400 4194304 7136930 140736119904592 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 7139 6494 396 719 0 6418 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28556

[startup+25.5011 s]
/proc/loadavg: 1.06 1.02 1.10 2/107 11813
/proc/meminfo: memFree=1769836/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=39256 CPUtime=25.49
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 11173 0 0 0 2476 73 0 0 25 0 1 0 9522264 40198144 9198 1992294400 4194304 7136930 140736119904592 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 9814 9198 396 719 0 9093 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39256

[startup+51.1011 s]
/proc/loadavg: 1.04 1.01 1.09 2/107 11813
/proc/meminfo: memFree=1749996/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=60844 CPUtime=51.08
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 16137 0 0 0 4965 143 0 0 25 0 1 0 9522264 62304256 14162 1992294400 4194304 7136930 140736119904592 18446744073709551615 4858870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 15211 14162 396 719 0 14490 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 60844

[startup+102.308 s]
/proc/loadavg: 1.06 1.02 1.09 2/107 11815
/proc/meminfo: memFree=1711308/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=98948 CPUtime=102.28
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 25743 0 0 0 9941 287 0 0 25 0 1 0 9522264 101322752 23768 1992294400 4194304 7136930 140736119904592 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 24737 23768 396 719 0 24016 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 98948

[startup+162.301 s]
/proc/loadavg: 1.06 1.03 1.09 2/107 11815
/proc/meminfo: memFree=1665056/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=149580 CPUtime=162.25
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 37402 0 0 0 15777 448 0 0 25 0 1 0 9522264 153169920 35427 1992294400 4194304 7136930 140736119904592 18446744073709551615 4858864 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 37395 35427 396 719 0 36674 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 149580

[startup+222.301 s]
/proc/loadavg: 1.06 1.04 1.09 2/107 11817
/proc/meminfo: memFree=1617192/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=196392 CPUtime=222.24
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 49159 0 0 0 21618 606 0 0 25 0 1 0 9522264 201105408 47184 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 49098 47184 396 719 0 48377 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 196392

[startup+282.301 s]
/proc/loadavg: 1.02 1.03 1.08 2/107 11819
/proc/meminfo: memFree=1567220/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=245964 CPUtime=282.23
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 61695 0 0 0 27443 780 0 0 25 0 1 0 9522264 251867136 59720 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 61491 59720 396 719 0 60770 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 245964

[startup+342.301 s]
/proc/loadavg: 1.07 1.04 1.08 2/107 11821
/proc/meminfo: memFree=1522952/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=297752 CPUtime=342.21
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 72642 0 0 0 33283 938 0 0 25 0 1 0 9522264 304898048 70667 1992294400 4194304 7136930 140736119904592 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 74438 70667 396 719 0 73717 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 297752

[startup+402.301 s]
/proc/loadavg: 1.02 1.03 1.07 2/107 11823
/proc/meminfo: memFree=1474220/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=346332 CPUtime=402.2
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 84872 0 0 0 39123 1097 0 0 25 0 1 0 9522264 354643968 82897 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 86583 82897 396 719 0 85862 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 346332

[startup+462.302 s]
/proc/loadavg: 1.01 1.02 1.07 2/107 11823
/proc/meminfo: memFree=1422140/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=397228 CPUtime=462.19
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 97715 0 0 0 44954 1265 0 0 25 0 1 0 9522264 406761472 95740 1992294400 4194304 7136930 140736119904592 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 99307 95740 396 719 0 98586 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 397228

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 1.06 2/107 11825
/proc/meminfo: memFree=1371796/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=447912 CPUtime=522.17
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 110418 0 0 0 50789 1428 0 0 25 0 1 0 9522264 458661888 108443 1992294400 4194304 7136930 140736119904592 18446744073709551615 5507463 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 111978 108443 396 719 0 111257 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 447912

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.06 2/107 11827
/proc/meminfo: memFree=1317112/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=502488 CPUtime=582.15
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 123990 0 0 0 56615 1600 0 0 25 0 1 0 9522264 514547712 122015 1992294400 4194304 7136930 140736119904592 18446744073709551615 4414523 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 125622 122015 396 719 0 124901 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 502488

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 11829
/proc/meminfo: memFree=1272100/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=546416 CPUtime=642.15
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 135082 0 0 0 62451 1764 0 0 25 0 1 0 9522264 559529984 133107 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 136604 133107 396 719 0 135883 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 546416

[startup+702.302 s]

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

/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 205210 0 0 0 97439 2767 0 0 25 0 1 0 9522264 861900800 203235 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 210425 203235 396 719 0 209704 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 841700

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 11839
/proc/meminfo: memFree=936184/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=895696 CPUtime=1062.05
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 218732 0 0 0 103272 2933 0 0 25 0 1 0 9522264 917192704 216757 1992294400 4194304 7136930 140736119904592 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 223924 216757 396 719 0 223203 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 895696

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11841
/proc/meminfo: memFree=888816/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=942144 CPUtime=1122.03
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 230465 0 0 0 109108 3095 0 0 25 0 1 0 9522264 964755456 228490 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 235536 228490 396 719 0 234815 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 942144

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11843
/proc/meminfo: memFree=850872/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=977584 CPUtime=1182.02
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 239949 0 0 0 114936 3266 0 0 25 0 1 0 9522264 1001046016 237974 1992294400 4194304 7136930 140736119904592 18446744073709551615 4858870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 244396 237974 396 719 0 243675 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 977584

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11845
/proc/meminfo: memFree=809828/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1018252 CPUtime=1242
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 250158 0 0 0 120773 3427 0 0 25 0 1 0 9522264 1042690048 248183 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 254563 248183 396 719 0 253842 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 1018252

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11847
/proc/meminfo: memFree=762212/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1064752 CPUtime=1302
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 261963 0 0 0 126610 3590 0 0 25 0 1 0 9522264 1090306048 259988 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 266188 259988 396 719 0 265467 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 1064752

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11847
/proc/meminfo: memFree=712240/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1147744 CPUtime=1361.98
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 274466 0 0 0 132449 3749 0 0 25 0 1 0 9522264 1175289856 272491 1992294400 4194304 7136930 140736119904592 18446744073709551615 4414523 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 286936 272491 396 719 0 286215 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 1147744

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11849
/proc/meminfo: memFree=652720/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1206916 CPUtime=1421.97
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 289261 0 0 0 138276 3921 0 0 25 0 1 0 9522264 1235881984 287286 1992294400 4194304 7136930 140736119904592 18446744073709551615 4697603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 301729 287286 396 719 0 301008 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1206916

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11851
/proc/meminfo: memFree=612544/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1244384 CPUtime=1481.95
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 299289 0 0 0 144107 4088 0 0 25 0 1 0 9522264 1274249216 297314 1992294400 4194304 7136930 140736119904592 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 311096 297314 396 719 0 310375 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 1244384

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11853
/proc/meminfo: memFree=572988/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1282192 CPUtime=1541.93
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 309091 0 0 0 149933 4260 0 0 25 0 1 0 9522264 1312964608 307116 1992294400 4194304 7136930 140736119904592 18446744073709551615 4414774 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 320548 307116 396 719 0 319827 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1282192

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11855
/proc/meminfo: memFree=529712/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1325180 CPUtime=1601.92
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 320054 0 0 0 155773 4419 0 0 25 0 1 0 9522264 1356984320 318079 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 331295 318079 396 719 0 330574 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 1325180

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11855
/proc/meminfo: memFree=485568/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1366884 CPUtime=1661.9
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 330859 0 0 0 161615 4575 0 0 25 0 1 0 9522264 1399689216 328884 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 341721 328884 396 719 0 341000 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1366884

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11857
/proc/meminfo: memFree=437704/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1416344 CPUtime=1721.89
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 343272 0 0 0 167448 4741 0 0 25 0 1 0 9522264 1450336256 341297 1992294400 4194304 7136930 140736119904592 18446744073709551615 5121874 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 354086 341297 396 719 0 353365 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 1416344

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11859
/proc/meminfo: memFree=381532/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1469940 CPUtime=1781.87
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 356840 0 0 0 173281 4906 0 0 25 0 1 0 9522264 1505218560 354865 1992294400 4194304 7136930 140736119904592 18446744073709551615 5121908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 367485 354865 396 719 0 366764 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 1469940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11859
/proc/meminfo: memFree=366032/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1486560 CPUtime=1800.08
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 360595 0 0 0 175051 4957 0 0 25 0 1 0 9522264 1522237440 358620 1992294400 4194304 7136930 140736119904592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11810/statm: 371640 358620 396 719 0 370919 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1486560

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11810

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11860
/proc/meminfo: memFree=366024/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1486560 CPUtime=1800.97
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 360600 0 0 0 175140 4957 0 0 25 0 1 0 9522264 1522237440 358625 1992294400 4194304 7136930 140736119904592 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11810/statm: 371640 358625 401 719 0 370919 0
Current children cumulated CPU time (s) 1800.97
Current children cumulated vsize (KiB) 1486560

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11860
/proc/meminfo: memFree=365900/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=1486560 CPUtime=1801.77
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4202496 360600 0 0 0 175220 4957 0 0 25 0 1 0 9522264 1522237440 358625 1992294400 4194304 7136930 140736119904592 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11810/statm: 371640 358625 401 719 0 370919 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 1486560

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11860
/proc/meminfo: memFree=365900/2059040 swapFree=4136596/4192956
[pid=11810] ppid=11808 vsize=0 CPUtime=1802.17
/proc/11810/stat : 11810 (pbscip.linux.x8) R 11808 11810 11209 0 -1 4203524 360600 0 0 0 175251 4966 0 0 25 0 1 0 9522264 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/11810/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.65
CPU time (s): 1802.23
CPU user time (s): 1752.52
CPU system time (s): 49.7174
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 1486560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1752.52
system time used= 49.7174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360600
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= 2
involuntary context switches= 1388

runsolver used 3.23851 second user time and 8.26574 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-12 18:04:29
IDJOB=2664164
IDBENCH=1872
IDSOLVER=1167
FILE ID=node026/2664164-1276358669
PBS_JOBID= 11173197
Free space on /tmp= 62508 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-10teams.opb
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-2664164-1276358669/watcher-2664164-1276358669 -o /tmp/evaluation-result-2664164-1276358669/solver-2664164-1276358669 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664164-1276358669.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6db31fd4066996ff4f309d723fc2c237
RANDOM SEED=1790828155

node026.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1806208 kB
Buffers:         43200 kB
Cached:         119520 kB
SwapCached:      22412 kB
Active:         105004 kB
Inactive:        83068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1806208 kB
SwapTotal:     4192956 kB
SwapFree:      4136596 kB
Dirty:            3400 kB
Writeback:           0 kB
AnonPages:       10776 kB
Mapped:           9292 kB
Slab:            43092 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181328 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62508 MiB
End job on node026 at 2010-06-12 18:34:31