Trace number 2665635

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)-38 1800.53 1801.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-4.opb
MD5SUM1a88750537364c45876077f809191628
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-43
Best CPU time to get the best result obtained on this benchmark1800.1
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 constraints94308
Number of constraints which are clauses94308
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: 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-2665635-1276502665.opb>
1.49/1.50	c original problem has 1272 variables (1272 bin, 0 int, 0 impl, 0 cont) and 94308 constraints
1.49/1.50	c problem read
1.49/1.50	c presolving settings loaded
1.68/1.74	o 0
1.68/1.74	c feasible solution found by trivial heuristic, objective value  0.000000e+00
1.68/1.74	c presolving:
2.89/2.98	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 188616 impls, 0 clqs
4.99/5.07	c    (3.2s) probing: 101/1272 (7.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.99/5.07	c    (3.2s) probing aborted: 100/100 successive totally useless probings
4.99/5.07	c presolving (2 rounds):
4.99/5.07	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.99/5.07	c  188616 implications, 0 cliques
4.99/5.07	c presolved problem has 1272 variables (1272 bin, 0 int, 0 impl, 0 cont) and 94308 constraints
4.99/5.07	c   94308 constraints of type <logicor>
4.99/5.07	c transformed objective value is always integral (scale: 1)
4.99/5.07	c Presolving Time: 3.10
4.99/5.07	c - non default parameters ----------------------------------------------------------------------
4.99/5.07	c # SCIP version 1.2.1.2
4.99/5.07	c 
4.99/5.07	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
4.99/5.07	c # [type: int, range: [-1,2147483647], default: -1]
4.99/5.07	c conflict/interconss = 0
4.99/5.07	c 
4.99/5.07	c # should binary conflicts be preferred?
4.99/5.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.07	c conflict/preferbinary = TRUE
4.99/5.07	c 
4.99/5.07	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
4.99/5.07	c # [type: int, range: [-1,2147483647], default: 0]
4.99/5.07	c constraints/agelimit = 1
4.99/5.07	c 
4.99/5.07	c # should enforcement of pseudo solution be disabled?
4.99/5.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.07	c constraints/disableenfops = TRUE
4.99/5.07	c 
4.99/5.07	c # frequency for displaying node information lines
4.99/5.07	c # [type: int, range: [-1,2147483647], default: 100]
4.99/5.07	c display/freq = 10000
4.99/5.07	c 
4.99/5.07	c # maximal time in seconds to run
4.99/5.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.99/5.07	c limits/time = 1798.51
4.99/5.07	c 
4.99/5.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.99/5.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.99/5.07	c limits/memory = 1620
4.99/5.07	c 
4.99/5.07	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.99/5.07	c # [type: int, range: [-1,2147483647], default: 1]
4.99/5.07	c lp/solvefreq = 0
4.99/5.07	c 
4.99/5.07	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.99/5.07	c # [type: char, range: {lafpsqd}, default: l]
4.99/5.07	c lp/pricing = a
4.99/5.07	c 
4.99/5.07	c # should presolving try to simplify inequalities
4.99/5.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.07	c constraints/linear/simplifyinequalities = TRUE
4.99/5.07	c 
4.99/5.07	c # should presolving try to simplify knapsacks
4.99/5.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.07	c constraints/knapsack/simplifyinequalities = TRUE
4.99/5.07	c 
4.99/5.07	c # priority of node selection rule <dfs> in standard mode
4.99/5.07	c # [type: int, range: [-536870912,536870911], default: 0]
4.99/5.07	c nodeselection/dfs/stdpriority = 1000000
4.99/5.07	c 
4.99/5.07	c -----------------------------------------------------------------------------------------------
4.99/5.07	c start solving
4.99/5.08	c 
6.99/7.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.99/7.06	c t 5.1s|     1 |     0 |  1398 |     - | 105M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 | 0.000000e+00 | 100.00%
7.19/7.25	o -1
7.19/7.25	c R 5.3s|     1 |     0 |  1398 |     - | 105M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 |-1.000000e+00 |  99.84%
20.09/20.19	c  18.1s|     1 |     0 |  1940 |     - | 105M|   0 |1196 |1272 |  94k|1272 |  94k|  15 |   0 |   0 |-5.980000e+02 |-1.000000e+00 |  99.83%
20.19/20.28	o -38
20.19/20.28	c b18.1s|     1 |     0 |  1940 |     - | 105M|   0 |1196 |1272 |  94k|1272 |  94k|  15 |   0 |   0 |-5.980000e+02 |-3.800000e+01 |  93.65%
31.09/31.18	c  29.0s|     1 |     0 |  2262 |     - | 105M|   0 |1161 |1272 |  94k|1272 |  94k|  21 |   0 |   0 |-5.805000e+02 |-3.800000e+01 |  93.45%
49.68/49.72	c  47.5s|     1 |     0 |  2825 |     - | 105M|   0 |1111 |1272 |  94k|1272 |  94k|  32 |   0 |   0 |-5.555000e+02 |-3.800000e+01 |  93.16%
74.57/74.65	c  72.3s|     1 |     0 |  3690 |     - | 105M|   0 |1047 |1272 |  94k|1272 |  94k|  40 |   0 |   0 |-5.227500e+02 |-3.800000e+01 |  92.73%
92.87/92.97	c  90.5s|     1 |     0 |  4236 |     - | 105M|   0 |1001 |1272 |  94k|1272 |  94k|  48 |   0 |   0 |-4.997500e+02 |-3.800000e+01 |  92.40%
113.06/113.10	c   111s|     1 |     0 |  4750 |     - | 105M|   0 | 957 |1272 |  94k|1272 |  94k|  58 |   0 |   0 |-4.777500e+02 |-3.800000e+01 |  92.05%
138.06/138.15	c   136s|     1 |     0 |  5598 |     - | 105M|   0 | 910 |1272 |  94k|1272 |  94k|  65 |   0 |   0 |-4.542500e+02 |-3.800000e+01 |  91.63%
163.05/163.13	c   160s|     1 |     0 |  6276 |     - | 105M|   0 | 869 |1272 |  94k|1272 |  94k|  76 |   0 |   0 |-4.337500e+02 |-3.800000e+01 |  91.24%
185.04/185.18	c   182s|     1 |     0 |  6860 |     - | 105M|   0 | 825 |1272 |  94k|1272 |  94k|  80 |   0 |   0 |-4.116250e+02 |-3.800000e+01 |  90.77%
211.84/211.93	c   209s|     1 |     0 |  7641 |     - | 105M|   0 | 780 |1272 |  94k|1272 |  94k|  88 |   0 |   0 |-3.892500e+02 |-3.800000e+01 |  90.24%
230.63/230.76	c   228s|     1 |     0 |  8483 |     - | 105M|   0 | 735 |1272 |  94k|1272 |  94k|  95 |   0 |   0 |-3.667500e+02 |-3.800000e+01 |  89.64%
234.03/234.11	c   231s|     1 |     0 |  8641 |     - | 105M|   0 | 722 |1272 |  94k|1272 |  94k| 100 |   0 |   0 |-3.597500e+02 |-3.800000e+01 |  89.44%
252.02/252.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
252.02/252.16	c   249s|     1 |     0 |  9548 |     - | 105M|   0 | 658 |1272 |  94k|1272 |  94k| 109 |   0 |   0 |-3.282500e+02 |-3.800000e+01 |  88.42%
269.42/269.54	c   266s|     1 |     0 | 10591 |     - | 105M|   0 | 589 |1272 |  94k|1272 |  94k| 120 |   0 |   0 |-2.937500e+02 |-3.800000e+01 |  87.06%
285.41/285.51	c   282s|     1 |     0 | 11423 |     - | 105M|   0 | 544 |1272 |  94k|1272 |  94k| 126 |   0 |   0 |-2.712500e+02 |-3.800000e+01 |  85.99%
299.91/300.01	c   297s|     1 |     0 | 12215 |     - | 105M|   0 | 500 |1272 |  94k|1272 |  94k| 135 |   0 |   0 |-2.492500e+02 |-3.800000e+01 |  84.75%
314.41/314.55	c   311s|     1 |     0 | 13153 |     - | 105M|   0 | 461 |1272 |  94k|1272 |  94k| 140 |   0 |   0 |-2.297500e+02 |-3.800000e+01 |  83.46%
322.80/322.94	c   319s|     1 |     0 | 13696 |     - | 105M|   0 | 415 |1272 |  94k|1272 |  94k| 147 |   0 |   0 |-2.067500e+02 |-3.800000e+01 |  81.62%
333.90/334.05	c   330s|     1 |     0 | 14415 |     - | 105M|   0 | 372 |1272 |  94k|1272 |  94k| 153 |   0 |   0 |-1.852500e+02 |-3.800000e+01 |  79.49%
344.79/344.98	c   341s|     1 |     0 | 15181 |     - | 105M|   0 | 332 |1272 |  94k|1272 |  94k| 159 |   0 |   0 |-1.660000e+02 |-3.800000e+01 |  77.11%
354.59/354.76	c   351s|     1 |     0 | 15970 |     - | 105M|   0 | 289 |1272 |  94k|1272 |  94k| 168 |   0 |   0 |-1.445000e+02 |-3.800000e+01 |  73.70%
363.19/363.34	c   359s|     1 |     0 | 16717 |     - | 105M|   0 | 247 |1272 |  94k|1272 |  94k| 174 |   0 |   0 |-1.235000e+02 |-3.800000e+01 |  69.23%
366.59/366.72	c   363s|     1 |     0 | 17180 |     - | 105M|   0 | 202 |1272 |  94k|1272 |  94k| 183 |   0 |   0 |-1.020000e+02 |-3.800000e+01 |  62.75%
370.18/370.34	c   366s|     1 |     0 | 17714 |     - | 105M|   0 | 177 |1272 |  94k|1272 |  94k| 190 |   0 |   0 |-8.150000e+01 |-3.800000e+01 |  53.37%
375.38/375.58	c   371s|     1 |     0 | 18358 |     - | 105M|   0 | 192 |1272 |  94k|1272 |  94k| 197 |   0 |   0 |-7.150000e+01 |-3.800000e+01 |  46.85%
376.69/376.82	c   373s|     1 |     0 | 18567 |     - | 105M|   0 | 180 |1272 |  94k|1272 |  94k| 204 |   0 |   0 |-6.800000e+01 |-3.800000e+01 |  44.12%
377.88/378.07	c   374s|     1 |     0 | 18754 |     - | 105M|   0 | 164 |1272 |  94k|1272 |  94k| 215 |   0 |   0 |-5.750000e+01 |-3.800000e+01 |  33.91%
380.18/380.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.18/380.35	c   376s|     1 |     0 | 19030 |     - | 105M|   0 | 187 |1272 |  94k|1272 |  94k| 226 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
385.99/386.17	c   382s|     1 |     0 | 19208 |     - | 105M|   0 | 191 |1272 |  94k|1272 |  94k| 239 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
420.27/420.48	c   416s|     1 |     0 | 19369 |     - | 105M|   0 | 192 |1272 |  94k|1272 |  94k| 249 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
459.76/459.98	c   455s|     1 |     0 | 19599 |     - | 105M|   0 | 238 |1272 |  94k|1272 |  94k| 263 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
506.86/507.09	c   502s|     1 |     0 | 19784 |     - | 105M|   0 | 248 |1272 |  94k|1272 |  94k| 275 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
558.24/558.48	c   553s|     1 |     0 | 20173 |     - | 105M|   0 | 241 |1272 |  94k|1272 |  94k| 291 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
766.67/766.98	c   759s|     1 |     2 | 20173 |     - | 105M|   0 | 241 |1272 |  94k|1272 |  94k| 291 |   0 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
773.97/774.24	c   767s| 10000 |    23 | 20173 |   0.0 | 106M|  48 |   - |1272 |  94k|   0 |   0 | 291 |  31 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
781.17/781.46	c   774s| 20000 |    22 | 20173 |   0.0 | 106M|  48 |   - |1272 |  94k|   0 |   0 | 291 |  69 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
788.26/788.57	c   781s| 30000 |    23 | 20173 |   0.0 | 106M|  50 |   - |1272 |  94k|   0 |   0 | 291 | 107 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
795.56/795.80	c   788s| 40000 |    25 | 20173 |   0.0 | 106M|  50 |   - |1272 |  94k|   0 |   0 | 291 | 134 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
802.77/803.09	c   795s| 50000 |    22 | 20173 |   0.0 | 106M|  52 |   - |1272 |  94k|   0 |   0 | 291 | 156 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
809.86/810.13	c   802s| 60000 |    22 | 20173 |   0.0 | 106M|  52 |   - |1272 |  94k|   0 |   0 | 291 | 191 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
816.85/817.19	c   809s| 70000 |    24 | 20173 |   0.0 | 106M|  52 |   - |1272 |  94k|   0 |   0 | 291 | 217 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
824.15/824.43	c   816s| 80000 |    23 | 20173 |   0.0 | 106M|  52 |   - |1272 |  94k|   0 |   0 | 291 | 268 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
831.15/831.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
831.15/831.46	c   823s| 90000 |    24 | 20173 |   0.0 | 106M|  52 |   - |1272 |  94k|   0 |   0 | 291 | 298 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
838.25/838.51	c   830s|100000 |    21 | 20173 |   0.0 | 106M|  54 |   - |1272 |  94k|   0 |   0 | 291 | 332 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
845.56/845.84	c   837s|110000 |    24 | 20173 |   0.0 | 106M|  56 |   - |1272 |  94k|   0 |   0 | 291 | 371 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
852.85/853.12	c   844s|120000 |    23 | 20173 |   0.0 | 106M|  56 |   - |1272 |  94k|   0 |   0 | 291 | 423 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
860.14/860.48	c   851s|130000 |    22 | 20173 |   0.0 | 106M|  56 |   - |1272 |  94k|   0 |   0 | 291 | 457 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
867.55/867.86	c   858s|140000 |    22 | 20173 |   0.0 | 106M|  56 |   - |1272 |  94k|   0 |   0 | 291 | 499 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
874.84/875.18	c   866s|150000 |    25 | 20173 |   0.0 | 106M|  56 |   - |1272 |  94k|   0 |   0 | 291 | 530 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
882.03/882.38	c   873s|160000 |    25 | 20173 |   0.0 | 106M|  56 |   - |1272 |  94k|   0 |   0 | 291 | 565 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
889.23/889.56	c   880s|170000 |    22 | 20173 |   0.0 | 106M|  56 |   - |1272 |  94k|   0 |   0 | 291 | 615 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
896.54/896.88	c   887s|180000 |    23 | 20173 |   0.0 | 106M|  57 |   - |1272 |  94k|   0 |   0 | 291 | 658 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
903.84/904.19	c   894s|190000 |    23 | 20173 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 291 | 681 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
911.13/911.45	c   901s|200000 |    26 | 20173 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 291 | 722 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
918.52/918.81	c   908s|210000 |    23 | 20173 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 291 | 768 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
926.12/926.47	c   916s|220000 |    25 | 20173 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 291 | 800 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
933.82/934.19	c   924s|230000 |    24 | 20173 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 291 | 839 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
941.43/941.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
941.43/941.71	c   931s|240000 |    22 | 20173 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 291 | 899 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
948.93/949.28	c   938s|250000 |    23 | 20173 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 291 | 936 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
956.42/956.78	c   946s|260000 |    21 | 20173 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 291 | 983 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
964.12/964.45	c   953s|270000 |    23 | 20173 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 291 |1026 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
971.51/971.86	c   961s|280000 |    23 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1061 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
978.81/979.11	c   968s|290000 |    23 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1114 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
986.01/986.38	c   975s|300000 |    23 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1150 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
993.41/993.73	c   982s|310000 |    20 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1186 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1000.71/1001.05	c   989s|320000 |    22 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1216 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1008.10/1008.42	c   996s|330000 |    24 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1236 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1015.50/1015.82	c  1004s|340000 |    24 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1291 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1022.80/1023.15	c  1011s|350000 |    26 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1338 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1030.20/1030.51	c  1018s|360000 |    22 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1363 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1037.29/1037.63	c  1025s|370000 |    23 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1420 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1044.39/1044.79	c  1032s|380000 |    25 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1477 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1051.59/1051.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1051.59/1051.95	c  1039s|390000 |    22 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1519 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1058.69/1059.03	c  1046s|400000 |    23 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1562 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1065.99/1066.35	c  1053s|410000 |    23 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1601 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1073.29/1073.67	c  1060s|420000 |    23 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1634 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1080.69/1081.02	c  1068s|430000 |    25 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1667 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1087.98/1088.34	c  1075s|440000 |    22 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1717 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1095.38/1095.77	c  1082s|450000 |    23 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1748 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1102.68/1103.05	c  1089s|460000 |    24 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1793 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1109.88/1110.26	c  1096s|470000 |    24 | 20173 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 291 |1837 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1116.98/1117.38	c  1103s|480000 |    23 | 20173 |   0.0 | 106M|  61 |   - |1272 |  94k|   0 |   0 | 291 |1868 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1124.27/1124.68	c  1111s|490000 |    24 | 20173 |   0.0 | 106M|  61 |   - |1272 |  94k|   0 |   0 | 291 |1903 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1131.58/1131.91	c  1118s|500000 |    23 | 20173 |   0.0 | 106M|  61 |   - |1272 |  94k|   0 |   0 | 291 |1936 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1138.77/1139.15	c  1125s|510000 |    23 | 20173 |   0.0 | 106M|  61 |   - |1272 |  94k|   0 |   0 | 291 |1964 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1146.17/1146.55	c  1132s|520000 |    23 | 20173 |   0.0 | 106M|  61 |   - |1272 |  94k|   0 |   0 | 291 |1990 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1153.58/1153.94	c  1139s|530000 |    23 | 20173 |   0.0 | 106M|  65 |   - |1272 |  94k|   0 |   0 | 291 |2027 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1161.07/1161.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1161.07/1161.42	c  1147s|540000 |    25 | 20173 |   0.0 | 106M|  65 |   - |1272 |  94k|   0 |   0 | 291 |2046 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1168.56/1168.96	c  1154s|550000 |    25 | 20173 |   0.0 | 106M|  65 |   - |1272 |  94k|   0 |   0 | 291 |2081 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1175.96/1176.35	c  1161s|560000 |    23 | 20173 |   0.0 | 106M|  65 |   - |1272 |  94k|   0 |   0 | 291 |2108 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1183.27/1183.69	c  1169s|570000 |    22 | 20173 |   0.0 | 106M|  65 |   - |1272 |  94k|   0 |   0 | 291 |2137 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1190.97/1191.33	c  1176s|580000 |    22 | 20173 |   0.0 | 106M|  65 |   - |1272 |  94k|   0 |   0 | 291 |2185 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1198.66/1199.03	c  1184s|590000 |    23 | 20173 |   0.0 | 106M|  65 |   - |1272 |  94k|   0 |   0 | 291 |2225 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1206.15/1206.54	c  1191s|600000 |    22 | 20173 |   0.0 | 106M|  65 |   - |1272 |  94k|   0 |   0 | 291 |2260 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1213.55/1213.92	c  1198s|610000 |    22 | 20173 |   0.0 | 106M|  65 |   - |1272 |  94k|   0 |   0 | 291 |2291 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1220.65/1221.03	c  1205s|620000 |    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2333 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1227.55/1227.97	c  1212s|630000 |    28 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2379 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1234.74/1235.14	c  1219s|640000 |    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2416 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1241.84/1242.26	c  1226s|650000 |    27 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2460 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1248.94/1249.39	c  1233s|660000 |    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2513 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1255.85/1256.24	c  1240s|670000 |    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2550 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1262.73/1263.11	c  1246s|680000 |    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2589 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1269.53/1269.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1269.53/1269.95	c  1253s|690000 |    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2640 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1276.53/1276.94	c  1260s|700000 |    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2670 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1283.63/1284.00	c  1267s|710000 |    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2713 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1290.73/1291.11	c  1274s|720000 |    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2752 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1297.73/1298.14	c  1281s|730000 |    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2798 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1304.92/1305.31	c  1288s|740000 |    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2832 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1312.02/1312.41	c  1295s|750000 |    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2867 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1319.12/1319.51	c  1302s|760000 |    25 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2897 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1326.32/1326.78	c  1309s|770000 |    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2930 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1333.71/1334.17	c  1316s|780000 |    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |2970 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1341.12/1341.51	c  1324s|790000 |    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3002 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1348.41/1348.89	c  1331s|800000 |    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3037 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1355.82/1356.30	c  1338s|810000 |    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3066 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1362.91/1363.31	c  1345s|820000 |    25 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3094 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1369.90/1370.33	c  1352s|830000 |    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3145 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1377.21/1377.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1377.21/1377.69	c  1359s|840000 |    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3196 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1384.42/1384.90	c  1366s|850000 |    22 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3236 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1391.40/1391.88	c  1373s|860000 |    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3277 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1398.40/1398.85	c  1380s|870000 |    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3321 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1405.60/1406.05	c  1387s|880000 |    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3367 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1412.89/1413.36	c  1394s|890000 |    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3423 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1420.09/1420.56	c  1401s|900000 |    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3476 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1426.99/1427.48	c  1408s|910000 |    28 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3507 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1433.80/1434.28	c  1415s|920000 |    27 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3546 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1440.79/1441.21	c  1421s|930000 |    27 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3577 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1447.68/1448.12	c  1428s|940000 |    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3597 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1454.58/1455.03	c  1435s|950000 |    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3624 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1461.39/1461.86	c  1442s|960000 |    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3650 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1468.38/1468.81	c  1448s|970000 |    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3674 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1475.07/1475.56	c  1455s|980000 |    25 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3719 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1481.87/1482.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1481.87/1482.30	c  1462s|990000 |    25 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3811 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1488.77/1489.26	c  1468s|  1000k|    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3853 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1495.68/1496.14	c  1475s|  1010k|    25 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3885 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1502.68/1503.19	c  1482s|  1020k|    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3932 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1509.57/1510.00	c  1489s|  1030k|    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |3984 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1516.57/1517.04	c  1496s|  1040k|    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4020 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1523.47/1524.00	c  1503s|  1050k|    22 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4042 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1530.46/1530.98	c  1509s|  1060k|    25 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4095 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1537.27/1537.77	c  1516s|  1070k|    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4142 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1543.97/1544.48	c  1523s|  1080k|    22 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4170 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1550.76/1551.27	c  1529s|  1090k|    25 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4193 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1557.85/1558.34	c  1536s|  1100k|    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4228 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1564.86/1565.31	c  1543s|  1110k|    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4268 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1571.65/1572.18	c  1550s|  1120k|    22 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4301 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1578.55/1579.00	c  1556s|  1130k|    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4331 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1585.45/1585.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1585.45/1585.97	c  1563s|  1140k|    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4363 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1592.35/1592.82	c  1570s|  1150k|    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4402 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1599.25/1599.70	c  1577s|  1160k|    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4433 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1606.14/1606.66	c  1584s|  1170k|    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4482 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1612.94/1613.45	c  1590s|  1180k|    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4500 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1620.04/1620.56	c  1597s|  1190k|    25 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4544 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1627.24/1627.77	c  1604s|  1200k|    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4603 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1634.33/1634.87	c  1611s|  1210k|    25 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4649 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1641.33/1641.84	c  1618s|  1220k|    24 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4692 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1648.23/1648.74	c  1625s|  1230k|    26 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4752 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1655.13/1655.60	c  1632s|  1240k|    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4788 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1661.83/1662.38	c  1638s|  1250k|    23 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4820 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1668.62/1669.18	c  1645s|  1260k|    22 | 20173 |   0.0 | 106M|  67 |   - |1272 |  94k|   0 |   0 | 291 |4861 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1675.94/1676.48	c  1652s|  1270k|    25 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |4888 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1683.03/1683.56	c  1659s|  1280k|    25 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |4944 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1690.23/1690.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1690.23/1690.71	c  1666s|  1290k|    25 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |4986 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1697.12/1697.69	c  1673s|  1300k|    26 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5023 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1704.22/1704.70	c  1680s|  1310k|    23 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5043 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1711.22/1711.73	c  1687s|  1320k|    23 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5074 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1718.32/1718.85	c  1694s|  1330k|    22 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5107 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1725.32/1725.84	c  1700s|  1340k|    25 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5134 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1732.31/1732.89	c  1707s|  1350k|    24 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5159 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1739.61/1740.17	c  1715s|  1360k|    24 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5203 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1746.91/1747.45	c  1722s|  1370k|    24 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5227 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1754.21/1754.71	c  1729s|  1380k|    22 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5280 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1761.51/1762.05	c  1736s|  1390k|    24 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5310 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1768.70/1769.28	c  1743s|  1400k|    23 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5342 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1776.01/1776.54	c  1750s|  1410k|    21 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5385 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1783.20/1783.71	c  1757s|  1420k|    22 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5423 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1790.30/1790.82	c  1764s|  1430k|    22 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5458 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1797.30/1797.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1797.30/1797.88	c  1771s|  1440k|    24 | 20173 |   0.0 | 106M|  68 |   - |1272 |  94k|   0 |   0 | 291 |5491 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1800.11/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.11/1800.61	c 
1800.11/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.11/1800.61	c Solving Time (sec) : 1773.87
1800.11/1800.61	c Solving Nodes      : 1443747
1800.11/1800.61	c Primal Bound       : -3.80000000000000e+01 (10 solutions)
1800.11/1800.61	c Dual Bound         : -5.29999999999999e+01
1800.11/1800.61	c Gap                : 28.30 %
1800.11/1800.66	s SATISFIABLE
1800.11/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.11/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.11/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.11/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.11/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.11/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.11/1800.66	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 
1800.11/1800.66	v -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 
1800.11/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.11/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.11/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.11/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.11/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.11/1800.66	v -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 
1800.11/1800.66	v -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 
1800.11/1800.66	v -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 
1800.11/1800.66	v -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 
1800.11/1800.66	v -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 
1800.11/1800.66	v -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 
1800.11/1800.66	v -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 x436 -x437 
1800.11/1800.66	v -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 
1800.11/1800.66	v -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 
1800.11/1800.66	v -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 
1800.11/1800.66	v -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 
1800.11/1800.66	v -x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 
1800.11/1800.66	v -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 
1800.11/1800.66	v -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 
1800.11/1800.66	v -x584 -x585 -x586 -x587 x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 
1800.11/1800.66	v -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 
1800.11/1800.66	v -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 x646 
1800.11/1800.66	v -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 
1800.11/1800.66	v -x668 -x669 -x670 -x671 x672 -x673 -x674 -x675 -x676 x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 
1800.11/1800.66	v -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 
1800.11/1800.66	v -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 x729 -x730 
1800.11/1800.66	v -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 
1800.11/1800.66	v -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 
1800.11/1800.66	v -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 x790 -x791 -x792 -x793 
1800.11/1800.66	v -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 x812 -x813 -x814 
1800.11/1800.66	v -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 
1800.11/1800.66	v -x835 -x836 -x837 -x838 x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 
1800.11/1800.66	v -x856 -x857 -x858 -x859 -x860 -x861 x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 
1800.11/1800.66	v -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 
1800.11/1800.66	v -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 
1800.11/1800.66	v -x919 -x920 -x921 -x922 -x923 -x924 -x925 x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 
1800.11/1800.66	v -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 x954 -x955 -x956 -x957 -x958 -x959 -x960 
1800.11/1800.66	v -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 
1800.11/1800.66	v -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 
1800.11/1800.66	v -x1003 -x1004 -x1005 -x1006 -x1007 x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 
1800.11/1800.67	v -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 
1800.11/1800.67	v -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 x1055 -x1056 
1800.11/1800.67	v -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 
1800.11/1800.67	v -x1075 -x1076 -x1077 -x1078 x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 x1088 -x1089 -x1090 -x1091 -x1092 
1800.11/1800.67	v -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 
1800.11/1800.67	v -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 x1127 -x1128 
1800.11/1800.67	v -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 
1800.11/1800.67	v -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 
1800.11/1800.67	v -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 
1800.11/1800.67	v -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 
1800.11/1800.67	v x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 
1800.11/1800.67	v -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 
1800.11/1800.67	v -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 
1800.11/1800.67	v -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 
1800.11/1800.67	v x1272 
1800.11/1800.67	c SCIP Status        : solving was interrupted [user interrupt]
1800.11/1800.67	c Solving Time       :    1773.87
1800.11/1800.67	c Original Problem   :
1800.11/1800.67	c   Problem name     : HOME/instance-2665635-1276502665.opb
1800.11/1800.67	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.67	c   Constraints      : 94308 initial, 94308 maximal
1800.11/1800.67	c Presolved Problem  :
1800.11/1800.67	c   Problem name     : t_HOME/instance-2665635-1276502665.opb
1800.11/1800.67	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.67	c   Constraints      : 94308 initial, 94320 maximal
1800.11/1800.67	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.11/1800.67	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.67	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.67	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.67	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.67	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.67	c   probing          :       1.92          0          0          0          0          0          0          0          0
1800.11/1800.67	c   logicor          :       0.29          0          0          0          0          0          0          0          0
1800.11/1800.67	c   root node        :          -          0          -          -          0          -          -          -          -
1800.11/1800.67	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.11/1800.67	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.11/1800.67	c   logicor          :      94308+        33    1399057          0          0      68327    2954229          0          0          0
1800.11/1800.67	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.11/1800.67	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.11/1800.67	c   integral         :     203.00       0.00       0.00     203.00       0.00
1800.11/1800.67	c   logicor          :     273.88       0.45     273.43       0.00       0.00
1800.11/1800.67	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.11/1800.67	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.11/1800.67	c   vbounds          :       1.08          2          0          0
1800.11/1800.67	c   rootredcost      :       1.08          0          0          0
1800.11/1800.67	c   pseudoobj        :     299.71    2198541     546029     516962
1800.11/1800.67	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.11/1800.67	c   propagation      :     114.46      68327       5512       5512       42.9          0        0.0          -
1800.11/1800.67	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.67	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.67	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.67	c   pseudo solution  :     252.10     106557          0          0        0.0          0        0.0          -
1800.11/1800.67	c   applied globally :          -          -          -       5512       42.9          -          -          -
1800.11/1800.67	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.11/1800.67	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.11/1800.67	c   cut pool         :       0.02         32          -          -         98          -    (maximal pool size: 563)
1800.11/1800.67	c   redcost          :       0.02         33          0          0          0          0
1800.11/1800.67	c   impliedbounds    :       0.09         33          0          0          0          0
1800.11/1800.67	c   intobj           :       0.00          0          0          0          0          0
1800.11/1800.67	c   cgmip            :       0.00          0          0          0          0          0
1800.11/1800.67	c   gomory           :     176.52         33          0          0      15045          0
1800.11/1800.67	c   strongcg         :       7.79         20          0          0      10000          0
1800.11/1800.67	c   cmir             :      32.01         10          0          0          0          0
1800.11/1800.67	c   flowcover        :      34.96         10          0          0          0          0
1800.11/1800.67	c   clique           :       3.04         33          0          0        305          0
1800.11/1800.67	c   zerohalf         :       0.00          0          0          0          0          0
1800.11/1800.67	c   mcf              :       0.18          1          0          0          0          0
1800.11/1800.67	c   rapidlearning    :       0.00          0          0          0          0          0
1800.11/1800.67	c Pricers            :       Time      Calls       Vars
1800.11/1800.67	c   problem variables:       0.00          0          0
1800.11/1800.67	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.11/1800.67	c   relpscost        :     203.00          1          0          0          0          0          2
1800.11/1800.67	c   pscost           :       0.00          0          0          0          0          0          0
1800.11/1800.67	c   inference        :       8.35     726298          0          0          0          0    1452596
1800.11/1800.67	c   mostinf          :       0.00          0          0          0          0          0          0
1800.11/1800.67	c   leastinf         :       0.00          0          0          0          0          0          0
1800.11/1800.67	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.11/1800.67	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.11/1800.67	c   random           :       0.00          0          0          0          0          0          0
1800.11/1800.67	c Primal Heuristics  :       Time      Calls      Found
1800.11/1800.67	c   LP solutions     :       0.00          -          0
1800.11/1800.67	c   pseudo solutions :       0.00          -          0
1800.11/1800.67	c   crossover        :       0.00          0          0
1800.11/1800.67	c   oneopt           :       1.25          2          1
1800.11/1800.67	c   trivial          :       0.05          2          3
1800.11/1800.67	c   simplerounding   :       0.04         34          2
1800.11/1800.67	c   zirounding       :       0.03          1          1
1800.11/1800.67	c   rounding         :       2.10         34          1
1800.11/1800.67	c   shifting         :       2.73         34          1
1800.11/1800.67	c   intshifting      :       0.00          0          0
1800.11/1800.67	c   twoopt           :       0.00          0          0
1800.11/1800.67	c   fixandinfer      :       0.00          0          0
1800.11/1800.67	c   feaspump         :       0.00          0          0
1800.11/1800.67	c   coefdiving       :       0.00          0          0
1800.11/1800.67	c   pscostdiving     :       0.00          0          0
1800.11/1800.67	c   fracdiving       :       0.00          0          0
1800.11/1800.67	c   veclendiving     :       0.00          0          0
1800.11/1800.67	c   intdiving        :       0.00          0          0
1800.11/1800.67	c   actconsdiving    :       0.00          0          0
1800.11/1800.67	c   objpscostdiving  :       0.00          0          0
1800.11/1800.67	c   rootsoldiving    :       0.00          0          0
1800.11/1800.67	c   linesearchdiving :       0.00          0          0
1800.11/1800.67	c   guideddiving     :       0.00          0          0
1800.11/1800.67	c   octane           :       0.00          0          0
1800.11/1800.67	c   rens             :       3.08          1          1
1800.11/1800.67	c   rins             :       0.00          0          0
1800.11/1800.67	c   localbranching   :       0.00          0          0
1800.11/1800.67	c   mutation         :       0.00          0          0
1800.11/1800.67	c   dins             :       0.00          0          0
1800.11/1800.67	c   undercover       :       0.00          0          0
1800.11/1800.67	c   nlp              :       0.96          0          0
1800.11/1800.67	c   trysol           :       0.68          0          0
1800.11/1800.67	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.11/1800.67	c   primal LP        :       0.45          0          0       0.00       0.00
1800.11/1800.67	c   dual LP          :     288.25         34      20173     593.32      69.98
1800.11/1800.67	c   lex dual LP      :       0.00          0          0       0.00          -
1800.11/1800.67	c   barrier LP       :       0.00          0          0       0.00          -
1800.11/1800.67	c   diving/probing LP:       0.00          0          0       0.00          -
1800.11/1800.67	c   strong branching :     203.00         33      17520     530.91      86.31
1800.11/1800.67	c     (at root node) :          -         33      17520     530.91          -
1800.11/1800.67	c   conflict analysis:       0.00          0          0       0.00          -
1800.11/1800.67	c B&B Tree           :
1800.11/1800.67	c   number of runs   :          1
1800.11/1800.67	c   nodes            :    1443747
1800.11/1800.67	c   nodes (total)    :    1443747
1800.11/1800.67	c   nodes left       :         24
1800.11/1800.67	c   max depth        :         68
1800.11/1800.67	c   max depth (total):         68
1800.11/1800.67	c   backtracks       :     228081 (15.8%)
1800.11/1800.67	c   delayed cutoffs  :       3736
1800.11/1800.67	c   repropagations   :       4265 (14938 domain reductions, 3465 cutoffs)
1800.11/1800.67	c   avg switch length:       2.00
1800.11/1800.67	c   switching time   :      99.06
1800.11/1800.67	c Solution           :
1800.11/1800.67	c   Solutions found  :         10 (3 improvements)
1800.11/1800.67	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.14 seconds, depth 0, found by <trivial>)
1800.11/1800.67	c   Primal Bound     : -3.80000000000000e+01   (in run 1, after 1 nodes, 18.05 seconds, depth 0, found by <oneopt>)
1800.11/1800.67	c   Dual Bound       : -5.29999999999999e+01
1800.11/1800.67	c   Gap              :      28.30 %
1800.11/1800.67	c   Root Dual Bound  : -5.30000000000000e+01
1800.11/1800.67	c   Root Iterations  :      20173
1800.49/1801.03	c Time complete: 1800.52.

