Trace number 2667106

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)-39 1800.44 1801.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-2.opb
MD5SUMb94d4317cfb468b1c3dd3d790ff99d4d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94289
Number of constraints which are clauses94289
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [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-2667106-1276503480.opb>
1.39/1.47	c original problem has 1272 variables (1272 bin, 0 int, 0 impl, 0 cont) and 94289 constraints
1.39/1.47	c problem read
1.39/1.47	c presolving settings loaded
1.69/1.71	o 0
1.69/1.71	c feasible solution found by trivial heuristic, objective value  0.000000e+00
1.69/1.71	c presolving:
2.89/2.98	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94289 upgd conss, 188578 impls, 0 clqs
5.09/5.13	c    (3.3s) probing: 101/1272 (7.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.09/5.13	c    (3.3s) probing aborted: 100/100 successive totally useless probings
5.09/5.13	c presolving (2 rounds):
5.09/5.13	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.09/5.13	c  188578 implications, 0 cliques
5.09/5.13	c presolved problem has 1272 variables (1272 bin, 0 int, 0 impl, 0 cont) and 94289 constraints
5.09/5.13	c   94289 constraints of type <logicor>
5.09/5.13	c transformed objective value is always integral (scale: 1)
5.09/5.13	c Presolving Time: 3.16
5.09/5.13	c - non default parameters ----------------------------------------------------------------------
5.09/5.13	c # SCIP version 1.2.1.2
5.09/5.13	c 
5.09/5.13	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
5.09/5.13	c # [type: int, range: [-1,2147483647], default: -1]
5.09/5.13	c conflict/interconss = 0
5.09/5.13	c 
5.09/5.13	c # should binary conflicts be preferred?
5.09/5.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.13	c conflict/preferbinary = TRUE
5.09/5.13	c 
5.09/5.13	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
5.09/5.13	c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.13	c constraints/agelimit = 1
5.09/5.13	c 
5.09/5.13	c # should enforcement of pseudo solution be disabled?
5.09/5.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.13	c constraints/disableenfops = TRUE
5.09/5.13	c 
5.09/5.13	c # frequency for displaying node information lines
5.09/5.13	c # [type: int, range: [-1,2147483647], default: 100]
5.09/5.13	c display/freq = 10000
5.09/5.13	c 
5.09/5.13	c # maximal time in seconds to run
5.09/5.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.09/5.13	c limits/time = 1798.53
5.09/5.13	c 
5.09/5.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.09/5.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.09/5.13	c limits/memory = 1620
5.09/5.13	c 
5.09/5.13	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
5.09/5.13	c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.13	c lp/solvefreq = 0
5.09/5.13	c 
5.09/5.13	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
5.09/5.13	c # [type: char, range: {lafpsqd}, default: l]
5.09/5.13	c lp/pricing = a
5.09/5.13	c 
5.09/5.13	c # should presolving try to simplify inequalities
5.09/5.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.13	c constraints/linear/simplifyinequalities = TRUE
5.09/5.13	c 
5.09/5.13	c # should presolving try to simplify knapsacks
5.09/5.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.13	c constraints/knapsack/simplifyinequalities = TRUE
5.09/5.13	c 
5.09/5.13	c # priority of node selection rule <dfs> in standard mode
5.09/5.13	c # [type: int, range: [-536870912,536870911], default: 0]
5.09/5.13	c nodeselection/dfs/stdpriority = 1000000
5.09/5.13	c 
5.09/5.13	c -----------------------------------------------------------------------------------------------
5.09/5.13	c start solving
5.09/5.14	c 
12.49/12.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.49/12.57	c t10.6s|     1 |     0 |  1376 |     - | 105M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 | 0.000000e+00 | 100.00%
12.68/12.77	o -1
12.68/12.77	c R10.8s|     1 |     0 |  1376 |     - | 105M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 |-1.000000e+00 |  99.84%
12.98/13.01	o -2
12.98/13.01	c s11.0s|     1 |     0 |  1376 |     - | 105M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 |-2.000000e+00 |  99.69%
19.18/19.24	c  16.4s|     1 |     0 |  1535 |     - | 105M|   0 |1200 |1272 |  94k|1272 |  94k|  10 |   0 |   0 |-6.000000e+02 |-2.000000e+00 |  99.67%
19.28/19.32	o -38
19.28/19.32	c b16.5s|     1 |     0 |  1535 |     - | 105M|   0 |1200 |1272 |  94k|1272 |  94k|  10 |   0 |   0 |-6.000000e+02 |-3.800000e+01 |  93.67%
28.28/28.39	c  24.8s|     1 |     0 |  1752 |     - | 105M|   0 |1147 |1272 |  94k|1272 |  94k|  25 |   0 |   0 |-5.735000e+02 |-3.800000e+01 |  93.37%
37.97/38.06	c  33.8s|     1 |     0 |  1989 |     - | 105M|   0 |1121 |1272 |  94k|1272 |  94k|  35 |   0 |   0 |-5.605000e+02 |-3.800000e+01 |  93.22%
49.57/49.60	c  44.6s|     1 |     0 |  2430 |     - | 105M|   0 |1052 |1272 |  94k|1272 |  94k|  70 |   0 |   0 |-5.248333e+02 |-3.800000e+01 |  92.76%
62.67/62.78	c  57.0s|     1 |     0 |  2701 |     - | 105M|   0 | 996 |1272 |  94k|1272 |  94k|  89 |   0 |   0 |-4.972500e+02 |-3.800000e+01 |  92.36%
78.65/78.77	c  72.3s|     1 |     0 |  3125 |     - | 105M|   0 | 948 |1272 |  94k|1272 |  94k| 102 |   0 |   0 |-4.732500e+02 |-3.800000e+01 |  91.97%
94.35/94.45	c  87.2s|     1 |     0 |  3527 |     - | 105M|   0 | 882 |1272 |  94k|1272 |  94k| 108 |   0 |   0 |-4.402500e+02 |-3.800000e+01 |  91.37%
111.25/111.32	c   103s|     1 |     0 |  3942 |     - | 105M|   0 | 836 |1272 |  94k|1272 |  94k| 116 |   0 |   0 |-4.172500e+02 |-3.800000e+01 |  90.89%
129.23/129.34	c   121s|     1 |     0 |  4418 |     - | 105M|   0 | 795 |1272 |  94k|1272 |  94k| 126 |   0 |   0 |-3.967500e+02 |-3.800000e+01 |  90.42%
149.23/149.37	c   140s|     1 |     0 |  5055 |     - | 105M|   0 | 750 |1272 |  94k|1272 |  94k| 132 |   0 |   0 |-3.742500e+02 |-3.800000e+01 |  89.85%
161.54/161.68	c   151s|     1 |     0 |  5873 |     - | 105M|   0 | 687 |1272 |  94k|1272 |  94k| 137 |   0 |   0 |-3.427500e+02 |-3.800000e+01 |  88.91%
170.62/170.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.62/170.72	c   160s|     1 |     0 |  6400 |     - | 105M|   0 | 643 |1272 |  94k|1272 |  94k| 142 |   0 |   0 |-3.207500e+02 |-3.800000e+01 |  88.15%
182.92/183.01	c   171s|     1 |     0 |  7341 |     - | 105M|   0 | 582 |1272 |  94k|1272 |  94k| 149 |   0 |   0 |-2.902500e+02 |-3.800000e+01 |  86.91%
195.52/195.68	c   183s|     1 |     0 |  8188 |     - | 105M|   0 | 537 |1272 |  94k|1272 |  94k| 155 |   0 |   0 |-2.677500e+02 |-3.800000e+01 |  85.81%
210.21/210.32	c   197s|     1 |     0 |  9302 |     - | 105M|   0 | 481 |1272 |  94k|1272 |  94k| 161 |   0 |   0 |-2.397500e+02 |-3.800000e+01 |  84.15%
219.30/219.48	c   206s|     1 |     0 |  9933 |     - | 105M|   0 | 442 |1272 |  94k|1272 |  94k| 168 |   0 |   0 |-2.202500e+02 |-3.800000e+01 |  82.75%
226.81/226.97	c   212s|     1 |     0 | 10352 |     - | 105M|   0 | 399 |1272 |  94k|1272 |  94k| 175 |   0 |   0 |-1.987500e+02 |-3.800000e+01 |  80.88%
236.10/236.23	c   221s|     1 |     0 | 11002 |     - | 105M|   0 | 357 |1272 |  94k|1272 |  94k| 180 |   0 |   0 |-1.777500e+02 |-3.800000e+01 |  78.62%
243.50/243.61	c   228s|     1 |     0 | 11456 |     - | 105M|   0 | 316 |1272 |  94k|1272 |  94k| 186 |   0 |   0 |-1.572500e+02 |-3.800000e+01 |  75.83%
252.70/252.82	c   236s|     1 |     0 | 12072 |     - | 105M|   0 | 276 |1272 |  94k|1272 |  94k| 193 |   0 |   0 |-1.372500e+02 |-3.800000e+01 |  72.31%
258.30/258.47	c   241s|     1 |     0 | 12454 |     - | 105M|   0 | 260 |1272 |  94k|1272 |  94k| 198 |   0 |   0 |-1.267500e+02 |-3.800000e+01 |  70.02%
263.39/263.54	c   246s|     1 |     0 | 12872 |     - | 105M|   0 | 238 |1272 |  94k|1272 |  94k| 207 |   0 |   0 |-1.162500e+02 |-3.800000e+01 |  67.31%
269.59/269.71	c   252s|     1 |     0 | 13374 |     - | 105M|   0 | 196 |1272 |  94k|1272 |  94k| 216 |   0 |   0 |-9.800000e+01 |-3.800000e+01 |  61.22%
275.09/275.27	c   257s|     1 |     0 | 13847 |     - | 105M|   0 | 176 |1272 |  94k|1272 |  94k| 220 |   0 |   0 |-8.900000e+01 |-3.800000e+01 |  57.30%
280.29/280.46	c   262s|     1 |     0 | 14260 |     - | 105M|   0 | 142 |1272 |  94k|1272 |  94k| 225 |   0 |   0 |-7.300000e+01 |-3.800000e+01 |  47.95%
284.80/284.96	c   266s|     1 |     0 | 14559 |     - | 105M|   0 | 153 |1272 |  94k|1272 |  94k| 229 |   0 |   0 |-6.450000e+01 |-3.800000e+01 |  41.09%
288.98/289.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.98/289.11	c   270s|     1 |     0 | 14835 |     - | 105M|   0 | 140 |1272 |  94k|1272 |  94k| 236 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  32.74%
292.68/292.83	c   273s|     1 |     0 | 15054 |     - | 105M|   0 | 159 |1272 |  94k|1272 |  94k| 245 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
296.98/297.19	c   277s|     1 |     0 | 15312 |     - | 105M|   0 | 175 |1272 |  94k|1272 |  94k| 259 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
313.68/313.85	c   290s|     1 |     0 | 15453 |     - | 105M|   0 | 174 |1272 |  94k|1272 |  94k| 271 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
319.17/319.35	c   295s|     1 |     0 | 15835 |     - | 105M|   0 | 177 |1272 |  94k|1272 |  94k| 283 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
401.55/401.76	c   360s|     1 |     0 | 16109 |     - | 105M|   0 | 188 |1272 |  94k|1272 |  94k| 293 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
488.31/488.55	c   428s|     1 |     0 | 16288 |     - | 105M|   0 | 204 |1272 |  94k|1272 |  94k| 303 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
632.28/632.58	c   571s|     1 |     2 | 16288 |     - | 105M|   0 | 204 |1272 |  94k|1272 |  94k| 303 |   0 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
639.37/639.64	c   578s| 10000 |    26 | 16288 |   0.0 | 106M|  44 |   - |1272 |  94k|   0 |   0 | 303 |  40 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
646.37/646.68	c   585s| 20000 |    24 | 16288 |   0.0 | 106M|  46 |   - |1272 |  94k|   0 |   0 | 303 |  67 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
653.46/653.70	c   592s| 30000 |    25 | 16288 |   0.0 | 106M|  48 |   - |1272 |  94k|   0 |   0 | 303 | 101 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
660.26/660.52	c   599s| 40000 |    24 | 16288 |   0.0 | 106M|  48 |   - |1272 |  94k|   0 |   0 | 303 | 150 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
666.96/667.21	c   605s| 50000 |    23 | 16288 |   0.0 | 106M|  48 |   - |1272 |  94k|   0 |   0 | 303 | 179 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
673.76/674.02	c   612s| 60000 |    24 | 16288 |   0.0 | 106M|  48 |   - |1272 |  94k|   0 |   0 | 303 | 221 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
680.75/681.09	c   619s| 70000 |    26 | 16288 |   0.0 | 106M|  48 |   - |1272 |  94k|   0 |   0 | 303 | 245 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
687.56/687.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
687.56/687.89	c   625s| 80000 |    26 | 16288 |   0.0 | 106M|  52 |   - |1272 |  94k|   0 |   0 | 303 | 298 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
694.25/694.57	c   632s| 90000 |    25 | 16288 |   0.0 | 106M|  53 |   - |1272 |  94k|   0 |   0 | 303 | 348 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
700.85/701.17	c   639s|100000 |    25 | 16288 |   0.0 | 106M|  54 |   - |1272 |  94k|   0 |   0 | 303 | 387 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
707.55/707.89	c   645s|110000 |    26 | 16288 |   0.0 | 106M|  54 |   - |1272 |  94k|   0 |   0 | 303 | 429 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
714.15/714.47	c   652s|120000 |    24 | 16288 |   0.0 | 106M|  54 |   - |1272 |  94k|   0 |   0 | 303 | 461 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
720.74/721.06	c   658s|130000 |    22 | 16288 |   0.0 | 106M|  54 |   - |1272 |  94k|   0 |   0 | 303 | 495 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
727.44/727.71	c   665s|140000 |    24 | 16288 |   0.0 | 106M|  54 |   - |1272 |  94k|   0 |   0 | 303 | 541 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
734.24/734.54	c   671s|150000 |    29 | 16288 |   0.0 | 106M|  54 |   - |1272 |  94k|   0 |   0 | 303 | 592 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
740.94/741.21	c   678s|160000 |    26 | 16288 |   0.0 | 106M|  54 |   - |1272 |  94k|   0 |   0 | 303 | 632 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
747.74/748.08	c   685s|170000 |    26 | 16288 |   0.0 | 106M|  55 |   - |1272 |  94k|   0 |   0 | 303 | 666 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
754.34/754.66	c   691s|180000 |    24 | 16288 |   0.0 | 106M|  55 |   - |1272 |  94k|   0 |   0 | 303 | 707 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
761.23/761.53	c   698s|190000 |    24 | 16288 |   0.0 | 106M|  55 |   - |1272 |  94k|   0 |   0 | 303 | 750 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
767.93/768.29	c   704s|200000 |    25 | 16288 |   0.0 | 106M|  55 |   - |1272 |  94k|   0 |   0 | 303 | 790 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
774.43/774.71	c   711s|210000 |    24 | 16288 |   0.0 | 106M|  55 |   - |1272 |  94k|   0 |   0 | 303 | 836 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
780.92/781.23	c   717s|220000 |    22 | 16288 |   0.0 | 106M|  55 |   - |1272 |  94k|   0 |   0 | 303 | 867 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
787.63/787.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
787.63/787.94	c   723s|230000 |    23 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 | 914 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
794.42/794.77	c   730s|240000 |    26 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 | 950 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
801.22/801.59	c   737s|250000 |    23 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 | 974 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
807.91/808.25	c   743s|260000 |    25 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 |1009 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
814.72/815.03	c   750s|270000 |    24 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 |1042 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
821.51/821.81	c   757s|280000 |    24 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 |1081 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
828.21/828.55	c   763s|290000 |    24 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 |1133 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
834.81/835.20	c   770s|300000 |    24 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 |1170 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
841.60/841.91	c   776s|310000 |    24 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 |1220 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
848.70/849.07	c   783s|320000 |    22 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 |1274 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
855.60/855.94	c   790s|330000 |    25 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 |1323 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
862.30/862.66	c   797s|340000 |    25 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 |1371 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
868.99/869.30	c   803s|350000 |    26 | 16288 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 303 |1407 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
875.89/876.29	c   810s|360000 |    26 | 16288 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 303 |1451 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
882.60/882.98	c   817s|370000 |    21 | 16288 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 303 |1491 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
889.39/889.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
889.39/889.75	c   823s|380000 |    22 | 16288 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 303 |1549 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
895.89/896.22	c   830s|390000 |    25 | 16288 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 303 |1587 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
902.48/902.86	c   836s|400000 |    24 | 16288 |   0.0 | 106M|  63 |   - |1272 |  94k|   0 |   0 | 303 |1637 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
909.29/909.64	c   843s|410000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |1677 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
916.48/916.83	c   850s|420000 |    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |1725 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
923.28/923.62	c   856s|430000 |    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |1762 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
930.08/930.48	c   863s|440000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |1799 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
937.07/937.43	c   870s|450000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |1840 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
943.97/944.34	c   877s|460000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |1869 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
950.77/951.19	c   883s|470000 |    28 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |1895 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
957.57/957.98	c   890s|480000 |    28 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |1932 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
964.47/964.87	c   897s|490000 |    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |1974 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
971.46/971.89	c   904s|500000 |    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2031 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
978.57/978.93	c   911s|510000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2084 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
985.76/986.11	c   918s|520000 |    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2131 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
992.55/992.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
992.55/992.95	c   924s|530000 |    27 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2172 |  25 |-5.300000e+01 |-3.800000e+01 |  28.30%
998.86/999.22	o -39
998.86/999.22	c * 930s|538977 |    29 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2210 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
999.56/999.93	c   931s|540000 |    27 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2214 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1006.55/1006.93	c   938s|550000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2257 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1013.54/1013.95	c   945s|560000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2310 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1020.95/1021.39	c   952s|570000 |    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2364 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1028.15/1028.51	c   959s|580000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2418 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1034.84/1035.25	c   966s|590000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2442 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1041.74/1042.13	c   972s|600000 |    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2470 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1048.64/1049.05	c   979s|610000 |    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2489 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1055.83/1056.26	c   986s|620000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2513 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1062.73/1063.16	c   993s|630000 |    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2530 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1069.84/1070.29	c  1000s|640000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2548 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1076.83/1077.29	c  1007s|650000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2584 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1083.63/1084.01	c  1014s|660000 |    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2614 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1090.32/1090.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1090.32/1090.70	c  1020s|670000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2641 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1097.02/1097.44	c  1027s|680000 |    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2652 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1103.92/1104.40	c  1034s|690000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2705 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1110.62/1111.02	c  1040s|700000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2766 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1117.31/1117.73	c  1047s|710000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2802 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1124.21/1124.67	c  1053s|720000 |    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2838 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1131.21/1131.64	c  1060s|730000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2862 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1138.01/1138.46	c  1067s|740000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2889 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1145.00/1145.44	c  1074s|750000 |    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2950 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1151.60/1152.07	c  1080s|760000 |    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |2966 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1158.50/1158.90	c  1087s|770000 |    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3006 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1165.10/1165.58	c  1093s|780000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3018 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1171.79/1172.25	c  1100s|790000 |    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3049 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1178.70/1179.13	c  1107s|800000 |    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3074 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1185.59/1186.08	c  1113s|810000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3120 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1192.69/1193.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1192.69/1193.18	c  1120s|820000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3160 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1199.79/1200.28	c  1127s|830000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3182 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1206.88/1207.30	c  1134s|840000 |    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3246 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1213.99/1214.42	c  1141s|850000 |    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3296 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1221.08/1221.56	c  1148s|860000 |    28 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3333 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1228.29/1228.71	c  1155s|870000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3371 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1235.18/1235.69	c  1162s|880000 |    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3408 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1242.27/1242.74	c  1169s|890000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3460 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1249.08/1249.59	c  1176s|900000 |    27 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3497 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1256.17/1256.64	c  1183s|910000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3535 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1263.17/1263.60	c  1189s|920000 |    29 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3577 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1270.46/1270.94	c  1197s|930000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3621 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1277.56/1278.00	c  1204s|940000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3654 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1284.36/1284.86	c  1210s|950000 |    28 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3684 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1291.26/1291.78	c  1217s|960000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3724 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1298.06/1298.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1298.06/1298.56	c  1224s|970000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3756 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1304.85/1305.31	c  1230s|980000 |    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3799 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1311.55/1312.02	c  1237s|990000 |    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3840 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1318.35/1318.90	c  1244s|  1000k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3862 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1325.55/1326.04	c  1251s|  1010k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3891 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1332.24/1332.76	c  1257s|  1020k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3935 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1338.94/1339.50	c  1264s|  1030k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3966 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1345.74/1346.24	c  1270s|  1040k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |3990 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1352.45/1352.92	c  1277s|  1050k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4034 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1359.43/1359.98	c  1284s|  1060k|    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4076 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1366.33/1366.83	c  1291s|  1070k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4096 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1373.23/1373.75	c  1297s|  1080k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4120 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1380.03/1380.58	c  1304s|  1090k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4148 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1386.93/1387.47	c  1311s|  1100k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4170 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1393.72/1394.26	c  1317s|  1110k|    28 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4207 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1400.42/1400.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1400.42/1400.92	c  1324s|  1120k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4230 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1407.12/1407.67	c  1331s|  1130k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4277 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1413.82/1414.36	c  1337s|  1140k|    27 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4325 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1420.92/1421.44	c  1344s|  1150k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4382 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1427.81/1428.32	c  1351s|  1160k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4407 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1434.81/1435.33	c  1358s|  1170k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4432 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1441.62/1442.12	c  1364s|  1180k|    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4456 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1448.50/1449.08	c  1371s|  1190k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4474 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1455.40/1455.93	c  1378s|  1200k|    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4499 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1462.20/1462.78	c  1384s|  1210k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4530 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1469.20/1469.70	c  1391s|  1220k|    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4556 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1475.70/1476.25	c  1398s|  1230k|    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4590 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1482.49/1483.02	c  1404s|  1240k|    27 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4639 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1489.40/1489.96	c  1411s|  1250k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4665 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1496.09/1496.67	c  1418s|  1260k|    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4688 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1502.99/1503.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1502.99/1503.51	c  1424s|  1270k|    21 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4724 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1509.79/1510.38	c  1431s|  1280k|    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4749 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1516.69/1517.25	c  1438s|  1290k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4785 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1523.58/1524.18	c  1445s|  1300k|    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4816 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1530.28/1530.85	c  1451s|  1310k|    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4842 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1537.38/1537.90	c  1458s|  1320k|    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4878 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1544.08/1544.60	c  1465s|  1330k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4908 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1550.97/1551.52	c  1471s|  1340k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |4967 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1557.67/1558.22	c  1478s|  1350k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5022 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1564.37/1564.95	c  1484s|  1360k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5051 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1571.37/1571.96	c  1491s|  1370k|    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5077 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1578.36/1578.97	c  1498s|  1380k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5117 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1585.67/1586.27	c  1505s|  1390k|    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5165 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1592.96/1593.55	c  1513s|  1400k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5197 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1600.06/1600.68	c  1520s|  1410k|    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5216 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1607.16/1607.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1607.16/1607.77	c  1527s|  1420k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5238 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1613.95/1614.58	c  1533s|  1430k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5268 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1620.75/1621.40	c  1540s|  1440k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5296 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1627.75/1628.35	c  1547s|  1450k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5376 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1634.54/1635.18	c  1553s|  1460k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5411 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1641.34/1641.95	c  1560s|  1470k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5447 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1648.64/1649.20	c  1567s|  1480k|    28 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5495 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1655.44/1656.06	c  1574s|  1490k|    26 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5532 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1662.54/1663.15	c  1581s|  1500k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5554 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1669.53/1670.12	c  1588s|  1510k|    27 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5576 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1676.23/1676.86	c  1594s|  1520k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5605 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1683.23/1683.84	c  1601s|  1530k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5643 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1690.63/1691.23	c  1608s|  1540k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5694 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1697.63/1698.28	c  1615s|  1550k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5727 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1704.73/1705.37	c  1622s|  1560k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5757 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1711.52/1712.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1711.52/1712.19	c  1629s|  1570k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5793 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1718.42/1719.04	c  1636s|  1580k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5844 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1725.32/1725.92	c  1642s|  1590k|    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5889 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1732.21/1732.80	c  1649s|  1600k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5920 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1739.11/1739.77	c  1656s|  1610k|    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5953 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1746.01/1746.69	c  1663s|  1620k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |5990 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1753.01/1753.60	c  1669s|  1630k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |6010 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1759.70/1760.35	c  1676s|  1640k|    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |6041 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1766.51/1767.19	c  1683s|  1650k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |6067 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1773.30/1773.99	c  1689s|  1660k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |6084 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1780.00/1780.63	c  1696s|  1670k|    23 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |6108 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1786.50/1787.18	c  1702s|  1680k|    22 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |6148 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1793.19/1793.81	c  1709s|  1690k|    25 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |6173 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1799.89/1800.51	c  1715s|  1700k|    24 | 16288 |   0.0 | 106M|  64 |   - |1272 |  94k|   0 |   0 | 303 |6217 |  25 |-5.300000e+01 |-3.900000e+01 |  26.42%
1800.00/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.00/1800.61	c 
1800.00/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.61	c Solving Time (sec) : 1715.49
1800.00/1800.61	c Solving Nodes      : 1700168
1800.00/1800.61	c Primal Bound       : -3.90000000000000e+01 (12 solutions)
1800.00/1800.61	c Dual Bound         : -5.30000000000000e+01
1800.00/1800.61	c Gap                : 26.42 %
1800.00/1800.66	s SATISFIABLE
1800.00/1800.66	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 
1800.00/1800.66	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
1800.00/1800.66	v -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 
1800.00/1800.66	v -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
1800.00/1800.66	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1800.00/1800.66	v -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1800.00/1800.66	v -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 
1800.00/1800.66	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 
1800.00/1800.66	v -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 
1800.00/1800.66	v -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 
1800.00/1800.66	v x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 
1800.00/1800.66	v -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 
1800.00/1800.66	v -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 
1800.00/1800.66	v -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 
1800.00/1800.66	v -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 
1800.00/1800.66	v -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 
1800.00/1800.66	v -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 
1800.00/1800.66	v x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 
1800.00/1800.66	v -x397 x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 
1800.00/1800.66	v -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 
1800.00/1800.66	v -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 
1800.00/1800.66	v -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 
1800.00/1800.66	v -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 
1800.00/1800.66	v -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 
1800.00/1800.66	v -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 
1800.00/1800.66	v -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 
1800.00/1800.66	v -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 
1800.00/1800.66	v -x585 -x586 -x587 x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 
1800.00/1800.66	v -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 
1800.00/1800.66	v -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 
1800.00/1800.66	v -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 
1800.00/1800.66	v -x669 -x670 -x671 -x672 -x673 -x674 -x675 x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 
1800.00/1800.66	v -x690 -x691 -x692 -x693 -x694 -x695 -x696 x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 
1800.00/1800.66	v -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 
1800.00/1800.66	v -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 
1800.00/1800.66	v -x753 -x754 -x755 -x756 -x757 -x758 x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 x773 
1800.00/1800.66	v -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 
1800.00/1800.66	v -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 
1800.00/1800.66	v -x816 -x817 -x818 -x819 -x820 -x821 x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 
1800.00/1800.66	v -x837 -x838 -x839 -x840 -x841 -x842 x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 
1800.00/1800.67	v -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 x874 -x875 -x876 -x877 -x878 
1800.00/1800.67	v -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 
1800.00/1800.67	v -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 
1800.00/1800.67	v -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 x935 -x936 -x937 -x938 -x939 -x940 
1800.00/1800.67	v x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 
1800.00/1800.67	v -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 
1800.00/1800.67	v -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 x1002 -x1003 
1800.00/1800.67	v -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 
1800.00/1800.67	v -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 
1800.00/1800.67	v -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 x1054 -x1055 -x1056 
1800.00/1800.67	v -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 
1800.00/1800.67	v -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 
1800.00/1800.67	v -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 x1108 -x1109 -x1110 
1800.00/1800.67	v -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 
1800.00/1800.67	v -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 
1800.00/1800.67	v -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 
1800.00/1800.67	v x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 
1800.00/1800.67	v -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 
1800.00/1800.67	v -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 
1800.00/1800.67	v -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 
1800.00/1800.67	v -x1237 x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 x1249 -x1250 -x1251 -x1252 -x1253 -x1254 
1800.00/1800.67	v -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 
1800.00/1800.67	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.67	c Solving Time       :    1715.49
1800.00/1800.67	c Original Problem   :
1800.00/1800.67	c   Problem name     : HOME/instance-2667106-1276503480.opb
1800.00/1800.67	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.67	c   Constraints      : 94289 initial, 94289 maximal
1800.00/1800.67	c Presolved Problem  :
1800.00/1800.67	c   Problem name     : t_HOME/instance-2667106-1276503480.opb
1800.00/1800.67	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.67	c   Constraints      : 94289 initial, 94300 maximal
1800.00/1800.67	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.00/1800.67	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.67	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.67	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.67	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.67	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.67	c   probing          :       1.98          0          0          0          0          0          0          0          0
1800.00/1800.67	c   logicor          :       0.29          0          0          0          0          0          0          0          0
1800.00/1800.67	c   root node        :          -          0          -          -          0          -          -          -          -
1800.00/1800.67	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.67	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.00/1800.67	c   logicor          :      94289+        33    1714018          0          1      74483    2690766          0          0          0
1800.00/1800.67	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1800.00/1800.67	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.00/1800.67	c   integral         :     140.99       0.00       0.00     140.99       0.00
1800.00/1800.67	c   logicor          :     294.99       0.52     294.46       0.00       0.01
1800.00/1800.67	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.67	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.00/1800.67	c   vbounds          :       1.44          2          0          0
1800.00/1800.67	c   rootredcost      :       1.24          1          0          0
1800.00/1800.67	c   pseudoobj        :     356.49    2735057     654618     826023
1800.00/1800.67	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.67	c   propagation      :     129.81      74483       6218       6218       42.7          0        0.0          -
1800.00/1800.67	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.67	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.67	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.67	c   pseudo solution  :     291.10     120016          0          0        0.0          0        0.0          -
1800.00/1800.67	c   applied globally :          -          -          -       6218       42.7          -          -          -
1800.00/1800.67	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.00/1800.67	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.67	c   cut pool         :       0.00         32          -          -         79          -    (maximal pool size: 611)
1800.00/1800.67	c   redcost          :       0.00         33          0          0          0          0
1800.00/1800.67	c   impliedbounds    :       0.09         33          0          0          0          0
1800.00/1800.67	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.67	c   cgmip            :       0.00          0          0          0          0          0
1800.00/1800.67	c   gomory           :     174.67         33          0          0      15500          0
1800.00/1800.67	c   strongcg         :      23.92         20          0          0      10000          0
1800.00/1800.67	c   cmir             :      28.38         10          0          0          0          0
1800.00/1800.67	c   flowcover        :      30.76         10          0          0          0          0
1800.00/1800.67	c   clique           :       2.99         33          0          0        301          0
1800.00/1800.67	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.67	c   mcf              :       0.16          1          0          0          0          0
1800.00/1800.67	c   rapidlearning    :       0.00          0          0          0          0          0
1800.00/1800.67	c Pricers            :       Time      Calls       Vars
1800.00/1800.67	c   problem variables:       0.00          0          0
1800.00/1800.67	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.67	c   relpscost        :     140.99          1          0          0          0          0          2
1800.00/1800.67	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.67	c   inference        :       9.89     855444          0          0          0          0    1710888
1800.00/1800.67	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.67	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.67	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.67	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.67	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.67	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.67	c   LP solutions     :       0.00          -          0
1800.00/1800.67	c   pseudo solutions :       0.00          -          1
1800.00/1800.67	c   crossover        :       0.00          0          0
1800.00/1800.67	c   oneopt           :       1.66          2          1
1800.00/1800.67	c   trivial          :       0.05          2          3
1800.00/1800.67	c   simplerounding   :       0.02         34          3
1800.00/1800.67	c   zirounding       :       0.02          1          1
1800.00/1800.67	c   rounding         :       2.08         34          1
1800.00/1800.67	c   shifting         :       2.67         34          1
1800.00/1800.67	c   intshifting      :       0.00          0          0
1800.00/1800.67	c   twoopt           :       0.00          0          0
1800.00/1800.67	c   fixandinfer      :       0.00          0          0
1800.00/1800.67	c   feaspump         :       0.00          0          0
1800.00/1800.67	c   coefdiving       :       0.00          0          0
1800.00/1800.67	c   pscostdiving     :       0.00          0          0
1800.00/1800.67	c   fracdiving       :       0.00          0          0
1800.00/1800.67	c   veclendiving     :       0.00          0          0
1800.00/1800.67	c   intdiving        :       0.00          0          0
1800.00/1800.67	c   actconsdiving    :       0.00          0          0
1800.00/1800.67	c   objpscostdiving  :       0.00          0          0
1800.00/1800.67	c   rootsoldiving    :       0.00          0          0
1800.00/1800.67	c   linesearchdiving :       0.00          0          0
1800.00/1800.67	c   guideddiving     :       0.00          0          0
1800.00/1800.67	c   octane           :       0.00          0          0
1800.00/1800.67	c   rens             :       2.35          1          1
1800.00/1800.67	c   rins             :       0.00          0          0
1800.00/1800.67	c   localbranching   :       0.00          0          0
1800.00/1800.67	c   mutation         :       0.00          0          0
1800.00/1800.67	c   dins             :       0.00          0          0
1800.00/1800.67	c   undercover       :       0.00          0          0
1800.00/1800.67	c   nlp              :       1.03          0          0
1800.00/1800.67	c   trysol           :       0.77          0          0
1800.00/1800.67	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.67	c   primal LP        :       0.21          0          0       0.00       0.00
1800.00/1800.67	c   dual LP          :     156.56         34      16288     479.06     104.04
1800.00/1800.67	c   lex dual LP      :       0.00          0          0       0.00          -
1800.00/1800.67	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.67	c   diving/probing LP:       0.00          0          0       0.00          -
1800.00/1800.67	c   strong branching :     140.98         25      13724     548.96      97.35
1800.00/1800.67	c     (at root node) :          -         25      13724     548.96          -
1800.00/1800.67	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.67	c B&B Tree           :
1800.00/1800.67	c   number of runs   :          1
1800.00/1800.67	c   nodes            :    1700168
1800.00/1800.67	c   nodes (total)    :    1700168
1800.00/1800.67	c   nodes left       :         22
1800.00/1800.67	c   max depth        :         64
1800.00/1800.67	c   max depth (total):         64
1800.00/1800.67	c   backtracks       :     323617 (19.0%)
1800.00/1800.67	c   delayed cutoffs  :       4918
1800.00/1800.67	c   repropagations   :       5485 (16825 domain reductions, 4395 cutoffs)
1800.00/1800.67	c   avg switch length:       2.00
1800.00/1800.67	c   switching time   :     101.95
1800.00/1800.67	c Solution           :
1800.00/1800.67	c   Solutions found  :         12 (5 improvements)
1800.00/1800.67	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.14 seconds, depth 0, found by <trivial>)
1800.00/1800.67	c   Primal Bound     : -3.90000000000000e+01   (in run 1, after 538977 nodes, 930.42 seconds, depth 43, found by <relaxation>)
1800.00/1800.67	c   Dual Bound       : -5.30000000000000e+01
1800.00/1800.67	c   Gap              :      26.42 %
1800.00/1800.67	c   Root Dual Bound  : -5.30000000000000e+01
1800.00/1800.67	c   Root Iterations  :      16288
1800.39/1801.03	c Time complete: 1800.43.

Verifier Data

OK	-39

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667106-1276503480/watcher-2667106-1276503480 -o /tmp/evaluation-result-2667106-1276503480/solver-2667106-1276503480 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667106-1276503480.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: 2.03 2.02 1.68 3/106 28441
/proc/meminfo: memFree=1803212/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=6696 CPUtime=0
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 985 0 0 0 0 0 0 0 18 0 1 0 25949359 6856704 904 1992294400 4194304 8223781 140736308099552 18446744073709551615 7256628 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28441/statm: 1674 905 343 984 0 687 0

[startup+0.0147269 s]
/proc/loadavg: 2.03 2.02 1.68 3/106 28441
/proc/meminfo: memFree=1803212/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=10292 CPUtime=0
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 1872 0 0 0 0 0 0 0 18 0 1 0 25949359 10539008 1791 1992294400 4194304 8223781 140736308099552 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28441/statm: 2573 1791 361 984 0 1586 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10292

[startup+0.10074 s]
/proc/loadavg: 2.03 2.02 1.68 3/106 28441
/proc/meminfo: memFree=1803212/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=13588 CPUtime=0.09
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 2693 0 0 0 8 1 0 0 20 0 1 0 25949359 13914112 2612 1992294400 4194304 8223781 140736308099552 18446744073709551615 6637420 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28441/statm: 3397 2612 365 984 0 2410 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13588

[startup+0.300773 s]
/proc/loadavg: 2.03 2.02 1.68 3/106 28441
/proc/meminfo: memFree=1803212/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=17948 CPUtime=0.29
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 3795 0 0 0 28 1 0 0 20 0 1 0 25949359 18378752 3714 1992294400 4194304 8223781 140736308099552 18446744073709551615 4640689 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28441/statm: 4487 3714 365 984 0 3500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17948

[startup+0.700842 s]
/proc/loadavg: 2.03 2.02 1.68 3/106 28441
/proc/meminfo: memFree=1803212/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=26856 CPUtime=0.69
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 6036 0 0 0 67 2 0 0 21 0 1 0 25949359 27500544 5955 1992294400 4194304 8223781 140736308099552 18446744073709551615 7247647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28441/statm: 6714 5955 365 984 0 5727 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26856

[startup+1.50098 s]
/proc/loadavg: 2.03 2.02 1.68 2/107 28442
/proc/meminfo: memFree=1774932/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=52620 CPUtime=1.49
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 12707 0 0 0 144 5 0 0 23 0 1 0 25949359 53882880 12262 1992294400 4194304 8223781 140736308099552 18446744073709551615 7257368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 13155 12262 381 984 0 12168 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52620

[startup+3.10125 s]
/proc/loadavg: 2.03 2.02 1.68 2/107 28442
/proc/meminfo: memFree=1706236/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=120332 CPUtime=3.09
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 41981 0 0 0 270 39 0 0 19 0 1 0 25949359 123219968 28496 1992294400 4194304 8223781 140736308099552 18446744073709551615 5008156 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 30083 28496 449 984 0 29096 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120332

[startup+6.3008 s]
/proc/loadavg: 1.95 2.01 1.68 2/107 28442
/proc/meminfo: memFree=1657504/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=211628 CPUtime=6.29
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 69406 0 0 0 579 50 0 0 25 0 1 0 25949359 216707072 48299 1992294400 4194304 8223781 140736308099552 18446744073709551615 6357932 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 52907 48299 527 984 0 51920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 211628

[startup+12.7009 s]
/proc/loadavg: 1.87 1.99 1.67 2/107 28442
/proc/meminfo: memFree=1603316/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=236400 CPUtime=12.68
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 74898 0 0 0 1214 54 0 0 25 0 1 0 25949359 242073600 50351 1992294400 4194304 8223781 140736308099552 18446744073709551615 7073921 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 59100 50351 538 984 0 58113 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 236400

[startup+25.5011 s]
/proc/loadavg: 1.68 1.94 1.66 2/107 28442
/proc/meminfo: memFree=1602820/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=240312 CPUtime=25.48
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 449994 0 0 0 2337 211 0 0 25 0 1 0 25949359 246079488 50255 1992294400 4194304 8223781 140736308099552 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 60078 50255 559 984 0 59091 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 240312

[startup+51.1005 s]
/proc/loadavg: 1.45 1.86 1.64 2/107 28444
/proc/meminfo: memFree=1601208/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=239052 CPUtime=51.06
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 903581 0 0 0 4726 380 0 0 25 0 1 0 25949359 244789248 50557 1992294400 4194304 8223781 140736308099552 18446744073709551615 6043570 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 59763 50557 561 984 0 58776 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 239052

[startup+102.308 s]
/proc/loadavg: 1.19 1.73 1.61 2/107 28446
/proc/meminfo: memFree=1599100/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=239156 CPUtime=102.25
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 1587500 0 0 0 9581 644 0 0 25 0 1 0 25949359 244895744 51065 1992294400 4194304 8223781 140736308099552 18446744073709551615 5743084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 59789 51065 561 984 0 58802 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 239156

[startup+162.302 s]
/proc/loadavg: 1.07 1.59 1.57 2/107 28446
/proc/meminfo: memFree=1598728/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=238164 CPUtime=162.23
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 2188860 0 0 0 15342 881 0 0 25 0 1 0 25949359 243879936 51398 1992294400 4194304 8223781 140736308099552 18446744073709551615 6299972 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 59541 51398 561 984 0 58554 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 238164

[startup+222.301 s]
/proc/loadavg: 1.02 1.48 1.53 2/107 28448
/proc/meminfo: memFree=1598728/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=234308 CPUtime=222.21
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 3279929 0 0 0 20923 1298 0 0 25 0 1 0 25949359 239931392 51223 1992294400 4194304 8223781 140736308099552 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58577 51234 561 984 0 57590 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 234308

[startup+282.301 s]
/proc/loadavg: 1.01 1.39 1.49 2/107 28450
/proc/meminfo: memFree=1598852/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=227908 CPUtime=282.18
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 4435967 0 0 0 26459 1759 0 0 25 0 1 0 25949359 233377792 51103 1992294400 4194304 8223781 140736308099552 18446744073709551615 6612705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 56977 51103 561 984 0 55990 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 227908

[startup+342.301 s]
/proc/loadavg: 1.00 1.32 1.46 2/107 28452
/proc/meminfo: memFree=1596868/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=230080 CPUtime=342.17
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 6998717 0 0 0 31461 2756 0 0 25 0 1 0 25949359 235601920 51589 1992294400 4194304 8223781 140736308099552 18446744073709551615 6047941 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 57520 51589 582 984 0 56533 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 230080

[startup+402.301 s]
/proc/loadavg: 1.00 1.26 1.43 2/107 28452
/proc/meminfo: memFree=1597116/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=230688 CPUtime=402.14
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 10311067 0 0 0 36180 4034 0 0 25 0 1 0 25949359 236224512 51772 1992294400 4194304 8223781 140736308099552 18446744073709551615 6299966 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 57672 51772 582 984 0 56685 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 230688

[startup+462.3 s]
/proc/loadavg: 1.00 1.21 1.40 2/107 28454
/proc/meminfo: memFree=1596992/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=230688 CPUtime=462.13
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 13778707 0 0 0 40843 5370 0 0 25 0 1 0 25949359 236224512 51772 1992294400 4194304 8223781 140736308099552 18446744073709551615 6299972 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 57672 51772 582 984 0 56685 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 230688

[startup+522.301 s]
/proc/loadavg: 1.00 1.17 1.37 2/107 28456
/proc/meminfo: memFree=1586576/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=522.11
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15216819 0 0 0 46264 5947 0 0 25 0 1 0 25949359 241324032 54173 1992294400 4194304 8223781 140736308099552 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54173 585 984 0 57930 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 235668

[startup+582.302 s]
/proc/loadavg: 1.00 1.13 1.34 2/107 28458
/proc/meminfo: memFree=1586576/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=582.09
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15220716 0 0 0 52250 5959 0 0 25 0 1 0 25949359 241324032 54174 1992294400 4194304 8223781 140736308099552 18446744073709551615 6569626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54174 585 984 0 57930 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 235668

[startup+642.301 s]
/proc/loadavg: 1.00 1.11 1.32 2/107 28460
/proc/meminfo: memFree=1586576/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=642.08
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 58221 5987 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 235668

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.24 2/107 28466
/proc/meminfo: memFree=1586452/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=881.99
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 81731 6468 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 4210568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 235668

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.22 2/107 28468
/proc/meminfo: memFree=1586452/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=941.97
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 87606 6591 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 235668

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.20 2/107 28470
/proc/meminfo: memFree=1586328/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1001.95
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 93487 6708 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 235668

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/107 28470
/proc/meminfo: memFree=1586328/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1061.93
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 99371 6822 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 235668

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/107 28472
/proc/meminfo: memFree=1586204/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1121.92
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 105247 6945 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 5907474 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 235668

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 28474
/proc/meminfo: memFree=1586204/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1181.89
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 111111 7078 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 5905997 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 235668

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 28476
/proc/meminfo: memFree=1585956/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1241.88
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 116997 7191 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 235668

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 28478
/proc/meminfo: memFree=1585956/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1301.86
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 122876 7310 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 5907136 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 235668

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 28478
/proc/meminfo: memFree=1585956/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1361.83
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 128749 7434 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 235668

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 28480
/proc/meminfo: memFree=1585956/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1421.82
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 134626 7556 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 235668

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 28482
/proc/meminfo: memFree=1585956/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1481.8
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 140504 7676 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 235668

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 28484
/proc/meminfo: memFree=1585708/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1541.78
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 146380 7798 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 5905982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 235668

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 28484
/proc/meminfo: memFree=1585708/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1601.75
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 152261 7914 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 5907474 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 235668

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 28486
/proc/meminfo: memFree=1585584/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1661.74
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 158138 8036 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 235668

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 28488
/proc/meminfo: memFree=1585460/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1721.71
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 164020 8151 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 5919100 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 235668

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 28490
/proc/meminfo: memFree=1585212/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1781.69
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 169900 8269 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 235668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 28490
/proc/meminfo: memFree=1585088/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=235668 CPUtime=1800
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223639 0 0 0 171692 8308 0 0 25 0 1 0 25949359 241324032 54178 1992294400 4194304 8223781 140736308099552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28441/statm: 58917 54178 589 984 0 57930 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 235668

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 28490
/proc/meminfo: memFree=1585088/2059040 swapFree=4140084/4192956
[pid=28441] ppid=28439 vsize=60500 CPUtime=1800.39
/proc/28441/stat : 28441 (pbscip.linux.x8) R 28439 28441 27904 0 -1 4202496 15223641 0 0 0 171729 8310 0 0 25 0 1 0 25949359 61952000 13598 1992294400 4194304 8223781 140736308099552 18446744073709551615 6207186 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28441/statm: 15125 13598 591 984 0 14138 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 60500

Child status: 0
Real time (s): 1801.04
CPU time (s): 1800.44
CPU user time (s): 1717.32
CPU system time (s): 83.1114
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 326276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1717.32
system time used= 83.1114
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15223645
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= 22850

runsolver used 2.93955 second user time and 8.5637 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-14 10:18:00
IDJOB=2667106
IDBENCH=2257
IDSOLVER=1169
FILE ID=node014/2667106-1276503480
PBS_JOBID= 11173405
Free space on /tmp= 62504 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667106-1276503480/watcher-2667106-1276503480 -o /tmp/evaluation-result-2667106-1276503480/solver-2667106-1276503480 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667106-1276503480.opb -t 1800 -m 1800

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

MD5SUM BENCH= b94d4317cfb468b1c3dd3d790ff99d4d
RANDOM SEED=316336307

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1803740 kB
Buffers:         60064 kB
Cached:         104048 kB
SwapCached:       6980 kB
Active:         101512 kB
Inactive:        76616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1803740 kB
SwapTotal:     4192956 kB
SwapFree:      4140084 kB
Dirty:            6828 kB
Writeback:           0 kB
AnonPages:       11984 kB
Mapped:          12932 kB
Slab:            55420 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181984 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= 62500 MiB
End job on node014 at 2010-06-14 10:48:02