Trace number 2665515

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)-37 1800.47 1800.97

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
MD5SUM32f273c48805c1e726044ae006778010
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-42
Best CPU time to get the best result obtained on this benchmark1789.95
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80035
Number of constraints which are clauses80035
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 1150
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 1150
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 1150
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: Clp 1.11.1] [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-2665515-1276507368.opb>
1.19/1.29	c original problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80035 constraints
1.19/1.29	c problem read
1.19/1.29	c presolving settings loaded
1.39/1.49	o 0
1.39/1.49	c feasible solution found by trivial heuristic, objective value  0.000000e+00
1.39/1.49	c presolving:
2.49/2.52	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 80035 upgd conss, 160070 impls, 0 clqs
4.40/4.41	c    (2.8s) probing: 101/1150 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.40/4.41	c    (2.8s) probing aborted: 100/100 successive totally useless probings
4.40/4.41	c presolving (2 rounds):
4.40/4.41	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.40/4.41	c  160070 implications, 0 cliques
4.40/4.41	c presolved problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80035 constraints
4.40/4.41	c   80035 constraints of type <logicor>
4.40/4.41	c transformed objective value is always integral (scale: 1)
4.40/4.41	c Presolving Time: 2.71
4.40/4.41	c - non default parameters ----------------------------------------------------------------------
4.40/4.41	c # SCIP version 1.2.1.2
4.40/4.41	c 
4.40/4.41	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
4.40/4.41	c # [type: int, range: [-1,2147483647], default: -1]
4.40/4.41	c conflict/interconss = 0
4.40/4.41	c 
4.40/4.41	c # should binary conflicts be preferred?
4.40/4.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.40/4.41	c conflict/preferbinary = TRUE
4.40/4.41	c 
4.40/4.41	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
4.40/4.41	c # [type: int, range: [-1,2147483647], default: 0]
4.40/4.41	c constraints/agelimit = 1
4.40/4.41	c 
4.40/4.41	c # should enforcement of pseudo solution be disabled?
4.40/4.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.40/4.41	c constraints/disableenfops = TRUE
4.40/4.41	c 
4.40/4.41	c # frequency for displaying node information lines
4.40/4.41	c # [type: int, range: [-1,2147483647], default: 100]
4.40/4.41	c display/freq = 10000
4.40/4.41	c 
4.40/4.41	c # maximal time in seconds to run
4.40/4.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.40/4.41	c limits/time = 1798.72
4.40/4.41	c 
4.40/4.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.40/4.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.40/4.41	c limits/memory = 1620
4.40/4.41	c 
4.40/4.41	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.40/4.41	c # [type: int, range: [-1,2147483647], default: 1]
4.40/4.41	c lp/solvefreq = 0
4.40/4.41	c 
4.40/4.41	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)
4.40/4.41	c # [type: char, range: {lafpsqd}, default: l]
4.40/4.41	c lp/pricing = a
4.40/4.41	c 
4.40/4.41	c # should presolving try to simplify inequalities
4.40/4.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.40/4.41	c constraints/linear/simplifyinequalities = TRUE
4.40/4.41	c 
4.40/4.41	c # should presolving try to simplify knapsacks
4.40/4.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.40/4.41	c constraints/knapsack/simplifyinequalities = TRUE
4.40/4.41	c 
4.40/4.41	c # priority of node selection rule <dfs> in standard mode
4.40/4.41	c # [type: int, range: [-536870912,536870911], default: 0]
4.40/4.41	c nodeselection/dfs/stdpriority = 1000000
4.40/4.41	c 
4.40/4.41	c -----------------------------------------------------------------------------------------------
4.40/4.41	c start solving
4.40/4.42	c 
5.89/5.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.89/5.98	c t 4.2s|     1 |     0 |  1281 |     - |  89M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 | 0.000000e+00 | 100.00%
6.09/6.14	o -1
6.09/6.14	c R 4.4s|     1 |     0 |  1281 |     - |  89M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 |-1.000000e+00 |  99.83%
18.09/18.11	c  16.2s|     1 |     0 |  1833 |     - |  89M|   0 |1080 |1150 |  80k|1150 |  80k|  16 |   0 |   0 |-5.400000e+02 |-1.000000e+00 |  99.81%
18.09/18.18	o -34
18.09/18.18	c b16.3s|     1 |     0 |  1833 |     - |  89M|   0 |1080 |1150 |  80k|1150 |  80k|  16 |   0 |   0 |-5.400000e+02 |-3.400000e+01 |  93.70%
25.98/26.08	c  24.1s|     1 |     0 |  2126 |     - |  89M|   0 |1037 |1150 |  80k|1150 |  80k|  21 |   0 |   0 |-5.185000e+02 |-3.400000e+01 |  93.44%
36.87/36.98	c  35.0s|     1 |     0 |  2477 |     - |  89M|   0 | 996 |1150 |  80k|1150 |  80k|  27 |   0 |   0 |-4.980000e+02 |-3.400000e+01 |  93.17%
51.76/51.89	c  49.8s|     1 |     0 |  3011 |     - |  89M|   0 | 952 |1150 |  80k|1150 |  80k|  36 |   0 |   0 |-4.748333e+02 |-3.400000e+01 |  92.84%
62.36/62.40	c  60.3s|     1 |     0 |  3298 |     - |  89M|   0 | 928 |1150 |  80k|1150 |  80k|  40 |   0 |   0 |-4.640000e+02 |-3.400000e+01 |  92.67%
81.06/81.17	c  79.0s|     1 |     0 |  3902 |     - |  89M|   0 | 887 |1150 |  80k|1150 |  80k|  50 |   0 |   0 |-4.427500e+02 |-3.400000e+01 |  92.32%
100.56/100.67	c  98.4s|     1 |     0 |  4551 |     - |  89M|   0 | 846 |1150 |  80k|1150 |  80k|  56 |   0 |   0 |-4.215000e+02 |-3.400000e+01 |  91.93%
117.56/117.66	c   115s|     1 |     0 |  5083 |     - |  89M|   0 | 803 |1150 |  80k|1150 |  80k|  63 |   0 |   0 |-4.005000e+02 |-3.400000e+01 |  91.51%
138.74/138.85	c   136s|     1 |     0 |  5930 |     - |  89M|   0 | 758 |1150 |  80k|1150 |  80k|  72 |   0 |   0 |-3.790000e+02 |-3.400000e+01 |  91.03%
158.35/158.49	c   156s|     1 |     0 |  6580 |     - |  89M|   0 | 719 |1150 |  80k|1150 |  80k|  77 |   0 |   0 |-3.587500e+02 |-3.400000e+01 |  90.52%
169.14/169.25	c   167s|     1 |     0 |  7209 |     - |  89M|   0 | 675 |1150 |  80k|1150 |  80k|  89 |   0 |   0 |-3.367500e+02 |-3.400000e+01 |  89.90%
174.14/174.22	c   172s|     1 |     0 |  7545 |     - |  89M|   0 | 633 |1150 |  80k|1150 |  80k|  94 |   0 |   0 |-3.157500e+02 |-3.400000e+01 |  89.23%
181.44/181.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
181.44/181.54	c   179s|     1 |     0 |  8060 |     - |  89M|   0 | 590 |1150 |  80k|1150 |  80k| 104 |   0 |   0 |-2.942500e+02 |-3.400000e+01 |  88.45%
188.13/188.27	c   185s|     1 |     0 |  8573 |     - |  89M|   0 | 548 |1150 |  80k|1150 |  80k| 112 |   0 |   0 |-2.727500e+02 |-3.400000e+01 |  87.53%
198.73/198.88	c   196s|     1 |     0 |  9292 |     - |  89M|   0 | 508 |1150 |  80k|1150 |  80k| 119 |   0 |   0 |-2.532500e+02 |-3.400000e+01 |  86.57%
208.32/208.40	c   205s|     1 |     0 |  9990 |     - |  89M|   0 | 467 |1150 |  80k|1150 |  80k| 126 |   0 |   0 |-2.327500e+02 |-3.400000e+01 |  85.39%
216.92/217.09	c   214s|     1 |     0 | 10604 |     - |  89M|   0 | 426 |1150 |  80k|1150 |  80k| 134 |   0 |   0 |-2.120000e+02 |-3.400000e+01 |  83.96%
219.72/219.87	c   217s|     1 |     0 | 10851 |     - |  89M|   0 | 402 |1150 |  80k|1150 |  80k| 142 |   0 |   0 |-2.000000e+02 |-3.400000e+01 |  83.00%
228.11/228.23	c   225s|     1 |     0 | 11531 |     - |  89M|   0 | 358 |1150 |  80k|1150 |  80k| 149 |   0 |   0 |-1.790000e+02 |-3.400000e+01 |  81.01%
235.62/235.72	c   233s|     1 |     0 | 12179 |     - |  89M|   0 | 317 |1150 |  80k|1150 |  80k| 156 |   0 |   0 |-1.577500e+02 |-3.400000e+01 |  78.45%
237.52/237.69	c   234s|     1 |     0 | 12422 |     - |  89M|   0 | 299 |1150 |  80k|1150 |  80k| 162 |   0 |   0 |-1.487500e+02 |-3.400000e+01 |  77.14%
245.01/245.18	c   242s|     1 |     0 | 13263 |     - |  89M|   0 | 257 |1150 |  80k|1150 |  80k| 171 |   0 |   0 |-1.285000e+02 |-3.400000e+01 |  73.54%
251.12/251.25	c   248s|     1 |     0 | 13989 |     - |  89M|   0 | 215 |1150 |  80k|1150 |  80k| 181 |   0 |   0 |-1.085000e+02 |-3.400000e+01 |  68.66%
253.31/253.49	c   250s|     1 |     0 | 14279 |     - |  89M|   0 | 189 |1150 |  80k|1150 |  80k| 188 |   0 |   0 |-9.650000e+01 |-3.400000e+01 |  64.77%
255.12/255.24	c   252s|     1 |     0 | 14518 |     - |  89M|   0 | 177 |1150 |  80k|1150 |  80k| 194 |   0 |   0 |-8.600000e+01 |-3.400000e+01 |  60.47%
258.32/258.47	c   255s|     1 |     0 | 15020 |     - |  89M|   0 | 154 |1150 |  80k|1150 |  80k| 204 |   0 |   0 |-6.750000e+01 |-3.400000e+01 |  49.63%
259.71/259.87	c   256s|     1 |     0 | 15234 |     - |  89M|   0 | 140 |1150 |  80k|1150 |  80k| 213 |   0 |   0 |-5.850000e+01 |-3.400000e+01 |  41.88%
260.91/261.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
260.91/261.03	c   257s|     1 |     0 | 15412 |     - |  90M|   0 | 117 |1150 |  80k|1150 |  80k| 220 |   0 |   0 |-5.050000e+01 |-3.400000e+01 |  32.67%
262.11/262.25	c   258s|     1 |     0 | 15539 |     - |  90M|   0 | 127 |1150 |  80k|1150 |  80k| 233 |   0 |   0 |-5.050000e+01 |-3.400000e+01 |  32.67%
265.51/265.63	c   262s|     1 |     0 | 15732 |     - |  90M|   0 | 150 |1150 |  80k|1150 |  80k| 249 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
273.71/273.84	c   270s|     1 |     0 | 16180 |     - |  90M|   0 | 197 |1150 |  80k|1150 |  80k| 258 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
303.00/303.15	c   299s|     1 |     0 | 16472 |     - |  90M|   0 | 215 |1150 |  80k|1150 |  80k| 270 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
336.89/337.09	c   333s|     1 |     0 | 17086 |     - |  90M|   0 | 225 |1150 |  80k|1150 |  80k| 279 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
360.29/360.44	c   356s|     1 |     0 | 18114 |     - |  90M|   0 | 351 |1150 |  80k|1150 |  80k| 291 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
414.97/415.18	c   411s|     1 |     0 | 18818 |     - |  90M|   0 | 266 |1150 |  80k|1150 |  80k| 300 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
733.39/733.68	c   727s|     1 |     2 | 18818 |     - |  90M|   0 | 266 |1150 |  80k|1150 |  80k| 300 |   0 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
733.58/733.83	o -35
733.58/733.83	c * 727s|    36 |    32 | 18818 |   0.0 |  91M|  35 |   - |1150 |  80k|   0 |   0 | 300 |   0 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
740.68/740.95	c   734s| 10000 |    26 | 18818 |   0.0 |  91M|  48 |   - |1150 |  80k|   0 |   0 | 300 |  90 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
747.38/747.60	c   740s| 20000 |    26 | 18818 |   0.0 |  91M|  49 |   - |1150 |  80k|   0 |   0 | 300 | 162 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
753.78/754.06	c   747s| 30000 |    25 | 18818 |   0.0 |  91M|  51 |   - |1150 |  80k|   0 |   0 | 300 | 225 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
759.98/760.29	c   753s| 40000 |    26 | 18818 |   0.0 |  91M|  51 |   - |1150 |  80k|   0 |   0 | 300 | 263 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
766.48/766.72	c   759s| 50000 |    26 | 18818 |   0.0 |  91M|  52 |   - |1150 |  80k|   0 |   0 | 300 | 301 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
772.77/773.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
772.77/773.01	c   765s| 60000 |    23 | 18818 |   0.0 |  91M|  52 |   - |1150 |  80k|   0 |   0 | 300 | 320 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
779.17/779.46	c   772s| 70000 |    25 | 18818 |   0.0 |  91M|  52 |   - |1150 |  80k|   0 |   0 | 300 | 373 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
785.76/786.00	c   778s| 80000 |    24 | 18818 |   0.0 |  91M|  53 |   - |1150 |  80k|   0 |   0 | 300 | 409 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
792.56/792.89	c   785s| 90000 |    26 | 18818 |   0.0 |  91M|  53 |   - |1150 |  80k|   0 |   0 | 300 | 468 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
799.26/799.51	c   791s|100000 |    22 | 18818 |   0.0 |  91M|  53 |   - |1150 |  80k|   0 |   0 | 300 | 540 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
805.86/806.15	c   798s|110000 |    24 | 18818 |   0.0 |  91M|  53 |   - |1150 |  80k|   0 |   0 | 300 | 626 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
812.67/812.92	c   804s|120000 |    24 | 18818 |   0.0 |  91M|  53 |   - |1150 |  80k|   0 |   0 | 300 | 695 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
819.46/819.80	c   811s|130000 |    26 | 18818 |   0.0 |  91M|  53 |   - |1150 |  80k|   0 |   0 | 300 | 760 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
826.06/826.39	c   818s|140000 |    26 | 18818 |   0.0 |  91M|  53 |   - |1150 |  80k|   0 |   0 | 300 | 819 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
832.75/833.04	c   824s|150000 |    24 | 18818 |   0.0 |  91M|  53 |   - |1150 |  80k|   0 |   0 | 300 | 912 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
839.15/839.48	c   830s|160000 |    25 | 18818 |   0.0 |  91M|  53 |   - |1150 |  80k|   0 |   0 | 300 | 974 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
845.66/845.94	c   837s|170000 |    25 | 18818 |   0.0 |  91M|  53 |   - |1150 |  80k|   0 |   0 | 300 |1039 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
852.16/852.41	c   843s|180000 |    23 | 18818 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 300 |1096 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
858.86/859.13	o -36
858.86/859.13	c * 850s|189787 |    27 | 18818 |   0.0 |  91M|  55 |   - |1150 |  80k|   0 |   0 | 300 |1173 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
858.95/859.27	c   850s|190000 |    26 | 18818 |   0.0 |  91M|  55 |   - |1150 |  80k|   0 |   0 | 300 |1177 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
865.64/865.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
865.64/865.99	c   856s|200000 |    27 | 18818 |   0.0 |  91M|  55 |   - |1150 |  80k|   0 |   0 | 300 |1245 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
872.34/872.66	c   863s|210000 |    26 | 18818 |   0.0 |  91M|  55 |   - |1150 |  80k|   0 |   0 | 300 |1322 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
878.94/879.24	c   869s|220000 |    25 | 18818 |   0.0 |  91M|  55 |   - |1150 |  80k|   0 |   0 | 300 |1380 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
885.74/886.04	c   876s|230000 |    22 | 18818 |   0.0 |  91M|  55 |   - |1150 |  80k|   0 |   0 | 300 |1455 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
892.24/892.59	c   883s|240000 |    24 | 18818 |   0.0 |  91M|  55 |   - |1150 |  80k|   0 |   0 | 300 |1506 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
898.83/899.11	c   889s|250000 |    26 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |1563 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
905.54/905.82	c   895s|260000 |    23 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |1625 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
912.43/912.77	c   902s|270000 |    26 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |1682 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
919.24/919.58	c   909s|280000 |    26 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |1736 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
925.94/926.28	c   916s|290000 |    25 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |1815 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
932.73/933.03	c   922s|300000 |    26 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |1875 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
939.53/939.88	c   929s|310000 |    25 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |1945 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
946.32/946.67	c   936s|320000 |    25 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2001 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
953.22/953.58	c   942s|330000 |    23 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2029 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
960.12/960.40	c   949s|340000 |    24 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2124 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
966.92/967.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
966.92/967.21	c   956s|350000 |    25 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2182 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
973.52/973.87	c   962s|360000 |    23 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2243 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
980.51/980.86	c   969s|370000 |    26 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2305 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
987.21/987.54	c   976s|380000 |    25 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2369 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
993.91/994.27	c   982s|390000 |    24 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2417 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1000.72/1001.07	c   989s|400000 |    26 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2482 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1007.11/1007.45	c   995s|410000 |    23 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2519 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1014.11/1014.43	c  1002s|420000 |    25 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2593 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1020.90/1021.22	c  1009s|430000 |    24 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2624 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1028.00/1028.31	c  1016s|440000 |    25 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2678 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1034.90/1035.23	c  1022s|450000 |    21 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2726 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1041.50/1041.85	c  1029s|460000 |    24 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2781 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1048.10/1048.49	c  1035s|470000 |    25 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2848 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1054.70/1055.00	c  1042s|480000 |    23 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2895 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1061.29/1061.60	c  1048s|490000 |    25 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2937 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1068.39/1068.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1068.39/1068.71	c  1055s|500000 |    25 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |2986 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1075.29/1075.67	c  1062s|510000 |    22 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |3063 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1081.99/1082.36	c  1069s|520000 |    24 | 18818 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 300 |3105 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1088.79/1089.10	c  1075s|530000 |    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3139 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1095.08/1095.49	c  1081s|540000 |    28 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3169 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1101.58/1101.91	c  1088s|550000 |    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3221 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1108.19/1108.54	c  1094s|560000 |    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3278 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1114.58/1114.97	c  1101s|570000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3346 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1120.78/1121.16	c  1107s|580000 |    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3439 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1127.18/1127.56	c  1113s|590000 |    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3508 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1133.47/1133.80	c  1119s|600000 |    25 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3554 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1139.77/1140.11	c  1125s|610000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3600 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1146.17/1146.53	c  1131s|620000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3655 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1152.57/1152.94	c  1138s|630000 |    22 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3708 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1159.08/1159.41	c  1144s|640000 |    20 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3762 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1165.36/1165.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1165.36/1165.72	c  1150s|650000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3796 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1171.66/1172.02	c  1156s|660000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3847 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1178.06/1178.43	c  1163s|670000 |    22 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3889 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1184.16/1184.50	c  1169s|680000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3918 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1190.46/1190.89	c  1175s|690000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3940 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1196.66/1197.09	c  1181s|700000 |    22 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |3981 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1202.96/1203.33	c  1187s|710000 |    22 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4024 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1209.05/1209.47	c  1193s|720000 |    22 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4059 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1215.35/1215.75	c  1199s|730000 |    25 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4088 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1222.15/1222.56	c  1206s|740000 |    25 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4138 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1228.35/1228.79	c  1212s|750000 |    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4187 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1234.96/1235.31	c  1218s|760000 |    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4230 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1241.34/1241.73	c  1225s|770000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4284 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1247.84/1248.26	c  1231s|780000 |    25 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4360 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1254.14/1254.50	c  1237s|790000 |    25 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4409 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1260.64/1261.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1260.64/1261.01	c  1243s|800000 |    21 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4468 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1266.74/1267.18	c  1250s|810000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4514 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1273.14/1273.58	c  1256s|820000 |    26 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4597 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1279.33/1279.75	c  1262s|830000 |    26 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4639 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1285.64/1286.01	c  1268s|840000 |    22 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4668 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1291.73/1292.12	c  1274s|850000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4706 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1298.23/1298.65	c  1280s|860000 |    22 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4732 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1304.63/1305.01	c  1287s|870000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4766 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1311.03/1311.47	c  1293s|880000 |    21 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4813 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1317.63/1318.01	c  1299s|890000 |    26 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4882 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1324.22/1324.62	c  1306s|900000 |    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4919 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1330.72/1331.15	c  1312s|910000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4951 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1337.13/1337.57	c  1319s|920000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |4996 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1339.62/1340.03	o -37
1339.62/1340.03	c *1321s|923755 |    26 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |5015 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1343.72/1344.14	c  1325s|930000 |    25 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |5057 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1350.21/1350.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1350.21/1350.63	c  1331s|940000 |    22 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |5117 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1356.81/1357.27	c  1338s|950000 |    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |5156 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1363.32/1363.75	c  1344s|960000 |    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |5213 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1370.01/1370.40	c  1351s|970000 |    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |5253 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1376.61/1377.01	c  1357s|980000 |    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |5298 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1383.42/1383.88	c  1364s|990000 |    25 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |5336 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1389.91/1390.39	c  1370s|  1000k|    24 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |5389 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1396.41/1396.87	c  1377s|  1010k|    25 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |5426 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1403.01/1403.49	c  1383s|  1020k|    23 | 18818 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 300 |5472 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1409.71/1410.17	c  1390s|  1030k|    23 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |5518 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1416.10/1416.55	c  1396s|  1040k|    21 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |5572 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1422.29/1422.78	c  1402s|  1050k|    24 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |5642 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1428.90/1429.36	c  1408s|  1060k|    23 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |5681 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1435.49/1435.99	c  1415s|  1070k|    24 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |5758 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1441.70/1442.18	c  1421s|  1080k|    22 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |5815 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1448.20/1448.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1448.20/1448.69	c  1427s|  1090k|    24 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |5853 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1454.59/1455.07	c  1434s|  1100k|    22 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |5895 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1461.08/1461.53	c  1440s|  1110k|    24 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |5971 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1467.48/1467.91	c  1446s|  1120k|    25 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6019 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1473.79/1474.26	c  1452s|  1130k|    24 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6051 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1480.28/1480.77	c  1459s|  1140k|    24 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6078 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1486.69/1487.16	c  1465s|  1150k|    24 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6116 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1492.88/1493.34	c  1471s|  1160k|    22 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6149 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1499.27/1499.76	c  1477s|  1170k|    22 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6181 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1505.67/1506.13	c  1484s|  1180k|    23 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6222 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1512.08/1512.53	c  1490s|  1190k|    23 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6262 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1518.47/1518.93	c  1496s|  1200k|    25 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6291 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1524.87/1525.38	c  1503s|  1210k|    25 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6365 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1531.37/1531.86	c  1509s|  1220k|    24 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6413 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1537.67/1538.19	c  1515s|  1230k|    22 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6456 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1544.06/1544.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1544.06/1544.58	c  1521s|  1240k|    24 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6503 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1550.57/1551.02	c  1528s|  1250k|    22 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6524 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1556.96/1557.41	c  1534s|  1260k|    23 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6539 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1563.36/1563.80	c  1540s|  1270k|    25 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6589 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1569.35/1569.80	c  1546s|  1280k|    23 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6636 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1575.45/1575.98	c  1552s|  1290k|    21 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6668 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1581.75/1582.21	c  1558s|  1300k|    23 | 18818 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 300 |6698 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1587.86/1588.37	c  1564s|  1310k|    25 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |6736 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1594.25/1594.73	c  1570s|  1320k|    24 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |6776 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1600.55/1601.07	c  1577s|  1330k|    26 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |6807 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1606.55/1607.04	c  1582s|  1340k|    22 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |6845 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1612.45/1612.94	c  1588s|  1350k|    23 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |6872 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1618.54/1619.07	c  1594s|  1360k|    23 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |6910 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1624.34/1624.86	c  1600s|  1370k|    23 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |6932 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1630.54/1631.05	c  1606s|  1380k|    24 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |6995 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1636.64/1637.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1636.64/1637.12	c  1612s|  1390k|    25 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7041 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1642.84/1643.36	c  1618s|  1400k|    25 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7067 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1648.84/1649.31	c  1624s|  1410k|    23 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7100 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1654.94/1655.40	c  1630s|  1420k|    25 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7147 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1661.03/1661.50	c  1636s|  1430k|    22 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7187 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1667.14/1667.67	c  1642s|  1440k|    23 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7229 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1673.02/1673.55	c  1647s|  1450k|    24 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7245 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1678.93/1679.44	c  1653s|  1460k|    24 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7290 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1685.02/1685.56	c  1659s|  1470k|    23 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7323 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1690.92/1691.43	c  1665s|  1480k|    22 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7353 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1696.73/1697.22	c  1671s|  1490k|    24 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7369 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1702.62/1703.11	c  1676s|  1500k|    22 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7396 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1708.62/1709.12	c  1682s|  1510k|    25 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7428 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1714.52/1715.04	c  1688s|  1520k|    23 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7470 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1720.42/1721.00	c  1694s|  1530k|    26 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7502 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1726.21/1726.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1726.21/1726.75	c  1700s|  1540k|    25 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7523 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1732.31/1732.87	c  1706s|  1550k|    26 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7562 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1738.31/1738.81	c  1711s|  1560k|    22 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7604 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1744.31/1744.80	c  1717s|  1570k|    24 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7675 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1750.31/1750.81	c  1723s|  1580k|    24 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7717 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1756.11/1756.63	c  1729s|  1590k|    24 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7772 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1762.41/1762.93	c  1735s|  1600k|    26 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7802 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1768.50/1769.02	c  1741s|  1610k|    24 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7824 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1774.71/1775.22	c  1747s|  1620k|    25 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7878 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1780.80/1781.30	c  1753s|  1630k|    25 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7916 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1786.90/1787.43	c  1759s|  1640k|    23 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |7964 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1792.90/1793.43	c  1765s|  1650k|    25 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |8010 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1798.80/1799.39	c  1771s|  1660k|    23 | 18818 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 300 |8041 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1800.10/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.10/1800.61	c 
1800.10/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.61	c Solving Time (sec) : 1771.80
1800.10/1800.61	c Solving Nodes      : 1661981
1800.10/1800.61	c Primal Bound       : -3.70000000000000e+01 (20 solutions)
1800.10/1800.61	c Dual Bound         : -4.99999999998099e+01
1800.10/1800.61	c Gap                : 26.00 %
1800.10/1800.66	s SATISFIABLE
1800.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/1800.66	v -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
1800.10/1800.66	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 
1800.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/1800.66	v -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 
1800.10/1800.66	v -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 x501 
1800.10/1800.66	v -x502 -x503 -x504 -x505 -x506 -x507 -x508 x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 
1800.10/1800.66	v -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 x541 -x542 -x543 
1800.10/1800.66	v -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 x559 -x560 -x561 -x562 -x563 -x564 
1800.10/1800.66	v -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 
1800.10/1800.66	v -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 
1800.10/1800.66	v -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 x623 -x624 -x625 -x626 -x627 
1800.10/1800.66	v -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 x647 -x648 
1800.10/1800.66	v -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 
1800.10/1800.66	v -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 
1800.10/1800.66	v -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 
1800.10/1800.66	v -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 
1800.10/1800.66	v -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 
1800.10/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.10/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.10/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.10/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.10/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.10/1800.66	v -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 
1800.10/1800.66	v -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 
1800.10/1800.66	v -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 
1800.10/1800.66	v -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 
1800.10/1800.66	v -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 
1800.10/1800.66	v -x962 -x963 -x964 x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 
1800.10/1800.66	v -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 
1800.10/1800.66	v -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 x1021 
1800.10/1800.66	v -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 
1800.10/1800.66	v -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 
1800.10/1800.66	v -x1058 -x1059 -x1060 -x1061 -x1062 x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 
1800.10/1800.66	v -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 
1800.10/1800.66	v -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 x1109 -x1110 
1800.10/1800.66	v -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 
1800.10/1800.66	v -x1129 x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 
1800.10/1800.66	v -x1147 -x1148 -x1149 -x1150 
1800.10/1800.66	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.66	c Solving Time       :    1771.80
1800.10/1800.66	c Original Problem   :
1800.10/1800.66	c   Problem name     : HOME/instance-2665515-1276507368.opb
1800.10/1800.66	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.66	c   Constraints      : 80035 initial, 80035 maximal
1800.10/1800.66	c Presolved Problem  :
1800.10/1800.66	c   Problem name     : t_HOME/instance-2665515-1276507368.opb
1800.10/1800.66	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.66	c   Constraints      : 80035 initial, 80053 maximal
1800.10/1800.66	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.10/1800.66	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.66	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.66	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.66	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.66	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.66	c   probing          :       1.75          0          0          0          0          0          0          0          0
1800.10/1800.66	c   logicor          :       0.23          0          0          0          0          0          0          0          0
1800.10/1800.66	c   root node        :          -          0          -          -          0          -          -          -          -
1800.10/1800.66	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.66	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.10/1800.66	c   logicor          :      80035+        35    1597446          0          3     109140    2619698          0          0          0
1800.10/1800.66	c   countsols        :          0          0          0          0          3          0          0          0          0          0
1800.10/1800.66	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.10/1800.66	c   integral         :     313.47       0.00       0.00     313.47       0.00
1800.10/1800.66	c   logicor          :     286.38       0.40     285.95       0.00       0.03
1800.10/1800.66	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.10/1800.66	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.10/1800.66	c   vbounds          :       1.32          2          0          0
1800.10/1800.66	c   rootredcost      :       1.21          3          0          0
1800.10/1800.66	c   pseudoobj        :     265.98    2506046     571502     694100
1800.10/1800.66	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.10/1800.66	c   propagation      :     166.25     109140       8046       8046       41.3          0        0.0          -
1800.10/1800.66	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.66	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.66	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.66	c   pseudo solution  :     325.14     148507          0          0        0.0          0        0.0          -
1800.10/1800.66	c   applied globally :          -          -          -       8046       41.3          -          -          -
1800.10/1800.66	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.10/1800.66	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.10/1800.66	c   cut pool         :       0.02         34          -          -         81          -    (maximal pool size: 676)
1800.10/1800.66	c   redcost          :       0.00         35          0          0          0          0
1800.10/1800.66	c   impliedbounds    :       0.13         35          0          0          0          0
1800.10/1800.66	c   intobj           :       0.00          0          0          0          0          0
1800.10/1800.66	c   cgmip            :       0.00          0          0          0          0          0
1800.10/1800.66	c   gomory           :     123.99         35          0          0      16183          0
1800.10/1800.66	c   strongcg         :       5.87         20          0          0      10000          0
1800.10/1800.66	c   cmir             :      25.73         10          0          0          0          0
1800.10/1800.66	c   flowcover        :      26.89         10          0          0          0          0
1800.10/1800.66	c   clique           :       2.58         35          0          0        325          0
1800.10/1800.66	c   zerohalf         :       0.00          0          0          0          0          0
1800.10/1800.66	c   mcf              :       0.14          1          0          0          0          0
1800.10/1800.66	c   rapidlearning    :       0.00          0          0          0          0          0
1800.10/1800.66	c Pricers            :       Time      Calls       Vars
1800.10/1800.66	c   problem variables:       0.00          0          0
1800.10/1800.66	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.66	c   relpscost        :     313.47          1          0          0          0          0          2
1800.10/1800.66	c   pscost           :       0.00          0          0          0          0          0          0
1800.10/1800.66	c   inference        :       8.12     838451          0          0          0          0    1676902
1800.10/1800.66	c   mostinf          :       0.00          0          0          0          0          0          0
1800.10/1800.66	c   leastinf         :       0.00          0          0          0          0          0          0
1800.10/1800.66	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.10/1800.66	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.10/1800.66	c   random           :       0.00          0          0          0          0          0          0
1800.10/1800.66	c Primal Heuristics  :       Time      Calls      Found
1800.10/1800.66	c   LP solutions     :       0.00          -          0
1800.10/1800.66	c   pseudo solutions :       0.01          -          3
1800.10/1800.66	c   crossover        :       0.00          0          0
1800.10/1800.66	c   oneopt           :       1.51          2          1
1800.10/1800.66	c   trivial          :       0.04          2          3
1800.10/1800.66	c   simplerounding   :       0.07         36         10
1800.10/1800.66	c   zirounding       :       0.03          1          1
1800.10/1800.66	c   rounding         :       1.85         36          1
1800.10/1800.66	c   shifting         :       2.42         36          0
1800.10/1800.66	c   intshifting      :       0.00          0          0
1800.10/1800.66	c   twoopt           :       0.00          0          0
1800.10/1800.66	c   fixandinfer      :       0.00          0          0
1800.10/1800.66	c   feaspump         :       0.00          0          0
1800.10/1800.66	c   coefdiving       :       0.00          0          0
1800.10/1800.66	c   pscostdiving     :       0.00          0          0
1800.10/1800.66	c   fracdiving       :       0.00          0          0
1800.10/1800.66	c   veclendiving     :       0.00          0          0
1800.10/1800.66	c   intdiving        :       0.00          0          0
1800.10/1800.66	c   actconsdiving    :       0.00          0          0
1800.10/1800.66	c   objpscostdiving  :       0.00          0          0
1800.10/1800.66	c   rootsoldiving    :       0.00          0          0
1800.10/1800.66	c   linesearchdiving :       0.00          0          0
1800.10/1800.66	c   guideddiving     :       0.00          0          0
1800.10/1800.66	c   octane           :       0.00          0          0
1800.10/1800.66	c   rens             :       2.58          1          1
1800.10/1800.66	c   rins             :       0.00          0          0
1800.10/1800.66	c   localbranching   :       0.00          0          0
1800.10/1800.66	c   mutation         :       0.00          0          0
1800.10/1800.66	c   dins             :       0.00          0          0
1800.10/1800.66	c   undercover       :       0.00          0          0
1800.10/1800.66	c   nlp              :       0.85          0          0
1800.10/1800.66	c   trysol           :       0.86          0          0
1800.10/1800.66	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.10/1800.66	c   primal LP        :       0.45          0          0       0.00       0.00
1800.10/1800.66	c   dual LP          :     215.93         36      18818     522.72      87.15
1800.10/1800.66	c   lex dual LP      :       0.00          0          0       0.00          -
1800.10/1800.66	c   barrier LP       :       0.00          0          0       0.00          -
1800.10/1800.66	c   diving/probing LP:       0.00          0          0       0.00          -
1800.10/1800.66	c   strong branching :     313.47         33      24751     750.03      78.96
1800.10/1800.66	c     (at root node) :          -         33      24751     750.03          -
1800.10/1800.66	c   conflict analysis:       0.00          0          0       0.00          -
1800.10/1800.66	c B&B Tree           :
1800.10/1800.66	c   number of runs   :          1
1800.10/1800.66	c   nodes            :    1661981
1800.10/1800.66	c   nodes (total)    :    1661981
1800.10/1800.66	c   nodes left       :         23
1800.10/1800.66	c   max depth        :         63
1800.10/1800.66	c   max depth (total):         63
1800.10/1800.66	c   backtracks       :     293472 (17.7%)
1800.10/1800.66	c   delayed cutoffs  :       6043
1800.10/1800.66	c   repropagations   :       6861 (21224 domain reductions, 5623 cutoffs)
1800.10/1800.66	c   avg switch length:       2.00
1800.10/1800.66	c   switching time   :      79.64
1800.10/1800.66	c Solution           :
1800.10/1800.66	c   Solutions found  :         20 (6 improvements)
1800.10/1800.66	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.12 seconds, depth 0, found by <trivial>)
1800.10/1800.66	c   Primal Bound     : -3.70000000000000e+01   (in run 1, after 923755 nodes, 1320.93 seconds, depth 42, found by <relaxation>)
1800.10/1800.66	c   Dual Bound       : -4.99999999998099e+01
1800.10/1800.66	c   Gap              :      26.00 %
1800.10/1800.66	c   Root Dual Bound  : -5.00000000000000e+01
1800.10/1800.66	c   Root Iterations  :      18818
1800.40/1800.97	c Time complete: 1800.46.