Verifier Data

OK	-38

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665635-1276502665/watcher-2665635-1276502665 -o /tmp/evaluation-result-2665635-1276502665/solver-2665635-1276502665 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665635-1276502665.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.08 1.08 1.02 3/106 27997
/proc/meminfo: memFree=1801044/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=8260 CPUtime=0
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1007 0 0 0 0 0 0 0 20 0 1 0 23921939 8458240 928 1992294400 4194304 9819077 140733593520672 18446744073709551615 8678244 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27997/statm: 2065 928 366 1374 0 686 0

[startup+0.0900989 s]
/proc/loadavg: 1.08 1.08 1.02 3/106 27997
/proc/meminfo: memFree=1801044/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=14184 CPUtime=0.08
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 2468 0 0 0 8 0 0 0 22 0 1 0 23921939 14524416 2389 1992294400 4194304 9819077 140733593520672 18446744073709551615 4396996 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27997/statm: 3546 2389 388 1374 0 2167 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14184

[startup+0.1011 s]
/proc/loadavg: 1.08 1.08 1.02 3/106 27997
/proc/meminfo: memFree=1801044/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=15148 CPUtime=0.09
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 2710 0 0 0 9 0 0 0 22 0 1 0 23921939 15511552 2631 1992294400 4194304 9819077 140733593520672 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27997/statm: 3787 2631 388 1374 0 2408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15148

