Trace number 3485147

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 2 2011-06-10 (fixed)SAT-99 1797.22 1797.16

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.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485147-1307784414.opb>
0.00/0.03	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 1000 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.10/0.12	o 0
0.10/0.12	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.10/0.12	c presolving:
0.19/0.25	c (round 1) 15820 del vars, 1000 del conss, 0 add conss, 15820 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 63280 impls, 0 clqs
0.29/0.30	c (round 2) 15820 del vars, 1000 del conss, 0 add conss, 15820 chg bounds, 0 chg sides, 0 chg coeffs, 15820 upgd conss, 94920 impls, 0 clqs
0.29/0.34	c    (0.3s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.34	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.29/0.34	c presolving (3 rounds):
0.29/0.34	c  15820 deleted vars, 1000 deleted constraints, 0 added constraints, 15820 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.34	c  94920 implications, 0 cliques
0.29/0.34	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 15820 constraints
0.29/0.34	c   15820 constraints of type <logicor>
0.29/0.34	c transformed objective value is always integral (scale: 1)
0.29/0.34	c Presolving Time: 0.30
0.29/0.34	c - non default parameters ----------------------------------------------------------------------
0.29/0.34	c # SCIP version 2.0.1.4
0.29/0.34	c 
0.29/0.34	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.29/0.34	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.34	c conflict/interconss = 0
0.29/0.34	c 
0.29/0.34	c # should binary conflicts be preferred?
0.29/0.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.34	c conflict/preferbinary = TRUE
0.29/0.34	c 
0.29/0.34	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.29/0.34	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.34	c constraints/agelimit = 1
0.29/0.34	c 
0.29/0.34	c # should enforcement of pseudo solution be disabled?
0.29/0.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.34	c constraints/disableenfops = TRUE
0.29/0.34	c 
0.29/0.34	c # frequency for displaying node information lines
0.29/0.34	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.34	c display/freq = 10000
0.29/0.34	c 
0.29/0.34	c # maximal time in seconds to run
0.29/0.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.34	c limits/time = 1797
0.29/0.34	c 
0.29/0.34	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.34	c limits/memory = 13950
0.29/0.34	c 
0.29/0.34	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.34	c # [type: int, range: [1,2], default: 1]
0.29/0.34	c timing/clocktype = 2
0.29/0.34	c 
0.29/0.34	c # belongs reading time to solving time?
0.29/0.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.34	c timing/reading = TRUE
0.29/0.34	c 
0.29/0.34	c # should presolving try to simplify inequalities
0.29/0.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.34	c constraints/linear/simplifyinequalities = TRUE
0.29/0.34	c 
0.29/0.34	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.29/0.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.34	c constraints/indicator/addCouplingCons = TRUE
0.29/0.34	c 
0.29/0.34	c # should presolving try to simplify knapsacks
0.29/0.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.34	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.34	c 
0.29/0.34	c -----------------------------------------------------------------------------------------------
0.29/0.34	c start solving
0.29/0.34	c 
0.49/0.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.55	c t 0.6s|     1 |     0 |  1041 |     - |  34M|   0 |1000 |1000 |  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
0.49/0.59	o -1
0.49/0.59	c R 0.6s|     1 |     0 |  1041 |     - |  34M|   0 |1000 |1000 |  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  99.80%
0.59/0.62	o -2
0.59/0.62	c s 0.6s|     1 |     0 |  1041 |     - |  34M|   0 |1000 |1000 |  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |-2.000000e+00 |  99.60%
0.79/0.89	c   0.9s|     1 |     0 |  1211 |     - |  34M|   0 | 990 |1000 |  15k|1000 |  15k|  12 |   0 |   0 |-4.950000e+02 |-2.000000e+00 |  99.60%
0.79/0.90	o -99
0.79/0.90	c b 0.9s|     1 |     0 |  1211 |     - |  34M|   0 | 990 |1000 |  15k|1000 |  15k|  12 |   0 |   0 |-4.950000e+02 |-9.900000e+01 |  80.00%
1.10/1.19	c   1.2s|     1 |     0 |  1293 |     - |  34M|   0 | 983 |1000 |  15k|1000 |  15k|  24 |   0 |   0 |-4.915000e+02 |-9.900000e+01 |  79.86%
1.49/1.52	c   1.5s|     1 |     0 |  1454 |     - |  34M|   0 | 976 |1000 |  15k|1000 |  15k|  35 |   0 |   0 |-4.880000e+02 |-9.900000e+01 |  79.71%
1.79/1.82	c   1.8s|     1 |     0 |  1500 |     - |  34M|   0 | 968 |1000 |  15k|1000 |  15k|  48 |   0 |   0 |-4.840000e+02 |-9.900000e+01 |  79.55%
2.19/2.27	c   2.3s|     1 |     0 |  1959 |     - |  34M|   0 | 964 |1000 |  15k|1000 |  15k|  60 |   0 |   0 |-4.820000e+02 |-9.900000e+01 |  79.46%
2.59/2.65	c   2.7s|     1 |     0 |  2172 |     - |  34M|   0 | 958 |1000 |  15k|1000 |  15k|  70 |   0 |   0 |-4.790000e+02 |-9.900000e+01 |  79.33%
3.09/3.11	c   3.1s|     1 |     0 |  2549 |     - |  34M|   0 | 951 |1000 |  15k|1000 |  15k|  81 |   0 |   0 |-4.755000e+02 |-9.900000e+01 |  79.18%
3.49/3.51	c   3.5s|     1 |     0 |  2732 |     - |  34M|   0 | 949 |1000 |  15k|1000 |  15k|  91 |   0 |   0 |-4.745000e+02 |-9.900000e+01 |  79.14%
4.19/4.24	c   4.2s|     1 |     0 |  3614 |     - |  35M|   0 | 946 |1000 |  15k|1000 |  15k|  99 |   0 |   0 |-4.730000e+02 |-9.900000e+01 |  79.07%
4.79/4.89	c   4.9s|     1 |     0 |  4317 |     - |  35M|   0 | 943 |1000 |  15k|1000 |  15k| 109 |   0 |   0 |-4.713333e+02 |-9.900000e+01 |  79.00%
5.39/5.40	c   5.4s|     1 |     0 |  4902 |     - |  35M|   0 | 937 |1000 |  15k|1000 |1661 | 120 |   0 |   0 |-4.685000e+02 |-9.900000e+01 |  78.87%
5.60/5.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.60/5.63	c   5.6s|     1 |     0 |  5835 |     - |  35M|   0 | 922 |1000 |  15k|1000 |1671 | 130 |   0 |   0 |-4.675000e+02 |-9.900000e+01 |  78.82%
5.90/5.97	c   6.0s|     1 |     0 |  7437 |     - |  35M|   0 | 930 |1000 |  15k|1000 |2012 | 471 |   0 |   0 |-4.662500e+02 |-9.900000e+01 |  78.77%
6.29/6.37	c   6.4s|     1 |     0 |  8637 |     - |  36M|   0 | 939 |1000 |  15k|1000 |2192 | 651 |   0 |   0 |-4.652500e+02 |-9.900000e+01 |  78.72%
6.89/6.98	c   7.0s|     1 |     0 | 10834 |     - |  37M|   0 | 930 |1000 |  15k|1000 |2507 | 966 |   0 |   0 |-4.639000e+02 |-9.900000e+01 |  78.66%
7.19/7.26	c   7.3s|     1 |     0 | 11308 |     - |  38M|   0 | 923 |1000 |  15k|1000 |2536 | 995 |   0 |   0 |-4.624000e+02 |-9.900000e+01 |  78.59%
7.69/7.74	c   7.7s|     1 |     0 | 13259 |     - |  39M|   0 | 920 |1000 |  15k|1000 |2181 |1056 |   0 |   0 |-4.600000e+02 |-9.900000e+01 |  78.48%
7.99/8.04	c   8.0s|     1 |     0 | 13931 |     - |  41M|   0 | 919 |1000 |  15k|1000 |2350 |1225 |   0 |   0 |-4.585000e+02 |-9.900000e+01 |  78.41%
8.29/8.31	c   8.3s|     1 |     0 | 14658 |     - |  41M|   0 | 906 |1000 |  15k|1000 |2445 |1320 |   0 |   0 |-4.565000e+02 |-9.900000e+01 |  78.31%
8.49/8.56	c   8.6s|     1 |     0 | 15289 |     - |  42M|   0 | 904 |1000 |  15k|1000 |2733 |1608 |   0 |   0 |-4.550000e+02 |-9.900000e+01 |  78.24%
8.80/8.86	c   8.9s|     1 |     0 | 16301 |     - |  42M|   0 | 908 |1000 |  15k|1000 |2840 |1715 |   0 |   0 |-4.535000e+02 |-9.900000e+01 |  78.17%
9.19/9.23	c   9.2s|     1 |     0 | 18049 |     - |  42M|   0 | 902 |1000 |  15k|1000 |2895 |1770 |   0 |   0 |-4.520000e+02 |-9.900000e+01 |  78.10%
9.49/9.53	c   9.5s|     1 |     0 | 19179 |     - |  42M|   0 | 911 |1000 |  15k|1000 |2510 |1799 |   0 |   0 |-4.500000e+02 |-9.900000e+01 |  78.00%
9.79/9.89	c   9.9s|     1 |     0 | 20319 |     - |  43M|   0 | 891 |1000 |  15k|1000 |3009 |2298 |   0 |   0 |-4.485000e+02 |-9.900000e+01 |  77.93%
10.00/10.08	c  10.1s|     1 |     0 | 20533 |     - |  43M|   0 | 884 |1000 |  15k|1000 |3081 |2370 |   0 |   0 |-4.480000e+02 |-9.900000e+01 |  77.90%
10.39/10.40	c  10.4s|     1 |     0 | 21531 |     - |  43M|   0 | 887 |1000 |  15k|1000 |3225 |2514 |   0 |   0 |-4.470000e+02 |-9.900000e+01 |  77.85%
10.59/10.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.59/10.69	c  10.7s|     1 |     0 | 22541 |     - |  44M|   0 | 891 |1000 |  15k|1000 |3361 |2650 |   0 |   0 |-4.455000e+02 |-9.900000e+01 |  77.78%
10.99/11.09	c  11.1s|     1 |     0 | 24094 |     - |  44M|   0 | 911 |1000 |  15k|1000 |3373 |2662 |   0 |   0 |-4.443871e+02 |-9.900000e+01 |  77.72%
11.49/11.53	c  11.5s|     1 |     0 | 25340 |     - |  45M|   0 | 898 |1000 |  15k|1000 |2650 |2978 |   0 |   0 |-4.434167e+02 |-9.900000e+01 |  77.67%
11.79/11.86	c  11.9s|     1 |     0 | 26664 |     - |  45M|   0 | 871 |1000 |  15k|1000 |2683 |3011 |   0 |   0 |-4.425000e+02 |-9.900000e+01 |  77.63%
12.19/12.25	c  12.3s|     1 |     0 | 28353 |     - |  46M|   0 | 909 |1000 |  15k|1000 |2851 |3179 |   0 |   0 |-4.415000e+02 |-9.900000e+01 |  77.58%
12.59/12.61	c  12.6s|     1 |     0 | 29236 |     - |  47M|   0 | 874 |1000 |  15k|1000 |3407 |3735 |   0 |   0 |-4.403500e+02 |-9.900000e+01 |  77.52%
12.89/12.92	c  12.9s|     1 |     0 | 30174 |     - |  47M|   0 | 887 |1000 |  15k|1000 |3594 |3922 |   0 |   0 |-4.393125e+02 |-9.900000e+01 |  77.46%
13.20/13.26	c  13.3s|     1 |     0 | 31503 |     - |  48M|   0 | 886 |1000 |  15k|1000 |3728 |4056 |   0 |   0 |-4.382273e+02 |-9.900000e+01 |  77.41%
13.79/13.80	c  13.8s|     1 |     0 | 33713 |     - |  48M|   0 | 894 |1000 |  15k|1000 |3066 |4373 |   0 |   0 |-4.362353e+02 |-9.900000e+01 |  77.31%
14.59/14.62	c  14.6s|     1 |     0 | 37360 |     - |  50M|   0 | 852 |1000 |  15k|1000 |3217 |4524 |   0 |   0 |-4.335000e+02 |-9.900000e+01 |  77.16%
14.89/14.99	c  15.0s|     1 |     0 | 38994 |     - |  50M|   0 | 859 |1000 |  15k|1000 |3449 |4756 |   0 |   0 |-4.325000e+02 |-9.900000e+01 |  77.11%
15.49/15.53	c  15.5s|     1 |     0 | 41531 |     - |  50M|   0 | 883 |1000 |  15k|1000 |3563 |4870 |   0 |   0 |-4.313750e+02 |-9.900000e+01 |  77.05%
15.89/15.93	c  15.9s|     1 |     0 | 42981 |     - |  51M|   0 | 855 |1000 |  15k|1000 |3641 |4948 |   0 |   0 |-4.300000e+02 |-9.900000e+01 |  76.98%
16.19/16.29	c  16.3s|     1 |     0 | 43802 |     - |  51M|   0 | 914 |1000 |  15k|1000 |3715 |5022 |   0 |   0 |-4.292891e+02 |-9.900000e+01 |  76.94%
16.79/16.80	c  16.8s|     1 |     0 | 43914 |     - |  53M|   0 | 865 |1000 |  15k|1000 |4927 |7022 |   0 |   0 |-4.292708e+02 |-9.900000e+01 |  76.94%
17.29/17.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.29/17.32	c  17.3s|     1 |     0 | 45548 |     - |  53M|   0 | 867 |1000 |  15k|1000 |4938 |7033 |   0 |   0 |-4.285000e+02 |-9.900000e+01 |  76.90%
17.69/17.76	c  17.8s|     1 |     0 | 47126 |     - |  54M|   0 | 859 |1000 |  15k|1000 |4986 |7081 |   0 |   0 |-4.280000e+02 |-9.900000e+01 |  76.87%
18.19/18.26	c  18.3s|     1 |     0 | 49004 |     - |  54M|   0 | 853 |1000 |  15k|1000 |5050 |7145 |   0 |   0 |-4.265000e+02 |-9.900000e+01 |  76.79%
18.49/18.58	c  18.6s|     1 |     0 | 49895 |     - |  54M|   0 | 854 |1000 |  15k|1000 |5057 |7152 |   0 |   0 |-4.257955e+02 |-9.900000e+01 |  76.75%
19.90/19.92	c  19.9s|     1 |     0 | 56690 |     - |  54M|   0 | 852 |1000 |  15k|1000 |5165 |7260 |   0 |   0 |-4.243333e+02 |-9.900000e+01 |  76.67%
20.09/20.14	c  20.1s|     1 |     0 | 57078 |     - |  55M|   0 | 848 |1000 |  15k|1000 |3788 |7288 |   0 |   0 |-4.233333e+02 |-9.900000e+01 |  76.61%
20.49/20.50	c  20.5s|     1 |     0 | 58243 |     - |  55M|   0 | 843 |1000 |  15k|1000 |3800 |7300 |   0 |   0 |-4.225000e+02 |-9.900000e+01 |  76.57%
20.69/20.76	c  20.8s|     1 |     0 | 58992 |     - |  55M|   0 | 844 |1000 |  15k|1000 |3917 |7417 |   0 |   0 |-4.205000e+02 |-9.900000e+01 |  76.46%
21.09/21.15	c  21.2s|     1 |     0 | 60232 |     - |  56M|   0 | 837 |1000 |  15k|1000 |3968 |7468 |   0 |   0 |-4.195000e+02 |-9.900000e+01 |  76.40%
21.59/21.60	c  21.6s|     1 |     0 | 62080 |     - |  56M|   0 | 845 |1000 |  15k|1000 |4031 |7531 |   0 |   0 |-4.178333e+02 |-9.900000e+01 |  76.31%
21.79/21.89	c  21.9s|     1 |     0 | 62732 |     - |  57M|   0 | 832 |1000 |  15k|1000 |4305 |7805 |   0 |   0 |-4.170000e+02 |-9.900000e+01 |  76.26%
22.39/22.46	c  22.5s|     1 |     0 | 64990 |     - |  58M|   0 | 814 |1000 |  15k|1000 |2369 |7833 |   0 |   0 |-4.160000e+02 |-9.900000e+01 |  76.20%
22.69/22.77	c  22.8s|     1 |     0 | 66387 |     - |  58M|   0 | 825 |1000 |  15k|1000 |2563 |8027 |   0 |   0 |-4.147500e+02 |-9.900000e+01 |  76.13%
23.39/23.42	c  23.4s|     1 |     0 | 69924 |     - |  58M|   0 | 867 |1000 |  15k|1000 |2981 |8445 |   0 |   0 |-4.135769e+02 |-9.900000e+01 |  76.06%
23.89/23.93	c  23.9s|     1 |     0 | 71644 |     - |  59M|   0 | 864 |1000 |  15k|1000 |3331 |8795 |   0 |   0 |-4.123500e+02 |-9.900000e+01 |  75.99%
24.29/24.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.29/24.36	c  24.4s|     1 |     0 | 73084 |     - |  59M|   0 | 848 |1000 |  15k|1000 |3627 |9091 |   0 |   0 |-4.115000e+02 |-9.900000e+01 |  75.94%
24.79/24.80	c  24.8s|     1 |     0 | 74905 |     - |  60M|   0 | 879 |1000 |  15k|1000 |3725 |9189 |   0 |   0 |-4.095926e+02 |-9.900000e+01 |  75.83%
25.40/25.45	c  25.5s|     1 |     0 | 77583 |     - |  62M|   0 | 823 |1000 |  15k|1000 |3333 |9378 |   0 |   0 |-4.077500e+02 |-9.900000e+01 |  75.72%
25.59/25.66	c  25.7s|     1 |     0 | 77883 |     - |  63M|   0 | 830 |1000 |  15k|1000 |3407 |9452 |   0 |   0 |-4.075000e+02 |-9.900000e+01 |  75.71%
25.99/26.07	c  26.1s|     1 |     0 | 79385 |     - |  64M|   0 | 806 |1000 |  15k|1000 |3565 |9610 |   0 |   0 |-4.071364e+02 |-9.900000e+01 |  75.68%
26.79/26.84	c  26.8s|     1 |     0 | 82541 |     - |  64M|   0 | 875 |1000 |  15k|1000 |3753 |9798 |   0 |   0 |-4.059937e+02 |-9.900000e+01 |  75.62%
27.39/27.45	c  27.4s|     1 |     0 | 84586 |     - |  66M|   0 | 859 |1000 |  15k|1000 |3964 |  10k|   0 |   0 |-4.054100e+02 |-9.900000e+01 |  75.58%
27.99/28.04	c  28.0s|     1 |     0 | 86373 |     - |  67M|   0 | 890 |1000 |  15k|1000 |4075 |  10k|   0 |   0 |-4.048677e+02 |-9.900000e+01 |  75.55%
28.99/29.02	c  29.0s|     1 |     0 | 89631 |     - |  67M|   0 | 891 |1000 |  15k|1000 |3538 |  10k|   0 |   0 |-4.043553e+02 |-9.900000e+01 |  75.52%
30.19/30.21	c  30.2s|     1 |     0 | 94223 |     - |  70M|   0 | 869 |1000 |  15k|1000 |3769 |  10k|   0 |   0 |-4.031591e+02 |-9.900000e+01 |  75.44%
30.90/30.96	c  31.0s|     1 |     0 | 97422 |     - |  71M|   0 | 927 |1000 |  15k|1000 |3931 |  10k|   0 |   0 |-4.016603e+02 |-9.900000e+01 |  75.35%
32.00/32.08	c  32.1s|     1 |     0 | 99578 |     - |  73M|   0 | 826 |1000 |  15k|1000 |5736 |  12k|   0 |   0 |-4.006667e+02 |-9.900000e+01 |  75.29%
32.89/32.97	c  33.0s|     1 |     0 |102102 |     - |  74M|   0 | 843 |1000 |  15k|1000 |5775 |  12k|   0 |   0 |-4.001111e+02 |-9.900000e+01 |  75.26%
34.19/34.24	c  34.2s|     1 |     0 |105333 |     - |  76M|   0 | 797 |1000 |  15k|1000 |5825 |  12k|   0 |   0 |-3.980000e+02 |-9.900000e+01 |  75.13%
34.59/34.65	c  34.6s|     1 |     0 |106325 |     - |  77M|   0 | 828 |1000 |  15k|1000 |5084 |  12k|   0 |   0 |-3.968333e+02 |-9.900000e+01 |  75.05%
35.20/35.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.20/35.30	c  35.3s|     1 |     0 |108098 |     - |  78M|   0 | 808 |1000 |  15k|1000 |5251 |  12k|   0 |   0 |-3.953333e+02 |-9.900000e+01 |  74.96%
35.89/35.91	c  35.9s|     1 |     0 |110398 |     - |  79M|   0 | 790 |1000 |  15k|1000 |5292 |  12k|   0 |   0 |-3.936667e+02 |-9.900000e+01 |  74.85%
36.79/36.80	c  36.8s|     1 |     0 |113947 |     - |  79M|   0 | 821 |1000 |  15k|1000 |5348 |  12k|   0 |   0 |-3.915000e+02 |-9.900000e+01 |  74.71%
37.09/37.13	c  37.1s|     1 |     0 |114634 |     - |  80M|   0 | 804 |1000 |  15k|1000 |5362 |  12k|   0 |   0 |-3.905000e+02 |-9.900000e+01 |  74.65%
37.79/37.83	c  37.8s|     1 |     0 |117093 |     - |  82M|   0 | 777 |1000 |  15k|1000 |5371 |  12k|   0 |   0 |-3.895000e+02 |-9.900000e+01 |  74.58%
38.69/38.71	c  38.7s|     1 |     0 |118841 |     - |  82M|   0 | 822 |1000 |  15k|1000 |4697 |  12k|   0 |   0 |-3.884917e+02 |-9.900000e+01 |  74.52%
39.60/39.61	c  39.6s|     1 |     0 |122729 |     - |  83M|   0 | 866 |1000 |  15k|1000 |4771 |  12k|   0 |   0 |-3.875000e+02 |-9.900000e+01 |  74.45%
39.99/40.04	c  40.0s|     1 |     0 |123687 |     - |  84M|   0 | 825 |1000 |  15k|1000 |4907 |  13k|   0 |   0 |-3.870000e+02 |-9.900000e+01 |  74.42%
40.39/40.48	c  40.5s|     1 |     0 |124936 |     - |  86M|   0 | 836 |1000 |  15k|1000 |4940 |  13k|   0 |   0 |-3.865000e+02 |-9.900000e+01 |  74.39%
41.09/41.19	c  41.2s|     1 |     0 |126954 |     - |  88M|   0 | 783 |1000 |  15k|1000 |5097 |  13k|   0 |   0 |-3.860000e+02 |-9.900000e+01 |  74.35%
42.39/42.41	c  42.4s|     1 |     0 |132182 |     - |  89M|   0 | 885 |1000 |  15k|1000 |5106 |  13k|   0 |   0 |-3.857468e+02 |-9.900000e+01 |  74.34%
44.10/44.13	c  44.1s|     1 |     0 |136850 |     - |  89M|   0 | 886 |1000 |  15k|1000 |4633 |  13k|   0 |   0 |-3.836667e+02 |-9.900000e+01 |  74.20%
44.99/45.03	c  45.0s|     1 |     0 |140501 |     - |  90M|   0 | 881 |1000 |  15k|1000 |4805 |  13k|   0 |   0 |-3.826220e+02 |-9.900000e+01 |  74.13%
46.19/46.28	c  46.3s|     1 |     0 |145329 |     - |  91M|   0 | 928 |1000 |  15k|1000 |4984 |  13k|   0 |   0 |-3.819673e+02 |-9.900000e+01 |  74.08%
47.69/47.79	c  47.8s|     1 |     0 |148298 |     - |  92M|   0 | 892 |1000 |  15k|1000 |5543 |  14k|   0 |   0 |-3.808916e+02 |-9.900000e+01 |  74.01%
48.50/48.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.50/48.54	c  48.5s|     1 |     0 |148969 |     - |  92M|   0 | 821 |1000 |  15k|1000 |5558 |  14k|   0 |   0 |-3.805000e+02 |-9.900000e+01 |  73.98%
49.40/49.41	c  49.4s|     1 |     0 |150942 |     - |  96M|   0 | 886 |1000 |  15k|1000 |5587 |  14k|   0 |   0 |-3.797778e+02 |-9.900000e+01 |  73.93%
50.99/51.09	c  51.1s|     1 |     0 |156207 |     - |  99M|   0 | 909 |1000 |  15k|1000 |5403 |  14k|   0 |   0 |-3.786284e+02 |-9.900000e+01 |  73.85%
52.09/52.18	c  52.2s|     1 |     0 |159019 |     - | 102M|   0 | 897 |1000 |  15k|1000 |5477 |  14k|   0 |   0 |-3.773895e+02 |-9.900000e+01 |  73.77%
53.29/53.34	c  53.3s|     1 |     0 |163037 |     - | 106M|   0 | 905 |1000 |  15k|1000 |5526 |  14k|   0 |   0 |-3.759382e+02 |-9.900000e+01 |  73.67%
54.49/54.55	c  54.6s|     1 |     0 |167336 |     - | 107M|   0 | 886 |1000 |  15k|1000 |5674 |  14k|   0 |   0 |-3.751892e+02 |-9.900000e+01 |  73.61%
55.39/55.42	c  55.4s|     1 |     0 |169381 |     - | 111M|   0 | 909 |1000 |  15k|1000 |5721 |  14k|   0 |   0 |-3.748324e+02 |-9.900000e+01 |  73.59%
57.39/57.47	c  57.5s|     1 |     0 |174490 |     - | 113M|   0 | 907 |1000 |  15k|1000 |5925 |  15k|   0 |   0 |-3.736159e+02 |-9.900000e+01 |  73.50%
59.50/59.54	c  59.5s|     1 |     0 |179044 |     - | 114M|   0 | 924 |1000 |  15k|1000 |5610 |  15k|   0 |   0 |-3.728602e+02 |-9.900000e+01 |  73.45%
62.19/62.26	c  62.3s|     1 |     0 |186367 |     - | 114M|   0 | 917 |1000 |  15k|1000 |5770 |  15k|   0 |   0 |-3.713047e+02 |-9.900000e+01 |  73.34%
63.99/64.02	c  64.0s|     1 |     0 |189688 |     - | 114M|   0 | 926 |1000 |  15k|1000 |5867 |  15k|   0 |   0 |-3.706620e+02 |-9.900000e+01 |  73.29%
65.29/65.32	c  65.3s|     1 |     0 |191726 |     - | 116M|   0 | 942 |1000 |  15k|1000 |5939 |  15k|   0 |   0 |-3.703676e+02 |-9.900000e+01 |  73.27%
67.20/67.22	c  67.2s|     1 |     0 |194508 |     - | 116M|   0 | 943 |1000 |  15k|1000 |6026 |  15k|   0 |   0 |-3.695106e+02 |-9.900000e+01 |  73.21%
69.69/69.72	c  69.7s|     1 |     0 |199550 |     - | 116M|   0 | 944 |1000 |  15k|1000 |6099 |  15k|   0 |   0 |-3.684202e+02 |-9.900000e+01 |  73.13%
71.90/71.98	c  72.0s|     1 |     0 |203708 |     - | 116M|   0 | 944 |1000 |  15k|1000 |5806 |  15k|   0 |   0 |-3.676876e+02 |-9.900000e+01 |  73.07%
73.80/73.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.80/73.86	c  73.9s|     1 |     0 |206230 |     - | 116M|   0 | 932 |1000 |  15k|1000 |5893 |  15k|   0 |   0 |-3.671165e+02 |-9.900000e+01 |  73.03%
76.39/76.41	c  76.4s|     1 |     0 |211203 |     - | 116M|   0 | 925 |1000 |  15k|1000 |5962 |  15k|   0 |   0 |-3.660475e+02 |-9.900000e+01 |  72.95%
78.59/78.60	c  78.6s|     1 |     0 |215318 |     - | 116M|   0 | 934 |1000 |  15k|1000 |6011 |  15k|   0 |   0 |-3.650505e+02 |-9.900000e+01 |  72.88%
80.50/80.58	c  80.6s|     1 |     0 |218322 |     - | 116M|   0 | 913 |1000 |  15k|1000 |6053 |  15k|   0 |   0 |-3.641461e+02 |-9.900000e+01 |  72.81%
82.50/82.54	c  82.5s|     1 |     0 |221650 |     - | 116M|   0 | 921 |1000 |  15k|1000 |6074 |  15k|   0 |   0 |-3.631103e+02 |-9.900000e+01 |  72.74%
84.80/84.81	c  84.8s|     1 |     0 |225794 |     - | 117M|   0 | 945 |1000 |  15k|1000 |5784 |  15k|   0 |   0 |-3.624367e+02 |-9.900000e+01 |  72.68%
87.00/87.02	c  87.0s|     1 |     0 |229564 |     - | 117M|   0 | 953 |1000 |  15k|1000 |5866 |  16k|   0 |   0 |-3.613051e+02 |-9.900000e+01 |  72.60%
88.99/89.06	c  89.1s|     1 |     0 |233121 |     - | 117M|   0 | 950 |1000 |  15k|1000 |5950 |  16k|   0 |   0 |-3.607570e+02 |-9.900000e+01 |  72.56%
90.79/90.89	c  90.9s|     1 |     0 |235382 |     - | 117M|   0 | 949 |1000 |  15k|1000 |5980 |  16k|   0 |   0 |-3.603405e+02 |-9.900000e+01 |  72.53%
92.99/93.04	c  93.0s|     1 |     0 |239083 |     - | 117M|   0 | 940 |1000 |  15k|1000 |6007 |  16k|   0 |   0 |-3.588081e+02 |-9.900000e+01 |  72.41%
95.19/95.29	c  95.3s|     1 |     0 |242853 |     - | 116M|   0 | 952 |1000 |  15k|1000 |6038 |  16k|   0 |   0 |-3.582299e+02 |-9.900000e+01 |  72.36%
97.49/97.58	c  97.6s|     1 |     0 |246494 |     - | 116M|   0 | 968 |1000 |  15k|1000 |5870 |  16k|   0 |   0 |-3.573106e+02 |-9.900000e+01 |  72.29%
99.99/100.07	c   100s|     1 |     0 |250180 |     - | 116M|   0 | 959 |1000 |  15k|1000 |5958 |  16k|   0 |   0 |-3.565626e+02 |-9.900000e+01 |  72.23%
102.90/102.99	c   103s|     1 |     0 |256269 |     - | 116M|   0 | 954 |1000 |  15k|1000 |6026 |  16k|   0 |   0 |-3.558397e+02 |-9.900000e+01 |  72.18%
105.29/105.34	c   105s|     1 |     0 |259682 |     - | 115M|   0 | 964 |1000 |  15k|1000 |6090 |  16k|   0 |   0 |-3.552695e+02 |-9.900000e+01 |  72.13%
107.39/107.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.39/107.45	c   107s|     1 |     0 |262114 |     - | 114M|   0 | 961 |1000 |  15k|1000 |6146 |  16k|   0 |   0 |-3.544474e+02 |-9.900000e+01 |  72.07%
109.49/109.54	c   110s|     1 |     0 |264377 |     - | 113M|   0 | 962 |1000 |  15k|1000 |6218 |  16k|   0 |   0 |-3.540273e+02 |-9.900000e+01 |  72.04%
111.69/111.70	c   112s|     1 |     0 |266771 |     - | 112M|   0 | 969 |1000 |  15k|1000 |6076 |  16k|   0 |   0 |-3.535105e+02 |-9.900000e+01 |  72.00%
114.89/114.96	c   115s|     1 |     0 |273078 |     - | 111M|   0 | 967 |1000 |  15k|1000 |6138 |  16k|   0 |   0 |-3.521470e+02 |-9.900000e+01 |  71.89%
116.99/117.05	c   117s|     1 |     0 |275188 |     - | 111M|   0 | 973 |1000 |  15k|1000 |6241 |  16k|   0 |   0 |-3.517664e+02 |-9.900000e+01 |  71.86%
119.40/119.41	c   119s|     1 |     0 |277976 |     - | 111M|   0 | 972 |1000 |  15k|1000 |6265 |  16k|   0 |   0 |-3.512189e+02 |-9.900000e+01 |  71.81%
121.89/121.90	c   122s|     1 |     0 |281470 |     - | 110M|   0 | 990 |1000 |  15k|1000 |6291 |  16k|   0 |   0 |-3.507384e+02 |-9.900000e+01 |  71.77%
124.40/124.41	c   124s|     1 |     0 |284170 |     - | 110M|   0 | 985 |1000 |  15k|1000 |6454 |  17k|   0 |   0 |-3.503069e+02 |-9.900000e+01 |  71.74%
127.09/127.17	c   127s|     1 |     0 |287672 |     - | 110M|   0 | 985 |1000 |  15k|1000 |6353 |  17k|   0 |   0 |-3.496366e+02 |-9.900000e+01 |  71.68%
130.30/130.32	c   130s|     1 |     0 |292386 |     - | 110M|   0 | 987 |1000 |  15k|1000 |6387 |  17k|   0 |   0 |-3.489259e+02 |-9.900000e+01 |  71.63%
132.99/133.00	c   133s|     1 |     0 |295165 |     - | 110M|   0 | 986 |1000 |  15k|1000 |6470 |  17k|   0 |   0 |-3.484620e+02 |-9.900000e+01 |  71.59%
135.70/135.76	c   136s|     1 |     0 |298685 |     - | 110M|   0 | 994 |1000 |  15k|1000 |6494 |  17k|   0 |   0 |-3.476941e+02 |-9.900000e+01 |  71.53%
138.70/138.71	c   139s|     1 |     0 |302292 |     - | 110M|   0 | 986 |1000 |  15k|1000 |6564 |  17k|   0 |   0 |-3.471098e+02 |-9.900000e+01 |  71.48%
141.69/141.74	c   142s|     1 |     0 |306473 |     - | 109M|   0 | 992 |1000 |  15k|1000 |6606 |  17k|   0 |   0 |-3.464240e+02 |-9.900000e+01 |  71.42%
144.89/144.94	c   145s|     1 |     0 |310445 |     - | 109M|   0 | 994 |1000 |  15k|1000 |6479 |  17k|   0 |   0 |-3.456360e+02 |-9.900000e+01 |  71.36%
147.80/147.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.80/147.87	c   148s|     1 |     0 |313902 |     - | 108M|   0 | 987 |1000 |  15k|1000 |6499 |  17k|   0 |   0 |-3.450150e+02 |-9.900000e+01 |  71.31%
150.70/150.78	c   151s|     1 |     0 |316932 |     - | 107M|   0 | 985 |1000 |  15k|1000 |6555 |  17k|   0 |   0 |-3.446246e+02 |-9.900000e+01 |  71.27%
153.69/153.76	c   154s|     1 |     0 |320366 |     - | 107M|   0 | 996 |1000 |  15k|1000 |6576 |  17k|   0 |   0 |-3.440847e+02 |-9.900000e+01 |  71.23%
156.89/156.95	c   157s|     1 |     0 |323868 |     - | 107M|   0 | 988 |1000 |  15k|1000 |6648 |  17k|   0 |   0 |-3.433782e+02 |-9.900000e+01 |  71.17%
159.60/159.62	c   160s|     1 |     0 |326103 |     - | 106M|   0 | 994 |1000 |  15k|1000 |6685 |  17k|   0 |   0 |-3.431646e+02 |-9.900000e+01 |  71.15%
162.70/162.78	c   163s|     1 |     0 |329450 |     - | 105M|   0 | 994 |1000 |  15k|1000 |6633 |  17k|   0 |   0 |-3.426004e+02 |-9.900000e+01 |  71.10%
166.00/166.08	c   166s|     1 |     0 |333276 |     - | 104M|   0 | 996 |1000 |  15k|1000 |6687 |  17k|   0 |   0 |-3.421693e+02 |-9.900000e+01 |  71.07%
169.19/169.27	c   169s|     1 |     0 |336657 |     - | 104M|   0 | 994 |1000 |  15k|1000 |6715 |  17k|   0 |   0 |-3.417508e+02 |-9.900000e+01 |  71.03%
172.20/172.28	c   172s|     1 |     0 |339476 |     - | 104M|   0 | 996 |1000 |  15k|1000 |6742 |  17k|   0 |   0 |-3.412237e+02 |-9.900000e+01 |  70.99%
175.60/175.61	c   176s|     1 |     0 |343407 |     - | 103M|   0 | 996 |1000 |  15k|1000 |6779 |  17k|   0 |   0 |-3.405089e+02 |-9.900000e+01 |  70.93%
178.70/178.72	c   179s|     1 |     0 |346445 |     - | 103M|   0 | 996 |1000 |  15k|1000 |6806 |  17k|   0 |   0 |-3.400537e+02 |-9.900000e+01 |  70.89%
181.40/181.50	c   182s|     1 |     0 |348692 |     - | 102M|   0 | 997 |1000 |  15k|1000 |6742 |  17k|   0 |   0 |-3.397600e+02 |-9.900000e+01 |  70.86%
184.50/184.50	c   184s|     1 |     0 |351415 |     - | 102M|   0 | 992 |1000 |  15k|1000 |6764 |  17k|   0 |   0 |-3.391044e+02 |-9.900000e+01 |  70.81%
187.80/187.81	c   188s|     1 |     0 |355022 |     - | 102M|   0 | 994 |1000 |  15k|1000 |6790 |  17k|   0 |   0 |-3.385406e+02 |-9.900000e+01 |  70.76%
190.79/190.86	c   191s|     1 |     0 |357831 |     - | 102M|   0 | 997 |1000 |  15k|1000 |6814 |  17k|   0 |   0 |-3.378129e+02 |-9.900000e+01 |  70.69%
194.00/194.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
194.00/194.02	c   194s|     1 |     0 |360914 |     - | 101M|   0 | 998 |1000 |  15k|1000 |6855 |  17k|   0 |   0 |-3.372875e+02 |-9.900000e+01 |  70.65%
196.60/196.64	c   197s|     1 |     0 |362462 |     - | 101M|   0 | 997 |1000 |  15k|1000 |6889 |  17k|   0 |   0 |-3.370616e+02 |-9.900000e+01 |  70.63%
199.69/199.76	c   200s|     1 |     0 |365118 |     - | 100M|   0 | 998 |1000 |  15k|1000 |6832 |  17k|   0 |   0 |-3.365795e+02 |-9.900000e+01 |  70.59%
202.79/202.87	c   203s|     1 |     0 |367758 |     - | 100M|   0 | 998 |1000 |  15k|1000 |6858 |  18k|   0 |   0 |-3.361387e+02 |-9.900000e+01 |  70.55%
205.90/205.91	c   206s|     1 |     0 |370219 |     - | 100M|   0 | 997 |1000 |  15k|1000 |6899 |  18k|   0 |   0 |-3.357542e+02 |-9.900000e+01 |  70.51%
208.80/208.85	c   209s|     1 |     0 |372336 |     - | 100M|   0 | 997 |1000 |  15k|1000 |6938 |  18k|   0 |   0 |-3.354285e+02 |-9.900000e+01 |  70.49%
211.99/212.05	c   212s|     1 |     0 |375003 |     - |  99M|   0 | 997 |1000 |  15k|1000 |6966 |  18k|   0 |   0 |-3.349392e+02 |-9.900000e+01 |  70.44%
214.89/214.98	c   215s|     1 |     0 |376935 |     - |  98M|   0 | 998 |1000 |  15k|1000 |7008 |  18k|   0 |   0 |-3.346740e+02 |-9.900000e+01 |  70.42%
218.60/218.63	c   219s|     1 |     0 |381324 |     - |  97M|   0 | 997 |1000 |  15k|1000 |6977 |  18k|   0 |   0 |-3.342798e+02 |-9.900000e+01 |  70.38%
221.60/221.62	c   222s|     1 |     0 |383565 |     - |  97M|   0 | 997 |1000 |  15k|1000 |7009 |  18k|   0 |   0 |-3.339286e+02 |-9.900000e+01 |  70.35%
224.60/224.66	c   225s|     1 |     0 |385805 |     - |  97M|   0 | 997 |1000 |  15k|1000 |7044 |  18k|   0 |   0 |-3.333254e+02 |-9.900000e+01 |  70.30%
227.80/227.82	c   228s|     1 |     0 |388426 |     - |  96M|   0 | 999 |1000 |  15k|1000 |7079 |  18k|   0 |   0 |-3.330178e+02 |-9.900000e+01 |  70.27%
230.90/230.90	c   231s|     1 |     0 |390385 |     - |  96M|   0 | 999 |1000 |  15k|1000 |7103 |  18k|   0 |   0 |-3.326336e+02 |-9.900000e+01 |  70.24%
233.89/233.91	c   234s|     1 |     0 |392109 |     - |  93M|   0 | 998 |1000 |  15k|1000 |7122 |  18k|   0 |   0 |-3.323371e+02 |-9.900000e+01 |  70.21%
237.00/237.08	c   237s|     1 |     0 |394184 |     - |  93M|   0 | 999 |1000 |  15k|1000 |7070 |  18k|   0 |   0 |-3.319714e+02 |-9.900000e+01 |  70.18%
239.80/239.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
239.80/239.83	c   240s|     1 |     0 |395321 |     - |  92M|   0 | 998 |1000 |  15k|1000 |7091 |  18k|   0 |   0 |-3.317317e+02 |-9.900000e+01 |  70.16%
242.69/242.79	c   243s|     1 |     0 |396922 |     - |  92M|   0 | 998 |1000 |  15k|1000 |7107 |  18k|   0 |   0 |-3.313776e+02 |-9.900000e+01 |  70.12%
245.60/245.64	c   246s|     1 |     0 |398256 |     - |  90M|   0 | 998 |1000 |  15k|1000 |7137 |  18k|   0 |   0 |-3.311133e+02 |-9.900000e+01 |  70.10%
248.60/248.70	c   249s|     1 |     0 |400041 |     - |  89M|   0 | 997 |1000 |  15k|1000 |7162 |  18k|   0 |   0 |-3.307982e+02 |-9.900000e+01 |  70.07%
251.39/251.49	c   251s|     1 |     0 |401119 |     - |  89M|   0 |1000 |1000 |  15k|1000 |7176 |  18k|   0 |   0 |-3.305091e+02 |-9.900000e+01 |  70.05%
254.40/254.44	c   254s|     1 |     0 |402554 |     - |  89M|   0 | 998 |1000 |  15k|1000 |7120 |  18k|   0 |   0 |-3.302663e+02 |-9.900000e+01 |  70.02%
257.30/257.30	c   257s|     1 |     0 |403922 |     - |  86M|   0 | 999 |1000 |  15k|1000 |7135 |  18k|   0 |   0 |-3.300148e+02 |-9.900000e+01 |  70.00%
260.29/260.38	c   260s|     1 |     0 |405627 |     - |  86M|   0 | 999 |1000 |  15k|1000 |7154 |  18k|   0 |   0 |-3.297306e+02 |-9.900000e+01 |  69.98%
263.40/263.47	c   263s|     1 |     0 |407287 |     - |  83M|   0 | 999 |1000 |  15k|1000 |7169 |  18k|   0 |   0 |-3.294424e+02 |-9.900000e+01 |  69.95%
266.70/266.75	c   267s|     1 |     0 |409556 |     - |  82M|   0 |1000 |1000 |  15k|1000 |7188 |  18k|   0 |   0 |-3.291370e+02 |-9.900000e+01 |  69.92%
269.61/269.67	c   270s|     1 |     0 |410892 |     - |  80M|   0 | 999 |1000 |  15k|1000 |7198 |  18k|   0 |   0 |-3.288639e+02 |-9.900000e+01 |  69.90%
272.60/272.69	c   273s|     1 |     0 |412423 |     - |  79M|   0 | 999 |1000 |  15k|1000 |7138 |  18k|   0 |   0 |-3.285890e+02 |-9.900000e+01 |  69.87%
275.50/275.55	c   276s|     1 |     0 |413641 |     - |  78M|   0 | 999 |1000 |  15k|1000 |7156 |  18k|   0 |   0 |-3.283246e+02 |-9.900000e+01 |  69.85%
278.31/278.38	c   278s|     1 |     0 |414844 |     - |  77M|   0 | 998 |1000 |  15k|1000 |7174 |  18k|   0 |   0 |-3.281591e+02 |-9.900000e+01 |  69.83%
281.30/281.33	c   281s|     1 |     0 |416206 |     - |  77M|   0 | 999 |1000 |  15k|1000 |7192 |  18k|   0 |   0 |-3.280381e+02 |-9.900000e+01 |  69.82%
284.20/284.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.20/284.22	c   284s|     1 |     0 |417437 |     - |  77M|   0 | 999 |1000 |  15k|1000 |7201 |  18k|   0 |   0 |-3.278550e+02 |-9.900000e+01 |  69.80%
287.00/287.05	c   287s|     1 |     0 |418462 |     - |  74M|   0 | 999 |1000 |  15k|1000 |7211 |  18k|   0 |   0 |-3.277037e+02 |-9.900000e+01 |  69.79%
289.90/289.98	c   290s|     1 |     0 |419768 |     - |  74M|   0 | 999 |1000 |  15k|1000 |7175 |  18k|   0 |   0 |-3.274754e+02 |-9.900000e+01 |  69.77%
292.79/292.83	c   293s|     1 |     0 |421216 |     - |  73M|   0 | 999 |1000 |  15k|1000 |7188 |  18k|   0 |   0 |-3.272735e+02 |-9.900000e+01 |  69.75%
295.50/295.57	c   296s|     1 |     0 |422283 |     - |  73M|   0 | 998 |1000 |  15k|1000 |7206 |  18k|   0 |   0 |-3.271189e+02 |-9.900000e+01 |  69.74%
298.10/298.19	c   298s|     1 |     0 |422971 |     - |  70M|   0 | 998 |1000 |  15k|1000 |7218 |  18k|   0 |   0 |-3.270636e+02 |-9.900000e+01 |  69.73%
300.90/300.92	c   301s|     1 |     0 |424038 |     - |  68M|   0 | 998 |1000 |  15k|1000 |7229 |  18k|   0 |   0 |-3.269716e+02 |-9.900000e+01 |  69.72%
303.50/303.53	c   304s|     1 |     0 |424773 |     - |  67M|   0 | 997 |1000 |  15k|1000 |7242 |  18k|   0 |   0 |-3.269246e+02 |-9.900000e+01 |  69.72%
306.00/306.05	c   306s|     1 |     0 |425349 |     - |  67M|   0 | 997 |1000 |  15k|1000 |7209 |  18k|   0 |   0 |-3.268894e+02 |-9.900000e+01 |  69.71%
308.60/308.66	c   309s|     1 |     0 |426209 |     - |  66M|   0 | 999 |1000 |  15k|1000 |7219 |  18k|   0 |   0 |-3.268418e+02 |-9.900000e+01 |  69.71%
311.00/311.06	c   311s|     1 |     0 |426260 |     - |  65M|   0 | 980 |1000 |  15k|1000 |7230 |  18k|   0 |   0 |-3.268333e+02 |-9.900000e+01 |  69.71%
313.70/313.77	c   314s|     1 |     0 |427603 |     - |  64M|   0 | 998 |1000 |  15k|1000 |7236 |  18k|   0 |   0 |-3.267648e+02 |-9.900000e+01 |  69.70%
316.60/316.62	c   317s|     1 |     0 |429005 |     - |  64M|   0 | 999 |1000 |  15k|1000 |7247 |  18k|   0 |   0 |-3.266879e+02 |-9.900000e+01 |  69.70%
318.90/318.97	c   319s|     1 |     0 |429141 |     - |  60M|   0 | 980 |1000 |  15k|1000 |7256 |  18k|   0 |   0 |-3.266667e+02 |-9.900000e+01 |  69.69%
331.80/331.81	c   332s|     1 |     2 |429141 |     - |  58M|   0 | 980 |1000 |  15k|1000 |7256 |  18k|   0 |  28 |-3.266667e+02 |-9.900000e+01 |  69.69%
1119.33/1119.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1119.33/1119.31	c  1119s| 10000 | 10001 |  5810k| 538.2 |  77M|  73 | 349 |1000 |  15k|1000 |1142 | 945k|   0 |4281 |-3.229364e+02 |-9.900000e+01 |  69.34%
1594.34/1594.38	c  1594s| 20000 | 20001 |  9734k| 465.3 |  95M|  73 |  34 |1000 |  15k|1000 |1133 |1878k|   0 |6308 |-3.223032e+02 |-9.900000e+01 |  69.28%
1797.05/1797.05	c 
1797.05/1797.05	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.05	c Solving Time (sec) : 1797.06
1797.05/1797.05	c Solving Nodes      : 25051
1797.05/1797.05	c Primal Bound       : -9.90000000000000e+01 (461 solutions)
1797.05/1797.05	c Dual Bound         : -3.22049889417150e+02
1797.05/1797.05	c Gap                : 69.26 %
1797.05/1797.06	s SATISFIABLE
1797.05/1797.06	v x1000 x999 -x998 -x997 -x996 -x995 -x994 x993 -x992 -x991 x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 
1797.05/1797.06	v -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 
1797.05/1797.06	v -x957 -x956 -x955 x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 x938 -x937 
1797.05/1797.06	v -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 
1797.05/1797.06	v -x915 x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 
1797.05/1797.06	v -x894 -x893 -x892 -x891 -x890 -x889 x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 
1797.05/1797.06	v -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 x856 -x855 -x854 -x853 
1797.05/1797.06	v -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 
1797.05/1797.06	v -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 
1797.05/1797.06	v x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 
1797.05/1797.06	v -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 
1797.05/1797.06	v x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 x750 -x749 -x748 
1797.05/1797.06	v -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 x728 -x727 
1797.05/1797.06	v -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 x707 -x706 
1797.05/1797.06	v -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 x688 -x687 -x686 -x685 
1797.05/1797.06	v -x684 x683 -x682 x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 
1797.05/1797.06	v -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 
1797.05/1797.06	v -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 
1797.05/1797.06	v -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 x605 -x604 -x603 -x602 -x601 
1797.05/1797.06	v -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 
1797.05/1797.06	v -x579 -x578 x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 
1797.05/1797.06	v -x558 -x557 -x556 -x555 x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 
1797.05/1797.06	v -x537 -x536 -x535 x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 x520 -x519 -x518 -x517 
1797.05/1797.06	v -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 x502 -x501 -x500 -x499 -x498 -x497 -x496 
1797.05/1797.06	v -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 x478 -x477 -x476 -x475 
1797.05/1797.06	v -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 x460 -x459 -x458 -x457 -x456 -x455 x454 
1797.05/1797.06	v -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 
1797.05/1797.06	v -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 
1797.05/1797.06	v -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 x395 -x394 x393 -x392 -x391 
1797.05/1797.06	v -x390 -x389 x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 x377 -x376 x375 -x374 -x373 -x372 -x371 -x370 -x369 
1797.05/1797.06	v -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 x350 -x349 -x348 
1797.05/1797.06	v -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 x338 -x337 -x336 -x335 -x334 -x333 -x332 x331 -x330 -x329 -x328 -x327 
1797.05/1797.06	v -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 
1797.05/1797.06	v -x305 -x304 -x303 -x302 -x301 -x300 x299 x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 
1797.05/1797.06	v -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 
1797.05/1797.06	v -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 x248 x247 -x246 x245 x244 -x243 
1797.05/1797.06	v -x242 -x241 x240 -x239 -x238 -x237 -x236 -x235 x234 x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 
1797.05/1797.06	v -x220 -x219 x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 
1797.05/1797.06	v -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1797.05/1797.06	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1797.05/1797.06	v x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1797.05/1797.06	v -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 
1797.05/1797.06	v -x115 -x114 x113 -x112 -x111 -x110 x109 -x108 x107 x106 -x105 -x104 -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 x93 
1797.05/1797.06	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 
1797.05/1797.06	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 
1797.05/1797.06	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 
1797.05/1797.06	v -x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1797.05/1797.06	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.06	c Total Time         :    1797.06
1797.05/1797.06	c   solving          :    1797.06
1797.05/1797.06	c   presolving       :       0.30 (included in solving)
1797.05/1797.06	c   reading          :       0.03 (included in solving)
1797.05/1797.06	c Original Problem   :
1797.05/1797.06	c   Problem name     : HOME/instance-3485147-1307784414.opb
1797.05/1797.06	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.06	c   Constraints      : 1000 initial, 1000 maximal
1797.05/1797.06	c Presolved Problem  :
1797.05/1797.06	c   Problem name     : t_HOME/instance-3485147-1307784414.opb
1797.05/1797.06	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.06	c   Constraints      : 15820 initial, 15820 maximal
1797.05/1797.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.06	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.06	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1797.05/1797.06	c   and              :       0.11          0          0          0          0          0          0          0          0          0
1797.05/1797.06	c   linear           :       0.04      15820          0          0      15820          0       1000          0          0          0
1797.05/1797.06	c   logicor          :       0.03          0          0          0          0          0          0          0          0          0
1797.05/1797.06	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.06	c   integral         :          0          0          0      28774          0      66709          0          0          0          0          0      50102
1797.05/1797.06	c   logicor          :      15820        191      40734       3723          0      66705          0          0     442652    2365050          0          0
1797.05/1797.06	c   countsols        :          0          0          0          0          0        463          0          0          0          0          0          0
1797.05/1797.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.06	c   integral         :     264.05       0.00       0.00     264.01       0.00       0.05       0.00
1797.05/1797.06	c   logicor          :      16.87       0.50       3.91       5.25       0.00       7.21       0.00
1797.05/1797.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.06	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.06	c   vbounds          :          0          0          0          0
1797.05/1797.06	c   rootredcost      :          0          0          0          0
1797.05/1797.06	c   pseudoobj        :      97007          0          0          0
1797.05/1797.06	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.06	c   vbounds          :       0.02       0.02       0.00
1797.05/1797.06	c   rootredcost      :       0.02       0.02       0.00
1797.05/1797.06	c   pseudoobj        :       1.50       1.50       0.00
1797.05/1797.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.06	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.06	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.06	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.06	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.05/1797.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.05/1797.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.06	c   cut pool         :       1.57        190          -          -       4453          -    (maximal pool size: 17657)
1797.05/1797.06	c   redcost          :       0.58      28964          0          0          0          0
1797.05/1797.06	c   impliedbounds    :       0.15        191          0          0      25659          0
1797.05/1797.06	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.06	c   gomory           :     182.71        190          0          0      63969          0
1797.05/1797.06	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.06	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.06	c   strongcg         :       1.13         20          0          0      10000          0
1797.05/1797.06	c   cmir             :       0.38         10          0          0          0          0
1797.05/1797.06	c   flowcover        :       0.30         10          0          0          0          0
1797.05/1797.06	c   clique           :       4.86        190          0          0       1622          0
1797.05/1797.06	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.06	c   mcf              :       0.01          1          0          0          0          0
1797.05/1797.06	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.06	c   rapidlearning    :       0.00          0          0          0          0          0
1797.05/1797.06	c Pricers            :       Time      Calls       Vars
1797.05/1797.06	c   problem variables:       0.00          0          0
1797.05/1797.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.06	c   relpscost        :     263.98      25051          0          0          0          0      50102
1797.05/1797.06	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.06	c   inference        :       0.00          0          0          0          0          0          0
1797.05/1797.06	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.06	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.06	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.06	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.06	c   LP solutions     :       0.00          -          0
1797.05/1797.06	c   pseudo solutions :       0.00          -          0
1797.05/1797.06	c   oneopt           :       0.02          2          1
1797.05/1797.06	c   crossover        :       0.14          8          2
1797.05/1797.06	c   fracdiving       :      25.06        485         17
1797.05/1797.06	c   veclendiving     :      30.29        485         65
1797.05/1797.06	c   coefdiving       :      26.75        486         18
1797.05/1797.06	c   linesearchdiving :      26.34        486         15
1797.05/1797.06	c   guideddiving     :      29.44        486         12
1797.05/1797.06	c   pscostdiving     :      26.46        486         33
1797.05/1797.06	c   trivial          :       0.01          2          1
1797.05/1797.06	c   shiftandpropagate:       0.00          0          0
1797.05/1797.06	c   simplerounding   :       4.18      25241        289
1797.05/1797.06	c   zirounding       :       0.29       1000          0
1797.05/1797.06	c   rounding         :      30.69       7207          1
1797.05/1797.06	c   shifting         :      10.94       1953          1
1797.05/1797.06	c   intshifting      :       0.00          0          0
1797.05/1797.06	c   twoopt           :       0.00          0          0
1797.05/1797.06	c   fixandinfer      :       0.00          0          0
1797.05/1797.06	c   feaspump         :       0.00          0          0
1797.05/1797.06	c   clique           :       0.00          0          0
1797.05/1797.06	c   intdiving        :       0.00          0          0
1797.05/1797.06	c   actconsdiving    :       0.00          0          0
1797.05/1797.06	c   objpscostdiving  :      15.90         12          0
1797.05/1797.06	c   rootsoldiving    :      10.61        193          6
1797.05/1797.06	c   octane           :       0.00          0          0
1797.05/1797.06	c   rens             :       0.00          0          0
1797.05/1797.06	c   rins             :       0.00          0          0
1797.05/1797.06	c   localbranching   :       0.00          0          0
1797.05/1797.06	c   mutation         :       0.00          0          0
1797.05/1797.06	c   dins             :       0.00          0          0
1797.05/1797.06	c   vbounds          :       0.00          0          0
1797.05/1797.06	c   undercover       :       0.00          0          0
1797.05/1797.06	c   subnlp           :       0.00          0          0
1797.05/1797.06	c   trysol           :       0.01          0          0
1797.05/1797.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.06	c   primal LP        :       2.02          0          0       0.00       0.00
1797.05/1797.06	c   dual LP          :    1075.56      28964    9724511     335.74    9041.38
1797.05/1797.06	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.06	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.06	c   diving/probing LP:     174.56      35838    1794159      50.06   10277.90
1797.05/1797.06	c   strong branching :     262.39       6874    1896660     275.92    7228.32
1797.05/1797.06	c     (at root node) :          -         28      26001     928.61          -
1797.05/1797.06	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.06	c B&B Tree           :
1797.05/1797.06	c   number of runs   :          1
1797.05/1797.06	c   nodes            :      25051
1797.05/1797.06	c   nodes (total)    :      25051
1797.05/1797.06	c   nodes left       :      25052
1797.05/1797.06	c   max depth        :         73
1797.05/1797.06	c   max depth (total):         73
1797.05/1797.06	c   backtracks       :       3211 (12.8%)
1797.05/1797.06	c   delayed cutoffs  :          0
1797.05/1797.06	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.05/1797.06	c   avg switch length:       4.36
1797.05/1797.06	c   switching time   :       5.95
1797.05/1797.06	c Solution           :
1797.05/1797.06	c   Solutions found  :        461 (4 improvements)
1797.05/1797.06	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.11 seconds, depth 0, found by <trivial>)
1797.05/1797.06	c   Primal Bound     : -9.90000000000000e+01   (in run 1, after 1 nodes, 0.89 seconds, depth 0, found by <oneopt>)
1797.05/1797.06	c   Dual Bound       : -3.22049889417150e+02
1797.05/1797.06	c   Gap              :      69.26 %
1797.05/1797.06	c   Root Dual Bound  : -3.26666666666665e+02
1797.05/1797.06	c   Root Iterations  :     429141
1797.14/1797.16	c Time complete: 1797.21.

