Trace number 3450669

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
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4SAT (TO)-99 1800.12 1800.13

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_1.opb
MD5SUM0945390fcac05113ffd57d1199a19e21
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-126
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -126
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint51
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31640
Sum of products size (including duplicates)63280
Number of different products15820
Sum of products size31640

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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3450669-1307106441.opb>
0.08/0.11	c original problem has 16820 variables (16820 bin, 0 int, 0 impl, 0 cont) and 17820 constraints
0.08/0.11	c problem read
0.08/0.11	c presolving settings loaded
0.18/0.21	o 0
0.18/0.21	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.18/0.21	c presolving:
0.28/0.36	c (round 1) 15820 del vars, 2000 del conss, 0 add conss, 15820 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 63280 impls, 0 clqs
0.38/0.41	c (round 2) 15820 del vars, 2000 del conss, 0 add conss, 15820 chg bounds, 0 chg sides, 0 chg coeffs, 15820 upgd conss, 94920 impls, 0 clqs
0.38/0.46	c    (0.4s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.38/0.46	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.38/0.46	c presolving (3 rounds):
0.38/0.46	c  15820 deleted vars, 2000 deleted constraints, 0 added constraints, 15820 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.38/0.46	c  94920 implications, 0 cliques
0.38/0.46	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 15820 constraints
0.38/0.46	c   15820 constraints of type <logicor>
0.38/0.46	c transformed objective value is always integral (scale: 1)
0.38/0.46	c Presolving Time: 0.28
0.38/0.46	c - non default parameters ----------------------------------------------------------------------
0.38/0.46	c # SCIP version 2.0.1.5
0.38/0.46	c 
0.38/0.46	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.38/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.38/0.46	c conflict/interconss = 0
0.38/0.46	c 
0.38/0.46	c # should binary conflicts be preferred?
0.38/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.38/0.46	c conflict/preferbinary = TRUE
0.38/0.46	c 
0.38/0.46	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.38/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.38/0.46	c constraints/agelimit = 1
0.38/0.46	c 
0.38/0.46	c # should enforcement of pseudo solution be disabled?
0.38/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.38/0.46	c constraints/disableenfops = TRUE
0.38/0.46	c 
0.38/0.46	c # frequency for displaying node information lines
0.38/0.46	c # [type: int, range: [-1,2147483647], default: 100]
0.38/0.46	c display/freq = 10000
0.38/0.46	c 
0.38/0.46	c # maximal time in seconds to run
0.38/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.38/0.46	c limits/time = 1800
0.38/0.46	c 
0.38/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.38/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.38/0.46	c limits/memory = 13950
0.38/0.46	c 
0.38/0.46	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.38/0.46	c # [type: int, range: [1,2], default: 1]
0.38/0.46	c timing/clocktype = 2
0.38/0.46	c 
0.38/0.46	c # belongs reading time to solving time?
0.38/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.38/0.46	c timing/reading = TRUE
0.38/0.46	c 
0.38/0.46	c # should presolving try to simplify inequalities
0.38/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.38/0.46	c constraints/linear/simplifyinequalities = TRUE
0.38/0.46	c 
0.38/0.46	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.38/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.38/0.46	c constraints/indicator/addCouplingCons = TRUE
0.38/0.46	c 
0.38/0.46	c # should presolving try to simplify knapsacks
0.38/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.38/0.46	c constraints/knapsack/simplifyinequalities = TRUE
0.38/0.46	c 
0.38/0.46	c -----------------------------------------------------------------------------------------------
0.38/0.46	c start solving
0.38/0.46	c 
0.68/0.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.68/0.70	c t 0.7s|     1 |     0 |  1041 |     - |  53M|   0 |1000 |1000 |  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
0.68/0.74	o -1
0.68/0.74	c R 0.7s|     1 |     0 |  1041 |     - |  53M|   0 |1000 |1000 |  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  99.80%
0.68/0.78	o -2
0.68/0.78	c s 0.8s|     1 |     0 |  1041 |     - |  53M|   0 |1000 |1000 |  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |-2.000000e+00 |  99.60%
0.99/1.11	c   1.1s|     1 |     0 |  1211 |     - |  53M|   0 | 990 |1000 |  15k|1000 |  15k|  12 |   0 |   0 |-4.950000e+02 |-2.000000e+00 |  99.60%
0.99/1.11	o -99
0.99/1.11	c b 1.1s|     1 |     0 |  1211 |     - |  53M|   0 | 990 |1000 |  15k|1000 |  15k|  12 |   0 |   0 |-4.950000e+02 |-9.900000e+01 |  80.00%
1.38/1.45	c   1.4s|     1 |     0 |  1293 |     - |  53M|   0 | 983 |1000 |  15k|1000 |  15k|  24 |   0 |   0 |-4.915000e+02 |-9.900000e+01 |  79.86%
1.78/1.82	c   1.8s|     1 |     0 |  1454 |     - |  53M|   0 | 976 |1000 |  15k|1000 |  15k|  35 |   0 |   0 |-4.880000e+02 |-9.900000e+01 |  79.71%
2.09/2.17	c   2.2s|     1 |     0 |  1500 |     - |  53M|   0 | 968 |1000 |  15k|1000 |  15k|  48 |   0 |   0 |-4.840000e+02 |-9.900000e+01 |  79.55%
2.58/2.68	c   2.7s|     1 |     0 |  1959 |     - |  53M|   0 | 964 |1000 |  15k|1000 |  15k|  60 |   0 |   0 |-4.820000e+02 |-9.900000e+01 |  79.46%
3.09/3.11	c   3.1s|     1 |     0 |  2172 |     - |  53M|   0 | 958 |1000 |  15k|1000 |  15k|  70 |   0 |   0 |-4.790000e+02 |-9.900000e+01 |  79.33%
3.58/3.63	c   3.6s|     1 |     0 |  2549 |     - |  53M|   0 | 951 |1000 |  15k|1000 |  15k|  81 |   0 |   0 |-4.755000e+02 |-9.900000e+01 |  79.18%
3.98/4.05	c   4.0s|     1 |     0 |  2732 |     - |  53M|   0 | 949 |1000 |  15k|1000 |  15k|  91 |   0 |   0 |-4.745000e+02 |-9.900000e+01 |  79.14%
4.68/4.79	c   4.8s|     1 |     0 |  3614 |     - |  53M|   0 | 946 |1000 |  15k|1000 |  15k|  99 |   0 |   0 |-4.730000e+02 |-9.900000e+01 |  79.07%
5.39/5.45	c   5.4s|     1 |     0 |  4317 |     - |  53M|   0 | 943 |1000 |  15k|1000 |  15k| 109 |   0 |   0 |-4.713333e+02 |-9.900000e+01 |  79.00%
5.99/6.02	c   6.0s|     1 |     0 |  4902 |     - |  54M|   0 | 937 |1000 |  15k|1000 |1661 | 120 |   0 |   0 |-4.685000e+02 |-9.900000e+01 |  78.87%
6.18/6.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.18/6.29	c   6.3s|     1 |     0 |  5835 |     - |  54M|   0 | 922 |1000 |  15k|1000 |1671 | 130 |   0 |   0 |-4.675000e+02 |-9.900000e+01 |  78.82%
6.59/6.68	c   6.7s|     1 |     0 |  7437 |     - |  54M|   0 | 930 |1000 |  15k|1000 |2012 | 471 |   0 |   0 |-4.662500e+02 |-9.900000e+01 |  78.77%
7.08/7.14	c   7.1s|     1 |     0 |  8637 |     - |  54M|   0 | 939 |1000 |  15k|1000 |2192 | 651 |   0 |   0 |-4.652500e+02 |-9.900000e+01 |  78.72%
7.78/7.83	c   7.8s|     1 |     0 | 10834 |     - |  56M|   0 | 930 |1000 |  15k|1000 |2507 | 966 |   0 |   0 |-4.639000e+02 |-9.900000e+01 |  78.66%
8.08/8.15	c   8.1s|     1 |     0 | 11308 |     - |  57M|   0 | 923 |1000 |  15k|1000 |2536 | 995 |   0 |   0 |-4.624000e+02 |-9.900000e+01 |  78.59%
8.58/8.71	c   8.7s|     1 |     0 | 13259 |     - |  58M|   0 | 920 |1000 |  15k|1000 |2181 |1056 |   0 |   0 |-4.600000e+02 |-9.900000e+01 |  78.48%
8.98/9.05	c   9.0s|     1 |     0 | 13931 |     - |  59M|   0 | 919 |1000 |  15k|1000 |2350 |1225 |   0 |   0 |-4.585000e+02 |-9.900000e+01 |  78.41%
9.28/9.34	c   9.3s|     1 |     0 | 14658 |     - |  60M|   0 | 906 |1000 |  15k|1000 |2445 |1320 |   0 |   0 |-4.565000e+02 |-9.900000e+01 |  78.31%
9.58/9.64	c   9.6s|     1 |     0 | 15289 |     - |  61M|   0 | 904 |1000 |  15k|1000 |2733 |1608 |   0 |   0 |-4.550000e+02 |-9.900000e+01 |  78.24%
9.89/9.98	c  10.0s|     1 |     0 | 16301 |     - |  61M|   0 | 908 |1000 |  15k|1000 |2840 |1715 |   0 |   0 |-4.535000e+02 |-9.900000e+01 |  78.17%
10.38/10.40	c  10.4s|     1 |     0 | 18049 |     - |  61M|   0 | 902 |1000 |  15k|1000 |2895 |1770 |   0 |   0 |-4.520000e+02 |-9.900000e+01 |  78.10%
10.68/10.73	c  10.7s|     1 |     0 | 19179 |     - |  61M|   0 | 911 |1000 |  15k|1000 |2510 |1799 |   0 |   0 |-4.500000e+02 |-9.900000e+01 |  78.00%
11.08/11.10	c  11.1s|     1 |     0 | 20319 |     - |  62M|   0 | 891 |1000 |  15k|1000 |3009 |2298 |   0 |   0 |-4.485000e+02 |-9.900000e+01 |  77.93%
11.18/11.29	c  11.3s|     1 |     0 | 20533 |     - |  62M|   0 | 884 |1000 |  15k|1000 |3081 |2370 |   0 |   0 |-4.480000e+02 |-9.900000e+01 |  77.90%
11.58/11.61	c  11.6s|     1 |     0 | 21531 |     - |  62M|   0 | 887 |1000 |  15k|1000 |3225 |2514 |   0 |   0 |-4.470000e+02 |-9.900000e+01 |  77.85%
11.88/11.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.88/11.92	c  11.9s|     1 |     0 | 22541 |     - |  62M|   0 | 891 |1000 |  15k|1000 |3361 |2650 |   0 |   0 |-4.455000e+02 |-9.900000e+01 |  77.78%
12.28/12.36	c  12.4s|     1 |     0 | 24094 |     - |  63M|   0 | 911 |1000 |  15k|1000 |3373 |2662 |   0 |   0 |-4.443871e+02 |-9.900000e+01 |  77.72%
12.78/12.87	c  12.9s|     1 |     0 | 25340 |     - |  63M|   0 | 898 |1000 |  15k|1000 |2650 |2978 |   0 |   0 |-4.434167e+02 |-9.900000e+01 |  77.67%
13.19/13.24	c  13.2s|     1 |     0 | 26664 |     - |  64M|   0 | 871 |1000 |  15k|1000 |2683 |3011 |   0 |   0 |-4.425000e+02 |-9.900000e+01 |  77.63%
13.69/13.70	c  13.7s|     1 |     0 | 28353 |     - |  64M|   0 | 909 |1000 |  15k|1000 |2851 |3179 |   0 |   0 |-4.415000e+02 |-9.900000e+01 |  77.58%
14.08/14.11	c  14.1s|     1 |     0 | 29236 |     - |  65M|   0 | 874 |1000 |  15k|1000 |3407 |3735 |   0 |   0 |-4.403500e+02 |-9.900000e+01 |  77.52%
14.38/14.45	c  14.4s|     1 |     0 | 30174 |     - |  66M|   0 | 887 |1000 |  15k|1000 |3594 |3922 |   0 |   0 |-4.393125e+02 |-9.900000e+01 |  77.46%
14.78/14.84	c  14.8s|     1 |     0 | 31503 |     - |  66M|   0 | 886 |1000 |  15k|1000 |3728 |4056 |   0 |   0 |-4.382273e+02 |-9.900000e+01 |  77.41%
15.39/15.47	c  15.5s|     1 |     0 | 33713 |     - |  66M|   0 | 894 |1000 |  15k|1000 |3066 |4373 |   0 |   0 |-4.362353e+02 |-9.900000e+01 |  77.31%
16.28/16.40	c  16.4s|     1 |     0 | 37360 |     - |  68M|   0 | 852 |1000 |  15k|1000 |3217 |4524 |   0 |   0 |-4.335000e+02 |-9.900000e+01 |  77.16%
16.78/16.82	c  16.8s|     1 |     0 | 38994 |     - |  69M|   0 | 859 |1000 |  15k|1000 |3449 |4756 |   0 |   0 |-4.325000e+02 |-9.900000e+01 |  77.11%
17.38/17.41	c  17.4s|     1 |     0 | 41531 |     - |  69M|   0 | 883 |1000 |  15k|1000 |3563 |4870 |   0 |   0 |-4.313750e+02 |-9.900000e+01 |  77.05%
17.78/17.82	c  17.8s|     1 |     0 | 42981 |     - |  69M|   0 | 855 |1000 |  15k|1000 |3641 |4948 |   0 |   0 |-4.300000e+02 |-9.900000e+01 |  76.98%
18.08/18.19	c  18.2s|     1 |     0 | 43802 |     - |  70M|   0 | 914 |1000 |  15k|1000 |3715 |5022 |   0 |   0 |-4.292891e+02 |-9.900000e+01 |  76.94%
18.69/18.75	c  18.7s|     1 |     0 | 43914 |     - |  71M|   0 | 865 |1000 |  15k|1000 |4927 |7022 |   0 |   0 |-4.292708e+02 |-9.900000e+01 |  76.94%
19.28/19.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.28/19.34	c  19.3s|     1 |     0 | 45548 |     - |  72M|   0 | 867 |1000 |  15k|1000 |4938 |7033 |   0 |   0 |-4.285000e+02 |-9.900000e+01 |  76.90%
19.80/19.84	c  19.8s|     1 |     0 | 47126 |     - |  72M|   0 | 859 |1000 |  15k|1000 |4986 |7081 |   0 |   0 |-4.280000e+02 |-9.900000e+01 |  76.87%
20.38/20.41	c  20.4s|     1 |     0 | 49004 |     - |  72M|   0 | 853 |1000 |  15k|1000 |5050 |7145 |   0 |   0 |-4.265000e+02 |-9.900000e+01 |  76.79%
20.68/20.78	c  20.8s|     1 |     0 | 49895 |     - |  73M|   0 | 854 |1000 |  15k|1000 |5057 |7152 |   0 |   0 |-4.257955e+02 |-9.900000e+01 |  76.75%
22.28/22.31	c  22.3s|     1 |     0 | 56690 |     - |  73M|   0 | 852 |1000 |  15k|1000 |5165 |7260 |   0 |   0 |-4.243333e+02 |-9.900000e+01 |  76.67%
22.48/22.56	c  22.5s|     1 |     0 | 57078 |     - |  73M|   0 | 848 |1000 |  15k|1000 |3788 |7288 |   0 |   0 |-4.233333e+02 |-9.900000e+01 |  76.61%
22.88/22.97	c  23.0s|     1 |     0 | 58243 |     - |  74M|   0 | 843 |1000 |  15k|1000 |3800 |7300 |   0 |   0 |-4.225000e+02 |-9.900000e+01 |  76.57%
23.19/23.28	c  23.3s|     1 |     0 | 58992 |     - |  74M|   0 | 844 |1000 |  15k|1000 |3917 |7417 |   0 |   0 |-4.205000e+02 |-9.900000e+01 |  76.46%
23.69/23.72	c  23.7s|     1 |     0 | 60232 |     - |  74M|   0 | 837 |1000 |  15k|1000 |3968 |7468 |   0 |   0 |-4.195000e+02 |-9.900000e+01 |  76.40%
24.10/24.17	c  24.2s|     1 |     0 | 62080 |     - |  75M|   0 | 845 |1000 |  15k|1000 |4031 |7531 |   0 |   0 |-4.178333e+02 |-9.900000e+01 |  76.31%
24.38/24.47	c  24.5s|     1 |     0 | 62732 |     - |  75M|   0 | 832 |1000 |  15k|1000 |4305 |7805 |   0 |   0 |-4.170000e+02 |-9.900000e+01 |  76.26%
24.99/25.06	c  25.0s|     1 |     0 | 64990 |     - |  76M|   0 | 814 |1000 |  15k|1000 |2369 |7833 |   0 |   0 |-4.160000e+02 |-9.900000e+01 |  76.20%
25.39/25.40	c  25.4s|     1 |     0 | 66387 |     - |  76M|   0 | 825 |1000 |  15k|1000 |2563 |8027 |   0 |   0 |-4.147500e+02 |-9.900000e+01 |  76.13%
26.08/26.15	c  26.1s|     1 |     0 | 69924 |     - |  77M|   0 | 867 |1000 |  15k|1000 |2981 |8445 |   0 |   0 |-4.135769e+02 |-9.900000e+01 |  76.06%
26.68/26.73	c  26.7s|     1 |     0 | 71644 |     - |  77M|   0 | 864 |1000 |  15k|1000 |3331 |8795 |   0 |   0 |-4.123500e+02 |-9.900000e+01 |  75.99%
27.18/27.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.18/27.23	c  27.2s|     1 |     0 | 73084 |     - |  78M|   0 | 848 |1000 |  15k|1000 |3627 |9091 |   0 |   0 |-4.115000e+02 |-9.900000e+01 |  75.94%
27.68/27.72	c  27.7s|     1 |     0 | 74905 |     - |  78M|   0 | 879 |1000 |  15k|1000 |3725 |9189 |   0 |   0 |-4.095926e+02 |-9.900000e+01 |  75.83%
28.38/28.47	c  28.5s|     1 |     0 | 77583 |     - |  81M|   0 | 823 |1000 |  15k|1000 |3333 |9378 |   0 |   0 |-4.077500e+02 |-9.900000e+01 |  75.72%
28.68/28.71	c  28.7s|     1 |     0 | 77883 |     - |  82M|   0 | 830 |1000 |  15k|1000 |3407 |9452 |   0 |   0 |-4.075000e+02 |-9.900000e+01 |  75.71%
29.08/29.18	c  29.2s|     1 |     0 | 79385 |     - |  82M|   0 | 806 |1000 |  15k|1000 |3565 |9610 |   0 |   0 |-4.071364e+02 |-9.900000e+01 |  75.68%
29.98/30.06	c  30.1s|     1 |     0 | 82541 |     - |  83M|   0 | 875 |1000 |  15k|1000 |3753 |9798 |   0 |   0 |-4.059937e+02 |-9.900000e+01 |  75.62%
30.58/30.70	c  30.7s|     1 |     0 | 84586 |     - |  84M|   0 | 859 |1000 |  15k|1000 |3964 |  10k|   0 |   0 |-4.054100e+02 |-9.900000e+01 |  75.58%
31.18/31.29	c  31.3s|     1 |     0 | 86373 |     - |  86M|   0 | 890 |1000 |  15k|1000 |4075 |  10k|   0 |   0 |-4.048677e+02 |-9.900000e+01 |  75.55%
32.28/32.36	c  32.4s|     1 |     0 | 89631 |     - |  86M|   0 | 891 |1000 |  15k|1000 |3538 |  10k|   0 |   0 |-4.043553e+02 |-9.900000e+01 |  75.52%
33.68/33.72	c  33.7s|     1 |     0 | 94223 |     - |  88M|   0 | 869 |1000 |  15k|1000 |3769 |  10k|   0 |   0 |-4.031591e+02 |-9.900000e+01 |  75.44%
34.48/34.57	c  34.6s|     1 |     0 | 97422 |     - |  90M|   0 | 927 |1000 |  15k|1000 |3931 |  10k|   0 |   0 |-4.016603e+02 |-9.900000e+01 |  75.35%
35.79/35.85	c  35.8s|     1 |     0 | 99578 |     - |  92M|   0 | 826 |1000 |  15k|1000 |5736 |  12k|   0 |   0 |-4.006667e+02 |-9.900000e+01 |  75.29%
36.78/36.85	c  36.8s|     1 |     0 |102102 |     - |  93M|   0 | 843 |1000 |  15k|1000 |5775 |  12k|   0 |   0 |-4.001111e+02 |-9.900000e+01 |  75.26%
38.08/38.14	c  38.1s|     1 |     0 |105333 |     - |  95M|   0 | 797 |1000 |  15k|1000 |5825 |  12k|   0 |   0 |-3.980000e+02 |-9.900000e+01 |  75.13%
38.49/38.59	c  38.6s|     1 |     0 |106325 |     - |  96M|   0 | 828 |1000 |  15k|1000 |5084 |  12k|   0 |   0 |-3.968333e+02 |-9.900000e+01 |  75.05%
39.28/39.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.28/39.34	c  39.3s|     1 |     0 |108098 |     - |  97M|   0 | 808 |1000 |  15k|1000 |5251 |  12k|   0 |   0 |-3.953333e+02 |-9.900000e+01 |  74.96%
39.98/40.03	c  40.0s|     1 |     0 |110398 |     - |  98M|   0 | 790 |1000 |  15k|1000 |5292 |  12k|   0 |   0 |-3.936667e+02 |-9.900000e+01 |  74.85%
40.98/41.05	c  41.0s|     1 |     0 |113947 |     - |  98M|   0 | 821 |1000 |  15k|1000 |5348 |  12k|   0 |   0 |-3.915000e+02 |-9.900000e+01 |  74.71%
41.38/41.43	c  41.4s|     1 |     0 |114634 |     - |  98M|   0 | 804 |1000 |  15k|1000 |5362 |  12k|   0 |   0 |-3.905000e+02 |-9.900000e+01 |  74.65%
42.18/42.23	c  42.2s|     1 |     0 |117093 |     - | 101M|   0 | 777 |1000 |  15k|1000 |5371 |  12k|   0 |   0 |-3.895000e+02 |-9.900000e+01 |  74.58%
43.18/43.24	c  43.2s|     1 |     0 |118841 |     - | 101M|   0 | 822 |1000 |  15k|1000 |4697 |  12k|   0 |   0 |-3.884917e+02 |-9.900000e+01 |  74.52%
44.08/44.17	c  44.2s|     1 |     0 |122729 |     - | 101M|   0 | 866 |1000 |  15k|1000 |4771 |  12k|   0 |   0 |-3.875000e+02 |-9.900000e+01 |  74.45%
44.58/44.61	c  44.6s|     1 |     0 |123687 |     - | 102M|   0 | 825 |1000 |  15k|1000 |4907 |  13k|   0 |   0 |-3.870000e+02 |-9.900000e+01 |  74.42%
44.99/45.10	c  45.1s|     1 |     0 |124936 |     - | 104M|   0 | 836 |1000 |  15k|1000 |4940 |  13k|   0 |   0 |-3.865000e+02 |-9.900000e+01 |  74.39%
45.88/45.90	c  45.9s|     1 |     0 |126954 |     - | 107M|   0 | 783 |1000 |  15k|1000 |5097 |  13k|   0 |   0 |-3.860000e+02 |-9.900000e+01 |  74.35%
47.20/47.29	c  47.3s|     1 |     0 |132182 |     - | 107M|   0 | 885 |1000 |  15k|1000 |5106 |  13k|   0 |   0 |-3.857468e+02 |-9.900000e+01 |  74.34%
49.18/49.25	c  49.2s|     1 |     0 |136850 |     - | 108M|   0 | 886 |1000 |  15k|1000 |4633 |  13k|   0 |   0 |-3.836667e+02 |-9.900000e+01 |  74.20%
50.18/50.24	c  50.2s|     1 |     0 |140501 |     - | 109M|   0 | 881 |1000 |  15k|1000 |4805 |  13k|   0 |   0 |-3.826220e+02 |-9.900000e+01 |  74.13%
51.48/51.53	c  51.5s|     1 |     0 |145329 |     - | 110M|   0 | 928 |1000 |  15k|1000 |4984 |  13k|   0 |   0 |-3.819673e+02 |-9.900000e+01 |  74.08%
53.19/53.24	c  53.2s|     1 |     0 |148298 |     - | 111M|   0 | 892 |1000 |  15k|1000 |5543 |  14k|   0 |   0 |-3.808916e+02 |-9.900000e+01 |  74.01%
53.99/54.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.99/54.09	c  54.1s|     1 |     0 |148969 |     - | 111M|   0 | 821 |1000 |  15k|1000 |5558 |  14k|   0 |   0 |-3.805000e+02 |-9.900000e+01 |  73.98%
55.00/55.08	c  55.1s|     1 |     0 |150942 |     - | 115M|   0 | 886 |1000 |  15k|1000 |5587 |  14k|   0 |   0 |-3.797778e+02 |-9.900000e+01 |  73.93%
56.88/56.95	c  56.9s|     1 |     0 |156207 |     - | 117M|   0 | 909 |1000 |  15k|1000 |5403 |  14k|   0 |   0 |-3.786284e+02 |-9.900000e+01 |  73.85%
57.99/58.06	c  58.1s|     1 |     0 |159019 |     - | 120M|   0 | 897 |1000 |  15k|1000 |5477 |  14k|   0 |   0 |-3.773895e+02 |-9.900000e+01 |  73.77%
59.30/59.38	c  59.4s|     1 |     0 |163037 |     - | 124M|   0 | 905 |1000 |  15k|1000 |5526 |  14k|   0 |   0 |-3.759382e+02 |-9.900000e+01 |  73.67%
60.68/60.75	c  60.7s|     1 |     0 |167336 |     - | 126M|   0 | 886 |1000 |  15k|1000 |5674 |  14k|   0 |   0 |-3.751892e+02 |-9.900000e+01 |  73.61%
61.69/61.74	c  61.7s|     1 |     0 |169381 |     - | 130M|   0 | 909 |1000 |  15k|1000 |5721 |  14k|   0 |   0 |-3.748324e+02 |-9.900000e+01 |  73.59%
63.88/63.94	c  63.9s|     1 |     0 |174490 |     - | 132M|   0 | 907 |1000 |  15k|1000 |5925 |  15k|   0 |   0 |-3.736159e+02 |-9.900000e+01 |  73.50%
66.18/66.23	c  66.2s|     1 |     0 |179044 |     - | 132M|   0 | 924 |1000 |  15k|1000 |5610 |  15k|   0 |   0 |-3.728602e+02 |-9.900000e+01 |  73.45%
69.29/69.32	c  69.3s|     1 |     0 |186367 |     - | 132M|   0 | 917 |1000 |  15k|1000 |5770 |  15k|   0 |   0 |-3.713047e+02 |-9.900000e+01 |  73.34%
71.08/71.15	c  71.1s|     1 |     0 |189688 |     - | 133M|   0 | 926 |1000 |  15k|1000 |5867 |  15k|   0 |   0 |-3.706620e+02 |-9.900000e+01 |  73.29%
72.59/72.62	c  72.6s|     1 |     0 |191726 |     - | 135M|   0 | 942 |1000 |  15k|1000 |5939 |  15k|   0 |   0 |-3.703676e+02 |-9.900000e+01 |  73.27%
74.69/74.78	c  74.8s|     1 |     0 |194508 |     - | 135M|   0 | 943 |1000 |  15k|1000 |6026 |  15k|   0 |   0 |-3.695106e+02 |-9.900000e+01 |  73.21%
77.38/77.47	c  77.5s|     1 |     0 |199550 |     - | 135M|   0 | 944 |1000 |  15k|1000 |6099 |  15k|   0 |   0 |-3.684202e+02 |-9.900000e+01 |  73.13%
79.98/80.02	c  80.0s|     1 |     0 |203708 |     - | 135M|   0 | 944 |1000 |  15k|1000 |5806 |  15k|   0 |   0 |-3.676876e+02 |-9.900000e+01 |  73.07%
82.08/82.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.08/82.16	c  82.2s|     1 |     0 |206230 |     - | 135M|   0 | 932 |1000 |  15k|1000 |5893 |  15k|   0 |   0 |-3.671165e+02 |-9.900000e+01 |  73.03%
84.79/84.89	c  84.9s|     1 |     0 |211203 |     - | 135M|   0 | 925 |1000 |  15k|1000 |5962 |  15k|   0 |   0 |-3.660475e+02 |-9.900000e+01 |  72.95%
87.29/87.39	c  87.4s|     1 |     0 |215318 |     - | 135M|   0 | 934 |1000 |  15k|1000 |6011 |  15k|   0 |   0 |-3.650505e+02 |-9.900000e+01 |  72.88%
89.58/89.60	c  89.6s|     1 |     0 |218322 |     - | 135M|   0 | 913 |1000 |  15k|1000 |6053 |  15k|   0 |   0 |-3.641461e+02 |-9.900000e+01 |  72.81%
91.59/91.69	c  91.7s|     1 |     0 |221650 |     - | 135M|   0 | 921 |1000 |  15k|1000 |6074 |  15k|   0 |   0 |-3.631103e+02 |-9.900000e+01 |  72.74%
94.18/94.26	c  94.2s|     1 |     0 |225794 |     - | 136M|   0 | 945 |1000 |  15k|1000 |5784 |  15k|   0 |   0 |-3.624367e+02 |-9.900000e+01 |  72.68%
96.59/96.67	c  96.7s|     1 |     0 |229564 |     - | 136M|   0 | 953 |1000 |  15k|1000 |5866 |  16k|   0 |   0 |-3.613051e+02 |-9.900000e+01 |  72.60%
98.90/98.92	c  98.9s|     1 |     0 |233121 |     - | 136M|   0 | 950 |1000 |  15k|1000 |5950 |  16k|   0 |   0 |-3.607570e+02 |-9.900000e+01 |  72.56%
100.89/100.99	c   101s|     1 |     0 |235382 |     - | 135M|   0 | 949 |1000 |  15k|1000 |5980 |  16k|   0 |   0 |-3.603405e+02 |-9.900000e+01 |  72.53%
103.30/103.33	c   103s|     1 |     0 |239083 |     - | 135M|   0 | 940 |1000 |  15k|1000 |6007 |  16k|   0 |   0 |-3.588081e+02 |-9.900000e+01 |  72.41%
105.78/105.84	c   106s|     1 |     0 |242853 |     - | 135M|   0 | 952 |1000 |  15k|1000 |6038 |  16k|   0 |   0 |-3.582299e+02 |-9.900000e+01 |  72.36%
108.38/108.44	c   108s|     1 |     0 |246494 |     - | 135M|   0 | 968 |1000 |  15k|1000 |5870 |  16k|   0 |   0 |-3.573106e+02 |-9.900000e+01 |  72.29%
111.10/111.12	c   111s|     1 |     0 |250180 |     - | 135M|   0 | 959 |1000 |  15k|1000 |5958 |  16k|   0 |   0 |-3.565626e+02 |-9.900000e+01 |  72.23%
114.40/114.42	c   114s|     1 |     0 |256269 |     - | 135M|   0 | 954 |1000 |  15k|1000 |6026 |  16k|   0 |   0 |-3.558397e+02 |-9.900000e+01 |  72.18%
116.89/116.93	c   117s|     1 |     0 |259682 |     - | 134M|   0 | 964 |1000 |  15k|1000 |6090 |  16k|   0 |   0 |-3.552695e+02 |-9.900000e+01 |  72.13%
119.28/119.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.28/119.32	c   119s|     1 |     0 |262114 |     - | 133M|   0 | 961 |1000 |  15k|1000 |6146 |  16k|   0 |   0 |-3.544474e+02 |-9.900000e+01 |  72.07%
121.58/121.68	c   122s|     1 |     0 |264377 |     - | 131M|   0 | 962 |1000 |  15k|1000 |6218 |  16k|   0 |   0 |-3.540273e+02 |-9.900000e+01 |  72.04%
123.88/123.98	c   124s|     1 |     0 |266771 |     - | 130M|   0 | 969 |1000 |  15k|1000 |6076 |  16k|   0 |   0 |-3.535105e+02 |-9.900000e+01 |  72.00%
127.60/127.67	c   128s|     1 |     0 |273078 |     - | 130M|   0 | 967 |1000 |  15k|1000 |6138 |  16k|   0 |   0 |-3.521470e+02 |-9.900000e+01 |  71.89%
129.88/129.90	c   130s|     1 |     0 |275188 |     - | 129M|   0 | 973 |1000 |  15k|1000 |6241 |  16k|   0 |   0 |-3.517664e+02 |-9.900000e+01 |  71.86%
132.48/132.55	c   133s|     1 |     0 |277976 |     - | 129M|   0 | 972 |1000 |  15k|1000 |6265 |  16k|   0 |   0 |-3.512189e+02 |-9.900000e+01 |  71.81%
135.30/135.36	c   135s|     1 |     0 |281470 |     - | 129M|   0 | 990 |1000 |  15k|1000 |6291 |  16k|   0 |   0 |-3.507384e+02 |-9.900000e+01 |  71.77%
137.98/138.05	c   138s|     1 |     0 |284170 |     - | 129M|   0 | 985 |1000 |  15k|1000 |6454 |  17k|   0 |   0 |-3.503069e+02 |-9.900000e+01 |  71.74%
141.09/141.18	c   141s|     1 |     0 |287672 |     - | 129M|   0 | 985 |1000 |  15k|1000 |6353 |  17k|   0 |   0 |-3.496366e+02 |-9.900000e+01 |  71.68%
144.49/144.57	c   145s|     1 |     0 |292386 |     - | 129M|   0 | 987 |1000 |  15k|1000 |6387 |  17k|   0 |   0 |-3.489259e+02 |-9.900000e+01 |  71.63%
147.58/147.65	c   148s|     1 |     0 |295165 |     - | 129M|   0 | 986 |1000 |  15k|1000 |6470 |  17k|   0 |   0 |-3.484620e+02 |-9.900000e+01 |  71.59%
150.60/150.61	c   151s|     1 |     0 |298685 |     - | 128M|   0 | 994 |1000 |  15k|1000 |6494 |  17k|   0 |   0 |-3.476941e+02 |-9.900000e+01 |  71.53%
153.90/153.96	c   154s|     1 |     0 |302292 |     - | 128M|   0 | 986 |1000 |  15k|1000 |6564 |  17k|   0 |   0 |-3.471098e+02 |-9.900000e+01 |  71.48%
157.20/157.24	c   157s|     1 |     0 |306473 |     - | 128M|   0 | 992 |1000 |  15k|1000 |6606 |  17k|   0 |   0 |-3.464240e+02 |-9.900000e+01 |  71.42%
160.79/160.86	c   161s|     1 |     0 |310445 |     - | 127M|   0 | 994 |1000 |  15k|1000 |6479 |  17k|   0 |   0 |-3.456360e+02 |-9.900000e+01 |  71.36%
163.99/164.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.99/164.03	c   164s|     1 |     0 |313902 |     - | 127M|   0 | 987 |1000 |  15k|1000 |6499 |  17k|   0 |   0 |-3.450150e+02 |-9.900000e+01 |  71.31%
167.28/167.34	c   167s|     1 |     0 |316932 |     - | 126M|   0 | 985 |1000 |  15k|1000 |6555 |  17k|   0 |   0 |-3.446246e+02 |-9.900000e+01 |  71.27%
170.50/170.57	c   171s|     1 |     0 |320366 |     - | 125M|   0 | 996 |1000 |  15k|1000 |6576 |  17k|   0 |   0 |-3.440847e+02 |-9.900000e+01 |  71.23%
174.09/174.19	c   174s|     1 |     0 |323868 |     - | 125M|   0 | 988 |1000 |  15k|1000 |6648 |  17k|   0 |   0 |-3.433782e+02 |-9.900000e+01 |  71.17%
177.00/177.07	c   177s|     1 |     0 |326103 |     - | 125M|   0 | 994 |1000 |  15k|1000 |6685 |  17k|   0 |   0 |-3.431646e+02 |-9.900000e+01 |  71.15%
180.59/180.68	c   181s|     1 |     0 |329450 |     - | 123M|   0 | 994 |1000 |  15k|1000 |6633 |  17k|   0 |   0 |-3.426004e+02 |-9.900000e+01 |  71.10%
184.19/184.26	c   184s|     1 |     0 |333276 |     - | 123M|   0 | 996 |1000 |  15k|1000 |6687 |  17k|   0 |   0 |-3.421693e+02 |-9.900000e+01 |  71.07%
187.78/187.88	c   188s|     1 |     0 |336657 |     - | 123M|   0 | 994 |1000 |  15k|1000 |6715 |  17k|   0 |   0 |-3.417508e+02 |-9.900000e+01 |  71.03%
191.08/191.15	c   191s|     1 |     0 |339476 |     - | 122M|   0 | 996 |1000 |  15k|1000 |6742 |  17k|   0 |   0 |-3.412237e+02 |-9.900000e+01 |  70.99%
194.79/194.87	c   195s|     1 |     0 |343407 |     - | 122M|   0 | 996 |1000 |  15k|1000 |6779 |  17k|   0 |   0 |-3.405089e+02 |-9.900000e+01 |  70.93%
198.19/198.29	c   198s|     1 |     0 |346445 |     - | 121M|   0 | 996 |1000 |  15k|1000 |6806 |  17k|   0 |   0 |-3.400537e+02 |-9.900000e+01 |  70.89%
201.30/201.39	c   201s|     1 |     0 |348692 |     - | 121M|   0 | 997 |1000 |  15k|1000 |6742 |  17k|   0 |   0 |-3.397600e+02 |-9.900000e+01 |  70.86%
204.60/204.69	c   205s|     1 |     0 |351415 |     - | 121M|   0 | 992 |1000 |  15k|1000 |6764 |  17k|   0 |   0 |-3.391044e+02 |-9.900000e+01 |  70.81%
208.29/208.33	c   208s|     1 |     0 |355022 |     - | 120M|   0 | 994 |1000 |  15k|1000 |6790 |  17k|   0 |   0 |-3.385406e+02 |-9.900000e+01 |  70.76%
211.69/211.73	c   212s|     1 |     0 |357831 |     - | 120M|   0 | 997 |1000 |  15k|1000 |6814 |  17k|   0 |   0 |-3.378129e+02 |-9.900000e+01 |  70.69%
215.09/215.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
215.09/215.19	c   215s|     1 |     0 |360914 |     - | 120M|   0 | 998 |1000 |  15k|1000 |6855 |  17k|   0 |   0 |-3.372875e+02 |-9.900000e+01 |  70.65%
218.08/218.14	c   218s|     1 |     0 |362462 |     - | 119M|   0 | 997 |1000 |  15k|1000 |6889 |  17k|   0 |   0 |-3.370616e+02 |-9.900000e+01 |  70.63%
221.49/221.55	c   222s|     1 |     0 |365118 |     - | 119M|   0 | 998 |1000 |  15k|1000 |6832 |  17k|   0 |   0 |-3.365795e+02 |-9.900000e+01 |  70.59%
224.99/225.01	c   225s|     1 |     0 |367758 |     - | 119M|   0 | 998 |1000 |  15k|1000 |6858 |  18k|   0 |   0 |-3.361387e+02 |-9.900000e+01 |  70.55%
228.28/228.32	c   228s|     1 |     0 |370219 |     - | 118M|   0 | 997 |1000 |  15k|1000 |6899 |  18k|   0 |   0 |-3.357542e+02 |-9.900000e+01 |  70.51%
231.58/231.64	c   232s|     1 |     0 |372336 |     - | 118M|   0 | 997 |1000 |  15k|1000 |6938 |  18k|   0 |   0 |-3.354285e+02 |-9.900000e+01 |  70.49%
235.08/235.10	c   235s|     1 |     0 |375003 |     - | 118M|   0 | 997 |1000 |  15k|1000 |6966 |  18k|   0 |   0 |-3.349392e+02 |-9.900000e+01 |  70.44%
238.39/238.41	c   238s|     1 |     0 |376935 |     - | 116M|   0 | 998 |1000 |  15k|1000 |7008 |  18k|   0 |   0 |-3.346740e+02 |-9.900000e+01 |  70.42%
242.29/242.36	c   242s|     1 |     0 |381324 |     - | 116M|   0 | 997 |1000 |  15k|1000 |6977 |  18k|   0 |   0 |-3.342798e+02 |-9.900000e+01 |  70.38%
245.68/245.76	c   246s|     1 |     0 |383565 |     - | 116M|   0 | 997 |1000 |  15k|1000 |7009 |  18k|   0 |   0 |-3.339286e+02 |-9.900000e+01 |  70.35%
248.99/249.04	c   249s|     1 |     0 |385805 |     - | 115M|   0 | 997 |1000 |  15k|1000 |7044 |  18k|   0 |   0 |-3.333254e+02 |-9.900000e+01 |  70.30%
252.58/252.63	c   253s|     1 |     0 |388426 |     - | 115M|   0 | 999 |1000 |  15k|1000 |7079 |  18k|   0 |   0 |-3.330178e+02 |-9.900000e+01 |  70.27%
255.89/255.94	c   256s|     1 |     0 |390385 |     - | 115M|   0 | 999 |1000 |  15k|1000 |7103 |  18k|   0 |   0 |-3.326336e+02 |-9.900000e+01 |  70.24%
259.29/259.34	c   259s|     1 |     0 |392109 |     - | 112M|   0 | 998 |1000 |  15k|1000 |7122 |  18k|   0 |   0 |-3.323371e+02 |-9.900000e+01 |  70.21%
262.69/262.77	c   263s|     1 |     0 |394184 |     - | 111M|   0 | 999 |1000 |  15k|1000 |7070 |  18k|   0 |   0 |-3.319714e+02 |-9.900000e+01 |  70.18%
265.79/265.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.79/265.87	c   266s|     1 |     0 |395321 |     - | 111M|   0 | 998 |1000 |  15k|1000 |7091 |  18k|   0 |   0 |-3.317317e+02 |-9.900000e+01 |  70.16%
268.99/269.06	c   269s|     1 |     0 |396922 |     - | 110M|   0 | 998 |1000 |  15k|1000 |7107 |  18k|   0 |   0 |-3.313776e+02 |-9.900000e+01 |  70.12%
272.19/272.27	c   272s|     1 |     0 |398256 |     - | 109M|   0 | 998 |1000 |  15k|1000 |7137 |  18k|   0 |   0 |-3.311133e+02 |-9.900000e+01 |  70.10%
275.48/275.56	c   276s|     1 |     0 |400041 |     - | 108M|   0 | 997 |1000 |  15k|1000 |7162 |  18k|   0 |   0 |-3.307982e+02 |-9.900000e+01 |  70.07%
278.69/278.71	c   279s|     1 |     0 |401119 |     - | 107M|   0 |1000 |1000 |  15k|1000 |7176 |  18k|   0 |   0 |-3.305091e+02 |-9.900000e+01 |  70.05%
281.78/281.89	c   282s|     1 |     0 |402554 |     - | 107M|   0 | 998 |1000 |  15k|1000 |7120 |  18k|   0 |   0 |-3.302663e+02 |-9.900000e+01 |  70.02%
285.08/285.13	c   285s|     1 |     0 |403922 |     - | 105M|   0 | 999 |1000 |  15k|1000 |7135 |  18k|   0 |   0 |-3.300148e+02 |-9.900000e+01 |  70.00%
288.39/288.44	c   288s|     1 |     0 |405627 |     - | 105M|   0 | 999 |1000 |  15k|1000 |7154 |  18k|   0 |   0 |-3.297306e+02 |-9.900000e+01 |  69.98%
291.89/291.94	c   292s|     1 |     0 |407287 |     - | 101M|   0 | 999 |1000 |  15k|1000 |7169 |  18k|   0 |   0 |-3.294424e+02 |-9.900000e+01 |  69.95%
295.39/295.48	c   295s|     1 |     0 |409556 |     - | 101M|   0 |1000 |1000 |  15k|1000 |7188 |  18k|   0 |   0 |-3.291370e+02 |-9.900000e+01 |  69.92%
298.69/298.78	c   299s|     1 |     0 |410892 |     - |  98M|   0 | 999 |1000 |  15k|1000 |7198 |  18k|   0 |   0 |-3.288639e+02 |-9.900000e+01 |  69.90%
301.99/302.03	c   302s|     1 |     0 |412423 |     - |  98M|   0 | 999 |1000 |  15k|1000 |7138 |  18k|   0 |   0 |-3.285890e+02 |-9.900000e+01 |  69.87%
305.19/305.27	c   305s|     1 |     0 |413641 |     - |  97M|   0 | 999 |1000 |  15k|1000 |7156 |  18k|   0 |   0 |-3.283246e+02 |-9.900000e+01 |  69.85%
308.29/308.30	c   308s|     1 |     0 |414844 |     - |  96M|   0 | 998 |1000 |  15k|1000 |7174 |  18k|   0 |   0 |-3.281591e+02 |-9.900000e+01 |  69.83%
311.58/311.64	c   312s|     1 |     0 |416206 |     - |  96M|   0 | 999 |1000 |  15k|1000 |7192 |  18k|   0 |   0 |-3.280381e+02 |-9.900000e+01 |  69.82%
314.69/314.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.69/314.75	c   315s|     1 |     0 |417437 |     - |  95M|   0 | 999 |1000 |  15k|1000 |7201 |  18k|   0 |   0 |-3.278550e+02 |-9.900000e+01 |  69.80%
317.90/317.94	c   318s|     1 |     0 |418462 |     - |  93M|   0 | 999 |1000 |  15k|1000 |7211 |  18k|   0 |   0 |-3.277037e+02 |-9.900000e+01 |  69.79%
320.99/321.07	c   321s|     1 |     0 |419768 |     - |  92M|   0 | 999 |1000 |  15k|1000 |7175 |  18k|   0 |   0 |-3.274754e+02 |-9.900000e+01 |  69.77%
324.29/324.30	c   324s|     1 |     0 |421216 |     - |  92M|   0 | 999 |1000 |  15k|1000 |7188 |  18k|   0 |   0 |-3.272735e+02 |-9.900000e+01 |  69.75%
327.19/327.25	c   327s|     1 |     0 |422283 |     - |  91M|   0 | 998 |1000 |  15k|1000 |7206 |  18k|   0 |   0 |-3.271189e+02 |-9.900000e+01 |  69.74%
330.19/330.22	c   330s|     1 |     0 |422971 |     - |  89M|   0 | 998 |1000 |  15k|1000 |7218 |  18k|   0 |   0 |-3.270636e+02 |-9.900000e+01 |  69.73%
333.09/333.19	c   333s|     1 |     0 |424038 |     - |  87M|   0 | 998 |1000 |  15k|1000 |7229 |  18k|   0 |   0 |-3.269716e+02 |-9.900000e+01 |  69.72%
336.09/336.10	c   336s|     1 |     0 |424773 |     - |  86M|   0 | 997 |1000 |  15k|1000 |7242 |  18k|   0 |   0 |-3.269246e+02 |-9.900000e+01 |  69.72%
338.89/338.93	c   339s|     1 |     0 |425349 |     - |  85M|   0 | 997 |1000 |  15k|1000 |7209 |  18k|   0 |   0 |-3.268894e+02 |-9.900000e+01 |  69.71%
341.68/341.74	c   342s|     1 |     0 |426209 |     - |  85M|   0 | 999 |1000 |  15k|1000 |7219 |  18k|   0 |   0 |-3.268418e+02 |-9.900000e+01 |  69.71%
344.39/344.43	c   344s|     1 |     0 |426260 |     - |  83M|   0 | 980 |1000 |  15k|1000 |7230 |  18k|   0 |   0 |-3.268333e+02 |-9.900000e+01 |  69.71%
347.29/347.30	c   347s|     1 |     0 |427603 |     - |  83M|   0 | 998 |1000 |  15k|1000 |7236 |  18k|   0 |   0 |-3.267648e+02 |-9.900000e+01 |  69.70%
350.49/350.54	c   351s|     1 |     0 |429005 |     - |  83M|   0 | 999 |1000 |  15k|1000 |7247 |  18k|   0 |   0 |-3.266879e+02 |-9.900000e+01 |  69.70%
353.00/353.04	c   353s|     1 |     0 |429141 |     - |  79M|   0 | 980 |1000 |  15k|1000 |7256 |  18k|   0 |   0 |-3.266667e+02 |-9.900000e+01 |  69.69%
367.19/367.27	c   367s|     1 |     2 |429141 |     - |  76M|   0 | 980 |1000 |  15k|1000 |7256 |  18k|   0 |  28 |-3.266667e+02 |-9.900000e+01 |  69.69%
1230.61/1230.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1230.61/1230.60	c  1231s| 10000 | 10001 |  5810k| 538.2 |  95M|  73 | 349 |1000 |  15k|1000 |1142 | 945k|   0 |4281 |-3.229364e+02 |-9.900000e+01 |  69.34%
1724.38/1724.46	c  1724s| 20000 | 20001 |  9734k| 465.3 | 113M|  73 |  34 |1000 |  15k|1000 |1133 |1878k|   0 |6308 |-3.223032e+02 |-9.900000e+01 |  69.28%
1799.98/1800.01	c 
1799.98/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1799.98/1800.01	c Solving Time (sec) : 1800.00
1799.98/1800.01	c Solving Nodes      : 21758
1799.98/1800.01	c Primal Bound       : -9.90000000000000e+01 (447 solutions)
1799.98/1800.01	c Dual Bound         : -3.22194562276519e+02
1799.98/1800.01	c Gap                : 69.27 %
1799.98/1800.03	s SATISFIABLE
1799.98/1800.03	v x1000 x999 -x998 -x997 -x996 -x995 -x994 x993 -x992 -x991 x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 
1799.98/1800.03	v -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 
1799.98/1800.03	v -x957 -x956 -x955 x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 x938 -x937 
1799.98/1800.03	v -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 
1799.98/1800.03	v -x915 x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 
1799.98/1800.03	v -x894 -x893 -x892 -x891 -x890 -x889 x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 
1799.98/1800.03	v -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 x856 -x855 -x854 -x853 
1799.98/1800.03	v -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 
1799.98/1800.03	v -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 
1799.98/1800.03	v x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 
1799.98/1800.03	v -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 
1799.98/1800.03	v x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 x750 -x749 -x748 
1799.98/1800.03	v -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 x728 -x727 
1799.98/1800.03	v -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 x707 -x706 
1799.98/1800.03	v -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 x688 -x687 -x686 -x685 
1799.98/1800.03	v -x684 x683 -x682 x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 
1799.98/1800.03	v -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 
1799.98/1800.03	v -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 
1799.98/1800.03	v -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 x605 -x604 -x603 -x602 -x601 
1799.98/1800.03	v -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 
1799.98/1800.03	v -x579 -x578 x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 
1799.98/1800.03	v -x558 -x557 -x556 -x555 x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 
1799.98/1800.03	v -x537 -x536 -x535 x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 x520 -x519 -x518 -x517 
1799.98/1800.03	v -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 x502 -x501 -x500 -x499 -x498 -x497 -x496 
1799.98/1800.03	v -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 x478 -x477 -x476 -x475 
1799.98/1800.03	v -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 x460 -x459 -x458 -x457 -x456 -x455 x454 
1799.98/1800.03	v -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 
1799.98/1800.03	v -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 
1799.98/1800.03	v -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 x395 -x394 x393 -x392 -x391 
1799.98/1800.03	v -x390 -x389 x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 x377 -x376 x375 -x374 -x373 -x372 -x371 -x370 -x369 
1799.98/1800.03	v -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 x350 -x349 -x348 
1799.98/1800.03	v -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 x338 -x337 -x336 -x335 -x334 -x333 -x332 x331 -x330 -x329 -x328 -x327 
1799.98/1800.03	v -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 
1799.98/1800.03	v -x305 -x304 -x303 -x302 -x301 -x300 x299 x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 
1799.98/1800.03	v -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 
1799.98/1800.03	v -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 x248 x247 -x246 x245 x244 -x243 
1799.98/1800.03	v -x242 -x241 x240 -x239 -x238 -x237 -x236 -x235 x234 x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 
1799.98/1800.03	v -x220 -x219 x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 
1799.98/1800.03	v -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1799.98/1800.03	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1799.98/1800.03	v x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1799.98/1800.03	v -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 
1799.98/1800.03	v -x115 -x114 x113 -x112 -x111 -x110 x109 -x108 x107 x106 -x105 -x104 -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 x93 
1799.98/1800.03	v -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 x84 -x83 -x82 x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 x69 -x68 x67 x66 
1799.98/1800.03	v x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 x56 x55 -x54 -x53 x52 -x51 -x50 x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 
1799.98/1800.03	v x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 x21 -x20 -x19 x18 x17 x16 -x15 x14 -x13 
1799.98/1800.03	v -x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1799.98/1800.03	c SCIP Status        : solving was interrupted [time limit reached]
1799.98/1800.03	c Total Time         :    1800.00
1799.98/1800.03	c   solving          :    1800.00
1799.98/1800.03	c   presolving       :       0.28 (included in solving)
1799.98/1800.03	c   reading          :       0.10 (included in solving)
1799.98/1800.03	c Original Problem   :
1799.98/1800.03	c   Problem name     : HOME/instance-3450669-1307106441.opb
1799.98/1800.03	c   Variables        : 16820 (16820 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.98/1800.03	c   Constraints      : 17820 initial, 17820 maximal
1799.98/1800.03	c Presolved Problem  :
1799.98/1800.03	c   Problem name     : t_HOME/instance-3450669-1307106441.opb
1799.98/1800.03	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.98/1800.03	c   Constraints      : 15820 initial, 15820 maximal
1799.98/1800.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.98/1800.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.03	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.03	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.03	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1799.98/1800.03	c   and              :       0.12          0          0          0          0          0          0          0          0          0
1799.98/1800.03	c   linear           :       0.04      15820          0          0      15820          0       1000          0          0          0
1799.98/1800.03	c   logicor          :       0.03          0          0          0          0          0          0          0          0          0
1799.98/1800.03	c   pseudoboolean    :       0.01          0          0          0          0          0       1000          0          0          0
1799.98/1800.03	c   root node        :          -          0          -          -          0          -          -          -          -          -
1799.98/1800.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.98/1800.03	c   integral         :          0          0          0      24946          0      59599          0          0          0          0          0      43516
1799.98/1800.03	c   logicor          :      15820        191      35670       3188          0      59595          0          0     387820    2031584          0          0
1799.98/1800.03	c   countsols        :          0          0          0          0          0        449          0          0          0          0          0          0
1799.98/1800.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.98/1800.03	c   integral         :     272.11       0.00       0.00     272.06       0.00       0.05       0.00
1799.98/1800.03	c   logicor          :      16.38       0.54       4.23       4.89       0.00       6.72       0.00
1799.98/1800.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.98/1800.03	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.98/1800.03	c   vbounds          :          0          0          0          0
1799.98/1800.03	c   rootredcost      :          0          0          0          0
1799.98/1800.03	c   pseudoobj        :      85668          0          0          0
1799.98/1800.03	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.98/1800.03	c   vbounds          :       0.02       0.02       0.00
1799.98/1800.03	c   rootredcost      :       0.02       0.02       0.00
1799.98/1800.03	c   pseudoobj        :       1.51       1.51       0.00
1799.98/1800.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.98/1800.03	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1799.98/1800.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1799.98/1800.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.98/1800.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.98/1800.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.98/1800.03	c   applied globally :          -          -          -          0        0.0          -          -          -
1799.98/1800.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.98/1800.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.98/1800.03	c   cut pool         :       1.73        190          -          -       4453          -    (maximal pool size: 17657)
1799.98/1800.03	c   redcost          :       0.56      25136          0          0          0          0
1799.98/1800.03	c   impliedbounds    :       0.18        191          0          0      25659          0
1799.98/1800.03	c   intobj           :       0.00          0          0          0          0          0
1799.98/1800.03	c   gomory           :     201.45        190          0          0      63969          0
1799.98/1800.03	c   cgmip            :       0.00          0          0          0          0          0
1799.98/1800.03	c   closecuts        :       0.00          0          0          0          0          0
1799.98/1800.03	c   strongcg         :       1.27         20          0          0      10000          0
1799.98/1800.03	c   cmir             :       0.39         10          0          0          0          0
1799.98/1800.03	c   flowcover        :       0.31         10          0          0          0          0
1799.98/1800.03	c   clique           :       5.45        190          0          0       1622          0
1799.98/1800.03	c   zerohalf         :       0.00          0          0          0          0          0
1799.98/1800.03	c   mcf              :       0.01          1          0          0          0          0
1799.98/1800.03	c   oddcycle         :       0.00          0          0          0          0          0
1799.98/1800.03	c   rapidlearning    :       0.00          0          0          0          0          0
1799.98/1800.03	c Pricers            :       Time      Calls       Vars
1799.98/1800.03	c   problem variables:       0.00          0          0
1799.98/1800.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.98/1800.03	c   relpscost        :     272.04      21758          0          0          0          0      43516
1799.98/1800.03	c   pscost           :       0.00          0          0          0          0          0          0
1799.98/1800.03	c   inference        :       0.00          0          0          0          0          0          0
1799.98/1800.03	c   mostinf          :       0.00          0          0          0          0          0          0
1799.98/1800.03	c   leastinf         :       0.00          0          0          0          0          0          0
1799.98/1800.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.98/1800.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.98/1800.03	c   random           :       0.00          0          0          0          0          0          0
1799.98/1800.03	c Primal Heuristics  :       Time      Calls      Found
1799.98/1800.03	c   LP solutions     :       0.00          -          0
1799.98/1800.03	c   pseudo solutions :       0.00          -          0
1799.98/1800.03	c   oneopt           :       0.02          2          1
1799.98/1800.03	c   veclendiving     :      30.18        424         62
1799.98/1800.03	c   coefdiving       :      27.55        425         17
1799.98/1800.03	c   pscostdiving     :      26.98        425         31
1799.98/1800.03	c   linesearchdiving :      26.94        425         15
1799.98/1800.03	c   fracdiving       :      25.01        425         17
1799.98/1800.03	c   trivial          :       0.02          2          1
1799.98/1800.03	c   shiftandpropagate:       0.00          0          0
1799.98/1800.03	c   simplerounding   :       4.10      21948        282
1799.98/1800.03	c   zirounding       :       0.33       1000          0
1799.98/1800.03	c   rounding         :      32.98       6659          1
1799.98/1800.03	c   shifting         :      11.95       1800          1
1799.98/1800.03	c   intshifting      :       0.00          0          0
1799.98/1800.03	c   twoopt           :       0.00          0          0
1799.98/1800.03	c   fixandinfer      :       0.00          0          0
1799.98/1800.03	c   feaspump         :       0.00          0          0
1799.98/1800.03	c   clique           :       0.00          0          0
1799.98/1800.03	c   intdiving        :       0.00          0          0
1799.98/1800.03	c   actconsdiving    :       0.00          0          0
1799.98/1800.03	c   objpscostdiving  :      16.04         11          0
1799.98/1800.03	c   rootsoldiving    :      10.43        166          6
1799.98/1800.03	c   guideddiving     :      30.53        425         11
1799.98/1800.03	c   octane           :       0.00          0          0
1799.98/1800.03	c   rens             :       0.03          0          0
1799.98/1800.03	c   rins             :       0.00          0          0
1799.98/1800.03	c   localbranching   :       0.00          0          0
1799.98/1800.03	c   mutation         :       0.00          0          0
1799.98/1800.03	c   crossover        :       0.47          6          2
1799.98/1800.03	c   dins             :       0.00          0          0
1799.98/1800.03	c   vbounds          :       0.00          0          0
1799.98/1800.03	c   undercover       :       0.02          1          0
1799.98/1800.03	c   subnlp           :       0.00          0          0
1799.98/1800.03	c   trysol           :       0.01          0          0
1799.98/1800.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.98/1800.03	c   primal LP        :       1.83          0          0       0.00       0.00
1799.98/1800.03	c   dual LP          :    1045.01      25136    8733780     347.46    8357.61
1799.98/1800.03	c   lex dual LP      :       0.00          0          0       0.00          -
1799.98/1800.03	c   barrier LP       :       0.00          0          0       0.00          -
1799.98/1800.03	c   diving/probing LP:     177.97      32234    1680436      52.13    9442.36
1799.98/1800.03	c   strong branching :     270.52       6486    1800294     277.57    6655.05
1799.98/1800.03	c     (at root node) :          -         28      26001     928.61          -
1799.98/1800.03	c   conflict analysis:       0.00          0          0       0.00          -
1799.98/1800.03	c B&B Tree           :
1799.98/1800.03	c   number of runs   :          1
1799.98/1800.03	c   nodes            :      21758
1799.98/1800.03	c   nodes (total)    :      21758
1799.98/1800.03	c   nodes left       :      21759
1799.98/1800.03	c   max depth        :         73
1799.98/1800.03	c   max depth (total):         73
1799.98/1800.03	c   backtracks       :       2817 (12.9%)
1799.98/1800.03	c   delayed cutoffs  :          0
1799.98/1800.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1799.98/1800.03	c   avg switch length:       4.47
1799.98/1800.03	c   switching time   :       6.14
1799.98/1800.03	c Solution           :
1799.98/1800.03	c   Solutions found  :        447 (4 improvements)
1799.98/1800.03	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.18 seconds, depth 0, found by <trivial>)
1799.98/1800.03	c   Primal Bound     : -9.90000000000000e+01   (in run 1, after 1 nodes, 1.10 seconds, depth 0, found by <oneopt>)
1799.98/1800.03	c   Dual Bound       : -3.22194562276519e+02
1799.98/1800.03	c   Gap              :      69.27 %
1799.98/1800.03	c   Root Dual Bound  : -3.26666666666665e+02
1799.98/1800.03	c   Root Iterations  :     429141

Verifier Data

OK	-99

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3450669-1307106441/watcher-3450669-1307106441 -o /tmp/evaluation-result-3450669-1307106441/solver-3450669-1307106441 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450669-1307106441.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/400 30289
/proc/meminfo: memFree=29912244/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=11092 CPUtime=0 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 1725 0 0 0 0 0 0 0 25 0 1 0 822243906 11358208 1679 33554432000 4194304 9163163 140736141328720 18446744073709551615 8041965 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30289/statm: 2773 1690 378 1214 0 1555 0

[startup+0.0812649 s]
/proc/loadavg: 2.00 2.02 2.00 3/400 30289
/proc/meminfo: memFree=29912244/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=30012 CPUtime=0.06 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 6497 0 0 0 6 0 0 0 25 0 1 0 822243906 30732288 6451 33554432000 4194304 9163163 140736141328720 18446744073709551615 5320683 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30289/statm: 7503 6451 415 1214 0 6285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30012

[startup+0.101173 s]
/proc/loadavg: 2.00 2.02 2.00 3/400 30289
/proc/meminfo: memFree=29912244/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=33264 CPUtime=0.08 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 7308 0 0 0 8 0 0 0 25 0 1 0 822243906 34062336 7262 33554432000 4194304 9163163 140736141328720 18446744073709551615 6923581 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30289/statm: 8316 7262 415 1214 0 7098 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33264

[startup+0.301169 s]
/proc/loadavg: 2.00 2.02 2.00 3/400 30289
/proc/meminfo: memFree=29912244/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=72660 CPUtime=0.28 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 17027 0 0 0 27 1 0 0 25 0 1 0 822243906 74403840 16620 33554432000 4194304 9163163 140736141328720 18446744073709551615 4972182 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 18165 16620 505 1214 0 16947 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 72660

[startup+0.701147 s]
/proc/loadavg: 2.00 2.02 2.00 3/400 30289
/proc/meminfo: memFree=29912244/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=99416 CPUtime=0.68 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 25369 0 0 0 66 2 0 0 25 0 1 0 822243906 101801984 22917 33554432000 4194304 9163163 140736141328720 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 24854 22917 697 1214 0 23636 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99416

[startup+1.50101 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 30290
/proc/meminfo: memFree=29821840/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=102500 CPUtime=1.48 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 28388 0 0 0 145 3 0 0 25 0 1 0 822243906 104960000 23560 33554432000 4194304 9163163 140736141328720 18446744073709551615 5844393 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 25625 23560 752 1214 0 24407 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 102500

[startup+3.10071 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 30290
/proc/meminfo: memFree=29817872/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=108496 CPUtime=3.09 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 29976 0 0 0 305 4 0 0 25 0 1 0 822243906 111099904 25127 33554432000 4194304 9163163 140736141328720 18446744073709551615 7225314 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 27124 25127 733 1214 0 25906 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108496

[startup+6.30107 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 30290
/proc/meminfo: memFree=29805236/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=116112 CPUtime=6.28 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 32459 0 0 0 623 5 0 0 25 0 1 0 822243906 118898688 27565 33554432000 4194304 9163163 140736141328720 18446744073709551615 7447744 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 29028 27565 717 1214 0 27810 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 116112

[startup+12.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 30290
/proc/meminfo: memFree=29772736/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=149184 CPUtime=12.68 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 40506 0 0 0 1259 9 0 0 25 0 1 0 822243906 152764416 35612 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 37296 35612 717 1214 0 36078 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 149184

[startup+25.5007 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 30291
/proc/meminfo: memFree=29750028/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=167092 CPUtime=25.49 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 44917 0 0 0 2533 16 0 0 25 0 1 0 822243906 171102208 39919 33554432000 4194304 9163163 140736141328720 18446744073709551615 6674542 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 41773 39919 703 1214 0 40555 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 167092

[startup+51.1011 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 30291
/proc/meminfo: memFree=29719208/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=194480 CPUtime=51.08 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 51820 0 0 0 5079 29 0 0 25 0 1 0 822243906 199147520 46664 33554432000 4194304 9163163 140736141328720 18446744073709551615 7345677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 48620 46664 715 1214 0 47402 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 194480

[startup+102.314 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 30293
/proc/meminfo: memFree=29675744/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=231472 CPUtime=102.3 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 61095 0 0 0 10183 47 0 0 25 0 1 0 822243906 237027328 55786 33554432000 4194304 9163163 140736141328720 18446744073709551615 6674530 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 57868 55786 873 1214 0 56650 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 231472

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/401 30294
/proc/meminfo: memFree=29663904/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=231472 CPUtime=162.29 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 61231 0 0 0 16164 65 0 0 25 0 1 0 822243906 237027328 55835 33554432000 4194304 9163163 140736141328720 18446744073709551615 6674522 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 57868 55835 802 1214 0 56650 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 231472

[startup+222.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/401 30296
/proc/meminfo: memFree=29654424/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=231472 CPUtime=222.28 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 61247 0 0 0 22146 82 0 0 25 0 1 0 822243906 237027328 55844 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 57868 55844 795 1214 0 56650 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 231472

[startup+282.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/401 30297
/proc/meminfo: memFree=29646212/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=231472 CPUtime=282.28 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 61267 0 0 0 28133 95 0 0 25 0 1 0 822243906 237027328 55851 33554432000 4194304 9163163 140736141328720 18446744073709551615 6611637 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 57868 55851 782 1214 0 56650 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 231472

[startup+342.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/401 30299
/proc/meminfo: memFree=29634124/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=231472 CPUtime=342.29 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 61271 0 0 0 34121 108 0 0 25 0 1 0 822243906 237027328 55855 33554432000 4194304 9163163 140736141328720 18446744073709551615 6668722 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 57868 55855 782 1214 0 56650 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 231472

[startup+402.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/401 30301
/proc/meminfo: memFree=29621184/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=232012 CPUtime=402.29 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 62547 0 0 0 40092 137 0 0 25 0 1 0 822243906 237580288 56060 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 58003 56060 723 1214 0 56785 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 232012

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 30302
/proc/meminfo: memFree=29611580/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=232012 CPUtime=462.29 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 62553 0 0 0 46045 184 0 0 25 0 1 0 822243906 237580288 56066 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 58003 56066 727 1214 0 56785 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 232012

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 30304
/proc/meminfo: memFree=29599228/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=232012 CPUtime=522.29 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 62554 0 0 0 51998 231 0 0 25 0 1 0 822243906 237580288 56067 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 58003 56067 728 1214 0 56785 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 232012

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 30305
/proc/meminfo: memFree=29589360/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=233076 CPUtime=582.29 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 64911 0 0 0 57952 277 0 0 25 0 1 0 822243906 238669824 56084 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 58269 56084 735 1214 0 57051 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 233076

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.04 2.04 2.01 3/401 30313
/proc/meminfo: memFree=29543568/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=231668 CPUtime=882.31 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 74824 0 0 0 87697 534 0 0 25 0 1 0 822243906 237228032 55754 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 57917 55754 735 1214 0 56699 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 231668

[startup+942.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/401 30315
/proc/meminfo: memFree=29534812/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=231668 CPUtime=942.3 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 79440 0 0 0 93644 586 0 0 25 0 1 0 822243906 237228032 55758 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 57917 55758 735 1214 0 56699 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 231668

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 30317
/proc/meminfo: memFree=29526212/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=231668 CPUtime=1002.31 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 79444 0 0 0 99593 638 0 0 25 0 1 0 822243906 237228032 55762 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 57917 55762 735 1214 0 56699 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 231668

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 30318
/proc/meminfo: memFree=29515736/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=231668 CPUtime=1062.31 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 79448 0 0 0 105534 697 0 0 25 0 1 0 822243906 237228032 55766 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 57917 55766 735 1214 0 56699 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 231668

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 30320
/proc/meminfo: memFree=29515076/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=231668 CPUtime=1122.31 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 79452 0 0 0 111476 755 0 0 25 0 1 0 822243906 237228032 55770 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 57917 55770 735 1214 0 56699 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 231668

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/401 30349
/proc/meminfo: memFree=29683864/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=233224 CPUtime=1182.31 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 86216 0 0 0 117426 805 0 0 25 0 1 0 822243906 238821376 56112 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 58306 56112 735 1214 0 57088 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 233224

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/401 30351
/proc/meminfo: memFree=29641784/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=238008 CPUtime=1242.31 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 87440 0 0 0 123371 860 0 0 25 0 1 0 822243906 243720192 57336 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 59502 57336 735 1214 0 58284 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 238008

[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/401 30353
/proc/meminfo: memFree=29637876/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=240248 CPUtime=1302.33 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 88017 0 0 0 129320 913 0 0 25 0 1 0 822243906 246013952 57905 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 60062 57905 735 1214 0 58844 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 240248

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/401 30354
/proc/meminfo: memFree=29635340/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=242592 CPUtime=1362.31 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 88622 0 0 0 135265 966 0 0 25 0 1 0 822243906 248414208 58510 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 60648 58510 735 1214 0 59430 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 242592

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/401 30356
/proc/meminfo: memFree=29633904/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=244416 CPUtime=1422.33 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 89056 0 0 0 141211 1022 0 0 25 0 1 0 822243906 250281984 58944 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30289/statm: 61104 58944 735 1214 0 59886 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 244416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 30357
/proc/meminfo: memFree=29631724/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=245256 CPUtime=1482.27 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 89295 0 0 0 147145 1082 0 0 25 0 1 0 822243906 251142144 59183 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30289/statm: 61314 59183 735 1214 0 60096 0
Current children cumulated CPU time (s) 1482.27
Current children cumulated vsize (KiB) 245256

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 30359
/proc/meminfo: memFree=29630384/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=246980 CPUtime=1542.27 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 89725 0 0 0 153072 1155 0 0 25 0 1 0 822243906 252907520 59613 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30289/statm: 61745 59613 735 1214 0 60527 0
Current children cumulated CPU time (s) 1542.27
Current children cumulated vsize (KiB) 246980

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 30361
/proc/meminfo: memFree=29626080/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=250812 CPUtime=1602.28 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 90676 0 0 0 159001 1227 0 0 25 0 1 0 822243906 256831488 60564 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30289/statm: 62703 60564 735 1214 0 61485 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 250812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 30362
/proc/meminfo: memFree=29621536/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=255220 CPUtime=1662.28 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 91786 0 0 0 164924 1304 0 0 25 0 1 0 822243906 261345280 61668 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30289/statm: 63805 61668 735 1214 0 62587 0
Current children cumulated CPU time (s) 1662.28
Current children cumulated vsize (KiB) 255220

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 30364
/proc/meminfo: memFree=29618968/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=257512 CPUtime=1722.28 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 92367 0 0 0 170856 1372 0 0 25 0 1 0 822243906 263692288 62224 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30289/statm: 64378 62224 735 1214 0 63160 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 257512

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/401 30365
/proc/meminfo: memFree=29615148/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=259524 CPUtime=1782.29 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 92914 0 0 0 176782 1447 0 0 25 0 1 0 822243906 265752576 62762 33554432000 4194304 9163163 140736141328720 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30289/statm: 64881 62762 735 1214 0 63663 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 259524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/401 30366
/proc/meminfo: memFree=29613260/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=261488 CPUtime=1800.1 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 93650 0 0 0 178543 1467 0 0 18 0 1 0 822243906 267763712 63260 33554432000 4194304 9163163 140736141328720 18446744073709551615 5261251 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30289/statm: 65372 63260 738 1214 0 64154 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 261488

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

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

[startup+1800.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/401 30366
/proc/meminfo: memFree=29613260/32950904 swapFree=56615552/67111528
[pid=30289] ppid=30287 vsize=261488 CPUtime=1800.1 cores=0,2,4,6
/proc/30289/stat : 30289 (scip-2.0.1.4b.l) R 30287 30289 27067 0 -1 4202496 93650 0 0 0 178543 1467 0 0 18 0 1 0 822243906 267763712 63260 33554432000 4194304 9163163 140736141328720 18446744073709551615 5261251 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30289/statm: 65372 63260 738 1214 0 64154 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 261488

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.13
CPU time (s): 1800.12
CPU user time (s): 1785.44
CPU system time (s): 14.6818
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 262400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.44
system time used= 14.6818
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93650
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= 6
involuntary context switches= 5567

runsolver used 7.16891 second user time and 15.5416 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-03 15:07:22
IDJOB=3450669
IDBENCH=48193
IDSOLVER=1948
FILE ID=node121/3450669-1307106441
RUNJOBID= node121-1307093547-27085
PBS_JOBID= 13497996
Free space on /tmp= 73940 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_1.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450669-1307106441/watcher-3450669-1307106441 -o /tmp/evaluation-result-3450669-1307106441/solver-3450669-1307106441 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450669-1307106441.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0945390fcac05113ffd57d1199a19e21
RANDOM SEED=857831428

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      29912408 kB
Buffers:        284016 kB
Cached:         414008 kB
SwapCached:       9896 kB
Active:        2410056 kB
Inactive:       369160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      29912408 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:           12856 kB
Writeback:           0 kB
AnonPages:     2078780 kB
Mapped:          16260 kB
Slab:           140804 kB
PageTables:      52008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83761928 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73928 MiB
End job on node121 at 2011-06-03 15:37:24