Trace number 3737257

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT-91 1799.73 1800.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_2.opb
MD5SUM1af848a7208b60f67c27d4022c7b5abe
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-128
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -151
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 constraint50
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)31544
Sum of products size (including duplicates)63088
Number of different products15772
Sum of products size31544

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.07	c SCIP version 1.1.0.7
0.00/0.07	c LP-Solver SoPlex 1.4.1
0.00/0.07	c user parameter file <scip.set> not found - using default parameters
0.00/0.07	c read problem <HOME/instance-3737257-1338739479.opb>
0.00/0.07	c original problem has 16772 variables (16772 bin, 0 int, 0 impl, 0 cont) and 16772 constraints
0.09/0.13	c start presolving problem
0.09/0.13	c presolving:
0.19/0.29	c (round 1) 15772 del vars, 1000 del conss, 15772 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 63088 impls, 0 clqs
0.39/0.44	c    (0.3s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.44	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.44	c presolving (2 rounds):
0.39/0.44	c  15772 deleted vars, 1000 deleted constraints, 15772 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.44	c  94632 implications, 0 cliques
0.39/0.44	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 15772 constraints
0.39/0.44	c   15772 constraints of type <and>
0.39/0.44	c transformed objective value is always integral (scale: 1)
0.39/0.44	c Presolving Time: 0.26
0.39/0.44	c OPT-NLC
0.39/0.44	c -----------------------------------------------------------------------------------------------
0.39/0.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/memory = c 13950
0.39/0.44	c # maximal time in seconds to run
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/time = c 1791
0.39/0.44	c # frequency for displaying node information lines
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.44	c display/freq = c 10000
0.39/0.44	c -----------------------------------------------------------------------------------------------
0.39/0.44	c start solving problem
0.39/0.44	c 
0.69/0.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.73	c   0.6s|     1 |     0 |  1103 |  59M|   0 |1000 |1000 |  15k|  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |      --      |    Inf 
0.69/0.74	o -90
0.69/0.74	c R 0.6s|     1 |     0 |  1103 |  59M|   0 |1000 |1000 |  15k|  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |-9.000000e+01 |  82.00%
0.99/1.07	c   0.9s|     1 |     0 |  1197 |  59M|   0 | 991 |1000 |  15k|  15k|1000 |  15k|  12 |   0 |   0 |-4.955000e+02 |-9.000000e+01 |  81.84%
1.39/1.42	c   1.3s|     1 |     0 |  1339 |  59M|   0 | 982 |1000 |  15k|  15k|1000 |  15k|  24 |   0 |   0 |-4.910000e+02 |-9.000000e+01 |  81.67%
1.69/1.79	c   1.6s|     1 |     0 |  1485 |  59M|   0 | 977 |1000 |  15k|  15k|1000 |  15k|  33 |   0 |   0 |-4.885000e+02 |-9.000000e+01 |  81.58%
2.20/2.29	c   2.1s|     1 |     0 |  1787 |  59M|   0 | 972 |1000 |  15k|  15k|1000 |  15k|  43 |   0 |   0 |-4.860000e+02 |-9.000000e+01 |  81.48%
2.20/2.29	o -91
2.20/2.29	c R 2.1s|     1 |     0 |  1787 |  59M|   0 | 972 |1000 |  15k|  15k|1000 |  15k|  43 |   0 |   0 |-4.860000e+02 |-9.100000e+01 |  81.28%
2.69/2.76	c   2.6s|     1 |     0 |  1998 |  59M|   0 | 967 |1000 |  15k|  15k|1000 |  15k|  49 |   0 |   0 |-4.835000e+02 |-9.100000e+01 |  81.18%
3.19/3.29	c   3.1s|     1 |     0 |  2221 |  59M|   0 | 963 |1000 |  15k|  15k|1000 |  15k|  58 |   0 |   0 |-4.815000e+02 |-9.100000e+01 |  81.10%
3.79/3.87	c   3.7s|     1 |     0 |  2549 |  59M|   0 | 958 |1000 |  15k|  15k|1000 |  15k|  66 |   0 |   0 |-4.790000e+02 |-9.100000e+01 |  81.00%
4.30/4.37	c   4.2s|     1 |     0 |  2717 |  59M|   0 | 955 |1000 |  15k|  15k|1000 |  15k|  71 |   0 |   0 |-4.775000e+02 |-9.100000e+01 |  80.94%
5.09/5.18	c   5.0s|     1 |     0 |  3155 |  60M|   0 | 949 |1000 |  15k|  15k|1000 |  15k|  82 |   0 |   0 |-4.745000e+02 |-9.100000e+01 |  80.82%
5.79/5.82	c   5.6s|     1 |     0 |  3512 |  60M|   0 | 943 |1000 |  15k|  15k|1000 |  15k|  89 |   0 |   0 |-4.715000e+02 |-9.100000e+01 |  80.70%
6.39/6.44	c   6.2s|     1 |     0 |  3915 |  60M|   0 | 940 |1000 |  15k|  15k|1000 |1414 |  96 |   0 |   0 |-4.692500e+02 |-9.100000e+01 |  80.61%
6.49/6.58	c   6.4s|     1 |     0 |  4190 |  60M|   0 | 928 |1000 |  15k|  15k|1000 |1421 | 103 |   0 |   0 |-4.680000e+02 |-9.100000e+01 |  80.56%
6.68/6.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.68/6.73	c   6.5s|     1 |     0 |  4470 |  60M|   0 | 917 |1000 |  15k|  15k|1000 |1537 | 219 |   0 |   0 |-4.657500e+02 |-9.100000e+01 |  80.46%
6.88/6.90	c   6.7s|     1 |     0 |  4850 |  60M|   0 | 913 |1000 |  15k|  15k|1000 |1744 | 426 |   0 |   0 |-4.635000e+02 |-9.100000e+01 |  80.37%
7.08/7.13	c   6.9s|     1 |     0 |  5263 |  60M|   0 | 920 |1000 |  15k|  15k|1000 |1934 | 616 |   0 |   0 |-4.617500e+02 |-9.100000e+01 |  80.29%
7.29/7.37	c   7.2s|     1 |     0 |  5829 |  60M|   0 | 923 |1000 |  15k|  15k|1000 |2038 | 720 |   0 |   0 |-4.600000e+02 |-9.100000e+01 |  80.22%
7.59/7.66	c   7.4s|     1 |     0 |  6376 |  60M|   0 | 910 |1000 |  15k|  15k|1000 |1880 | 902 |   0 |   0 |-4.590000e+02 |-9.100000e+01 |  80.17%
7.89/7.92	c   7.7s|     1 |     0 |  7085 |  60M|   0 | 959 |1000 |  15k|  15k|1000 |2000 |1022 |   0 |   0 |-4.570761e+02 |-9.100000e+01 |  80.09%
8.39/8.42	c   8.2s|     1 |     0 |  7443 |  60M|   0 | 913 |1000 |  15k|  15k|1000 |4000 |3022 |   0 |   0 |-4.565000e+02 |-9.100000e+01 |  80.07%
8.80/8.82	c   8.6s|     1 |     0 |  8187 |  60M|   0 | 910 |1000 |  15k|  15k|1000 |4011 |3033 |   0 |   0 |-4.540000e+02 |-9.100000e+01 |  79.96%
9.09/9.18	c   8.9s|     1 |     0 |  8902 |  60M|   0 | 902 |1000 |  15k|  15k|1000 |4020 |3042 |   0 |   0 |-4.520000e+02 |-9.100000e+01 |  79.87%
9.29/9.36	c   9.1s|     1 |     0 |  9175 |  60M|   0 | 900 |1000 |  15k|  15k|1000 |4051 |3073 |   0 |   0 |-4.510000e+02 |-9.100000e+01 |  79.82%
9.48/9.57	c   9.3s|     1 |     0 |  9503 |  60M|   0 | 900 |1000 |  15k|  15k|1000 |3746 |3100 |   0 |   0 |-4.510000e+02 |-9.100000e+01 |  79.82%
9.79/9.81	c   9.6s|     1 |     0 |  9926 |  60M|   0 | 894 |1000 |  15k|  15k|1000 |3776 |3130 |   0 |   0 |-4.500000e+02 |-9.100000e+01 |  79.78%
9.99/10.02	c   9.8s|     1 |     0 | 10281 |  60M|   0 | 895 |1000 |  15k|  15k|1000 |3853 |3207 |   0 |   0 |-4.485000e+02 |-9.100000e+01 |  79.71%
10.29/10.33	c  10.1s|     1 |     0 | 10984 |  61M|   0 | 892 |1000 |  15k|  15k|1000 |3902 |3256 |   0 |   0 |-4.470000e+02 |-9.100000e+01 |  79.64%
10.49/10.55	c  10.3s|     1 |     0 | 11363 |  61M|   0 | 888 |1000 |  15k|  15k|1000 |3937 |3291 |   0 |   0 |-4.470000e+02 |-9.100000e+01 |  79.64%
10.89/10.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.89/10.93	c  10.7s|     1 |     0 | 12188 |  61M|   0 | 887 |1000 |  15k|  15k|1000 |4010 |3364 |   0 |   0 |-4.465000e+02 |-9.100000e+01 |  79.62%
11.28/11.37	c  11.1s|     1 |     0 | 13069 |  61M|   0 | 899 |1000 |  15k|  15k|1000 |3174 |3443 |   0 |   0 |-4.458000e+02 |-9.100000e+01 |  79.59%
11.69/11.71	c  11.5s|     1 |     0 | 13775 |  61M|   0 | 880 |1000 |  15k|  15k|1000 |3261 |3530 |   0 |   0 |-4.450000e+02 |-9.100000e+01 |  79.55%
12.19/12.22	c  12.0s|     1 |     0 | 15164 |  61M|   0 | 878 |1000 |  15k|  15k|1000 |3379 |3648 |   0 |   0 |-4.430000e+02 |-9.100000e+01 |  79.46%
12.39/12.44	c  12.2s|     1 |     0 | 15552 |  61M|   0 | 880 |1000 |  15k|  15k|1000 |3504 |3773 |   0 |   0 |-4.420000e+02 |-9.100000e+01 |  79.41%
12.69/12.77	c  12.5s|     1 |     0 | 16230 |  61M|   0 | 883 |1000 |  15k|  15k|1000 |3553 |3822 |   0 |   0 |-4.410000e+02 |-9.100000e+01 |  79.37%
13.09/13.10	c  12.8s|     1 |     0 | 16959 |  61M|   0 | 876 |1000 |  15k|  15k|1000 |3608 |3877 |   0 |   0 |-4.390000e+02 |-9.100000e+01 |  79.27%
13.38/13.44	c  13.2s|     1 |     0 | 17797 |  61M|   0 | 873 |1000 |  15k|  15k|1000 |3429 |3973 |   0 |   0 |-4.375000e+02 |-9.100000e+01 |  79.20%
13.68/13.74	c  13.5s|     1 |     0 | 18427 |  61M|   0 | 867 |1000 |  15k|  15k|1000 |3458 |4002 |   0 |   0 |-4.365000e+02 |-9.100000e+01 |  79.15%
14.19/14.22	c  14.0s|     1 |     0 | 19710 |  61M|   0 | 876 |1000 |  15k|  15k|1000 |3532 |4076 |   0 |   0 |-4.352500e+02 |-9.100000e+01 |  79.09%
14.59/14.64	c  14.4s|     1 |     0 | 20851 |  61M|   0 | 867 |1000 |  15k|  15k|1000 |3559 |4103 |   0 |   0 |-4.335000e+02 |-9.100000e+01 |  79.01%
15.09/15.14	c  14.9s|     1 |     0 | 21984 |  61M|   0 | 909 |1000 |  15k|  15k|1000 |3568 |4112 |   0 |   0 |-4.320357e+02 |-9.100000e+01 |  78.94%
15.68/15.71	c  15.4s|     1 |     0 | 22350 |  62M|   0 | 864 |1000 |  15k|  15k|1000 |5568 |6112 |   0 |   0 |-4.320000e+02 |-9.100000e+01 |  78.94%
15.99/16.05	c  15.8s|     1 |     0 | 22890 |  62M|   0 | 868 |1000 |  15k|  15k|1000 |5056 |6121 |   0 |   0 |-4.306667e+02 |-9.100000e+01 |  78.87%
16.28/16.38	c  16.1s|     1 |     0 | 23477 |  63M|   0 | 863 |1000 |  15k|  15k|1000 |5086 |6151 |   0 |   0 |-4.291429e+02 |-9.100000e+01 |  78.79%
16.68/16.72	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.68/16.72	c  16.4s|     1 |     0 | 24076 |  63M|   0 | 857 |1000 |  15k|  15k|1000 |5140 |6205 |   0 |   0 |-4.282500e+02 |-9.100000e+01 |  78.75%
17.09/17.12	c  16.9s|     1 |     0 | 24887 |  63M|   0 | 854 |1000 |  15k|  15k|1000 |5234 |6299 |   0 |   0 |-4.270000e+02 |-9.100000e+01 |  78.69%
17.39/17.43	c  17.1s|     1 |     0 | 25373 |  63M|   0 | 851 |1000 |  15k|  15k|1000 |5262 |6327 |   0 |   0 |-4.265000e+02 |-9.100000e+01 |  78.66%
17.69/17.71	c  17.4s|     1 |     0 | 25795 |  63M|   0 | 852 |1000 |  15k|  15k|1000 |5298 |6363 |   0 |   0 |-4.255000e+02 |-9.100000e+01 |  78.61%
18.19/18.25	c  18.0s|     1 |     0 | 26675 |  63M|   0 | 850 |1000 |  15k|  15k|1000 |4878 |6375 |   0 |   0 |-4.245000e+02 |-9.100000e+01 |  78.56%
18.59/18.70	c  18.4s|     1 |     0 | 27522 |  63M|   0 | 843 |1000 |  15k|  15k|1000 |4886 |6383 |   0 |   0 |-4.230000e+02 |-9.100000e+01 |  78.49%
18.88/18.92	c  18.6s|     1 |     0 | 27801 |  63M|   0 | 842 |1000 |  15k|  15k|1000 |4937 |6434 |   0 |   0 |-4.215000e+02 |-9.100000e+01 |  78.41%
19.28/19.31	c  19.0s|     1 |     0 | 28451 |  63M|   0 | 852 |1000 |  15k|  15k|1000 |4961 |6458 |   0 |   0 |-4.200000e+02 |-9.100000e+01 |  78.33%
19.58/19.69	c  19.4s|     1 |     0 | 29050 |  63M|   0 | 837 |1000 |  15k|  15k|1000 |5018 |6515 |   0 |   0 |-4.185000e+02 |-9.100000e+01 |  78.26%
20.18/20.24	c  19.9s|     1 |     0 | 29951 |  64M|   0 | 834 |1000 |  15k|  15k|1000 |5026 |6523 |   0 |   0 |-4.175000e+02 |-9.100000e+01 |  78.20%
20.49/20.58	c  20.3s|     1 |     0 | 30502 |  64M|   0 | 831 |1000 |  15k|  15k|1000 |3277 |6548 |   0 |   0 |-4.160000e+02 |-9.100000e+01 |  78.12%
20.89/20.93	c  20.6s|     1 |     0 | 31160 |  64M|   0 | 826 |1000 |  15k|  15k|1000 |3310 |6581 |   0 |   0 |-4.155000e+02 |-9.100000e+01 |  78.10%
21.19/21.22	c  20.9s|     1 |     0 | 31820 |  64M|   0 | 826 |1000 |  15k|  15k|1000 |3385 |6656 |   0 |   0 |-4.145000e+02 |-9.100000e+01 |  78.05%
21.69/21.77	c  21.5s|     1 |     0 | 33100 |  64M|   0 | 826 |1000 |  15k|  15k|1000 |3434 |6705 |   0 |   0 |-4.125000e+02 |-9.100000e+01 |  77.94%
22.08/22.15	c  21.9s|     1 |     0 | 34041 |  64M|   0 | 830 |1000 |  15k|  15k|1000 |3440 |6711 |   0 |   0 |-4.117500e+02 |-9.100000e+01 |  77.90%
22.49/22.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.49/22.58	c  22.3s|     1 |     0 | 35117 |  64M|   0 | 858 |1000 |  15k|  15k|1000 |3453 |6724 |   0 |   0 |-4.106667e+02 |-9.100000e+01 |  77.84%
23.00/23.05	c  22.8s|     1 |     0 | 36025 |  64M|   0 | 821 |1000 |  15k|  15k|1000 |3658 |7292 |   0 |   0 |-4.080000e+02 |-9.100000e+01 |  77.70%
23.39/23.42	c  23.1s|     1 |     0 | 36718 |  64M|   0 | 818 |1000 |  15k|  15k|1000 |3808 |7442 |   0 |   0 |-4.075000e+02 |-9.100000e+01 |  77.67%
23.99/24.01	c  23.7s|     1 |     0 | 38037 |  64M|   0 | 810 |1000 |  15k|  15k|1000 |3898 |7532 |   0 |   0 |-4.057500e+02 |-9.100000e+01 |  77.57%
24.29/24.34	c  24.1s|     1 |     0 | 38672 |  64M|   0 | 829 |1000 |  15k|  15k|1000 |3949 |7583 |   0 |   0 |-4.050000e+02 |-9.100000e+01 |  77.53%
24.88/24.90	c  24.6s|     1 |     0 | 39689 |  65M|   0 | 810 |1000 |  15k|  15k|1000 |4006 |7640 |   0 |   0 |-4.050000e+02 |-9.100000e+01 |  77.53%
25.19/25.30	c  25.0s|     1 |     0 | 40393 |  65M|   0 | 806 |1000 |  15k|  15k|1000 |4014 |7648 |   0 |   0 |-4.050000e+02 |-9.100000e+01 |  77.53%
25.88/25.94	c  25.6s|     1 |     0 | 41595 |  65M|   0 | 810 |1000 |  15k|  15k|1000 |3798 |7693 |   0 |   0 |-4.050000e+02 |-9.100000e+01 |  77.53%
26.48/26.59	c  26.3s|     1 |     0 | 43145 |  65M|   0 | 822 |1000 |  15k|  15k|1000 |3878 |7773 |   0 |   0 |-4.045000e+02 |-9.100000e+01 |  77.50%
27.39/27.44	c  27.1s|     1 |     0 | 44887 |  66M|   0 | 802 |1000 |  15k|  15k|1000 |3911 |7806 |   0 |   0 |-4.038333e+02 |-9.100000e+01 |  77.47%
28.08/28.12	c  27.8s|     1 |     0 | 46665 |  66M|   0 | 847 |1000 |  15k|  15k|1000 |4022 |7917 |   0 |   0 |-4.028846e+02 |-9.100000e+01 |  77.41%
28.88/28.90	c  28.6s|     1 |     0 | 48347 |  66M|   0 | 848 |1000 |  15k|  15k|1000 |4286 |8181 |   0 |   0 |-4.015000e+02 |-9.100000e+01 |  77.33%
29.78/29.89	c  29.6s|     1 |     0 | 50193 |  66M|   0 | 836 |1000 |  15k|  15k|1000 |4493 |8388 |   0 |   0 |-4.007778e+02 |-9.100000e+01 |  77.29%
30.29/30.32	c  30.0s|     1 |     0 | 50996 |  67M|   0 | 802 |1000 |  15k|  15k|1000 |3899 |8435 |   0 |   0 |-4.005000e+02 |-9.100000e+01 |  77.28%
30.98/31.04	c  30.7s|     1 |     0 | 52775 |  67M|   0 | 852 |1000 |  15k|  15k|1000 |4030 |8566 |   0 |   0 |-3.993875e+02 |-9.100000e+01 |  77.22%
31.48/31.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.48/31.52	c  31.2s|     1 |     0 | 53753 |  67M|   0 | 822 |1000 |  15k|  15k|1000 |4410 |8946 |   0 |   0 |-3.980000e+02 |-9.100000e+01 |  77.14%
32.59/32.68	c  32.4s|     1 |     0 | 56210 |  68M|   0 | 884 |1000 |  15k|  15k|1000 |4428 |8964 |   0 |   0 |-3.973739e+02 |-9.100000e+01 |  77.10%
33.48/33.53	c  33.2s|     1 |     0 | 57923 |  69M|   0 | 843 |1000 |  15k|  15k|1000 |4773 |9309 |   0 |   0 |-3.961667e+02 |-9.100000e+01 |  77.03%
34.58/34.64	c  34.3s|     1 |     0 | 59434 |  70M|   0 | 837 |1000 |  15k|  15k|1000 |4821 |9357 |   0 |   0 |-3.953636e+02 |-9.100000e+01 |  76.98%
35.59/35.70	c  35.4s|     1 |     0 | 61403 |  70M|   0 | 844 |1000 |  15k|  15k|1000 |4645 |9391 |   0 |   0 |-3.940882e+02 |-9.100000e+01 |  76.91%
36.48/36.54	c  36.2s|     1 |     0 | 63295 |  72M|   0 | 845 |1000 |  15k|  15k|1000 |4736 |9482 |   0 |   0 |-3.926740e+02 |-9.100000e+01 |  76.83%
37.18/37.25	c  36.9s|     1 |     0 | 64683 |  73M|   0 | 846 |1000 |  15k|  15k|1000 |4827 |9573 |   0 |   0 |-3.920593e+02 |-9.100000e+01 |  76.79%
38.08/38.15	c  37.8s|     1 |     0 | 66565 |  74M|   0 | 809 |1000 |  15k|  15k|1000 |4945 |9691 |   0 |   0 |-3.915000e+02 |-9.100000e+01 |  76.76%
39.78/39.80	c  39.4s|     1 |     0 | 69498 |  74M|   0 | 854 |1000 |  15k|  15k|1000 |4971 |9717 |   0 |   0 |-3.904958e+02 |-9.100000e+01 |  76.70%
40.69/40.73	c  40.4s|     1 |     0 | 71131 |  75M|   0 | 851 |1000 |  15k|  15k|1000 |5045 |9791 |   0 |   0 |-3.890000e+02 |-9.100000e+01 |  76.61%
41.88/41.99	c  41.6s|     1 |     0 | 73046 |  75M|   0 | 845 |1000 |  15k|  15k|1000 |4531 |9840 |   0 |   0 |-3.890000e+02 |-9.100000e+01 |  76.61%
43.38/43.45	c  43.1s|     1 |     0 | 75463 |  75M|   0 | 846 |1000 |  15k|  15k|1000 |4553 |9862 |   0 |   0 |-3.884955e+02 |-9.100000e+01 |  76.58%
44.38/44.46	c  44.1s|     1 |     0 | 76739 |  75M|   0 | 835 |1000 |  15k|  15k|1000 |4639 |9948 |   0 |   0 |-3.878333e+02 |-9.100000e+01 |  76.54%
46.09/46.18	c  45.8s|     1 |     0 | 79436 |  75M|   0 | 827 |1000 |  15k|  15k|1000 |4697 |  10k|   0 |   0 |-3.874000e+02 |-9.100000e+01 |  76.51%
48.18/48.20	c  47.8s|     1 |     0 | 82397 |  79M|   0 | 886 |1000 |  15k|  15k|1000 |4713 |  10k|   0 |   0 |-3.857273e+02 |-9.100000e+01 |  76.41%
49.58/49.68	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.58/49.68	c  49.3s|     1 |     0 | 84895 |  81M|   0 | 849 |1000 |  15k|  15k|1000 |4846 |  10k|   0 |   0 |-3.845000e+02 |-9.100000e+01 |  76.33%
51.68/51.78	c  51.4s|     1 |     0 | 88251 |  82M|   0 | 868 |1000 |  15k|  15k|1000 |4500 |  10k|   0 |   0 |-3.835422e+02 |-9.100000e+01 |  76.27%
52.97/53.02	c  52.6s|     1 |     0 | 90320 |  83M|   0 | 825 |1000 |  15k|  15k|1000 |4662 |  10k|   0 |   0 |-3.813071e+02 |-9.100000e+01 |  76.13%
53.68/53.79	c  53.4s|     1 |     0 | 91891 |  83M|   0 | 876 |1000 |  15k|  15k|1000 |4714 |  10k|   0 |   0 |-3.810134e+02 |-9.100000e+01 |  76.12%
55.07/55.16	c  54.7s|     1 |     0 | 94168 |  83M|   0 | 810 |1000 |  15k|  15k|1000 |4823 |  10k|   0 |   0 |-3.800000e+02 |-9.100000e+01 |  76.05%
56.09/56.17	c  55.7s|     1 |     0 | 95787 |  83M|   0 | 811 |1000 |  15k|  15k|1000 |4874 |  10k|   0 |   0 |-3.797500e+02 |-9.100000e+01 |  76.04%
58.57/58.61	c  58.2s|     1 |     0 | 99777 |  83M|   0 | 834 |1000 |  15k|  15k|1000 |4921 |  10k|   0 |   0 |-3.792727e+02 |-9.100000e+01 |  76.01%
60.07/60.17	c  59.7s|     1 |     0 |101997 |  83M|   0 | 847 |1000 |  15k|  15k|1000 |4663 |  10k|   0 |   0 |-3.781944e+02 |-9.100000e+01 |  75.94%
61.67/61.77	c  61.3s|     1 |     0 |104543 |  84M|   0 | 860 |1000 |  15k|  15k|1000 |4688 |  10k|   0 |   0 |-3.772939e+02 |-9.100000e+01 |  75.88%
63.17/63.26	c  62.8s|     1 |     0 |106476 |  84M|   0 | 824 |1000 |  15k|  15k|1000 |4772 |  10k|   0 |   0 |-3.764282e+02 |-9.100000e+01 |  75.83%
64.67/64.70	c  64.2s|     1 |     0 |108715 |  85M|   0 | 896 |1000 |  15k|  15k|1000 |4821 |  10k|   0 |   0 |-3.755110e+02 |-9.100000e+01 |  75.77%
66.37/66.43	c  66.0s|     1 |     0 |111250 |  86M|   0 | 804 |1000 |  15k|  15k|1000 |4945 |  10k|   0 |   0 |-3.740000e+02 |-9.100000e+01 |  75.67%
68.07/68.10	c  67.6s|     1 |     0 |113921 |  89M|   0 | 859 |1000 |  15k|  15k|1000 |4975 |  10k|   0 |   0 |-3.727295e+02 |-9.100000e+01 |  75.59%
69.47/69.52	c  69.0s|     1 |     0 |116280 |  92M|   0 | 899 |1000 |  15k|  15k|1000 |4814 |  11k|   0 |   0 |-3.715068e+02 |-9.100000e+01 |  75.51%
71.17/71.28	c  70.8s|     1 |     0 |118821 |  93M|   0 | 890 |1000 |  15k|  15k|1000 |4949 |  11k|   0 |   0 |-3.696364e+02 |-9.100000e+01 |  75.38%
72.56/72.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.56/72.67	c  72.2s|     1 |     0 |121125 |  95M|   0 | 882 |1000 |  15k|  15k|1000 |5117 |  11k|   0 |   0 |-3.687380e+02 |-9.100000e+01 |  75.32%
74.06/74.18	c  73.7s|     1 |     0 |123429 |  96M|   0 | 907 |1000 |  15k|  15k|1000 |5162 |  11k|   0 |   0 |-3.679107e+02 |-9.100000e+01 |  75.27%
75.96/76.05	c  75.5s|     1 |     0 |126329 |  96M|   0 | 919 |1000 |  15k|  15k|1000 |5412 |  11k|   0 |   0 |-3.658542e+02 |-9.100000e+01 |  75.13%
77.46/77.55	c  77.0s|     1 |     0 |128089 |  96M|   0 | 908 |1000 |  15k|  15k|1000 |5548 |  11k|   0 |   0 |-3.652383e+02 |-9.100000e+01 |  75.08%
79.56/79.61	c  79.1s|     1 |     0 |130729 |  97M|   0 | 911 |1000 |  15k|  15k|1000 |5509 |  11k|   0 |   0 |-3.643223e+02 |-9.100000e+01 |  75.02%
81.16/81.21	c  80.7s|     1 |     0 |132692 |  97M|   0 | 884 |1000 |  15k|  15k|1000 |5590 |  12k|   0 |   0 |-3.634225e+02 |-9.100000e+01 |  74.96%
83.46/83.56	c  83.0s|     1 |     0 |136363 |  99M|   0 | 896 |1000 |  15k|  15k|1000 |5618 |  12k|   0 |   0 |-3.624649e+02 |-9.100000e+01 |  74.89%
85.46/85.50	c  85.0s|     1 |     0 |139000 |  99M|   0 | 928 |1000 |  15k|  15k|1000 |5652 |  12k|   0 |   0 |-3.612905e+02 |-9.100000e+01 |  74.81%
88.06/88.10	c  87.5s|     1 |     0 |142518 | 101M|   0 | 931 |1000 |  15k|  15k|1000 |5715 |  12k|   0 |   0 |-3.592199e+02 |-9.100000e+01 |  74.67%
89.96/90.00	c  89.4s|     1 |     0 |144921 | 101M|   0 | 932 |1000 |  15k|  15k|1000 |5815 |  12k|   0 |   0 |-3.580665e+02 |-9.100000e+01 |  74.59%
91.76/91.80	c  91.2s|     1 |     0 |147073 | 101M|   0 | 923 |1000 |  15k|  15k|1000 |5586 |  12k|   0 |   0 |-3.573193e+02 |-9.100000e+01 |  74.53%
93.56/93.61	c  93.0s|     1 |     0 |149170 | 101M|   0 | 902 |1000 |  15k|  15k|1000 |5697 |  12k|   0 |   0 |-3.563900e+02 |-9.100000e+01 |  74.47%
95.46/95.54	c  95.0s|     1 |     0 |151936 | 101M|   0 | 933 |1000 |  15k|  15k|1000 |5726 |  12k|   0 |   0 |-3.552960e+02 |-9.100000e+01 |  74.39%
97.86/97.91	c  97.3s|     1 |     0 |155037 | 101M|   0 | 929 |1000 |  15k|  15k|1000 |5793 |  12k|   0 |   0 |-3.542589e+02 |-9.100000e+01 |  74.31%
99.55/99.62	c  99.0s|     1 |     0 |156783 | 101M|   0 | 929 |1000 |  15k|  15k|1000 |5879 |  12k|   0 |   0 |-3.537095e+02 |-9.100000e+01 |  74.27%
101.45/101.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.45/101.53	c   101s|     1 |     0 |158730 | 101M|   0 | 942 |1000 |  15k|  15k|1000 |5909 |  12k|   0 |   0 |-3.531884e+02 |-9.100000e+01 |  74.23%
103.85/103.99	c   103s|     1 |     0 |161397 | 101M|   0 | 948 |1000 |  15k|  15k|1000 |5657 |  12k|   0 |   0 |-3.521444e+02 |-9.100000e+01 |  74.16%
105.95/106.07	c   105s|     1 |     0 |163520 | 101M|   0 | 955 |1000 |  15k|  15k|1000 |5765 |  12k|   0 |   0 |-3.510429e+02 |-9.100000e+01 |  74.08%
108.05/108.15	c   108s|     1 |     0 |165738 | 101M|   0 | 955 |1000 |  15k|  15k|1000 |5844 |  12k|   0 |   0 |-3.503810e+02 |-9.100000e+01 |  74.03%
110.25/110.39	c   110s|     1 |     0 |167958 | 101M|   0 | 959 |1000 |  15k|  15k|1000 |5889 |  13k|   0 |   0 |-3.497759e+02 |-9.100000e+01 |  73.98%
112.25/112.35	c   112s|     1 |     0 |169710 | 101M|   0 | 965 |1000 |  15k|  15k|1000 |5935 |  13k|   0 |   0 |-3.490504e+02 |-9.100000e+01 |  73.93%
114.55/114.67	c   114s|     1 |     0 |172015 | 101M|   0 | 958 |1000 |  15k|  15k|1000 |5971 |  13k|   0 |   0 |-3.483321e+02 |-9.100000e+01 |  73.88%
116.65/116.75	c   116s|     1 |     0 |173926 | 101M|   0 | 961 |1000 |  15k|  15k|1000 |5719 |  13k|   0 |   0 |-3.479512e+02 |-9.100000e+01 |  73.85%
118.45/118.52	c   118s|     1 |     0 |175152 | 101M|   0 | 964 |1000 |  15k|  15k|1000 |5738 |  13k|   0 |   0 |-3.477030e+02 |-9.100000e+01 |  73.83%
120.55/120.67	c   120s|     1 |     0 |177093 | 101M|   0 | 968 |1000 |  15k|  15k|1000 |5775 |  13k|   0 |   0 |-3.472611e+02 |-9.100000e+01 |  73.79%
122.95/123.00	c   122s|     1 |     0 |179061 | 101M|   0 | 963 |1000 |  15k|  15k|1000 |5862 |  13k|   0 |   0 |-3.467501e+02 |-9.100000e+01 |  73.76%
125.35/125.42	c   125s|     1 |     0 |181281 | 101M|   0 | 972 |1000 |  15k|  15k|1000 |5896 |  13k|   0 |   0 |-3.460787e+02 |-9.100000e+01 |  73.71%
127.84/127.99	c   127s|     1 |     0 |183599 | 101M|   0 | 974 |1000 |  15k|  15k|1000 |5974 |  13k|   0 |   0 |-3.452035e+02 |-9.100000e+01 |  73.64%
130.45/130.57	c   130s|     1 |     0 |185902 | 101M|   0 | 987 |1000 |  15k|  15k|1000 |5825 |  13k|   0 |   0 |-3.444479e+02 |-9.100000e+01 |  73.58%
132.85/132.92	c   132s|     1 |     0 |187571 | 101M|   0 | 981 |1000 |  15k|  15k|1000 |5984 |  13k|   0 |   0 |-3.438760e+02 |-9.100000e+01 |  73.54%
135.25/135.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.25/135.35	c   135s|     1 |     0 |189318 | 101M|   0 | 983 |1000 |  15k|  15k|1000 |6019 |  13k|   0 |   0 |-3.432074e+02 |-9.100000e+01 |  73.49%
137.65/137.78	c   137s|     1 |     0 |191010 | 101M|   0 | 990 |1000 |  15k|  15k|1000 |6063 |  13k|   0 |   0 |-3.427598e+02 |-9.100000e+01 |  73.45%
140.44/140.54	c   140s|     1 |     0 |193135 | 101M|   0 | 988 |1000 |  15k|  15k|1000 |6136 |  13k|   0 |   0 |-3.418194e+02 |-9.100000e+01 |  73.38%
143.15/143.25	c   142s|     1 |     0 |195081 | 101M|   0 | 989 |1000 |  15k|  15k|1000 |6211 |  13k|   0 |   0 |-3.412598e+02 |-9.100000e+01 |  73.33%
145.44/145.55	c   145s|     1 |     0 |196198 | 101M|   0 | 987 |1000 |  15k|  15k|1000 |6133 |  13k|   0 |   0 |-3.411136e+02 |-9.100000e+01 |  73.32%
148.35/148.46	c   148s|     1 |     0 |198366 | 100M|   0 | 983 |1000 |  15k|  15k|1000 |6145 |  13k|   0 |   0 |-3.402400e+02 |-9.100000e+01 |  73.25%
151.25/151.36	c   151s|     1 |     0 |200748 | 100M|   0 | 988 |1000 |  15k|  15k|1000 |6202 |  13k|   0 |   0 |-3.393010e+02 |-9.100000e+01 |  73.18%
153.64/153.79	c   153s|     1 |     0 |202244 | 100M|   0 | 986 |1000 |  15k|  15k|1000 |6255 |  14k|   0 |   0 |-3.389489e+02 |-9.100000e+01 |  73.15%
156.24/156.37	c   156s|     1 |     0 |203901 | 100M|   0 | 995 |1000 |  15k|  15k|1000 |6293 |  14k|   0 |   0 |-3.385326e+02 |-9.100000e+01 |  73.12%
158.84/158.97	c   158s|     1 |     0 |205390 | 100M|   0 | 991 |1000 |  15k|  15k|1000 |6319 |  14k|   0 |   0 |-3.382081e+02 |-9.100000e+01 |  73.09%
161.24/161.37	c   161s|     1 |     0 |206560 | 100M|   0 | 989 |1000 |  15k|  15k|1000 |6129 |  14k|   0 |   0 |-3.379145e+02 |-9.100000e+01 |  73.07%
163.74/163.89	c   163s|     1 |     0 |208147 | 100M|   0 | 996 |1000 |  15k|  15k|1000 |6152 |  14k|   0 |   0 |-3.375007e+02 |-9.100000e+01 |  73.04%
166.14/166.29	c   165s|     1 |     0 |209424 | 100M|   0 | 999 |1000 |  15k|  15k|1000 |6213 |  14k|   0 |   0 |-3.372128e+02 |-9.100000e+01 |  73.01%
168.74/168.82	c   168s|     1 |     0 |210854 | 100M|   0 | 995 |1000 |  15k|  15k|1000 |6247 |  14k|   0 |   0 |-3.367995e+02 |-9.100000e+01 |  72.98%
171.24/171.31	c   170s|     1 |     0 |212173 | 100M|   0 | 993 |1000 |  15k|  15k|1000 |6305 |  14k|   0 |   0 |-3.365184e+02 |-9.100000e+01 |  72.96%
173.74/173.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.74/173.82	c   173s|     1 |     0 |213378 | 100M|   0 | 994 |1000 |  15k|  15k|1000 |6345 |  14k|   0 |   0 |-3.361327e+02 |-9.100000e+01 |  72.93%
176.34/176.41	c   176s|     1 |     0 |214691 | 100M|   0 | 994 |1000 |  15k|  15k|1000 |6232 |  14k|   0 |   0 |-3.356347e+02 |-9.100000e+01 |  72.89%
178.64/178.70	c   178s|     1 |     0 |215648 | 100M|   0 | 995 |1000 |  15k|  15k|1000 |6254 |  14k|   0 |   0 |-3.354439e+02 |-9.100000e+01 |  72.87%
181.24/181.33	c   180s|     1 |     0 |217123 |  99M|   0 | 992 |1000 |  15k|  15k|1000 |6285 |  14k|   0 |   0 |-3.350396e+02 |-9.100000e+01 |  72.84%
183.74/183.88	c   183s|     1 |     0 |218560 |  99M|   0 | 989 |1000 |  15k|  15k|1000 |6303 |  14k|   0 |   0 |-3.346687e+02 |-9.100000e+01 |  72.81%
186.74/186.89	c   186s|     1 |     0 |220613 |  99M|   0 | 992 |1000 |  15k|  15k|1000 |6361 |  14k|   0 |   0 |-3.338453e+02 |-9.100000e+01 |  72.74%
189.44/189.53	c   189s|     1 |     0 |221988 |  99M|   0 | 995 |1000 |  15k|  15k|1000 |6387 |  14k|   0 |   0 |-3.335117e+02 |-9.100000e+01 |  72.71%
191.93/192.06	c   191s|     1 |     0 |223197 |  99M|   0 | 993 |1000 |  15k|  15k|1000 |6341 |  14k|   0 |   0 |-3.330762e+02 |-9.100000e+01 |  72.68%
194.74/194.84	c   194s|     1 |     0 |224719 |  99M|   0 | 995 |1000 |  15k|  15k|1000 |6369 |  14k|   0 |   0 |-3.326035e+02 |-9.100000e+01 |  72.64%
197.24/197.36	c   196s|     1 |     0 |225905 |  99M|   0 | 994 |1000 |  15k|  15k|1000 |6409 |  14k|   0 |   0 |-3.322419e+02 |-9.100000e+01 |  72.61%
199.94/200.05	c   199s|     1 |     0 |227282 |  99M|   0 | 997 |1000 |  15k|  15k|1000 |6439 |  14k|   0 |   0 |-3.318073e+02 |-9.100000e+01 |  72.57%
202.73/202.83	c   202s|     1 |     0 |228770 |  99M|   0 | 994 |1000 |  15k|  15k|1000 |6465 |  14k|   0 |   0 |-3.313861e+02 |-9.100000e+01 |  72.54%
205.44/205.54	c   205s|     1 |     0 |230015 |  99M|   0 | 994 |1000 |  15k|  15k|1000 |6497 |  14k|   0 |   0 |-3.309877e+02 |-9.100000e+01 |  72.51%
208.34/208.48	c   207s|     1 |     0 |231649 |  99M|   0 | 994 |1000 |  15k|  15k|1000 |6435 |  14k|   0 |   0 |-3.304389e+02 |-9.100000e+01 |  72.46%
211.04/211.18	c   210s|     1 |     0 |232946 |  98M|   0 | 994 |1000 |  15k|  15k|1000 |6466 |  14k|   0 |   0 |-3.299846e+02 |-9.100000e+01 |  72.42%
213.73/213.84	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.73/213.84	c   213s|     1 |     0 |233934 |  98M|   0 | 996 |1000 |  15k|  15k|1000 |6495 |  14k|   0 |   0 |-3.296994e+02 |-9.100000e+01 |  72.40%
216.43/216.52	c   215s|     1 |     0 |235109 |  98M|   0 | 994 |1000 |  15k|  15k|1000 |6518 |  14k|   0 |   0 |-3.292285e+02 |-9.100000e+01 |  72.36%
218.94/219.02	c   218s|     1 |     0 |235938 |  98M|   0 | 994 |1000 |  15k|  15k|1000 |6546 |  14k|   0 |   0 |-3.290184e+02 |-9.100000e+01 |  72.34%
221.43/221.50	c   220s|     1 |     0 |236736 |  98M|   0 | 996 |1000 |  15k|  15k|1000 |6570 |  14k|   0 |   0 |-3.287820e+02 |-9.100000e+01 |  72.32%
224.14/224.27	c   223s|     1 |     0 |237955 |  98M|   0 | 991 |1000 |  15k|  15k|1000 |6493 |  14k|   0 |   0 |-3.283955e+02 |-9.100000e+01 |  72.29%
226.93/227.04	c   226s|     1 |     0 |239284 |  97M|   0 | 992 |1000 |  15k|  15k|1000 |6512 |  14k|   0 |   0 |-3.280189e+02 |-9.100000e+01 |  72.26%
229.63/229.76	c   229s|     1 |     0 |240387 |  97M|   0 | 995 |1000 |  15k|  15k|1000 |6532 |  14k|   0 |   0 |-3.276294e+02 |-9.100000e+01 |  72.22%
232.53/232.65	c   232s|     1 |     0 |241700 |  97M|   0 | 997 |1000 |  15k|  15k|1000 |6554 |  14k|   0 |   0 |-3.273091e+02 |-9.100000e+01 |  72.20%
234.93/235.05	c   234s|     1 |     0 |242358 |  97M|   0 | 998 |1000 |  15k|  15k|1000 |6571 |  14k|   0 |   0 |-3.271311e+02 |-9.100000e+01 |  72.18%
237.63/237.70	c   237s|     1 |     0 |243212 |  96M|   0 | 995 |1000 |  15k|  15k|1000 |6590 |  15k|   0 |   0 |-3.267717e+02 |-9.100000e+01 |  72.15%
240.13/240.25	c   239s|     1 |     0 |243992 |  96M|   0 | 996 |1000 |  15k|  15k|1000 |6524 |  15k|   0 |   0 |-3.265702e+02 |-9.100000e+01 |  72.13%
242.73/242.86	c   242s|     1 |     0 |244915 |  96M|   0 | 996 |1000 |  15k|  15k|1000 |6540 |  15k|   0 |   0 |-3.262243e+02 |-9.100000e+01 |  72.11%
245.52/245.65	c   245s|     1 |     0 |246052 |  96M|   0 | 996 |1000 |  15k|  15k|1000 |6557 |  15k|   0 |   0 |-3.258048e+02 |-9.100000e+01 |  72.07%
248.13/248.24	c   247s|     1 |     0 |246969 |  94M|   0 | 996 |1000 |  15k|  15k|1000 |6577 |  15k|   0 |   0 |-3.254893e+02 |-9.100000e+01 |  72.04%
250.53/250.65	c   250s|     1 |     0 |247592 |  93M|   0 | 995 |1000 |  15k|  15k|1000 |6587 |  15k|   0 |   0 |-3.253080e+02 |-9.100000e+01 |  72.03%
253.02/253.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.02/253.12	c   252s|     1 |     0 |248242 |  93M|   0 | 998 |1000 |  15k|  15k|1000 |6603 |  15k|   0 |   0 |-3.251383e+02 |-9.100000e+01 |  72.01%
255.53/255.64	c   254s|     1 |     0 |249041 |  91M|   0 | 998 |1000 |  15k|  15k|1000 |6560 |  15k|   0 |   0 |-3.249434e+02 |-9.100000e+01 |  72.00%
258.13/258.21	c   257s|     1 |     0 |249877 |  90M|   0 | 995 |1000 |  15k|  15k|1000 |6575 |  15k|   0 |   0 |-3.245728e+02 |-9.100000e+01 |  71.96%
260.42/260.57	c   259s|     1 |     0 |250488 |  90M|   0 | 996 |1000 |  15k|  15k|1000 |6597 |  15k|   0 |   0 |-3.244056e+02 |-9.100000e+01 |  71.95%
262.93/263.06	c   262s|     1 |     0 |251216 |  89M|   0 | 998 |1000 |  15k|  15k|1000 |6617 |  15k|   0 |   0 |-3.241968e+02 |-9.100000e+01 |  71.93%
265.32/265.48	c   264s|     1 |     0 |251821 |  89M|   0 | 997 |1000 |  15k|  15k|1000 |6630 |  15k|   0 |   0 |-3.240262e+02 |-9.100000e+01 |  71.92%
267.83/267.93	c   267s|     1 |     0 |252511 |  88M|   0 | 997 |1000 |  15k|  15k|1000 |6642 |  15k|   0 |   0 |-3.238039e+02 |-9.100000e+01 |  71.90%
270.03/270.15	c   269s|     1 |     0 |252931 |  88M|   0 | 997 |1000 |  15k|  15k|1000 |6604 |  15k|   0 |   0 |-3.237223e+02 |-9.100000e+01 |  71.89%
272.33/272.42	c   271s|     1 |     0 |253453 |  88M|   0 | 999 |1000 |  15k|  15k|1000 |6615 |  15k|   0 |   0 |-3.236208e+02 |-9.100000e+01 |  71.88%
274.52/274.62	c   273s|     1 |     0 |253888 |  88M|   0 | 997 |1000 |  15k|  15k|1000 |6629 |  15k|   0 |   0 |-3.235534e+02 |-9.100000e+01 |  71.87%
276.72/276.89	c   276s|     1 |     0 |254376 |  85M|   0 | 997 |1000 |  15k|  15k|1000 |6642 |  15k|   0 |   0 |-3.234880e+02 |-9.100000e+01 |  71.87%
279.02/279.12	c   278s|     1 |     0 |254850 |  85M|   0 | 996 |1000 |  15k|  15k|1000 |6652 |  15k|   0 |   0 |-3.234151e+02 |-9.100000e+01 |  71.86%
281.22/281.37	c   280s|     1 |     0 |255398 |  84M|   0 | 997 |1000 |  15k|  15k|1000 |6666 |  15k|   0 |   0 |-3.233376e+02 |-9.100000e+01 |  71.86%
283.52/283.60	c   282s|     1 |     0 |255863 |  81M|   0 | 998 |1000 |  15k|  15k|1000 |6627 |  15k|   0 |   0 |-3.232646e+02 |-9.100000e+01 |  71.85%
285.72/285.82	c   285s|     1 |     0 |256389 |  81M|   0 | 997 |1000 |  15k|  15k|1000 |6638 |  15k|   0 |   0 |-3.231946e+02 |-9.100000e+01 |  71.84%
287.72/287.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.72/287.88	c   287s|     1 |     0 |256574 |  81M|   0 | 997 |1000 |  15k|  15k|1000 |6650 |  15k|   0 |   0 |-3.231886e+02 |-9.100000e+01 |  71.84%
289.92/290.09	c   289s|     1 |     0 |257004 |  80M|   0 | 999 |1000 |  15k|  15k|1000 |6661 |  15k|   0 |   0 |-3.231327e+02 |-9.100000e+01 |  71.84%
292.13/292.29	c   291s|     1 |     0 |257394 |  80M|   0 | 998 |1000 |  15k|  15k|1000 |6671 |  15k|   0 |   0 |-3.231026e+02 |-9.100000e+01 |  71.84%
294.42/294.51	c   293s|     1 |     0 |257832 |  80M|   0 | 999 |1000 |  15k|  15k|1000 |6680 |  15k|   0 |   0 |-3.230600e+02 |-9.100000e+01 |  71.83%
296.73/296.81	c   296s|     1 |     0 |258350 |  80M|   0 | 999 |1000 |  15k|  15k|1000 |6633 |  15k|   0 |   0 |-3.230072e+02 |-9.100000e+01 |  71.83%
298.72/298.83	c   298s|     1 |     0 |258462 |  80M|   0 | 967 |1000 |  15k|  15k|1000 |6642 |  15k|   0 |   0 |-3.230000e+02 |-9.100000e+01 |  71.83%
300.63/300.71	c   299s|     1 |     0 |258464 |  80M|   0 | 967 |1000 |  15k|  15k|1000 |6646 |  15k|   0 |   0 |-3.230000e+02 |-9.100000e+01 |  71.83%
322.12/322.29	c   321s|     1 |     2 |258464 |  79M|   0 | 967 |1000 |  15k|  15k|1000 |6646 |  15k|   0 |  36 |-3.230000e+02 |-9.100000e+01 |  71.83%
1799.59/1799.92	c 
1799.59/1799.92	c SCIP Status        : solving was interrupted [time limit reached]
1799.59/1799.92	c Solving Time (sec) : 1791.00
1799.59/1799.92	c Solving Nodes      : 937
1799.59/1799.92	c Primal Bound       : -9.10000000000000e+01 (4 solutions)
1799.59/1799.92	c Dual Bound         : -3.17392878135194e+02
1799.59/1799.92	c Gap                : 71.33 %
1799.59/1799.93	c NODE         937
1799.59/1799.93	c DUAL BOUND   -317.393
1799.59/1799.93	c PRIMAL BOUND -91
1799.59/1799.93	c GAP          0.713289
1799.59/1799.93	s SATISFIABLE
1799.59/1799.93	v -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 
1799.59/1799.93	v -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 
1799.59/1799.93	v -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 
1799.59/1799.93	v -x937 -x936 -x935 -x934 -x933 -x932 x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 x922 -x921 -x920 -x919 -x918 x917 
1799.59/1799.93	v -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 
1799.59/1799.93	v -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 
1799.59/1799.93	v -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 
1799.59/1799.93	v x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 
1799.59/1799.93	v -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 x818 -x817 -x816 -x815 -x814 -x813 -x812 
1799.59/1799.93	v -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 x795 -x794 -x793 -x792 -x791 
1799.59/1799.93	v -x790 -x789 x788 -x787 -x786 -x785 -x784 -x783 x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 x772 -x771 -x770 -x769 
1799.59/1799.93	v -x768 -x767 x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 
1799.59/1799.93	v -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 
1799.59/1799.93	v -x727 -x726 -x725 -x724 -x723 x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 
1799.59/1799.93	v -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 
1799.59/1799.93	v -x685 x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 
1799.59/1799.93	v x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 
1799.59/1799.93	v -x643 -x642 -x641 -x640 -x639 -x638 x637 x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 x626 -x625 -x624 -x623 -x622 
1799.59/1799.93	v -x621 -x620 -x619 -x618 -x617 -x616 -x615 x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 
1799.59/1799.93	v -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 
1799.59/1799.93	v -x580 -x579 -x578 -x577 -x576 -x575 x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 
1799.59/1799.93	v -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 
1799.59/1799.93	v -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 
1799.59/1799.93	v -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 
1799.59/1799.93	v -x496 x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 x476 
1799.59/1799.93	v -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 x463 -x462 x461 -x460 x459 -x458 -x457 -x456 -x455 -x454 
1799.59/1799.93	v -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 x436 x435 x434 -x433 
1799.59/1799.93	v -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 
1799.59/1799.93	v -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 
1799.59/1799.93	v x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 x373 -x372 -x371 -x370 
1799.59/1799.93	v -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 
1799.59/1799.93	v -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 x338 x337 -x336 -x335 x334 -x333 x332 -x331 -x330 -x329 -x328 
1799.59/1799.93	v -x327 -x326 -x325 -x324 -x323 -x322 -x321 x320 -x319 -x318 -x317 x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 
1799.59/1799.93	v -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 
1799.59/1799.93	v -x285 -x284 -x283 -x282 -x281 x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 x271 x270 -x269 -x268 -x267 -x266 -x265 -x264 
1799.59/1799.93	v -x263 -x262 -x261 -x260 x259 -x258 -x257 -x256 x255 x254 -x253 -x252 -x251 -x250 x249 x248 -x247 x246 -x245 -x244 -x243 
1799.59/1799.93	v -x242 -x241 -x240 -x239 -x238 -x237 x236 -x235 x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 
1799.59/1799.93	v -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 
1799.59/1799.93	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 x187 -x186 -x185 x184 -x183 x182 -x181 -x180 -x179 
1799.59/1799.93	v -x178 -x177 x176 -x175 x174 x173 -x172 x171 -x170 -x169 -x168 x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 
1799.59/1799.93	v -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 
1799.59/1799.93	v -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 
1799.59/1799.93	v x114 x113 -x112 x111 -x110 x109 -x108 -x107 -x106 -x105 x104 -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 x95 x94 -x93 -x92 
1799.59/1799.93	v -x91 x90 x89 -x88 -x87 -x86 x85 -x84 x83 -x82 -x81 -x80 -x79 x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 
1799.59/1799.93	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 -x39 
1799.59/1799.93	v x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 x28 x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 
1799.59/1799.93	v -x12 x11 -x10 x9 x8 -x7 x6 -x5 -x4 -x3 -x2 -x1 
1799.59/1799.93	c SCIP Status        : solving was interrupted [time limit reached]
1799.59/1799.93	c Solving Time       :    1791.00
1799.59/1799.93	c Original Problem   :
1799.59/1799.93	c   Problem name     : HOME/instance-3737257-1338739479.opb
1799.59/1799.93	c   Variables        : 16772 (16772 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.59/1799.93	c   Constraints      : 16772 initial, 16772 maximal
1799.59/1799.93	c Presolved Problem  :
1799.59/1799.93	c   Problem name     : t_HOME/instance-3737257-1338739479.opb
1799.59/1799.93	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.59/1799.93	c   Constraints      : 15772 initial, 15772 maximal
1799.59/1799.93	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1799.59/1799.93	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1799.59/1799.93	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1799.59/1799.93	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1799.59/1799.93	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1799.59/1799.93	c   implics          :       0.00          0          0          0          0          0          0          0          0
1799.59/1799.93	c   probing          :       0.09          0          0          0          0          0          0          0          0
1799.59/1799.93	c   and              :       0.12          0          0          0          0          0          0          0          0
1799.59/1799.93	c   linear           :       0.03      15772          0          0      15772          0       1000          0          0
1799.59/1799.93	c   root node        :          -          0          -          -          0          -          -          -          -
1799.59/1799.93	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1799.59/1799.93	c   integral         :          0          0          0        936          0          0          0          0          0       1872
1799.59/1799.93	c   and              :      15772       4416      15177          0          1          0      22274     873941          0          0
1799.59/1799.93	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1799.59/1799.93	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1799.59/1799.93	c   integral         :     379.58       0.00       0.00     379.58       0.00
1799.59/1799.93	c   and              :      31.99      28.70       3.29       0.00       0.00
1799.59/1799.93	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1799.59/1799.93	c Propagators        :       Time      Calls    Cutoffs    DomReds
1799.59/1799.93	c   rootredcost      :       0.00          0          0          0
1799.59/1799.93	c   pseudoobj        :       0.19      15271          0          0
1799.59/1799.93	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.59/1799.93	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1799.59/1799.93	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1799.59/1799.93	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.59/1799.93	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.59/1799.93	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.59/1799.93	c   applied globally :          -          -          -          0        0.0          -          -          -
1799.59/1799.93	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.59/1799.93	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.59/1799.93	c   cut pool         :       0.83        199          -          -       3457          -    (maximal pool size: 12404)
1799.59/1799.93	c   redcost          :       0.09       4416          0          0          0          0
1799.59/1799.93	c   impliedbounds    :       0.11        199          0          0      18995          0
1799.59/1799.93	c   intobj           :       0.00          0          0          0          0          0
1799.59/1799.93	c   gomory           :     160.86        198          0          0      63620          0
1799.59/1799.93	c   strongcg         :       1.09         20          0          0      10000          0
1799.59/1799.93	c   cmir             :       0.52         10          0          0          0          0
1799.59/1799.93	c   flowcover        :       0.40         10          0          0          0          0
1799.59/1799.93	c   clique           :       4.65        198          0          0       1659          0
1799.59/1799.93	c   zerohalf         :       0.00          0          0          0          0          0
1799.59/1799.93	c   mcf              :       0.02          1          0          0          0          0
1799.59/1799.93	c Pricers            :       Time      Calls       Vars
1799.59/1799.93	c   problem variables:       0.00          0          0
1799.59/1799.93	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.59/1799.93	c   relpscost        :     379.58        936          0          0          0          0       1872
1799.59/1799.93	c   pscost           :       0.00          0          0          0          0          0          0
1799.59/1799.93	c   inference        :       0.00          1          0          0          0          0          2
1799.59/1799.93	c   mostinf          :       0.00          0          0          0          0          0          0
1799.59/1799.93	c   leastinf         :       0.00          0          0          0          0          0          0
1799.59/1799.93	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.59/1799.93	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.59/1799.93	c   random           :       0.00          0          0          0          0          0          0
1799.59/1799.93	c Primal Heuristics  :       Time      Calls      Found
1799.59/1799.93	c   LP solutions     :       0.00          -          0
1799.59/1799.93	c   pseudo solutions :       0.00          -          0
1799.59/1799.93	c   oneopt           :       0.00          1          0
1799.59/1799.93	c   crossover        :       0.03          2          0
1799.59/1799.93	c   rootsoldiving    :      10.77         20          0
1799.59/1799.93	c   simplerounding   :       0.03          0          0
1799.59/1799.93	c   rounding         :      24.06       3544          2
1799.59/1799.93	c   shifting         :       3.67        484          2
1799.59/1799.93	c   intshifting      :       0.00          0          0
1799.59/1799.93	c   fixandinfer      :       0.00          0          0
1799.59/1799.93	c   feaspump         :       0.00          0          0
1799.59/1799.93	c   coefdiving       :      62.42         11          0
1799.59/1799.93	c   pscostdiving     :      63.51          9          0
1799.59/1799.93	c   fracdiving       :      54.18         12          0
1799.59/1799.93	c   veclendiving     :      66.65          9          0
1799.59/1799.93	c   intdiving        :       0.00          0          0
1799.59/1799.93	c   actconsdiving    :       0.00          0          0
1799.59/1799.93	c   objpscostdiving  :      54.14          3          0
1799.59/1799.93	c   linesearchdiving :      53.38         14          0
1799.59/1799.93	c   guideddiving     :      63.03         11          0
1799.59/1799.93	c   octane           :       0.00          0          0
1799.59/1799.93	c   rens             :       0.01          0          0
1799.59/1799.93	c   rins             :       0.00          0          0
1799.59/1799.93	c   localbranching   :       0.00          0          0
1799.59/1799.93	c   mutation         :       0.00          0          0
1799.59/1799.93	c   dins             :       0.00          0          0
1799.59/1799.93	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.59/1799.93	c   primal LP        :       1.65          0          0       0.00       0.00
1799.59/1799.93	c   dual LP          :     746.91       4761    2692777     565.59    3605.22
1799.59/1799.93	c   barrier LP       :       0.00          0          0       0.00          -
1799.59/1799.93	c   diving/probing LP:     421.20      14052    1748419     124.42    4151.04
1799.59/1799.93	c   strong branching :     379.36       1716    1424365     830.05    3754.65
1799.59/1799.93	c     (at root node) :          -         36      32008     889.11          -
1799.59/1799.93	c   conflict analysis:       0.00          0          0       0.00          -
1799.59/1799.93	c B&B Tree           :
1799.59/1799.93	c   number of runs   :          1
1799.59/1799.93	c   nodes            :        937
1799.59/1799.93	c   nodes (total)    :        937
1799.59/1799.93	c   nodes left       :        938
1799.59/1799.93	c   max depth        :         42
1799.59/1799.93	c   max depth (total):         42
1799.59/1799.93	c   backtracks       :        252 (26.9%)
1799.59/1799.93	c   delayed cutoffs  :          0
1799.59/1799.93	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1799.59/1799.93	c   avg switch length:       5.56
1799.59/1799.93	c   switching time   :       2.24
1799.59/1799.93	c Solution           :
1799.59/1799.93	c   Solutions found  :          4 (2 improvements)
1799.59/1799.93	c   Primal Bound     : -9.10000000000000e+01   (in run 1, after 1 nodes, 2.11 seconds, depth 0, found by <rounding>)
1799.59/1799.93	c   Dual Bound       : -3.17392878135194e+02
1799.59/1799.93	c   Gap              :      71.33 %
1799.59/1799.93	c   Root Dual Bound  : -3.23000000000000e+02
1799.69/1800.02	c Time complete: 1799.73.

Verifier Data

OK	-91

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3737257-1338739479/watcher-3737257-1338739479 -o /tmp/evaluation-result-3737257-1338739479/solver-3737257-1338739479 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737257-1338739479.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29366
/proc/meminfo: memFree=26976096/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 1646 0 0 0 0 0 0 0 20 0 1 0 340074705 9736192 1599 33554432000 4194304 7823515 140733273597408 140735151247544 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 2377 1610 349 887 0 1487 0

[startup+0.085549 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29366
/proc/meminfo: memFree=26976096/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=33000 CPUtime=0.07 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 7894 0 0 0 7 0 0 0 20 0 1 0 340074705 33792000 7492 33554432000 4194304 7823515 140733273597408 140735151247544 5741588 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 8250 7492 367 887 0 7360 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33000

[startup+0.100349 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29366
/proc/meminfo: memFree=26976096/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=44832 CPUtime=0.09 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 10842 0 0 0 8 1 0 0 20 0 1 0 340074705 45907968 10440 33554432000 4194304 7823515 140733273597408 140735151247544 5878822 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 11208 10440 371 887 0 10318 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44832

[startup+0.300289 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29366
/proc/meminfo: memFree=26976096/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=60460 CPUtime=0.28 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 14538 0 0 0 24 4 0 0 20 0 1 0 340074705 61911040 14136 33554432000 4194304 7823515 140733273597408 140735151247544 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 15115 14136 425 887 0 14225 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 60460

[startup+0.700289 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29366
/proc/meminfo: memFree=26976096/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=97708 CPUtime=0.69 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 24214 0 0 0 60 9 0 0 20 0 1 0 340074705 100052992 23128 33554432000 4194304 7823515 140733273597408 140733273592824 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 24427 23128 506 887 0 23537 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97708

[startup+1.50027 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 29367
/proc/meminfo: memFree=26885560/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=100812 CPUtime=1.49 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 24823 0 0 0 139 10 0 0 20 0 1 0 340074705 103231488 23721 33554432000 4194304 7823515 140733273597408 140733273592824 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 25203 23721 543 887 0 24313 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100812

[startup+3.10029 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 29367
/proc/meminfo: memFree=26880012/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=102724 CPUtime=3.08 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 25782 0 0 0 297 11 0 0 20 0 1 0 340074705 105189376 24680 33554432000 4194304 7823515 140733273597408 140733273592744 4291345 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 25681 24680 546 887 0 24791 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 102724

[startup+6.30026 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 29367
/proc/meminfo: memFree=26864888/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=116152 CPUtime=6.29 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 29233 0 0 0 616 13 0 0 20 0 1 0 340074705 118939648 28108 33554432000 4194304 7823515 140733273597408 140733273593096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 29038 28108 546 887 0 28148 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116152

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 29367
/proc/meminfo: memFree=26854716/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=123232 CPUtime=12.69 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 31270 0 0 0 1251 18 0 0 20 0 1 0 340074705 126189568 29954 33554432000 4194304 7823515 140733273597408 140733273592744 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 30808 29954 546 887 0 29918 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 123232

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 29367
/proc/meminfo: memFree=26847160/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=133144 CPUtime=25.48 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 33372 0 0 0 2525 23 0 0 20 0 1 0 340074705 136339456 32049 33554432000 4194304 7823515 140733273597408 140733273592744 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 33286 32049 546 887 0 32396 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 133144

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 29367
/proc/meminfo: memFree=26821368/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=158048 CPUtime=51.08 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 39439 0 0 0 5076 32 0 0 20 0 1 0 340074705 161841152 38120 33554432000 4194304 7823515 140733273597408 140733273593208 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 39512 38120 547 887 0 38622 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 158048

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 29368
/proc/meminfo: memFree=26792140/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=179324 CPUtime=102.25 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 44793 0 0 0 10174 51 0 0 20 0 1 0 340074705 183627776 43562 33554432000 4194304 7823515 140733273597408 140733273592552 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 44831 43562 547 887 0 43941 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 179324

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29368
/proc/meminfo: memFree=26785144/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=179324 CPUtime=162.25 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 44824 0 0 0 16151 74 0 0 20 0 1 0 340074705 183627776 43702 33554432000 4194304 7823515 140733273597408 140733273592504 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 44831 43702 547 887 0 43941 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 179324

[startup+222.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 29368
/proc/meminfo: memFree=26777320/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=179324 CPUtime=222.24 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 44835 0 0 0 22130 94 0 0 20 0 1 0 340074705 183627776 43713 33554432000 4194304 7823515 140733273597408 140733273592552 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 44831 43713 547 887 0 43941 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 179324

[startup+282.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/177 29368
/proc/meminfo: memFree=26772112/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=179324 CPUtime=282.22 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 44840 0 0 0 28111 111 0 0 20 0 1 0 340074705 183627776 43718 33554432000 4194304 7823515 140733273597408 140733273592552 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 44831 43718 547 887 0 43941 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 179324

[startup+342.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/178 29371
/proc/meminfo: memFree=26763188/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=179324 CPUtime=342.22 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 44860 0 0 0 34090 132 0 0 20 0 1 0 340074705 183627776 43738 33554432000 4194304 7823515 140733273597408 140733273592568 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 44831 43738 554 887 0 43941 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 179324

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 29372
/proc/meminfo: memFree=26763320/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=179324 CPUtime=402.21 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 44869 0 0 0 40062 159 0 0 20 0 1 0 340074705 183627776 43747 33554432000 4194304 7823515 140733273597408 140733273592104 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 44831 43747 554 887 0 43941 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 179324

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29372
/proc/meminfo: memFree=26763568/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=179324 CPUtime=462.2 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 44871 0 0 0 46034 186 0 0 20 0 1 0 340074705 183627776 43749 33554432000 4194304 7823515 140733273597408 140733273592840 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 44831 43749 554 887 0 43941 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 179324

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29372
/proc/meminfo: memFree=26762332/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=179324 CPUtime=522.19 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 44871 0 0 0 52000 219 0 0 20 0 1 0 340074705 183627776 43749 33554432000 4194304 7823515 140733273597408 140733273591432 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 44831 43749 554 887 0 43941 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 179324

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29372
/proc/meminfo: memFree=26758240/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=179324 CPUtime=582.18 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 44872 0 0 0 57973 245 0 0 20 0 1 0 340074705 183627776 43750 33554432000 4194304 7823515 140733273597408 140733273593352 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 44831 43750 555 887 0 43941 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 179324

[startup+642.3 s]

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

/proc/meminfo: memFree=26726740/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=182484 CPUtime=1122.1 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 45242 0 0 0 111705 505 0 0 20 0 1 0 340074705 186863616 44564 33554432000 4194304 7823515 140733273597408 140733273592520 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45621 44564 566 887 0 44731 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 182484

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29377
/proc/meminfo: memFree=26723268/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=182484 CPUtime=1182.08 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 45242 0 0 0 117671 537 0 0 20 0 1 0 340074705 186863616 44564 33554432000 4194304 7823515 140733273597408 140733273593624 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45621 44564 566 887 0 44731 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 182484

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29377
/proc/meminfo: memFree=26720720/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=182484 CPUtime=1242.08 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 45242 0 0 0 123639 569 0 0 20 0 1 0 340074705 186863616 44564 33554432000 4194304 7823515 140733273597408 140733273593336 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45621 44564 566 887 0 44731 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 182484

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29378
/proc/meminfo: memFree=26718984/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=182484 CPUtime=1302.08 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 45280 0 0 0 129606 602 0 0 20 0 1 0 340074705 186863616 44602 33554432000 4194304 7823515 140733273597408 140733273592104 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45621 44602 566 887 0 44731 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 182484

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29378
/proc/meminfo: memFree=26717124/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=182484 CPUtime=1362.06 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 45280 0 0 0 135573 633 0 0 20 0 1 0 340074705 186863616 44602 33554432000 4194304 7823515 140733273597408 140733273592744 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45621 44602 566 887 0 44731 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 182484

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29378
/proc/meminfo: memFree=26715756/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1422.06 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46637 0 0 0 141540 666 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273592104 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 181684

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29378
/proc/meminfo: memFree=26714888/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1482.04 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46637 0 0 0 147510 694 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273593320 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 181684

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29381
/proc/meminfo: memFree=26713276/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1542.03 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46638 0 0 0 153477 726 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273593208 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 181684

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29382
/proc/meminfo: memFree=26712908/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1602.03 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46638 0 0 0 159449 754 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273592744 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 181684

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29382
/proc/meminfo: memFree=26710924/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1662.01 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46638 0 0 0 165416 785 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273593160 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 181684

[startup+1722.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/178 29460
/proc/meminfo: memFree=26804340/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1722 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46638 0 0 0 171382 818 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273592104 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 181684

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 29460
/proc/meminfo: memFree=26796092/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1782 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46638 0 0 0 177351 849 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273593096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 181684

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 29460
/proc/meminfo: memFree=26795100/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1791.6 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46638 0 0 0 178307 853 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273592744 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 181684

[startup+1795.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 29460
/proc/meminfo: memFree=26795100/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1794.8 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46638 0 0 0 178626 854 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273593096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 181684

[startup+1798.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 29460
/proc/meminfo: memFree=26795100/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1798 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46638 0 0 0 178944 856 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273593208 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1798
Current children cumulated vsize (KiB) 181684

[startup+1799.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 29460
/proc/meminfo: memFree=26795100/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1798.8 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46638 0 0 0 179024 856 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273593160 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1798.8
Current children cumulated vsize (KiB) 181684

[startup+1799.5 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 29460
/proc/meminfo: memFree=26795100/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1799.2 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46638 0 0 0 179064 856 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273593160 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1799.2
Current children cumulated vsize (KiB) 181684

[startup+1799.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 29460
/proc/meminfo: memFree=26795100/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1799.59 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46638 0 0 0 179103 856 0 0 20 0 1 0 340074705 186044416 44434 33554432000 4194304 7823515 140733273597408 140733273593208 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44434 566 887 0 44531 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 181684

[startup+1800 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 29460
/proc/meminfo: memFree=26795100/32873648 swapFree=6852/6852
[pid=29366] ppid=29364 vsize=181684 CPUtime=1799.69 cores=0,2,4,6
/proc/29366/stat : 29366 (pbscip.linux.x8) R 29364 29366 27068 0 -1 4202496 46640 0 0 0 179113 856 0 0 20 0 1 0 340074705 186044416 44436 33554432000 4194304 7823515 140733273597408 140733273593208 5875083 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29366/statm: 45421 44436 568 887 0 44531 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (KiB) 181684

Child status: 0
Real time (s): 1800.03
CPU time (s): 1799.73
CPU user time (s): 1791.16
CPU system time (s): 8.5707
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 182484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.16
system time used= 8.5707
maximum resident set size= 183836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46643
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= 40
involuntary context switches= 1893

runsolver used 2.75758 second user time and 7.08592 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 18:04:39
IDJOB=3737257
IDBENCH=48209
IDSOLVER=2321
FILE ID=node115/3737257-1338739479
RUNJOBID= node115-1338714108-27084
PBS_JOBID= 14636752
Free space on /tmp= 70820 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737257-1338739479/watcher-3737257-1338739479 -o /tmp/evaluation-result-3737257-1338739479/solver-3737257-1338739479 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737257-1338739479.opb

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

MD5SUM BENCH= 1af848a7208b60f67c27d4022c7b5abe
RANDOM SEED=67840869

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26976468 kB
Buffers:         1436592 kB
Cached:          3493736 kB
SwapCached:         1016 kB
Active:          2807204 kB
Inactive:        2181024 kB
Active(anon):      46488 kB
Inactive(anon):     9868 kB
Active(file):    2760716 kB
Inactive(file):  2171156 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             10104 kB
Writeback:             0 kB
AnonPages:         59796 kB
Mapped:            13952 kB
Shmem:                96 kB
Slab:             771872 kB
SReclaimable:     215416 kB
SUnreclaim:       556456 kB
KernelStack:        1440 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     170116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70812 MiB
End job on node115 at 2012-06-03 18:34:39