Verifier Data

OK	-99

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3485147-1307784414/watcher-3485147-1307784414 -o /tmp/evaluation-result-3485147-1307784414/solver-3485147-1307784414 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485147-1307784414.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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: 1.84 1.97 1.90 2/177 13177
/proc/meminfo: memFree=31543240/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=10700 CPUtime=0 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 1678 0 0 0 0 0 0 0 23 0 1 0 968672068 10956800 1633 33554432000 4194304 8979876 140735187315696 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13177/statm: 2675 1633 367 1169 0 1502 0

[startup+0.104762 s]
/proc/loadavg: 1.84 1.97 1.90 2/177 13177
/proc/meminfo: memFree=31543240/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=46084 CPUtime=0.1 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 10273 0 0 0 9 1 0 0 24 0 1 0 968672068 47190016 10228 33554432000 4194304 8979876 140735187315696 18446744073709551615 4445973 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13177/statm: 11521 10228 456 1169 0 10348 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 46084

[startup+0.200745 s]
/proc/loadavg: 1.84 1.97 1.90 2/177 13177
/proc/meminfo: memFree=31543240/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=57212 CPUtime=0.19 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 13190 0 0 0 18 1 0 0 24 0 1 0 968672068 58585088 12792 33554432000 4194304 8979876 140735187315696 18446744073709551615 18446744073699065939 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13177/statm: 14303 12792 480 1169 0 13130 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 57212

