Trace number 3737092

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 (TO)-94 1800.72 1801.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_4.opb
MD5SUMd847cf1d914db0ec942abd195c5092c7
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.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -124
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)31592
Sum of products size (including duplicates)63184
Number of different products15796
Sum of products size31592

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.07	c SCIP version 1.1.0.7
0.02/0.07	c LP-Solver SoPlex 1.4.1
0.02/0.07	c user parameter file <scip.set> not found - using default parameters
0.02/0.07	c read problem <HOME/instance-3737092-1338730465.opb>
0.02/0.07	c original problem has 16796 variables (16796 bin, 0 int, 0 impl, 0 cont) and 16796 constraints
0.09/0.13	c start presolving problem
0.09/0.13	c presolving:
0.19/0.29	c (round 1) 15796 del vars, 1000 del conss, 15796 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 63184 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  15796 deleted vars, 1000 deleted constraints, 15796 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.44	c  94776 implications, 0 cliques
0.39/0.44	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 15796 constraints
0.39/0.44	c   15796 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.74	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.74	c   0.6s|     1 |     0 |  1115 |  59M|   0 |1000 |1000 |  15k|  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |      --      |    Inf 
0.69/0.74	o -91
0.69/0.74	c R 0.6s|     1 |     0 |  1115 |  59M|   0 |1000 |1000 |  15k|  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |-9.100000e+01 |  81.80%
1.00/1.07	c   0.9s|     1 |     0 |  1204 |  59M|   0 | 994 |1000 |  15k|  15k|1000 |  15k|   7 |   0 |   0 |-4.970000e+02 |-9.100000e+01 |  81.69%
1.29/1.40	c   1.2s|     1 |     0 |  1300 |  59M|   0 | 988 |1000 |  15k|  15k|1000 |  15k|  17 |   0 |   0 |-4.940000e+02 |-9.100000e+01 |  81.58%
1.79/1.80	c   1.6s|     1 |     0 |  1479 |  59M|   0 | 983 |1000 |  15k|  15k|1000 |  15k|  25 |   0 |   0 |-4.915000e+02 |-9.100000e+01 |  81.49%
2.10/2.18	c   2.0s|     1 |     0 |  1607 |  59M|   0 | 978 |1000 |  15k|  15k|1000 |  15k|  33 |   0 |   0 |-4.890000e+02 |-9.100000e+01 |  81.39%
2.69/2.71	c   2.5s|     1 |     0 |  1899 |  59M|   0 | 977 |1000 |  15k|  15k|1000 |  15k|  42 |   0 |   0 |-4.867500e+02 |-9.100000e+01 |  81.30%
3.09/3.15	c   3.0s|     1 |     0 |  2059 |  59M|   0 | 970 |1000 |  15k|  15k|1000 |  15k|  50 |   0 |   0 |-4.850000e+02 |-9.100000e+01 |  81.24%
3.79/3.80	c   3.6s|     1 |     0 |  2422 |  60M|   0 | 964 |1000 |  15k|  15k|1000 |  15k|  60 |   0 |   0 |-4.820000e+02 |-9.100000e+01 |  81.12%
4.49/4.52	c   4.3s|     1 |     0 |  2773 |  60M|   0 | 959 |1000 |  15k|  15k|1000 |  15k|  71 |   0 |   0 |-4.795000e+02 |-9.100000e+01 |  81.02%
5.08/5.16	c   4.9s|     1 |     0 |  3101 |  60M|   0 | 954 |1000 |  15k|  15k|1000 |  15k|  80 |   0 |   0 |-4.770000e+02 |-9.100000e+01 |  80.92%
5.08/5.17	o -94
5.08/5.17	c R 5.0s|     1 |     0 |  3101 |  60M|   0 | 954 |1000 |  15k|  15k|1000 |  15k|  80 |   0 |   0 |-4.770000e+02 |-9.400000e+01 |  80.29%
5.79/5.89	c   5.7s|     1 |     0 |  3427 |  60M|   0 | 950 |1000 |  15k|  15k|1000 |  15k|  87 |   0 |   0 |-4.750000e+02 |-9.400000e+01 |  80.21%
6.49/6.51	c   6.3s|     1 |     0 |  3841 |  60M|   0 | 944 |1000 |  15k|  15k|1000 |1365 |  97 |   0 |   0 |-4.720000e+02 |-9.400000e+01 |  80.08%
6.59/6.68	c   6.5s|     1 |     0 |  4152 |  60M|   0 | 914 |1000 |  15k|  15k|1000 |1372 | 104 |   0 |   0 |-4.712500e+02 |-9.400000e+01 |  80.05%
6.88/6.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.88/6.94	c   6.7s|     1 |     0 |  4821 |  60M|   0 | 911 |1000 |  15k|  15k|1000 |1923 | 655 |   0 |   0 |-4.675000e+02 |-9.400000e+01 |  79.89%
7.09/7.18	c   7.0s|     1 |     0 |  5337 |  60M|   0 | 930 |1000 |  15k|  15k|1000 |2223 | 955 |   0 |   0 |-4.666250e+02 |-9.400000e+01 |  79.86%
7.39/7.45	c   7.2s|     1 |     0 |  5833 |  61M|   0 | 935 |1000 |  15k|  15k|1000 |2462 |1194 |   0 |   0 |-4.645000e+02 |-9.400000e+01 |  79.76%
7.59/7.69	c   7.5s|     1 |     0 |  6336 |  61M|   0 | 927 |1000 |  15k|  15k|1000 |2491 |1223 |   0 |   0 |-4.635000e+02 |-9.400000e+01 |  79.72%
7.88/7.98	c   7.7s|     1 |     0 |  6991 |  61M|   0 | 932 |1000 |  15k|  15k|1000 |2179 |1283 |   0 |   0 |-4.612500e+02 |-9.400000e+01 |  79.62%
8.19/8.20	c   8.0s|     1 |     0 |  7468 |  61M|   0 | 895 |1000 |  15k|  15k|1000 |2378 |1482 |   0 |   0 |-4.597500e+02 |-9.400000e+01 |  79.55%
8.39/8.47	c   8.2s|     1 |     0 |  7970 |  61M|   0 | 909 |1000 |  15k|  15k|1000 |2777 |1881 |   0 |   0 |-4.587500e+02 |-9.400000e+01 |  79.51%
8.70/8.79	c   8.6s|     1 |     0 |  8822 |  61M|   0 | 941 |1000 |  15k|  15k|1000 |2906 |2010 |   0 |   0 |-4.570000e+02 |-9.400000e+01 |  79.43%
9.48/9.50	c   9.2s|     1 |     0 |  9279 |  62M|   0 | 915 |1000 |  15k|  15k|1000 |4906 |4010 |   0 |   0 |-4.565000e+02 |-9.400000e+01 |  79.41%
9.68/9.75	c   9.5s|     1 |     0 |  9717 |  62M|   0 | 913 |1000 |  15k|  15k|1000 |4936 |4040 |   0 |   0 |-4.555000e+02 |-9.400000e+01 |  79.36%
9.90/9.98	c   9.7s|     1 |     0 | 10123 |  62M|   0 | 908 |1000 |  15k|  15k|1000 |4200 |4049 |   0 |   0 |-4.540000e+02 |-9.400000e+01 |  79.30%
10.19/10.22	c  10.0s|     1 |     0 | 10581 |  62M|   0 | 905 |1000 |  15k|  15k|1000 |4233 |4082 |   0 |   0 |-4.525000e+02 |-9.400000e+01 |  79.23%
10.39/10.43	c  10.2s|     1 |     0 | 10921 |  62M|   0 | 897 |1000 |  15k|  15k|1000 |4242 |4091 |   0 |   0 |-4.515000e+02 |-9.400000e+01 |  79.18%
10.68/10.76	c  10.5s|     1 |     0 | 11522 |  63M|   0 | 901 |1000 |  15k|  15k|1000 |4313 |4162 |   0 |   0 |-4.505000e+02 |-9.400000e+01 |  79.13%
11.19/11.23	c  11.0s|     1 |     0 | 12663 |  63M|   0 | 903 |1000 |  15k|  15k|1000 |4376 |4225 |   0 |   0 |-4.487500e+02 |-9.400000e+01 |  79.05%
11.59/11.64	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.59/11.64	c  11.4s|     1 |     0 | 13576 |  63M|   0 | 897 |1000 |  15k|  15k|1000 |4387 |4236 |   0 |   0 |-4.467500e+02 |-9.400000e+01 |  78.96%
11.89/11.98	c  11.7s|     1 |     0 | 14408 |  63M|   0 | 881 |1000 |  15k|  15k|1000 |3180 |4264 |   0 |   0 |-4.455000e+02 |-9.400000e+01 |  78.90%
12.19/12.26	c  12.0s|     1 |     0 | 15122 |  63M|   0 | 878 |1000 |  15k|  15k|1000 |3300 |4384 |   0 |   0 |-4.440000e+02 |-9.400000e+01 |  78.83%
12.58/12.66	c  12.4s|     1 |     0 | 16254 |  63M|   0 | 865 |1000 |  15k|  15k|1000 |3426 |4510 |   0 |   0 |-4.425000e+02 |-9.400000e+01 |  78.76%
12.78/12.82	c  12.6s|     1 |     0 | 16472 |  63M|   0 | 880 |1000 |  15k|  15k|1000 |3672 |4756 |   0 |   0 |-4.420000e+02 |-9.400000e+01 |  78.73%
13.10/13.18	c  12.9s|     1 |     0 | 17329 |  63M|   0 | 880 |1000 |  15k|  15k|1000 |3726 |4810 |   0 |   0 |-4.400000e+02 |-9.400000e+01 |  78.64%
13.39/13.49	c  13.2s|     1 |     0 | 17860 |  63M|   0 | 879 |1000 |  15k|  15k|1000 |4113 |5197 |   0 |   0 |-4.390000e+02 |-9.400000e+01 |  78.59%
13.79/13.82	c  13.5s|     1 |     0 | 18547 |  63M|   0 | 872 |1000 |  15k|  15k|1000 |2146 |5231 |   0 |   0 |-4.370000e+02 |-9.400000e+01 |  78.49%
13.98/14.04	c  13.8s|     1 |     0 | 19114 |  63M|   0 | 854 |1000 |  15k|  15k|1000 |2196 |5281 |   0 |   0 |-4.360000e+02 |-9.400000e+01 |  78.44%
14.19/14.25	c  14.0s|     1 |     0 | 19635 |  63M|   0 | 870 |1000 |  15k|  15k|1000 |2414 |5499 |   0 |   0 |-4.350000e+02 |-9.400000e+01 |  78.39%
14.48/14.51	c  14.2s|     1 |     0 | 20397 |  63M|   0 | 855 |1000 |  15k|  15k|1000 |2574 |5659 |   0 |   0 |-4.335000e+02 |-9.400000e+01 |  78.32%
14.69/14.78	c  14.5s|     1 |     0 | 21104 |  63M|   0 | 877 |1000 |  15k|  15k|1000 |2738 |5823 |   0 |   0 |-4.316250e+02 |-9.400000e+01 |  78.22%
14.99/15.05	c  14.8s|     1 |     0 | 21780 |  64M|   0 | 858 |1000 |  15k|  15k|1000 |2961 |6046 |   0 |   0 |-4.295000e+02 |-9.400000e+01 |  78.11%
15.19/15.28	c  15.0s|     1 |     0 | 22193 |  64M|   0 | 857 |1000 |  15k|  15k|1000 |2448 |6117 |   0 |   0 |-4.285000e+02 |-9.400000e+01 |  78.06%
15.49/15.59	c  15.3s|     1 |     0 | 23158 |  64M|   0 | 854 |1000 |  15k|  15k|1000 |2546 |6215 |   0 |   0 |-4.270000e+02 |-9.400000e+01 |  77.99%
15.79/15.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.79/15.88	c  15.6s|     1 |     0 | 23903 |  64M|   0 | 856 |1000 |  15k|  15k|1000 |2697 |6366 |   0 |   0 |-4.250000e+02 |-9.400000e+01 |  77.88%
16.18/16.21	c  15.9s|     1 |     0 | 24807 |  64M|   0 | 868 |1000 |  15k|  15k|1000 |2901 |6570 |   0 |   0 |-4.242500e+02 |-9.400000e+01 |  77.84%
16.49/16.52	c  16.2s|     1 |     0 | 25636 |  64M|   0 | 844 |1000 |  15k|  15k|1000 |3154 |6823 |   0 |   0 |-4.220000e+02 |-9.400000e+01 |  77.73%
16.79/16.85	c  16.6s|     1 |     0 | 26534 |  64M|   0 | 839 |1000 |  15k|  15k|1000 |3162 |6831 |   0 |   0 |-4.205000e+02 |-9.400000e+01 |  77.65%
17.18/17.20	c  16.9s|     1 |     0 | 27295 |  64M|   0 | 835 |1000 |  15k|  15k|1000 |2328 |6861 |   0 |   0 |-4.185000e+02 |-9.400000e+01 |  77.54%
17.28/17.35	c  17.1s|     1 |     0 | 27591 |  64M|   0 | 836 |1000 |  15k|  15k|1000 |2355 |6888 |   0 |   0 |-4.180000e+02 |-9.400000e+01 |  77.51%
17.49/17.58	c  17.3s|     1 |     0 | 28184 |  64M|   0 | 822 |1000 |  15k|  15k|1000 |2363 |6896 |   0 |   0 |-4.180000e+02 |-9.400000e+01 |  77.51%
17.79/17.83	c  17.5s|     1 |     0 | 28936 |  65M|   0 | 897 |1000 |  15k|  15k|1000 |2522 |7055 |   0 |   0 |-4.170811e+02 |-9.400000e+01 |  77.46%
18.19/18.27	c  18.0s|     1 |     0 | 29140 |  65M|   0 | 837 |1000 |  15k|  15k|1000 |4522 |9055 |   0 |   0 |-4.170000e+02 |-9.400000e+01 |  77.46%
18.60/18.68	c  18.4s|     1 |     0 | 29900 |  65M|   0 | 839 |1000 |  15k|  15k|1000 |4530 |9063 |   0 |   0 |-4.150000e+02 |-9.400000e+01 |  77.35%
18.89/18.99	c  18.7s|     1 |     0 | 30543 |  65M|   0 | 831 |1000 |  15k|  15k|1000 |3773 |9102 |   0 |   0 |-4.135000e+02 |-9.400000e+01 |  77.27%
19.29/19.34	c  19.0s|     1 |     0 | 31248 |  65M|   0 | 829 |1000 |  15k|  15k|1000 |3862 |9191 |   0 |   0 |-4.120000e+02 |-9.400000e+01 |  77.18%
19.59/19.65	c  19.3s|     1 |     0 | 31873 |  65M|   0 | 829 |1000 |  15k|  15k|1000 |3914 |9243 |   0 |   0 |-4.110000e+02 |-9.400000e+01 |  77.13%
20.08/20.14	c  19.8s|     1 |     0 | 33294 |  65M|   0 | 839 |1000 |  15k|  15k|1000 |3925 |9254 |   0 |   0 |-4.096250e+02 |-9.400000e+01 |  77.05%
20.79/20.86	c  20.5s|     1 |     0 | 35073 |  65M|   0 | 852 |1000 |  15k|  15k|1000 |4393 |9722 |   0 |   0 |-4.085000e+02 |-9.400000e+01 |  76.99%
21.19/21.29	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.19/21.29	c  21.0s|     1 |     0 | 35935 |  65M|   0 | 819 |1000 |  15k|  15k|1000 |4496 |9825 |   0 |   0 |-4.070000e+02 |-9.400000e+01 |  76.90%
21.79/21.88	c  21.6s|     1 |     0 | 37292 |  65M|   0 | 844 |1000 |  15k|  15k|1000 |3976 |9837 |   0 |   0 |-4.065000e+02 |-9.400000e+01 |  76.88%
22.29/22.35	c  22.0s|     1 |     0 | 38411 |  65M|   0 | 859 |1000 |  15k|  15k|1000 |4160 |  10k|   0 |   0 |-4.057000e+02 |-9.400000e+01 |  76.83%
22.68/22.79	c  22.5s|     1 |     0 | 39340 |  65M|   0 | 806 |1000 |  15k|  15k|1000 |4347 |  10k|   0 |   0 |-4.040000e+02 |-9.400000e+01 |  76.73%
23.28/23.35	c  23.0s|     1 |     0 | 40664 |  65M|   0 | 804 |1000 |  15k|  15k|1000 |4373 |  10k|   0 |   0 |-4.035000e+02 |-9.400000e+01 |  76.70%
23.58/23.64	c  23.3s|     1 |     0 | 41180 |  66M|   0 | 800 |1000 |  15k|  15k|1000 |4434 |  10k|   0 |   0 |-4.030000e+02 |-9.400000e+01 |  76.67%
24.59/24.63	c  24.3s|     1 |     0 | 43439 |  66M|   0 | 836 |1000 |  15k|  15k|1000 |4502 |  10k|   0 |   0 |-4.020250e+02 |-9.400000e+01 |  76.62%
25.08/25.20	c  24.9s|     1 |     0 | 44804 |  67M|   0 | 801 |1000 |  15k|  15k|1000 |4313 |  10k|   0 |   0 |-4.005000e+02 |-9.400000e+01 |  76.53%
25.48/25.58	c  25.2s|     1 |     0 | 45744 |  67M|   0 | 794 |1000 |  15k|  15k|1000 |4334 |  10k|   0 |   0 |-3.990000e+02 |-9.400000e+01 |  76.44%
26.09/26.18	c  25.8s|     1 |     0 | 47107 |  67M|   0 | 825 |1000 |  15k|  15k|1000 |4380 |  10k|   0 |   0 |-3.983333e+02 |-9.400000e+01 |  76.40%
26.69/26.71	c  26.4s|     1 |     0 | 48304 |  67M|   0 | 787 |1000 |  15k|  15k|1000 |4753 |  11k|   0 |   0 |-3.972500e+02 |-9.400000e+01 |  76.34%
27.18/27.29	c  26.9s|     1 |     0 | 49731 |  67M|   0 | 834 |1000 |  15k|  15k|1000 |4835 |  11k|   0 |   0 |-3.962679e+02 |-9.400000e+01 |  76.28%
27.68/27.73	c  27.4s|     1 |     0 | 50661 |  67M|   0 | 813 |1000 |  15k|  15k|1000 |5031 |  11k|   0 |   0 |-3.951667e+02 |-9.400000e+01 |  76.21%
28.28/28.35	c  28.0s|     1 |     0 | 51847 |  67M|   0 | 787 |1000 |  15k|  15k|1000 |4483 |  11k|   0 |   0 |-3.945000e+02 |-9.400000e+01 |  76.17%
28.68/28.77	c  28.4s|     1 |     0 | 52647 |  67M|   0 | 792 |1000 |  15k|  15k|1000 |4514 |  11k|   0 |   0 |-3.940833e+02 |-9.400000e+01 |  76.15%
29.49/29.50	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.49/29.50	c  29.1s|     1 |     0 | 54221 |  67M|   0 | 800 |1000 |  15k|  15k|1000 |4539 |  11k|   0 |   0 |-3.934062e+02 |-9.400000e+01 |  76.11%
29.79/29.87	c  29.5s|     1 |     0 | 55029 |  68M|   0 | 796 |1000 |  15k|  15k|1000 |4648 |  11k|   0 |   0 |-3.927500e+02 |-9.400000e+01 |  76.07%
30.79/30.87	c  30.5s|     1 |     0 | 57068 |  68M|   0 | 799 |1000 |  15k|  15k|1000 |4662 |  11k|   0 |   0 |-3.917500e+02 |-9.400000e+01 |  76.01%
31.59/31.66	c  31.3s|     1 |     0 | 58676 |  68M|   0 | 777 |1000 |  15k|  15k|1000 |4828 |  11k|   0 |   0 |-3.905000e+02 |-9.400000e+01 |  75.93%
32.29/32.36	c  32.0s|     1 |     0 | 60126 |  68M|   0 | 848 |1000 |  15k|  15k|1000 |4515 |  11k|   0 |   0 |-3.901172e+02 |-9.400000e+01 |  75.90%
32.79/32.87	c  32.5s|     1 |     0 | 61187 |  68M|   0 | 817 |1000 |  15k|  15k|1000 |4721 |  11k|   0 |   0 |-3.887500e+02 |-9.400000e+01 |  75.82%
33.88/33.90	c  33.5s|     1 |     0 | 63252 |  69M|   0 | 823 |1000 |  15k|  15k|1000 |4784 |  12k|   0 |   0 |-3.877143e+02 |-9.400000e+01 |  75.76%
34.48/34.51	c  34.1s|     1 |     0 | 64609 |  69M|   0 | 836 |1000 |  15k|  15k|1000 |4932 |  12k|   0 |   0 |-3.867917e+02 |-9.400000e+01 |  75.70%
35.48/35.50	c  35.1s|     1 |     0 | 67037 |  69M|   0 | 834 |1000 |  15k|  15k|1000 |5093 |  12k|   0 |   0 |-3.852750e+02 |-9.400000e+01 |  75.60%
36.49/36.54	c  36.2s|     1 |     0 | 69167 |  70M|   0 | 847 |1000 |  15k|  15k|1000 |5207 |  12k|   0 |   0 |-3.841786e+02 |-9.400000e+01 |  75.53%
37.39/37.44	c  37.1s|     1 |     0 | 70934 |  71M|   0 | 840 |1000 |  15k|  15k|1000 |4854 |  12k|   0 |   0 |-3.838936e+02 |-9.400000e+01 |  75.51%
38.28/38.30	c  37.9s|     1 |     0 | 72418 |  72M|   0 | 817 |1000 |  15k|  15k|1000 |4912 |  12k|   0 |   0 |-3.830000e+02 |-9.400000e+01 |  75.46%
38.89/38.96	c  38.6s|     1 |     0 | 73659 |  72M|   0 | 845 |1000 |  15k|  15k|1000 |4999 |  12k|   0 |   0 |-3.827143e+02 |-9.400000e+01 |  75.44%
40.88/40.90	c  40.5s|     1 |     0 | 77056 |  73M|   0 | 820 |1000 |  15k|  15k|1000 |5061 |  12k|   0 |   0 |-3.819706e+02 |-9.400000e+01 |  75.39%
41.88/41.99	c  41.6s|     1 |     0 | 79229 |  74M|   0 | 852 |1000 |  15k|  15k|1000 |5130 |  12k|   0 |   0 |-3.808381e+02 |-9.400000e+01 |  75.32%
42.99/43.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.99/43.06	c  42.7s|     1 |     0 | 81005 |  76M|   0 | 869 |1000 |  15k|  15k|1000 |5412 |  13k|   0 |   0 |-3.794607e+02 |-9.400000e+01 |  75.23%
44.48/44.52	c  44.1s|     1 |     0 | 83017 |  77M|   0 | 863 |1000 |  15k|  15k|1000 |5226 |  13k|   0 |   0 |-3.784066e+02 |-9.400000e+01 |  75.16%
45.48/45.50	c  45.1s|     1 |     0 | 84915 |  79M|   0 | 851 |1000 |  15k|  15k|1000 |5305 |  13k|   0 |   0 |-3.775625e+02 |-9.400000e+01 |  75.10%
46.58/46.60	c  46.2s|     1 |     0 | 86748 |  79M|   0 | 889 |1000 |  15k|  15k|1000 |5348 |  13k|   0 |   0 |-3.763295e+02 |-9.400000e+01 |  75.02%
48.38/48.47	c  48.0s|     1 |     0 | 89918 |  80M|   0 | 886 |1000 |  15k|  15k|1000 |5577 |  13k|   0 |   0 |-3.746581e+02 |-9.400000e+01 |  74.91%
49.98/50.09	c  49.6s|     1 |     0 | 92798 |  81M|   0 | 895 |1000 |  15k|  15k|1000 |5686 |  13k|   0 |   0 |-3.734310e+02 |-9.400000e+01 |  74.83%
51.38/51.44	c  51.0s|     1 |     0 | 94641 |  82M|   0 | 899 |1000 |  15k|  15k|1000 |5749 |  13k|   0 |   0 |-3.726070e+02 |-9.400000e+01 |  74.77%
52.88/52.99	c  52.5s|     1 |     0 | 96473 |  83M|   0 | 896 |1000 |  15k|  15k|1000 |5556 |  13k|   0 |   0 |-3.722349e+02 |-9.400000e+01 |  74.75%
54.58/54.69	c  54.2s|     1 |     0 | 99591 |  86M|   0 | 900 |1000 |  15k|  15k|1000 |5577 |  13k|   0 |   0 |-3.710624e+02 |-9.400000e+01 |  74.67%
56.38/56.45	c  56.0s|     1 |     0 |101795 |  86M|   0 | 849 |1000 |  15k|  15k|1000 |5661 |  14k|   0 |   0 |-3.693281e+02 |-9.400000e+01 |  74.55%
57.68/57.77	c  57.3s|     1 |     0 |104094 |  89M|   0 | 878 |1000 |  15k|  15k|1000 |5671 |  14k|   0 |   0 |-3.689850e+02 |-9.400000e+01 |  74.52%
59.08/59.10	c  58.6s|     1 |     0 |105558 |  89M|   0 | 907 |1000 |  15k|  15k|1000 |5705 |  14k|   0 |   0 |-3.685083e+02 |-9.400000e+01 |  74.49%
60.38/60.49	c  60.0s|     1 |     0 |107391 |  89M|   0 | 892 |1000 |  15k|  15k|1000 |5832 |  14k|   0 |   0 |-3.679251e+02 |-9.400000e+01 |  74.45%
61.28/61.38	c  60.9s|     1 |     0 |108903 |  90M|   0 | 908 |1000 |  15k|  15k|1000 |5439 |  14k|   0 |   0 |-3.673781e+02 |-9.400000e+01 |  74.41%
62.69/62.73	c  62.2s|     1 |     0 |110645 |  91M|   0 | 899 |1000 |  15k|  15k|1000 |5501 |  14k|   0 |   0 |-3.665281e+02 |-9.400000e+01 |  74.35%
64.07/64.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.07/64.19	c  63.7s|     1 |     0 |112916 |  92M|   0 | 905 |1000 |  15k|  15k|1000 |5632 |  14k|   0 |   0 |-3.657457e+02 |-9.400000e+01 |  74.30%
65.88/66.00	c  65.5s|     1 |     0 |115203 |  93M|   0 | 893 |1000 |  15k|  15k|1000 |5656 |  14k|   0 |   0 |-3.637034e+02 |-9.400000e+01 |  74.15%
67.09/67.12	c  66.6s|     1 |     0 |116701 |  94M|   0 | 903 |1000 |  15k|  15k|1000 |5679 |  14k|   0 |   0 |-3.632010e+02 |-9.400000e+01 |  74.12%
68.87/68.95	c  68.4s|     1 |     0 |118826 |  95M|   0 | 932 |1000 |  15k|  15k|1000 |5705 |  14k|   0 |   0 |-3.616111e+02 |-9.400000e+01 |  74.01%
70.78/70.84	c  70.3s|     1 |     0 |120625 |  95M|   0 | 925 |1000 |  15k|  15k|1000 |5548 |  14k|   0 |   0 |-3.608512e+02 |-9.400000e+01 |  73.95%
72.27/72.39	c  71.9s|     1 |     0 |122183 |  95M|   0 | 912 |1000 |  15k|  15k|1000 |5598 |  14k|   0 |   0 |-3.598734e+02 |-9.400000e+01 |  73.88%
74.08/74.18	c  73.7s|     1 |     0 |124322 |  95M|   0 | 922 |1000 |  15k|  15k|1000 |5622 |  14k|   0 |   0 |-3.593802e+02 |-9.400000e+01 |  73.84%
76.07/76.18	c  75.6s|     1 |     0 |126392 |  95M|   0 | 917 |1000 |  15k|  15k|1000 |5673 |  14k|   0 |   0 |-3.580360e+02 |-9.400000e+01 |  73.75%
77.98/78.03	c  77.5s|     1 |     0 |128192 |  95M|   0 | 930 |1000 |  15k|  15k|1000 |5810 |  14k|   0 |   0 |-3.572231e+02 |-9.400000e+01 |  73.69%
80.37/80.47	c  79.9s|     1 |     0 |131036 |  95M|   0 | 935 |1000 |  15k|  15k|1000 |5868 |  15k|   0 |   0 |-3.561931e+02 |-9.400000e+01 |  73.61%
82.57/82.62	c  82.0s|     1 |     0 |133460 |  95M|   0 | 944 |1000 |  15k|  15k|1000 |5746 |  15k|   0 |   0 |-3.545581e+02 |-9.400000e+01 |  73.49%
84.28/84.36	c  83.8s|     1 |     0 |135090 |  95M|   0 | 945 |1000 |  15k|  15k|1000 |5818 |  15k|   0 |   0 |-3.540296e+02 |-9.400000e+01 |  73.45%
86.16/86.21	c  85.6s|     1 |     0 |136669 |  95M|   0 | 945 |1000 |  15k|  15k|1000 |5911 |  15k|   0 |   0 |-3.534589e+02 |-9.400000e+01 |  73.41%
88.07/88.13	c  87.5s|     1 |     0 |138412 |  95M|   0 | 952 |1000 |  15k|  15k|1000 |5942 |  15k|   0 |   0 |-3.524777e+02 |-9.400000e+01 |  73.33%
90.17/90.26	c  89.7s|     1 |     0 |140447 |  95M|   0 | 956 |1000 |  15k|  15k|1000 |5955 |  15k|   0 |   0 |-3.515942e+02 |-9.400000e+01 |  73.26%
92.37/92.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.37/92.48	c  91.9s|     1 |     0 |142562 |  95M|   0 | 948 |1000 |  15k|  15k|1000 |5989 |  15k|   0 |   0 |-3.507966e+02 |-9.400000e+01 |  73.20%
94.36/94.41	c  93.8s|     1 |     0 |144193 |  95M|   0 | 955 |1000 |  15k|  15k|1000 |5863 |  15k|   0 |   0 |-3.501248e+02 |-9.400000e+01 |  73.15%
96.26/96.32	c  95.7s|     1 |     0 |145775 |  95M|   0 | 956 |1000 |  15k|  15k|1000 |5898 |  15k|   0 |   0 |-3.493731e+02 |-9.400000e+01 |  73.09%
98.05/98.14	c  97.5s|     1 |     0 |147186 |  95M|   0 | 959 |1000 |  15k|  15k|1000 |5921 |  15k|   0 |   0 |-3.488546e+02 |-9.400000e+01 |  73.05%
99.86/99.93	c  99.3s|     1 |     0 |148509 |  95M|   0 | 964 |1000 |  15k|  15k|1000 |5978 |  15k|   0 |   0 |-3.484152e+02 |-9.400000e+01 |  73.02%
101.66/101.74	c   101s|     1 |     0 |149622 |  95M|   0 | 951 |1000 |  15k|  15k|1000 |6010 |  15k|   0 |   0 |-3.482072e+02 |-9.400000e+01 |  73.00%
103.86/103.94	c   103s|     1 |     0 |151661 |  95M|   0 | 964 |1000 |  15k|  15k|1000 |6050 |  15k|   0 |   0 |-3.474170e+02 |-9.400000e+01 |  72.94%
105.95/106.08	c   105s|     1 |     0 |153364 |  95M|   0 | 965 |1000 |  15k|  15k|1000 |5793 |  15k|   0 |   0 |-3.467797e+02 |-9.400000e+01 |  72.89%
107.76/107.85	c   107s|     1 |     0 |154436 |  95M|   0 | 970 |1000 |  15k|  15k|1000 |5870 |  15k|   0 |   0 |-3.464811e+02 |-9.400000e+01 |  72.87%
109.65/109.76	c   109s|     1 |     0 |155565 |  95M|   0 | 978 |1000 |  15k|  15k|1000 |5889 |  15k|   0 |   0 |-3.462091e+02 |-9.400000e+01 |  72.85%
111.86/111.91	c   111s|     1 |     0 |157166 |  95M|   0 | 977 |1000 |  15k|  15k|1000 |5902 |  15k|   0 |   0 |-3.457754e+02 |-9.400000e+01 |  72.81%
114.06/114.14	c   113s|     1 |     0 |158855 |  95M|   0 | 977 |1000 |  15k|  15k|1000 |5914 |  15k|   0 |   0 |-3.453032e+02 |-9.400000e+01 |  72.78%
116.56/116.60	c   116s|     1 |     0 |160962 |  95M|   0 | 966 |1000 |  15k|  15k|1000 |6009 |  15k|   0 |   0 |-3.445989e+02 |-9.400000e+01 |  72.72%
119.05/119.16	c   118s|     1 |     0 |163267 |  95M|   0 | 974 |1000 |  15k|  15k|1000 |5948 |  15k|   0 |   0 |-3.436758e+02 |-9.400000e+01 |  72.65%
121.45/121.53	c   121s|     1 |     0 |165129 |  95M|   0 | 971 |1000 |  15k|  15k|1000 |5995 |  15k|   0 |   0 |-3.429531e+02 |-9.400000e+01 |  72.59%
123.75/123.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.75/123.81	c   123s|     1 |     0 |166844 |  95M|   0 | 975 |1000 |  15k|  15k|1000 |6029 |  15k|   0 |   0 |-3.424468e+02 |-9.400000e+01 |  72.55%
126.05/126.12	c   125s|     1 |     0 |168560 |  95M|   0 | 966 |1000 |  15k|  15k|1000 |6095 |  15k|   0 |   0 |-3.419734e+02 |-9.400000e+01 |  72.51%
128.45/128.58	c   128s|     1 |     0 |170588 |  95M|   0 | 972 |1000 |  15k|  15k|1000 |6147 |  16k|   0 |   0 |-3.415537e+02 |-9.400000e+01 |  72.48%
130.85/130.94	c   130s|     1 |     0 |172332 |  94M|   0 | 978 |1000 |  15k|  15k|1000 |6202 |  16k|   0 |   0 |-3.411037e+02 |-9.400000e+01 |  72.44%
133.34/133.42	c   133s|     1 |     0 |174111 |  94M|   0 | 987 |1000 |  15k|  15k|1000 |6137 |  16k|   0 |   0 |-3.407134e+02 |-9.400000e+01 |  72.41%
135.94/136.03	c   135s|     1 |     0 |176078 |  94M|   0 | 982 |1000 |  15k|  15k|1000 |6218 |  16k|   0 |   0 |-3.400085e+02 |-9.400000e+01 |  72.35%
138.35/138.48	c   138s|     1 |     0 |177613 |  94M|   0 | 985 |1000 |  15k|  15k|1000 |6262 |  16k|   0 |   0 |-3.396842e+02 |-9.400000e+01 |  72.33%
141.04/141.12	c   140s|     1 |     0 |179376 |  94M|   0 | 983 |1000 |  15k|  15k|1000 |6312 |  16k|   0 |   0 |-3.391030e+02 |-9.400000e+01 |  72.28%
143.85/143.96	c   143s|     1 |     0 |181387 |  94M|   0 | 987 |1000 |  15k|  15k|1000 |6343 |  16k|   0 |   0 |-3.384650e+02 |-9.400000e+01 |  72.23%
146.65/146.72	c   146s|     1 |     0 |183201 |  94M|   0 | 986 |1000 |  15k|  15k|1000 |6399 |  16k|   0 |   0 |-3.378522e+02 |-9.400000e+01 |  72.18%
149.34/149.46	c   149s|     1 |     0 |184824 |  94M|   0 | 989 |1000 |  15k|  15k|1000 |6333 |  16k|   0 |   0 |-3.372223e+02 |-9.400000e+01 |  72.13%
151.94/152.02	c   151s|     1 |     0 |186459 |  94M|   0 | 991 |1000 |  15k|  15k|1000 |6380 |  16k|   0 |   0 |-3.366942e+02 |-9.400000e+01 |  72.08%
154.75/154.81	c   154s|     1 |     0 |188119 |  94M|   0 | 994 |1000 |  15k|  15k|1000 |6430 |  16k|   0 |   0 |-3.362339e+02 |-9.400000e+01 |  72.04%
157.64/157.72	c   157s|     1 |     0 |189974 |  94M|   0 | 992 |1000 |  15k|  15k|1000 |6475 |  16k|   0 |   0 |-3.355482e+02 |-9.400000e+01 |  71.99%
160.64/160.77	c   160s|     1 |     0 |191939 |  94M|   0 | 992 |1000 |  15k|  15k|1000 |6520 |  16k|   0 |   0 |-3.347146e+02 |-9.400000e+01 |  71.92%
163.44/163.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.44/163.53	c   163s|     1 |     0 |193497 |  94M|   0 | 993 |1000 |  15k|  15k|1000 |6575 |  16k|   0 |   0 |-3.342515e+02 |-9.400000e+01 |  71.88%
166.04/166.18	c   165s|     1 |     0 |194751 |  94M|   0 | 990 |1000 |  15k|  15k|1000 |6492 |  16k|   0 |   0 |-3.338286e+02 |-9.400000e+01 |  71.84%
168.54/168.69	c   168s|     1 |     0 |195795 |  94M|   0 | 993 |1000 |  15k|  15k|1000 |6517 |  16k|   0 |   0 |-3.334977e+02 |-9.400000e+01 |  71.81%
171.44/171.60	c   171s|     1 |     0 |197455 |  94M|   0 | 994 |1000 |  15k|  15k|1000 |6540 |  16k|   0 |   0 |-3.329305e+02 |-9.400000e+01 |  71.77%
173.84/173.96	c   173s|     1 |     0 |198219 |  94M|   0 | 993 |1000 |  15k|  15k|1000 |6572 |  16k|   0 |   0 |-3.327031e+02 |-9.400000e+01 |  71.75%
176.64/176.78	c   176s|     1 |     0 |199851 |  94M|   0 | 992 |1000 |  15k|  15k|1000 |6590 |  16k|   0 |   0 |-3.319974e+02 |-9.400000e+01 |  71.69%
179.54/179.65	c   179s|     1 |     0 |201425 |  93M|   0 | 993 |1000 |  15k|  15k|1000 |6613 |  16k|   0 |   0 |-3.313621e+02 |-9.400000e+01 |  71.63%
182.24/182.37	c   181s|     1 |     0 |202669 |  93M|   0 | 993 |1000 |  15k|  15k|1000 |6534 |  16k|   0 |   0 |-3.309693e+02 |-9.400000e+01 |  71.60%
184.84/184.98	c   184s|     1 |     0 |203792 |  93M|   0 | 990 |1000 |  15k|  15k|1000 |6557 |  16k|   0 |   0 |-3.306337e+02 |-9.400000e+01 |  71.57%
187.44/187.58	c   187s|     1 |     0 |204972 |  93M|   0 | 993 |1000 |  15k|  15k|1000 |6586 |  16k|   0 |   0 |-3.303398e+02 |-9.400000e+01 |  71.54%
189.94/190.03	c   189s|     1 |     0 |205818 |  93M|   0 | 991 |1000 |  15k|  15k|1000 |6612 |  16k|   0 |   0 |-3.301109e+02 |-9.400000e+01 |  71.52%
192.44/192.57	c   192s|     1 |     0 |206855 |  93M|   0 | 994 |1000 |  15k|  15k|1000 |6630 |  16k|   0 |   0 |-3.298857e+02 |-9.400000e+01 |  71.51%
195.04/195.12	c   194s|     1 |     0 |207896 |  93M|   0 | 995 |1000 |  15k|  15k|1000 |6656 |  16k|   0 |   0 |-3.295590e+02 |-9.400000e+01 |  71.48%
197.44/197.59	c   197s|     1 |     0 |208791 |  93M|   0 | 996 |1000 |  15k|  15k|1000 |6581 |  17k|   0 |   0 |-3.293308e+02 |-9.400000e+01 |  71.46%
199.74/199.84	c   199s|     1 |     0 |209324 |  93M|   0 | 997 |1000 |  15k|  15k|1000 |6605 |  17k|   0 |   0 |-3.291532e+02 |-9.400000e+01 |  71.44%
202.24/202.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.24/202.31	c   201s|     1 |     0 |210120 |  93M|   0 | 996 |1000 |  15k|  15k|1000 |6618 |  17k|   0 |   0 |-3.288720e+02 |-9.400000e+01 |  71.42%
204.74/204.88	c   204s|     1 |     0 |211073 |  93M|   0 | 993 |1000 |  15k|  15k|1000 |6640 |  17k|   0 |   0 |-3.285218e+02 |-9.400000e+01 |  71.39%
207.33/207.43	c   206s|     1 |     0 |211990 |  92M|   0 | 992 |1000 |  15k|  15k|1000 |6661 |  17k|   0 |   0 |-3.283293e+02 |-9.400000e+01 |  71.37%
209.84/209.92	c   209s|     1 |     0 |212801 |  92M|   0 | 995 |1000 |  15k|  15k|1000 |6679 |  17k|   0 |   0 |-3.281448e+02 |-9.400000e+01 |  71.35%
212.23/212.39	c   211s|     1 |     0 |213542 |  92M|   0 | 996 |1000 |  15k|  15k|1000 |6618 |  17k|   0 |   0 |-3.279661e+02 |-9.400000e+01 |  71.34%
215.13/215.22	c   214s|     1 |     0 |214925 |  92M|   0 | 996 |1000 |  15k|  15k|1000 |6634 |  17k|   0 |   0 |-3.275230e+02 |-9.400000e+01 |  71.30%
217.83/217.90	c   217s|     1 |     0 |216002 |  91M|   0 | 995 |1000 |  15k|  15k|1000 |6651 |  17k|   0 |   0 |-3.271559e+02 |-9.400000e+01 |  71.27%
220.43/220.50	c   219s|     1 |     0 |217011 |  91M|   0 | 994 |1000 |  15k|  15k|1000 |6668 |  17k|   0 |   0 |-3.268227e+02 |-9.400000e+01 |  71.24%
222.93/223.04	c   222s|     1 |     0 |217894 |  91M|   0 | 993 |1000 |  15k|  15k|1000 |6692 |  17k|   0 |   0 |-3.265255e+02 |-9.400000e+01 |  71.21%
225.53/225.61	c   224s|     1 |     0 |218824 |  91M|   0 | 994 |1000 |  15k|  15k|1000 |6712 |  17k|   0 |   0 |-3.262345e+02 |-9.400000e+01 |  71.19%
227.93/228.06	c   227s|     1 |     0 |219554 |  91M|   0 | 996 |1000 |  15k|  15k|1000 |6686 |  17k|   0 |   0 |-3.259946e+02 |-9.400000e+01 |  71.17%
230.43/230.53	c   229s|     1 |     0 |220274 |  91M|   0 | 996 |1000 |  15k|  15k|1000 |6700 |  17k|   0 |   0 |-3.257528e+02 |-9.400000e+01 |  71.14%
233.14/233.28	c   232s|     1 |     0 |221307 |  91M|   0 | 993 |1000 |  15k|  15k|1000 |6716 |  17k|   0 |   0 |-3.253984e+02 |-9.400000e+01 |  71.11%
235.73/235.83	c   235s|     1 |     0 |221994 |  91M|   0 | 995 |1000 |  15k|  15k|1000 |6732 |  17k|   0 |   0 |-3.251556e+02 |-9.400000e+01 |  71.09%
238.33/238.43	c   237s|     1 |     0 |222863 |  91M|   0 | 997 |1000 |  15k|  15k|1000 |6742 |  17k|   0 |   0 |-3.248606e+02 |-9.400000e+01 |  71.06%
240.93/241.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.93/241.04	c   240s|     1 |     0 |223704 |  91M|   0 | 994 |1000 |  15k|  15k|1000 |6763 |  17k|   0 |   0 |-3.246468e+02 |-9.400000e+01 |  71.05%
243.43/243.52	c   242s|     1 |     0 |224359 |  90M|   0 | 995 |1000 |  15k|  15k|1000 |6724 |  17k|   0 |   0 |-3.244499e+02 |-9.400000e+01 |  71.03%
245.73/245.86	c   245s|     1 |     0 |224846 |  90M|   0 | 994 |1000 |  15k|  15k|1000 |6740 |  17k|   0 |   0 |-3.243031e+02 |-9.400000e+01 |  71.01%
248.23/248.33	c   247s|     1 |     0 |225545 |  90M|   0 | 993 |1000 |  15k|  15k|1000 |6754 |  17k|   0 |   0 |-3.241355e+02 |-9.400000e+01 |  71.00%
250.43/250.57	c   249s|     1 |     0 |225910 |  89M|   0 | 995 |1000 |  15k|  15k|1000 |6765 |  17k|   0 |   0 |-3.240916e+02 |-9.400000e+01 |  71.00%
252.93/253.01	c   252s|     1 |     0 |226581 |  89M|   0 | 997 |1000 |  15k|  15k|1000 |6776 |  17k|   0 |   0 |-3.239468e+02 |-9.400000e+01 |  70.98%
255.33/255.48	c   254s|     1 |     0 |227291 |  89M|   0 | 996 |1000 |  15k|  15k|1000 |6789 |  17k|   0 |   0 |-3.237631e+02 |-9.400000e+01 |  70.97%
257.82/257.96	c   257s|     1 |     0 |227904 |  88M|   0 | 997 |1000 |  15k|  15k|1000 |6734 |  17k|   0 |   0 |-3.235746e+02 |-9.400000e+01 |  70.95%
260.12/260.24	c   259s|     1 |     0 |228253 |  87M|   0 | 996 |1000 |  15k|  15k|1000 |6746 |  17k|   0 |   0 |-3.235098e+02 |-9.400000e+01 |  70.94%
262.43/262.51	c   261s|     1 |     0 |228636 |  86M|   0 | 996 |1000 |  15k|  15k|1000 |6760 |  17k|   0 |   0 |-3.234400e+02 |-9.400000e+01 |  70.94%
264.72/264.81	c   264s|     1 |     0 |229041 |  86M|   0 | 995 |1000 |  15k|  15k|1000 |6777 |  17k|   0 |   0 |-3.233428e+02 |-9.400000e+01 |  70.93%
266.93/267.07	c   266s|     1 |     0 |229370 |  85M|   0 | 997 |1000 |  15k|  15k|1000 |6792 |  17k|   0 |   0 |-3.232841e+02 |-9.400000e+01 |  70.92%
269.23/269.31	c   268s|     1 |     0 |229726 |  83M|   0 | 998 |1000 |  15k|  15k|1000 |6805 |  17k|   0 |   0 |-3.231930e+02 |-9.400000e+01 |  70.92%
271.53/271.68	c   270s|     1 |     0 |230329 |  82M|   0 | 998 |1000 |  15k|  15k|1000 |6760 |  17k|   0 |   0 |-3.230615e+02 |-9.400000e+01 |  70.90%
273.73/273.90	c   273s|     1 |     0 |230700 |  80M|   0 | 998 |1000 |  15k|  15k|1000 |6773 |  17k|   0 |   0 |-3.229840e+02 |-9.400000e+01 |  70.90%
276.12/276.22	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
276.12/276.22	c   275s|     1 |     0 |231275 |  80M|   0 | 995 |1000 |  15k|  15k|1000 |6788 |  17k|   0 |   0 |-3.228742e+02 |-9.400000e+01 |  70.89%
278.32/278.43	c   277s|     1 |     0 |231784 |  79M|   0 | 996 |1000 |  15k|  15k|1000 |6802 |  17k|   0 |   0 |-3.228136e+02 |-9.400000e+01 |  70.88%
280.43/280.53	c   279s|     1 |     0 |232166 |  78M|   0 | 994 |1000 |  15k|  15k|1000 |6813 |  17k|   0 |   0 |-3.227818e+02 |-9.400000e+01 |  70.88%
282.53/282.66	c   281s|     1 |     0 |232564 |  77M|   0 | 995 |1000 |  15k|  15k|1000 |6820 |  17k|   0 |   0 |-3.227528e+02 |-9.400000e+01 |  70.88%
284.63/284.77	c   283s|     1 |     0 |232956 |  77M|   0 | 995 |1000 |  15k|  15k|1000 |6790 |  17k|   0 |   0 |-3.227149e+02 |-9.400000e+01 |  70.87%
286.62/286.79	c   285s|     1 |     0 |233247 |  73M|   0 | 995 |1000 |  15k|  15k|1000 |6800 |  17k|   0 |   0 |-3.227021e+02 |-9.400000e+01 |  70.87%
288.72/288.88	c   288s|     1 |     0 |233645 |  73M|   0 | 997 |1000 |  15k|  15k|1000 |6812 |  17k|   0 |   0 |-3.226704e+02 |-9.400000e+01 |  70.87%
290.63/290.78	c   289s|     1 |     0 |233683 |  71M|   0 | 967 |1000 |  15k|  15k|1000 |6824 |  17k|   0 |   0 |-3.226667e+02 |-9.400000e+01 |  70.87%
292.53/292.60	c   291s|     1 |     0 |233685 |  71M|   0 | 968 |1000 |  15k|  15k|1000 |6825 |  17k|   0 |   0 |-3.226667e+02 |-9.400000e+01 |  70.87%
326.31/326.41	c   325s|     1 |     2 |252387 |  70M|   0 | 968 |1000 |  15k|  15k|1000 |6825 |  17k|   0 |  21 |-3.226667e+02 |-9.400000e+01 |  70.87%
1800.59/1800.90	c 
1800.59/1800.90	c SCIP Status        : solving was interrupted [user interrupt]
1800.59/1800.90	c Solving Time (sec) : 1791.00
1800.59/1800.90	c Solving Nodes      : 903
1800.59/1800.90	c Primal Bound       : -9.40000000000000e+01 (2 solutions)
1800.59/1800.90	c Dual Bound         : -3.17487892719885e+02
1800.59/1800.90	c Gap                : 70.39 %
1800.59/1800.92	c NODE         903
1800.59/1800.92	c DUAL BOUND   -317.488
1800.59/1800.92	c PRIMAL BOUND -94
1800.59/1800.92	c GAP          0.703926
1800.59/1800.92	s SATISFIABLE
1800.59/1800.92	v x1000 x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 x983 -x982 -x981 -x980 -x979 
1800.59/1800.92	v -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 
1800.59/1800.92	v -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 
1800.59/1800.92	v -x936 -x935 -x934 -x933 -x932 -x931 x930 -x929 -x928 -x927 -x926 -x925 -x924 x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 
1800.59/1800.92	v -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 x895 
1800.59/1800.92	v -x894 -x893 x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 
1800.59/1800.92	v x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 
1800.59/1800.92	v x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 
1800.59/1800.92	v -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 
1800.59/1800.92	v -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 
1800.59/1800.92	v -x789 x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 x772 -x771 -x770 -x769 
1800.59/1800.92	v -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 
1800.59/1800.92	v -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 x733 x732 -x731 -x730 -x729 -x728 -x727 
1800.59/1800.92	v -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 
1800.59/1800.92	v -x705 -x704 -x703 -x702 -x701 -x700 -x699 x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 x688 -x687 x686 -x685 
1800.59/1800.92	v -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 x664 
1800.59/1800.92	v -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 x655 -x654 -x653 -x652 -x651 -x650 x649 -x648 -x647 -x646 -x645 -x644 -x643 
1800.59/1800.92	v -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 
1800.59/1800.92	v -x621 -x620 -x619 -x618 x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 
1800.59/1800.92	v -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 x588 -x587 -x586 -x585 -x584 -x583 x582 -x581 -x580 
1800.59/1800.92	v -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 
1800.59/1800.92	v -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 x538 
1800.59/1800.92	v x537 -x536 -x535 -x534 -x533 x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 
1800.59/1800.92	v -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 
1800.59/1800.92	v -x495 -x494 -x493 -x492 -x491 x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 
1800.59/1800.92	v -x474 -x473 -x472 -x471 -x470 x469 -x468 -x467 -x466 -x465 -x464 -x463 x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 
1800.59/1800.92	v -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 x444 -x443 -x442 -x441 -x440 -x439 -x438 x437 -x436 -x435 -x434 -x433 -x432 
1800.59/1800.92	v -x431 -x430 -x429 -x428 -x427 x426 -x425 -x424 -x423 -x422 -x421 x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 
1800.59/1800.92	v -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 
1800.59/1800.92	v -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 
1800.59/1800.92	v -x368 x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 
1800.59/1800.92	v -x347 -x346 -x345 -x344 x343 -x342 -x341 -x340 x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 
1800.59/1800.92	v -x326 -x325 -x324 -x323 -x322 x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 
1800.59/1800.92	v -x305 -x304 x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 x291 -x290 -x289 -x288 -x287 -x286 -x285 
1800.59/1800.92	v -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 
1800.59/1800.92	v x263 x262 -x261 -x260 -x259 -x258 -x257 x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 
1800.59/1800.92	v -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 
1800.59/1800.92	v -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 
1800.59/1800.92	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 x191 -x190 x189 -x188 -x187 -x186 -x185 x184 -x183 -x182 x181 -x180 -x179 
1800.59/1800.92	v -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 x169 -x168 -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 
1800.59/1800.92	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 
1800.59/1800.92	v -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 
1800.59/1800.92	v -x115 -x114 x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 x105 x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 
1800.59/1800.92	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 
1800.59/1800.92	v -x66 -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 
1800.59/1800.92	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 
1800.59/1800.92	v x12 -x11 x10 -x9 -x8 -x7 -x6 x5 x4 -x3 -x2 -x1 
1800.59/1800.92	c SCIP Status        : solving was interrupted [user interrupt]
1800.59/1800.92	c Solving Time       :    1791.00
1800.59/1800.92	c Original Problem   :
1800.59/1800.92	c   Problem name     : HOME/instance-3737092-1338730465.opb
1800.59/1800.92	c   Variables        : 16796 (16796 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.59/1800.92	c   Constraints      : 16796 initial, 16796 maximal
1800.59/1800.92	c Presolved Problem  :
1800.59/1800.92	c   Problem name     : t_HOME/instance-3737092-1338730465.opb
1800.59/1800.92	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.59/1800.92	c   Constraints      : 15796 initial, 15796 maximal
1800.59/1800.92	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.59/1800.92	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.59/1800.92	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.59/1800.92	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.59/1800.92	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.59/1800.92	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.59/1800.92	c   probing          :       0.10          0          0          0          0          0          0          0          0
1800.59/1800.92	c   and              :       0.11          0          0          0          0          0          0          0          0
1800.59/1800.92	c   linear           :       0.03      15796          0          0      15796          0       1000          0          0
1800.59/1800.92	c   root node        :          -          0          -          -          0          -          -          -          -
1800.59/1800.92	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.59/1800.92	c   integral         :          0          0          0        902          0          0          0          0          0       1804
1800.59/1800.92	c   and              :      15796       4306      15071          0          1          0      20347     835198          0          0
1800.59/1800.92	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1800.59/1800.92	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.59/1800.92	c   integral         :     361.62       0.00       0.00     361.62       0.00
1800.59/1800.92	c   and              :      31.27      27.91       3.36       0.00       0.00
1800.59/1800.92	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.59/1800.92	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.59/1800.92	c   rootredcost      :       0.00          0          0          0
1800.59/1800.92	c   pseudoobj        :       0.24      15173          0          0
1800.59/1800.92	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.59/1800.92	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.59/1800.92	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.59/1800.92	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.59/1800.92	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.59/1800.92	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.59/1800.92	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.59/1800.92	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.59/1800.92	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.59/1800.92	c   cut pool         :       0.80        201          -          -       5621          -    (maximal pool size: 14367)
1800.59/1800.92	c   redcost          :       0.04       4306          0          0          0          0
1800.59/1800.92	c   impliedbounds    :       0.27        201          0          0      23505          0
1800.59/1800.92	c   intobj           :       0.00          0          0          0          0          0
1800.59/1800.92	c   gomory           :     169.15        200          0          0      67199          0
1800.59/1800.92	c   strongcg         :       1.12         20          0          0      10000          0
1800.59/1800.92	c   cmir             :       0.51         10          0          0          0          0
1800.59/1800.92	c   flowcover        :       0.39         10          0          0          0          0
1800.59/1800.92	c   clique           :       4.64        200          0          0       1671          0
1800.59/1800.92	c   zerohalf         :       0.00          0          0          0          0          0
1800.59/1800.92	c   mcf              :       0.01          1          0          0          0          0
1800.59/1800.92	c Pricers            :       Time      Calls       Vars
1800.59/1800.92	c   problem variables:       0.00          0          0
1800.59/1800.92	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.59/1800.92	c   relpscost        :     361.62        902          0          0          0          0       1804
1800.59/1800.92	c   pscost           :       0.00          0          0          0          0          0          0
1800.59/1800.92	c   inference        :       0.00          1          0          0          0          0          2
1800.59/1800.92	c   mostinf          :       0.00          0          0          0          0          0          0
1800.59/1800.92	c   leastinf         :       0.00          0          0          0          0          0          0
1800.59/1800.92	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.59/1800.92	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.59/1800.92	c   random           :       0.00          0          0          0          0          0          0
1800.59/1800.92	c Primal Heuristics  :       Time      Calls      Found
1800.59/1800.92	c   LP solutions     :       0.00          -          0
1800.59/1800.92	c   pseudo solutions :       0.00          -          0
1800.59/1800.92	c   crossover        :       0.00          0          0
1800.59/1800.92	c   oneopt           :       0.00          1          0
1800.59/1800.92	c   veclendiving     :      70.52          8          0
1800.59/1800.92	c   simplerounding   :       0.00          0          0
1800.59/1800.92	c   rounding         :      24.45       3544          2
1800.59/1800.92	c   shifting         :       2.11        271          0
1800.59/1800.92	c   intshifting      :       0.00          0          0
1800.59/1800.92	c   fixandinfer      :       0.00          0          0
1800.59/1800.92	c   feaspump         :      48.23         14          0
1800.59/1800.92	c   coefdiving       :      65.13          9          0
1800.59/1800.92	c   pscostdiving     :      65.69          8          0
1800.59/1800.92	c   fracdiving       :      59.79         11          0
1800.59/1800.92	c   intdiving        :       0.00          0          0
1800.59/1800.92	c   actconsdiving    :       0.00          0          0
1800.59/1800.92	c   objpscostdiving  :      48.32          2          0
1800.59/1800.92	c   rootsoldiving    :      10.26         19          0
1800.59/1800.92	c   linesearchdiving :      51.61         14          0
1800.59/1800.92	c   guideddiving     :      57.08         11          0
1800.59/1800.92	c   octane           :       0.00          0          0
1800.59/1800.92	c   rens             :       0.00          0          0
1800.59/1800.92	c   rins             :       0.00          0          0
1800.59/1800.92	c   localbranching   :       0.00          0          0
1800.59/1800.92	c   mutation         :       0.00          0          0
1800.59/1800.92	c   dins             :       0.00          0          0
1800.59/1800.92	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.59/1800.92	c   primal LP        :       1.53          0          0       0.00       0.00
1800.59/1800.92	c   dual LP          :     709.78       4663    2627903     563.56    3702.42
1800.59/1800.92	c   barrier LP       :       0.00          0          0       0.00          -
1800.59/1800.92	c   diving/probing LP:     469.64      13989    1839612     131.50    3917.07
1800.59/1800.92	c   strong branching :     361.37       1676    1410118     841.36    3902.14
1800.59/1800.92	c     (at root node) :          -         21      17511     833.86          -
1800.59/1800.92	c   conflict analysis:       0.00          0          0       0.00          -
1800.59/1800.92	c B&B Tree           :
1800.59/1800.92	c   number of runs   :          1
1800.59/1800.92	c   nodes            :        903
1800.59/1800.92	c   nodes (total)    :        903
1800.59/1800.92	c   nodes left       :        904
1800.59/1800.92	c   max depth        :         36
1800.59/1800.92	c   max depth (total):         36
1800.59/1800.92	c   backtracks       :        261 (28.9%)
1800.59/1800.92	c   delayed cutoffs  :          0
1800.59/1800.92	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.59/1800.92	c   avg switch length:       6.09
1800.59/1800.92	c   switching time   :       1.92
1800.59/1800.92	c Solution           :
1800.59/1800.92	c   Solutions found  :          2 (2 improvements)
1800.59/1800.92	c   Primal Bound     : -9.40000000000000e+01   (in run 1, after 1 nodes, 4.94 seconds, depth 0, found by <rounding>)
1800.59/1800.92	c   Dual Bound       : -3.17487892719885e+02
1800.59/1800.92	c   Gap              :      70.39 %
1800.59/1800.92	c   Root Dual Bound  : -3.22666666666666e+02
1800.69/1801.01	c Time complete: 1800.71.

Verifier Data

OK	-94

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-3737092-1338730465/watcher-3737092-1338730465 -o /tmp/evaluation-result-3737092-1338730465/solver-3737092-1338730465 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737092-1338730465.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: 2.01 2.01 2.00 3/176 28639
/proc/meminfo: memFree=26952704/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 1695 0 0 0 0 0 0 0 20 0 1 0 339173289 9740288 1648 33554432000 4194304 7823515 140734933308800 140735257622136 6911387 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 2378 1651 352 887 0 1488 0

[startup+0.029767 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 28639
/proc/meminfo: memFree=26952704/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=18184 CPUtime=0.02 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 3871 0 0 0 2 0 0 0 20 0 1 0 339173289 18620416 3824 33554432000 4194304 7823515 140734933308800 140735257622136 4363776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 4546 3838 354 887 0 3656 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18184

[startup+0.100346 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 28639
/proc/meminfo: memFree=26952704/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=44660 CPUtime=0.09 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 10798 0 0 0 8 1 0 0 20 0 1 0 339173289 45731840 10397 33554432000 4194304 7823515 140734933308800 140735257622136 5878822 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 11165 10397 371 887 0 10275 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44660

[startup+0.300293 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 28639
/proc/meminfo: memFree=26952704/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=60292 CPUtime=0.28 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 14495 0 0 0 23 5 0 0 20 0 1 0 339173289 61739008 14094 33554432000 4194304 7823515 140734933308800 140735257622136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 15073 14094 425 887 0 14183 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 60292

[startup+0.700283 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 28639
/proc/meminfo: memFree=26952704/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=97664 CPUtime=0.69 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 23818 0 0 0 59 10 0 0 20 0 1 0 339173289 100007936 22817 33554432000 4194304 7823515 140734933308800 140735257622136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 24416 22817 505 887 0 23526 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97664

[startup+1.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 28640
/proc/meminfo: memFree=26862060/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=99912 CPUtime=1.49 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 24837 0 0 0 138 11 0 0 20 0 1 0 339173289 102309888 23699 33554432000 4194304 7823515 140734933308800 140734933303896 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 24978 23699 543 887 0 24088 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99912

[startup+3.10029 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 28640
/proc/meminfo: memFree=26858696/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=106904 CPUtime=3.09 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 26541 0 0 0 295 14 0 0 20 0 1 0 339173289 109469696 25403 33554432000 4194304 7823515 140734933308800 140734933303944 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 26726 25403 545 887 0 25836 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106904

[startup+6.30026 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 28640
/proc/meminfo: memFree=26837172/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=125584 CPUtime=6.29 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 31768 0 0 0 613 16 0 0 20 0 1 0 339173289 128598016 30442 33554432000 4194304 7823515 140734933308800 140734933304136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 31396 30442 546 887 0 30506 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 125584

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 28640
/proc/meminfo: memFree=26822568/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=135084 CPUtime=12.68 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 35304 0 0 0 1248 20 0 0 20 0 1 0 339173289 138326016 32953 33554432000 4194304 7823515 140734933308800 140734933304136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 33771 32953 546 887 0 32881 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 135084

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 28640
/proc/meminfo: memFree=26817608/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=141804 CPUtime=25.48 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 36676 0 0 0 2522 26 0 0 20 0 1 0 339173289 145207296 34325 33554432000 4194304 7823515 140734933308800 140734933304136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 35451 34325 546 887 0 34561 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 141804

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28640
/proc/meminfo: memFree=26799704/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=161552 CPUtime=51.08 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 41401 0 0 0 5071 37 0 0 20 0 1 0 339173289 165429248 38924 33554432000 4194304 7823515 140734933308800 140734933304136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 40388 38924 547 887 0 39498 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 161552

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28640
/proc/meminfo: memFree=26782828/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=173720 CPUtime=102.26 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44411 0 0 0 10169 57 0 0 20 0 1 0 339173289 177889280 42191 33554432000 4194304 7823515 140734933308800 140734933303944 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43430 42191 547 887 0 42540 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 173720

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28640
/proc/meminfo: memFree=26780764/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=173720 CPUtime=162.24 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44435 0 0 0 16146 78 0 0 20 0 1 0 339173289 177889280 42572 33554432000 4194304 7823515 140734933308800 140734933303944 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43430 42572 547 887 0 42540 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 173720

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28640
/proc/meminfo: memFree=26778792/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=173720 CPUtime=222.23 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44435 0 0 0 22125 98 0 0 20 0 1 0 339173289 177889280 42572 33554432000 4194304 7823515 140734933308800 140734933303944 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43430 42572 547 887 0 42540 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 173720

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 28641
/proc/meminfo: memFree=26776808/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=173720 CPUtime=282.23 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44435 0 0 0 28103 120 0 0 20 0 1 0 339173289 177889280 42572 33554432000 4194304 7823515 140734933308800 140734933303944 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43430 42572 547 887 0 42540 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 173720

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 28644
/proc/meminfo: memFree=26772072/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=173720 CPUtime=342.22 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44454 0 0 0 34080 142 0 0 20 0 1 0 339173289 177889280 42591 33554432000 4194304 7823515 140734933308800 140734933303496 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43430 42591 554 887 0 42540 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 173720

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28644
/proc/meminfo: memFree=26772452/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=174636 CPUtime=402.2 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44454 0 0 0 40044 176 0 0 20 0 1 0 339173289 178827264 42591 33554432000 4194304 7823515 140734933308800 140734933304248 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43659 42591 554 887 0 42769 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 174636

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28644
/proc/meminfo: memFree=26773568/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=174636 CPUtime=462.2 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44454 0 0 0 46016 204 0 0 20 0 1 0 339173289 178827264 42591 33554432000 4194304 7823515 140734933308800 140734933304696 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43659 42591 554 887 0 42769 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 174636

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28644
/proc/meminfo: memFree=26768876/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=174636 CPUtime=522.19 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44456 0 0 0 51982 237 0 0 20 0 1 0 339173289 178827264 42944 33554432000 4194304 7823515 140734933308800 140734933304600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43659 42944 555 887 0 42769 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 174636

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28645
/proc/meminfo: memFree=26765772/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=174636 CPUtime=582.18 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44456 0 0 0 57949 269 0 0 20 0 1 0 339173289 178827264 42944 33554432000 4194304 7823515 140734933308800 140734933304712 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43659 42944 555 887 0 42769 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 174636

[startup+642.3 s]

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

[startup+942.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/178 28650
/proc/meminfo: memFree=26753036/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=174636 CPUtime=942.12 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44456 0 0 0 93744 468 0 0 20 0 1 0 339173289 178827264 42944 33554432000 4194304 7823515 140734933308800 140734933303496 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43659 42944 555 887 0 42769 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 174636

[startup+1002.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 28650
/proc/meminfo: memFree=26753444/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=174636 CPUtime=1002.11 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44456 0 0 0 99714 497 0 0 20 0 1 0 339173289 178827264 42944 33554432000 4194304 7823515 140734933308800 140734933303848 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43659 42944 555 887 0 42769 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 174636

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 28650
/proc/meminfo: memFree=26751340/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=174636 CPUtime=1062.11 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44456 0 0 0 105679 532 0 0 20 0 1 0 339173289 178827264 42944 33554432000 4194304 7823515 140734933308800 140734933304552 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43659 42944 555 887 0 42769 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 174636

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 28650
/proc/meminfo: memFree=26748792/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=174636 CPUtime=1122.1 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44456 0 0 0 111644 566 0 0 20 0 1 0 339173289 178827264 42944 33554432000 4194304 7823515 140734933308800 140734933304488 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43659 42944 555 887 0 42769 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 174636

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28651
/proc/meminfo: memFree=26747676/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=174636 CPUtime=1182.08 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44456 0 0 0 117605 603 0 0 20 0 1 0 339173289 178827264 42944 33554432000 4194304 7823515 140734933308800 140734933304264 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43659 42944 555 887 0 42769 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 174636

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28651
/proc/meminfo: memFree=26742840/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=174636 CPUtime=1242.08 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44456 0 0 0 123568 640 0 0 20 0 1 0 339173289 178827264 42944 33554432000 4194304 7823515 140734933308800 140734933304280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43659 42944 555 887 0 42769 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 174636

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28651
/proc/meminfo: memFree=26742336/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=174636 CPUtime=1302.08 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44538 0 0 0 129532 676 0 0 20 0 1 0 339173289 178827264 43026 33554432000 4194304 7823515 140734933308800 140734933302824 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43659 43026 555 887 0 42769 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 174636

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28651
/proc/meminfo: memFree=26740352/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=175112 CPUtime=1362.06 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44706 0 0 0 135494 712 0 0 20 0 1 0 339173289 179314688 43194 33554432000 4194304 7823515 140734933308800 140734933303464 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43778 43194 555 887 0 42888 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 175112

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 28651
/proc/meminfo: memFree=26735644/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=175112 CPUtime=1422.05 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44711 0 0 0 141460 745 0 0 20 0 1 0 339173289 179314688 43199 33554432000 4194304 7823515 140734933308800 140734933304696 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43778 43199 555 887 0 42888 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 175112

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 28652
/proc/meminfo: memFree=26732164/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=175372 CPUtime=1482.04 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44779 0 0 0 147424 780 0 0 20 0 1 0 339173289 179580928 43267 33554432000 4194304 7823515 140734933308800 140734933304552 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 43843 43267 555 887 0 42953 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 175372

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 28655
/proc/meminfo: memFree=26730504/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=176308 CPUtime=1542.03 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44978 0 0 0 153389 814 0 0 20 0 1 0 339173289 180539392 43466 33554432000 4194304 7823515 140734933308800 140734933304264 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 44077 43466 555 887 0 43187 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 176308

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28678
/proc/meminfo: memFree=26727960/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=176308 CPUtime=1602.02 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 44985 0 0 0 159354 848 0 0 20 0 1 0 339173289 180539392 43477 33554432000 4194304 7823515 140734933308800 140734933303960 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 44077 43477 555 887 0 43187 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 176308

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28678
/proc/meminfo: memFree=26726140/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=176740 CPUtime=1662.01 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 45112 0 0 0 165322 879 0 0 20 0 1 0 339173289 180981760 43604 33554432000 4194304 7823515 140734933308800 140734933304136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 44185 43604 555 887 0 43295 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 176740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28717
/proc/meminfo: memFree=26752324/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=177260 CPUtime=1722 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 45214 0 0 0 171288 912 0 0 20 0 1 0 339173289 181514240 43706 33554432000 4194304 7823515 140734933308800 140734933304264 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 44315 43706 555 887 0 43425 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 177260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28718
/proc/meminfo: memFree=26749716/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=177260 CPUtime=1781.99 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 45215 0 0 0 177253 946 0 0 20 0 1 0 339173289 181514240 43707 33554432000 4194304 7823515 140734933308800 140734933304488 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 44315 43707 555 887 0 43425 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 177260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28718
/proc/meminfo: memFree=26749876/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=177260 CPUtime=1800.09 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 45215 0 0 0 179055 954 0 0 20 0 1 0 339173289 181514240 43707 33554432000 4194304 7823515 140734933308800 140734933304552 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 44315 43707 555 887 0 43425 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 177260

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

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28719
/proc/meminfo: memFree=26749876/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=177260 CPUtime=1800.29 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 45215 0 0 0 179075 954 0 0 20 0 1 0 339173289 181514240 43707 33554432000 4194304 7823515 140734933308800 140734933304552 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 44315 43707 555 887 0 43425 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 177260

[startup+1801 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28719
/proc/meminfo: memFree=26749876/32873648 swapFree=6852/6852
[pid=28639] ppid=28637 vsize=177260 CPUtime=1800.69 cores=0,2,4,6
/proc/28639/stat : 28639 (pbscip.linux.x8) R 28637 28639 27068 0 -1 4202496 45219 0 0 0 179115 954 0 0 20 0 1 0 339173289 181514240 43711 33554432000 4194304 7823515 140734933308800 140734933304136 5875875 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28639/statm: 44315 43711 559 887 0 43425 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (KiB) 177260

Child status: 0
Real time (s): 1801.02
CPU time (s): 1800.72
CPU user time (s): 1791.16
CPU system time (s): 9.55155
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 177260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.16
system time used= 9.55155
maximum resident set size= 174844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45222
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= 38
involuntary context switches= 1874

runsolver used 3.20351 second user time and 8.33273 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 15:34:25
IDJOB=3737092
IDBENCH=48177
IDSOLVER=2321
FILE ID=node115/3737092-1338730465
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_4.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-3737092-1338730465/watcher-3737092-1338730465 -o /tmp/evaluation-result-3737092-1338730465/solver-3737092-1338730465 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737092-1338730465.opb

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

MD5SUM BENCH= d847cf1d914db0ec942abd195c5092c7
RANDOM SEED=1783286445

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:        26953720 kB
Buffers:         1434452 kB
Cached:          3492848 kB
SwapCached:         1016 kB
Active:          2830308 kB
Inactive:        2180260 kB
Active(anon):      71652 kB
Inactive(anon):     9868 kB
Active(file):    2758656 kB
Inactive(file):  2170392 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             10156 kB
Writeback:             0 kB
AnonPages:         84880 kB
Mapped:            14044 kB
Shmem:                96 kB
Slab:             771872 kB
SReclaimable:     215284 kB
SUnreclaim:       556588 kB
KernelStack:        1448 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     195092 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 16:04:28