[startup+0.301116 s]
/proc/loadavg: 1.08 1.08 1.02 3/106 27997
/proc/meminfo: memFree=1801044/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=19508 CPUtime=0.29
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 3813 0 0 0 28 1 0 0 22 0 1 0 23921939 19976192 3734 1992294400 4194304 9819077 140733593520672 18446744073709551615 8611041 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27997/statm: 4877 3734 388 1374 0 3498 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19508

[startup+0.701147 s]
/proc/loadavg: 1.08 1.08 1.02 3/106 27997
/proc/meminfo: memFree=1801044/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=28288 CPUtime=0.69
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 6021 0 0 0 68 1 0 0 23 0 1 0 23921939 28966912 5942 1992294400 4194304 9819077 140733593520672 18446744073709551615 4364820 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27997/statm: 7072 5942 388 1374 0 5693 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28288

[startup+1.50021 s]
/proc/loadavg: 1.08 1.08 1.02 2/107 27998
/proc/meminfo: memFree=1772888/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=45156 CPUtime=1.49
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 10206 0 0 0 146 3 0 0 25 0 1 0 23921939 46239744 10127 1992294400 4194304 9819077 140733593520672 18446744073709551615 8677994 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27997/statm: 11289 10127 388 1374 0 9910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45156

[startup+3.10034 s]
/proc/loadavg: 1.15 1.10 1.03 2/107 27998
/proc/meminfo: memFree=1704068/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=120472 CPUtime=3.09
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 42018 0 0 0 273 36 0 0 25 0 1 0 23921939 123363328 28279 1992294400 4194304 9819077 140733593520672 18446744073709551615 6181230 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 30118 28279 495 1374 0 28739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120472