[startup+0.300727 s]
/proc/loadavg: 1.84 1.97 1.90 2/177 13177
/proc/meminfo: memFree=31543240/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=61700 CPUtime=0.29 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 14382 0 0 0 28 1 0 0 25 0 1 0 968672068 63180800 13898 33554432000 4194304 8979876 140735187315696 18446744073709551615 5378519 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13177/statm: 15425 13898 504 1169 0 14252 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61700

[startup+0.700646 s]
/proc/loadavg: 1.84 1.97 1.90 2/177 13177
/proc/meminfo: memFree=31543240/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=84832 CPUtime=0.69 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 21224 0 0 0 66 3 0 0 18 0 1 0 968672068 86867968 19024 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13177/statm: 21208 19024 647 1169 0 20035 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84832

[startup+1.50051 s]
/proc/loadavg: 1.84 1.97 1.90 3/178 13178
/proc/meminfo: memFree=31447652/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=85904 CPUtime=1.49 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 22098 0 0 0 146 3 0 0 19 0 1 0 968672068 87965696 19742 33554432000 4194304 8979876 140735187315696 18446744073709551615 7046355 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13177/statm: 21476 19742 677 1169 0 20303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85904

[startup+3.1002 s]
/proc/loadavg: 1.84 1.97 1.90 3/178 13178
/proc/meminfo: memFree=31442296/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=93920 CPUtime=3.09 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 23940 0 0 0 305 4 0 0 23 0 1 0 968672068 96174080 21572 33554432000 4194304 8979876 140735187315696 18446744073709551615 7143762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13177/statm: 23480 21572 667 1169 0 22307 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93920