Verifier Data

OK	-37

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665515-1276507368/watcher-2665515-1276507368 -o /tmp/evaluation-result-2665515-1276507368/solver-2665515-1276507368 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665515-1276507368.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.02 1.00 3/106 29810
/proc/meminfo: memFree=1795400/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=8260 CPUtime=0
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 1019 0 0 0 0 0 0 0 18 0 1 0 26340435 8458240 941 1992294400 4194304 9819077 140735447562800 18446744073709551615 4501643 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29810/statm: 2322 948 371 1374 0 943 0

[startup+0.032552 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 29810
/proc/meminfo: memFree=1795400/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=12312 CPUtime=0.02
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 2002 0 0 0 2 0 0 0 20 0 1 0 26340435 12607488 1923 1992294400 4194304 9819077 140735447562800 18446744073709551615 8081527 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29810/statm: 3078 1923 388 1374 0 1699 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12312

[startup+0.10156 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 29810
/proc/meminfo: memFree=1795400/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=15160 CPUtime=0.09
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 2713 0 0 0 9 0 0 0 20 0 1 0 26340435 15523840 2634 1992294400 4194304 9819077 140735447562800 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29810/statm: 3790 2634 388 1374 0 2411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15160

[startup+0.300583 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 29810
/proc/meminfo: memFree=1795400/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=19520 CPUtime=0.29
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 3815 0 0 0 28 1 0 0 20 0 1 0 26340435 19988480 3736 1992294400 4194304 9819077 140735447562800 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29810/statm: 4880 3736 388 1374 0 3501 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19520

[startup+0.700629 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 29810
/proc/meminfo: memFree=1795400/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=28296 CPUtime=0.69
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 6022 0 0 0 67 2 0 0 20 0 1 0 26340435 28975104 5943 1992294400 4194304 9819077 140735447562800 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29810/statm: 7074 5943 388 1374 0 5695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28296

[startup+1.50072 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 29811
/proc/meminfo: memFree=1767368/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=86296 CPUtime=1.49
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 20560 0 0 0 141 8 0 0 23 0 1 0 26340435 88367104 20059 1992294400 4194304 9819077 140735447562800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 21574 20059 488 1374 0 20195 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86296

[startup+3.10091 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 29811
/proc/meminfo: memFree=1702268/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=105884 CPUtime=3.09
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 33952 0 0 0 275 34 0 0 25 0 1 0 26340435 108425216 24753 1992294400 4194304 9819077 140735447562800 18446744073709551615 4223172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 26471 24753 508 1374 0 25092 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105884

[startup+6.30028 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 29811
/proc/meminfo: memFree=1628240/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=232312 CPUtime=6.29
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 63614 0 0 0 582 47 0 0 25 0 1 0 26340435 237887488 41732 1992294400 4194304 9819077 140735447562800 18446744073709551615 5435434 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58078 41732 634 1374 0 56699 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 232312

[startup+12.701 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 29811
/proc/meminfo: memFree=1627744/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=235124 CPUtime=12.68
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 73424 0 0 0 1210 58 0 0 25 0 1 0 26340435 240766976 42380 1992294400 4194304 9819077 140735447562800 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58781 42380 664 1374 0 57402 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 235124

[startup+25.5015 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 29811
/proc/meminfo: memFree=1627496/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=234128 CPUtime=25.48
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 85549 0 0 0 2483 65 0 0 25 0 1 0 26340435 239747072 42427 1992294400 4194304 9819077 140735447562800 18446744073709551615 7480831 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58532 42427 666 1374 0 57153 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 234128

[startup+51.1015 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 29813
/proc/meminfo: memFree=1625512/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=232352 CPUtime=51.06
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 109235 0 0 0 5030 76 0 0 25 0 1 0 26340435 237928448 43008 1992294400 4194304 9819077 140735447562800 18446744073709551615 7292302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58088 43008 666 1374 0 56709 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 232352

[startup+102.308 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 29813
/proc/meminfo: memFree=1627248/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=230424 CPUtime=102.26
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 152528 0 0 0 10127 99 0 0 25 0 1 0 26340435 235954176 42361 1992294400 4194304 9819077 140735447562800 18446744073709551615 5721526 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 57606 42361 669 1374 0 56227 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 230424

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29815
/proc/meminfo: memFree=1621296/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233116 CPUtime=162.24
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 204608 0 0 0 16100 124 0 0 25 0 1 0 26340435 238710784 43995 1992294400 4194304 9819077 140735447562800 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58279 43995 669 1374 0 56900 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 233116

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29817
/proc/meminfo: memFree=1621420/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=226460 CPUtime=222.22
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 316840 0 0 0 22045 177 0 0 25 0 1 0 26340435 231895040 43921 1992294400 4194304 9819077 140735447562800 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 56615 43921 676 1374 0 55236 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 226460

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29819
/proc/meminfo: memFree=1619932/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=227408 CPUtime=282.2
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 470934 0 0 0 27965 255 0 0 25 0 1 0 26340435 232865792 44163 1992294400 4194304 9819077 140735447562800 18446744073709551615 6044335 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 56852 44163 676 1374 0 55473 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 227408

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29821
/proc/meminfo: memFree=1619436/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=229664 CPUtime=342.19
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 494172 0 0 0 33932 287 0 0 25 0 1 0 26340435 235175936 44267 1992294400 4194304 9819077 140735447562800 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 57416 44267 676 1374 0 56037 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 229664

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29821
/proc/meminfo: memFree=1618692/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=231080 CPUtime=402.17
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 510369 0 0 0 39903 314 0 0 25 0 1 0 26340435 236625920 44369 1992294400 4194304 9819077 140735447562800 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 57770 44369 676 1374 0 56391 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 231080

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29823
/proc/meminfo: memFree=1608400/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=288296 CPUtime=462.16
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 606702 0 0 0 45839 377 0 0 25 0 1 0 26340435 295215104 47141 1992294400 4194304 9819077 140735447562800 18446744073709551615 6391502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 72074 47141 716 1374 0 70695 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 288296

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29825
/proc/meminfo: memFree=1609516/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=288296 CPUtime=522.14
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 671103 0 0 0 51804 410 0 0 25 0 1 0 26340435 295215104 46896 1992294400 4194304 9819077 140735447562800 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 72074 46896 716 1374 0 70695 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 288296

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29827
/proc/meminfo: memFree=1608400/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=288296 CPUtime=582.12
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 760648 0 0 0 57759 453 0 0 25 0 1 0 26340435 295215104 47128 1992294400 4194304 9819077 140735447562800 18446744073709551615 7292321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 72074 47128 716 1374 0 70695 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 288296

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29829
/proc/meminfo: memFree=1608152/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=288296 CPUtime=642.11
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 848074 0 0 0 63718 493 0 0 25 0 1 0 26340435 295215104 47141 1992294400 4194304 9819077 140735447562800 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 72074 47141 716 1374 0 70695 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 288296

[startup+702.301 s]

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

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29837
/proc/meminfo: memFree=1618072/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=942.03
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 93248 955 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 4998689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 233072

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29837
/proc/meminfo: memFree=1617948/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1002.01
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 99132 1069 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 4704769 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 233072

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29839
/proc/meminfo: memFree=1617824/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1061.99
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 105012 1187 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 4434317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 233072

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29841
/proc/meminfo: memFree=1617700/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1121.98
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 110896 1302 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 5907447 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 233072

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29843
/proc/meminfo: memFree=1617700/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1181.96
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 116770 1426 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 233072

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29845
/proc/meminfo: memFree=1617452/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1241.94
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 122641 1553 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 233072

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29845
/proc/meminfo: memFree=1617204/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1301.94
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 128517 1677 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 233072

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29847
/proc/meminfo: memFree=1617204/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1361.91
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 134400 1791 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 4221116 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 233072

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29849
/proc/meminfo: memFree=1617204/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1421.9
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 140282 1908 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 4240371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 233072

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29851
/proc/meminfo: memFree=1617080/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1481.88
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 146164 2024 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 4240459 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 233072

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29853
/proc/meminfo: memFree=1617080/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1541.86
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 152038 2148 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 5905982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 233072

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29853
/proc/meminfo: memFree=1617080/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1601.85
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 157905 2280 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 233072

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29855
/proc/meminfo: memFree=1616956/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1661.83
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 163773 2410 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 5507787 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 233072

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29857
/proc/meminfo: memFree=1616708/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1721.82
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 169642 2540 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 4648625 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 233072

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29859
/proc/meminfo: memFree=1616460/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1781.8
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 175513 2667 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 233072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29859
/proc/meminfo: memFree=1616460/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=233072 CPUtime=1800.1
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983171 0 0 0 177304 2706 0 0 25 0 1 0 26340435 238665728 44554 1992294400 4194304 9819077 140735447562800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29810/statm: 58268 44554 720 1374 0 56889 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 233072

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

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

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29859
/proc/meminfo: memFree=1616460/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=213144 CPUtime=1800.3
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983336 0 0 0 177323 2707 0 0 25 0 1 0 26340435 218259456 39607 1992294400 4194304 9819077 140735447562800 18446744073709551615 6179990 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29810/statm: 53286 39607 721 1374 0 51907 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 213144

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29859
/proc/meminfo: memFree=1616460/2059040 swapFree=4140108/4192956
[pid=29810] ppid=29808 vsize=190256 CPUtime=1800.4
/proc/29810/stat : 29810 (pbscip.linux.x8) R 29808 29810 29685 0 -1 4202496 983336 0 0 0 177333 2707 0 0 25 0 1 0 26340435 194822144 33917 1992294400 4194304 9819077 140735447562800 18446744073709551615 4698655 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29810/statm: 47564 33917 721 1374 0 46185 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 190256

Child status: 0
Real time (s): 1800.97
CPU time (s): 1800.47
CPU user time (s): 1773.39
CPU system time (s): 27.0869
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 313348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.39
system time used= 27.0869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 983340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 7914

runsolver used 3.05354 second user time and 8.44372 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-14 11:22:48
IDJOB=2665515
IDBENCH=2262
IDSOLVER=1168
FILE ID=node006/2665515-1276507368
PBS_JOBID= 11173422
Free space on /tmp= 62472 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665515-1276507368/watcher-2665515-1276507368 -o /tmp/evaluation-result-2665515-1276507368/solver-2665515-1276507368 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665515-1276507368.opb -t 1800 -m 1800

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

MD5SUM BENCH= 32f273c48805c1e726044ae006778010
RANDOM SEED=1723367716

node006.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.204
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.204
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1795928 kB
Buffers:         75596 kB
Cached:         106944 kB
SwapCached:       6484 kB
Active:         102984 kB
Inactive:        93204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1795928 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            8144 kB
Writeback:           0 kB
AnonPages:       11876 kB
Mapped:          12896 kB
Slab:            45228 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181132 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= 62464 MiB
End job on node006 at 2010-06-14 11:52:50