[startup+6.3016 s]
/proc/loadavg: 1.15 1.10 1.03 2/107 27998
/proc/meminfo: memFree=1644300/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=247760 CPUtime=6.29
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 70724 0 0 0 581 48 0 0 25 0 1 0 23921939 253706240 47227 1992294400 4194304 9819077 140733593520672 18446744073709551615 7292006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61940 47227 627 1374 0 60561 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 247760

[startup+12.7011 s]
/proc/loadavg: 1.13 1.09 1.02 2/107 27998
/proc/meminfo: memFree=1615160/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=265556 CPUtime=12.69
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 89715 0 0 0 1205 64 0 0 25 0 1 0 23921939 271929344 46897 1992294400 4194304 9819077 140733593520672 18446744073709551615 7292006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 66389 46897 664 1374 0 65010 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 265556

[startup+25.5011 s]
/proc/loadavg: 1.11 1.09 1.02 2/107 27998
/proc/meminfo: memFree=1617268/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=264128 CPUtime=25.49
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 103450 0 0 0 2478 71 0 0 25 0 1 0 23921939 270467072 46744 1992294400 4194304 9819077 140733593520672 18446744073709551615 7292010 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 66032 46744 666 1374 0 64653 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 264128

[startup+51.1012 s]
/proc/loadavg: 1.07 1.08 1.02 2/107 28000
/proc/meminfo: memFree=1615656/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=262380 CPUtime=51.08
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 122487 0 0 0 5027 81 0 0 25 0 1 0 23921939 268677120 46683 1992294400 4194304 9819077 140733593520672 18446744073709551615 5721503 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 65595 46683 667 1374 0 64216 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 262380