[startup+6.30061 s]
/proc/loadavg: 1.85 1.97 1.90 3/178 13216
/proc/meminfo: memFree=31423328/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=101200 CPUtime=6.29 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 26379 0 0 0 623 6 0 0 25 0 1 0 968672068 103628800 24011 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13177/statm: 25300 24011 667 1169 0 24127 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101200

[startup+12.7004 s]
/proc/loadavg: 1.86 1.97 1.90 3/178 13216
/proc/meminfo: memFree=31368360/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=133020 CPUtime=12.69 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 34139 0 0 0 1253 16 0 0 25 0 1 0 968672068 136212480 31766 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13177/statm: 33255 31766 668 1169 0 32082 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133020

[startup+25.5011 s]
/proc/loadavg: 1.89 1.97 1.90 3/178 13216
/proc/meminfo: memFree=31349776/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=149732 CPUtime=25.49 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 38302 0 0 0 2518 31 0 0 25 0 1 0 968672068 153325568 35646 33554432000 4194304 8979876 140735187315696 18446744073709551615 6583222 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 37433 35646 668 1169 0 36260 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 149732

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.90 3/178 13217
/proc/meminfo: memFree=31307084/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=184712 CPUtime=51.09 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 46961 0 0 0 5050 59 0 0 25 0 1 0 968672068 189145088 44116 33554432000 4194304 8979876 140735187315696 18446744073709551615 4905440 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 46178 44116 670 1169 0 45005 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 184712