[startup+102.309 s]
/proc/loadavg: 1.08 1.08 1.02 2/107 28000
/proc/meminfo: memFree=1616152/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=259800 CPUtime=102.28
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 164126 0 0 0 10128 100 0 0 25 0 1 0 23921939 266035200 46673 1992294400 4194304 9819077 140733593520672 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 64950 46673 669 1374 0 63571 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 259800

[startup+162.301 s]
/proc/loadavg: 1.03 1.06 1.02 2/107 28002
/proc/meminfo: memFree=1608340/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=257268 CPUtime=162.25
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 198712 0 0 0 16105 120 0 0 25 0 1 0 23921939 263442432 48716 1992294400 4194304 9819077 140733593520672 18446744073709551615 7291729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 64317 48716 669 1374 0 62938 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 257268

[startup+222.302 s]
/proc/loadavg: 1.01 1.05 1.01 2/107 28004
/proc/meminfo: memFree=1609580/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=255528 CPUtime=222.23
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 246631 0 0 0 22081 142 0 0 25 0 1 0 23921939 261660672 48270 1992294400 4194304 9819077 140733593520672 18446744073709551615 6191141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 63882 48270 669 1374 0 62503 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 255528

[startup+282.302 s]
/proc/loadavg: 1.00 1.04 1.00 2/107 28006
/proc/meminfo: memFree=1607100/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=251592 CPUtime=282.21
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 321626 0 0 0 28042 179 0 0 25 0 1 0 23921939 257630208 48911 1992294400 4194304 9819077 140733593520672 18446744073709551615 7295860 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 62898 48911 676 1374 0 61519 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 251592