[startup+102.301 s]
/proc/loadavg: 1.97 1.97 1.91 3/178 13218
/proc/meminfo: memFree=31277232/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=212068 CPUtime=102.3 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 53883 0 0 0 10129 101 0 0 25 0 1 0 968672068 217157632 50897 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 53017 50897 707 1169 0 51844 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 212068

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 13220
/proc/meminfo: memFree=31277428/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=212068 CPUtime=162.29 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 53937 0 0 0 16088 141 0 0 25 0 1 0 968672068 217157632 50914 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 53017 50914 670 1169 0 51844 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 212068

[startup+222.307 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 13222
/proc/meminfo: memFree=31271040/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=212068 CPUtime=222.3 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 53945 0 0 0 22051 179 0 0 25 0 1 0 968672068 217157632 50922 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 53017 50922 670 1169 0 51844 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 212068

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 13223
/proc/meminfo: memFree=31265516/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=212068 CPUtime=282.3 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 53951 0 0 0 28023 207 0 0 25 0 1 0 968672068 217157632 50928 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 53017 50928 670 1169 0 51844 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 212068

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 13225
/proc/meminfo: memFree=31260228/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=212068 CPUtime=342.3 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 53989 0 0 0 33978 252 0 0 25 0 1 0 968672068 217157632 50966 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 53017 50966 688 1169 0 51844 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 212068

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 13226
/proc/meminfo: memFree=31253740/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=212068 CPUtime=402.3 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 53993 0 0 0 39836 394 0 0 25 0 1 0 968672068 217157632 50970 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 53017 50970 692 1169 0 51844 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 212068

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 13228
/proc/meminfo: memFree=31250472/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=212068 CPUtime=462.31 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 53994 0 0 0 45700 531 0 0 25 0 1 0 968672068 217157632 50971 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 53017 50971 693 1169 0 51844 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 212068

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 13230
/proc/meminfo: memFree=31244860/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=210364 CPUtime=522.31 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 54580 0 0 0 51564 667 0 0 25 0 1 0 968672068 215412736 50469 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 52591 50469 710 1169 0 51418 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 210364

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 13231
/proc/meminfo: memFree=31236760/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=210364 CPUtime=582.31 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 55675 0 0 0 57410 821 0 0 25 0 1 0 968672068 215412736 50476 33554432000 4194304 8979876 140735187315696 18446744073709551615 7185306 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 52591 50476 710 1169 0 51418 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 210364

[startup+642.301 s]

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

/proc/meminfo: memFree=31173856/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=219888 CPUtime=1122.32 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 65396 0 0 0 109960 2272 0 0 25 0 1 0 968672068 225165312 52844 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 54972 52844 710 1169 0 53799 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 219888

[startup+1182.3 s]
/proc/loadavg: 2.11 2.03 1.93 3/178 13250
/proc/meminfo: memFree=31163532/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=222200 CPUtime=1182.33 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 66020 0 0 0 115797 2436 0 0 25 0 1 0 968672068 227532800 53456 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 55550 53456 710 1169 0 54377 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 222200

[startup+1242.3 s]
/proc/loadavg: 2.04 2.02 1.93 3/178 13252
/proc/meminfo: memFree=31153080/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=224788 CPUtime=1242.33 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 66654 0 0 0 121630 2603 0 0 25 0 1 0 968672068 230182912 54086 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 56197 54086 710 1169 0 55024 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 224788

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/178 13253
/proc/meminfo: memFree=31146716/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=226432 CPUtime=1302.33 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 67122 0 0 0 127451 2782 0 0 25 0 1 0 968672068 231866368 54537 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 56608 54537 710 1169 0 55435 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 226432

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 13255
/proc/meminfo: memFree=31139228/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=227440 CPUtime=1362.34 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 67385 0 0 0 133286 2948 0 0 25 0 1 0 968672068 232898560 54800 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 56860 54800 710 1169 0 55687 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 227440

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 13257
/proc/meminfo: memFree=31132508/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=229160 CPUtime=1422.34 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 67783 0 0 0 139122 3112 0 0 25 0 1 0 968672068 234659840 55198 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 57290 55198 710 1169 0 56117 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 229160

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13258
/proc/meminfo: memFree=31119940/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=234496 CPUtime=1482.34 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 69133 0 0 0 144957 3277 0 0 25 0 1 0 968672068 240123904 56548 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 58624 56548 710 1169 0 57451 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 234496

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13260
/proc/meminfo: memFree=31109360/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=236980 CPUtime=1542.34 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 69760 0 0 0 150791 3443 0 0 25 0 1 0 968672068 242667520 57175 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 59245 57175 710 1169 0 58072 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 236980

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13261
/proc/meminfo: memFree=31101372/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=239516 CPUtime=1602.35 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 70425 0 0 0 156619 3616 0 0 25 0 1 0 968672068 245264384 57840 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 59879 57840 710 1169 0 58706 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 239516

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13263
/proc/meminfo: memFree=31093528/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=243632 CPUtime=1662.34 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 74099 0 0 0 162445 3789 0 0 25 0 1 0 968672068 249479168 58840 33554432000 4194304 8979876 140735187315696 18446744073709551615 7179787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 60908 58840 710 1169 0 59735 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 243632

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13265
/proc/meminfo: memFree=31086300/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=245300 CPUtime=1722.34 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 74526 0 0 0 168273 3961 0 0 25 0 1 0 968672068 251187200 59267 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 61325 59267 710 1169 0 60152 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 245300

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13266
/proc/meminfo: memFree=31078464/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=248008 CPUtime=1782.34 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 75254 0 0 0 174086 4148 0 0 25 0 1 0 968672068 253960192 59983 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 62002 59983 710 1169 0 60829 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 248008

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13266
/proc/meminfo: memFree=31078340/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=248008 CPUtime=1785.65 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 75254 0 0 0 174406 4159 0 0 25 0 1 0 968672068 253960192 59983 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 62002 59983 710 1169 0 60829 0
Current children cumulated CPU time (s) 1785.65
Current children cumulated vsize (KiB) 248008

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13267
/proc/meminfo: memFree=31076456/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=248560 CPUtime=1792.06 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 78301 0 0 0 175024 4182 0 0 25 0 1 0 968672068 254525440 60094 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 62140 60094 710 1169 0 60967 0
Current children cumulated CPU time (s) 1792.06
Current children cumulated vsize (KiB) 248560

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13267
/proc/meminfo: memFree=31075340/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=248560 CPUtime=1795.25 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 78305 0 0 0 175337 4188 0 0 25 0 1 0 968672068 254525440 60098 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 62140 60098 710 1169 0 60967 0
Current children cumulated CPU time (s) 1795.25
Current children cumulated vsize (KiB) 248560

[startup+1796 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13267
/proc/meminfo: memFree=31075340/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=248560 CPUtime=1796.05 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 78326 0 0 0 175413 4192 0 0 25 0 1 0 968672068 254525440 60119 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 62140 60119 710 1169 0 60967 0
Current children cumulated CPU time (s) 1796.05
Current children cumulated vsize (KiB) 248560

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13267
/proc/meminfo: memFree=31075216/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=248560 CPUtime=1796.85 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 78327 0 0 0 175491 4194 0 0 25 0 1 0 968672068 254525440 60120 33554432000 4194304 8979876 140735187315696 18446744073709551615 7179807 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 62140 60120 710 1169 0 60967 0
Current children cumulated CPU time (s) 1796.85
Current children cumulated vsize (KiB) 248560

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13267
/proc/meminfo: memFree=31075216/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=248560 CPUtime=1797.05 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 78327 0 0 0 175511 4194 0 0 25 0 1 0 968672068 254525440 60120 33554432000 4194304 8979876 140735187315696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13177/statm: 62140 60120 710 1169 0 60967 0
Current children cumulated CPU time (s) 1797.05
Current children cumulated vsize (KiB) 248560

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13267
/proc/meminfo: memFree=31075216/32950928 swapFree=67051096/67111528
[pid=13177] ppid=13175 vsize=248560 CPUtime=1797.14 cores=1,3,5,7
/proc/13177/stat : 13177 (scip-2.0.1.4_2.) R 13175 13177 13131 0 -1 4202496 78330 0 0 0 175520 4194 0 0 18 0 1 0 968672068 254525440 60123 33554432000 4194304 8979876 140735187315696 18446744073709551615 6778220 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13177/statm: 62140 60123 713 1169 0 60967 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 248560

Child status: 0
Real time (s): 1797.16
CPU time (s): 1797.22
CPU user time (s): 1755.26
CPU system time (s): 41.9576
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 248560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1755.26
system time used= 41.9576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78335
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= 8
involuntary context switches= 2585

runsolver used 2.55361 second user time and 5.64614 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-11 11:26:54
IDJOB=3485147
IDBENCH=48193
IDSOLVER=1977
FILE ID=node113/3485147-1307784414
RUNJOBID= node113-1307784414-13150
PBS_JOBID= 13550901
Free space on /tmp= 74104 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_1.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485147-1307784414/watcher-3485147-1307784414 -o /tmp/evaluation-result-3485147-1307784414/solver-3485147-1307784414 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485147-1307784414.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0945390fcac05113ffd57d1199a19e21
RANDOM SEED=1198992377

node113.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.846
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.69
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.846
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	: 5332.76
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.846
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.74
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.846
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.75
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.846
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.74
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.846
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.75
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31552952 kB
Buffers:        261188 kB
Cached:         910424 kB
SwapCached:      14384 kB
Active:         519064 kB
Inactive:       673784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31552952 kB
SwapTotal:    67111528 kB
SwapFree:     67051096 kB
Dirty:           33904 kB
Writeback:           8 kB
AnonPages:       18432 kB
Mapped:          10356 kB
Slab:           139504 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   201276 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= 74076 MiB
End job on node113 at 2011-06-11 11:56:51