[startup+342.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 28006
/proc/meminfo: memFree=1608216/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246292 CPUtime=342.2
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 409316 0 0 0 33998 222 0 0 25 0 1 0 23921939 252203008 48603 1992294400 4194304 9819077 140733593520672 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61573 48603 676 1374 0 60194 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 246292

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 28008
/proc/meminfo: memFree=1615532/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=239660 CPUtime=402.17
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 545000 0 0 0 39926 291 0 0 25 0 1 0 23921939 245411840 46570 1992294400 4194304 9819077 140733593520672 18446744073709551615 6047303 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 59915 46570 676 1374 0 58536 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 239660

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 28010
/proc/meminfo: memFree=1613548/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=243364 CPUtime=462.17
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 568638 0 0 0 45897 320 0 0 25 0 1 0 23921939 249204736 47132 1992294400 4194304 9819077 140733593520672 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 60841 47132 676 1374 0 59462 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 243364

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 28012
/proc/meminfo: memFree=1613548/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=243508 CPUtime=522.14
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 580808 0 0 0 51870 344 0 0 25 0 1 0 23921939 249352192 47102 1992294400 4194304 9819077 140733593520672 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 60877 47102 676 1374 0 59498 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 243508

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28014
/proc/meminfo: memFree=1599908/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=301548 CPUtime=582.13
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 669122 0 0 0 57800 413 0 0 25 0 1 0 23921939 308785152 50698 1992294400 4194304 9819077 140733593520672 18446744073709551615 6192298 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 75387 50698 716 1374 0 74008 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 301548

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28014
/proc/meminfo: memFree=1601768/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=301548 CPUtime=642.11
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 795721 0 0 0 63736 475 0 0 25 0 1 0 23921939 308785152 50156 1992294400 4194304 9819077 140733593520672 18446744073709551615 7291700 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 75387 50156 716 1374 0 74008 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 301548

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28022
/proc/meminfo: memFree=1610448/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=882.03
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 87406 797 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 4998689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 246108

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28022
/proc/meminfo: memFree=1610324/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=942.02
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 93298 904 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 246108

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28024
/proc/meminfo: memFree=1610200/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1002.01
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 99191 1010 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 5907479 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 246108

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28026
/proc/meminfo: memFree=1610076/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1061.99
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 105079 1120 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 4223905 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 246108

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28028
/proc/meminfo: memFree=1609952/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1121.97
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 110973 1224 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 5907500 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 246108

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28030
/proc/meminfo: memFree=1609828/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1181.95
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 116862 1333 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 4648625 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 246108

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28030
/proc/meminfo: memFree=1609580/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1241.94
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 122752 1442 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 246108

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28032
/proc/meminfo: memFree=1609456/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1301.94
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 128648 1546 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 246108

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28034
/proc/meminfo: memFree=1609332/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1361.91
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 134537 1654 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 4240373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 246108

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28036
/proc/meminfo: memFree=1609208/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1421.9
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 140421 1769 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 246108

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28038
/proc/meminfo: memFree=1609084/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1481.87
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 146304 1883 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 5907500 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 246108

[startup+1542.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 28038
/proc/meminfo: memFree=1609084/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1541.86
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 152193 1993 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 5913485 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 246108

[startup+1602.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 28040
/proc/meminfo: memFree=1608960/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1601.84
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 158077 2107 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 5907483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 246108

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28042
/proc/meminfo: memFree=1608836/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1661.83
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 163962 2221 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 246108

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28044
/proc/meminfo: memFree=1608712/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1721.82
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 169848 2334 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 246108

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28046
/proc/meminfo: memFree=1608340/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1781.8
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 175737 2443 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 246108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28046
/proc/meminfo: memFree=1608340/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=246108 CPUtime=1800.11
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035134 0 0 0 177533 2478 0 0 25 0 1 0 23921939 252014592 47922 1992294400 4194304 9819077 140733593520672 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27997/statm: 61527 47922 720 1374 0 60148 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 246108

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.00 2/107 28046
/proc/meminfo: memFree=1608340/2059040 swapFree=4136648/4192956
[pid=27997] ppid=27995 vsize=61508 CPUtime=1800.49
/proc/27997/stat : 27997 (pbscip.linux.x8) R 27995 27997 27456 0 -1 4202496 1035228 0 0 0 177569 2480 0 0 25 0 1 0 23921939 62984192 13584 1992294400 4194304 9819077 140733593520672 18446744073709551615 4383994 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27997/statm: 15377 13584 721 1374 0 13998 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 61508

Child status: 0
Real time (s): 1801.03
CPU time (s): 1800.53
CPU user time (s): 1775.71
CPU system time (s): 24.8172
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 340580

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

runsolver used 2.93555 second user time and 8.5587 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-14 10:04:25
IDJOB=2665635
IDBENCH=2256
IDSOLVER=1168
FILE ID=node026/2665635-1276502665
PBS_JOBID= 11173403
Free space on /tmp= 62516 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/frb53-24-opb/normalized-frb53-24-4.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-2665635-1276502665/watcher-2665635-1276502665 -o /tmp/evaluation-result-2665635-1276502665/solver-2665635-1276502665 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665635-1276502665.opb -t 1800 -m 1800

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

MD5SUM BENCH= 1a88750537364c45876077f809191628
RANDOM SEED=2075524447

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1801572 kB
Buffers:         69492 kB
Cached:         109188 kB
SwapCached:       9576 kB
Active:         109888 kB
Inactive:        81420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1801572 kB
SwapTotal:     4192956 kB
SwapFree:      4136648 kB
Dirty:            8476 kB
Writeback:           0 kB
AnonPages:       10876 kB
Mapped:           9180 kB
Slab:            44460 kB
PageTables:       4108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62508 MiB
End job on node026 at 2010-06-14 10:34:28